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;
  }
}

.classic-roulette-gp1306 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.classic-roulette-5ec3tz {
  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) {
  .classic-roulette-5ec3tz: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;
  }
}

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

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

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

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

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

.classic-roulette-yjw4gg {
  cursor: pointer;
}

.classic-roulette-dzlw5h {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.classic-roulette-eodjxw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.classic-roulette-eodjxw figure {
  margin: 0;
}

.classic-roulette-eodjxw.classic-roulette-d4t4l3 {
  justify-content: flex-start;
  margin-right: 4px;
}

.classic-roulette-eodjxw.classic-roulette-zzsrv5 {
  justify-content: flex-end;
  margin-left: 4px;
}

.classic-roulette-eodjxw.classic-roulette-ju61k1 {
  justify-content: center;
}

.classic-roulette-eodjxw.classic-roulette-xpgio4 {
  justify-content: normal;
}

.classic-roulette-cv784a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.classic-roulette-jvw5hi {
  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) {
  .classic-roulette-jvw5hi {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.classic-roulette-7dpiu5 {
  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) {
  .classic-roulette-7dpiu5 {
    flex-direction: column;
  }
}

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

.classic-roulette-x1eg5v img {
  width: 100%;
}

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

.classic-roulette-mf0fa7 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.classic-roulette-mf0fa7 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) {
  .classic-roulette-mf0fa7 ul {
    margin-bottom: 15px;
  }
}

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

.classic-roulette-mf0fa7 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);
}

.classic-roulette-mf0fa7 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.classic-roulette-mf0fa7 ul li:last-of-type::after {
  display: none;
}

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

.classic-roulette-gp39fm {
  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) {
  .classic-roulette-gp39fm {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.classic-roulette-d5yfqi {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.classic-roulette-pb1lth {
  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) {
  .classic-roulette-pb1lth {
    height: 50px;
  }
}

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

.classic-roulette-pb1lth.classic-roulette-ygg6f6 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-pb1lth.classic-roulette-ygg6f6:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.classic-roulette-bu0sa6 {
  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) {
  .classic-roulette-bu0sa6 {
    padding: 80px 16px 0;
  }
}

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

.classic-roulette-e719rv {
  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) {
  .classic-roulette-e719rv {
    flex-direction: column;
  }
}

.classic-roulette-pup9ll {
  margin-bottom: 94px;
}

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

.classic-roulette-55f2fa .classic-roulette-89p991 {
  margin-bottom: 28px;
}

.classic-roulette-55f2fa .classic-roulette-89p991 img {
  max-height: 100px;
  width: auto;
}

.classic-roulette-jw9ura {
  display: flex;
  align-items: center;
}

.classic-roulette-jw9ura a + a {
  margin-left: 24px;
}

.classic-roulette-jw9ura img {
  max-height: 56px;
  width: auto;
}

.classic-roulette-dnmndv img {
  max-height: 38px!important;
  width: auto;
}

.classic-roulette-jw9ura img + img {
  margin-left: 24px;
}

.classic-roulette-ur98r6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.classic-roulette-ncwetq {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .classic-roulette-i0j6xn {
    flex-wrap: wrap;
  }
}

.classic-roulette-i0j6xn li {
  display: flex;
  margin: 0 7px;
}

.classic-roulette-i0j6xn li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

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

.classic-roulette-ofqhtg + .classic-roulette-ofqhtg {
  margin-left: 120px;
}

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

.classic-roulette-chp0yu {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.classic-roulette-awdbzs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.classic-roulette-awdbzs li {
  font-size: 16px;
}

.classic-roulette-awdbzs li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.classic-roulette-awdbzs li + li {
  margin-top: 16px;
}

.classic-roulette-x4ox15 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.classic-roulette-x4ox15.classic-roulette-81v9zv {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.classic-roulette-vq0wlf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.classic-roulette-tfdqar li {
  width: 100%;
}

.classic-roulette-tfdqar 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);
}

.classic-roulette-tfdqar li a svg {
  fill: var(--button-text-color);
}

.classic-roulette-tfdqar li a.classic-roulette-81v9zv {
  background: var(--border-color);
}

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

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

.classic-roulette-p2ocrp {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.classic-roulette-c2bmr1 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.classic-roulette-c2bmr1 img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

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

.classic-roulette-3j4jw9 {
  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) {
  .classic-roulette-3j4jw9 {
    height: 54px;
  }
}

.classic-roulette-c5cnxn {
  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) {
  .classic-roulette-c5cnxn {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .classic-roulette-c5cnxn .classic-roulette-89p991 img {
    max-width: 90px;
  }
}

.classic-roulette-89p991 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-89p991 {
    order: -2;
  }
}

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

.classic-roulette-2xauxj {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.classic-roulette-2xauxj li {
  font-size: 16px;
  margin: 0 20px;
}

.classic-roulette-2xauxj li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-2xauxj li a:hover {
    text-decoration: underline;
  }
}

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

.classic-roulette-fzutms {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.classic-roulette-fzutms.classic-roulette-ti7e73 {
  margin-right: 0;
}

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

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

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

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

.classic-roulette-9cf839 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.classic-roulette-9cf839:hover > ul {
  display: flex;
}

.classic-roulette-9cf839:focus > ul {
  display: flex;
}

.classic-roulette-9cf839:focus-within > ul {
  display: flex;
}

.classic-roulette-eqa48r {
  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;
}

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

.classic-roulette-9cf839 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) {
  .classic-roulette-9cf839 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.classic-roulette-9cf839 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) {
  .classic-roulette-9cf839 ul li {
    padding: 5px;
  }
}

.classic-roulette-9cf839 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) {
  .classic-roulette-9cf839 ul li a:hover {
    text-decoration: underline;
  }
}

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

.classic-roulette-bjtwoh {
  display: none;
}

.classic-roulette-1wyuah {
  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) {
  .classic-roulette-1wyuah {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

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

.classic-roulette-pkotf5 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.classic-roulette-pkotf5 img {
  margin-bottom: 3px;
}

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

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

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

@media (max-width: 600px) {
  .classic-roulette-pkotf5 {
    padding: 0px 0px !important;
  }
}

.classic-roulette-5hfxtg {
  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) {
  .classic-roulette-5hfxtg {
    font-size: 32px;
  }
}

.classic-roulette-6487lb {
  color: var(--text-color);
}

.classic-roulette-k14z2r {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.classic-roulette-k14z2r p img {
  display: block;
  margin: 0 auto;
}

.classic-roulette-k14z2r p:first-of-type {
  margin-top: 0;
}

.classic-roulette-k14z2r p:last-of-type {
  margin-bottom: 0;
}

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

.classic-roulette-k14z2r ul {
  padding: 0 0 0 20px;
}

.classic-roulette-k14z2r table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.classic-roulette-k14z2r 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) {
  .classic-roulette-k14z2r table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.classic-roulette-k14z2r 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) {
  .classic-roulette-k14z2r table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.classic-roulette-k14z2r table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.classic-roulette-k14z2r iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.classic-roulette-fr5qui {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

.classic-roulette-gmhuc0 {
  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) {
  .classic-roulette-gmhuc0 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

.classic-roulette-71z8qh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-71z8qh {
    flex-direction: column-reverse;
  }
}

.classic-roulette-71z8qh .classic-roulette-gx5ank {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-71z8qh .classic-roulette-gx5ank {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.classic-roulette-71z8qh .classic-roulette-njc2k4 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-71z8qh .classic-roulette-njc2k4 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .classic-roulette-71z8qh .classic-roulette-njc2k4 img {
    width: 100%;
  }
}

.classic-roulette-njc2k4 {
  margin: 0 0 28px;
}

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

.classic-roulette-gx5ank {
  margin: 0 0 28px;
}

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

.classic-roulette-fr5qui 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) {
  .classic-roulette-fr5qui h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.classic-roulette-fr5qui .classic-roulette-5ec3tz {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.classic-roulette-vxw5w1 {
  position: relative;
  border: none;
}

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

.classic-roulette-0wqofx {
  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;
}

.classic-roulette-0wqofx span {
  height: 32px;
}

.classic-roulette-0wqofx span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.classic-roulette-0wqofx.classic-roulette-gu91ot span {
  transform: scaleY(-1);
}

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

.classic-roulette-4pokai {
  list-style: none;
  padding: 0;
  margin: 0;
}

.classic-roulette-4pokai li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4pokai li {
    font-size: 16px;
  }
}

.classic-roulette-4pokai 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) {
  .classic-roulette-4pokai li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4pokai li a {
    padding: 12px 14px;
  }
}

.classic-roulette-4pokai.classic-roulette-ex9864 {
  display: none;
}

.classic-roulette-usvxlr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.classic-roulette-usvxlr table {
  width: 100%;
  border-collapse: collapse;
}

.classic-roulette-usvxlr 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) {
  .classic-roulette-usvxlr table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .classic-roulette-usvxlr table td {
    min-width: 75px;
  }
}

.classic-roulette-usvxlr 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) {
  .classic-roulette-usvxlr table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.classic-roulette-usvxlr p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

.classic-roulette-zo10cy {
  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) {
  .classic-roulette-zo10cy {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.classic-roulette-4x0fy3 {
  width: 100%;
  border-collapse: collapse;
}

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

.classic-roulette-4x0fy3 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) {
  .classic-roulette-4x0fy3 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.classic-roulette-4x0fy3 tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.classic-roulette-n7hac9 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.classic-roulette-n7hac9 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.classic-roulette-n7hac9 p {
  color: var(--text-color);
}

.classic-roulette-otuw6a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.classic-roulette-bklmzd {
  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);
}

.classic-roulette-f046hl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.classic-roulette-n9v37m p + p {
  margin-top: 10px;
}

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

.classic-roulette-2xljbs {
  display: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-2xljbs {
    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;
  }
}

.classic-roulette-o8vapy {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.classic-roulette-o8vapy li {
  margin: 0 20px;
}

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

.classic-roulette-o8vapy li a img {
  margin-bottom: 4px;
}

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

.classic-roulette-53ltay {
  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) {
  .classic-roulette-53ltay {
    padding: 0 16px;
  }
}

.classic-roulette-53ltay li {
  font-size: 16px;
  position: relative;
}

.classic-roulette-53ltay li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-53ltay li a:hover {
    text-decoration: underline;
  }
}

.classic-roulette-53ltay li span {
  opacity: 0.5;
}

.classic-roulette-53ltay li + li {
  margin-left: 30px;
}

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

h2.classic-roulette-gmhuc0 {
  margin: 0 0 28px;
}

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

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

.classic-roulette-4uq9xv 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);
}

.classic-roulette-4uq9xv 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;
}

.classic-roulette-4uq9xv 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;
}

.classic-roulette-4uq9xv tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.classic-roulette-4uq9xv tbody tr:last-of-type {
  margin-bottom: 0;
}

.classic-roulette-4uq9xv tbody tr td:first-of-type {
  flex-shrink: 0;
}

.classic-roulette-4uq9xv 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);
}

.classic-roulette-4uq9xv 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);
}

