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

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

.xon-bet-73cack {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .xon-bet-73cack {
    padding: 54px 0 0;
  }
}

.xon-bet-152rhs {
  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) {
  .xon-bet-152rhs: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;
  }
}

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

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

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

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

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

.xon-bet-g8dfys {
  cursor: pointer;
}

.xon-bet-mqt7j4 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.xon-bet-17am20 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.xon-bet-17am20 figure {
  margin: 0;
}

.xon-bet-17am20.xon-bet-uq1dtf {
  justify-content: flex-start;
  margin-right: 4px;
}

.xon-bet-17am20.xon-bet-tm7kws {
  justify-content: flex-end;
  margin-left: 4px;
}

.xon-bet-17am20.xon-bet-b20081 {
  justify-content: center;
}

.xon-bet-17am20.xon-bet-l4l6s5 {
  justify-content: normal;
}

.xon-bet-k80wn5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.xon-bet-2rtcws {
  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) {
  .xon-bet-2rtcws {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.xon-bet-wmqmfv {
  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) {
  .xon-bet-wmqmfv {
    flex-direction: column;
  }
}

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

.xon-bet-sipk7j img {
  width: 100%;
}

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

.xon-bet-d9m3n0 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.xon-bet-d9m3n0 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) {
  .xon-bet-d9m3n0 ul {
    margin-bottom: 15px;
  }
}

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

.xon-bet-d9m3n0 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);
}

.xon-bet-d9m3n0 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.xon-bet-d9m3n0 ul li:last-of-type::after {
  display: none;
}

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

