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

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

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

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

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

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

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

.plinko-yo9rkh {
  cursor: pointer;
}

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

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

.plinko-k2upia figure {
  margin: 0;
}

.plinko-k2upia.plinko-5f3nps {
  justify-content: flex-start;
  margin-right: 4px;
}

.plinko-k2upia.plinko-b68t5i {
  justify-content: flex-end;
  margin-left: 4px;
}

.plinko-k2upia.plinko-a4dkut {
  justify-content: center;
}

.plinko-k2upia.plinko-tfb8e9 {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-y8gyl9.plinko-ten9bl {
  background-color: #000;
}

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

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

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

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

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

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

.plinko-m15vaa .plinko-e7qamp {
  margin-bottom: 28px;
}

.plinko-m15vaa .plinko-e7qamp img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-7nkdgm.plinko-zwsxme {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.plinko-bu6vfa li a.plinko-zwsxme {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-ya7p7d.plinko-cijgu3 {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-hrfc8c {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-tc008x .plinko-4dmipy {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.plinko-4dmipy {
  margin: 0 0 28px;
}

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

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

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

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

.plinko-31axm4 .plinko-5ks6x2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.plinko-3aznme.plinko-i8tah8 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

.plinko-josq39.plinko-u8rf1l {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-mr60le {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-63gq9h {
  padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-wv7t9u .plinko-tdcrhy {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-54c9y3 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-zaie0t.plinko-qgeqj4 {
  display: none;
}

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

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

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

.plinko-a39he5.plinko-plqufp {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

.plinko-67wx46 .plinko-31axm4 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.plinko-67wx46 .plinko-31axm4 h1,
.plinko-67wx46 .plinko-31axm4 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-67wx46 .plinko-31axm4 h1,
  .plinko-67wx46 .plinko-31axm4 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .plinko-67wx46 .plinko-31axm4 {
    margin: 28px 0 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-0mdkke .plinko-5ks6x2 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.plinko-grfokt .plinko-jd1vpg {
  position: relative;
}

.plinko-grfokt .plinko-ibk5sm {
  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-grfokt .plinko-ibk5sm.plinko-qgeqj4 {
  display: none;
}

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

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

.plinko-grfokt .plinko-lfb4rc .plinko-rczxyw {
  max-width: 300px;
  width: 100%;
}

.plinko-grfokt
  .plinko-lfb4rc
  .plinko-rczxyw
  .plinko-pdlitg {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .plinko-grfokt
    .plinko-lfb4rc
    .plinko-rczxyw
    .plinko-pdlitg {
    font-size: 32px;
    text-align: center;
  }
}

.plinko-grfokt
  .plinko-lfb4rc
  .plinko-rczxyw
  .plinko-jye53a {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .plinko-grfokt
    .plinko-lfb4rc
    .plinko-rczxyw
    .plinko-jye53a {
    text-align: center;
  }
}

.plinko-grfokt .plinko-lfb4rc .plinko-cijgu3 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.plinko-grfokt
  .plinko-lfb4rc
  .plinko-cijgu3
  .plinko-ywn5f7 {
  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-grfokt
  .plinko-lfb4rc
  .plinko-cijgu3
  .plinko-ywn5f7:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .plinko-grfokt
    .plinko-lfb4rc
    .plinko-cijgu3
    .plinko-ywn5f7 {
    width: 100%;
  }
}

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

@media only screen and (max-width: 767px) {
  .plinko-grfokt
    .plinko-lfb4rc
    .plinko-cijgu3
    .plinko-ox4rx1 {
    width: 100%;
  }
}

.plinko-grfokt .plinko-lfb4rc.plinko-qgeqj4 {
  display: none;
}

.plinko-grfokt .plinko-tdlf8j {
  display: none;
}

.plinko-grfokt .plinko-tdlf8j.plinko-plqufp {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.plinko-5yhhq2.plinko-zwsxme {
  display: block;
}

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

.plinko-5yhhq2 .plinko-fxnu9m {
  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-5yhhq2 .plinko-vplq25 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

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

.plinko-f254v1.plinko-zwsxme {
  display: block;
}

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

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

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

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

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

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

.plinko-qsr2l6.plinko-qgeqj4 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-23gln5.plinko-qgeqj4 {
  display: none;
}

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

.plinko-23gln5 .plinko-hngefz {
  margin: 0 auto;
}

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

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

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

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

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

.plinko-ppnkii > 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-8k2rbp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.plinko-ztb52r 44.plinko-suzb4b.plinko-dw3g9n.plinko-b3jbzn.plinko-ky34m4.plinko-12v1z9.plinko-z31u4c.plinko-diskon.plinko-6xzyd0.plinko-j09o6k.plinko-l4p0jy.plinko-i4tld1.plinko-xmxb8l 0l-12.plinko-bbp2e2 30.plinko-zlgw0f.plinko-84gjt9 2.plinko-u16n0f.plinko-84gjt9 3.plinko-1zbzuh 3.plinko-8v60ii.plinko-u2s33x 3.plinko-oso6wx.plinko-gg7t9v.plinko-vpafhg.plinko-ucctza 7-3.plinko-bbp2e2 10.plinko-daxt5r.plinko-ucctza 23.plinko-s0j7v3.plinko-6wmqd3 1.plinko-jzcrsm 2.plinko-bbp2e2 3.plinko-6wmqd3 1.plinko-u2s33x 5.plinko-dw5z2v.plinko-u2s33x 32.plinko-x0fn68.plinko-gg7t9v 5.plinko-xmxb8l 4.plinko-ucctza 9.plinko-ucctza 8.plinko-u2s33x 6.plinko-4ii6gw.plinko-mlbzye.plinko-0lo4s2.plinko-87eyqo.plinko-tuh66c 4.plinko-buwmrl.plinko-tuh66c 6.plinko-tuh66c 0l29.plinko-xmxb8l 17.plinko-pf0jy1.plinko-8gs9a9 2.plinko-balnid 10.plinko-dpn5kz.plinko-bbp2e2 8.plinko-yvfons.plinko-zzzngu.plinko-z8pwig.plinko-5ygnq1.plinko-ck5x8z.plinko-gg7t9v.plinko-12v1z9.plinko-bbp2e2 1.plinko-0ciedj.plinko-64ir89.plinko-tw1ywb.plinko-o7182v.plinko-fps5my.plinko-jzcrsm 1.plinko-zb7jlv.plinko-9bg43m.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.plinko-ppnkii > input:checked ~ label,
.plinko-ppnkii > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-8k2rbp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.plinko-ztb52r 44.plinko-suzb4b.plinko-dw3g9n.plinko-b3jbzn.plinko-ky34m4.plinko-12v1z9.plinko-z31u4c.plinko-diskon.plinko-6xzyd0.plinko-j09o6k.plinko-l4p0jy.plinko-i4tld1.plinko-xmxb8l 0l-12.plinko-bbp2e2 30.plinko-zlgw0f.plinko-84gjt9 2.plinko-u16n0f.plinko-84gjt9 3.plinko-1zbzuh 3.plinko-8v60ii.plinko-u2s33x 3.plinko-oso6wx.plinko-gg7t9v.plinko-vpafhg.plinko-ucctza 7-3.plinko-bbp2e2 10.plinko-daxt5r.plinko-ucctza 23.plinko-s0j7v3.plinko-6wmqd3 1.plinko-jzcrsm 2.plinko-bbp2e2 3.plinko-6wmqd3 1.plinko-u2s33x 5.plinko-dw5z2v.plinko-u2s33x 32.plinko-x0fn68.plinko-gg7t9v 5.plinko-xmxb8l 4.plinko-ucctza 9.plinko-ucctza 8.plinko-u2s33x 6.plinko-4ii6gw.plinko-mlbzye.plinko-0lo4s2.plinko-87eyqo.plinko-tuh66c 4.plinko-buwmrl.plinko-tuh66c 6.plinko-tuh66c 0l29.plinko-xmxb8l 17.plinko-pf0jy1.plinko-8gs9a9 2.plinko-balnid 10.plinko-dpn5kz.plinko-bbp2e2 8.plinko-yvfons.plinko-zzzngu.plinko-z8pwig.plinko-5ygnq1.plinko-ck5x8z.plinko-gg7t9v.plinko-12v1z9.plinko-bbp2e2 1.plinko-0ciedj.plinko-64ir89.plinko-tw1ywb.plinko-o7182v.plinko-fps5my.plinko-jzcrsm 1.plinko-zb7jlv.plinko-9bg43m.5z'/%3e%3c/svg%3e");
}

.plinko-ppnkii > input:not(:checked) ~ label:hover,
.plinko-ppnkii > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-8k2rbp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-ztb52r 44.plinko-suzb4b.plinko-dw3g9n.plinko-b3jbzn.plinko-ky34m4.plinko-12v1z9.plinko-z31u4c.plinko-diskon.plinko-6xzyd0.plinko-j09o6k.plinko-l4p0jy.plinko-i4tld1.plinko-xmxb8l 0l-12.plinko-bbp2e2 30.plinko-zlgw0f.plinko-84gjt9 2.plinko-u16n0f.plinko-84gjt9 3.plinko-1zbzuh 3.plinko-8v60ii.plinko-u2s33x 3.plinko-oso6wx.plinko-gg7t9v.plinko-vpafhg.plinko-ucctza 7-3.plinko-bbp2e2 10.plinko-daxt5r.plinko-ucctza 23.plinko-s0j7v3.plinko-6wmqd3 1.plinko-jzcrsm 2.plinko-bbp2e2 3.plinko-6wmqd3 1.plinko-u2s33x 5.plinko-dw5z2v.plinko-u2s33x 32.plinko-x0fn68.plinko-gg7t9v 5.plinko-xmxb8l 4.plinko-ucctza 9.plinko-ucctza 8.plinko-u2s33x 6.plinko-4ii6gw.plinko-mlbzye.plinko-0lo4s2.plinko-87eyqo.plinko-tuh66c 4.plinko-buwmrl.plinko-tuh66c 6.plinko-tuh66c 0l29.plinko-xmxb8l 17.plinko-pf0jy1.plinko-8gs9a9 2.plinko-balnid 10.plinko-dpn5kz.plinko-bbp2e2 8.plinko-yvfons.plinko-zzzngu.plinko-z8pwig.plinko-5ygnq1.plinko-ck5x8z.plinko-gg7t9v.plinko-12v1z9.plinko-bbp2e2 1.plinko-0ciedj.plinko-64ir89.plinko-tw1ywb.plinko-o7182v.plinko-fps5my.plinko-jzcrsm 1.plinko-zb7jlv.plinko-9bg43m.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.plinko-fggh9w.plinko-qgeqj4 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-fggh9w.plinko-alj22m .plinko-nuh7lo {
  background: #2b3b67;
}

.plinko-fggh9w.plinko-alj22m .plinko-oxtfsp {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.plinko-fggh9w.plinko-alj22m .plinko-oxtfsp::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.plinko-fggh9w.plinko-alj22m .plinko-oxtfsp::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.plinko-fggh9w.plinko-alj22m .plinko-lxrvlp::before {
  background: #0e0f41;
}

.plinko-fggh9w.plinko-alj22m .plinko-lxrvlp::after {
  background: #152557;
}

.plinko-fggh9w.plinko-qkt8ys .plinko-nuh7lo {
  background: #1f35fa;
}

.plinko-fggh9w.plinko-qkt8ys .plinko-oxtfsp {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.plinko-fggh9w.plinko-qkt8ys .plinko-oxtfsp::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.plinko-fggh9w.plinko-qkt8ys .plinko-oxtfsp::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.plinko-fggh9w.plinko-qkt8ys .plinko-lxrvlp::after {
  background: #192ac8;
}

.plinko-fggh9w.plinko-tw4g0z .plinko-nuh7lo {
  background: #fa771f;
}

.plinko-fggh9w.plinko-tw4g0z .plinko-oxtfsp {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-fggh9w.plinko-tw4g0z .plinko-oxtfsp::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.plinko-fggh9w.plinko-tw4g0z .plinko-oxtfsp::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.plinko-fggh9w.plinko-tw4g0z .plinko-lxrvlp::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.plinko-fggh9w.plinko-tw4g0z .plinko-lxrvlp::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-61pzf0 .plinko-t4ffzh {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.plinko-26kh9w {
  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-26kh9w.plinko-plqufp {
  display: block;
}

.plinko-26kh9w.plinko-qgeqj4 {
  display: none;
}

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

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

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

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

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

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

.plinko-mnit1q .plinko-t4ffzh {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-yyaulf a {
  width: 100%;
}

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

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

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

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

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

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

.plinko-iks1ke .plinko-i7jp2z {
  justify-content: center;
}

/* faq */

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

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

.plinko-0qhr1l.plinko-zwsxme .plinko-5dt1p6::after {
  transform: rotate(45deg);
}

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

/* review block style */

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

.plinko-ppnkii > input:not(:checked) ~ label:hover,
.plinko-ppnkii > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-nk7jyx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-fuxu1a 44.plinko-5f010z.plinko-93gxag.plinko-42dauj.plinko-4z9ucj.plinko-00ktw8.plinko-5qicvc.plinko-75gu62.plinko-avcn48.plinko-ppj8u5.plinko-k7otkp.plinko-s8ou42.plinko-5h38rn 0l-12.plinko-v6rmtl 30.plinko-drppx5.plinko-izs6y9 2.plinko-5eb7kw.plinko-izs6y9 3.plinko-7p0m1i 3.plinko-riztqa.plinko-exqtk7 3.plinko-aqwmxj.plinko-dg77xr.plinko-1btzd1.plinko-cm20x2 7-3.plinko-v6rmtl 10.plinko-swt63r.plinko-cm20x2 23.plinko-7u60dn.plinko-896uyn 1.plinko-83h4hz 2.plinko-v6rmtl 3.plinko-896uyn 1.plinko-exqtk7 5.plinko-w0oah0.plinko-exqtk7 32.plinko-0uqvbc.plinko-dg77xr 5.plinko-5h38rn 4.plinko-cm20x2 9.plinko-cm20x2 8.plinko-exqtk7 6.plinko-qawdl0.plinko-fm55v5.plinko-ljblkj.plinko-c6lhu2.plinko-s05iup 4.plinko-y6kz96.plinko-s05iup 6.plinko-s05iup 0l29.plinko-5h38rn 17.plinko-btegao.plinko-0r7f3e 2.plinko-l9cpw6 10.plinko-3bym20.plinko-v6rmtl 8.plinko-gyhn5x.plinko-zx47p5.plinko-poaw48.plinko-wsvq94.plinko-pkrv3r.plinko-dg77xr.plinko-00ktw8.plinko-v6rmtl 1.plinko-boouch.plinko-jvp61i.plinko-45u5dh.plinko-vicst3.plinko-0vq668.plinko-83h4hz 1.plinko-bkwh4z.plinko-w46tz1.5z'/%3e%3c/svg%3e");
}

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

.plinko-tapdft {
  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-tapdft.plinko-4zz9dl {
  display: block;
}

.plinko-tapdft.plinko-phcmdf {
  display: none;
}

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

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

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

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

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

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

.plinko-y20ibb .plinko-49j8yr {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.plinko-l4ncyh 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-l4ncyh 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-hwulto {
  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-hwulto.plinko-g3m86m {
  opacity: 1;
  pointer-events: auto;
}

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

.plinko-gsqw5b > input:not(:checked) ~ label:hover,
.plinko-gsqw5b > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.plinko-uycwei.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.plinko-fq0awj 44.plinko-h9kkbp.plinko-q4pesh.plinko-gadx2q.plinko-12xa22.plinko-bscib8.plinko-adl03m.plinko-2q4mg0.plinko-w3zpp1.plinko-8xl0mi.plinko-d7vux3.plinko-0vwdb4.plinko-o1m936 0l-12.plinko-j2p9ek 30.plinko-xue34p.plinko-lx5txb 2.plinko-652yeu.plinko-lx5txb 3.plinko-704o8v 3.plinko-p3im2l.plinko-rs3xxq 3.plinko-jhg2q0.plinko-w63ld0.plinko-c6z9ww.plinko-h5yv9b 7-3.plinko-j2p9ek 10.plinko-nuhis0.plinko-h5yv9b 23.plinko-726wqh.plinko-xzyr6r 1.plinko-nrimf1 2.plinko-j2p9ek 3.plinko-xzyr6r 1.plinko-rs3xxq 5.plinko-47aqt7.plinko-rs3xxq 32.plinko-n1s9c6.plinko-w63ld0 5.plinko-o1m936 4.plinko-h5yv9b 9.plinko-h5yv9b 8.plinko-rs3xxq 6.plinko-vjvt86.plinko-avvjfe.plinko-15e68g.plinko-a7ergq.plinko-m2irqv 4.plinko-fu6iz8.plinko-m2irqv 6.plinko-m2irqv 0l29.plinko-o1m936 17.plinko-xlp492.plinko-guizcz 2.plinko-t6gykk 10.plinko-i96qvh.plinko-j2p9ek 8.plinko-hr50hh.plinko-t15t6i.plinko-j2e75y.plinko-hsndp5.plinko-bhre4y.plinko-w63ld0.plinko-bscib8.plinko-j2p9ek 1.plinko-kiybhx.plinko-2sg3si.plinko-2mvqej.plinko-0wwfwb.plinko-sw41j5.plinko-nrimf1 1.plinko-fd1pj9.plinko-0ukz17.5z'/%3e%3c/svg%3e");
}

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

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

.plinko-o1sx0y.plinko-fbvnaq {
  display: none;
}

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

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

.plinko-843csn {
  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-wiv7n7 {
  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-qrx7s1 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.plinko-nhig8q .plinko-q4fjg5 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.plinko-cmr3kb {
  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-o1sx0y {
  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-o1sx0y.plinko-7l6plv {
  display: block;
}

.plinko-1rqv3y {
  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-61su16 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

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

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

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

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

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

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

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

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

.plinko-zkxm5b.plinko-m5d9ys .plinko-9xfis3::after {
  transform: rotate(45deg);
}

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

.plinko-14lpik {
  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-zkxm5b.plinko-m5d9ys .plinko-14lpik {
  max-height: 100%;
  padding: 15px 20px;
}

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

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

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

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

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

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

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

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

/* popup */

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

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

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

.plinko-i6rgjq.plinko-62055y {
  bottom: 40px;
}

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

.plinko-pmpjzm {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.plinko-yj4pwo 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-xnt4vc {
  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-1m3w5h ease;
  z-index: 10000;
}

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

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

  .plinko-dow0aw .plinko-wvtftw {
    font-size: 13.5px;
  }

  .plinko-i6rgjq .plinko-pmpjzm {
    animation: jump-y 0.plinko-yj4pwo infinite ease-in-out;
  }

  .plinko-do0tpf {
    display: none;
  }
}

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

.plinko-9r9gb6 {
  top: 10px;
  animation-duration: 7s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plinko-0w1wfy {
  margin-bottom: 50px;
}

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

  .plinko-1rfvp2 {
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

.plinko-g8r35i {
  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-g8r35i {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plinko-g8r35i {
    padding: 50px 16px 68px;
  }
}
.plinko-okb1n6 {
  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-okb1n6 {
    flex-direction: column;
  }
}
.plinko-65ys1o {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .plinko-65ys1o {
    margin-bottom: 40px;
  }
}
.plinko-7zus43 .plinko-vl9od9 {
  margin-bottom: 28px;
}
.plinko-7zus43 .plinko-vl9od9 img {
  max-height: 100px;
  width: auto;
}
.plinko-g1bc7l {
  display: flex;
  align-items: center;
}
.plinko-g1bc7l a + a {
  margin-left: 24px;
}
.plinko-g1bc7l img {
  max-height: 56px;
  width: auto;
}
.plinko-g1bc7l img + img {
  margin-left: 24px;
}
.plinko-fhzv1a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .plinko-fhzv1a {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.plinko-eohveq {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .plinko-eohveq {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

#reviews .plinko-0ubamz > div.plinko-qs9zsx {
  display: block;
  width: 100%;
  max-width: 300px;
}

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

@media (max-width: 835px) {
  #reviews .plinko-0ubamz > div.plinko-qs9zsx {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.plinko-w9nc6x {
  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-scd75q .plinko-ya7p7d a {
    font-size: 12px;
  }
}

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

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

.plinko-wijca7 {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.plinko-djh77t {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.plinko-djh77t img {
  width: 100%;
  display: block;
}

.plinko-kz3yza {
  max-width: 300px;
}

.plinko-oklibl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plinko-oklibl .plinko-pawicd:first-child {
  margin-bottom:15px;
}

.plinko-wijca7 .plinko-cxwnny {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .plinko-wijca7 {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.plinko-oklibl .plinko-kqvln6 {
  background: gray;
  border: 1px solid var(--border-color)
}