.classic-roulette-4uq9xv tbody tr td:last-of-type {
  margin-left: auto;
}

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

.classic-roulette-4uq9xv tbody tr td .classic-roulette-njqlaf {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .classic-roulette-4uq9xv tbody tr td .classic-roulette-njqlaf {
    width: 100%;
  }
}

.classic-roulette-4uq9xv tbody tr td .classic-roulette-p9r6uv {
  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) {
  .classic-roulette-4uq9xv tbody tr td .classic-roulette-p9r6uv:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4uq9xv tbody tr td .classic-roulette-p9r6uv {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .classic-roulette-4uq9xv tbody tr td .classic-roulette-p9r6uv {
    width: 100%;
  }
}

.classic-roulette-4uq9xv tbody tr td .classic-roulette-3d70k1 {
  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) {
  .classic-roulette-4uq9xv tbody tr td .classic-roulette-3d70k1:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4uq9xv tbody tr {
    flex-direction: column;
  }
}

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

.classic-roulette-xez02r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.classic-roulette-9woepo {
  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) {
  .classic-roulette-9woepo {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.classic-roulette-3jxlxz {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-3jxlxz {
    margin: 0 -5px;
  }
}

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

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

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

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

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

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

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

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

.classic-roulette-iaducs img {
  width: 100%;
  height: 100%;
}

.classic-roulette-iaducs iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

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

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

.classic-roulette-n0g1f2 {
  padding: 90px 0;
}

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

.classic-roulette-g35ttz {
  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) {
  .classic-roulette-g35ttz {
    padding: 0 16px;
  }
}

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

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

.classic-roulette-phthvp img {
  width: 100%;
}

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

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

.classic-roulette-u4xzi9 {
  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;
}

.classic-roulette-u4xzi9 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) {
  .classic-roulette-u4xzi9 {
    flex-basis: auto;
  }
}

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

.classic-roulette-a6ozn3 {
  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;
}

.classic-roulette-a6ozn3:hover {
  border: 1px solid #8c8ca2;
}

.classic-roulette-u1euzo {
  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%);
}

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

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

.classic-roulette-81apsx a {
  text-decoration: underline;
  color: #8babff;
}

.classic-roulette-5f5nmh {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.classic-roulette-5f5nmh .classic-roulette-a6ozn3 {
  width: 50%;
  margin: 0;
}

.classic-roulette-v115y7 {
  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;
}

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

.classic-roulette-o6sv55 {
  margin: 0 0 100px;
}

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

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

.classic-roulette-vvod3t {
  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) {
  .classic-roulette-vvod3t {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.classic-roulette-p4dnl3 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.classic-roulette-6z77ku 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) {
  .classic-roulette-6z77ku a {
    margin: 1px 0 4px;
  }
}

.classic-roulette-6z77ku a svg {
  fill: #fff;
}

.classic-roulette-6z77ku a:hover {
  background: #3d68e7;
}

.classic-roulette-23yari {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.classic-roulette-lqay4k {
  margin-bottom: 16px;
}

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

.classic-roulette-xr9hv4 {
  font-size: 16px;
  color: var(--text-color);
}

.classic-roulette-tegw52 {
  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) {
  .classic-roulette-tegw52 {
    padding: 0 16px;
  }
}

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

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

.classic-roulette-wjag29 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.classic-roulette-s8uoyl {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.classic-roulette-s8uoyl 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);
}

.classic-roulette-s8uoyl 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) {
  .classic-roulette-s8uoyl table tr td {
    padding: 12px 4px;
  }
}

.classic-roulette-s8uoyl 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) {
  .classic-roulette-s8uoyl table tr th {
    padding: 12px 4px;
  }
}

.classic-roulette-s8uoyl table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .classic-roulette-s8uoyl {
    margin: 0;
  }
}