.xon-bet-6iytsy {
  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) {
  .xon-bet-6iytsy {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.xon-bet-1eriwd {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.xon-bet-y5sne8 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.xon-bet-v2zg2x ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .xon-bet-y5sne8 {
    height: 50px;
  }
}

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

.xon-bet-y5sne8.xon-bet-2y5m2c {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .xon-bet-y5sne8.xon-bet-2y5m2c:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.xon-bet-50ebtu {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .xon-bet-50ebtu {
    padding: 80px 16px 0;
  }
}

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

.xon-bet-py5hjy {
  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) {
  .xon-bet-py5hjy {
    flex-direction: column;
  }
}

.xon-bet-z5avcq {
  margin-bottom: 94px;
}

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

.xon-bet-xdeuh1 .xon-bet-0dm63g {
  margin-bottom: 28px;
}

.xon-bet-xdeuh1 .xon-bet-0dm63g img {
  max-height: 100px;
  width: auto;
}

.xon-bet-bg9bv2 {
  display: flex;
  align-items: center;
}

.xon-bet-bg9bv2 a + a {
  margin-left: 24px;
}

.xon-bet-bg9bv2 img {
  max-height: 56px;
  width: auto;
}

.xon-bet-bg9bv2 img + img {
  margin-left: 24px;
}

.xon-bet-3u8wc8 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.xon-bet-f7z355 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .xon-bet-ztf5pt {
    flex-wrap: wrap;
  }
}

.xon-bet-ztf5pt li {
  display: flex;
  margin: 0 7px;
}

.xon-bet-ztf5pt li svg {
  transition: 0.xon-bet-v2zg2x ease-in-out;
}

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

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

.xon-bet-d027nk + .xon-bet-d027nk {
  margin-left: 120px;
}

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

.xon-bet-f6lu05 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.xon-bet-1f5ufi {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xon-bet-1f5ufi li {
  font-size: 16px;
}

.xon-bet-1f5ufi li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .xon-bet-1f5ufi li a:hover {
    text-decoration: underline;
  }
}

.xon-bet-1f5ufi li + li {
  margin-top: 16px;
}

.xon-bet-aq0f08 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.xon-bet-7mjdcv ease-in-out;
}

.xon-bet-aq0f08.xon-bet-31u1j7 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.xon-bet-5rt2jy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

@media only screen and (max-width: 1200px) {
  .xon-bet-5rt2jy {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .xon-bet-5rt2jy {
    margin-bottom: 60px;
  }
}

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

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

.xon-bet-e1bway li {
  width: 100%;
}

.xon-bet-e1bway 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: 0.xon-bet-v2zg2x ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.xon-bet-e1bway li a svg {
  fill: var(--button-text-color);
}

.xon-bet-e1bway li a.xon-bet-31u1j7 {
  background: var(--border-color);
}

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

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

.xon-bet-i2dond {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.xon-bet-l2xjy6 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.xon-bet-l2xjy6 img {
  width: 100%;
  transition: 0.xon-bet-v2zg2x ease-in-out;
}

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

.xon-bet-xo7j4r {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .xon-bet-xo7j4r {
    height: 54px;
  }
}

.xon-bet-3sh6nd {
  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) {
  .xon-bet-3sh6nd {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .xon-bet-3sh6nd {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .xon-bet-3sh6nd .xon-bet-0dm63g img {
    max-width: 90px;
  }
}

.xon-bet-0dm63g img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .xon-bet-0dm63g {
    order: -2;
  }
}

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

.xon-bet-qaiouh {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xon-bet-qaiouh li {
  font-size: 16px;
  margin: 0 20px;
}

.xon-bet-qaiouh li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.xon-bet-v876z9 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.xon-bet-v876z9.xon-bet-53cj20 {
  margin-right: 0;
}

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

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

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

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

.xon-bet-swiagj {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.xon-bet-swiagj:hover > ul {
  display: flex;
}

.xon-bet-swiagj:focus > ul {
  display: flex;
}

.xon-bet-swiagj:focus-within > ul {
  display: flex;
}

.xon-bet-kxztdq {
  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;
}

.xon-bet-kxztdq::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 0.xon-bet-7mjdcv ease-in-out;
}

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

.xon-bet-swiagj ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.xon-bet-v2zg2x 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) {
  .xon-bet-swiagj ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.xon-bet-swiagj 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: 0.xon-bet-v2zg2x ease-in-out;
  overflow: hidden;
}

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

.xon-bet-swiagj 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) {
  .xon-bet-swiagj ul li a:hover {
    text-decoration: underline;
  }
}

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

.xon-bet-cub07u {
  display: none;
}

.xon-bet-6avjit {
  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) {
  .xon-bet-6avjit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .xon-bet-cub07u:checked ~ .xon-bet-vpc8ui {
    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;
  }
  .xon-bet-vpc8ui {
    display: none;
    transition: display 0.xon-bet-v2zg2x ease-in-out;
  }
  .xon-bet-cub07u:checked ~ .xon-bet-vpc8ui {
    display: block;
  }
  .xon-bet-cub07u:checked + .xon-bet-6avjit span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .xon-bet-cub07u:checked + .xon-bet-6avjit span:nth-child(2) {
    display: none;
  }
  .xon-bet-cub07u:checked + .xon-bet-6avjit span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.xon-bet-uqm3am {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.xon-bet-uqm3am img {
  margin-bottom: 20px;
}

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

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

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

.xon-bet-c5qenq {
  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) {
  .xon-bet-c5qenq {
    font-size: 32px;
  }
}

.xon-bet-pzj9sl {
  color: var(--text-color);
}

.xon-bet-vpsxv2 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.xon-bet-vpsxv2 p img {
  display: block;
  margin: 0 auto;
}

.xon-bet-vpsxv2 p:first-of-type {
  margin-top: 0;
}

.xon-bet-vpsxv2 p:last-of-type {
  margin-bottom: 0;
}

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

.xon-bet-vpsxv2 ul {
  padding: 0 0 0 20px;
}

.xon-bet-vpsxv2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.xon-bet-vpsxv2 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.xon-bet-vpsxv2 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.xon-bet-wz5347 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

.xon-bet-x8whcj {
  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) {
  .xon-bet-x8whcj {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

.xon-bet-3dnow2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .xon-bet-3dnow2 {
    flex-direction: column-reverse;
  }
}

.xon-bet-3dnow2 .xon-bet-fa2ikl {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .xon-bet-3dnow2 .xon-bet-fa2ikl {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.xon-bet-3dnow2 .xon-bet-58i87i {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .xon-bet-3dnow2 .xon-bet-58i87i {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .xon-bet-3dnow2 .xon-bet-58i87i img {
    width: 100%;
  }
}

.xon-bet-58i87i {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .xon-bet-58i87i {
    margin-bottom: 18px;
  }
}

.xon-bet-fa2ikl {
  margin: 0 0 28px;
}

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

.xon-bet-wz5347 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) {
  .xon-bet-wz5347 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.xon-bet-wz5347 .xon-bet-152rhs {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.xon-bet-dj4xn4 {
  position: relative;
  border: none;
}

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

.xon-bet-59wbcw {
  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;
}

.xon-bet-59wbcw span {
  height: 32px;
}

.xon-bet-59wbcw span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.xon-bet-59wbcw.xon-bet-vletbd span {
  transform: scaleY(-1);
}

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

.xon-bet-1ebbwm {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

@media only screen and (max-width: 767px) {
  .xon-bet-1ebbwm li {
    font-size: 16px;
  }
}

.xon-bet-1ebbwm li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.xon-bet-v2zg2x ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .xon-bet-1ebbwm li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .xon-bet-1ebbwm li a {
    padding: 12px 14px;
  }
}

.xon-bet-1ebbwm.xon-bet-t1kkz1 {
  display: none;
}

.xon-bet-m4esil {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.xon-bet-m4esil table {
  width: 100%;
  border-collapse: collapse;
}

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

  .xon-bet-m4esil table td {
    min-width: 75px;
  }
}

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

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

.xon-bet-m4esil p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.xon-bet-ges9v4 {
  width: 100%;
  border-collapse: collapse;
}

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

.xon-bet-ges9v4 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) {
  .xon-bet-ges9v4 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.xon-bet-l8l9bm table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.xon-bet-l8l9bm table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.xon-bet-l8l9bm p {
  color: var(--text-color);
}

.xon-bet-2f2nwd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.xon-bet-fjq134 {
  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);
}

.xon-bet-ztlfa6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.xon-bet-vuzfqs p + p {
  margin-top: 10px;
}

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

.xon-bet-c2e3tj {
  display: none;
}

@media only screen and (max-width: 767px) {
  .xon-bet-c2e3tj {
    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;
  }
}

.xon-bet-ikb34h {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.xon-bet-ikb34h li {
  margin: 0 20px;
}

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

.xon-bet-ikb34h li a img {
  margin-bottom: 4px;
}

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

.xon-bet-obw9f4 {
  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) {
  .xon-bet-obw9f4 {
    padding: 0 16px;
  }
}

.xon-bet-obw9f4 li {
  font-size: 16px;
  position: relative;
}

.xon-bet-obw9f4 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.xon-bet-obw9f4 li span {
  opacity: 0.5;
}

.xon-bet-obw9f4 li + li {
  margin-left: 30px;
}

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

h2.xon-bet-x8whcj {
  margin: 0 0 28px;
}

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

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

.xon-bet-fb22r1 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);
}

.xon-bet-fb22r1 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;
}

.xon-bet-fb22r1 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;
}

.xon-bet-fb22r1 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.xon-bet-fb22r1 tbody tr:last-of-type {
  margin-bottom: 0;
}

.xon-bet-fb22r1 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.xon-bet-fb22r1 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);
}

.xon-bet-fb22r1 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);
}

.xon-bet-fb22r1 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.xon-bet-fb22r1 tbody tr td .xon-bet-1ilx6j {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .xon-bet-fb22r1 tbody tr td .xon-bet-1ilx6j {
    width: 100%;
  }
}

.xon-bet-fb22r1 tbody tr td .xon-bet-28srl7 {
  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: 0.xon-bet-v2zg2x ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .xon-bet-fb22r1 tbody tr td .xon-bet-28srl7:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .xon-bet-fb22r1 tbody tr td .xon-bet-28srl7 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .xon-bet-fb22r1 tbody tr td .xon-bet-28srl7 {
    width: 100%;
  }
}

.xon-bet-fb22r1 tbody tr td .xon-bet-ej2w2t {
  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) {
  .xon-bet-fb22r1 tbody tr td .xon-bet-ej2w2t:hover {
    text-decoration: none;
  }
}

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

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

.xon-bet-6wbgue {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

@media only screen and (max-width: 767px) {
  .xon-bet-6wbgue {
    margin: 0 auto 60px;
  }
}

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

.xon-bet-yjmyjp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.xon-bet-a11v6g img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.xon-bet-v2zg2x ease-in-out;
}

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

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

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

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

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

@media only screen and (max-width: 520px) {
  .xon-bet-0gmj1h {
    height: 190px;
    margin: 20px auto;
  }
}

.xon-bet-0gmj1h img {
  width: 100%;
  height: 100%;
}

.xon-bet-0gmj1h iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .xon-bet-0gmj1h iframe {
    height: 190px;
  }
}

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

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

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

.xon-bet-jvhpgk svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.xon-bet-v2zg2x ease-in-out;
}

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

