* {
  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-ohodtz {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betplay-ohodtz {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-ohodtz {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betplay-cmlji2 {
  overflow: hidden;
}

.betplay-h3d2wk img {
  background: var(--Neutral-300);
}

.betplay-bk98lx {
  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-w0aep9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betplay-w0aep9:hover {
  background: var(--button-bg-hover);
}

.betplay-oqm983 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betplay-oqm983:hover {
  background: var(--button-bg-hover);
}

.betplay-h7qla4 {
  font-size: 12px;
  line-height: 18px;
}

.betplay-177m71 {
  font-size: 18px;
  line-height: 26px;
}

.betplay-tqk06s {
  width: 100%;
}

.betplay-v2tw1n {
  padding: 6px 16px;
}

.betplay-i793o7 {
  padding: 10px 16px;
}

.betplay-a2vkue {
  padding: 15px 26px;
}

.betplay-qkjghx {
  flex-shrink: 0;
}

.betplay-b6f3gz {
  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-ssrir2 {
  display: none;
}

.betplay-orp5oh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betplay-uveaxg {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betplay-6o1qqm {
  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-zupio9 {
  cursor: grab;
}

.betplay-6o1qqm::-webkit-scrollbar {
  display: none;
}

.betplay-rk7gya {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betplay-rotq30 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betplay-v2wdwb {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betplay-bm0qow {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betplay-gtqb09 {
  visibility: visible;
}

.betplay-r3duv3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betplay-agb63n ease;
}

.betplay-mdxfv6 {
  background-color: var(--Primary-200);
  width: 16px;
}

.betplay-daspdp {
  -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-agb63n,
    mask-image 0.3s;
}

.betplay-daspdp.betplay-srplxs {
  -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-5w59na: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-7hdbb3 {
  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-8f0453.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-8f0453.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-t08fju {
  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-t08fju::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-xmkw5l {
  position: relative;
  z-index: 1;
}

.betplay-bqsjwc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betplay-yhz4ot {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betplay-2x1zwg {
  font-size: 40px;
  line-height: 48px;
}

.betplay-q68hd3 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betplay-bpjyso {
  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-bpjyso:hover {
  background: var(--Primary-400);
}

.betplay-bpjyso svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betplay-5w59na 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-t08fju {
    max-width: 600px;
    padding: 64px;
  }

  .betplay-bqsjwc {
    font-size: 24px;
    line-height: 32px;
  }

  .betplay-yhz4ot {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betplay-2x1zwg {
    font-size: 50px;
    line-height: 56px;
  }

  .betplay-q68hd3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betplay-7hdbb3 {
    top: 25px;
    right: 25px;
  }
}

.betplay-up5gvd,
.betplay-y04x1s {
  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-qvi5jl.betplay-lwotte::before,
.betplay-y04x1s::before,
.betplay-6u93yy::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-8f0453.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betplay-eqcpzh 14.betplay-cn9uac.betplay-njbzvz 14.betplay-14sy1c 15.betplay-cc1c98 14.betplay-vtkpgu 15.betplay-h42z3s 14.betplay-oa1o9f.betplay-wro57d 14.betplay-83s97g 19.betplay-paism3 12.betplay-s2l1gl 19.betplay-paism3 10.betplay-gi3flu.betplay-paism3 8.betplay-zk3alu 17.betplay-x58a67 7.betplay-p7m8xq 15.betplay-jceubj 7.betplay-ep3e21.betplay-z25lqx 7.betplay-p7m8xq 11.betplay-1savij 8.betplay-zk3alu 11.betplay-1savij 10.betplay-ll2bji.betplay-1savij 12.betplay-0kb071 13.betplay-14vsod 14.betplay-cu1s9b 15.betplay-1euxet 14.betplay-c5hlam.betplay-2mfhhq 14.betplay-hy6hzi 15.betplay-9p3rvc 14.betplay-5sfcbd 15.betplay-e2jua2 14.betplay-jsgoz9.betplay-eqcpzh 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betplay-faoy2e 15.betplay-xisk7q.betplay-0qu5xo 15.betplay-x4l8ud 15.betplay-s4omar 15.betplay-hw7gtn 15.betplay-2u5nda 15.betplay-br0lnb.betplay-rb3eir 15.betplay-hw7gtn 15.betplay-oad4bx 15.betplay-ner011 15.betplay-wchyys 15.betplay-q9o5ic.betplay-kvumcv 15.betplay-2cpjft 7.betplay-a4rs9z 18.betplay-qmwa4f 7.betplay-xpfytd 23.betplay-mqpo0s.betplay-3tuvdk.betplay-h85jui 18.betplay-m0vg5w 19.betplay-nrmsys 15.betplay-bm4ent 15.betplay-faoy2e 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betplay-j2yz9g [type="submit"] *,
.betplay-9xa1rd button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betplay-qk7iym {
    display: none;
  }
}

.betplay-eg3eyv {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betplay-eg3eyv {
  display: none;
}

@media (min-width: 768px) {
  .betplay-eg3eyv {
    bottom: 22px;
  }
}

.betplay-eg3eyv input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betplay-eg3eyv {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betplay-o906lt.static) .betplay-eg3eyv {
    bottom: 8px;
  }
}

.betplay-3133ff {
  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-8f0453.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betplay-1so2vb 3.betplay-0v10ku.betplay-xvlsbr.betplay-slxw55 3.betplay-40xrhn 3.betplay-l1syri 5.betplay-cp5g53 3.betplay-l1syri 8.betplay-exr532.betplay-y8wmxe.betplay-l1syri 26.betplay-x8gjsh 5.betplay-igja3c 28.betplay-nzcs57 8.betplay-09e35p 28.betplay-hq3wph.betplay-sgtwkd 28.betplay-7levyh.betplay-2gxkdp 34.betplay-2sd9jv.betplay-50p95v 36.betplay-lbvqd5 11.betplay-cl8a31 37.betplay-8e6ahm 12.betplay-hd8hqt 36.betplay-575bfr.betplay-ckcf7k 28.betplay-qloyfr.betplay-zx34d2.betplay-zkugec 28.betplay-5fxn15 36.betplay-bsgud2 26.betplay-b4iwi5 36.betplay-bsgud2 23.betplay-fpg1tg.betplay-25yvem.betplay-bsgud2 5.betplay-zqgkdn 34.betplay-r8ge74 3.betplay-40xrhn 31.betplay-1so2vb 3.betplay-mcsqq0.betplay-vy4gik 18.betplay-msxord.betplay-9mtwdj 18.betplay-y7czqc 8.betplay-dlhza7 17.betplay-mwcbei 8.betplay-dlhza7 15.betplay-ct4vdh.betplay-dlhza7 14.betplay-hgyf9n 9.betplay-9mtwdj 13.betplay-spjyk5 11.betplay-vy4gik 13.betplay-w8r569.betplay-7e16ag 13.betplay-spjyk5 13.betplay-iy65tf 14.betplay-hgyf9n 13.betplay-iy65tf 15.betplay-4lfzqy.betplay-iy65tf 17.betplay-mwcbei 12.betplay-7e16ag 18.betplay-y7czqc 11.betplay-vy4gik 18.betplay-3m9srs.betplay-98ld1z 18.betplay-xi3sc9.betplay-q9731c 18.betplay-y7czqc 17.betplay-flucr2 17.betplay-mwcbei 17.betplay-flucr2 15.betplay-7azaok.betplay-flucr2 14.betplay-hgyf9n 18.betplay-q9731c 13.betplay-spjyk5 20.betplay-98ld1z 13.betplay-pccbs1.betplay-xvdop1 13.betplay-spjyk5 22.betplay-4eok7z 14.betplay-hgyf9n 22.betplay-4eok7z 15.betplay-xrgm3k.betplay-asyuhr 17.betplay-mwcbei 21.betplay-xvdop1 18.betplay-y7czqc 20.betplay-98ld1z 18.betplay-7p9tt0.betplay-y4hxmy 18.betplay-3pykzj.betplay-hy222t 18.betplay-y7czqc 26.betplay-g91gdy 17.betplay-mwcbei 26.betplay-g91gdy 15.betplay-39sezw.betplay-g91gdy 14.betplay-hgyf9n 27.betplay-hy222t 13.betplay-spjyk5 28.betplay-y4hxmy 13.betplay-kui2m9.betplay-e3f1a4 13.betplay-spjyk5 31.betplay-zefj60 14.betplay-hgyf9n 31.betplay-zefj60 15.betplay-c56jop.betplay-g91gdy 17.betplay-mwcbei 30.betplay-e3f1a4 18.betplay-y7czqc 28.betplay-y4hxmy 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-3133ff {
    display: none;
  }
}

.betplay-z0koom {
  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-z0koom {
    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-9xa1rd {
  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-9xa1rd {
    padding: 14px 16px;
  }
}

.betplay-9xa1rd button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betplay-9xa1rd button:first-child {
  align-content: end;
}

.betplay-9xa1rd button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betplay-9xa1rd
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-9xa1rd
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betplay-9xa1rd button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betplay-9xa1rd button:last-child svg {
  width: 38px;
  height: 38px;
}

.betplay-6u93yy {
  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-6u93yy::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-6u93yy,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-6u93yy {
  opacity: 1;
  visibility: visible;
}

.betplay-u9b6kj {
  flex: 1 1;
}

.betplay-2hu8dc {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-2hu8dc {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betplay-4b2btx {
  display: block;
}

.betplay-u0xtes {
  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-u0xtes {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-y04x1s {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betplay-y04x1s::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betplay-ui1gup span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betplay-ui1gup p {
  color: var(--Text-100);
}

.betplay-y04x1s .betplay-uvmb1x {
  grid-area: button;
}

.betplay-y04x1s .betplay-uvmb1x::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-8f0453.org/2000/svg'%3E%3Cpath d='M4.betplay-ac4m7i 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-mhdorz 15L16.betplay-mhdorz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-mhdorz 5L16.betplay-mhdorz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-esz8v7 {
  display: block;
}

.betplay-bpf9wc {
  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-bpf9wc {
    margin-top: 40px;
  }
}

.betplay-up5gvd label,
.betplay-up5gvd input {
  display: block;
  width: 100%;
}

.betplay-up5gvd label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betplay-up5gvd label.betplay-qmdb6j input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betplay-up5gvd label.betplay-qmdb6j::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-up5gvd 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-up5gvd input::placeholder {
  color: var(--Text-400);
}

.betplay-ujtdvj {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betplay-ujtdvj {
  display: flex;
}

.betplay-ujtdvj ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betplay-ujtdvj ol {
    height: 420px;
    padding: 24px;
  }
}

.betplay-ujtdvj ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betplay-j2yz9g {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-j2yz9g {
    padding: 0 24px 24px;
  }
}

.betplay-j2yz9g 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-j2yz9g input::placeholder {
  color: var(--Text-400);
}

.betplay-j2yz9g [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betplay-j2yz9g [type="submit"]:disabled {
  opacity: 0.5;
}

.betplay-j2yz9g [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betplay-j2yz9g [type="submit"] {
    right: 40px;
  }
}

.betplay-qvi5jl {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betplay-qvi5jl.betplay-lwotte {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betplay-qvi5jl.betplay-lwotte::before {
  content: "";
  width: 31px;
}

.betplay-qvi5jl.betplay-lwotte p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-qvi5jl.betplay-onmef6 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betplay-qvi5jl p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-eg3eyv .betplay-uvmb1x {
  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-qk7iym {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betplay-qk7iym {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betplay-qk7iym {
    padding: 18px 0;
  }
}

.betplay-qk7iym .betplay-ohodtz {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betplay-qk7iym .betplay-ohodtz {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betplay-99finf {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betplay-99finf {
    max-width: 160px;
    height: 40px;
  }
}

.betplay-99finf picture,
.betplay-99finf img {
  display: block;
  width: 100%;
  height: 100%;
}

.betplay-99finf img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betplay-nh25ww {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betplay-agb63n ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betplay-qk7iym.betplay-j6lkpo .betplay-nh25ww {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betplay-nh25ww {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betplay-nh25ww {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betplay-i3bkct,
.betplay-2tpt63 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betplay-i3bkct,
  .betplay-2tpt63 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betplay-2tpt63 {
    display: none;
  }
}

.betplay-boua6k {
  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-j6lkpo .betplay-boua6k {
  background: var(--fh-bg-color);
}

.betplay-boua6k button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betplay-boua6k {
    display: none;
  }
}

.betplay-w3ww5k {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-w3ww5k {
    display: none;
  }
}

.betplay-kyroky {
  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-qk7iym.betplay-j6lkpo .betplay-kyroky:first-child {
  display: none;
}

.betplay-qk7iym.betplay-j6lkpo .betplay-kyroky:last-child {
  display: block;
}

.betplay-kyroky:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betplay-kyroky {
    display: none;
  }
}

.betplay-xkg7qu {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-xkg7qu {
    display: flex;
  }
}

.betplay-xkg7qu ul {
  max-height: 350px;
  overflow-y: auto;
}

.betplay-xkg7qu:hover ul {
  visibility: visible;
  opacity: 1;
}

.betplay-xkg7qu:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betplay-xkg7qu:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betplay-xkg7qu:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betplay-xkg7qu:hover .betplay-naczmu svg {
  transform: rotate(180deg);
}

.betplay-e5sm0o {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betplay-cvynph {
  padding: 0 8px;
}

.betplay-ukt4gp {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betplay-ukt4gp:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betplay-ukt4gp {
    padding: 4px 8px;
  }
}

.betplay-ya3m7h {
  display: flex;
}

.betplay-ya3m7h img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betplay-naczmu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betplay-naczmu svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betplay-uessou {
  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-uessou {
    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-w7x692 {
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-w7x692 {
    display: none;
  }
}

.betplay-cclvdm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betplay-l8itr5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betplay-oin12d {
  display: flex;
}

.betplay-puvazn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betplay-mpkkfw {
  list-style: none;
}

@media (max-width: 1199px) {
  .betplay-mpkkfw {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betplay-mpkkfw {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betplay-mpkkfw .betplay-zbdp42 [data-ref-el],
  .betplay-mpkkfw .betplay-zbdp42 span,
  .betplay-mpkkfw .betplay-zbdp42 a {
    white-space: nowrap;
  }
}

.betplay-hsi8c9 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betplay-hsi8c9.betplay-f6q6ng > .betplay-zbdp42 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betplay-hsi8c9.betplay-z79pu0:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betplay-hsi8c9.betplay-f6q6ng > .betplay-pgqwij {
    height: auto;
  }

  .betplay-hsi8c9.betplay-f6q6ng > div > .betplay-p15ouz {
    transform: rotate(180deg);
  }
}

.betplay-hsi8c9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betplay-hsi8c9 [data-ref-el],
.betplay-hsi8c9 span {
  cursor: pointer;
}

.betplay-hsi8c9 [data-ref-el],
.betplay-hsi8c9 span,
.betplay-hsi8c9 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-hsi8c9 [data-ref-el],
  .betplay-hsi8c9 span,
  .betplay-hsi8c9 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betplay-hsi8c9 [data-ref-el],
  .betplay-hsi8c9 span,
  .betplay-hsi8c9 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betplay-pgqwij {
  height: 0;
  overflow: hidden;
  transition: height 0.betplay-agb63n ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betplay-pgqwij::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betplay-pgqwij::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betplay-pgqwij::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betplay-pgqwij {
    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-pgqwij:has(> .betplay-hsi8c9.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betplay-pgqwij .betplay-pgqwij {
    padding: 0;
  }

  .betplay-pgqwij .betplay-hsi8c9 {
    font-weight: 400;
  }

  .betplay-pgqwij .betplay-hsi8c9:hover > .betplay-zbdp42 {
    background: var(--Neutral-300);
  }

  .betplay-pgqwij .betplay-p15ouz {
    rotate: -90deg;
  }
}

.betplay-zbdp42 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-zbdp42 {
    padding: 8px;
  }

  .betplay-hsi8c9.betplay-0ncrs7 > .betplay-zbdp42 {
    background: var(--Neutral-300);
  }
}

.betplay-p15ouz {
  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-8f0453.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betplay-tahtxy 0.betplay-7jbh9b.betplay-ovq7s0 -0.betplay-63fnw2 0.betplay-su0vz7 -0.betplay-63fnw2 1.betplay-zcrvo8 0.betplay-cyq3wp.betplay-rv699j 4.betplay-hmuzkb.betplay-tahtxy 0.betplay-qef9s6.betplay-697iks -0.betplay-63fnw2 9.betplay-afqlsv -0.betplay-63fnw2 10.betplay-0l1atq 0.betplay-tos06o.betplay-ky2frf 0.betplay-ovq7s0 10.betplay-ky2frf 0.betplay-su0vz7 10.betplay-0l1atq 1.betplay-r0b1nz.betplay-7qcy46 5.betplay-1hzyj1.betplay-3gzixb 6.betplay-ow06fy 5.betplay-mg9mie 6.betplay-ow06fy 4.betplay-z8avvp 5.betplay-fwyyxz.betplay-tahtxy 1.betplay-q01d2m.betplay-63fnw2 0.betplay-su0vz7 -0.betplay-63fnw2 0.betplay-ovq7s0 0.betplay-tahtxy 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betplay-agb63n ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-p15ouz {
    cursor: default;
  }
}

.betplay-e8rb26 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betplay-3fbo6f {
  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-3fbo6f {
    padding: 40px 4px;
  }
}

.betplay-izqlob {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betplay-izqlob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betplay-dqg359 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betplay-dqg359 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betplay-dqg359 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betplay-dqg359 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betplay-dqg359 [data-ref-el],
.betplay-dqg359 span,
.betplay-dqg359 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betplay-50s61d {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-50s61d {
    margin-bottom: 12px;
  }
}

.betplay-kjov9z {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betplay-kjov9z img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betplay-kjov9z:last-child {
    margin-right: 0;
  }
}

.betplay-24aed4 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-50s61d:hover .betplay-r5eg60 {
  visibility: visible;
  opacity: 1;
}

.betplay-r5eg60 {
  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-9wpdwu {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betplay-n05u6d {
  display: flex;
  margin: 6px;
}

.betplay-n05u6d img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betplay-r5eg60::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-r5eg60::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-qrma7v {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-qrma7v {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betplay-f4kacf {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betplay-f4kacf {
    margin-right: 32px;
  }
}

.betplay-k03pv7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-k03pv7 {
    margin-top: 0;
    width: 340px;
  }
}

.betplay-k03pv7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-svfdzq {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betplay-yeuqih {
  position: relative;
}

@media (min-width: 768px) {
  .betplay-yeuqih {
    margin-top: 40px;
  }
}

.betplay-yeuqih + .betplay-n0xfmn,
.betplay-yeuqih + .betplay-yeuqih {
  margin-top: 24px;
}

.betplay-dn3j36 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betplay-dn3j36 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-dn3j36 {
    padding: 80px;
  }
}

.betplay-tqcv48 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betplay-tqcv48 {
    padding: 0 16px;
}


}

.betplay-z01ydh {
  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-z01ydh {
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-05jgrp {
  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-05jgrp {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-b128xv {
  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-b128xv:hover {
  background: var(--button-bg-hover);
}

.betplay-hp0wno {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betplay-hp0wno img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betplay-hp0wno img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betplay-hp0wno img {
  min-height: 100%;
  }
}

.betplay-dn3j36::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betplay-sw6znz {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betplay-sw6znz h1,
.betplay-sw6znz h2,
.betplay-sw6znz h3,
.betplay-sw6znz h4 {
  margin-bottom: 6px;
}

.betplay-sw6znz h1:not(:first-child),
.betplay-sw6znz h2:not(:first-child),
.betplay-sw6znz h3:not(:first-child),
.betplay-sw6znz h4:not(:first-child) {
  margin-top: 16px;
}

.betplay-sw6znz h1,
.betplay-sw6znz h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betplay-sw6znz h1,
  .betplay-sw6znz h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betplay-sw6znz h2,
.betplay-sw6znz h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betplay-sw6znz h2,
  .betplay-sw6znz h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-sw6znz h3,
.betplay-sw6znz h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betplay-sw6znz h3,
  .betplay-sw6znz h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-sw6znz h4,
.betplay-sw6znz h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betplay-sw6znz ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betplay-sw6znz ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betplay-sw6znz 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-sw6znz ul ul {
  margin-bottom: 8px;
}

.betplay-sw6znz ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betplay-sw6znz ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betplay-sw6znz ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betplay-sw6znz ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betplay-sw6znz ol li::marker {
  font-weight: 700;
}

.betplay-sw6znz ol ol {
  margin-bottom: 8px;
}

.betplay-sw6znz ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betplay-sw6znz ol ul li {
  padding-left: 16px;
}

.betplay-sw6znz 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-sw6znz table {
    padding: 24px;
  }
}

.betplay-sw6znz table.betplay-0cfy8y {
  -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-agb63n,
    mask-image 0.3s;
}

.betplay-sw6znz table.betplay-0cfy8y.betplay-srplxs {
  -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-sw6znz table {
    display: table;
  }
}

.betplay-sw6znz 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-sw6znz table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-sw6znz table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-sw6znz 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-sw6znz table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betplay-sw6znz table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-sw6znz table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-sw6znz table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betplay-sw6znz img {
  max-width: 100%;
  height: auto;
}

.betplay-cckvgg {
  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-cckvgg {
    padding: 24px;
  }
}

.betplay-ysbq6o {
  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-ysbq6o {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betplay-ysbq6o > * {
  margin: 0 !important;
}

.betplay-ysbq6o img,
.betplay-9uz02w {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-ysbq6o img,
  .betplay-9uz02w {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-kf6d71 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-kf6d71 {
    width: 32px;
    height: 32px;
  }
}

.betplay-i1qgnh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betplay-i1qgnh .betplay-so46ri {
  flex-shrink: 0;
}

.betplay-i1qgnh .betplay-0fezas svg {
  display: none;
}

.betplay-321p67 {
  display: grid;
  transition: max-height 0.betplay-agb63n ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betplay-321p67 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betplay-321p67 {
    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-321p67.betplay-so1yuq + .betplay-so46ri svg {
  transform: rotate(180deg);
}

.betplay-cww6nw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betplay-cww6nw > div:nth-child(3n) {
  grid-column: span 2;
}

.betplay-cww6nw
  > div:nth-child(3n)
  .betplay-l503kz
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betplay-cww6nw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betplay-cww6nw > div:nth-child(3n) {
    grid-column: unset;
  }

  .betplay-cww6nw
    > div:nth-child(3n)
    .betplay-l503kz
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betplay-cww6nw {
    max-width: 270px;
  }
}

.betplay-cww6nw .betplay-l503kz button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betplay-cww6nw .betplay-l503kz button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betplay-cww6nw .betplay-l503kz button {
    max-width: 104px;
  }
}

.betplay-ugaxzr {
  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-ugaxzr {
    margin-bottom: 0;
  }
}

.betplay-4l2yn5 {
  display: none;
  opacity: 0;
}

.betplay-ezvrl5 {
  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-ezvrl5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betplay-l503kz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betplay-l503kz 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-l503kz
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-l503kz
    button {
    max-width: 145px;
  }
}

.betplay-1xw724:first-child
  .betplay-l503kz
  button {
  max-width: 270px;
}

.betplay-kpsb4x {
  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-ugaxzr picture {
  width: 100%;
  max-width: 100%;
}

.betplay-yyrr6k {
  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-yyrr6k svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betplay-ugaxzr:hover .betplay-yyrr6k {
  display: flex;
}

.betplay-ft62uc {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betplay-w6vnop {
  display: flex;
}

.betplay-w6vnop:hover .betplay-mpxs1m,
.betplay-w6vnop .betplay-0ncrs7 .betplay-mpxs1m {
  display: flex;
}

.betplay-w6vnop svg {
  flex-shrink: 0;
}

.betplay-mpxs1m {
  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-mpxs1m {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betplay-mpxs1m:hover {
  display: flex;
}

.betplay-mpxs1m svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betplay-tppdc2 {
  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-tppdc2 {
    font-size: 12px;
  }
}

.betplay-v9mv3v,
.betplay-o38rlr {
  width: 50%;
  flex-shrink: 0;
}

.betplay-v9mv3v {
  font-weight: 700;
}

.betplay-6pitwt .betplay-321p67 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betplay-6pitwt .betplay-321p67 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betplay-6pitwt .betplay-321p67 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-6pitwt
  .betplay-kpsb4x:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betplay-6pitwt .betplay-ezvrl5 {
  height: 100% !important;
  border-radius: 16px;
}

.betplay-6pitwt .betplay-l503kz {
  gap: 4px;
  align-items: center;
}

.betplay-6pitwt .betplay-l503kz button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betplay-6pitwt .betplay-l503kz svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betplay-6pitwt .betplay-g5zdaj,
.betplay-6pitwt .betplay-6xaf2t {
  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-8f0453.org/2000/svg'%3E%3Cpath d='M9.betplay-ie5cfj 4.betplay-i5bc0b.betplay-eli1f1 5.betplay-csb0zm.betplay-xcckd8 5.betplay-to36uc.betplay-v68ywb 5.betplay-2eyxuh.betplay-341d4w 8.betplay-329a6j.betplay-ubaf4u 9.betplay-woutvk.betplay-jy4juf 9.betplay-mk1wye.betplay-ppeytt 13.betplay-pvgcnq.betplay-enottk 11.betplay-e2wii1.betplay-fgmuiw 11.betplay-tfmz9t.betplay-4100oc 11.betplay-2n6pie.betplay-5u9c68 13.betplay-4v9xmj.betplay-jkispx 9.betplay-59k6so.betplay-mdt6wy 9.betplay-ny8ysb.betplay-7tvsmz 8.betplay-lkb0jv.betplay-kro2c3 5.betplay-dontmd.betplay-6gloz5 5.betplay-vj1u2k.betplay-3l41aj 5.betplay-evczgq.betplay-825g6g 4.betplay-4mjiiz.betplay-fgmuiw 1.betplay-8hs475.betplay-ie5cfj 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betplay-6pitwt .betplay-g5zdaj {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betplay-6pitwt .betplay-6xaf2t {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betplay-dg04hw {
  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-dg04hw {
    padding: 24px;
  }
}

.betplay-dg04hw .betplay-so46ri {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-dg04hw .betplay-so46ri {
    display: none;
  }
}

.betplay-dg04hw .betplay-0fezas svg {
  display: none;
}

.betplay-ni60k2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betplay-ni60k2 .betplay-bk98lx {
  display: none;
}

@media (min-width: 768px) {
  .betplay-ni60k2 .betplay-bk98lx {
    display: flex;
  }
}

.betplay-5pvz45 {
  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-5pvz45 {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-5pvz45 > * {
  margin: 0 !important;
}

.betplay-5pvz45 img,
.betplay-rbw58t {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-5pvz45 img,
  .betplay-rbw58t {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-gx7bej {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-gx7bej {
    width: 32px;
    height: 32px;
  }
}

.betplay-ovp9a4 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betplay-ovp9a4 {
    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-ovp9a4::-webkit-scrollbar {
    display: none;
  }
}

.betplay-ph3rut {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betplay-ph3rut {
    padding: 7px 15px;
  }
}

.betplay-ph3rut:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-poaklt {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-poaklt {
    display: flex;
    opacity: 1;
  }
}

.betplay-ph3rut picture {
  height: 100%;
  display: block;
}

.betplay-ph3rut img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betplay-ph3rut img {
    width: 88px;
    height: 44px;
  }
}

.betplay-ph3rut p {
  text-align: center;
  width: 100%;
}

.betplay-11zv3n {
  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-11zv3n {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-11zv3n img,
.betplay-i2ccxf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-11zv3n img,
  .betplay-i2ccxf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-7ag0ts {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-7ag0ts {
    width: 32px;
    height: 32px;
  }
}

.betplay-0uc7ou {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betplay-uhuacq {
  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-ov9ydj {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betplay-ov9ydj.betplay-0ncrs7 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betplay-70vc3d {
  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-70vc3d {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-j5yu8a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betplay-53srzk {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betplay-agb63n ease;
  opacity: 0;
  color: var(--text-color);
}

.betplay-p99lxc {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betplay-p99lxc ol,
.betplay-p99lxc ul {
  padding-left: 1.3em;
}

.betplay-ov9ydj.betplay-0ncrs7 .betplay-53srzk {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betplay-ov9ydj.betplay-0ncrs7 .betplay-j5yu8a {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betplay-84y6mi {
  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-84y6mi {
    padding: 24px;
  }
}

.betplay-84y6mi .betplay-so46ri {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-84y6mi .betplay-so46ri {
    display: none;
  }
}

.betplay-84y6mi .betplay-0fezas svg {
  display: none;
}

.betplay-gwff7k {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betplay-gwff7k .betplay-bk98lx {
  display: none;
}

@media (min-width: 768px) {
  .betplay-gwff7k .betplay-bk98lx {
    display: flex;
  }
}

.betplay-lsbq1i {
  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-lsbq1i {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-lsbq1i > * {
  margin: 0 !important;
}

.betplay-lsbq1i img,
.betplay-txtjx9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-lsbq1i img,
  .betplay-txtjx9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-u7s35p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-u7s35p {
    width: 32px;
    height: 32px;
  }
}

.betplay-gy2duh {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betplay-gy2duh {
    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-gy2duh::-webkit-scrollbar {
    display: none;
  }
}

.betplay-m0aukh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betplay-m0aukh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-12nzwb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-12nzwb {
    display: flex;
    opacity: 1;
  }
}

.betplay-m0aukh picture {
  width: auto;
  height: 100%;
  display: block;
}

.betplay-m0aukh picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betplay-o7f8fd {
  margin: -24px 0;
}

.betplay-o7f8fd:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betplay-o7f8fd {
    margin: -16px 0;
  }
}

.betplay-vx3vjg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betplay-vx3vjg {
    flex-direction: row;
  }
}

.betplay-mp6php {
  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-mp6php {
    flex: 1;
  }
}

.betplay-mp6php::placeholder {
  color: var(--Text-400);
}

.betplay-nsijkq {
  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-jxsn4k {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betplay-jxsn4k::-webkit-scrollbar {
  display: none;
}

.betplay-uz41zi {
  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-uz41zi img,
.betplay-uz41zi svg {
  margin-right: 8px;
}

.betplay-e0zx7i {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betplay-o7f8fd + .betplay-2nuygf {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betplay-o7f8fd + .betplay-2nuygf {
    margin-top: -16px;
  }
}

.betplay-azhs5j {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betplay-azhs5j > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betplay-azhs5j > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betplay-haygc7 {
  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-mozks4 {
  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-b1rd4t {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betplay-vknvay {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betplay-uo3j24 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betplay-haygc7 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-haygc7 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-haygc7 {
    padding: 39px 179px 39px 39px;
  }

  .betplay-mozks4 {
    font-size: 40px;
    line-height: 48px;
  }

  .betplay-uo3j24 {
    height: 348px;
  }

  .betplay-haygc7 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betplay-haygc7 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-haygc7 {
    padding: 63px;
  }
}

.betplay-q0n33e {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betplay-q0n33e {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betplay-db29lb {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-db29lb {
    width: auto;
  }
}

.betplay-710lep {
  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-710lep::-webkit-scrollbar {
  display: none;
}

.betplay-710lep 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-710lep a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-710lep {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betplay-q0n33e .betplay-xhejo9 {
  -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-agb63n,
    mask-image 0.3s;
}

.betplay-q0n33e .betplay-xhejo9.betplay-srplxs {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betplay-m9gokm {
  margin: 40px -16px;
}

.betplay-4kl2ub + .betplay-n0xfmn,
.betplay-4kl2ub + .betplay-yeuqih {
  margin-top: 24px;
}

.betplay-wcmnua {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betplay-wcmnua picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betplay-5j0ihb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betplay-5j0ihb {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betplay-5j0ihb {
    margin-top: 0;
  }
}

.betplay-g1joct {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-g1joct {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-uiaai8 {
  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-uiaai8 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betplay-u6f1jm {
  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-u6f1jm {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betplay-jlnldp {
  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-jlnldp {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-b3rpyx {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-b3rpyx {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-hg1vl4 {
  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-bby06i {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betplay-bby06i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betplay-2nuygf {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betplay-b852md {
  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-b852md {
    padding: 15px 48px;
  }
}

main > .betplay-2nuygf {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betplay-321p67.betplay-peuh52 > div:nth-child(n+5) {
    display: none;
  }
}

.betplay-sw6znz p a img {
  display: block;
  margin: 0 auto;
}


.betplay-24u6hq {
  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-rmch81 {
  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-rmch81 label {
  font-size: 14px;
}

.betplay-rmch81 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betplay-rmch81 input,
.betplay-rmch81 textarea,
.betplay-rmch81 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-rmch81 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betplay-yqdo3j ease;
}
.betplay-rmch81 button:hover {
  background-color: var(--button-bg-hover);
}
.betplay-5mt8rh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betplay-en05p8 ease-in;
}

.betplay-5mt8rh 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-3eomfp, .betplay-rtvb04, [class*="review-card"],
thead, thead th, table th, .betplay-985gfq,
.betplay-1p8m0s, [class*="collapsible-header"],
.betplay-qlxif8, [class*="updated-block"] {
  color: #ece7dc !important;
}