.classic-roulette-bcix1w {
  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) {
  .classic-roulette-bcix1w {
    min-height: 190px;
  }
}

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

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

.classic-roulette-7lvwhv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.classic-roulette-7lvwhv.classic-roulette-kkq18f {
  display: none;
}

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

.classic-roulette-dy35o6 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.classic-roulette-dy35o6 iframe.classic-roulette-9z83ms {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.classic-roulette-dy35o6.classic-roulette-whpqyh {
  opacity: 1;
  pointer-events: all;
}

.classic-roulette-9ayhsn {
  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;
}

.classic-roulette-9ayhsn svg {
  margin-right: 10px;
}

.classic-roulette-9ayhsn + .classic-roulette-9ayhsn {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-9ayhsn:hover {
    background: #a8a6b3;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .classic-roulette-9ayhsn {
    height: 42px;
    max-width: 220px;
  }
}

.classic-roulette-tegw52 .classic-roulette-fr5qui {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.classic-roulette-tegw52 .classic-roulette-fr5qui h1,
.classic-roulette-tegw52 .classic-roulette-fr5qui 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) {
  .classic-roulette-tegw52 .classic-roulette-fr5qui h1,
  .classic-roulette-tegw52 .classic-roulette-fr5qui h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .classic-roulette-tegw52 .classic-roulette-fr5qui {
    margin: 28px 0 0;
  }
}

.classic-roulette-o5v7xm {
  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) {
  .classic-roulette-o5v7xm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .classic-roulette-o5v7xm {
    flex-direction: column;
  }
}

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

.classic-roulette-ltskrt {
  max-width: 545px;
  width: 100%;
}

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

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

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

.classic-roulette-da6i21 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.classic-roulette-y849gq {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.classic-roulette-boxfgz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .classic-roulette-60xn43 {
    padding: 10px;
  }
}

.classic-roulette-60xn43 .classic-roulette-5ec3tz {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .classic-roulette-60xn43 .classic-roulette-5ec3tz {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .classic-roulette-60xn43 {
    flex-wrap: wrap;
  }
}

.classic-roulette-9np71o {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.classic-roulette-9np71o img {
  width: 100%;
}

.classic-roulette-kj6v3c {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.classic-roulette-zs0ukl {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.classic-roulette-y83erh {
  width: 100%;
  margin: 0 0 100px;
}

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

.classic-roulette-y83erh .classic-roulette-7gzwmv {
  position: relative;
}

.classic-roulette-y83erh .classic-roulette-o7hjk6 {
  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;
}

.classic-roulette-y83erh .classic-roulette-o7hjk6.classic-roulette-kkq18f {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .classic-roulette-y83erh .classic-roulette-noqnih {
    bottom: 90px;
  }
}

.classic-roulette-y83erh .classic-roulette-noqnih .classic-roulette-6c63yc {
  max-width: 300px;
  width: 100%;
}

.classic-roulette-y83erh
  .classic-roulette-noqnih
  .classic-roulette-6c63yc
  .classic-roulette-rz6i9z {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y83erh
    .classic-roulette-noqnih
    .classic-roulette-6c63yc
    .classic-roulette-rz6i9z {
    font-size: 32px;
    text-align: center;
  }
}

.classic-roulette-y83erh
  .classic-roulette-noqnih
  .classic-roulette-6c63yc
  .classic-roulette-sb8fgx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y83erh
    .classic-roulette-noqnih
    .classic-roulette-6c63yc
    .classic-roulette-sb8fgx {
    text-align: center;
  }
}

.classic-roulette-y83erh .classic-roulette-noqnih .classic-roulette-ti7e73 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y83erh .classic-roulette-noqnih .classic-roulette-ti7e73 {
    flex-direction: column-reverse;
  }
}

.classic-roulette-y83erh
  .classic-roulette-noqnih
  .classic-roulette-ti7e73
  .classic-roulette-t5nm9g {
  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;
}

.classic-roulette-y83erh
  .classic-roulette-noqnih
  .classic-roulette-ti7e73
  .classic-roulette-t5nm9g:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y83erh
    .classic-roulette-noqnih
    .classic-roulette-ti7e73
    .classic-roulette-t5nm9g {
    width: 100%;
  }
}

.classic-roulette-y83erh
  .classic-roulette-noqnih
  .classic-roulette-ti7e73
  .classic-roulette-6yrt05 {
  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;
}

.classic-roulette-y83erh
  .classic-roulette-noqnih
  .classic-roulette-ti7e73
  .classic-roulette-6yrt05
  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);
  }
}

.classic-roulette-y83erh
  .classic-roulette-noqnih
  .classic-roulette-ti7e73
  .classic-roulette-6yrt05: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;
}

.classic-roulette-y83erh
  .classic-roulette-noqnih
  .classic-roulette-ti7e73
  .classic-roulette-6yrt05:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y83erh
    .classic-roulette-noqnih
    .classic-roulette-ti7e73
    .classic-roulette-6yrt05 {
    width: 100%;
  }
}

.classic-roulette-y83erh .classic-roulette-noqnih.classic-roulette-kkq18f {
  display: none;
}

.classic-roulette-y83erh .classic-roulette-j8ym0h {
  display: none;
}