.xon-bet-a6t98n {
  padding: 90px 0;
}

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

.xon-bet-3c0d6q {
  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) {
  .xon-bet-3c0d6q {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .xon-bet-3c0d6q {
    flex-direction: column-reverse;
  }
}

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

.xon-bet-w2rrb3 img {
  width: 100%;
}

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

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

.xon-bet-fi4bjj {
  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;
}

.xon-bet-fi4bjj 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) {
  .xon-bet-fi4bjj {
    flex-basis: auto;
  }
}

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

.xon-bet-0esb4c {
  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: 0.xon-bet-v2zg2x ease-in-out;
}

.xon-bet-0esb4c:hover {
  border: 1px solid #8c8ca2;
}

.xon-bet-0j3o0b {
  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%);
}

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

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

.xon-bet-s6f7d7 a {
  text-decoration: underline;
  color: #8babff;
}

.xon-bet-fs8e5d {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.xon-bet-fs8e5d .xon-bet-0esb4c {
  width: 50%;
  margin: 0;
}

.xon-bet-625hsm {
  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;
}

.xon-bet-625hsm:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.xon-bet-15an87 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .xon-bet-15an87 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .xon-bet-15an87 {
    margin: 0 0 60px;
  }
}

.xon-bet-0f3y41 {
  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) {
  .xon-bet-0f3y41 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.xon-bet-z481lz {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.xon-bet-m8mcuq 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: 0.xon-bet-v2zg2x ease-in-out;
}

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

.xon-bet-m8mcuq a svg {
  fill: #fff;
}

.xon-bet-m8mcuq a:hover {
  background: #3d68e7;
}

.xon-bet-oz8i7f {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.xon-bet-bnz8lc {
  margin-bottom: 16px;
}

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

.xon-bet-ljwdul {
  font-size: 16px;
  color: var(--text-color);
}

.xon-bet-0ohdck {
  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) {
  .xon-bet-0ohdck {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .xon-bet-0ohdck {
    margin: 20px auto 60px;
  }
}

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

.xon-bet-5y0kdj {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.xon-bet-wzeasz {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.xon-bet-wzeasz 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);
}

.xon-bet-wzeasz 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) {
  .xon-bet-wzeasz table tr td {
    padding: 12px 4px;
  }
}

.xon-bet-wzeasz 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) {
  .xon-bet-wzeasz table tr th {
    padding: 12px 4px;
  }
}

.xon-bet-wzeasz table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .xon-bet-wzeasz {
    margin: 0;
  }
}

.xon-bet-3h8zne {
  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) {
  .xon-bet-3h8zne {
    min-height: 190px;
  }
}

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

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

