* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.betplay-moaui3 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betplay-moaui3 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-moaui3 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betplay-xbfdha {
  overflow: hidden;
}

.betplay-86y27e img {
  background: var(--Neutral-300);
}

.betplay-nts2rz {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.betplay-yb3kml {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betplay-yb3kml:hover {
  background: var(--button-bg-hover);
}

.betplay-toty74 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betplay-toty74:hover {
  background: var(--button-bg-hover);
}

.betplay-wkimj5 {
  font-size: 12px;
  line-height: 18px;
}

.betplay-kp2eqm {
  font-size: 18px;
  line-height: 26px;
}

.betplay-zrkyka {
  width: 100%;
}

.betplay-v2wgh1 {
  padding: 6px 16px;
}

.betplay-0j25jo {
  padding: 10px 16px;
}

.betplay-pdi7jz {
  padding: 15px 26px;
}

.betplay-0xdliz {
  flex-shrink: 0;
}

.betplay-nyi4kx {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.betplay-0l78n0 {
  display: none;
}

.betplay-mouetj {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betplay-nqx2gx {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betplay-923xc9 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.betplay-fqh1qi {
  cursor: grab;
}

.betplay-923xc9::-webkit-scrollbar {
  display: none;
}

.betplay-yvafgm {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betplay-eqzrct {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betplay-anwjq9 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betplay-x5kc83 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betplay-rqim8m {
  visibility: visible;
}

.betplay-2j0ivy {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betplay-53rhee ease;
}

.betplay-xnisab {
  background-color: var(--Primary-200);
  width: 16px;
}

.betplay-661qjs {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.betplay-53rhee,
    mask-image 0.3s;
}

.betplay-661qjs.betplay-kaqfsu {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.betplay-vgslps:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.betplay-u41boq {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.betplay-xk9qsd.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.betplay-xk9qsd.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.betplay-hfht46 {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.betplay-hfht46::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.betplay-zh34tg {
  position: relative;
  z-index: 1;
}

.betplay-qxgrc8 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betplay-u54uot {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betplay-4m1k61 {
  font-size: 40px;
  line-height: 48px;
}

.betplay-3t2gcb {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betplay-j0dqiz {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.betplay-j0dqiz:hover {
  background: var(--Primary-400);
}

.betplay-j0dqiz svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betplay-vgslps img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .betplay-hfht46 {
    max-width: 600px;
    padding: 64px;
  }

  .betplay-qxgrc8 {
    font-size: 24px;
    line-height: 32px;
  }

  .betplay-u54uot {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betplay-4m1k61 {
    font-size: 50px;
    line-height: 56px;
  }

  .betplay-3t2gcb {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betplay-u41boq {
    top: 25px;
    right: 25px;
  }
}

.betplay-tgfuc3,
.betplay-y2kbmr {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.betplay-qyjtlq.betplay-1ullsv::before,
.betplay-y2kbmr::before,
.betplay-cne8uj::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.betplay-xk9qsd.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betplay-5dagmm 14.betplay-cdp1be.betplay-u038xk 14.betplay-omkm5l 15.betplay-nfc2as 14.betplay-ijtuaj 15.betplay-zm29lh 14.betplay-rkn4pw.betplay-bo68go 14.betplay-m1w1nr 19.betplay-qkj6hb 12.betplay-v938rv 19.betplay-qkj6hb 10.betplay-9hsnfs.betplay-qkj6hb 8.betplay-yvlnml 17.betplay-2bspsi 7.betplay-dquii4 15.betplay-t6563b 7.betplay-rq6bqv.betplay-74auac 7.betplay-dquii4 11.betplay-nit52g 8.betplay-yvlnml 11.betplay-nit52g 10.betplay-lqf9aw.betplay-nit52g 12.betplay-v7ldkb 13.betplay-o5q5kj 14.betplay-ocmbuw 15.betplay-h7m2sx 14.betplay-z5vo09.betplay-zc2vqc 14.betplay-m7bmbc 15.betplay-lqiv2s 14.betplay-jhdzmg 15.betplay-wpuri4 14.betplay-km1zgy.betplay-5dagmm 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betplay-yo3da7 15.betplay-lrlxf7.betplay-o1l60c 15.betplay-6r2vx0 15.betplay-cvgneo 15.betplay-aic799 15.betplay-xohltz 15.betplay-hvwhkh.betplay-c00u1z 15.betplay-aic799 15.betplay-xo2a9e 15.betplay-bzs3xl 15.betplay-vjxzb8 15.betplay-v8iw8e.betplay-q0gdy5 15.betplay-wsw3lg 7.betplay-mvoqk6 18.betplay-808qyk 7.betplay-sa5tqo 23.betplay-w1qsvi.betplay-4jrhsb.betplay-0j41vy 18.betplay-70ohkb 19.betplay-ow2rx9 15.betplay-a3t1qq 15.betplay-yo3da7 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betplay-endcea [type="submit"] *,
.betplay-u2t25y button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betplay-xzdczv {
    display: none;
  }
}

.betplay-hqfjke {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betplay-hqfjke {
  display: none;
}

@media (min-width: 768px) {
  .betplay-hqfjke {
    bottom: 22px;
  }
}

.betplay-hqfjke input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betplay-hqfjke {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betplay-yj8t5r.static) .betplay-hqfjke {
    bottom: 8px;
  }
}

.betplay-lf61gb {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.betplay-xk9qsd.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betplay-ettjwk 3.betplay-ajxpib.betplay-jnizcf.betplay-h9vsyx 3.betplay-qag944 3.betplay-nedvts 5.betplay-5bj3y1 3.betplay-nedvts 8.betplay-mw3x2k.betplay-aadvri.betplay-nedvts 26.betplay-8mk147 5.betplay-ay7090 28.betplay-6fwyo5 8.betplay-2wql6u 28.betplay-ek4clh.betplay-hg80i3 28.betplay-m3mgah.betplay-urscxj 34.betplay-y7pzl0.betplay-38ivz5 36.betplay-goqrmz 11.betplay-bgkj3q 37.betplay-rgb2td 12.betplay-ncpw56 36.betplay-8hc36r.betplay-fc18bf 28.betplay-gmpte4.betplay-0l2kfa.betplay-1nfcrd 28.betplay-tqut2l 36.betplay-i29dkv 26.betplay-q6j569 36.betplay-i29dkv 23.betplay-ywhmzy.betplay-s69gon.betplay-i29dkv 5.betplay-4zuyis 34.betplay-w4lt97 3.betplay-qag944 31.betplay-ettjwk 3.betplay-2r134d.betplay-i0bsde 18.betplay-9fia14.betplay-ohxt1g 18.betplay-4myl0f 8.betplay-wgn3in 17.betplay-8843mv 8.betplay-wgn3in 15.betplay-1uk1ng.betplay-wgn3in 14.betplay-sdf5n0 9.betplay-ohxt1g 13.betplay-mbcucy 11.betplay-i0bsde 13.betplay-kl0rix.betplay-shrext 13.betplay-mbcucy 13.betplay-ie62hb 14.betplay-sdf5n0 13.betplay-ie62hb 15.betplay-fjc5fg.betplay-ie62hb 17.betplay-8843mv 12.betplay-shrext 18.betplay-4myl0f 11.betplay-i0bsde 18.betplay-wrb8u5.betplay-gyufhl 18.betplay-nrbk3a.betplay-a1mhbc 18.betplay-4myl0f 17.betplay-cr8e7r 17.betplay-8843mv 17.betplay-cr8e7r 15.betplay-fpg5me.betplay-cr8e7r 14.betplay-sdf5n0 18.betplay-a1mhbc 13.betplay-mbcucy 20.betplay-gyufhl 13.betplay-ctar6g.betplay-htr9qe 13.betplay-mbcucy 22.betplay-vsv51d 14.betplay-sdf5n0 22.betplay-vsv51d 15.betplay-0e7si5.betplay-mkqfg3 17.betplay-8843mv 21.betplay-htr9qe 18.betplay-4myl0f 20.betplay-gyufhl 18.betplay-43pmnw.betplay-0qf2ym 18.betplay-lgo04n.betplay-z3olft 18.betplay-4myl0f 26.betplay-oq8z2b 17.betplay-8843mv 26.betplay-oq8z2b 15.betplay-1igyoz.betplay-oq8z2b 14.betplay-sdf5n0 27.betplay-z3olft 13.betplay-mbcucy 28.betplay-0qf2ym 13.betplay-vdf7lr.betplay-foqmb9 13.betplay-mbcucy 31.betplay-v0yqwn 14.betplay-sdf5n0 31.betplay-v0yqwn 15.betplay-kpyeap.betplay-oq8z2b 17.betplay-8843mv 30.betplay-foqmb9 18.betplay-4myl0f 28.betplay-0qf2ym 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .betplay-lf61gb {
    display: none;
  }
}

.betplay-d66exm {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .betplay-d66exm {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.betplay-u2t25y {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .betplay-u2t25y {
    padding: 14px 16px;
  }
}

.betplay-u2t25y button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betplay-u2t25y button:first-child {
  align-content: end;
}

.betplay-u2t25y button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betplay-u2t25y
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-u2t25y
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betplay-u2t25y button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betplay-u2t25y button:last-child svg {
  width: 38px;
  height: 38px;
}

.betplay-cne8uj {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.betplay-cne8uj::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-cne8uj,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-cne8uj {
  opacity: 1;
  visibility: visible;
}

.betplay-uq4d9j {
  flex: 1 1;
}

.betplay-snik96 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-snik96 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betplay-g0dusk {
  display: block;
}

.betplay-zvqd0k {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .betplay-zvqd0k {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-y2kbmr {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betplay-y2kbmr::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betplay-6cc3hr span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betplay-6cc3hr p {
  color: var(--Text-100);
}

.betplay-y2kbmr .betplay-2i6zsj {
  grid-area: button;
}

.betplay-y2kbmr .betplay-2i6zsj::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.betplay-xk9qsd.org/2000/svg'%3E%3Cpath d='M4.betplay-823q99 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-z4mnc1 15L16.betplay-z4mnc1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-z4mnc1 5L16.betplay-z4mnc1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-c0q8tw {
  display: block;
}

.betplay-8vsy4q {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .betplay-8vsy4q {
    margin-top: 40px;
  }
}

.betplay-tgfuc3 label,
.betplay-tgfuc3 input {
  display: block;
  width: 100%;
}

.betplay-tgfuc3 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betplay-tgfuc3 label.betplay-2al9f4 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betplay-tgfuc3 label.betplay-2al9f4::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.betplay-tgfuc3 input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.betplay-tgfuc3 input::placeholder {
  color: var(--Text-400);
}

.betplay-mrcn6h {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betplay-mrcn6h {
  display: flex;
}

.betplay-mrcn6h ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betplay-mrcn6h ol {
    height: 420px;
    padding: 24px;
  }
}

.betplay-mrcn6h ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betplay-endcea {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-endcea {
    padding: 0 24px 24px;
  }
}

.betplay-endcea input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.betplay-endcea input::placeholder {
  color: var(--Text-400);
}

.betplay-endcea [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betplay-endcea [type="submit"]:disabled {
  opacity: 0.5;
}

.betplay-endcea [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betplay-endcea [type="submit"] {
    right: 40px;
  }
}

.betplay-qyjtlq {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betplay-qyjtlq.betplay-1ullsv {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betplay-qyjtlq.betplay-1ullsv::before {
  content: "";
  width: 31px;
}

.betplay-qyjtlq.betplay-1ullsv p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-qyjtlq.betplay-u4ay8m p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betplay-qyjtlq p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-hqfjke .betplay-2i6zsj {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.betplay-xzdczv {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betplay-xzdczv {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betplay-xzdczv {
    padding: 18px 0;
  }
}

.betplay-xzdczv .betplay-moaui3 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betplay-xzdczv .betplay-moaui3 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betplay-cd01od {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betplay-cd01od {
    max-width: 160px;
    height: 40px;
  }
}

.betplay-cd01od picture,
.betplay-cd01od img {
  display: block;
  width: 100%;
  height: 100%;
}

.betplay-cd01od img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betplay-mjq447 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betplay-53rhee ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betplay-xzdczv.betplay-a1o2xq .betplay-mjq447 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betplay-mjq447 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betplay-mjq447 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betplay-8ad4rt,
.betplay-8l8w04 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betplay-8ad4rt,
  .betplay-8l8w04 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betplay-8l8w04 {
    display: none;
  }
}

.betplay-odcu0i {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.betplay-a1o2xq .betplay-odcu0i {
  background: var(--fh-bg-color);
}

.betplay-odcu0i button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betplay-odcu0i {
    display: none;
  }
}

.betplay-ttz53u {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-ttz53u {
    display: none;
  }
}

.betplay-orpijy {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.betplay-xzdczv.betplay-a1o2xq .betplay-orpijy:first-child {
  display: none;
}

.betplay-xzdczv.betplay-a1o2xq .betplay-orpijy:last-child {
  display: block;
}

.betplay-orpijy:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betplay-orpijy {
    display: none;
  }
}

.betplay-q94yht {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-q94yht {
    display: flex;
  }
}

.betplay-q94yht ul {
  max-height: 350px;
  overflow-y: auto;
}

.betplay-q94yht:hover ul {
  visibility: visible;
  opacity: 1;
}

.betplay-q94yht:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betplay-q94yht:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betplay-q94yht:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betplay-q94yht:hover .betplay-bjci69 svg {
  transform: rotate(180deg);
}

.betplay-gjh6qy {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betplay-r9wt2f {
  padding: 0 8px;
}

.betplay-qohikt {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betplay-qohikt:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betplay-qohikt {
    padding: 4px 8px;
  }
}

.betplay-57twmk {
  display: flex;
}

.betplay-57twmk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betplay-bjci69 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betplay-bjci69 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betplay-dglbp4 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .betplay-dglbp4 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.betplay-32tsab {
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-32tsab {
    display: none;
  }
}

.betplay-00sd7k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betplay-ltf8zj {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betplay-eadfvf {
  display: flex;
}

.betplay-tsrijn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betplay-ww4p9i {
  list-style: none;
}

@media (max-width: 1199px) {
  .betplay-ww4p9i {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betplay-ww4p9i {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betplay-ww4p9i .betplay-tcw5zq [data-ref-el],
  .betplay-ww4p9i .betplay-tcw5zq span,
  .betplay-ww4p9i .betplay-tcw5zq a {
    white-space: nowrap;
  }
}

.betplay-i1gywx {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betplay-i1gywx.betplay-8manu8 > .betplay-tcw5zq {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betplay-i1gywx.betplay-tmgbes:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betplay-i1gywx.betplay-8manu8 > .betplay-uh9yah {
    height: auto;
  }

  .betplay-i1gywx.betplay-8manu8 > div > .betplay-qtru4m {
    transform: rotate(180deg);
  }
}

.betplay-i1gywx [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betplay-i1gywx [data-ref-el],
.betplay-i1gywx span {
  cursor: pointer;
}

.betplay-i1gywx [data-ref-el],
.betplay-i1gywx span,
.betplay-i1gywx a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .betplay-i1gywx [data-ref-el],
  .betplay-i1gywx span,
  .betplay-i1gywx a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betplay-i1gywx [data-ref-el],
  .betplay-i1gywx span,
  .betplay-i1gywx a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betplay-uh9yah {
  height: 0;
  overflow: hidden;
  transition: height 0.betplay-53rhee ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betplay-uh9yah::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betplay-uh9yah::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betplay-uh9yah::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betplay-uh9yah {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .betplay-uh9yah:has(> .betplay-i1gywx.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betplay-uh9yah .betplay-uh9yah {
    padding: 0;
  }

  .betplay-uh9yah .betplay-i1gywx {
    font-weight: 400;
  }

  .betplay-uh9yah .betplay-i1gywx:hover > .betplay-tcw5zq {
    background: var(--Neutral-300);
  }

  .betplay-uh9yah .betplay-qtru4m {
    rotate: -90deg;
  }
}

.betplay-tcw5zq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-tcw5zq {
    padding: 8px;
  }

  .betplay-i1gywx.betplay-f3nu33 > .betplay-tcw5zq {
    background: var(--Neutral-300);
  }
}

.betplay-qtru4m {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.betplay-xk9qsd.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betplay-e8jxuq 0.betplay-49w2of.betplay-4rwkcj -0.betplay-f70wo1 0.betplay-gc8b2u -0.betplay-f70wo1 1.betplay-0rt29p 0.betplay-96tx0t.betplay-fb8cxu 4.betplay-l5wege.betplay-e8jxuq 0.betplay-wl31ro.betplay-40bjfx -0.betplay-f70wo1 9.betplay-96pl5k -0.betplay-f70wo1 10.betplay-94lcxq 0.betplay-d7nvrg.betplay-39ly9t 0.betplay-4rwkcj 10.betplay-39ly9t 0.betplay-gc8b2u 10.betplay-94lcxq 1.betplay-klujaj.betplay-7fzp4l 5.betplay-oz7zmx.betplay-wyz9xf 6.betplay-dhh81g 5.betplay-xvdx2d 6.betplay-dhh81g 4.betplay-lfil6v 5.betplay-dmc0jh.betplay-e8jxuq 1.betplay-a43i5s.betplay-f70wo1 0.betplay-gc8b2u -0.betplay-f70wo1 0.betplay-4rwkcj 0.betplay-e8jxuq 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betplay-53rhee ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-qtru4m {
    cursor: default;
  }
}

.betplay-ixkuk7 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betplay-nuxm7c {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .betplay-nuxm7c {
    padding: 40px 4px;
  }
}

.betplay-6w5nzg {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betplay-6w5nzg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betplay-ouo7ed {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betplay-ouo7ed {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betplay-ouo7ed ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betplay-ouo7ed [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betplay-ouo7ed [data-ref-el],
.betplay-ouo7ed span,
.betplay-ouo7ed a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betplay-hglpin {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-hglpin {
    margin-bottom: 12px;
  }
}

.betplay-hcdhbd {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betplay-hcdhbd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betplay-hcdhbd:last-child {
    margin-right: 0;
  }
}

.betplay-j66iyw {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-hglpin:hover .betplay-1vi1o0 {
  visibility: visible;
  opacity: 1;
}

.betplay-1vi1o0 {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.betplay-h3zplz {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betplay-52sb1p {
  display: flex;
  margin: 6px;
}

.betplay-52sb1p img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betplay-1vi1o0::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.betplay-1vi1o0::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.betplay-ycgpgs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-ycgpgs {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betplay-h8uqcw {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betplay-h8uqcw {
    margin-right: 32px;
  }
}

.betplay-pjpq59 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-pjpq59 {
    margin-top: 0;
    width: 340px;
  }
}

.betplay-pjpq59 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-jli1th {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betplay-wmjv5j {
  position: relative;
}

@media (min-width: 768px) {
  .betplay-wmjv5j {
    margin-top: 40px;
  }
}

.betplay-wmjv5j + .betplay-tubqvb,
.betplay-wmjv5j + .betplay-wmjv5j {
  margin-top: 24px;
}

.betplay-v91z2g {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betplay-v91z2g {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-v91z2g {
    padding: 80px;
  }
}

.betplay-pbuokt {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betplay-pbuokt {
    padding: 0 16px;
}


}

.betplay-sksyy5 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .betplay-sksyy5 {
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-f9utfh {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .betplay-f9utfh {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-tjs8ge {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.betplay-tjs8ge:hover {
  background: var(--button-bg-hover);
}

.betplay-g0ocu0 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betplay-g0ocu0 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betplay-g0ocu0 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betplay-g0ocu0 img {
  min-height: 100%;
  }
}

.betplay-v91z2g::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betplay-33xeex {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betplay-33xeex h1,
.betplay-33xeex h2,
.betplay-33xeex h3,
.betplay-33xeex h4 {
  margin-bottom: 6px;
}

.betplay-33xeex h1:not(:first-child),
.betplay-33xeex h2:not(:first-child),
.betplay-33xeex h3:not(:first-child),
.betplay-33xeex h4:not(:first-child) {
  margin-top: 16px;
}

.betplay-33xeex h1,
.betplay-33xeex h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betplay-33xeex h1,
  .betplay-33xeex h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betplay-33xeex h2,
.betplay-33xeex h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betplay-33xeex h2,
  .betplay-33xeex h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-33xeex h3,
.betplay-33xeex h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betplay-33xeex h3,
  .betplay-33xeex h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-33xeex h4,
.betplay-33xeex h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betplay-33xeex ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betplay-33xeex ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betplay-33xeex ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.betplay-33xeex ul ul {
  margin-bottom: 8px;
}

.betplay-33xeex ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betplay-33xeex ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betplay-33xeex ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betplay-33xeex ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betplay-33xeex ol li::marker {
  font-weight: 700;
}

.betplay-33xeex ol ol {
  margin-bottom: 8px;
}

.betplay-33xeex ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betplay-33xeex ol ul li {
  padding-left: 16px;
}

.betplay-33xeex table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .betplay-33xeex table {
    padding: 24px;
  }
}

.betplay-33xeex table.betplay-iyje4o {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betplay-53rhee,
    mask-image 0.3s;
}

.betplay-33xeex table.betplay-iyje4o.betplay-kaqfsu {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .betplay-33xeex table {
    display: table;
  }
}

.betplay-33xeex table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.betplay-33xeex table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-33xeex table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-33xeex table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .betplay-33xeex table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betplay-33xeex table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-33xeex table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-33xeex table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betplay-33xeex img {
  max-width: 100%;
  height: auto;
}

.betplay-cuefh8 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .betplay-cuefh8 {
    padding: 24px;
  }
}

.betplay-la2oyq {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .betplay-la2oyq {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betplay-la2oyq > * {
  margin: 0 !important;
}

.betplay-la2oyq img,
.betplay-hj8yjn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-la2oyq img,
  .betplay-hj8yjn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-l37au2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-l37au2 {
    width: 32px;
    height: 32px;
  }
}

.betplay-29k696 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betplay-29k696 .betplay-b78jig {
  flex-shrink: 0;
}

.betplay-29k696 .betplay-rv5krz svg {
  display: none;
}

.betplay-vcwizv {
  display: grid;
  transition: max-height 0.betplay-53rhee ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betplay-vcwizv {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betplay-vcwizv {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-vcwizv.betplay-7c6wgh + .betplay-b78jig svg {
  transform: rotate(180deg);
}

.betplay-8lrjyd {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betplay-8lrjyd > div:nth-child(3n) {
  grid-column: span 2;
}

.betplay-8lrjyd
  > div:nth-child(3n)
  .betplay-gq14c4
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betplay-8lrjyd {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betplay-8lrjyd > div:nth-child(3n) {
    grid-column: unset;
  }

  .betplay-8lrjyd
    > div:nth-child(3n)
    .betplay-gq14c4
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betplay-8lrjyd {
    max-width: 270px;
  }
}

.betplay-8lrjyd .betplay-gq14c4 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betplay-8lrjyd .betplay-gq14c4 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betplay-8lrjyd .betplay-gq14c4 button {
    max-width: 104px;
  }
}

.betplay-wpot1v {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .betplay-wpot1v {
    margin-bottom: 0;
  }
}

.betplay-y9ihno {
  display: none;
  opacity: 0;
}

.betplay-o4kf4l {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.betplay-o4kf4l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betplay-gq14c4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betplay-gq14c4 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-gq14c4
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-gq14c4
    button {
    max-width: 145px;
  }
}

.betplay-7bfs2k:first-child
  .betplay-gq14c4
  button {
  max-width: 270px;
}

.betplay-tvssis {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.betplay-wpot1v picture {
  width: 100%;
  max-width: 100%;
}

.betplay-h6701b {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.betplay-h6701b svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betplay-wpot1v:hover .betplay-h6701b {
  display: flex;
}

.betplay-nl931u {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betplay-jfsc4a {
  display: flex;
}

.betplay-jfsc4a:hover .betplay-0r655b,
.betplay-jfsc4a .betplay-f3nu33 .betplay-0r655b {
  display: flex;
}

.betplay-jfsc4a svg {
  flex-shrink: 0;
}

.betplay-0r655b {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .betplay-0r655b {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betplay-0r655b:hover {
  display: flex;
}

.betplay-0r655b svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betplay-bhchdh {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .betplay-bhchdh {
    font-size: 12px;
  }
}

.betplay-1yuzg5,
.betplay-0fzjud {
  width: 50%;
  flex-shrink: 0;
}

.betplay-1yuzg5 {
  font-weight: 700;
}

.betplay-c07vgh .betplay-vcwizv {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betplay-c07vgh .betplay-vcwizv {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betplay-c07vgh .betplay-vcwizv {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-c07vgh
  .betplay-tvssis:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betplay-c07vgh .betplay-o4kf4l {
  height: 100% !important;
  border-radius: 16px;
}

.betplay-c07vgh .betplay-gq14c4 {
  gap: 4px;
  align-items: center;
}

.betplay-c07vgh .betplay-gq14c4 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betplay-c07vgh .betplay-gq14c4 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betplay-c07vgh .betplay-qw8uhs,
.betplay-c07vgh .betplay-biyx4b {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.betplay-xk9qsd.org/2000/svg'%3E%3Cpath d='M9.betplay-xtl9t6 4.betplay-751unk.betplay-8p4fi0 5.betplay-qsgxby.betplay-gzsx8j 5.betplay-mbtoso.betplay-qxk12r 5.betplay-4497yh.betplay-e4gflt 8.betplay-lyu9z1.betplay-t7rwga 9.betplay-9qdkz2.betplay-jendmw 9.betplay-w6aqya.betplay-0ojsyv 13.betplay-yktq4w.betplay-y1zz8q 11.betplay-xbdxyn.betplay-zp7h02 11.betplay-09wfa9.betplay-x7iapy 11.betplay-vf775a.betplay-z1zq1q 13.betplay-oe21zm.betplay-hekxj2 9.betplay-doe1vu.betplay-sbzci2 9.betplay-6cpkez.betplay-9q45p7 8.betplay-k466it.betplay-klltw9 5.betplay-5g2fn7.betplay-mpwj63 5.betplay-re06ix.betplay-remfi1 5.betplay-d3ffkn.betplay-iedr8u 4.betplay-6zmrlr.betplay-zp7h02 1.betplay-zfl5ti.betplay-xtl9t6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betplay-c07vgh .betplay-qw8uhs {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betplay-c07vgh .betplay-biyx4b {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betplay-bv9ho0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .betplay-bv9ho0 {
    padding: 24px;
  }
}

.betplay-bv9ho0 .betplay-b78jig {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-bv9ho0 .betplay-b78jig {
    display: none;
  }
}

.betplay-bv9ho0 .betplay-rv5krz svg {
  display: none;
}

.betplay-d5ohzb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betplay-d5ohzb .betplay-nts2rz {
  display: none;
}

@media (min-width: 768px) {
  .betplay-d5ohzb .betplay-nts2rz {
    display: flex;
  }
}

.betplay-pw877a {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .betplay-pw877a {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-pw877a > * {
  margin: 0 !important;
}

.betplay-pw877a img,
.betplay-0sgr6m {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-pw877a img,
  .betplay-0sgr6m {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-vp2vmd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-vp2vmd {
    width: 32px;
    height: 32px;
  }
}

.betplay-68ypsk {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betplay-68ypsk {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .betplay-68ypsk::-webkit-scrollbar {
    display: none;
  }
}

.betplay-crwide {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betplay-crwide {
    padding: 7px 15px;
  }
}

.betplay-crwide:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-ozpthx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-ozpthx {
    display: flex;
    opacity: 1;
  }
}

.betplay-crwide picture {
  height: 100%;
  display: block;
}

.betplay-crwide img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betplay-crwide img {
    width: 88px;
    height: 44px;
  }
}

.betplay-crwide p {
  text-align: center;
  width: 100%;
}

.betplay-97kgw5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .betplay-97kgw5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-97kgw5 img,
.betplay-9gjai3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-97kgw5 img,
  .betplay-9gjai3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-t2p0fh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-t2p0fh {
    width: 32px;
    height: 32px;
  }
}

.betplay-2bbe3x {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betplay-8qqcgt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.betplay-rho2we {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betplay-rho2we.betplay-f3nu33 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betplay-2zuc0r {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .betplay-2zuc0r {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-kbl04i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betplay-f6oow4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betplay-53rhee ease;
  opacity: 0;
  color: var(--text-color);
}

.betplay-n1swey {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betplay-n1swey ol,
.betplay-n1swey ul {
  padding-left: 1.3em;
}

.betplay-rho2we.betplay-f3nu33 .betplay-f6oow4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betplay-rho2we.betplay-f3nu33 .betplay-kbl04i {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betplay-r2bpf7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .betplay-r2bpf7 {
    padding: 24px;
  }
}

.betplay-r2bpf7 .betplay-b78jig {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-r2bpf7 .betplay-b78jig {
    display: none;
  }
}

.betplay-r2bpf7 .betplay-rv5krz svg {
  display: none;
}

.betplay-o4kh3w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betplay-o4kh3w .betplay-nts2rz {
  display: none;
}

@media (min-width: 768px) {
  .betplay-o4kh3w .betplay-nts2rz {
    display: flex;
  }
}

.betplay-gelu4p {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .betplay-gelu4p {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-gelu4p > * {
  margin: 0 !important;
}

.betplay-gelu4p img,
.betplay-uo69t1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-gelu4p img,
  .betplay-uo69t1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-8lg28p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-8lg28p {
    width: 32px;
    height: 32px;
  }
}

.betplay-f46hyc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betplay-f46hyc {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .betplay-f46hyc::-webkit-scrollbar {
    display: none;
  }
}

.betplay-du90ci {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betplay-du90ci:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-9u7j0m {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-9u7j0m {
    display: flex;
    opacity: 1;
  }
}

.betplay-du90ci picture {
  width: auto;
  height: 100%;
  display: block;
}

.betplay-du90ci picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betplay-mmrwhh {
  margin: -24px 0;
}

.betplay-mmrwhh:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betplay-mmrwhh {
    margin: -16px 0;
  }
}

.betplay-64y8qc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betplay-64y8qc {
    flex-direction: row;
  }
}

.betplay-nf1g4q {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .betplay-nf1g4q {
    flex: 1;
  }
}

.betplay-nf1g4q::placeholder {
  color: var(--Text-400);
}

.betplay-e1cph4 {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.betplay-2ehkzk {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betplay-2ehkzk::-webkit-scrollbar {
  display: none;
}

.betplay-61tduw {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.betplay-61tduw img,
.betplay-61tduw svg {
  margin-right: 8px;
}

.betplay-jisg0y {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betplay-mmrwhh + .betplay-w5u7p8 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betplay-mmrwhh + .betplay-w5u7p8 {
    margin-top: -16px;
  }
}

.betplay-d6s9nb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betplay-d6s9nb > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betplay-d6s9nb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betplay-8z2wfj {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.betplay-udr9ta {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.betplay-dohfds {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betplay-4ao37r {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betplay-enpz4o {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betplay-8z2wfj button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.betplay-8z2wfj button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .betplay-8z2wfj {
    padding: 39px 179px 39px 39px;
  }

  .betplay-udr9ta {
    font-size: 40px;
    line-height: 48px;
  }

  .betplay-enpz4o {
    height: 348px;
  }

  .betplay-8z2wfj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betplay-8z2wfj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-8z2wfj {
    padding: 63px;
  }
}

.betplay-udojxx {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betplay-udojxx {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betplay-mh36or {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-mh36or {
    width: auto;
  }
}

.betplay-kmsjq7 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.betplay-kmsjq7::-webkit-scrollbar {
  display: none;
}

.betplay-kmsjq7 a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.betplay-kmsjq7 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-kmsjq7 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betplay-udojxx .betplay-lf16yh {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betplay-53rhee,
    mask-image 0.3s;
}

.betplay-udojxx .betplay-lf16yh.betplay-kaqfsu {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betplay-bojhzk {
  margin: 40px -16px;
}

.betplay-lzljyx + .betplay-tubqvb,
.betplay-lzljyx + .betplay-wmjv5j {
  margin-top: 24px;
}

.betplay-ogy2kw {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betplay-ogy2kw picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betplay-oqt9g6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betplay-oqt9g6 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betplay-oqt9g6 {
    margin-top: 0;
  }
}

.betplay-lc3uvq {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-lc3uvq {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-qx36ul {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .betplay-qx36ul {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betplay-2bx745 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .betplay-2bx745 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betplay-invhby {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .betplay-invhby {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-v5n9z6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-v5n9z6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-3z8knn {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.betplay-t3n0ry {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betplay-t3n0ry img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betplay-w5u7p8 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betplay-ihu6ql {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .betplay-ihu6ql {
    padding: 15px 48px;
  }
}

main > .betplay-w5u7p8 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betplay-vcwizv.betplay-rtbqxl > div:nth-child(n+5) {
    display: none;
  }
}

.betplay-33xeex p a img {
  display: block;
  margin: 0 auto;
}


.betplay-s97ca6 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.betplay-e1wfu4 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.betplay-e1wfu4 label {
  font-size: 14px;
}

.betplay-e1wfu4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betplay-e1wfu4 input,
.betplay-e1wfu4 textarea,
.betplay-e1wfu4 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.betplay-e1wfu4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betplay-zr17u0 ease;
}
.betplay-e1wfu4 button:hover {
  background-color: var(--button-bg-hover);
}
.betplay-9cztzh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betplay-zyge8s ease-in;
}

.betplay-9cztzh h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.betplay-pu0r6h, .betplay-5vopay, [class*="review-card"],
thead, thead th, table th, .betplay-wy2sew,
.betplay-sl8roj, [class*="collapsible-header"],
.betplay-rliqfp, [class*="updated-block"] {
  color: #ece7dc !important;
}
