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-wjrhot {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.plinko-xou70n {
  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-xou70n: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-llsfg9 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.plinko-ymo8jz {
  cursor: pointer;
}

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

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

.plinko-42iifj figure {
  margin: 0;
}

.plinko-42iifj.plinko-s8qrvu {
  justify-content: flex-start;
  margin-right: 4px;
}

.plinko-42iifj.plinko-f9zzw7 {
  justify-content: flex-end;
  margin-left: 4px;
}

.plinko-42iifj.plinko-77xhny {
  justify-content: center;
}

.plinko-42iifj.plinko-xhek42 {
  justify-content: normal;
}

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

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

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

.plinko-glw530 {
  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-glw530 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.plinko-gwvz2j {
  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-gwvz2j {
    flex-direction: column;
  }
}

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

.plinko-8sf8yo img {
  width: 100%;
}

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

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

.plinko-22pknu 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-22pknu ul {
    margin-bottom: 15px;
  }
}

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

.plinko-22pknu 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-22pknu ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.plinko-w55geo {
  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-w55geo {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

.plinko-l67wnc {
  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-l67wnc {
    height: 50px;
  }
}

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

.plinko-l67wnc.plinko-fahjgj {
  background-color: #000;
}

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

.plinko-uphl3y {
  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-uphl3y {
    padding: 80px 16px 0;
  }
}

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

.plinko-06j7hn {
  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-06j7hn {
    flex-direction: column;
  }
}

.plinko-5yuhq9 {
  margin-bottom: 94px;
}

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

.plinko-5f0e9h .plinko-wsvefz {
  margin-bottom: 28px;
}

.plinko-5f0e9h .plinko-wsvefz img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-1yw3f7 + .plinko-1yw3f7 {
  margin-left: 120px;
}

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

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

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

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

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

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

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

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

.plinko-tjm25t.plinko-v25b47 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.plinko-xgorto h1,
.plinko-xgorto 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-xgorto h1,
  .plinko-xgorto h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.plinko-3jp5ow li {
  width: 100%;
}

.plinko-3jp5ow 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-3jp5ow li a svg {
  fill: var(--button-text-color);
}

.plinko-3jp5ow li a.plinko-v25b47 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.plinko-gw2xi3 {
  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-gw2xi3 {
    height: 54px;
  }
}

.plinko-7qpvcb {
  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-7qpvcb {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .plinko-ejzlpf {
    display: block;
  }
  .plinko-ejzlpf li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .plinko-ejzlpf li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .plinko-ejzlpf 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-ejzlpf li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.plinko-sd1w9i.plinko-ymz5t6 {
  margin-right: 0;
}

.plinko-ky4zks {
  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-ky4zks {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.plinko-uglx6b {
  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-uglx6b:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.plinko-jy8rd5 {
  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-jy8rd5::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-jy8rd5 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .plinko-jy8rd5 img {
    max-width: 20px;
  }
}

.plinko-emt22e 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-emt22e ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.plinko-emt22e 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-emt22e ul li {
    padding: 5px;
  }
}

.plinko-emt22e 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-emt22e ul li a:hover {
    text-decoration: underline;
  }
}

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

.plinko-5n26et {
  display: none;
}

.plinko-w4g71l {
  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-w4g71l {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .plinko-5n26et:checked ~ .plinko-drhdso {
    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-drhdso {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .plinko-5n26et:checked ~ .plinko-drhdso {
    display: block;
  }
  .plinko-5n26et:checked + .plinko-w4g71l span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .plinko-5n26et:checked + .plinko-w4g71l span:nth-child(2) {
    display: none;
  }
  .plinko-5n26et:checked + .plinko-w4g71l span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

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

.plinko-ld4z8q {
  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-ld4z8q {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.plinko-rxa89k 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-rxa89k table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.plinko-rxa89k 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-rxa89k table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.plinko-flvk3p {
  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-flvk3p {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.plinko-flvk3p h1,
.plinko-flvk3p h2,
.plinko-flvk3p h3,
.plinko-flvk3p 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-flvk3p h1,
  .plinko-flvk3p h2,
  .plinko-flvk3p h3,
  .plinko-flvk3p h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.plinko-hb5j3n .plinko-gedwgk {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.plinko-hb5j3n .plinko-px8o36 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

.plinko-84arbh 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-84arbh h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.plinko-84arbh .plinko-xou70n {
  margin-top: 30px;
  margin-bottom: 30px;
}

.plinko-l1hn44 {
  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-l1hn44 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.plinko-9sb2uy {
  position: relative;
  border: none;
}

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

.plinko-vfj2eg {
  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-vfj2eg span {
  height: 32px;
}

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

.plinko-vfj2eg.plinko-qcjqy2 span {
  transform: scaleY(-1);
}

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

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

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

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

.plinko-zcbf3u 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-zcbf3u li a:hover {
    background: var(--main-theme-color);
  }
}

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

.plinko-zcbf3u.plinko-l7xpmv {
  display: none;
}

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

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

.plinko-itg3tq 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-itg3tq table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.plinko-itg3tq 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-itg3tq table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.plinko-tfzzzf {
  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-tfzzzf {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.plinko-52td44 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-52td44 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.plinko-q8ngns {
  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-si9cl4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.plinko-zhsdfv {
  display: none;
}

@media only screen and (max-width: 767px) {
  .plinko-zhsdfv {
    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-iie4w1 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.plinko-dk7bug {
  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-dk7bug {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

.plinko-u25to2 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-u25to2 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-u25to2 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-u25to2 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.plinko-u25to2 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-u25to2 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-u25to2 tbody tr td:last-of-type {
  margin-left: auto;
}

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

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

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

.plinko-u25to2 tbody tr td .plinko-n574m0 {
  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-u25to2 tbody tr td .plinko-n574m0:hover {
    background: var(--button-bg-hover);
  }
}

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

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

.plinko-u25to2 tbody tr td .plinko-fu5785 {
  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-u25to2 tbody tr td .plinko-fu5785:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.plinko-s2mo16 {
  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-s2mo16 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

.plinko-aw7apr {
  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-aw7apr {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.plinko-f64cpa::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-54uvev {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

.plinko-45t4n8 {
  padding: 90px 0;
}

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

.plinko-24frrv {
  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-24frrv {
    padding: 0 16px;
  }
}

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

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

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

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

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

.plinko-ggydh8 {
  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-ggydh8 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-ggydh8 {
    flex-basis: auto;
  }
}

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

.plinko-9atft7 {
  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-9atft7:hover {
  border: 1px solid #8c8ca2;
}

.plinko-yi6nos {
  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-yi6nos:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.plinko-ktmyna .plinko-9atft7 {
  width: 50%;
  margin: 0;
}

.plinko-9igc4y {
  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-9igc4y:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.plinko-pde8lo {
  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-pde8lo {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.plinko-8z1ffm {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.plinko-416kxq {
  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-416kxq {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.plinko-416kxq 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-416kxq a {
    margin: 1px 0 4px;
  }
}

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

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

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

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

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

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

.plinko-ck6q25 {
  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-ck6q25 {
    padding: 0 16px;
  }
}

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

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

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

.plinko-dy4hco h1,
.plinko-dy4hco 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-dy4hco h1,
  .plinko-dy4hco h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.plinko-jukb1i 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-jukb1i h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.plinko-jukb1i 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-jukb1i h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.plinko-jukb1i 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-jukb1i 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-jukb1i table tr td {
    padding: 12px 4px;
  }
}

.plinko-jukb1i 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-jukb1i table tr th {
    padding: 12px 4px;
  }
}

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

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

.plinko-5gbjbo {
  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-5gbjbo {
    min-height: 190px;
  }
}

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

.plinko-h7rowb::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-tnydkk {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.plinko-tnydkk.plinko-3m657n {
  display: none;
}

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

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

.plinko-4vdbq5 iframe.plinko-wu73m6 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.plinko-4vdbq5.plinko-bxhab3 {
  opacity: 1;
  pointer-events: all;
}

.plinko-xtwqb9 {
  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-xtwqb9 svg {
  margin-right: 10px;
}

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

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

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

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

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

.plinko-ck6q25 .plinko-84arbh {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.plinko-ck6q25 .plinko-84arbh h1,
.plinko-ck6q25 .plinko-84arbh 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-ck6q25 .plinko-84arbh h1,
  .plinko-ck6q25 .plinko-84arbh h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

.plinko-88pfqw {
  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-88pfqw {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-8p7tr8 .plinko-xou70n {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.plinko-vtz6n1 .plinko-uhce02 {
  position: relative;
}

.plinko-vtz6n1 .plinko-nwcppu {
  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-vtz6n1 .plinko-nwcppu.plinko-3m657n {
  display: none;
}

.plinko-vtz6n1 .plinko-x4jq3o {
  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-vtz6n1 .plinko-x4jq3o {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

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

.plinko-vtz6n1 .plinko-x4jq3o .plinko-a5rwo6 {
  max-width: 300px;
  width: 100%;
}

.plinko-vtz6n1
  .plinko-x4jq3o
  .plinko-a5rwo6
  .plinko-clureo {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-vtz6n1
    .plinko-x4jq3o
    .plinko-a5rwo6
    .plinko-clureo {
    font-size: 32px;
    text-align: center;
  }
}

.plinko-vtz6n1
  .plinko-x4jq3o
  .plinko-a5rwo6
  .plinko-9sney0 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .plinko-vtz6n1
    .plinko-x4jq3o
    .plinko-a5rwo6
    .plinko-9sney0 {
    text-align: center;
  }
}

.plinko-vtz6n1 .plinko-x4jq3o .plinko-ymz5t6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.plinko-vtz6n1
  .plinko-x4jq3o
  .plinko-ymz5t6
  .plinko-3qz7i8 {
  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-vtz6n1
  .plinko-x4jq3o
  .plinko-ymz5t6
  .plinko-3qz7i8:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .plinko-vtz6n1
    .plinko-x4jq3o
    .plinko-ymz5t6
    .plinko-3qz7i8 {
    width: 100%;
  }
}

.plinko-vtz6n1
  .plinko-x4jq3o
  .plinko-ymz5t6
  .plinko-4v56b6 {
  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-vtz6n1
  .plinko-x4jq3o
  .plinko-ymz5t6
  .plinko-4v56b6
  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-vtz6n1
  .plinko-x4jq3o
  .plinko-ymz5t6
  .plinko-4v56b6: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-vtz6n1
  .plinko-x4jq3o
  .plinko-ymz5t6
  .plinko-4v56b6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .plinko-vtz6n1
    .plinko-x4jq3o
    .plinko-ymz5t6
    .plinko-4v56b6 {
    width: 100%;
  }
}

.plinko-vtz6n1 .plinko-x4jq3o.plinko-3m657n {
  display: none;
}

.plinko-vtz6n1 .plinko-mzc3v1 {
  display: none;
}

.plinko-vtz6n1 .plinko-mzc3v1.plinko-bxhab3 {
  display: block;
}

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

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

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

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

.plinko-vtz6n1 .plinko-gtr7n5 .plinko-clureo {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

.plinko-vtz6n1 .plinko-gtr7n5 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-vtz6n1 .plinko-gtr7n5 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-vtz6n1 .plinko-gtr7n5 table tr td {
    padding: 12px 4px;
  }
}

.plinko-vtz6n1 .plinko-gtr7n5 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-vtz6n1 .plinko-gtr7n5 table tr th {
    padding: 12px 4px;
  }
}

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

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

.plinko-ipapua.plinko-v25b47 {
  display: block;
}

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

.plinko-ipapua .plinko-ta5wxg {
  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-ipapua .plinko-9ypbjh {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.plinko-ipapua .plinko-4v56b6 {
  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-ipapua .plinko-4v56b6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.plinko-fzb4bq.plinko-v25b47 {
  display: block;
}

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

.plinko-dxkh2a {
  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-drin14 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.plinko-aunyva.plinko-3m657n {
  display: none;
}

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

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

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

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

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

.plinko-ouj4ux 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-ouj4ux input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

.plinko-1z4der {
  margin-bottom: 36px;
}

.plinko-1z4der 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-1z4der textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.plinko-2w0qhy {
  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-2w0qhy:hover {
  background: var(--border-color);
}

.plinko-16937f {
  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-16937f:hover {
  background: #166ad9;
}

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

.plinko-ylq2hr.plinko-3m657n {
  display: none;
}

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

.plinko-ylq2hr .plinko-2w0qhy {
  margin: 0 auto;
}

.plinko-55ilj6 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.plinko-7yrh4p {
  filter: grayscale(100%);
}

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

.plinko-tik65r > 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-eht9nr.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.plinko-v6bz8w 44.plinko-4c5v72.plinko-keym6f.plinko-2nk3sx.plinko-2y6apt.plinko-o2lc9b.plinko-1j67l7.plinko-052147.plinko-jogphe.plinko-mf46st.plinko-r8wzll.plinko-66b8g9.plinko-yh6a31 0l-12.plinko-bw9m49 30.plinko-z6w4iv.plinko-fl8wxw 2.plinko-p3pk0a.plinko-fl8wxw 3.plinko-m9i4mr 3.plinko-1otgxc.plinko-wh37ky 3.plinko-6fbb2o.plinko-dndylw.plinko-dvkcyq.plinko-yn7ujh 7-3.plinko-bw9m49 10.plinko-lul0l1.plinko-yn7ujh 23.plinko-suqna4.plinko-26qnyu 1.plinko-368cji 2.plinko-bw9m49 3.plinko-26qnyu 1.plinko-wh37ky 5.plinko-92d3iw.plinko-wh37ky 32.plinko-uxy3e9.plinko-dndylw 5.plinko-yh6a31 4.plinko-yn7ujh 9.plinko-yn7ujh 8.plinko-wh37ky 6.plinko-zydrpo.plinko-qlpa0v.plinko-hzby9r.plinko-ibb9sc.plinko-ubzcew 4.plinko-ecx7u9.plinko-ubzcew 6.plinko-ubzcew 0l29.plinko-yh6a31 17.plinko-8cltpo.plinko-8iwb9z 2.plinko-07jimo 10.plinko-07ijtz.plinko-bw9m49 8.plinko-2g7rk7.plinko-wncynf.plinko-2icygo.plinko-gsmvbn.plinko-dr0p6u.plinko-dndylw.plinko-o2lc9b.plinko-bw9m49 1.plinko-m47axw.plinko-zew1qy.plinko-y5klez.plinko-uef841.plinko-p06tcq.plinko-368cji 1.plinko-724b4i.plinko-yravjz.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.plinko-tik65r > input:checked ~ label,
.plinko-tik65r > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-eht9nr.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.plinko-v6bz8w 44.plinko-4c5v72.plinko-keym6f.plinko-2nk3sx.plinko-2y6apt.plinko-o2lc9b.plinko-1j67l7.plinko-052147.plinko-jogphe.plinko-mf46st.plinko-r8wzll.plinko-66b8g9.plinko-yh6a31 0l-12.plinko-bw9m49 30.plinko-z6w4iv.plinko-fl8wxw 2.plinko-p3pk0a.plinko-fl8wxw 3.plinko-m9i4mr 3.plinko-1otgxc.plinko-wh37ky 3.plinko-6fbb2o.plinko-dndylw.plinko-dvkcyq.plinko-yn7ujh 7-3.plinko-bw9m49 10.plinko-lul0l1.plinko-yn7ujh 23.plinko-suqna4.plinko-26qnyu 1.plinko-368cji 2.plinko-bw9m49 3.plinko-26qnyu 1.plinko-wh37ky 5.plinko-92d3iw.plinko-wh37ky 32.plinko-uxy3e9.plinko-dndylw 5.plinko-yh6a31 4.plinko-yn7ujh 9.plinko-yn7ujh 8.plinko-wh37ky 6.plinko-zydrpo.plinko-qlpa0v.plinko-hzby9r.plinko-ibb9sc.plinko-ubzcew 4.plinko-ecx7u9.plinko-ubzcew 6.plinko-ubzcew 0l29.plinko-yh6a31 17.plinko-8cltpo.plinko-8iwb9z 2.plinko-07jimo 10.plinko-07ijtz.plinko-bw9m49 8.plinko-2g7rk7.plinko-wncynf.plinko-2icygo.plinko-gsmvbn.plinko-dr0p6u.plinko-dndylw.plinko-o2lc9b.plinko-bw9m49 1.plinko-m47axw.plinko-zew1qy.plinko-y5klez.plinko-uef841.plinko-p06tcq.plinko-368cji 1.plinko-724b4i.plinko-yravjz.5z'/%3e%3c/svg%3e");
}

.plinko-tik65r > input:not(:checked) ~ label:hover,
.plinko-tik65r > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-eht9nr.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-v6bz8w 44.plinko-4c5v72.plinko-keym6f.plinko-2nk3sx.plinko-2y6apt.plinko-o2lc9b.plinko-1j67l7.plinko-052147.plinko-jogphe.plinko-mf46st.plinko-r8wzll.plinko-66b8g9.plinko-yh6a31 0l-12.plinko-bw9m49 30.plinko-z6w4iv.plinko-fl8wxw 2.plinko-p3pk0a.plinko-fl8wxw 3.plinko-m9i4mr 3.plinko-1otgxc.plinko-wh37ky 3.plinko-6fbb2o.plinko-dndylw.plinko-dvkcyq.plinko-yn7ujh 7-3.plinko-bw9m49 10.plinko-lul0l1.plinko-yn7ujh 23.plinko-suqna4.plinko-26qnyu 1.plinko-368cji 2.plinko-bw9m49 3.plinko-26qnyu 1.plinko-wh37ky 5.plinko-92d3iw.plinko-wh37ky 32.plinko-uxy3e9.plinko-dndylw 5.plinko-yh6a31 4.plinko-yn7ujh 9.plinko-yn7ujh 8.plinko-wh37ky 6.plinko-zydrpo.plinko-qlpa0v.plinko-hzby9r.plinko-ibb9sc.plinko-ubzcew 4.plinko-ecx7u9.plinko-ubzcew 6.plinko-ubzcew 0l29.plinko-yh6a31 17.plinko-8cltpo.plinko-8iwb9z 2.plinko-07jimo 10.plinko-07ijtz.plinko-bw9m49 8.plinko-2g7rk7.plinko-wncynf.plinko-2icygo.plinko-gsmvbn.plinko-dr0p6u.plinko-dndylw.plinko-o2lc9b.plinko-bw9m49 1.plinko-m47axw.plinko-zew1qy.plinko-y5klez.plinko-uef841.plinko-p06tcq.plinko-368cji 1.plinko-724b4i.plinko-yravjz.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.plinko-so8wdy.plinko-3m657n {
  display: none;
}

.plinko-p69uoc {
  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-p69uoc {
    height: 74px;
    overflow: visible;
  }
}

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

.plinko-umn83d {
  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-umn83d::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .plinko-umn83d {
    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-umn83d img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.plinko-1d6om1 {
  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-1d6om1::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-1d6om1::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.plinko-1d6om1::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-1d6om1::after {
    display: none;
  }
}

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

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

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

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

.plinko-y9t83n {
  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-y9t83n:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

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

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

.plinko-so8wdy.plinko-wxjdpr .plinko-p69uoc {
  background: #2b3b67;
}

.plinko-so8wdy.plinko-wxjdpr .plinko-umn83d {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.plinko-so8wdy.plinko-wxjdpr .plinko-umn83d::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.plinko-so8wdy.plinko-wxjdpr .plinko-umn83d::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.plinko-so8wdy.plinko-wxjdpr .plinko-1d6om1::before {
  background: #0e0f41;
}

.plinko-so8wdy.plinko-wxjdpr .plinko-1d6om1::after {
  background: #152557;
}

.plinko-so8wdy.plinko-oo434g .plinko-p69uoc {
  background: #1f35fa;
}

.plinko-so8wdy.plinko-oo434g .plinko-umn83d {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.plinko-so8wdy.plinko-oo434g .plinko-umn83d::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.plinko-so8wdy.plinko-oo434g .plinko-umn83d::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.plinko-so8wdy.plinko-oo434g .plinko-1d6om1::after {
  background: #192ac8;
}

.plinko-so8wdy.plinko-x235bj .plinko-p69uoc {
  background: #fa771f;
}

.plinko-so8wdy.plinko-x235bj .plinko-umn83d {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-so8wdy.plinko-x235bj .plinko-umn83d::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.plinko-so8wdy.plinko-x235bj .plinko-umn83d::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.plinko-so8wdy.plinko-x235bj .plinko-1d6om1::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-so8wdy.plinko-x235bj .plinko-1d6om1::after {
  background: #fa8535;
}

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

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

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

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

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

.plinko-371l1v {
  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-371l1v {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.plinko-samrmk {
  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-samrmk {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.plinko-330q8m {
  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-330q8m:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.plinko-05islc .plinko-1fjpuo {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.plinko-hh67yh {
  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-hh67yh.plinko-bxhab3 {
  display: block;
}

.plinko-hh67yh.plinko-3m657n {
  display: none;
}

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

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

.plinko-q8xpb9 {
  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-upatg0 {
  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-7iamyr small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-4f8ak3 .plinko-1fjpuo {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.plinko-p7b4xh {
  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-p7b4xh {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.plinko-abqa1k {
  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-abqa1k {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.plinko-juj3rk {
  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-d335i2 {
  flex: 1;
  min-width: 0;
}

.plinko-rof1gn {
  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-rof1gn {
    font-size: 14px;
    gap: 6px;
  }
}

.plinko-18sjdq {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

.plinko-yezgi4 strong {
  font-weight: 600;
}

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

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

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

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

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

.plinko-4vg569 a {
  width: 100%;
}

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

.plinko-5s8unm {
  justify-content: center;
}

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

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

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

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

.plinko-z43shp .plinko-ejzlpf {
  justify-content: center;
}

/* faq */

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

.plinko-uz2pen {
  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-uz2pen::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.plinko-0y49bk.plinko-v25b47 .plinko-uz2pen::after {
  transform: rotate(45deg);
}

.plinko-x5jwhl {
  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-0y49bk.plinko-v25b47 .plinko-x5jwhl {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.plinko-v3bea1 {
  margin: 25px 0;
}

.plinko-tik65r > input:not(:checked) ~ label:hover,
.plinko-tik65r > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-b8v7ae.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-osvl66 44.plinko-z7cg4b.plinko-tn8bir.plinko-hd1rpu.plinko-i9edkj.plinko-j293m2.plinko-3vpf1a.plinko-9r8ez7.plinko-q8p32g.plinko-fpfbt7.plinko-n5yqx3.plinko-z633pn.plinko-y077dv 0l-12.plinko-vwcykl 30.plinko-setnuz.plinko-igkuyv 2.plinko-r7lz8b.plinko-igkuyv 3.plinko-wc4gd2 3.plinko-raxv67.plinko-hh9z3q 3.plinko-yqm6pv.plinko-5qdv08.plinko-nl95h0.plinko-3oglje 7-3.plinko-vwcykl 10.plinko-jqlk53.plinko-3oglje 23.plinko-bye69r.plinko-1611sq 1.plinko-zvhy5a 2.plinko-vwcykl 3.plinko-1611sq 1.plinko-hh9z3q 5.plinko-3fvm9h.plinko-hh9z3q 32.plinko-4zd5jb.plinko-5qdv08 5.plinko-y077dv 4.plinko-3oglje 9.plinko-3oglje 8.plinko-hh9z3q 6.plinko-h3qavs.plinko-bjp2n4.plinko-q96ppw.plinko-z2yn4d.plinko-6ewz80 4.plinko-zl7asx.plinko-6ewz80 6.plinko-6ewz80 0l29.plinko-y077dv 17.plinko-ygx549.plinko-b5u1tu 2.plinko-m6f6i8 10.plinko-vjsg98.plinko-vwcykl 8.plinko-8qi0kf.plinko-25635w.plinko-bp1843.plinko-jtmcvs.plinko-c6210y.plinko-5qdv08.plinko-j293m2.plinko-vwcykl 1.plinko-30nkdv.plinko-zsocuc.plinko-3v5q78.plinko-pvpwsl.plinko-wlp1h7.plinko-zvhy5a 1.plinko-emaa4p.plinko-nmw3lq.5z'/%3e%3c/svg%3e");
}

.plinko-3gkxaz {
  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-3gkxaz {
    gap: 16px 0;
  }
}

.plinko-bist3c {
  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-bist3c.plinko-vo7ytp {
  display: block;
}

.plinko-bist3c.plinko-yn8x6x {
  display: none;
}

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

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

.plinko-o237uo {
  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-p7op0a {
  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-206xcc small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-a9u16u .plinko-6078sj {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.plinko-4vboq7 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-4vboq7 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-gacwot {
  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-gacwot.plinko-lyy6tc {
  opacity: 1;
  pointer-events: auto;
}

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

.plinko-ns510i > input:not(:checked) ~ label:hover,
.plinko-ns510i > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-jviszp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-0dpu2y 44.plinko-b84qvq.plinko-c2toew.plinko-i50en9.plinko-zqop0o.plinko-ortwz5.plinko-k3bruw.plinko-oi7g25.plinko-4hff0h.plinko-fz86ry.plinko-k06gvr.plinko-9shre8.plinko-ogeg6q 0l-12.plinko-ps0kkx 30.plinko-cwidft.plinko-7z5ux3 2.plinko-e5yq1a.plinko-7z5ux3 3.plinko-qqfv7b 3.plinko-qur70f.plinko-rm5z5j 3.plinko-hc9fi3.plinko-bitrcm.plinko-pogt8p.plinko-32fm7p 7-3.plinko-ps0kkx 10.plinko-7q8wfs.plinko-32fm7p 23.plinko-wu8gnx.plinko-s6wbbm 1.plinko-cqnhis 2.plinko-ps0kkx 3.plinko-s6wbbm 1.plinko-rm5z5j 5.plinko-mv1fhx.plinko-rm5z5j 32.plinko-qo1pds.plinko-bitrcm 5.plinko-ogeg6q 4.plinko-32fm7p 9.plinko-32fm7p 8.plinko-rm5z5j 6.plinko-lqtb5z.plinko-mmg0ei.plinko-owfl1t.plinko-uyfvyy.plinko-rrfa0o 4.plinko-csvwcb.plinko-rrfa0o 6.plinko-rrfa0o 0l29.plinko-ogeg6q 17.plinko-sxq0dp.plinko-19ci0b 2.plinko-pgm2xe 10.plinko-22lj6k.plinko-ps0kkx 8.plinko-me2n37.plinko-2o4asx.plinko-ygxmlp.plinko-ncutjz.plinko-223jdu.plinko-bitrcm.plinko-ortwz5.plinko-ps0kkx 1.plinko-bdcurg.plinko-7kehgn.plinko-cnb3l1.plinko-9ox8gn.plinko-nmllj8.plinko-cqnhis 1.plinko-ayae9s.plinko-7hmcvi.5z'/%3e%3c/svg%3e");
}

.plinko-qsvwct {
  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-qsvwct {
    gap: 16px 0;
  }
}

.plinko-66bjji {
  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-66bjji.plinko-uz9q39 {
  display: block;
}

.plinko-66bjji.plinko-a8ir3z {
  display: none;
}

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

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

.plinko-1zhx0i {
  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-zrmsjl {
  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-mmha2z small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-wsqhsa .plinko-fxxwih {
  fill: #c2c0ce;
}

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

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

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

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

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

.plinko-pp3la4 {
  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-pp3la4:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .plinko-pp3la4 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.plinko-qsvwct {
  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-66bjji {
  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-66bjji.plinko-uz9q39 {
  display: block;
}

.plinko-0dm8z5 {
  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-6tlndh {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

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

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

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

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

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

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

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

.plinko-835f1v {
  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-835f1v::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.plinko-bi4l0p.plinko-johke7 .plinko-835f1v::after {
  transform: rotate(45deg);
}

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

.plinko-jibtgh {
  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-bi4l0p.plinko-johke7 .plinko-jibtgh {
  max-height: 100%;
  padding: 15px 20px;
}

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

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

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

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

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

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

.plinko-lyvgd1 {
  margin-bottom: 25px;
}

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

/* popup */

.plinko-3her80 {
  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-plaq80 ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

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

.plinko-n46zg5 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-n46zg5 button {
  z-index: 2;
}

.plinko-3her80.plinko-011nqq {
  bottom: 40px;
}

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

.plinko-mjwiaf {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.plinko-ejka3c 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-7hkimk {
  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-kxbybl ease;
  z-index: 10000;
}

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

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

  .plinko-n46zg5 .plinko-rtrhl1 {
    font-size: 13.5px;
  }

  .plinko-3her80 .plinko-mjwiaf {
    animation: jump-y 0.plinko-ejka3c infinite ease-in-out;
  }

  .plinko-vj8ky5 {
    display: none;
  }
}

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

.plinko-5s2mf8 {
  top: 10px;
  animation-duration: 7s;
}

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

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

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

.plinko-vj8ky5 {
  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-3vzngx {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.plinko-qvc1zr {
  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-rpxol4 {
  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-vgebsc {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

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

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

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

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

.plinko-bywmjf {
  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-vgebsc {
    flex-direction: column;
  }

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

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

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

.plinko-5ht2dh {
  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-5ht2dh {
    font-size: 12px;
  }
}

.plinko-0z23w2 {
  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-slr9yy {
  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-slr9yy {
    flex-direction: column;
  }
}

.plinko-pjcwq0 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.plinko-lkgl5l li:first-child {
  margin-bottom: 10px;
}

.plinko-lkgl5l a {
  color: #000;
}

.plinko-1fhiou {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .plinko-1fhiou {
    align-items: center;
  }

  .plinko-zsq21s {
    flex-direction: column;
  }
}

.plinko-4oeujg {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.plinko-8nlzv8 img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.plinko-lh7hya {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.plinko-lh7hya a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.plinko-qwodvc ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.plinko-lh7hya a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.plinko-ycwwbo {
  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-ycwwbo {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-ycwwbo {
    margin: 15px auto;
  }
}
.plinko-ycwwbo li {
  font-size: 16px;
  position: relative;
}
.plinko-ycwwbo li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .plinko-ycwwbo li a:hover {
    text-decoration: underline;
  }
}
.plinko-ycwwbo li span {
  opacity: 0.5;
}
.plinko-ycwwbo li + li {
  margin-left: 30px;
}
.plinko-ycwwbo li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.plinko-i082aa {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .plinko-i082aa {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-i082aa {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.plinko-7ddjyi {
  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-7ddjyi {
    flex-direction: column;
  }
}
.plinko-ytvv3b {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.plinko-ytvv3b img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plinko-ytvv3b {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.plinko-garz8v {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.plinko-garz8v 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-garz8v ul {
    margin-bottom: 15px;
  }
}
.plinko-garz8v ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.plinko-garz8v 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-garz8v ul li span svg {
  fill: var(--title-color);
}
.plinko-garz8v ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .plinko-garz8v ul li small {
    font-size: 12px;
  }
}
.plinko-garz8v ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.plinko-garz8v ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .plinko-garz8v {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.plinko-ksw13b {
  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-ksw13b {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.plinko-c1blc9 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.plinko-ix7pef {
  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-ix7pef {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .plinko-ix7pef:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.plinko-ix7pef.plinko-mg7b16 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .plinko-ix7pef.plinko-mg7b16:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-2666ug {
  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-2666ug {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-2666ug {
    padding: 50px 16px 68px;
  }
}
.plinko-olugh1 {
  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-olugh1 {
    flex-direction: column;
  }
}
.plinko-24q1vv {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .plinko-24q1vv {
    margin-bottom: 40px;
  }
}
.plinko-q3fp7w .plinko-d8w72k {
  margin-bottom: 28px;
}
.plinko-q3fp7w .plinko-d8w72k img {
  max-height: 100px;
  width: auto;
}
.plinko-jqahjc {
  display: flex;
  align-items: center;
}
.plinko-jqahjc a + a {
  margin-left: 24px;
}
.plinko-jqahjc img {
  max-height: 56px;
  width: auto;
}
.plinko-jqahjc img + img {
  margin-left: 24px;
}
.plinko-38i11o {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .plinko-38i11o {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.plinko-ldopoa {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .plinko-ldopoa {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

.plinko-zfhfq5 {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.plinko-zfhfq5 label {
  font-size: 14px;
}

.plinko-zfhfq5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.plinko-zfhfq5 input,
.plinko-zfhfq5 textarea,
.plinko-zfhfq5 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.plinko-zfhfq5 button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.plinko-kxbybl ease;
}
.plinko-zfhfq5 button:hover {
  background-color: var(--button-bg-hover);
}
.plinko-9d1epw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.plinko-4xe1fh ease-in;
}

.plinko-9d1epw h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#reviews .plinko-8ap3ba {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .plinko-8ap3ba > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .plinko-8ap3ba > div.plinko-ofz486 {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .plinko-8ap3ba > div.plinko-ofz486 {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.plinko-4nf03a {
  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-7qpvcb .plinko-sd1w9i a {
    font-size: 12px;
  }
}

/* app */
.plinko-ctx6ed {
  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-ctx6ed {
    flex-direction: column;
  }
}
.plinko-vf340h {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.plinko-vf340h img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plinko-vf340h {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.plinko-m8yqm3 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.plinko-m8yqm3 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-m8yqm3 ul {
    margin-bottom: 15px;
  }
}
.plinko-m8yqm3 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.plinko-m8yqm3 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-m8yqm3 ul li span svg {
  fill: var(--title-color);
}
.plinko-m8yqm3 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .plinko-m8yqm3 ul li small {
    font-size: 12px;
  }
}
.plinko-m8yqm3 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.plinko-m8yqm3 ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .plinko-m8yqm3 {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.plinko-qj2aub {
  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-qj2aub {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.plinko-1zt6sw {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.plinko-so7ypz {
  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-so7ypz {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .plinko-so7ypz:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.plinko-so7ypz.plinko-frofz0 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .plinko-so7ypz.plinko-frofz0:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.plinko-2256jk {
  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-2256jk {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-2256jk {
    padding: 50px 16px 68px;
  }
}