.classic-roulette-y83erh .classic-roulette-j8ym0h.classic-roulette-whpqyh {
  display: block;
}

.classic-roulette-y83erh .classic-roulette-j8ym0h iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y83erh .classic-roulette-j8ym0h iframe {
    height: calc(100vh - 54px);
  }
}

.classic-roulette-y83erh .classic-roulette-s2usp0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-y83erh .classic-roulette-s2usp0 {
    padding: 24px 16px 0;
  }
}

.classic-roulette-y83erh .classic-roulette-s2usp0 .classic-roulette-rz6i9z {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y83erh .classic-roulette-s2usp0 .classic-roulette-rz6i9z {
    margin-bottom: 24px;
  }
}

.classic-roulette-y83erh .classic-roulette-s2usp0 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);
}

.classic-roulette-y83erh .classic-roulette-s2usp0 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) {
  .classic-roulette-y83erh .classic-roulette-s2usp0 table tr td {
    padding: 12px 4px;
  }
}

.classic-roulette-y83erh .classic-roulette-s2usp0 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) {
  .classic-roulette-y83erh .classic-roulette-s2usp0 table tr th {
    padding: 12px 4px;
  }
}

.classic-roulette-y83erh .classic-roulette-s2usp0 table tr:last-of-type td {
  border-bottom: none;
}

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

.classic-roulette-g2t0pd.classic-roulette-81v9zv {
  display: block;
}

.classic-roulette-g2t0pd iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.classic-roulette-g2t0pd .classic-roulette-u82ycv {
  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;
}

.classic-roulette-g2t0pd .classic-roulette-jwr5j5 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.classic-roulette-g2t0pd .classic-roulette-6yrt05 {
  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;
}

.classic-roulette-g2t0pd .classic-roulette-6yrt05:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.classic-roulette-n56up4.classic-roulette-81v9zv {
  display: block;
}

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

.classic-roulette-wa4cnk {
  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;
}

.classic-roulette-g4xdft {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.classic-roulette-i5bcsc {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.classic-roulette-i5bcsc svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.classic-roulette-618m44 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.classic-roulette-aawdxj.classic-roulette-kkq18f {
  display: none;
}

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

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

.classic-roulette-bxoq2i {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.classic-roulette-bxoq2i 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);
}

.classic-roulette-bxoq2i input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.classic-roulette-bxoq2i input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.classic-roulette-bxoq2i input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.classic-roulette-bxoq2i input:active {
  border-color: #c2c0ce;
}

.classic-roulette-bxoq2i input:focus {
  border-color: #c2c0ce;
}

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

.classic-roulette-7y2mhb {
  margin-bottom: 36px;
}

.classic-roulette-7y2mhb 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;
}

.classic-roulette-7y2mhb textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.classic-roulette-7y2mhb textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-7y2mhb {
    margin-bottom: 24px;
  }
}

.classic-roulette-5e5lns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.classic-roulette-0b20s7 {
  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;
}

.classic-roulette-0b20s7:hover {
  background: var(--border-color);
}

.classic-roulette-n3byvr {
  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;
}

.classic-roulette-n3byvr:hover {
  background: #166ad9;
}

.classic-roulette-dcbqi0 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.classic-roulette-dcbqi0.classic-roulette-kkq18f {
  display: none;
}

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

.classic-roulette-dcbqi0 .classic-roulette-0b20s7 {
  margin: 0 auto;
}

.classic-roulette-gallld {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.classic-roulette-04c5ke {
  filter: grayscale(100%);
}

.classic-roulette-bl04ox > input {
  display: none;
}

.classic-roulette-bl04ox > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-ccy3so.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.classic-roulette-esh2kx 44.classic-roulette-sbr1lc.classic-roulette-85zjne.classic-roulette-81whx0.classic-roulette-wqys1s.classic-roulette-anlemf.classic-roulette-z4sfum.classic-roulette-k9konz.classic-roulette-a0et9d.classic-roulette-i9duzi.classic-roulette-a14ss3.classic-roulette-he4lkr.classic-roulette-o8gies 0l-12.classic-roulette-i6ath6 30.classic-roulette-3tsnv2.classic-roulette-rlt6ye 2.classic-roulette-tnw3dl.classic-roulette-rlt6ye 3.classic-roulette-ysfiou 3.classic-roulette-3ei4bb.classic-roulette-6wb1xi 3.classic-roulette-qqr97g.classic-roulette-wvhc7j.classic-roulette-z8ah8d.classic-roulette-fubtjj 7-3.classic-roulette-i6ath6 10.classic-roulette-7yvdv9.classic-roulette-fubtjj 23.classic-roulette-nh0xzh.classic-roulette-jaom99 1.classic-roulette-kjgo8q 2.classic-roulette-i6ath6 3.classic-roulette-jaom99 1.classic-roulette-6wb1xi 5.classic-roulette-7cv06x.classic-roulette-6wb1xi 32.classic-roulette-yg3a52.classic-roulette-wvhc7j 5.classic-roulette-o8gies 4.classic-roulette-fubtjj 9.classic-roulette-fubtjj 8.classic-roulette-6wb1xi 6.classic-roulette-vtrsu2.classic-roulette-bsc6bk.classic-roulette-awqshd.classic-roulette-uffbrp.classic-roulette-ujz3iv 4.classic-roulette-wpfq2p.classic-roulette-ujz3iv 6.classic-roulette-ujz3iv 0l29.classic-roulette-o8gies 17.classic-roulette-z8euu0.classic-roulette-1zg3uw 2.classic-roulette-54o3hz 10.classic-roulette-yqpc5u.classic-roulette-i6ath6 8.classic-roulette-e337ki.classic-roulette-wcy34l.classic-roulette-3jrg2p.classic-roulette-d33iqr.classic-roulette-fi0gw9.classic-roulette-wvhc7j.classic-roulette-anlemf.classic-roulette-i6ath6 1.classic-roulette-5yjm85.classic-roulette-ay6yt7.classic-roulette-uhtj9j.classic-roulette-jnwhl2.classic-roulette-41wrxz.classic-roulette-kjgo8q 1.classic-roulette-7lfn7n.classic-roulette-d408n0.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.classic-roulette-bl04ox > input:checked ~ label,
.classic-roulette-bl04ox > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-ccy3so.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.classic-roulette-esh2kx 44.classic-roulette-sbr1lc.classic-roulette-85zjne.classic-roulette-81whx0.classic-roulette-wqys1s.classic-roulette-anlemf.classic-roulette-z4sfum.classic-roulette-k9konz.classic-roulette-a0et9d.classic-roulette-i9duzi.classic-roulette-a14ss3.classic-roulette-he4lkr.classic-roulette-o8gies 0l-12.classic-roulette-i6ath6 30.classic-roulette-3tsnv2.classic-roulette-rlt6ye 2.classic-roulette-tnw3dl.classic-roulette-rlt6ye 3.classic-roulette-ysfiou 3.classic-roulette-3ei4bb.classic-roulette-6wb1xi 3.classic-roulette-qqr97g.classic-roulette-wvhc7j.classic-roulette-z8ah8d.classic-roulette-fubtjj 7-3.classic-roulette-i6ath6 10.classic-roulette-7yvdv9.classic-roulette-fubtjj 23.classic-roulette-nh0xzh.classic-roulette-jaom99 1.classic-roulette-kjgo8q 2.classic-roulette-i6ath6 3.classic-roulette-jaom99 1.classic-roulette-6wb1xi 5.classic-roulette-7cv06x.classic-roulette-6wb1xi 32.classic-roulette-yg3a52.classic-roulette-wvhc7j 5.classic-roulette-o8gies 4.classic-roulette-fubtjj 9.classic-roulette-fubtjj 8.classic-roulette-6wb1xi 6.classic-roulette-vtrsu2.classic-roulette-bsc6bk.classic-roulette-awqshd.classic-roulette-uffbrp.classic-roulette-ujz3iv 4.classic-roulette-wpfq2p.classic-roulette-ujz3iv 6.classic-roulette-ujz3iv 0l29.classic-roulette-o8gies 17.classic-roulette-z8euu0.classic-roulette-1zg3uw 2.classic-roulette-54o3hz 10.classic-roulette-yqpc5u.classic-roulette-i6ath6 8.classic-roulette-e337ki.classic-roulette-wcy34l.classic-roulette-3jrg2p.classic-roulette-d33iqr.classic-roulette-fi0gw9.classic-roulette-wvhc7j.classic-roulette-anlemf.classic-roulette-i6ath6 1.classic-roulette-5yjm85.classic-roulette-ay6yt7.classic-roulette-uhtj9j.classic-roulette-jnwhl2.classic-roulette-41wrxz.classic-roulette-kjgo8q 1.classic-roulette-7lfn7n.classic-roulette-d408n0.5z'/%3e%3c/svg%3e");
}

