* {
  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-lb46fn {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betplay-lb46fn {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-lb46fn {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betplay-u7gp04 {
  overflow: hidden;
}

.betplay-f7g6cg img {
  background: var(--Neutral-300);
}

.betplay-3fiao0 {
  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-s5h44z {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betplay-s5h44z:hover {
  background: var(--button-bg-hover);
}

.betplay-etp2nx {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betplay-etp2nx:hover {
  background: var(--button-bg-hover);
}

.betplay-0n4fzy {
  font-size: 12px;
  line-height: 18px;
}

.betplay-rsspzs {
  font-size: 18px;
  line-height: 26px;
}

.betplay-h1v027 {
  width: 100%;
}

.betplay-clrpch {
  padding: 6px 16px;
}

.betplay-ky5f70 {
  padding: 10px 16px;
}

.betplay-e380xg {
  padding: 15px 26px;
}

.betplay-t7lp09 {
  flex-shrink: 0;
}

.betplay-gdjuh8 {
  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-93orm3 {
  display: none;
}

.betplay-f6zep3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betplay-3djgt0 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betplay-it1fu5 {
  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-39uxzj {
  cursor: grab;
}

.betplay-it1fu5::-webkit-scrollbar {
  display: none;
}

.betplay-4yaud7 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betplay-wgmaro {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betplay-co1u5b {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betplay-mz7tla {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betplay-q2bjtj {
  visibility: visible;
}

.betplay-cmn50m {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betplay-v6vjdy ease;
}

.betplay-r2k2e3 {
  background-color: var(--Primary-200);
  width: 16px;
}

.betplay-ive207 {
  -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-v6vjdy,
    mask-image 0.3s;
}

.betplay-ive207.betplay-tniv59 {
  -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-6abal8: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-v8u92s {
  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-1zd19l.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-1zd19l.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-cfebb2 {
  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-cfebb2::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-gm7esv {
  position: relative;
  z-index: 1;
}

.betplay-obqlsl {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betplay-z632wc {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betplay-qigwrb {
  font-size: 40px;
  line-height: 48px;
}

.betplay-zj9a2m {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betplay-966rn9 {
  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-966rn9:hover {
  background: var(--Primary-400);
}

.betplay-966rn9 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betplay-6abal8 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-cfebb2 {
    max-width: 600px;
    padding: 64px;
  }

  .betplay-obqlsl {
    font-size: 24px;
    line-height: 32px;
  }

  .betplay-z632wc {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betplay-qigwrb {
    font-size: 50px;
    line-height: 56px;
  }

  .betplay-zj9a2m {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betplay-v8u92s {
    top: 25px;
    right: 25px;
  }
}

.betplay-2sw0lx,
.betplay-c7i5fs {
  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-tyf8h2.betplay-zxj3or::before,
.betplay-c7i5fs::before,
.betplay-iad4vr::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-1zd19l.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betplay-wdrqrf 14.betplay-wgbanq.betplay-1ihvo0 14.betplay-cjjgkk 15.betplay-dvmwkj 14.betplay-yuu8le 15.betplay-0qkfjp 14.betplay-uuyv60.betplay-vma0i3 14.betplay-1cp27w 19.betplay-1zngps 12.betplay-m7xrt8 19.betplay-1zngps 10.betplay-z6p3um.betplay-1zngps 8.betplay-xevme0 17.betplay-fckai9 7.betplay-n9yr7t 15.betplay-rn6ie6 7.betplay-zybggr.betplay-fjqxo0 7.betplay-n9yr7t 11.betplay-u4o0y0 8.betplay-xevme0 11.betplay-u4o0y0 10.betplay-grbfuk.betplay-u4o0y0 12.betplay-81wwal 13.betplay-te91st 14.betplay-na4oku 15.betplay-twyqjz 14.betplay-yyidwp.betplay-17ludb 14.betplay-iqqsl1 15.betplay-fmxqev 14.betplay-2c8r2a 15.betplay-ox3cc2 14.betplay-ai5b4r.betplay-wdrqrf 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betplay-gw4mtl 15.betplay-yzwsel.betplay-abib02 15.betplay-epqp3v 15.betplay-l9b7f4 15.betplay-m544cq 15.betplay-azsv3d 15.betplay-8tva7w.betplay-zvyu0n 15.betplay-m544cq 15.betplay-tg0o2l 15.betplay-c18nry 15.betplay-pe9xns 15.betplay-5k6x6j.betplay-fpcb69 15.betplay-1b6vt4 7.betplay-m2f9lj 18.betplay-gyzi06 7.betplay-gizl84 23.betplay-j25ka2.betplay-6pmajz.betplay-59kw0w 18.betplay-59ieng 19.betplay-42zawr 15.betplay-jlk4yz 15.betplay-gw4mtl 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betplay-ihc3r9 [type="submit"] *,
.betplay-jnk7ys button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betplay-ad38sb {
    display: none;
  }
}

.betplay-eblrcx {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betplay-eblrcx {
  display: none;
}

@media (min-width: 768px) {
  .betplay-eblrcx {
    bottom: 22px;
  }
}

.betplay-eblrcx input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betplay-eblrcx {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betplay-a0hens.static) .betplay-eblrcx {
    bottom: 8px;
  }
}

.betplay-zjsvao {
  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-1zd19l.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betplay-p3rg9g 3.betplay-y6mlla.betplay-eswfsd.betplay-wqdm5p 3.betplay-chwclk 3.betplay-2f7or6 5.betplay-uvyt2s 3.betplay-2f7or6 8.betplay-babjam.betplay-59zh1k.betplay-2f7or6 26.betplay-k3p08o 5.betplay-7j68wm 28.betplay-smehgf 8.betplay-jlpgn6 28.betplay-9nq8vz.betplay-hdbu02 28.betplay-tadt0c.betplay-nxvmu1 34.betplay-1g5mxc.betplay-9jzrsw 36.betplay-o9h4ka 11.betplay-ijwhz6 37.betplay-v90h1v 12.betplay-m927oq 36.betplay-dl0c82.betplay-k8mjji 28.betplay-l2krxg.betplay-su7xd3.betplay-lteyf0 28.betplay-t3k9z0 36.betplay-54yj1q 26.betplay-7wtlwa 36.betplay-54yj1q 23.betplay-6jmro4.betplay-p1rfuy.betplay-54yj1q 5.betplay-htwz30 34.betplay-xb0kgk 3.betplay-chwclk 31.betplay-p3rg9g 3.betplay-zqdk0m.betplay-a93he0 18.betplay-a7dum5.betplay-9lfuzr 18.betplay-4s22c4 8.betplay-8mvf2w 17.betplay-k7d6br 8.betplay-8mvf2w 15.betplay-drdd29.betplay-8mvf2w 14.betplay-2ksu1o 9.betplay-9lfuzr 13.betplay-d2el8p 11.betplay-a93he0 13.betplay-q5ibf8.betplay-5h99hm 13.betplay-d2el8p 13.betplay-a9bft7 14.betplay-2ksu1o 13.betplay-a9bft7 15.betplay-fzclfh.betplay-a9bft7 17.betplay-k7d6br 12.betplay-5h99hm 18.betplay-4s22c4 11.betplay-a93he0 18.betplay-24t0if.betplay-n7hg0t 18.betplay-g7dy4g.betplay-1si5ux 18.betplay-4s22c4 17.betplay-986l7k 17.betplay-k7d6br 17.betplay-986l7k 15.betplay-ijm010.betplay-986l7k 14.betplay-2ksu1o 18.betplay-1si5ux 13.betplay-d2el8p 20.betplay-n7hg0t 13.betplay-3pqk99.betplay-f7kke4 13.betplay-d2el8p 22.betplay-nk1ndj 14.betplay-2ksu1o 22.betplay-nk1ndj 15.betplay-x5mj75.betplay-l3tgeh 17.betplay-k7d6br 21.betplay-f7kke4 18.betplay-4s22c4 20.betplay-n7hg0t 18.betplay-kr0zxr.betplay-1wfcfd 18.betplay-c6inr1.betplay-okzr0e 18.betplay-4s22c4 26.betplay-ige422 17.betplay-k7d6br 26.betplay-ige422 15.betplay-ituskk.betplay-ige422 14.betplay-2ksu1o 27.betplay-okzr0e 13.betplay-d2el8p 28.betplay-1wfcfd 13.betplay-k55phq.betplay-hdtx18 13.betplay-d2el8p 31.betplay-b2tsmp 14.betplay-2ksu1o 31.betplay-b2tsmp 15.betplay-wg3x36.betplay-ige422 17.betplay-k7d6br 30.betplay-hdtx18 18.betplay-4s22c4 28.betplay-1wfcfd 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-zjsvao {
    display: none;
  }
}

.betplay-s3lfrj {
  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-s3lfrj {
    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-jnk7ys {
  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-jnk7ys {
    padding: 14px 16px;
  }
}

.betplay-jnk7ys button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betplay-jnk7ys button:first-child {
  align-content: end;
}

.betplay-jnk7ys button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betplay-jnk7ys
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-jnk7ys
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betplay-jnk7ys button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betplay-jnk7ys button:last-child svg {
  width: 38px;
  height: 38px;
}

.betplay-iad4vr {
  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-iad4vr::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-iad4vr,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-iad4vr {
  opacity: 1;
  visibility: visible;
}

.betplay-h30d8v {
  flex: 1 1;
}

.betplay-mz6bj1 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-mz6bj1 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betplay-sq76qi {
  display: block;
}

.betplay-90ez8t {
  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-90ez8t {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-c7i5fs {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betplay-c7i5fs::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betplay-mup5lj span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betplay-mup5lj p {
  color: var(--Text-100);
}

.betplay-c7i5fs .betplay-thqe7e {
  grid-area: button;
}

.betplay-c7i5fs .betplay-thqe7e::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-1zd19l.org/2000/svg'%3E%3Cpath d='M4.betplay-m9xusy 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-8m2wau 15L16.betplay-8m2wau 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-8m2wau 5L16.betplay-8m2wau 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-qfylar {
  display: block;
}

.betplay-ocol6m {
  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-ocol6m {
    margin-top: 40px;
  }
}

.betplay-2sw0lx label,
.betplay-2sw0lx input {
  display: block;
  width: 100%;
}

.betplay-2sw0lx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betplay-2sw0lx label.betplay-knyzl5 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betplay-2sw0lx label.betplay-knyzl5::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-2sw0lx 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-2sw0lx input::placeholder {
  color: var(--Text-400);
}

.betplay-upbtva {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betplay-upbtva {
  display: flex;
}

.betplay-upbtva ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betplay-upbtva ol {
    height: 420px;
    padding: 24px;
  }
}

.betplay-upbtva ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betplay-ihc3r9 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-ihc3r9 {
    padding: 0 24px 24px;
  }
}

.betplay-ihc3r9 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-ihc3r9 input::placeholder {
  color: var(--Text-400);
}

.betplay-ihc3r9 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betplay-ihc3r9 [type="submit"]:disabled {
  opacity: 0.5;
}

.betplay-ihc3r9 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betplay-ihc3r9 [type="submit"] {
    right: 40px;
  }
}

.betplay-tyf8h2 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betplay-tyf8h2.betplay-zxj3or {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betplay-tyf8h2.betplay-zxj3or::before {
  content: "";
  width: 31px;
}

.betplay-tyf8h2.betplay-zxj3or p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-tyf8h2.betplay-lvpz77 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betplay-tyf8h2 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-eblrcx .betplay-thqe7e {
  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-ad38sb {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betplay-ad38sb {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betplay-ad38sb {
    padding: 18px 0;
  }
}

.betplay-ad38sb .betplay-lb46fn {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betplay-ad38sb .betplay-lb46fn {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betplay-z9vr92 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betplay-z9vr92 {
    max-width: 160px;
    height: 40px;
  }
}

.betplay-z9vr92 picture,
.betplay-z9vr92 img {
  display: block;
  width: 100%;
  height: 100%;
}

.betplay-z9vr92 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betplay-a6qa0a {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betplay-v6vjdy ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betplay-ad38sb.betplay-569x0s .betplay-a6qa0a {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betplay-a6qa0a {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betplay-a6qa0a {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betplay-nvf3mw,
.betplay-slh4s8 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betplay-nvf3mw,
  .betplay-slh4s8 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betplay-slh4s8 {
    display: none;
  }
}

.betplay-pmn9ug {
  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-569x0s .betplay-pmn9ug {
  background: var(--fh-bg-color);
}

.betplay-pmn9ug button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betplay-pmn9ug {
    display: none;
  }
}

.betplay-9fu3hs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-9fu3hs {
    display: none;
  }
}

.betplay-0prgkh {
  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-ad38sb.betplay-569x0s .betplay-0prgkh:first-child {
  display: none;
}

.betplay-ad38sb.betplay-569x0s .betplay-0prgkh:last-child {
  display: block;
}

.betplay-0prgkh:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betplay-0prgkh {
    display: none;
  }
}

.betplay-r6gyrc {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-r6gyrc {
    display: flex;
  }
}

.betplay-r6gyrc ul {
  max-height: 350px;
  overflow-y: auto;
}

.betplay-r6gyrc:hover ul {
  visibility: visible;
  opacity: 1;
}

.betplay-r6gyrc:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betplay-r6gyrc:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betplay-r6gyrc:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betplay-r6gyrc:hover .betplay-5lrbew svg {
  transform: rotate(180deg);
}

.betplay-4rzxyy {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betplay-34gwt9 {
  padding: 0 8px;
}

.betplay-x960ay {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betplay-x960ay:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betplay-x960ay {
    padding: 4px 8px;
  }
}

.betplay-9uajmo {
  display: flex;
}

.betplay-9uajmo img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betplay-5lrbew {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betplay-5lrbew svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betplay-068iuj {
  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-068iuj {
    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-x240k2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-x240k2 {
    display: none;
  }
}

.betplay-5lbs8v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betplay-uhe6b2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betplay-8tuc5f {
  display: flex;
}

.betplay-a9jpwy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betplay-488wej {
  list-style: none;
}

@media (max-width: 1199px) {
  .betplay-488wej {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betplay-488wej {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betplay-488wej .betplay-lva5cq [data-ref-el],
  .betplay-488wej .betplay-lva5cq span,
  .betplay-488wej .betplay-lva5cq a {
    white-space: nowrap;
  }
}

.betplay-lr6a5c {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betplay-lr6a5c.betplay-92gfu0 > .betplay-lva5cq {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betplay-lr6a5c.betplay-t82w44:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betplay-lr6a5c.betplay-92gfu0 > .betplay-5envdq {
    height: auto;
  }

  .betplay-lr6a5c.betplay-92gfu0 > div > .betplay-3mn7gs {
    transform: rotate(180deg);
  }
}

.betplay-lr6a5c [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betplay-lr6a5c [data-ref-el],
.betplay-lr6a5c span {
  cursor: pointer;
}

.betplay-lr6a5c [data-ref-el],
.betplay-lr6a5c span,
.betplay-lr6a5c 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-lr6a5c [data-ref-el],
  .betplay-lr6a5c span,
  .betplay-lr6a5c a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betplay-lr6a5c [data-ref-el],
  .betplay-lr6a5c span,
  .betplay-lr6a5c a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betplay-5envdq {
  height: 0;
  overflow: hidden;
  transition: height 0.betplay-v6vjdy ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betplay-5envdq::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betplay-5envdq::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betplay-5envdq::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betplay-5envdq {
    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-5envdq:has(> .betplay-lr6a5c.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betplay-5envdq .betplay-5envdq {
    padding: 0;
  }

  .betplay-5envdq .betplay-lr6a5c {
    font-weight: 400;
  }

  .betplay-5envdq .betplay-lr6a5c:hover > .betplay-lva5cq {
    background: var(--Neutral-300);
  }

  .betplay-5envdq .betplay-3mn7gs {
    rotate: -90deg;
  }
}

.betplay-lva5cq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-lva5cq {
    padding: 8px;
  }

  .betplay-lr6a5c.betplay-tt2zds > .betplay-lva5cq {
    background: var(--Neutral-300);
  }
}

.betplay-3mn7gs {
  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-1zd19l.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betplay-ffk0qi 0.betplay-i847uu.betplay-j984l4 -0.betplay-1rmi09 0.betplay-1mwht8 -0.betplay-1rmi09 1.betplay-u0acun 0.betplay-k65bht.betplay-qy5gu8 4.betplay-gmxiwq.betplay-ffk0qi 0.betplay-nagq2v.betplay-crqsq8 -0.betplay-1rmi09 9.betplay-6yo265 -0.betplay-1rmi09 10.betplay-85by1a 0.betplay-qcfs3k.betplay-s8mdmz 0.betplay-j984l4 10.betplay-s8mdmz 0.betplay-1mwht8 10.betplay-85by1a 1.betplay-m5rg4w.betplay-obbsed 5.betplay-qv52t4.betplay-mn2nct 6.betplay-soouvo 5.betplay-1cx2zf 6.betplay-soouvo 4.betplay-5h0nkd 5.betplay-dgsex1.betplay-ffk0qi 1.betplay-c098h5.betplay-1rmi09 0.betplay-1mwht8 -0.betplay-1rmi09 0.betplay-j984l4 0.betplay-ffk0qi 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betplay-v6vjdy ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-3mn7gs {
    cursor: default;
  }
}

.betplay-cr9ldv {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betplay-jmn9mn {
  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-jmn9mn {
    padding: 40px 4px;
  }
}

.betplay-xpke31 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betplay-xpke31 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betplay-1ir1in {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betplay-1ir1in {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betplay-1ir1in ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betplay-1ir1in [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betplay-1ir1in [data-ref-el],
.betplay-1ir1in span,
.betplay-1ir1in a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betplay-yci10w {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-yci10w {
    margin-bottom: 12px;
  }
}

.betplay-qbnj11 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betplay-qbnj11 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betplay-qbnj11:last-child {
    margin-right: 0;
  }
}

.betplay-l7la3t {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-yci10w:hover .betplay-g1ck2g {
  visibility: visible;
  opacity: 1;
}

.betplay-g1ck2g {
  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-bykrxb {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betplay-cxziub {
  display: flex;
  margin: 6px;
}

.betplay-cxziub img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betplay-g1ck2g::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-g1ck2g::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-qk5lwr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-qk5lwr {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betplay-ywvlh3 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betplay-ywvlh3 {
    margin-right: 32px;
  }
}

.betplay-6cwi2q {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-6cwi2q {
    margin-top: 0;
    width: 340px;
  }
}

.betplay-6cwi2q a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-0xgeij {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betplay-y84qk5 {
  position: relative;
}

@media (min-width: 768px) {
  .betplay-y84qk5 {
    margin-top: 40px;
  }
}

.betplay-y84qk5 + .betplay-4k1c2n,
.betplay-y84qk5 + .betplay-y84qk5 {
  margin-top: 24px;
}

.betplay-8019wj {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betplay-8019wj {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-8019wj {
    padding: 80px;
  }
}

.betplay-8w0k77 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betplay-8w0k77 {
    padding: 0 16px;
}


}

.betplay-glugr2 {
  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-glugr2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-nr42xx {
  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-nr42xx {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-nwhypi {
  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-nwhypi:hover {
  background: var(--button-bg-hover);
}

.betplay-8wczye {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betplay-8wczye img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betplay-8wczye img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betplay-8wczye img {
  min-height: 100%;
  }
}

.betplay-8019wj::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betplay-kdvvcr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betplay-kdvvcr h1,
.betplay-kdvvcr h2,
.betplay-kdvvcr h3,
.betplay-kdvvcr h4 {
  margin-bottom: 6px;
}

.betplay-kdvvcr h1:not(:first-child),
.betplay-kdvvcr h2:not(:first-child),
.betplay-kdvvcr h3:not(:first-child),
.betplay-kdvvcr h4:not(:first-child) {
  margin-top: 16px;
}

.betplay-kdvvcr h1,
.betplay-kdvvcr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betplay-kdvvcr h1,
  .betplay-kdvvcr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betplay-kdvvcr h2,
.betplay-kdvvcr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betplay-kdvvcr h2,
  .betplay-kdvvcr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-kdvvcr h3,
.betplay-kdvvcr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betplay-kdvvcr h3,
  .betplay-kdvvcr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-kdvvcr h4,
.betplay-kdvvcr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betplay-kdvvcr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betplay-kdvvcr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betplay-kdvvcr 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-kdvvcr ul ul {
  margin-bottom: 8px;
}

.betplay-kdvvcr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betplay-kdvvcr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betplay-kdvvcr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betplay-kdvvcr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betplay-kdvvcr ol li::marker {
  font-weight: 700;
}

.betplay-kdvvcr ol ol {
  margin-bottom: 8px;
}

.betplay-kdvvcr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betplay-kdvvcr ol ul li {
  padding-left: 16px;
}

.betplay-kdvvcr 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-kdvvcr table {
    padding: 24px;
  }
}

.betplay-kdvvcr table.betplay-rl1px4 {
  -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-v6vjdy,
    mask-image 0.3s;
}

.betplay-kdvvcr table.betplay-rl1px4.betplay-tniv59 {
  -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-kdvvcr table {
    display: table;
  }
}

.betplay-kdvvcr 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-kdvvcr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-kdvvcr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-kdvvcr 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-kdvvcr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betplay-kdvvcr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-kdvvcr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-kdvvcr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betplay-kdvvcr img {
  max-width: 100%;
  height: auto;
}

.betplay-q72q6t {
  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-q72q6t {
    padding: 24px;
  }
}

.betplay-q8sxbh {
  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-q8sxbh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betplay-q8sxbh > * {
  margin: 0 !important;
}

.betplay-q8sxbh img,
.betplay-3aipc7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-q8sxbh img,
  .betplay-3aipc7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-romy8c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-romy8c {
    width: 32px;
    height: 32px;
  }
}

.betplay-d6f0c9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betplay-d6f0c9 .betplay-t8lptk {
  flex-shrink: 0;
}

.betplay-d6f0c9 .betplay-c8orgw svg {
  display: none;
}

.betplay-yf36o7 {
  display: grid;
  transition: max-height 0.betplay-v6vjdy ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betplay-yf36o7 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betplay-yf36o7 {
    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-yf36o7.betplay-f1d3pz + .betplay-t8lptk svg {
  transform: rotate(180deg);
}

.betplay-itlc00 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betplay-itlc00 > div:nth-child(3n) {
  grid-column: span 2;
}

.betplay-itlc00
  > div:nth-child(3n)
  .betplay-p02hre
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betplay-itlc00 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betplay-itlc00 > div:nth-child(3n) {
    grid-column: unset;
  }

  .betplay-itlc00
    > div:nth-child(3n)
    .betplay-p02hre
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betplay-itlc00 {
    max-width: 270px;
  }
}

.betplay-itlc00 .betplay-p02hre button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betplay-itlc00 .betplay-p02hre button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betplay-itlc00 .betplay-p02hre button {
    max-width: 104px;
  }
}

.betplay-zi58oz {
  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-zi58oz {
    margin-bottom: 0;
  }
}

.betplay-pg5zuw {
  display: none;
  opacity: 0;
}

.betplay-stuu5t {
  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-stuu5t img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betplay-p02hre {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betplay-p02hre 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-p02hre
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-p02hre
    button {
    max-width: 145px;
  }
}

.betplay-9p4nf9:first-child
  .betplay-p02hre
  button {
  max-width: 270px;
}

.betplay-axbxlt {
  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-zi58oz picture {
  width: 100%;
  max-width: 100%;
}

.betplay-z9t3t6 {
  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-z9t3t6 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betplay-zi58oz:hover .betplay-z9t3t6 {
  display: flex;
}

.betplay-6tv04s {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betplay-qzskgg {
  display: flex;
}

.betplay-qzskgg:hover .betplay-d7lacl,
.betplay-qzskgg .betplay-tt2zds .betplay-d7lacl {
  display: flex;
}

.betplay-qzskgg svg {
  flex-shrink: 0;
}

.betplay-d7lacl {
  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-d7lacl {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betplay-d7lacl:hover {
  display: flex;
}

.betplay-d7lacl svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betplay-l4outa {
  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-l4outa {
    font-size: 12px;
  }
}

.betplay-4hcm7s,
.betplay-gpncuh {
  width: 50%;
  flex-shrink: 0;
}

.betplay-4hcm7s {
  font-weight: 700;
}

.betplay-evyxfy .betplay-yf36o7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betplay-evyxfy .betplay-yf36o7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betplay-evyxfy .betplay-yf36o7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-evyxfy
  .betplay-axbxlt:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betplay-evyxfy .betplay-stuu5t {
  height: 100% !important;
  border-radius: 16px;
}

.betplay-evyxfy .betplay-p02hre {
  gap: 4px;
  align-items: center;
}

.betplay-evyxfy .betplay-p02hre button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betplay-evyxfy .betplay-p02hre svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betplay-evyxfy .betplay-yjb0yj,
.betplay-evyxfy .betplay-chghxt {
  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-1zd19l.org/2000/svg'%3E%3Cpath d='M9.betplay-24ag1i 4.betplay-7nqlxj.betplay-edzt8p 5.betplay-4yor2z.betplay-p5lz7z 5.betplay-myb9fa.betplay-33b5oa 5.betplay-v1b6od.betplay-20qqma 8.betplay-23uqul.betplay-ux0zwy 9.betplay-0wuvzt.betplay-sw1qhb 9.betplay-i7ydop.betplay-zlfz27 13.betplay-gejgte.betplay-ki36wj 11.betplay-fzm7b7.betplay-vof86t 11.betplay-pk40dr.betplay-1osgj0 11.betplay-jrjsxn.betplay-r01wbs 13.betplay-1x155m.betplay-3hhazh 9.betplay-qzuwiy.betplay-p0vb1l 9.betplay-pmtm9d.betplay-kuveab 8.betplay-922v47.betplay-ecxxyw 5.betplay-yddwab.betplay-8v9zmr 5.betplay-c86eqs.betplay-zxax6b 5.betplay-faz3xh.betplay-f10ltb 4.betplay-yacna0.betplay-vof86t 1.betplay-e84tli.betplay-24ag1i 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betplay-evyxfy .betplay-yjb0yj {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betplay-evyxfy .betplay-chghxt {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betplay-qf0oyt {
  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-qf0oyt {
    padding: 24px;
  }
}

.betplay-qf0oyt .betplay-t8lptk {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-qf0oyt .betplay-t8lptk {
    display: none;
  }
}

.betplay-qf0oyt .betplay-c8orgw svg {
  display: none;
}

.betplay-s3lnk6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betplay-s3lnk6 .betplay-3fiao0 {
  display: none;
}

@media (min-width: 768px) {
  .betplay-s3lnk6 .betplay-3fiao0 {
    display: flex;
  }
}

.betplay-rtroct {
  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-rtroct {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-rtroct > * {
  margin: 0 !important;
}

.betplay-rtroct img,
.betplay-rzuqyo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-rtroct img,
  .betplay-rzuqyo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-ewspc0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-ewspc0 {
    width: 32px;
    height: 32px;
  }
}

.betplay-ufgsrl {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betplay-ufgsrl {
    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-ufgsrl::-webkit-scrollbar {
    display: none;
  }
}

.betplay-plb0ay {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betplay-plb0ay {
    padding: 7px 15px;
  }
}

.betplay-plb0ay:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-k120rl {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-k120rl {
    display: flex;
    opacity: 1;
  }
}

.betplay-plb0ay picture {
  height: 100%;
  display: block;
}

.betplay-plb0ay img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betplay-plb0ay img {
    width: 88px;
    height: 44px;
  }
}

.betplay-plb0ay p {
  text-align: center;
  width: 100%;
}

.betplay-te5o3p {
  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-te5o3p {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-te5o3p img,
.betplay-o1by6z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-te5o3p img,
  .betplay-o1by6z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-mljj2x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-mljj2x {
    width: 32px;
    height: 32px;
  }
}

.betplay-f28yan {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betplay-js94sl {
  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-ykchlu {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betplay-ykchlu.betplay-tt2zds {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betplay-sjjxpk {
  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-sjjxpk {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-y5e34w {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betplay-jrl638 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betplay-v6vjdy ease;
  opacity: 0;
  color: var(--text-color);
}

.betplay-ib8c0i {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betplay-ib8c0i ol,
.betplay-ib8c0i ul {
  padding-left: 1.3em;
}

.betplay-ykchlu.betplay-tt2zds .betplay-jrl638 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betplay-ykchlu.betplay-tt2zds .betplay-y5e34w {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betplay-0z9xxa {
  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-0z9xxa {
    padding: 24px;
  }
}

.betplay-0z9xxa .betplay-t8lptk {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-0z9xxa .betplay-t8lptk {
    display: none;
  }
}

.betplay-0z9xxa .betplay-c8orgw svg {
  display: none;
}

.betplay-g3njir {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betplay-g3njir .betplay-3fiao0 {
  display: none;
}

@media (min-width: 768px) {
  .betplay-g3njir .betplay-3fiao0 {
    display: flex;
  }
}

.betplay-23kudd {
  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-23kudd {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-23kudd > * {
  margin: 0 !important;
}

.betplay-23kudd img,
.betplay-pgliko {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-23kudd img,
  .betplay-pgliko {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-86lpbw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-86lpbw {
    width: 32px;
    height: 32px;
  }
}

.betplay-d4ngup {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betplay-d4ngup {
    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-d4ngup::-webkit-scrollbar {
    display: none;
  }
}

.betplay-kjfn1l {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betplay-kjfn1l:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-5qp3ps {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-5qp3ps {
    display: flex;
    opacity: 1;
  }
}

.betplay-kjfn1l picture {
  width: auto;
  height: 100%;
  display: block;
}

.betplay-kjfn1l picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betplay-twkmjk {
  margin: -24px 0;
}

.betplay-twkmjk:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betplay-twkmjk {
    margin: -16px 0;
  }
}

.betplay-5o7r9u {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betplay-5o7r9u {
    flex-direction: row;
  }
}

.betplay-5vrn43 {
  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-5vrn43 {
    flex: 1;
  }
}

.betplay-5vrn43::placeholder {
  color: var(--Text-400);
}

.betplay-8kyp2g {
  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-38pwey {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betplay-38pwey::-webkit-scrollbar {
  display: none;
}

.betplay-rt89b9 {
  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-rt89b9 img,
.betplay-rt89b9 svg {
  margin-right: 8px;
}

.betplay-nvaxyr {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betplay-twkmjk + .betplay-dzuk3p {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betplay-twkmjk + .betplay-dzuk3p {
    margin-top: -16px;
  }
}

.betplay-blo2u5 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betplay-blo2u5 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betplay-blo2u5 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betplay-ohrfie {
  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-uqbd7b {
  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-xe0u5g {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betplay-vyu5z8 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betplay-r0haxx {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betplay-ohrfie 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-ohrfie 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-ohrfie {
    padding: 39px 179px 39px 39px;
  }

  .betplay-uqbd7b {
    font-size: 40px;
    line-height: 48px;
  }

  .betplay-r0haxx {
    height: 348px;
  }

  .betplay-ohrfie button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betplay-ohrfie button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-ohrfie {
    padding: 63px;
  }
}

.betplay-13hnrm {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betplay-13hnrm {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betplay-24wdvk {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-24wdvk {
    width: auto;
  }
}

.betplay-xcjw27 {
  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-xcjw27::-webkit-scrollbar {
  display: none;
}

.betplay-xcjw27 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-xcjw27 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-xcjw27 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betplay-13hnrm .betplay-p1smn4 {
  -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-v6vjdy,
    mask-image 0.3s;
}

.betplay-13hnrm .betplay-p1smn4.betplay-tniv59 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betplay-392dkp {
  margin: 40px -16px;
}

.betplay-ftcfzt + .betplay-4k1c2n,
.betplay-ftcfzt + .betplay-y84qk5 {
  margin-top: 24px;
}

.betplay-4fcof8 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betplay-4fcof8 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betplay-h8su24 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betplay-h8su24 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betplay-h8su24 {
    margin-top: 0;
  }
}

.betplay-jolnkh {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-jolnkh {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-5kenpi {
  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-5kenpi {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betplay-9zfirv {
  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-9zfirv {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betplay-t1vhbl {
  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-t1vhbl {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-qh0b2w {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-qh0b2w {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-5trea9 {
  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-st2kdw {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betplay-st2kdw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betplay-dzuk3p {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betplay-f19kam {
  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-f19kam {
    padding: 15px 48px;
  }
}

main > .betplay-dzuk3p {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betplay-yf36o7.betplay-zqrzo8 > div:nth-child(n+5) {
    display: none;
  }
}

.betplay-kdvvcr p a img {
  display: block;
  margin: 0 auto;
}


.betplay-6gsfbj {
  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-8cpvai {
  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-8cpvai label {
  font-size: 14px;
}

.betplay-8cpvai h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betplay-8cpvai input,
.betplay-8cpvai textarea,
.betplay-8cpvai 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-8cpvai button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betplay-v46gwp ease;
}
.betplay-8cpvai button:hover {
  background-color: var(--button-bg-hover);
}
.betplay-u6fqwx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betplay-ig7vew ease-in;
}

.betplay-u6fqwx 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-asx2ww, .betplay-rmafe1, [class*="review-card"],
thead, thead th, table th, .betplay-lke2aa,
.betplay-ig69ey, [class*="collapsible-header"],
.betplay-tm7zom, [class*="updated-block"] {
  color: #ece7dc !important;
}