.xon-bet-bwxwbw {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.xon-bet-bwxwbw.xon-bet-gkw7g5 {
  display: none;
}

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

.xon-bet-ezrt9d iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xon-bet-ezrt9d iframe.xon-bet-p0lqko {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.xon-bet-ezrt9d.xon-bet-d60adj {
  opacity: 1;
  pointer-events: all;
}

.xon-bet-aj1160 {
  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: 0.xon-bet-v2zg2x ease-in-out;
}

.xon-bet-aj1160 svg {
  margin-right: 10px;
}

.xon-bet-aj1160 + .xon-bet-aj1160 {
  margin-top: 14px;
}

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

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

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

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

.xon-bet-0ohdck .xon-bet-wz5347 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.xon-bet-0ohdck .xon-bet-wz5347 h1,
.xon-bet-0ohdck .xon-bet-wz5347 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) {
  .xon-bet-0ohdck .xon-bet-wz5347 h1,
  .xon-bet-0ohdck .xon-bet-wz5347 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .xon-bet-0ohdck .xon-bet-wz5347 {
    margin: 28px 0 0;
  }
}

.xon-bet-404tn3 {
  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) {
  .xon-bet-404tn3 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .xon-bet-404tn3 {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .xon-bet-404tn3 {
    margin: 20px auto 60px;
  }
}

.xon-bet-w4htn9 {
  max-width: 545px;
  width: 100%;
}

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

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

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

.xon-bet-np6i0v iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xon-bet-fk181l {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.xon-bet-my6v79 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .xon-bet-y18w4r {
    padding: 10px;
  }
}

.xon-bet-y18w4r .xon-bet-152rhs {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .xon-bet-y18w4r .xon-bet-152rhs {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .xon-bet-y18w4r {
    flex-wrap: wrap;
  }
}

.xon-bet-0x8ogq {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.xon-bet-0x8ogq img {
  width: 100%;
}

.xon-bet-5212uh {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .xon-bet-5212uh {
    max-width: 200px;
    margin: 0;
  }
}

.xon-bet-opr839 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.xon-bet-3fdcnf {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.xon-bet-rf4um4 {
  width: 100%;
  margin: 0 0 100px;
}

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

.xon-bet-rf4um4 .xon-bet-ydhlib {
  position: relative;
}

.xon-bet-rf4um4 .xon-bet-svk8cq {
  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;
}

.xon-bet-rf4um4 .xon-bet-svk8cq.xon-bet-gkw7g5 {
  display: none;
}

.xon-bet-rf4um4 .xon-bet-40dcuz {
  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) {
  .xon-bet-rf4um4 .xon-bet-40dcuz {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .xon-bet-rf4um4 .xon-bet-40dcuz {
    bottom: 90px;
  }
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-tj58fk {
  max-width: 300px;
  width: 100%;
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-tj58fk .xon-bet-jnc3l5 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-tj58fk .xon-bet-jnc3l5 {
    font-size: 32px;
    text-align: center;
  }
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-tj58fk .xon-bet-edhevb {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-tj58fk .xon-bet-edhevb {
    text-align: center;
  }
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 {
    flex-direction: column-reverse;
  }
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 .xon-bet-p4lm5k {
  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: 0.xon-bet-v2zg2x ease-in-out;
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 .xon-bet-p4lm5k:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 .xon-bet-p4lm5k {
    width: 100%;
  }
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 .xon-bet-vrmobg {
  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: 0.xon-bet-v2zg2x ease-in-out;
  overflow: hidden;
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 .xon-bet-vrmobg 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);
  }
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 .xon-bet-vrmobg: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;
}

.xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 .xon-bet-vrmobg:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .xon-bet-rf4um4 .xon-bet-40dcuz .xon-bet-53cj20 .xon-bet-vrmobg {
    width: 100%;
  }
}

.xon-bet-rf4um4 .xon-bet-40dcuz.xon-bet-gkw7g5 {
  display: none;
}

.xon-bet-rf4um4 .xon-bet-ot96h1 {
  display: none;
}

.xon-bet-rf4um4 .xon-bet-ot96h1.xon-bet-d60adj {
  display: block;
}

.xon-bet-rf4um4 .xon-bet-ot96h1 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .xon-bet-rf4um4 .xon-bet-ot96h1 iframe {
    height: calc(100vh - 54px);
  }
}

.xon-bet-rf4um4 .xon-bet-yifc0n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .xon-bet-rf4um4 .xon-bet-yifc0n {
    padding: 24px 16px 0;
  }
}

.xon-bet-rf4um4 .xon-bet-yifc0n .xon-bet-jnc3l5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .xon-bet-rf4um4 .xon-bet-yifc0n .xon-bet-jnc3l5 {
    margin-bottom: 24px;
  }
}

.xon-bet-rf4um4 .xon-bet-yifc0n 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);
}

.xon-bet-rf4um4 .xon-bet-yifc0n 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) {
  .xon-bet-rf4um4 .xon-bet-yifc0n table tr td {
    padding: 12px 4px;
  }
}

.xon-bet-rf4um4 .xon-bet-yifc0n 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) {
  .xon-bet-rf4um4 .xon-bet-yifc0n table tr th {
    padding: 12px 4px;
  }
}

.xon-bet-rf4um4 .xon-bet-yifc0n table tr:last-of-type td {
  border-bottom: none;
}

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

.xon-bet-8pl1gw.xon-bet-31u1j7 {
  display: block;
}

.xon-bet-8pl1gw iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.xon-bet-8pl1gw .xon-bet-wvu2gz {
  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;
}