.classic-roulette-bl04ox > input:not(:checked) ~ label:hover,
.classic-roulette-bl04ox > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-ccy3so.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.classic-roulette-esh2kx 44.classic-roulette-sbr1lc.classic-roulette-85zjne.classic-roulette-81whx0.classic-roulette-wqys1s.classic-roulette-anlemf.classic-roulette-z4sfum.classic-roulette-k9konz.classic-roulette-a0et9d.classic-roulette-i9duzi.classic-roulette-a14ss3.classic-roulette-he4lkr.classic-roulette-o8gies 0l-12.classic-roulette-i6ath6 30.classic-roulette-3tsnv2.classic-roulette-rlt6ye 2.classic-roulette-tnw3dl.classic-roulette-rlt6ye 3.classic-roulette-ysfiou 3.classic-roulette-3ei4bb.classic-roulette-6wb1xi 3.classic-roulette-qqr97g.classic-roulette-wvhc7j.classic-roulette-z8ah8d.classic-roulette-fubtjj 7-3.classic-roulette-i6ath6 10.classic-roulette-7yvdv9.classic-roulette-fubtjj 23.classic-roulette-nh0xzh.classic-roulette-jaom99 1.classic-roulette-kjgo8q 2.classic-roulette-i6ath6 3.classic-roulette-jaom99 1.classic-roulette-6wb1xi 5.classic-roulette-7cv06x.classic-roulette-6wb1xi 32.classic-roulette-yg3a52.classic-roulette-wvhc7j 5.classic-roulette-o8gies 4.classic-roulette-fubtjj 9.classic-roulette-fubtjj 8.classic-roulette-6wb1xi 6.classic-roulette-vtrsu2.classic-roulette-bsc6bk.classic-roulette-awqshd.classic-roulette-uffbrp.classic-roulette-ujz3iv 4.classic-roulette-wpfq2p.classic-roulette-ujz3iv 6.classic-roulette-ujz3iv 0l29.classic-roulette-o8gies 17.classic-roulette-z8euu0.classic-roulette-1zg3uw 2.classic-roulette-54o3hz 10.classic-roulette-yqpc5u.classic-roulette-i6ath6 8.classic-roulette-e337ki.classic-roulette-wcy34l.classic-roulette-3jrg2p.classic-roulette-d33iqr.classic-roulette-fi0gw9.classic-roulette-wvhc7j.classic-roulette-anlemf.classic-roulette-i6ath6 1.classic-roulette-5yjm85.classic-roulette-ay6yt7.classic-roulette-uhtj9j.classic-roulette-jnwhl2.classic-roulette-41wrxz.classic-roulette-kjgo8q 1.classic-roulette-7lfn7n.classic-roulette-d408n0.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .classic-roulette-wnvoip > .classic-roulette-tb1xhb {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .classic-roulette-wnvoip > .classic-roulette-tb1xhb {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .classic-roulette-wnvoip > .classic-roulette-tb1xhb {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .classic-roulette-wnvoip > .classic-roulette-tb1xhb {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .classic-roulette-wnvoip > .classic-roulette-tb1xhb {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.classic-roulette-84a2fn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.classic-roulette-84a2fn.classic-roulette-kkq18f {
  display: none;
}

.classic-roulette-g9ni6p {
  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) {
  .classic-roulette-g9ni6p {
    height: 74px;
    overflow: visible;
  }
}

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

.classic-roulette-uvbhk6 {
  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;
}

.classic-roulette-uvbhk6::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.classic-roulette-uvbhk6::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.classic-roulette-uvbhk6 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

.classic-roulette-1t2283 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-1t2283 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-1t2283 {
    font-size: 14px;
  }
}

.classic-roulette-1jm8o5 {
  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;
}

.classic-roulette-1jm8o5::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) {
  .classic-roulette-1jm8o5::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.classic-roulette-1jm8o5::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) {
  .classic-roulette-1jm8o5::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .classic-roulette-pbqf8v {
    top: -20px;
  }
}

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

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

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

.classic-roulette-84a2fn.classic-roulette-qc8re6 .classic-roulette-g9ni6p {
  background: #2b3b67;
}

.classic-roulette-84a2fn.classic-roulette-qc8re6 .classic-roulette-uvbhk6 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.classic-roulette-84a2fn.classic-roulette-qc8re6 .classic-roulette-uvbhk6::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.classic-roulette-84a2fn.classic-roulette-qc8re6 .classic-roulette-uvbhk6::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.classic-roulette-84a2fn.classic-roulette-qc8re6 .classic-roulette-1jm8o5::before {
  background: #0e0f41;
}

.classic-roulette-84a2fn.classic-roulette-qc8re6 .classic-roulette-1jm8o5::after {
  background: #152557;
}

.classic-roulette-84a2fn.classic-roulette-quj5x7 .classic-roulette-g9ni6p {
  background: #1f35fa;
}

.classic-roulette-84a2fn.classic-roulette-quj5x7 .classic-roulette-uvbhk6 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.classic-roulette-84a2fn.classic-roulette-quj5x7 .classic-roulette-uvbhk6::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.classic-roulette-84a2fn.classic-roulette-quj5x7 .classic-roulette-uvbhk6::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.classic-roulette-84a2fn.classic-roulette-quj5x7 .classic-roulette-1jm8o5::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.classic-roulette-84a2fn.classic-roulette-quj5x7 .classic-roulette-1jm8o5::after {
  background: #192ac8;
}

.classic-roulette-84a2fn.classic-roulette-nzw7wz .classic-roulette-g9ni6p {
  background: #fa771f;
}

.classic-roulette-84a2fn.classic-roulette-nzw7wz .classic-roulette-uvbhk6 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.classic-roulette-84a2fn.classic-roulette-nzw7wz .classic-roulette-uvbhk6::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.classic-roulette-84a2fn.classic-roulette-nzw7wz .classic-roulette-uvbhk6::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.classic-roulette-84a2fn.classic-roulette-nzw7wz .classic-roulette-1jm8o5::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.classic-roulette-84a2fn.classic-roulette-nzw7wz .classic-roulette-1jm8o5::after {
  background: #fa8535;
}

.classic-roulette-pqg6ce {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.classic-roulette-h6olev {
  display: flex;
  align-items: center;
  gap: 10px;
}

.classic-roulette-h6olev span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.classic-roulette-h6olev small {
  font-size: 14px;
  color: var(--text-color);
}

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

.classic-roulette-xlq52a {
  width: 120px;
  height: 22px;
}

.classic-roulette-xlq52a .classic-roulette-0rnaxd {
  fill: #c2c0ce;
}

.classic-roulette-xlq52a [rating="1"] .classic-roulette-0rnaxd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.classic-roulette-xlq52a [rating="2"] .classic-roulette-0rnaxd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.classic-roulette-xlq52a [rating="3"] .classic-roulette-0rnaxd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.classic-roulette-xlq52a [rating="4"] .classic-roulette-0rnaxd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.classic-roulette-xlq52a [rating="5"] .classic-roulette-0rnaxd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.classic-roulette-2v11lm {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.classic-roulette-s5bkkj {
  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);
}

.classic-roulette-s5bkkj.classic-roulette-whpqyh {
  display: block;
}

.classic-roulette-s5bkkj.classic-roulette-kkq18f {
  display: none;
}

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

.classic-roulette-8w4o4b {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.classic-roulette-m7dnrb {
  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);
}

.classic-roulette-zzkh1i {
  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;
}

.classic-roulette-vqkkmr small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.classic-roulette-3jxf79 {
  font-size: 16px;
  line-height: 140%;
}

.classic-roulette-q81is9 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.classic-roulette-q81is9 .classic-roulette-0rnaxd {
  fill: #c2c0ce;
}

.classic-roulette-q81is9 [rating="1"] .classic-roulette-0rnaxd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.classic-roulette-q81is9 [rating="2"] .classic-roulette-0rnaxd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.classic-roulette-q81is9 [rating="3"] .classic-roulette-0rnaxd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.classic-roulette-q81is9 [rating="4"] .classic-roulette-0rnaxd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.classic-roulette-q81is9 [rating="5"] .classic-roulette-0rnaxd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.classic-roulette-43lkp5 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-43lkp5 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.classic-roulette-tyz6nt {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .classic-roulette-tyz6nt {
    padding: 0 16px;
  }
}

.classic-roulette-ctmuhz {
  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) {
  .classic-roulette-ctmuhz {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.classic-roulette-rm58mm {
  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) {
  .classic-roulette-rm58mm {
    padding: 12px;
    gap: 12px;
  }
}

.classic-roulette-7twu7l {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.classic-roulette-7twu7l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.classic-roulette-7ut4jk {
  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;
}

.classic-roulette-b2ps2q {
  flex: 1;
  min-width: 0;
}

.classic-roulette-oypftk {
  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) {
  .classic-roulette-oypftk {
    font-size: 14px;
    gap: 6px;
  }
}

.classic-roulette-nyw9sb {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.classic-roulette-nyw9sb svg,
.classic-roulette-nyw9sb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.classic-roulette-nyw9sb svg path {
  fill: var(--button-bg-color);
}

.classic-roulette-nyw9sb svg circle {
  fill: var(--button-text-color);
}

.classic-roulette-y47fvx {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.classic-roulette-y47fvx strong {
  font-weight: 600;
}

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

.classic-roulette-0txv1c p {
  margin: 0 0 16px;
}

.classic-roulette-0txv1c p:last-child {
  margin-bottom: 0;
}

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

.classic-roulette-e0fjnp {
  max-width: 300px;
  width: 100%;
}

.classic-roulette-e0fjnp a {
  width: 100%;
}

@media (max-width: 575px) {
  .classic-roulette-e0fjnp {
    max-width: 200px;
  }
}

.classic-roulette-frllw7 {
  justify-content: center;
}

.classic-roulette-x2y1u0 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.classic-roulette-ko3raa {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-115sm9 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

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

.classic-roulette-3qfytx .classic-roulette-2xauxj {
  justify-content: center;
}

/* faq */

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

.classic-roulette-dxlf2p {
  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;
}

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

.classic-roulette-peax4q.classic-roulette-81v9zv .classic-roulette-dxlf2p::after {
  transform: rotate(45deg);
}

.classic-roulette-xw63dw {
  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);
}

.classic-roulette-peax4q.classic-roulette-81v9zv .classic-roulette-xw63dw {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.classic-roulette-phqmtg {
  margin: 25px 0;
}

.classic-roulette-bl04ox > input:not(:checked) ~ label:hover,
.classic-roulette-bl04ox > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-6a9w1z.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.classic-roulette-b7fd2f 44.classic-roulette-7ghix6.classic-roulette-5c1zen.classic-roulette-q6yeh7.classic-roulette-jehntk.classic-roulette-efa5ik.classic-roulette-7psqmv.classic-roulette-2g2u74.classic-roulette-nmhovy.classic-roulette-8tmueg.classic-roulette-wtc7a8.classic-roulette-fhg8sc.classic-roulette-f9ydgv 0l-12.classic-roulette-9nq2j6 30.classic-roulette-og8hdb.classic-roulette-vf26jn 2.classic-roulette-f2q04r.classic-roulette-vf26jn 3.classic-roulette-5qfa9b 3.classic-roulette-z3i6na.classic-roulette-cpjm45 3.classic-roulette-smos9n.classic-roulette-p6u066.classic-roulette-wgmxjx.classic-roulette-zaoqxp 7-3.classic-roulette-9nq2j6 10.classic-roulette-cqikoi.classic-roulette-zaoqxp 23.classic-roulette-4lzpc2.classic-roulette-q3xh2p 1.classic-roulette-5f7vb1 2.classic-roulette-9nq2j6 3.classic-roulette-q3xh2p 1.classic-roulette-cpjm45 5.classic-roulette-tk6p7l.classic-roulette-cpjm45 32.classic-roulette-hezl75.classic-roulette-p6u066 5.classic-roulette-f9ydgv 4.classic-roulette-zaoqxp 9.classic-roulette-zaoqxp 8.classic-roulette-cpjm45 6.classic-roulette-tilmbs.classic-roulette-ftkf4g.classic-roulette-dh8fa2.classic-roulette-6774no.classic-roulette-qn3j14 4.classic-roulette-4j23s8.classic-roulette-qn3j14 6.classic-roulette-qn3j14 0l29.classic-roulette-f9ydgv 17.classic-roulette-0n0w6c.classic-roulette-10x5e9 2.classic-roulette-ixv1sv 10.classic-roulette-nv4dfm.classic-roulette-9nq2j6 8.classic-roulette-rrfval.classic-roulette-5shfsv.classic-roulette-hm5x37.classic-roulette-qmswow.classic-roulette-84u9uk.classic-roulette-p6u066.classic-roulette-efa5ik.classic-roulette-9nq2j6 1.classic-roulette-odf76o.classic-roulette-dqns91.classic-roulette-fjng6o.classic-roulette-ojo97t.classic-roulette-a3les6.classic-roulette-5f7vb1 1.classic-roulette-zzrw36.classic-roulette-sxl27f.5z'/%3e%3c/svg%3e");
}

.classic-roulette-1se6rx {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-1se6rx {
    gap: 16px 0;
  }
}

.classic-roulette-ch3ml0 {
  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);
}

.classic-roulette-ch3ml0.classic-roulette-4a9jjv {
  display: block;
}

.classic-roulette-ch3ml0.classic-roulette-gt1y9h {
  display: none;
}

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

.classic-roulette-aji9yq {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.classic-roulette-eoqej4 {
  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);
}

.classic-roulette-eqz8ls {
  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;
}

.classic-roulette-sjzrlt small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.classic-roulette-s2m1io {
  font-size: 16px;
  line-height: 140%;
}

.classic-roulette-xt0mcg {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.classic-roulette-xt0mcg .classic-roulette-yaftd9 {
  fill: #c2c0ce;
}

.classic-roulette-xt0mcg [rating="1"] .classic-roulette-yaftd9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.classic-roulette-xt0mcg [rating="2"] .classic-roulette-yaftd9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.classic-roulette-xt0mcg [rating="3"] .classic-roulette-yaftd9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.classic-roulette-xt0mcg [rating="4"] .classic-roulette-yaftd9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.classic-roulette-xt0mcg [rating="5"] .classic-roulette-yaftd9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.classic-roulette-q6z044 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;
}

.classic-roulette-q6z044 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 */

.classic-roulette-a3c2v7 {
  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);
}

.classic-roulette-a3c2v7.classic-roulette-gfaphm {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.classic-roulette-1mzfo5 {
  margin: 25px 0;
}

.classic-roulette-w7l2gq > input:not(:checked) ~ label:hover,
.classic-roulette-w7l2gq > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-bafo8w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.classic-roulette-sgfcby 44.classic-roulette-a8en9x.classic-roulette-vwy0bj.classic-roulette-7twm6y.classic-roulette-zgxnd3.classic-roulette-o4merj.classic-roulette-3gk9je.classic-roulette-a0xtl3.classic-roulette-6s98iv.classic-roulette-iz0zsf.classic-roulette-nmlfka.classic-roulette-p6st0o.classic-roulette-xu1rn2 0l-12.classic-roulette-0m74wj 30.classic-roulette-xpfd4d.classic-roulette-9mf5b6 2.classic-roulette-wdsaq1.classic-roulette-9mf5b6 3.classic-roulette-get260 3.classic-roulette-6jozgu.classic-roulette-9hkbak 3.classic-roulette-xnue37.classic-roulette-7vjtsf.classic-roulette-0316eg.classic-roulette-o8r5g2 7-3.classic-roulette-0m74wj 10.classic-roulette-vhfe94.classic-roulette-o8r5g2 23.classic-roulette-1hmla7.classic-roulette-6i46er 1.classic-roulette-5qbel7 2.classic-roulette-0m74wj 3.classic-roulette-6i46er 1.classic-roulette-9hkbak 5.classic-roulette-2wn8dl.classic-roulette-9hkbak 32.classic-roulette-efqgzd.classic-roulette-7vjtsf 5.classic-roulette-xu1rn2 4.classic-roulette-o8r5g2 9.classic-roulette-o8r5g2 8.classic-roulette-9hkbak 6.classic-roulette-a58wc5.classic-roulette-jnhsvg.classic-roulette-japau4.classic-roulette-jevtvw.classic-roulette-k2k4am 4.classic-roulette-j49od4.classic-roulette-k2k4am 6.classic-roulette-k2k4am 0l29.classic-roulette-xu1rn2 17.classic-roulette-dx0q1f.classic-roulette-9belsw 2.classic-roulette-i6b4qy 10.classic-roulette-pbdu38.classic-roulette-0m74wj 8.classic-roulette-duu6mu.classic-roulette-jmoen6.classic-roulette-532okc.classic-roulette-abmfe4.classic-roulette-nlyq6b.classic-roulette-7vjtsf.classic-roulette-o4merj.classic-roulette-0m74wj 1.classic-roulette-dm0k6i.classic-roulette-vckuan.classic-roulette-nsh7k0.classic-roulette-39t2oe.classic-roulette-npr1db.classic-roulette-5qbel7 1.classic-roulette-ydtumn.classic-roulette-cw6ci7.5z'/%3e%3c/svg%3e");
}

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

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

.classic-roulette-ojgp0s {
  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);
}

.classic-roulette-ojgp0s.classic-roulette-p1oevi {
  display: block;
}

.classic-roulette-ojgp0s.classic-roulette-zox7sq {
  display: none;
}

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

.classic-roulette-toyl93 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.classic-roulette-krdt2d {
  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);
}

.classic-roulette-h8d1v8 {
  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;
}

.classic-roulette-rsaman small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.classic-roulette-ixcjkz {
  font-size: 16px;
  line-height: 140%;
}

.classic-roulette-f6n2cx {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.classic-roulette-f6n2cx .classic-roulette-9lze2c {
  fill: #c2c0ce;
}

.classic-roulette-f6n2cx [rating="1"] .classic-roulette-9lze2c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.classic-roulette-f6n2cx [rating="2"] .classic-roulette-9lze2c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.classic-roulette-f6n2cx [rating="3"] .classic-roulette-9lze2c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.classic-roulette-f6n2cx [rating="4"] .classic-roulette-9lze2c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.classic-roulette-f6n2cx [rating="5"] .classic-roulette-9lze2c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.classic-roulette-qgpdlz {
  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;
}

.classic-roulette-ojgp0s {
  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;
}
.classic-roulette-ojgp0s.classic-roulette-p1oevi {
  display: block;
}

.classic-roulette-szrwzv {
  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;
}

.classic-roulette-eacc2f {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.classic-roulette-szrwzv:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

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

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

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

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

  .classic-roulette-szrwzv {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

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

.classic-roulette-v4fbow {
  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;
}

.classic-roulette-v4fbow::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.classic-roulette-2lka3x.classic-roulette-fy5std .classic-roulette-v4fbow::after {
  transform: rotate(45deg);
}

.classic-roulette-v4fbow:hover {
  background: rgba(255, 255, 255, 0.3);
}

.classic-roulette-voav2k {
  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%);
}

.classic-roulette-2lka3x.classic-roulette-fy5std .classic-roulette-voav2k {
  max-height: 100%;
  padding: 15px 20px;
}

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

.classic-roulette-g0kecy {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.classic-roulette-g0kecy img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .classic-roulette-g0kecy img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .classic-roulette-pkotf5 .classic-roulette-1gxvi7 img {
    margin-top: -150px !important;
  }

  .classic-roulette-uneper {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.classic-roulette-a24wqs {
  margin-bottom: 25px;
}

.classic-roulette-a24wqs iframe {
  width: 100%;
  height: 500px;
}

/* popup */

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

.classic-roulette-avpz8f {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.classic-roulette-avpz8f 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);
}

.classic-roulette-avpz8f button {
  z-index: 2;
}

.classic-roulette-1owa6t.classic-roulette-jbef0y {
  bottom: 40px;
}

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

.classic-roulette-ox3on7 {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.classic-roulette-q50q94 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);
  }
}

.classic-roulette-31cf1z {
  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.classic-roulette-sf5w9m ease;
  z-index: 10000;
}

.classic-roulette-31cf1z:hover {
  background: rgba(0, 0, 0, 0.8);
}

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

  .classic-roulette-avpz8f .classic-roulette-sweklp {
    font-size: 13.5px;
  }

  .classic-roulette-1owa6t .classic-roulette-ox3on7 {
    animation: jump-y 0.classic-roulette-q50q94 infinite ease-in-out;
  }

  .classic-roulette-94qvsl {
    display: none;
  }
}

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

.classic-roulette-ds098o {
  top: 10px;
  animation-duration: 7s;
}

.classic-roulette-05v4fo {
  bottom: 10px;
  animation-duration: 5s;
}

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

.classic-roulette-yea4jo {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.classic-roulette-94qvsl {
  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;
}

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

.classic-roulette-heyp6k {
  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);
  }
}

.classic-roulette-9z93y8 {
  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);
  }
}

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

.classic-roulette-49o41u .classic-roulette-iyezhb {
  display: flex;
  align-items: center;
}

.classic-roulette-wpj1pq {
  display: flex;
  flex-direction: column;
}

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

.classic-roulette-hh6bvb {
  max-width: 300px;
  width: 100%;
}

.classic-roulette-p60y3s {
  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) {
  .classic-roulette-49o41u {
    flex-direction: column;
  }

  .classic-roulette-iyezhb {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .classic-roulette-wpj1pq {
    text-align: center;
  }

  .classic-roulette-49o41u h3 {
    margin-bottom: 0 !important;
  }
}

.classic-roulette-5i8crq {
  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) {
  .classic-roulette-5i8crq {
    font-size: 12px;
  }
}

.classic-roulette-3vzfys {
  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;
}

.classic-roulette-onqalt {
  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) {
  .classic-roulette-onqalt {
    flex-direction: column;
  }
}

.classic-roulette-vnagey {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.classic-roulette-0i2727 li:first-child {
  margin-bottom: 10px;
}

.classic-roulette-0i2727 a {
  color: #000;
}

.classic-roulette-uc3i6v {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .classic-roulette-uc3i6v {
    align-items: center;
  }

  .classic-roulette-ey6s17 {
    flex-direction: column;
  }
}

.classic-roulette-3cseoz {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.classic-roulette-rg95ia img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.classic-roulette-7pe0s7 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

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

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

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

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

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

.classic-roulette-gmst1j {
  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) {
  .classic-roulette-gmst1j {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .classic-roulette-gmst1j {
    padding: 50px 16px 68px;
  }
}
.classic-roulette-beft07 {
  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) {
  .classic-roulette-beft07 {
    flex-direction: column;
  }
}
.classic-roulette-a7rk26 {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-a7rk26 {
    margin-bottom: 40px;
  }
}
.classic-roulette-iyykfd .classic-roulette-p6rs5g {
  margin-bottom: 28px;
}
.classic-roulette-iyykfd .classic-roulette-p6rs5g img {
  max-height: 100px;
  width: auto;
}
.classic-roulette-fzkb66 {
  display: flex;
  align-items: center;
}
.classic-roulette-fzkb66 a + a {
  margin-left: 24px;
}
.classic-roulette-fzkb66 img {
  max-height: 56px;
  width: auto;
}
.classic-roulette-fzkb66 img + img {
  margin-left: 24px;
}
.classic-roulette-p1ewb5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-p1ewb5 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.classic-roulette-u4ypxu {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-u4ypxu {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

.classic-roulette-btntgc label {
  font-size: 14px;
}

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

.classic-roulette-w8bbfg h2 {
  color: green;
  font-weight: 500;
}

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

#reviews .classic-roulette-qpdgxu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

#reviews .classic-roulette-qpdgxu > div.classic-roulette-z0v64s {
  display: block;
  width: 100%;
  max-width: 300px;
}

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

@media (max-width: 835px) {
  #reviews .classic-roulette-qpdgxu > div.classic-roulette-z0v64s {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.classic-roulette-reu14p {
  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) {
  .classic-roulette-c5cnxn .classic-roulette-fzutms a {
    font-size: 12px;
  }
}

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

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