html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
  color: var(--title-color);
  text-decoration: none;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.plinko-yc6qyz {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .plinko-yc6qyz {
    padding: 54px 0 0;
  }
}

.plinko-qu26ol {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .plinko-qu26ol:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.plinko-xm43it {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .plinko-xm43it {
    margin: 20px auto 100px;
  }
}

.plinko-xm43it h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-xm43it h1 {
    font-size: 120px;
  }
}

.plinko-xm43it p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.plinko-xznxe2 {
  cursor: pointer;
}

.plinko-c88bjz {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.plinko-d640f1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.plinko-d640f1 figure {
  margin: 0;
}

.plinko-d640f1.plinko-s74jsi {
  justify-content: flex-start;
  margin-right: 4px;
}

.plinko-d640f1.plinko-b329oy {
  justify-content: flex-end;
  margin-left: 4px;
}

.plinko-d640f1.plinko-fqstho {
  justify-content: center;
}

.plinko-d640f1.plinko-m03qse {
  justify-content: normal;
}

.plinko-ks3cl0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .plinko-ks3cl0 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-ks3cl0 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.plinko-6s75lo {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .plinko-6s75lo {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.plinko-tdx2h9 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .plinko-tdx2h9 {
    flex-direction: column;
  }
}

.plinko-4lgaea {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.plinko-4lgaea img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .plinko-4lgaea {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.plinko-rg3r6h {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.plinko-rg3r6h ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .plinko-rg3r6h ul {
    margin-bottom: 15px;
  }
}

.plinko-rg3r6h ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.plinko-rg3r6h ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.plinko-rg3r6h ul li span svg {
  fill: var(--title-color);
}

.plinko-rg3r6h ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .plinko-rg3r6h ul li small {
    font-size: 12px;
  }
}

.plinko-rg3r6h ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.plinko-rg3r6h ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .plinko-rg3r6h {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.plinko-t1msv7 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .plinko-t1msv7 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.plinko-o6cjqr {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.plinko-yy6z9e {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0chicken-road-9z7mjy ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .plinko-yy6z9e {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .plinko-yy6z9e:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.plinko-yy6z9e.plinko-pw5ixs {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .plinko-yy6z9e.plinko-pw5ixs:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-u2vg2x {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .plinko-u2vg2x {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-u2vg2x {
    padding: 50px 16px 68px;
  }
}

.plinko-k4h10o {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .plinko-k4h10o {
    flex-direction: column;
  }
}

.plinko-enuauo {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .plinko-enuauo {
    margin-bottom: 40px;
  }
}

.plinko-7341gy .plinko-mx7gmb {
  margin-bottom: 28px;
}

.plinko-7341gy .plinko-mx7gmb img {
  max-height: 100px;
  width: auto;
}

.plinko-p3fs6y {
  display: flex;
  align-items: center;
}

.plinko-p3fs6y a + a {
  margin-left: 24px;
}

.plinko-p3fs6y img {
  max-height: 56px;
  width: auto;
}

.plinko-hufduq img {
  max-height: 38px!important;
  width: auto;
}

.plinko-p3fs6y img + img {
  margin-left: 24px;
}

.plinko-neqrm6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .plinko-neqrm6 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.plinko-2cjljw {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .plinko-2cjljw {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.plinko-01yn4a {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .plinko-01yn4a {
    flex-wrap: wrap;
  }
}

.plinko-01yn4a li {
  display: flex;
  margin: 0 7px;
}

.plinko-01yn4a li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .plinko-01yn4a li:hover svg {
    transform: scale(1.2);
  }
}

.plinko-ta4ux7 {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.plinko-7b7bek + .plinko-7b7bek {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .plinko-7b7bek + .plinko-7b7bek {
    margin: 36px 0 0;
  }
}

.plinko-fu03jn {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.plinko-nhkswp {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plinko-nhkswp li {
  font-size: 16px;
}

.plinko-nhkswp li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .plinko-nhkswp li a:hover {
    text-decoration: underline;
  }
}

.plinko-nhkswp li + li {
  margin-top: 16px;
}

.plinko-qaqaqq {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.plinko-qaqaqq.plinko-pwoh43 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.plinko-eu2rud {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.plinko-eu2rud h1,
.plinko-eu2rud h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .plinko-eu2rud h1,
  .plinko-eu2rud h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .plinko-eu2rud {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-eu2rud {
    margin-bottom: 60px;
  }
}

.plinko-rz42xx {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .plinko-rz42xx {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.plinko-rz42xx li {
  width: 100%;
}

.plinko-rz42xx li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.plinko-rz42xx li a svg {
  fill: var(--button-text-color);
}

.plinko-rz42xx li a.plinko-pwoh43 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .plinko-rz42xx li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .plinko-rz42xx li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .plinko-rz42xx li a img {
    max-width: 16px;
  }
}

.plinko-g3858t {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .plinko-g3858t {
    margin: 0 -5px;
  }
}

.plinko-1ungkk {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.plinko-1ungkk span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.plinko-1ungkk small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .plinko-1ungkk {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .plinko-1ungkk span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.plinko-zogs8r {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.plinko-zogs8r img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .plinko-zogs8r:hover img {
    transform: scale(1.1);
  }
}

.plinko-6f00bi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .plinko-6f00bi {
    height: 54px;
  }
}

.plinko-h8l99f {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .plinko-h8l99f {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .plinko-h8l99f {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-h8l99f .plinko-mx7gmb img {
    max-width: 90px;
  }
}

.plinko-mx7gmb img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .plinko-mx7gmb {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .plinko-nyhbjq {
    display: none;
  }
  .plinko-nyhbjq::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.plinko-9h2khz {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.plinko-9h2khz li {
  font-size: 16px;
  margin: 0 20px;
}

.plinko-9h2khz li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .plinko-9h2khz li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .plinko-9h2khz {
    display: block;
  }
  .plinko-9h2khz li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .plinko-9h2khz li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .plinko-9h2khz li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .plinko-9h2khz li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.plinko-v54hf5 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .plinko-v54hf5 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .plinko-v54hf5 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-v54hf5 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.plinko-v54hf5.plinko-ye8mgb {
  margin-right: 0;
}

.plinko-3v9aj7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .plinko-3v9aj7 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .plinko-3v9aj7:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.plinko-eqs7wv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .plinko-eqs7wv:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .plinko-eqs7wv {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.plinko-qlx3a0 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .plinko-qlx3a0 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.plinko-qlx3a0:hover > ul {
  display: flex;
}

.plinko-qlx3a0:focus > ul {
  display: flex;
}

.plinko-qlx3a0:focus-within > ul {
  display: flex;
}

.plinko-ejg463 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.plinko-ejg463::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0chicken-road-jpdxgz ease-in-out;
}

@media only screen and (max-width: 767px) {
  .plinko-ejg463 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .plinko-ejg463 img {
    max-width: 20px;
  }
}

.plinko-qlx3a0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0chicken-road-spynx9 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .plinko-qlx3a0 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.plinko-qlx3a0 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .plinko-qlx3a0 ul li {
    padding: 5px;
  }
}

.plinko-qlx3a0 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .plinko-qlx3a0 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-qlx3a0 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .plinko-qlx3a0 ul li a img {
    max-width: 20px;
  }
}

.plinko-u0einz {
  display: none;
}

.plinko-bsnsyv {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .plinko-bsnsyv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.plinko-bsnsyv span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .plinko-u0einz:checked ~ .plinko-nyhbjq {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .plinko-nyhbjq {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .plinko-u0einz:checked ~ .plinko-nyhbjq {
    display: block;
  }
  .plinko-u0einz:checked + .plinko-bsnsyv span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .plinko-u0einz:checked + .plinko-bsnsyv span:nth-child(2) {
    display: none;
  }
  .plinko-u0einz:checked + .plinko-bsnsyv span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.plinko-ofvjdp {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .plinko-ofvjdp {
    padding: 0 16px;
  }
}

.plinko-ofvjdp img {
  margin-bottom: 3px;
}

.plinko-ofvjdp p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .plinko-ofvjdp p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-ofvjdp {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .plinko-ofvjdp {
    padding: 0px 0px !important;
  }
}

.plinko-c6vf80 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .plinko-c6vf80 {
    font-size: 32px;
  }
}

.plinko-gez7pc {
  color: var(--text-color);
}

.plinko-q7afum {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .plinko-q7afum {
    font-size: 16px;
    line-height: 140%;
  }
}

.plinko-q7afum p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.plinko-q7afum p img {
  display: block;
  margin: 0 auto;
}

.plinko-q7afum p:first-of-type {
  margin-top: 0;
}

.plinko-q7afum p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .plinko-q7afum p {
    font-size: 18px;
    line-height: 140%;
  }
}

.plinko-q7afum ul {
  padding: 0 0 0 20px;
}

.plinko-q7afum table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.plinko-q7afum table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .plinko-q7afum table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.plinko-q7afum table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .plinko-q7afum table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.plinko-q7afum table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.plinko-q7afum iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .plinko-q7afum iframe {
    height: 200px;
  }
}

.plinko-q310ce {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .plinko-q310ce {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-q310ce {
    margin-bottom: 60px;
  }
}

.plinko-vqx973 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-vqx973 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.plinko-vqx973 h1,
.plinko-vqx973 h2,
.plinko-vqx973 h3,
.plinko-vqx973 h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-vqx973 h1,
  .plinko-vqx973 h2,
  .plinko-vqx973 h3,
  .plinko-vqx973 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.plinko-05y80i {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-05y80i {
    flex-direction: column-reverse;
  }
}

.plinko-05y80i .plinko-utqe6b {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .plinko-05y80i .plinko-utqe6b {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.plinko-05y80i .plinko-bxjh6m {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .plinko-05y80i .plinko-bxjh6m {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .plinko-05y80i .plinko-bxjh6m img {
    width: 100%;
  }
}

.plinko-bxjh6m {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-bxjh6m {
    margin-bottom: 18px;
  }
}

.plinko-utqe6b {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-utqe6b {
    margin-bottom: 18px;
  }
}

.plinko-q310ce h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-q310ce h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.plinko-q310ce .plinko-qu26ol {
  margin-top: 30px;
  margin-bottom: 30px;
}

.plinko-tvwy60 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .plinko-tvwy60 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .plinko-tvwy60 {
    margin-bottom: 60px;
  }
}

.plinko-q25l67 {
  position: relative;
  border: none;
}

.plinko-q25l67::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.plinko-01jjqo {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.plinko-01jjqo span {
  height: 32px;
}

.plinko-01jjqo span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.plinko-01jjqo.plinko-i8np3l span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .plinko-01jjqo {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.plinko-9i1nqa {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plinko-9i1nqa li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .plinko-9i1nqa li {
    font-size: 16px;
  }
}

.plinko-9i1nqa li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .plinko-9i1nqa li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .plinko-9i1nqa li a {
    padding: 12px 14px;
  }
}

.plinko-9i1nqa.plinko-aro1ry {
  display: none;
}

.plinko-2ugosm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.plinko-2ugosm table {
  width: 100%;
  border-collapse: collapse;
}

.plinko-2ugosm table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .plinko-2ugosm table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .plinko-2ugosm table td {
    min-width: 75px;
  }
}

.plinko-2ugosm table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .plinko-2ugosm table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.plinko-2ugosm table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.plinko-2ugosm p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .plinko-2ugosm p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .plinko-2ugosm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-2ugosm {
    margin-bottom: 60px;
  }
}

.plinko-92ms9m {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .plinko-92ms9m {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.plinko-asqwnu {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .plinko-asqwnu {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.plinko-asqwnu tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .plinko-asqwnu tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.plinko-asqwnu tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.plinko-at7mrt table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.plinko-at7mrt table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.plinko-at7mrt p {
  color: var(--text-color);
}

.plinko-6ar0lc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .plinko-6ar0lc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-6ar0lc {
    margin-bottom: 60px;
  }
}

.plinko-ppqk4b {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.plinko-zfsag6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .plinko-zfsag6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-zfsag6 {
    margin-bottom: 60px;
  }
}

.plinko-x2lsta {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.plinko-x2lsta h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .plinko-x2lsta h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.plinko-x2lsta p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.plinko-x2lsta p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .plinko-x2lsta p {
    font-size: 16px;
  }
}

.plinko-kbouu6 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .plinko-kbouu6 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.plinko-96ldvu {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.plinko-96ldvu li {
  margin: 0 20px;
}

.plinko-96ldvu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.plinko-96ldvu li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .plinko-96ldvu li a:hover {
    color: #2ab765;
  }
}

.plinko-tfd3pa {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .plinko-tfd3pa {
    padding: 0 16px;
  }
}

.plinko-tfd3pa li {
  font-size: 16px;
  position: relative;
}

.plinko-tfd3pa li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .plinko-tfd3pa li a:hover {
    text-decoration: underline;
  }
}

.plinko-tfd3pa li span {
  opacity: 0.5;
}

.plinko-tfd3pa li + li {
  margin-left: 30px;
}

.plinko-tfd3pa li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.plinko-vqx973 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.plinko-vqx973 {
    margin-bottom: 18px;
  }
}

.plinko-pj6rmr {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.plinko-pj6rmr tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.plinko-pj6rmr tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.plinko-pj6rmr tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.plinko-pj6rmr tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.plinko-pj6rmr tbody tr:last-of-type {
  margin-bottom: 0;
}

.plinko-pj6rmr tbody tr td:first-of-type {
  flex-shrink: 0;
}

.plinko-pj6rmr tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.plinko-pj6rmr tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.plinko-pj6rmr tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .plinko-pj6rmr tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.plinko-pj6rmr tbody tr td .plinko-s3navp {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .plinko-pj6rmr tbody tr td .plinko-s3navp {
    width: 100%;
  }
}

.plinko-pj6rmr tbody tr td .plinko-17kpla {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .plinko-pj6rmr tbody tr td .plinko-17kpla:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .plinko-pj6rmr tbody tr td .plinko-17kpla {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .plinko-pj6rmr tbody tr td .plinko-17kpla {
    width: 100%;
  }
}

.plinko-pj6rmr tbody tr td .plinko-ywzi7r {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .plinko-pj6rmr tbody tr td .plinko-ywzi7r:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-pj6rmr tbody tr {
    flex-direction: column;
  }
}

.plinko-pj6rmr tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.plinko-vmx5t0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .plinko-vmx5t0 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-vmx5t0 {
    margin: 0 auto 60px;
  }
}

.plinko-2w6qwi {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-2w6qwi {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.plinko-cg1bfy {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .plinko-cg1bfy {
    margin: 0 -5px;
  }
}

.plinko-qo683m {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.plinko-qo683m img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.plinko-qo683m p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .plinko-qo683m:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .plinko-qo683m {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .plinko-qo683m {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .plinko-qo683m p {
    font-size: 16px;
  }
}

.plinko-ws5thg {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .plinko-ws5thg {
    height: 190px;
    margin: 20px auto;
  }
}

.plinko-ws5thg img {
  width: 100%;
  height: 100%;
}

.plinko-ws5thg iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .plinko-ws5thg iframe {
    height: 190px;
  }
}

.plinko-ckpn5i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.plinko-ckpn5i::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.plinko-kiyuzw {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.plinko-kiyuzw svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .plinko-kiyuzw:hover svg {
    transform: scale(1.1);
  }
}

.plinko-prv0kx {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .plinko-prv0kx {
    padding: 40px 0;
  }
}

.plinko-kehe5p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .plinko-kehe5p {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .plinko-kehe5p {
    flex-direction: column-reverse;
  }
}

.plinko-adbf6b {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.plinko-adbf6b img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .plinko-adbf6b {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-adbf6b {
    margin: 10px 0 0;
  }
}

.plinko-f70rxr {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.plinko-f70rxr h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .plinko-f70rxr {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-f70rxr {
    padding: 24px 10px;
  }
}

.plinko-y40ila {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.plinko-y40ila:hover {
  border: 1px solid #8c8ca2;
}

.plinko-cd0ngb {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.plinko-cd0ngb:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.plinko-zg7sy9 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.plinko-zg7sy9 a {
  text-decoration: underline;
  color: #8babff;
}

.plinko-kb3vxe {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.plinko-kb3vxe .plinko-y40ila {
  width: 50%;
  margin: 0;
}

.plinko-71y3ob {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.plinko-71y3ob:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.plinko-pc0xy9 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .plinko-pc0xy9 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-pc0xy9 {
    margin: 0 0 60px;
  }
}

.plinko-sbn4i2 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .plinko-sbn4i2 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.plinko-8u2hs7 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .plinko-8u2hs7 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.plinko-9oat26 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .plinko-9oat26 {
    flex-basis: auto;
    max-width: 100%;
  }
}

.plinko-ei2q5l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-ei2q5l {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.plinko-ei2q5l a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .plinko-ei2q5l a {
    margin: 1px 0 4px;
  }
}

.plinko-ei2q5l a svg {
  fill: #fff;
}

.plinko-ei2q5l a:hover {
  background: #3d68e7;
}

.plinko-b6b1qx {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.plinko-gia0y2 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .plinko-gia0y2 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.plinko-n5788j {
  font-size: 16px;
  color: var(--text-color);
}

.plinko-plxypm {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .plinko-plxypm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-plxypm {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .plinko-plxypm {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.plinko-5oza9r {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.plinko-5oza9r h1,
.plinko-5oza9r h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-5oza9r h1,
  .plinko-5oza9r h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .plinko-5oza9r {
    margin: 0;
    padding-right: 20px;
  }
}

.plinko-dcxdc2 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.plinko-dcxdc2 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-dcxdc2 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.plinko-dcxdc2 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .plinko-dcxdc2 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.plinko-dcxdc2 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.plinko-dcxdc2 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .plinko-dcxdc2 table tr td {
    padding: 12px 4px;
  }
}

.plinko-dcxdc2 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .plinko-dcxdc2 table tr th {
    padding: 12px 4px;
  }
}

.plinko-dcxdc2 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .plinko-dcxdc2 {
    margin: 0;
  }
}

.plinko-ejhw83 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .plinko-ejhw83 {
    min-height: 190px;
  }
}

.plinko-oybkep {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.plinko-oybkep::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.plinko-bi59ob {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.plinko-bi59ob.plinko-setniu {
  display: none;
}

.plinko-t5wk8u {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.plinko-t5wk8u iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plinko-t5wk8u iframe.plinko-v0vi6e {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.plinko-t5wk8u.plinko-bexeim {
  opacity: 1;
  pointer-events: all;
}

.plinko-yy6b02 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.plinko-yy6b02 svg {
  margin-right: 10px;
}

.plinko-yy6b02 + .plinko-yy6b02 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .plinko-yy6b02:hover {
    background: #a8a6b3;
  }
}

.plinko-cvjdk0 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .plinko-cvjdk0:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .plinko-yy6b02 {
    height: 42px;
    max-width: 220px;
  }
}

.plinko-plxypm .plinko-q310ce {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.plinko-plxypm .plinko-q310ce h1,
.plinko-plxypm .plinko-q310ce h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .plinko-plxypm .plinko-q310ce h1,
  .plinko-plxypm .plinko-q310ce h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .plinko-plxypm .plinko-q310ce {
    margin: 28px 0 0;
  }
}

.plinko-2yvudm {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .plinko-2yvudm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .plinko-2yvudm {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-2yvudm {
    margin: 20px auto 60px;
  }
}

.plinko-cf69nx {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .plinko-cf69nx {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-cf69nx {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.plinko-aj3sr6 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.plinko-aj3sr6 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plinko-vue8i8 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.plinko-vue8i8 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .plinko-vue8i8 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-vue8i8 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .plinko-vue8i8 {
    max-width: 100%;
    margin: 0;
  }
}

.plinko-wxhmps {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .plinko-wxhmps {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.plinko-j4s0wn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .plinko-j4s0wn {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.plinko-ht3tqu {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.plinko-ht3tqu span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .plinko-ht3tqu {
    margin: 0;
  }
  .plinko-ht3tqu:last-of-type {
    margin-top: 4px;
  }
}

.plinko-riwvac {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .plinko-riwvac {
    padding: 10px;
  }
}

.plinko-riwvac .plinko-qu26ol {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .plinko-riwvac .plinko-qu26ol {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .plinko-riwvac {
    flex-wrap: wrap;
  }
}

.plinko-ak66we {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.plinko-ak66we img {
  width: 100%;
}

.plinko-r41w6h {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .plinko-r41w6h {
    max-width: 200px;
    margin: 0;
  }
}

.plinko-sgpkhz {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.plinko-d2uhio {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.plinko-i2ynqz {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz {
    margin: 0 0 60px;
  }
}

.plinko-i2ynqz .plinko-nh0uow {
  position: relative;
}

.plinko-i2ynqz .plinko-jghso0 {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.plinko-i2ynqz .plinko-jghso0.plinko-setniu {
  display: none;
}

.plinko-i2ynqz .plinko-ezu3jq {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .plinko-i2ynqz .plinko-ezu3jq {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .plinko-i2ynqz .plinko-ezu3jq {
    bottom: 90px;
  }
}

.plinko-i2ynqz .plinko-ezu3jq .plinko-s14maw {
  max-width: 300px;
  width: 100%;
}

.plinko-i2ynqz
  .plinko-ezu3jq
  .plinko-s14maw
  .plinko-tfgec0 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz
    .plinko-ezu3jq
    .plinko-s14maw
    .plinko-tfgec0 {
    font-size: 32px;
    text-align: center;
  }
}

.plinko-i2ynqz
  .plinko-ezu3jq
  .plinko-s14maw
  .plinko-5mvq07 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz
    .plinko-ezu3jq
    .plinko-s14maw
    .plinko-5mvq07 {
    text-align: center;
  }
}

.plinko-i2ynqz .plinko-ezu3jq .plinko-ye8mgb {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz .plinko-ezu3jq .plinko-ye8mgb {
    flex-direction: column-reverse;
  }
}

.plinko-i2ynqz
  .plinko-ezu3jq
  .plinko-ye8mgb
  .plinko-pumpzo {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.plinko-i2ynqz
  .plinko-ezu3jq
  .plinko-ye8mgb
  .plinko-pumpzo:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz
    .plinko-ezu3jq
    .plinko-ye8mgb
    .plinko-pumpzo {
    width: 100%;
  }
}

.plinko-i2ynqz
  .plinko-ezu3jq
  .plinko-ye8mgb
  .plinko-ab4n99 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.plinko-i2ynqz
  .plinko-ezu3jq
  .plinko-ye8mgb
  .plinko-ab4n99
  span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.plinko-i2ynqz
  .plinko-ezu3jq
  .plinko-ye8mgb
  .plinko-ab4n99:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.plinko-i2ynqz
  .plinko-ezu3jq
  .plinko-ye8mgb
  .plinko-ab4n99:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz
    .plinko-ezu3jq
    .plinko-ye8mgb
    .plinko-ab4n99 {
    width: 100%;
  }
}

.plinko-i2ynqz .plinko-ezu3jq.plinko-setniu {
  display: none;
}

.plinko-i2ynqz .plinko-bpodb9 {
  display: none;
}

.plinko-i2ynqz .plinko-bpodb9.plinko-bexeim {
  display: block;
}

.plinko-i2ynqz .plinko-bpodb9 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz .plinko-bpodb9 iframe {
    height: calc(100vh - 54px);
  }
}

.plinko-i2ynqz .plinko-6izrc5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .plinko-i2ynqz .plinko-6izrc5 {
    padding: 24px 16px 0;
  }
}

.plinko-i2ynqz .plinko-6izrc5 .plinko-tfgec0 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz .plinko-6izrc5 .plinko-tfgec0 {
    margin-bottom: 24px;
  }
}

.plinko-i2ynqz .plinko-6izrc5 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.plinko-i2ynqz .plinko-6izrc5 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz .plinko-6izrc5 table tr td {
    padding: 12px 4px;
  }
}

.plinko-i2ynqz .plinko-6izrc5 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .plinko-i2ynqz .plinko-6izrc5 table tr th {
    padding: 12px 4px;
  }
}

.plinko-i2ynqz .plinko-6izrc5 table tr:last-of-type td {
  border-bottom: none;
}

.plinko-1ftrg6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.plinko-1ftrg6.plinko-pwoh43 {
  display: block;
}

.plinko-1ftrg6 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.plinko-1ftrg6 .plinko-o5z7zf {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.plinko-1ftrg6 .plinko-rfdok4 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.plinko-1ftrg6 .plinko-ab4n99 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.plinko-1ftrg6 .plinko-ab4n99:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.plinko-3z7img {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.plinko-3z7img.plinko-pwoh43 {
  display: block;
}

.plinko-eunf98 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.plinko-4eqdi9 {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.plinko-c092nv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .plinko-4eqdi9 {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.plinko-6sk8z9 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.plinko-6sk8z9 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.plinko-i1z6gw {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.plinko-sdmcfd.plinko-setniu {
  display: none;
}

.plinko-b7lxz0 {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .plinko-b7lxz0 {
    margin-bottom: 20px;
  }
}

.plinko-pd75ac {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.plinko-pd75ac span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.plinko-pd75ac small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.plinko-pd75ac input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.plinko-pd75ac input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.plinko-pd75ac input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.plinko-pd75ac input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.plinko-pd75ac input:active {
  border-color: #c2c0ce;
}

.plinko-pd75ac input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .plinko-pd75ac {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.plinko-k849eg {
  margin-bottom: 36px;
}

.plinko-k849eg textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.plinko-k849eg textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.plinko-k849eg textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .plinko-k849eg {
    margin-bottom: 24px;
  }
}

.plinko-owyl7y {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.plinko-w2e2z6 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0chicken-road-spynx9 ease-in-out;
}

.plinko-w2e2z6:hover {
  background: var(--border-color);
}

.plinko-anvm5e {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.plinko-anvm5e:hover {
  background: #166ad9;
}

.plinko-pmssav {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.plinko-pmssav.plinko-setniu {
  display: none;
}

.plinko-rbp9r6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.plinko-pmssav .plinko-w2e2z6 {
  margin: 0 auto;
}

.plinko-8posdv {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .plinko-8posdv {
    margin-bottom: 16px;
  }
}

.plinko-ikhv21 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.plinko-9ax2k1 {
  filter: grayscale(100%);
}

.plinko-ikhv21 > input {
  display: none;
}

.plinko-ikhv21 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-t9khnd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.plinko-f1as86 44.plinko-k597yw.plinko-lavyo6.plinko-kx54ll.plinko-lzexcw.plinko-m1grjp.plinko-pdzwk1.plinko-9rkusr.plinko-g4grl3.plinko-4bdyrm.plinko-h2z2ji.plinko-6hewug.plinko-uehocz 0l-12.plinko-0qd3q6 30.plinko-ivyrqn.plinko-zmxasl 2.plinko-fdk2kg.plinko-zmxasl 3.plinko-p8kawg 3.plinko-izskzo.plinko-e4yvfq 3.plinko-lernr0.plinko-zvjtp6.plinko-f920z9.plinko-44fna5 7-3.plinko-0qd3q6 10.plinko-vvn5gh.plinko-44fna5 23.plinko-8rud88.plinko-7rt06m 1.plinko-gp30x6 2.plinko-0qd3q6 3.plinko-7rt06m 1.plinko-e4yvfq 5.plinko-ilbg45.plinko-e4yvfq 32.plinko-p30kex.plinko-zvjtp6 5.plinko-uehocz 4.plinko-44fna5 9.plinko-44fna5 8.plinko-e4yvfq 6.plinko-tmjqkz.plinko-98eu4e.plinko-uzcjec.plinko-mn55rk.plinko-xxlpym 4.plinko-z9zviu.plinko-xxlpym 6.plinko-xxlpym 0l29.plinko-uehocz 17.plinko-xrxx69.plinko-gqy2n4 2.plinko-xgcpbj 10.plinko-e33b12.plinko-0qd3q6 8.plinko-suzare.plinko-dbmbo1.plinko-65vjo0.plinko-sfe6vg.plinko-ceisn0.plinko-zvjtp6.plinko-m1grjp.plinko-0qd3q6 1.plinko-o39oct.plinko-1hb2il.plinko-pa3m4t.plinko-n8blwc.plinko-cf2i5l.plinko-gp30x6 1.plinko-z43tzf.plinko-kpgqb1.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.plinko-ikhv21 > input:checked ~ label,
.plinko-ikhv21 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-t9khnd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.plinko-f1as86 44.plinko-k597yw.plinko-lavyo6.plinko-kx54ll.plinko-lzexcw.plinko-m1grjp.plinko-pdzwk1.plinko-9rkusr.plinko-g4grl3.plinko-4bdyrm.plinko-h2z2ji.plinko-6hewug.plinko-uehocz 0l-12.plinko-0qd3q6 30.plinko-ivyrqn.plinko-zmxasl 2.plinko-fdk2kg.plinko-zmxasl 3.plinko-p8kawg 3.plinko-izskzo.plinko-e4yvfq 3.plinko-lernr0.plinko-zvjtp6.plinko-f920z9.plinko-44fna5 7-3.plinko-0qd3q6 10.plinko-vvn5gh.plinko-44fna5 23.plinko-8rud88.plinko-7rt06m 1.plinko-gp30x6 2.plinko-0qd3q6 3.plinko-7rt06m 1.plinko-e4yvfq 5.plinko-ilbg45.plinko-e4yvfq 32.plinko-p30kex.plinko-zvjtp6 5.plinko-uehocz 4.plinko-44fna5 9.plinko-44fna5 8.plinko-e4yvfq 6.plinko-tmjqkz.plinko-98eu4e.plinko-uzcjec.plinko-mn55rk.plinko-xxlpym 4.plinko-z9zviu.plinko-xxlpym 6.plinko-xxlpym 0l29.plinko-uehocz 17.plinko-xrxx69.plinko-gqy2n4 2.plinko-xgcpbj 10.plinko-e33b12.plinko-0qd3q6 8.plinko-suzare.plinko-dbmbo1.plinko-65vjo0.plinko-sfe6vg.plinko-ceisn0.plinko-zvjtp6.plinko-m1grjp.plinko-0qd3q6 1.plinko-o39oct.plinko-1hb2il.plinko-pa3m4t.plinko-n8blwc.plinko-cf2i5l.plinko-gp30x6 1.plinko-z43tzf.plinko-kpgqb1.5z'/%3e%3c/svg%3e");
}

.plinko-ikhv21 > input:not(:checked) ~ label:hover,
.plinko-ikhv21 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-t9khnd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-f1as86 44.plinko-k597yw.plinko-lavyo6.plinko-kx54ll.plinko-lzexcw.plinko-m1grjp.plinko-pdzwk1.plinko-9rkusr.plinko-g4grl3.plinko-4bdyrm.plinko-h2z2ji.plinko-6hewug.plinko-uehocz 0l-12.plinko-0qd3q6 30.plinko-ivyrqn.plinko-zmxasl 2.plinko-fdk2kg.plinko-zmxasl 3.plinko-p8kawg 3.plinko-izskzo.plinko-e4yvfq 3.plinko-lernr0.plinko-zvjtp6.plinko-f920z9.plinko-44fna5 7-3.plinko-0qd3q6 10.plinko-vvn5gh.plinko-44fna5 23.plinko-8rud88.plinko-7rt06m 1.plinko-gp30x6 2.plinko-0qd3q6 3.plinko-7rt06m 1.plinko-e4yvfq 5.plinko-ilbg45.plinko-e4yvfq 32.plinko-p30kex.plinko-zvjtp6 5.plinko-uehocz 4.plinko-44fna5 9.plinko-44fna5 8.plinko-e4yvfq 6.plinko-tmjqkz.plinko-98eu4e.plinko-uzcjec.plinko-mn55rk.plinko-xxlpym 4.plinko-z9zviu.plinko-xxlpym 6.plinko-xxlpym 0l29.plinko-uehocz 17.plinko-xrxx69.plinko-gqy2n4 2.plinko-xgcpbj 10.plinko-e33b12.plinko-0qd3q6 8.plinko-suzare.plinko-dbmbo1.plinko-65vjo0.plinko-sfe6vg.plinko-ceisn0.plinko-zvjtp6.plinko-m1grjp.plinko-0qd3q6 1.plinko-o39oct.plinko-1hb2il.plinko-pa3m4t.plinko-n8blwc.plinko-cf2i5l.plinko-gp30x6 1.plinko-z43tzf.plinko-kpgqb1.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .plinko-owiw8w > .plinko-np1rfm {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .plinko-owiw8w > .plinko-np1rfm {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .plinko-owiw8w > .plinko-np1rfm {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .plinko-owiw8w > .plinko-np1rfm {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .plinko-owiw8w > .plinko-np1rfm {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.plinko-q6tj9w {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.plinko-q6tj9w.plinko-setniu {
  display: none;
}

.plinko-kn0nsh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .plinko-kn0nsh {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-kn0nsh {
    border-radius: 20px 20px 0 0;
  }
}

.plinko-b3pgcc {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.plinko-b3pgcc::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.plinko-b3pgcc::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.plinko-b3pgcc img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .plinko-b3pgcc {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .plinko-b3pgcc img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-b3pgcc {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .plinko-b3pgcc img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.plinko-68jgsz {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .plinko-68jgsz {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-68jgsz {
    font-size: 14px;
  }
}

.plinko-x4o72i {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.plinko-x4o72i::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .plinko-x4o72i::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.plinko-x4o72i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .plinko-x4o72i::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .plinko-x4o72i {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-x4o72i {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.plinko-x30n6g {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .plinko-x30n6g {
    top: -20px;
  }
}

.plinko-k5ezo9 {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0chicken-road-spynx9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .plinko-k5ezo9:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .plinko-k5ezo9 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-k5ezo9 {
    width: 90px;
    height: 40px;
  }
}

.plinko-q6tj9w.plinko-ukguj7 .plinko-kn0nsh {
  background: #2b3b67;
}

.plinko-q6tj9w.plinko-ukguj7 .plinko-b3pgcc {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.plinko-q6tj9w.plinko-ukguj7 .plinko-b3pgcc::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.plinko-q6tj9w.plinko-ukguj7 .plinko-b3pgcc::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.plinko-q6tj9w.plinko-ukguj7 .plinko-x4o72i::before {
  background: #0e0f41;
}

.plinko-q6tj9w.plinko-ukguj7 .plinko-x4o72i::after {
  background: #152557;
}

.plinko-q6tj9w.plinko-k9ckgq .plinko-kn0nsh {
  background: #1f35fa;
}

.plinko-q6tj9w.plinko-k9ckgq .plinko-b3pgcc {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.plinko-q6tj9w.plinko-k9ckgq .plinko-b3pgcc::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.plinko-q6tj9w.plinko-k9ckgq .plinko-b3pgcc::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.plinko-q6tj9w.plinko-k9ckgq .plinko-x4o72i::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.plinko-q6tj9w.plinko-k9ckgq .plinko-x4o72i::after {
  background: #192ac8;
}

.plinko-q6tj9w.plinko-5a9wey .plinko-kn0nsh {
  background: #fa771f;
}

.plinko-q6tj9w.plinko-5a9wey .plinko-b3pgcc {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-q6tj9w.plinko-5a9wey .plinko-b3pgcc::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.plinko-q6tj9w.plinko-5a9wey .plinko-b3pgcc::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.plinko-q6tj9w.plinko-5a9wey .plinko-x4o72i::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-q6tj9w.plinko-5a9wey .plinko-x4o72i::after {
  background: #fa8535;
}

.plinko-g9dnf4 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .plinko-g9dnf4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plinko-g9dnf4 {
    margin: 24px 0 60px;
  }
}

.plinko-g9dnf4 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .plinko-g9dnf4 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.plinko-2mvkc5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .plinko-2mvkc5 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.plinko-q6sxak {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .plinko-q6sxak {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.plinko-c6dmdz {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .plinko-c6dmdz:hover {
    background: var(--button-bg-hover);
  }
}

.plinko-eh2ts7 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plinko-eh2ts7 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.plinko-eh2ts7 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .plinko-eh2ts7 {
    margin-bottom: 16px;
  }
}

.plinko-lzs13l {
  width: 120px;
  height: 22px;
}

.plinko-lzs13l .plinko-qew1le {
  fill: #c2c0ce;
}

.plinko-lzs13l [rating="1"] .plinko-qew1le:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.plinko-lzs13l [rating="2"] .plinko-qew1le:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.plinko-lzs13l [rating="3"] .plinko-qew1le:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.plinko-lzs13l [rating="4"] .plinko-qew1le:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.plinko-lzs13l [rating="5"] .plinko-qew1le:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.plinko-skwaco {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .plinko-skwaco {
    gap: 16px 0;
  }
}

.plinko-3vvhcb {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.plinko-3vvhcb.plinko-bexeim {
  display: block;
}

.plinko-3vvhcb.plinko-setniu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .plinko-3vvhcb {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.plinko-1lrc77 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.plinko-qyy1e8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.plinko-mbf1m0 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.plinko-1efecc small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.plinko-1efecc span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.plinko-4eol9a {
  font-size: 16px;
  line-height: 140%;
}

.plinko-8qp61y {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.plinko-8qp61y .plinko-qew1le {
  fill: #c2c0ce;
}

.plinko-8qp61y [rating="1"] .plinko-qew1le:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.plinko-8qp61y [rating="2"] .plinko-qew1le:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.plinko-8qp61y [rating="3"] .plinko-qew1le:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.plinko-8qp61y [rating="4"] .plinko-qew1le:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.plinko-8qp61y [rating="5"] .plinko-qew1le:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.plinko-x8bzaj {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .plinko-x8bzaj {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.plinko-79n00r {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .plinko-79n00r {
    padding: 0 16px;
  }
}

.plinko-sj7lx4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .plinko-sj7lx4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.plinko-4pg01t {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .plinko-4pg01t {
    padding: 12px;
    gap: 12px;
  }
}

.plinko-t2w3as {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.plinko-t2w3as img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plinko-70ty58 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.plinko-54anrf {
  flex: 1;
  min-width: 0;
}

.plinko-7kfonh {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .plinko-7kfonh {
    font-size: 14px;
    gap: 6px;
  }
}

.plinko-8tvbvk {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.plinko-8tvbvk svg,
.plinko-8tvbvk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plinko-8tvbvk svg path {
  fill: var(--button-bg-color);
}

.plinko-8tvbvk svg circle {
  fill: var(--button-text-color);
}

.plinko-64nxdk {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .plinko-64nxdk {
    font-size: 12px;
  }
}

.plinko-64nxdk strong {
  font-weight: 600;
}

.plinko-pgyrha {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.plinko-pgyrha p {
  margin: 0 0 16px;
}

.plinko-pgyrha p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .plinko-pgyrha {
    font-size: 14px;
    line-height: 150%;
  }
}

.plinko-62cqik {
  max-width: 300px;
  width: 100%;
}

.plinko-62cqik a {
  width: 100%;
}

@media (max-width: 575px) {
  .plinko-62cqik {
    max-width: 200px;
  }
}

.plinko-a2848t {
  justify-content: center;
}

.plinko-p1j8kl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plinko-qzxdr2 {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .plinko-7s8vw2 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.plinko-7qprk1 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.plinko-7qprk1 .plinko-9h2khz {
  justify-content: center;
}

/* faq */

.plinko-jjldha {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.plinko-cq3bsv {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0chicken-road-g01ksq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plinko-cq3bsv::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.plinko-jjldha.plinko-pwoh43 .plinko-cq3bsv::after {
  transform: rotate(45deg);
}

.plinko-m7o95z {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.plinko-jjldha.plinko-pwoh43 .plinko-m7o95z {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.plinko-1j0105 {
  margin: 25px 0;
}

.plinko-ikhv21 > input:not(:checked) ~ label:hover,
.plinko-ikhv21 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-sgr9b6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-ssabku 44.plinko-8fio3x.plinko-i2qrpc.plinko-dfc736.plinko-n2enq5.plinko-sqm2yt.plinko-828zbu.plinko-qi7pnq.plinko-2z7n87.plinko-f1cn27.plinko-45grye.plinko-hv9c9z.plinko-jugvy3 0l-12.plinko-dm33ac 30.plinko-cxjunh.plinko-jazw1a 2.plinko-k9htkq.plinko-jazw1a 3.plinko-4qv6ej 3.plinko-qb1yjm.plinko-09lpyi 3.plinko-etliqn.plinko-2tmpnj.plinko-hoovo4.plinko-7gvn3m 7-3.plinko-dm33ac 10.plinko-z1oudx.plinko-7gvn3m 23.plinko-84owfe.plinko-wanh3z 1.plinko-uye3qk 2.plinko-dm33ac 3.plinko-wanh3z 1.plinko-09lpyi 5.plinko-ink4s9.plinko-09lpyi 32.plinko-li4mbd.plinko-2tmpnj 5.plinko-jugvy3 4.plinko-7gvn3m 9.plinko-7gvn3m 8.plinko-09lpyi 6.plinko-7n9mzz.plinko-vvxmfd.plinko-dqp0nf.plinko-l2vqan.plinko-ev7rgo 4.plinko-ptc2w8.plinko-ev7rgo 6.plinko-ev7rgo 0l29.plinko-jugvy3 17.plinko-6qlsm1.plinko-ypw7aj 2.plinko-6akz6z 10.plinko-668h1b.plinko-dm33ac 8.plinko-mes7tg.plinko-mcpkwg.plinko-ech20w.plinko-y6f9r6.plinko-yitipe.plinko-2tmpnj.plinko-sqm2yt.plinko-dm33ac 1.plinko-4bufnt.plinko-xuhhbd.plinko-vzwakk.plinko-y7gifl.plinko-85jjwu.plinko-uye3qk 1.plinko-i9soz9.plinko-hl8dkg.5z'/%3e%3c/svg%3e");
}

.plinko-zp1ndz {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .plinko-zp1ndz {
    gap: 16px 0;
  }
}

.plinko-kw22bh {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.plinko-kw22bh.plinko-cp4j17 {
  display: block;
}

.plinko-kw22bh.plinko-wzpujs {
  display: none;
}

@media only screen and (max-width: 767px) {
  .plinko-kw22bh {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.plinko-63gf3u {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.plinko-459djt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.plinko-vbm7g8 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.plinko-s08d5y small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.plinko-s08d5y span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.plinko-4yuzw4 {
  font-size: 16px;
  line-height: 140%;
}

.plinko-wpdutr {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.plinko-wpdutr .plinko-6o9u6y {
  fill: #c2c0ce;
}

.plinko-wpdutr [rating="1"] .plinko-6o9u6y:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.plinko-wpdutr [rating="2"] .plinko-6o9u6y:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.plinko-wpdutr [rating="3"] .plinko-6o9u6y:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.plinko-wpdutr [rating="4"] .plinko-6o9u6y:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.plinko-wpdutr [rating="5"] .plinko-6o9u6y:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.plinko-1wmtok {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.plinko-1wmtok textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.plinko-1wmtok button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.plinko-5crznf {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.plinko-5crznf.plinko-z32r6y {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.plinko-us8j4v {
  margin: 25px 0;
}

.plinko-um0i21 > input:not(:checked) ~ label:hover,
.plinko-um0i21 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-5twp28.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-3jijz4 44.plinko-mpi3ha.plinko-nbawge.plinko-8at3tr.plinko-o23p1r.plinko-oa6gnr.plinko-2r5gqy.plinko-sy2yj4.plinko-7qodxl.plinko-ptxak3.plinko-ijlq9a.plinko-w3i470.plinko-b8yidc 0l-12.plinko-wi4v2v 30.plinko-7gfw40.plinko-zg3ocm 2.plinko-22j6pb.plinko-zg3ocm 3.plinko-xxl91b 3.plinko-brqgpx.plinko-pk5ity 3.plinko-kfplpb.plinko-axk6k6.plinko-09yuxz.plinko-9vt9pk 7-3.plinko-wi4v2v 10.plinko-ca03p9.plinko-9vt9pk 23.plinko-70bg1n.plinko-njryyy 1.plinko-bwvq25 2.plinko-wi4v2v 3.plinko-njryyy 1.plinko-pk5ity 5.plinko-hovugo.plinko-pk5ity 32.plinko-51ewl3.plinko-axk6k6 5.plinko-b8yidc 4.plinko-9vt9pk 9.plinko-9vt9pk 8.plinko-pk5ity 6.plinko-5q88qr.plinko-2x3010.plinko-7tyict.plinko-cbgppr.plinko-y3vmqm 4.plinko-lylc2r.plinko-y3vmqm 6.plinko-y3vmqm 0l29.plinko-b8yidc 17.plinko-t863if.plinko-gc0uk8 2.plinko-vw2s1o 10.plinko-7pmuy9.plinko-wi4v2v 8.plinko-7s072i.plinko-ra1buq.plinko-ogkv2b.plinko-dvgyav.plinko-tkivo2.plinko-axk6k6.plinko-oa6gnr.plinko-wi4v2v 1.plinko-hyrtkg.plinko-9c17ks.plinko-un4suy.plinko-yy8v3a.plinko-xtu3pj.plinko-bwvq25 1.plinko-zd8epm.plinko-zyfd3a.5z'/%3e%3c/svg%3e");
}

.plinko-ec8svv {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .plinko-ec8svv {
    gap: 16px 0;
  }
}

.plinko-rp59rp {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.plinko-rp59rp.plinko-e9h6rh {
  display: block;
}

.plinko-rp59rp.plinko-gwvkpg {
  display: none;
}

@media only screen and (max-width: 767px) {
  .plinko-rp59rp {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.plinko-h4gxsh {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.plinko-u6tyyq {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.plinko-7iqgky {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.plinko-mdoj3x small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.plinko-mdoj3x span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.plinko-k4o0f3 {
  font-size: 16px;
  line-height: 140%;
}

.plinko-as535e {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.plinko-as535e .plinko-8r5vvq {
  fill: #c2c0ce;
}

.plinko-as535e [rating="1"] .plinko-8r5vvq:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.plinko-as535e [rating="2"] .plinko-8r5vvq:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.plinko-as535e [rating="3"] .plinko-8r5vvq:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.plinko-as535e [rating="4"] .plinko-8r5vvq:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.plinko-as535e [rating="5"] .plinko-8r5vvq:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.plinko-iofy4d {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 1025px) {
  .plinko-iofy4d:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .plinko-iofy4d {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.plinko-l1hrvx {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.plinko-ec8svv {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0chicken-road-8b09xf ease-in-out;
  margin: 0;
}

.plinko-rp59rp {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.plinko-rp59rp.plinko-e9h6rh {
  display: block;
}

.plinko-2hf43w {
  z-index: 10;
  background: var(--button-bg-color);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.plinko-6h2377 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.plinko-2hf43w:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.plinko-2hf43w:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .plinko-ec8svv {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .plinko-rp59rp {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .plinko-2hf43w {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.plinko-oto0lz {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #06affd 0%, #0077ff 100%);
}

.plinko-icx53w {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #069afd 0%, #00c3ff 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plinko-icx53w::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.plinko-oto0lz.plinko-xrk9z3 .plinko-icx53w::after {
  transform: rotate(45deg);
}

.plinko-icx53w:hover {
  background: rgba(255, 255, 255, 0.3);
}

.plinko-yjud2e {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.plinko-oto0lz.plinko-xrk9z3 .plinko-yjud2e {
  max-height: 100%;
  padding: 15px 20px;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.plinko-sg5psy {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.plinko-sg5psy img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .plinko-sg5psy img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .plinko-ofvjdp .plinko-wjcbjx img {
    margin-top: -150px !important;
  }

  .plinko-s157of {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.plinko-4d7s9d {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.plinko-4d7s9d iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.plinko-e4mv51 {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.plinko-jtey98 ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.plinko-ig1nql {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.plinko-ig1nql p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.plinko-ig1nql button {
  z-index: 2;
}

.plinko-e4mv51.plinko-hc9z7q {
  bottom: 40px;
}

.plinko-lp7rsv {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.plinko-b2q9yz {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.plinko-e4gys9 infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.plinko-ui9gju {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.plinko-rmm059 ease;
  z-index: 10000;
}

.plinko-ui9gju:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 650px) {
  .plinko-ig1nql p {
    font-size: 16px;
    padding: 17px 15px 15px 15px;
    text-align: center;
  }

  .plinko-ig1nql .plinko-h20lls {
    font-size: 13.5px;
  }

  .plinko-e4mv51 .plinko-b2q9yz {
    animation: jump-y 0.plinko-e4gys9 infinite ease-in-out;
  }

  .plinko-tvp79h {
    display: none;
  }
}

.plinko-za1mxh {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.plinko-6iqj4e {
  top: 10px;
  animation-duration: 7s;
}

.plinko-1931vg {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.plinko-yq6es7 {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.plinko-tvp79h {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.plinko-l601px {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.plinko-ipv2l0 {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.plinko-4bkp0n {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.plinko-tqcsmj {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.plinko-tqcsmj .plinko-dco74k {
  display: flex;
  align-items: center;
}

.plinko-dkrwfw {
  display: flex;
  flex-direction: column;
}

.plinko-eu7v5f {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.plinko-mph095 {
  max-width: 300px;
  width: 100%;
}

.plinko-7ybf3t {
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .plinko-tqcsmj {
    flex-direction: column;
  }

  .plinko-dco74k {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .plinko-dkrwfw {
    text-align: center;
  }

  .plinko-tqcsmj h3 {
    margin-bottom: 0 !important;
  }
}

.plinko-5fxmya {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 501px) {
  .plinko-5fxmya {
    font-size: 12px;
  }
}

.plinko-ifq6uv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

.plinko-kutyf5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .plinko-kutyf5 {
    flex-direction: column;
  }
}

.plinko-8l618c {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.plinko-dr4goy li:first-child {
  margin-bottom: 10px;
}

.plinko-dr4goy a {
  color: #000;
}

.plinko-nuuesf {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .plinko-nuuesf {
    align-items: center;
  }

  .plinko-s6w7i0 {
    flex-direction: column;
  }
}

.plinko-30umef {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.plinko-o4s0t6 img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.plinko-sde1an {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.plinko-sde1an a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.plinko-ejxjm6 ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.plinko-sde1an a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.plinko-mr4ef3 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .plinko-mr4ef3 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-mr4ef3 {
    margin: 15px auto;
  }
}
.plinko-mr4ef3 li {
  font-size: 16px;
  position: relative;
}
.plinko-mr4ef3 li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .plinko-mr4ef3 li a:hover {
    text-decoration: underline;
  }
}
.plinko-mr4ef3 li span {
  opacity: 0.5;
}
.plinko-mr4ef3 li + li {
  margin-left: 30px;
}
.plinko-mr4ef3 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.plinko-86cxcy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .plinko-86cxcy {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-86cxcy {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.plinko-v6hqbf {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .plinko-v6hqbf {
    flex-direction: column;
  }
}
.plinko-dy5h43 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.plinko-dy5h43 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plinko-dy5h43 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.plinko-ow3pgy {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.plinko-ow3pgy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .plinko-ow3pgy ul {
    margin-bottom: 15px;
  }
}
.plinko-ow3pgy ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.plinko-ow3pgy ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}
.plinko-ow3pgy ul li span svg {
  fill: var(--title-color);
}
.plinko-ow3pgy ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .plinko-ow3pgy ul li small {
    font-size: 12px;
  }
}
.plinko-ow3pgy ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.plinko-ow3pgy ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .plinko-ow3pgy {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.plinko-cpacxq {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .plinko-cpacxq {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.plinko-miliby {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.plinko-78ti06 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .plinko-78ti06 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .plinko-78ti06:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.plinko-78ti06.plinko-m7i32e {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .plinko-78ti06.plinko-m7i32e:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-0vf5gk {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .plinko-0vf5gk {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-0vf5gk {
    padding: 50px 16px 68px;
  }
}
.plinko-c9l0u3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .plinko-c9l0u3 {
    flex-direction: column;
  }
}
.plinko-uq4orr {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .plinko-uq4orr {
    margin-bottom: 40px;
  }
}
.plinko-1uujex .plinko-7t45hm {
  margin-bottom: 28px;
}
.plinko-1uujex .plinko-7t45hm img {
  max-height: 100px;
  width: auto;
}
.plinko-hc2521 {
  display: flex;
  align-items: center;
}
.plinko-hc2521 a + a {
  margin-left: 24px;
}
.plinko-hc2521 img {
  max-height: 56px;
  width: auto;
}
.plinko-hc2521 img + img {
  margin-left: 24px;
}
.plinko-vgd24e {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .plinko-vgd24e {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.plinko-cfon6u {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .plinko-cfon6u {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.plinko-xgmpam {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.plinko-xgmpam label {
  font-size: 14px;
}

.plinko-xgmpam h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.plinko-xgmpam input,
.plinko-xgmpam textarea,
.plinko-xgmpam button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.plinko-xgmpam button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.plinko-rmm059 ease;
}
.plinko-xgmpam button:hover {
  background-color: var(--button-bg-hover);
}
.plinko-1togvr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.plinko-ehr9ud ease-in;
}

.plinko-1togvr h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#reviews .plinko-qun8h2 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .plinko-qun8h2 > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .plinko-qun8h2 > div.plinko-wy68i4 {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .plinko-qun8h2 > div.plinko-wy68i4 {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.plinko-6aym6y {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .plinko-h8l99f .plinko-v54hf5 a {
    font-size: 12px;
  }
}

/* app */
.plinko-atkgr6 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .plinko-atkgr6 {
    flex-direction: column;
  }
}
.plinko-fi5ayp {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.plinko-fi5ayp img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plinko-fi5ayp {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.plinko-ev2wef {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.plinko-ev2wef ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .plinko-ev2wef ul {
    margin-bottom: 15px;
  }
}
.plinko-ev2wef ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.plinko-ev2wef ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}
.plinko-ev2wef ul li span svg {
  fill: var(--title-color);
}
.plinko-ev2wef ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .plinko-ev2wef ul li small {
    font-size: 12px;
  }
}
.plinko-ev2wef ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.plinko-ev2wef ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .plinko-ev2wef {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.plinko-ym7u0q {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .plinko-ym7u0q {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.plinko-ywq89y {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.plinko-xr7hpa {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .plinko-xr7hpa {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .plinko-xr7hpa:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.plinko-xr7hpa.plinko-6jdmye {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .plinko-xr7hpa.plinko-6jdmye:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-oqjl7u {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .plinko-oqjl7u {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-oqjl7u {
    padding: 50px 16px 68px;
  }
}

.plinko-dwpt3r {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.plinko-jn62bz {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.plinko-jn62bz img {
  width: 100%;
  display: block;
}

.plinko-bbwp72 {
  max-width: 300px;
}

.plinko-aq47xl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plinko-aq47xl .plinko-3v9aj7:first-child {
  margin-bottom:15px;
}

.plinko-dwpt3r .plinko-pr8ev8 {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .plinko-dwpt3r {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.plinko-aq47xl .plinko-36m1kz {
  background: gray;
  border: 1px solid var(--border-color)
}