.xon-bet-8pl1gw .xon-bet-kl6jgl {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.xon-bet-8pl1gw .xon-bet-vrmobg {
  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: 0.xon-bet-v2zg2x ease-in-out;
}

.xon-bet-8pl1gw .xon-bet-vrmobg:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.xon-bet-fotgtr.xon-bet-31u1j7 {
  display: block;
}

.xon-bet-4xyp3x {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.xon-bet-1wvuqp {
  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;
}

.xon-bet-upf3m4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.xon-bet-j7uj62 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.xon-bet-j7uj62 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.xon-bet-viumds {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.xon-bet-fr5tge.xon-bet-gkw7g5 {
  display: none;
}

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

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

.xon-bet-6fzc3b {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.xon-bet-6fzc3b span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

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

.xon-bet-6fzc3b 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: 0.xon-bet-v2zg2x ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.xon-bet-6fzc3b input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.xon-bet-6fzc3b input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.xon-bet-6fzc3b input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.xon-bet-6fzc3b input:active {
  border-color: #c2c0ce;
}

.xon-bet-6fzc3b input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .xon-bet-6fzc3b {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.xon-bet-ys6num {
  margin-bottom: 36px;
}

.xon-bet-ys6num 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;
}

.xon-bet-ys6num textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.xon-bet-ys6num textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.xon-bet-skaxii {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.xon-bet-ugl9an {
  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: 0.xon-bet-v2zg2x ease-in-out;
}

.xon-bet-ugl9an:hover {
  background: var(--border-color);
}

.xon-bet-fe5gx2 {
  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: 0.xon-bet-v2zg2x ease-in-out;
}

.xon-bet-fe5gx2:hover {
  background: #166ad9;
}

.xon-bet-58fy5y {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.xon-bet-58fy5y.xon-bet-gkw7g5 {
  display: none;
}

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

.xon-bet-58fy5y .xon-bet-ugl9an {
  margin: 0 auto;
}

.xon-bet-vknm08 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.xon-bet-704who {
  filter: grayscale(100%);
}

.xon-bet-hym0q3 > input {
  display: none;
}

.xon-bet-hym0q3 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.xon-bet-ndopvo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.xon-bet-pn7hvg 44.xon-bet-7biiiy.xon-bet-rps1xr.xon-bet-t4n0oa.xon-bet-dtyx6f.xon-bet-2v8n94.xon-bet-a1rrne.xon-bet-j1ekn3.xon-bet-bs9vw1.xon-bet-8hrcbh.xon-bet-da0v6h.xon-bet-zp05g9.xon-bet-hxj15q 0l-12.xon-bet-dtq6pt 30.xon-bet-mtlowq.xon-bet-x5qjp8 2.xon-bet-ftmgkn.xon-bet-x5qjp8 3.xon-bet-72gpxl 3.xon-bet-boiiah.xon-bet-u4k02h 3.xon-bet-0evonn.xon-bet-fj8nsx.xon-bet-98q1b2.xon-bet-7c0ftg 7-3.xon-bet-dtq6pt 10.xon-bet-rd7b1i.xon-bet-7c0ftg 23.xon-bet-o7pqa4.xon-bet-9pfvf6 1.xon-bet-kjh37g 2.xon-bet-dtq6pt 3.xon-bet-9pfvf6 1.xon-bet-u4k02h 5.xon-bet-931gyo.xon-bet-u4k02h 32.xon-bet-7uu07d.xon-bet-fj8nsx 5.xon-bet-hxj15q 4.xon-bet-7c0ftg 9.xon-bet-7c0ftg 8.xon-bet-u4k02h 6.xon-bet-okxc3a.xon-bet-v2q3xd.xon-bet-srbh3q.xon-bet-78k3hq.xon-bet-9otz8t 4.xon-bet-xr6jyz.xon-bet-9otz8t 6.xon-bet-9otz8t 0l29.xon-bet-hxj15q 17.xon-bet-lyt7l0.xon-bet-5288fi 2.xon-bet-9ai6jx 10.xon-bet-12iakg.xon-bet-dtq6pt 8.xon-bet-abl868.xon-bet-tkp0f0.xon-bet-dv9tzv.xon-bet-da3bfd.xon-bet-19z4uh.xon-bet-fj8nsx.xon-bet-2v8n94.xon-bet-dtq6pt 1.xon-bet-mj6ebb.xon-bet-cc34bz.xon-bet-0nxx6q.xon-bet-uxwrjn.xon-bet-kbo0r6.xon-bet-kjh37g 1.xon-bet-bxfabk.xon-bet-4jmcy4.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.xon-bet-hym0q3 > input:checked ~ label,
.xon-bet-hym0q3 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.xon-bet-ndopvo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.xon-bet-pn7hvg 44.xon-bet-7biiiy.xon-bet-rps1xr.xon-bet-t4n0oa.xon-bet-dtyx6f.xon-bet-2v8n94.xon-bet-a1rrne.xon-bet-j1ekn3.xon-bet-bs9vw1.xon-bet-8hrcbh.xon-bet-da0v6h.xon-bet-zp05g9.xon-bet-hxj15q 0l-12.xon-bet-dtq6pt 30.xon-bet-mtlowq.xon-bet-x5qjp8 2.xon-bet-ftmgkn.xon-bet-x5qjp8 3.xon-bet-72gpxl 3.xon-bet-boiiah.xon-bet-u4k02h 3.xon-bet-0evonn.xon-bet-fj8nsx.xon-bet-98q1b2.xon-bet-7c0ftg 7-3.xon-bet-dtq6pt 10.xon-bet-rd7b1i.xon-bet-7c0ftg 23.xon-bet-o7pqa4.xon-bet-9pfvf6 1.xon-bet-kjh37g 2.xon-bet-dtq6pt 3.xon-bet-9pfvf6 1.xon-bet-u4k02h 5.xon-bet-931gyo.xon-bet-u4k02h 32.xon-bet-7uu07d.xon-bet-fj8nsx 5.xon-bet-hxj15q 4.xon-bet-7c0ftg 9.xon-bet-7c0ftg 8.xon-bet-u4k02h 6.xon-bet-okxc3a.xon-bet-v2q3xd.xon-bet-srbh3q.xon-bet-78k3hq.xon-bet-9otz8t 4.xon-bet-xr6jyz.xon-bet-9otz8t 6.xon-bet-9otz8t 0l29.xon-bet-hxj15q 17.xon-bet-lyt7l0.xon-bet-5288fi 2.xon-bet-9ai6jx 10.xon-bet-12iakg.xon-bet-dtq6pt 8.xon-bet-abl868.xon-bet-tkp0f0.xon-bet-dv9tzv.xon-bet-da3bfd.xon-bet-19z4uh.xon-bet-fj8nsx.xon-bet-2v8n94.xon-bet-dtq6pt 1.xon-bet-mj6ebb.xon-bet-cc34bz.xon-bet-0nxx6q.xon-bet-uxwrjn.xon-bet-kbo0r6.xon-bet-kjh37g 1.xon-bet-bxfabk.xon-bet-4jmcy4.5z'/%3e%3c/svg%3e");
}

.xon-bet-hym0q3 > input:not(:checked) ~ label:hover,
.xon-bet-hym0q3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.xon-bet-ndopvo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.xon-bet-pn7hvg 44.xon-bet-7biiiy.xon-bet-rps1xr.xon-bet-t4n0oa.xon-bet-dtyx6f.xon-bet-2v8n94.xon-bet-a1rrne.xon-bet-j1ekn3.xon-bet-bs9vw1.xon-bet-8hrcbh.xon-bet-da0v6h.xon-bet-zp05g9.xon-bet-hxj15q 0l-12.xon-bet-dtq6pt 30.xon-bet-mtlowq.xon-bet-x5qjp8 2.xon-bet-ftmgkn.xon-bet-x5qjp8 3.xon-bet-72gpxl 3.xon-bet-boiiah.xon-bet-u4k02h 3.xon-bet-0evonn.xon-bet-fj8nsx.xon-bet-98q1b2.xon-bet-7c0ftg 7-3.xon-bet-dtq6pt 10.xon-bet-rd7b1i.xon-bet-7c0ftg 23.xon-bet-o7pqa4.xon-bet-9pfvf6 1.xon-bet-kjh37g 2.xon-bet-dtq6pt 3.xon-bet-9pfvf6 1.xon-bet-u4k02h 5.xon-bet-931gyo.xon-bet-u4k02h 32.xon-bet-7uu07d.xon-bet-fj8nsx 5.xon-bet-hxj15q 4.xon-bet-7c0ftg 9.xon-bet-7c0ftg 8.xon-bet-u4k02h 6.xon-bet-okxc3a.xon-bet-v2q3xd.xon-bet-srbh3q.xon-bet-78k3hq.xon-bet-9otz8t 4.xon-bet-xr6jyz.xon-bet-9otz8t 6.xon-bet-9otz8t 0l29.xon-bet-hxj15q 17.xon-bet-lyt7l0.xon-bet-5288fi 2.xon-bet-9ai6jx 10.xon-bet-12iakg.xon-bet-dtq6pt 8.xon-bet-abl868.xon-bet-tkp0f0.xon-bet-dv9tzv.xon-bet-da3bfd.xon-bet-19z4uh.xon-bet-fj8nsx.xon-bet-2v8n94.xon-bet-dtq6pt 1.xon-bet-mj6ebb.xon-bet-cc34bz.xon-bet-0nxx6q.xon-bet-uxwrjn.xon-bet-kbo0r6.xon-bet-kjh37g 1.xon-bet-bxfabk.xon-bet-4jmcy4.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .xon-bet-asuo8n > .xon-bet-oao8hg {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .xon-bet-asuo8n > .xon-bet-oao8hg {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .xon-bet-asuo8n > .xon-bet-oao8hg {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .xon-bet-asuo8n > .xon-bet-oao8hg {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .xon-bet-asuo8n > .xon-bet-oao8hg {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.xon-bet-2iq87j {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.xon-bet-2iq87j.xon-bet-gkw7g5 {
  display: none;
}

.xon-bet-x0v128 {
  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) {
  .xon-bet-x0v128 {
    height: 74px;
    overflow: visible;
  }
}

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

.xon-bet-pzmyi1 {
  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;
}

.xon-bet-pzmyi1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.xon-bet-pzmyi1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.xon-bet-pzmyi1 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.xon-bet-i1nwy0 {
  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;
}

.xon-bet-i1nwy0::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) {
  .xon-bet-i1nwy0::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.xon-bet-i1nwy0::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) {
  .xon-bet-i1nwy0::after {
    display: none;
  }
}

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

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

.xon-bet-7zmt1x {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .xon-bet-7zmt1x {
    top: -20px;
  }
}

.xon-bet-il7muq {
  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: 0.xon-bet-v2zg2x ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.xon-bet-2iq87j.xon-bet-14v0o4 .xon-bet-x0v128 {
  background: #2b3b67;
}

.xon-bet-2iq87j.xon-bet-14v0o4 .xon-bet-pzmyi1 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.xon-bet-2iq87j.xon-bet-14v0o4 .xon-bet-pzmyi1::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.xon-bet-2iq87j.xon-bet-14v0o4 .xon-bet-pzmyi1::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.xon-bet-2iq87j.xon-bet-14v0o4 .xon-bet-i1nwy0::before {
  background: #0e0f41;
}

.xon-bet-2iq87j.xon-bet-14v0o4 .xon-bet-i1nwy0::after {
  background: #152557;
}

.xon-bet-2iq87j.xon-bet-tvl6vy .xon-bet-x0v128 {
  background: #1f35fa;
}

.xon-bet-2iq87j.xon-bet-tvl6vy .xon-bet-pzmyi1 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.xon-bet-2iq87j.xon-bet-tvl6vy .xon-bet-pzmyi1::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.xon-bet-2iq87j.xon-bet-tvl6vy .xon-bet-pzmyi1::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.xon-bet-2iq87j.xon-bet-tvl6vy .xon-bet-i1nwy0::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.xon-bet-2iq87j.xon-bet-tvl6vy .xon-bet-i1nwy0::after {
  background: #192ac8;
}

.xon-bet-2iq87j.xon-bet-n026as .xon-bet-x0v128 {
  background: #fa771f;
}

.xon-bet-2iq87j.xon-bet-n026as .xon-bet-pzmyi1 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.xon-bet-2iq87j.xon-bet-n026as .xon-bet-pzmyi1::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.xon-bet-2iq87j.xon-bet-n026as .xon-bet-pzmyi1::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.xon-bet-2iq87j.xon-bet-n026as .xon-bet-i1nwy0::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.xon-bet-2iq87j.xon-bet-n026as .xon-bet-i1nwy0::after {
  background: #fa8535;
}

.xon-bet-407326 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.xon-bet-j2vxyf {
  display: flex;
  align-items: center;
  gap: 10px;
}

.xon-bet-j2vxyf span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.xon-bet-j2vxyf small {
  font-size: 14px;
  color: var(--text-color);
}

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

.xon-bet-dswhbm {
  width: 120px;
  height: 22px;
}

.xon-bet-dswhbm .xon-bet-oetgne {
  fill: #c2c0ce;
}

.xon-bet-dswhbm [rating="1"] .xon-bet-oetgne:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.xon-bet-dswhbm [rating="2"] .xon-bet-oetgne:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.xon-bet-dswhbm [rating="3"] .xon-bet-oetgne:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.xon-bet-dswhbm [rating="4"] .xon-bet-oetgne:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.xon-bet-dswhbm [rating="5"] .xon-bet-oetgne:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.xon-bet-7fle59 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .xon-bet-7fle59 {
    gap: 16px 0;
  }
}

.xon-bet-3gdvx3 {
  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);
}

.xon-bet-3gdvx3.xon-bet-d60adj {
  display: block;
}

.xon-bet-3gdvx3.xon-bet-gkw7g5 {
  display: none;
}

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

.xon-bet-lfxzb9 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.xon-bet-etl2qm {
  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);
}

.xon-bet-k429a4 {
  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;
}

.xon-bet-ov6ol3 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.xon-bet-odmrdh {
  font-size: 16px;
  line-height: 140%;
}

.xon-bet-g3508b {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.xon-bet-g3508b .xon-bet-oetgne {
  fill: #c2c0ce;
}

.xon-bet-g3508b [rating="1"] .xon-bet-oetgne:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.xon-bet-g3508b [rating="2"] .xon-bet-oetgne:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.xon-bet-g3508b [rating="3"] .xon-bet-oetgne:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.xon-bet-g3508b [rating="4"] .xon-bet-oetgne:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.xon-bet-g3508b [rating="5"] .xon-bet-oetgne:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.xon-bet-qechfd {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.xon-bet-9vi65w {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .xon-bet-9vi65w {
    padding: 0 16px;
  }
}

.xon-bet-8v91t6 {
  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) {
  .xon-bet-8v91t6 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.xon-bet-xdvebr {
  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) {
  .xon-bet-xdvebr {
    padding: 12px;
    gap: 12px;
  }
}

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

.xon-bet-0v73kf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xon-bet-zoh7kq {
  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;
}

.xon-bet-smx7ys {
  flex: 1;
  min-width: 0;
}

.xon-bet-j4lzzw {
  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) {
  .xon-bet-j4lzzw {
    font-size: 14px;
    gap: 6px;
  }
}

.xon-bet-7fye0f {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.xon-bet-7fye0f svg,
.xon-bet-7fye0f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xon-bet-7fye0f svg path {
  fill: var(--button-bg-color);
}

.xon-bet-7fye0f svg circle {
  fill: var(--button-text-color);
}

.xon-bet-n1i74w {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.xon-bet-n1i74w strong {
  font-weight: 600;
}

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

.xon-bet-kd3neg p {
  margin: 0 0 16px;
}

.xon-bet-kd3neg p:last-child {
  margin-bottom: 0;
}

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

.xon-bet-pcwgbi {
  max-width: 300px;
  width: 100%;
}

.xon-bet-pcwgbi a {
  width: 100%;
}

@media (max-width: 575px) {
  .xon-bet-pcwgbi {
    max-width: 200px;
  }
}

.xon-bet-rcscgz {
  justify-content: center;
}

.xon-bet-o1rbh6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xon-bet-4l5roc {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.xon-bet-zbyjp2 .xon-bet-qaiouh {
  justify-content: center;
}

/* faq */

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

.xon-bet-ua27v5 {
  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 0.xon-bet-xn5ccf ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xon-bet-ua27v5::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.xon-bet-xn5ccf ease;
}

.xon-bet-y181pd.xon-bet-31u1j7 .xon-bet-ua27v5::after {
  transform: rotate(45deg);
}

.xon-bet-mi27sl {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.xon-bet-v2zg2x ease, padding 0.xon-bet-v2zg2x ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.xon-bet-y181pd.xon-bet-31u1j7 .xon-bet-mi27sl {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.xon-bet-04vbe3 {
  margin: 25px 0;
}

.xon-bet-hym0q3 > input:not(:checked) ~ label:hover,
.xon-bet-hym0q3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.xon-bet-hpe1rv.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.xon-bet-ieyt38 44.xon-bet-2rta31.xon-bet-93t4xj.xon-bet-odm415.xon-bet-coqtkw.xon-bet-5mkb9n.xon-bet-20gq0q.xon-bet-96xg0b.xon-bet-aqrwrg.xon-bet-ynz2zv.xon-bet-0sik14.xon-bet-1vhm8z.xon-bet-6gkw74 0l-12.xon-bet-pqbvcy 30.xon-bet-skby7d.xon-bet-k2axsv 2.xon-bet-pz777f.xon-bet-k2axsv 3.xon-bet-fvtji2 3.xon-bet-5sys0z.xon-bet-gqhqpt 3.xon-bet-hepf3q.xon-bet-9pf4ex.xon-bet-7vdjfc.xon-bet-n7ujcn 7-3.xon-bet-pqbvcy 10.xon-bet-uh9skl.xon-bet-n7ujcn 23.xon-bet-md4d1n.xon-bet-0998dv 1.xon-bet-7be04x 2.xon-bet-pqbvcy 3.xon-bet-0998dv 1.xon-bet-gqhqpt 5.xon-bet-sav7ax.xon-bet-gqhqpt 32.xon-bet-pt1f9f.xon-bet-9pf4ex 5.xon-bet-6gkw74 4.xon-bet-n7ujcn 9.xon-bet-n7ujcn 8.xon-bet-gqhqpt 6.xon-bet-460lk7.xon-bet-uu9l72.xon-bet-7x2bvw.xon-bet-xxg38k.xon-bet-etvcar 4.xon-bet-zw3ekl.xon-bet-etvcar 6.xon-bet-etvcar 0l29.xon-bet-6gkw74 17.xon-bet-yp5al7.xon-bet-f04mec 2.xon-bet-geaef9 10.xon-bet-l3wg2q.xon-bet-pqbvcy 8.xon-bet-6ilivm.xon-bet-3y1xrt.xon-bet-pahgze.xon-bet-7y2399.xon-bet-5ftkru.xon-bet-9pf4ex.xon-bet-5mkb9n.xon-bet-pqbvcy 1.xon-bet-euoeg3.xon-bet-khwedt.xon-bet-ns7fls.xon-bet-61f50u.xon-bet-ub8md0.xon-bet-7be04x 1.xon-bet-h0te9w.xon-bet-xs7q8z.5z'/%3e%3c/svg%3e");
}

.xon-bet-28lyf3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .xon-bet-28lyf3 {
    gap: 16px 0;
  }
}

.xon-bet-a4iohe {
  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);
}

.xon-bet-a4iohe.xon-bet-ynwx90 {
  display: block;
}

.xon-bet-a4iohe.xon-bet-3c4waw {
  display: none;
}

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

.xon-bet-qj1get {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.xon-bet-mwyt6r {
  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);
}

.xon-bet-n9n25x {
  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;
}

.xon-bet-g4fz9f small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.xon-bet-bfs0nb {
  font-size: 16px;
  line-height: 140%;
}

.xon-bet-eq3nlx {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.xon-bet-eq3nlx .xon-bet-jm67cg {
  fill: #c2c0ce;
}

.xon-bet-eq3nlx [rating="1"] .xon-bet-jm67cg:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.xon-bet-eq3nlx [rating="2"] .xon-bet-jm67cg:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.xon-bet-eq3nlx [rating="3"] .xon-bet-jm67cg:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.xon-bet-eq3nlx [rating="4"] .xon-bet-jm67cg:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.xon-bet-eq3nlx [rating="5"] .xon-bet-jm67cg:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.xon-bet-cyhzst 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;
}

.xon-bet-cyhzst 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 */

.xon-bet-c17464 {
  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);
}

.xon-bet-c17464.xon-bet-8akzo1 {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.xon-bet-v8705h, .xon-bet-hlm6s2, [class*="review-card"],
thead, thead th, table th, .xon-bet-ovp5he,
.xon-bet-gmwekq, [class*="collapsible-header"],
.xon-bet-2f2nwd, [class*="updated-block"] {
  color: #ece7dc !important;
}
