* {
  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-eu52u6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betplay-eu52u6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-eu52u6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betplay-bt5upf {
  overflow: hidden;
}

.betplay-nve8v2 img {
  background: var(--Neutral-300);
}

.betplay-q8715m {
  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-t7kf7p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betplay-t7kf7p:hover {
  background: var(--button-bg-hover);
}

.betplay-6oq5w5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betplay-6oq5w5:hover {
  background: var(--button-bg-hover);
}

.betplay-kps2xw {
  font-size: 12px;
  line-height: 18px;
}

.betplay-9ododw {
  font-size: 18px;
  line-height: 26px;
}

.betplay-3dbkqg {
  width: 100%;
}

.betplay-4u995t {
  padding: 6px 16px;
}

.betplay-m8h71h {
  padding: 10px 16px;
}

.betplay-rgulvz {
  padding: 15px 26px;
}

.betplay-t97blv {
  flex-shrink: 0;
}

.betplay-2k181h {
  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-g2yvnb {
  display: none;
}

.betplay-9urx92 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betplay-4whaph {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betplay-1adgve {
  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-nst1bj {
  cursor: grab;
}

.betplay-1adgve::-webkit-scrollbar {
  display: none;
}

.betplay-5yj3oz {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betplay-sa63y1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betplay-w9v6jd {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betplay-29fxw7 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betplay-sh0tjz {
  visibility: visible;
}

.betplay-1o9pv1 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betplay-t01yqi ease;
}

.betplay-ztyrtq {
  background-color: var(--Primary-200);
  width: 16px;
}

.betplay-941csf {
  -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-t01yqi,
    mask-image 0.3s;
}

.betplay-941csf.betplay-pwkjrq {
  -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-i8awfi: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-ytttpu {
  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-g4qdd5.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-g4qdd5.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-snbt2i {
  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-snbt2i::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-zu24gu {
  position: relative;
  z-index: 1;
}

.betplay-mcxnj3 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betplay-m1u9rz {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betplay-4ujm5u {
  font-size: 40px;
  line-height: 48px;
}

.betplay-8szbfu {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betplay-3c8ys3 {
  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-3c8ys3:hover {
  background: var(--Primary-400);
}

.betplay-3c8ys3 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betplay-i8awfi 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-snbt2i {
    max-width: 600px;
    padding: 64px;
  }

  .betplay-mcxnj3 {
    font-size: 24px;
    line-height: 32px;
  }

  .betplay-m1u9rz {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betplay-4ujm5u {
    font-size: 50px;
    line-height: 56px;
  }

  .betplay-8szbfu {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betplay-ytttpu {
    top: 25px;
    right: 25px;
  }
}

.betplay-t9wpit,
.betplay-qvz97t {
  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-lkia1a.betplay-6usect::before,
.betplay-qvz97t::before,
.betplay-h6in9r::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-g4qdd5.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betplay-qhykto 14.betplay-a7kpen.betplay-2su76g 14.betplay-tc3wga 15.betplay-ti6nfu 14.betplay-4e7i2x 15.betplay-ilo5ja 14.betplay-y10kbn.betplay-zdrceg 14.betplay-6r4i88 19.betplay-3mmj3q 12.betplay-innm43 19.betplay-3mmj3q 10.betplay-bwh89y.betplay-3mmj3q 8.betplay-768puv 17.betplay-x4nyt1 7.betplay-vda9nh 15.betplay-5qxnu4 7.betplay-ltmnv1.betplay-l6x47l 7.betplay-vda9nh 11.betplay-iaf3qq 8.betplay-768puv 11.betplay-iaf3qq 10.betplay-gpyt77.betplay-iaf3qq 12.betplay-slut5v 13.betplay-7sox7c 14.betplay-1as4z1 15.betplay-7mfsrf 14.betplay-skos1x.betplay-ye7ej0 14.betplay-iqb57b 15.betplay-k814wk 14.betplay-jmfqm4 15.betplay-5xkw0w 14.betplay-bn13wd.betplay-qhykto 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betplay-6qt3l5 15.betplay-tx2ibd.betplay-8znrgg 15.betplay-c90adp 15.betplay-vrp0of 15.betplay-2lslhf 15.betplay-r1adrx 15.betplay-q1055x.betplay-6qx15a 15.betplay-2lslhf 15.betplay-e3qdcu 15.betplay-83ne02 15.betplay-cauibx 15.betplay-b3wfyz.betplay-aef9rp 15.betplay-edjl9j 7.betplay-59xigc 18.betplay-ieuo3g 7.betplay-dopjd1 23.betplay-yfcqm7.betplay-hzp8qv.betplay-dea5j4 18.betplay-0v04jr 19.betplay-x2otej 15.betplay-5s4ye6 15.betplay-6qt3l5 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betplay-befdnb [type="submit"] *,
.betplay-wk2bkb button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betplay-wsfmua {
    display: none;
  }
}

.betplay-n2y012 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betplay-n2y012 {
  display: none;
}

@media (min-width: 768px) {
  .betplay-n2y012 {
    bottom: 22px;
  }
}

.betplay-n2y012 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betplay-n2y012 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betplay-nk0x5t.static) .betplay-n2y012 {
    bottom: 8px;
  }
}

.betplay-9bcug9 {
  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-g4qdd5.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betplay-vpow8v 3.betplay-g26qbd.betplay-tm2oyn.betplay-17ixr6 3.betplay-dhnisq 3.betplay-z6kstb 5.betplay-5672ux 3.betplay-z6kstb 8.betplay-55y5a4.betplay-cak9kp.betplay-z6kstb 26.betplay-porwiv 5.betplay-maagmp 28.betplay-8h00ue 8.betplay-vfzp5u 28.betplay-m32fo6.betplay-n1tqr8 28.betplay-6e436f.betplay-besefp 34.betplay-7kn96w.betplay-6ing1y 36.betplay-8ihe84 11.betplay-8m8awr 37.betplay-8n9y8y 12.betplay-qg1grs 36.betplay-hg7mvf.betplay-x6i7vl 28.betplay-vuitsp.betplay-0gz1f2.betplay-6ttr4d 28.betplay-8imblw 36.betplay-g2nmjb 26.betplay-ttbj82 36.betplay-g2nmjb 23.betplay-i2gff4.betplay-9oorp7.betplay-g2nmjb 5.betplay-pxhqer 34.betplay-uid7xy 3.betplay-dhnisq 31.betplay-vpow8v 3.betplay-tczek6.betplay-oho3ho 18.betplay-geyu1i.betplay-5fwhr4 18.betplay-9zfnm1 8.betplay-7iohq7 17.betplay-ifw4m9 8.betplay-7iohq7 15.betplay-0c154l.betplay-7iohq7 14.betplay-xlm9mc 9.betplay-5fwhr4 13.betplay-egroqb 11.betplay-oho3ho 13.betplay-3u5lns.betplay-3qspin 13.betplay-egroqb 13.betplay-auqxts 14.betplay-xlm9mc 13.betplay-auqxts 15.betplay-0dz5an.betplay-auqxts 17.betplay-ifw4m9 12.betplay-3qspin 18.betplay-9zfnm1 11.betplay-oho3ho 18.betplay-d350w5.betplay-0hgt05 18.betplay-0st8zk.betplay-ul2bmr 18.betplay-9zfnm1 17.betplay-zxcqrd 17.betplay-ifw4m9 17.betplay-zxcqrd 15.betplay-7dt8cx.betplay-zxcqrd 14.betplay-xlm9mc 18.betplay-ul2bmr 13.betplay-egroqb 20.betplay-0hgt05 13.betplay-aeyfl3.betplay-tte6cd 13.betplay-egroqb 22.betplay-mmw9em 14.betplay-xlm9mc 22.betplay-mmw9em 15.betplay-nb8ihz.betplay-amug2t 17.betplay-ifw4m9 21.betplay-tte6cd 18.betplay-9zfnm1 20.betplay-0hgt05 18.betplay-2t48sz.betplay-uv57w7 18.betplay-5qxxva.betplay-6sypto 18.betplay-9zfnm1 26.betplay-z2gf57 17.betplay-ifw4m9 26.betplay-z2gf57 15.betplay-jpppgo.betplay-z2gf57 14.betplay-xlm9mc 27.betplay-6sypto 13.betplay-egroqb 28.betplay-uv57w7 13.betplay-wgvioz.betplay-oz2fzg 13.betplay-egroqb 31.betplay-od1vyv 14.betplay-xlm9mc 31.betplay-od1vyv 15.betplay-mjf1nn.betplay-z2gf57 17.betplay-ifw4m9 30.betplay-oz2fzg 18.betplay-9zfnm1 28.betplay-uv57w7 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-9bcug9 {
    display: none;
  }
}

.betplay-8orq0t {
  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-8orq0t {
    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-wk2bkb {
  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-wk2bkb {
    padding: 14px 16px;
  }
}

.betplay-wk2bkb button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betplay-wk2bkb button:first-child {
  align-content: end;
}

.betplay-wk2bkb button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betplay-wk2bkb
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-wk2bkb
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betplay-wk2bkb button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betplay-wk2bkb button:last-child svg {
  width: 38px;
  height: 38px;
}

.betplay-h6in9r {
  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-h6in9r::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-h6in9r,
.pc61d126-chatbot[data-active-screen="3"]
  .betplay-h6in9r {
  opacity: 1;
  visibility: visible;
}

.betplay-ylxu3y {
  flex: 1 1;
}

.betplay-r5rug4 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-r5rug4 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betplay-1duvxe {
  display: block;
}

.betplay-gln24x {
  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-gln24x {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-qvz97t {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betplay-qvz97t::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betplay-40hr35 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betplay-40hr35 p {
  color: var(--Text-100);
}

.betplay-qvz97t .betplay-537993 {
  grid-area: button;
}

.betplay-qvz97t .betplay-537993::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-g4qdd5.org/2000/svg'%3E%3Cpath d='M4.betplay-27u251 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-ga5bab 15L16.betplay-ga5bab 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betplay-ga5bab 5L16.betplay-ga5bab 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betplay-kuokfy {
  display: block;
}

.betplay-dbf64y {
  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-dbf64y {
    margin-top: 40px;
  }
}

.betplay-t9wpit label,
.betplay-t9wpit input {
  display: block;
  width: 100%;
}

.betplay-t9wpit label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betplay-t9wpit label.betplay-8dg8tt input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betplay-t9wpit label.betplay-8dg8tt::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-t9wpit 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-t9wpit input::placeholder {
  color: var(--Text-400);
}

.betplay-r6exaz {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betplay-r6exaz {
  display: flex;
}

.betplay-r6exaz ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betplay-r6exaz ol {
    height: 420px;
    padding: 24px;
  }
}

.betplay-r6exaz ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betplay-befdnb {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betplay-befdnb {
    padding: 0 24px 24px;
  }
}

.betplay-befdnb 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-befdnb input::placeholder {
  color: var(--Text-400);
}

.betplay-befdnb [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betplay-befdnb [type="submit"]:disabled {
  opacity: 0.5;
}

.betplay-befdnb [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betplay-befdnb [type="submit"] {
    right: 40px;
  }
}

.betplay-lkia1a {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betplay-lkia1a.betplay-6usect {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betplay-lkia1a.betplay-6usect::before {
  content: "";
  width: 31px;
}

.betplay-lkia1a.betplay-6usect p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-lkia1a.betplay-mi0ba7 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betplay-lkia1a p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betplay-n2y012 .betplay-537993 {
  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-wsfmua {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betplay-wsfmua {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betplay-wsfmua {
    padding: 18px 0;
  }
}

.betplay-wsfmua .betplay-eu52u6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betplay-wsfmua .betplay-eu52u6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betplay-0yxqz2 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betplay-0yxqz2 {
    max-width: 160px;
    height: 40px;
  }
}

.betplay-0yxqz2 picture,
.betplay-0yxqz2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.betplay-0yxqz2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betplay-wgczs6 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betplay-t01yqi ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betplay-wsfmua.betplay-ppc466 .betplay-wgczs6 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betplay-wgczs6 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betplay-wgczs6 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betplay-rdsgun,
.betplay-izby0n {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betplay-rdsgun,
  .betplay-izby0n {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betplay-izby0n {
    display: none;
  }
}

.betplay-txofln {
  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-ppc466 .betplay-txofln {
  background: var(--fh-bg-color);
}

.betplay-txofln button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betplay-txofln {
    display: none;
  }
}

.betplay-weomfe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-weomfe {
    display: none;
  }
}

.betplay-l6uxfx {
  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-wsfmua.betplay-ppc466 .betplay-l6uxfx:first-child {
  display: none;
}

.betplay-wsfmua.betplay-ppc466 .betplay-l6uxfx:last-child {
  display: block;
}

.betplay-l6uxfx:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betplay-l6uxfx {
    display: none;
  }
}

.betplay-9a3cz9 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-9a3cz9 {
    display: flex;
  }
}

.betplay-9a3cz9 ul {
  max-height: 350px;
  overflow-y: auto;
}

.betplay-9a3cz9:hover ul {
  visibility: visible;
  opacity: 1;
}

.betplay-9a3cz9:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betplay-9a3cz9:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betplay-9a3cz9:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betplay-9a3cz9:hover .betplay-rjao16 svg {
  transform: rotate(180deg);
}

.betplay-ef50ti {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betplay-1otrfz {
  padding: 0 8px;
}

.betplay-b5zm11 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betplay-b5zm11:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betplay-b5zm11 {
    padding: 4px 8px;
  }
}

.betplay-y74wbo {
  display: flex;
}

.betplay-y74wbo img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betplay-rjao16 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betplay-rjao16 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betplay-0eoqm8 {
  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-0eoqm8 {
    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-apetwz {
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-apetwz {
    display: none;
  }
}

.betplay-ag9y0m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betplay-sx2rm5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betplay-chdmza {
  display: flex;
}

.betplay-ik0f2h {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betplay-c3a74s {
  list-style: none;
}

@media (max-width: 1199px) {
  .betplay-c3a74s {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betplay-c3a74s {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betplay-c3a74s .betplay-lhub6m [data-ref-el],
  .betplay-c3a74s .betplay-lhub6m span,
  .betplay-c3a74s .betplay-lhub6m a {
    white-space: nowrap;
  }
}

.betplay-ltpbbd {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betplay-ltpbbd.betplay-yv0p4r > .betplay-lhub6m {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betplay-ltpbbd.betplay-69igex:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betplay-ltpbbd.betplay-yv0p4r > .betplay-ias8yf {
    height: auto;
  }

  .betplay-ltpbbd.betplay-yv0p4r > div > .betplay-17f7yx {
    transform: rotate(180deg);
  }
}

.betplay-ltpbbd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betplay-ltpbbd [data-ref-el],
.betplay-ltpbbd span {
  cursor: pointer;
}

.betplay-ltpbbd [data-ref-el],
.betplay-ltpbbd span,
.betplay-ltpbbd 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-ltpbbd [data-ref-el],
  .betplay-ltpbbd span,
  .betplay-ltpbbd a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betplay-ltpbbd [data-ref-el],
  .betplay-ltpbbd span,
  .betplay-ltpbbd a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betplay-ias8yf {
  height: 0;
  overflow: hidden;
  transition: height 0.betplay-t01yqi ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betplay-ias8yf::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betplay-ias8yf::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betplay-ias8yf::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betplay-ias8yf {
    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-ias8yf:has(> .betplay-ltpbbd.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betplay-ias8yf .betplay-ias8yf {
    padding: 0;
  }

  .betplay-ias8yf .betplay-ltpbbd {
    font-weight: 400;
  }

  .betplay-ias8yf .betplay-ltpbbd:hover > .betplay-lhub6m {
    background: var(--Neutral-300);
  }

  .betplay-ias8yf .betplay-17f7yx {
    rotate: -90deg;
  }
}

.betplay-lhub6m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betplay-lhub6m {
    padding: 8px;
  }

  .betplay-ltpbbd.betplay-sagfj4 > .betplay-lhub6m {
    background: var(--Neutral-300);
  }
}

.betplay-17f7yx {
  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-g4qdd5.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betplay-riydyp 0.betplay-7jzbym.betplay-y7o3db -0.betplay-2864cd 0.betplay-ehqy6c -0.betplay-2864cd 1.betplay-dfwh6d 0.betplay-d92qu3.betplay-djm78z 4.betplay-hcnskw.betplay-riydyp 0.betplay-bysx06.betplay-hfdsbw -0.betplay-2864cd 9.betplay-qfwxyf -0.betplay-2864cd 10.betplay-uz57gk 0.betplay-xi2ngo.betplay-qxrt0u 0.betplay-y7o3db 10.betplay-qxrt0u 0.betplay-ehqy6c 10.betplay-uz57gk 1.betplay-fenou1.betplay-i486zd 5.betplay-jf74in.betplay-rm838x 6.betplay-0sg6uf 5.betplay-owri43 6.betplay-0sg6uf 4.betplay-abxggh 5.betplay-nie62l.betplay-riydyp 1.betplay-lngmus.betplay-2864cd 0.betplay-ehqy6c -0.betplay-2864cd 0.betplay-y7o3db 0.betplay-riydyp 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betplay-t01yqi ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betplay-17f7yx {
    cursor: default;
  }
}

.betplay-ixbygs {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betplay-as4qer {
  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-as4qer {
    padding: 40px 4px;
  }
}

.betplay-tx0blw {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betplay-tx0blw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betplay-mg92g8 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betplay-mg92g8 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betplay-mg92g8 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betplay-mg92g8 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betplay-mg92g8 [data-ref-el],
.betplay-mg92g8 span,
.betplay-mg92g8 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betplay-0u7fdg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-0u7fdg {
    margin-bottom: 12px;
  }
}

.betplay-vmr9mq {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betplay-vmr9mq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betplay-vmr9mq:last-child {
    margin-right: 0;
  }
}

.betplay-u4lu1g {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-0u7fdg:hover .betplay-t93kxb {
  visibility: visible;
  opacity: 1;
}

.betplay-t93kxb {
  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-hdohh0 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betplay-kjbnc2 {
  display: flex;
  margin: 6px;
}

.betplay-kjbnc2 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betplay-t93kxb::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-t93kxb::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-hy6ckp {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betplay-hy6ckp {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betplay-jzddet {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betplay-jzddet {
    margin-right: 32px;
  }
}

.betplay-6lepln {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betplay-6lepln {
    margin-top: 0;
    width: 340px;
  }
}

.betplay-6lepln a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betplay-9ttbpr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betplay-ufhbap {
  position: relative;
}

@media (min-width: 768px) {
  .betplay-ufhbap {
    margin-top: 40px;
  }
}

.betplay-ufhbap + .betplay-8bntep,
.betplay-ufhbap + .betplay-ufhbap {
  margin-top: 24px;
}

.betplay-wxriqb {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betplay-wxriqb {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-wxriqb {
    padding: 80px;
  }
}

.betplay-soqqm1 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betplay-soqqm1 {
    padding: 0 16px;
}


}

.betplay-cxo0b2 {
  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-cxo0b2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.betplay-07pyd1 {
  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-07pyd1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-wm1ww7 {
  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-wm1ww7:hover {
  background: var(--button-bg-hover);
}

.betplay-z5s73v {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betplay-z5s73v img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betplay-z5s73v img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betplay-z5s73v img {
  min-height: 100%;
  }
}

.betplay-wxriqb::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betplay-vr0u3d {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betplay-vr0u3d h1,
.betplay-vr0u3d h2,
.betplay-vr0u3d h3,
.betplay-vr0u3d h4 {
  margin-bottom: 6px;
}

.betplay-vr0u3d h1:not(:first-child),
.betplay-vr0u3d h2:not(:first-child),
.betplay-vr0u3d h3:not(:first-child),
.betplay-vr0u3d h4:not(:first-child) {
  margin-top: 16px;
}

.betplay-vr0u3d h1,
.betplay-vr0u3d h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betplay-vr0u3d h1,
  .betplay-vr0u3d h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betplay-vr0u3d h2,
.betplay-vr0u3d h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betplay-vr0u3d h2,
  .betplay-vr0u3d h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-vr0u3d h3,
.betplay-vr0u3d h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betplay-vr0u3d h3,
  .betplay-vr0u3d h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-vr0u3d h4,
.betplay-vr0u3d h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betplay-vr0u3d ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betplay-vr0u3d ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betplay-vr0u3d 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-vr0u3d ul ul {
  margin-bottom: 8px;
}

.betplay-vr0u3d ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betplay-vr0u3d ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betplay-vr0u3d ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betplay-vr0u3d ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betplay-vr0u3d ol li::marker {
  font-weight: 700;
}

.betplay-vr0u3d ol ol {
  margin-bottom: 8px;
}

.betplay-vr0u3d ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betplay-vr0u3d ol ul li {
  padding-left: 16px;
}

.betplay-vr0u3d 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-vr0u3d table {
    padding: 24px;
  }
}

.betplay-vr0u3d table.betplay-rfc38u {
  -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-t01yqi,
    mask-image 0.3s;
}

.betplay-vr0u3d table.betplay-rfc38u.betplay-pwkjrq {
  -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-vr0u3d table {
    display: table;
  }
}

.betplay-vr0u3d 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-vr0u3d table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-vr0u3d table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-vr0u3d 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-vr0u3d table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betplay-vr0u3d table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betplay-vr0u3d table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betplay-vr0u3d table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betplay-vr0u3d img {
  max-width: 100%;
  height: auto;
}

.betplay-axuhvq {
  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-axuhvq {
    padding: 24px;
  }
}

.betplay-zehcwq {
  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-zehcwq {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betplay-zehcwq > * {
  margin: 0 !important;
}

.betplay-zehcwq img,
.betplay-akw11l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-zehcwq img,
  .betplay-akw11l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-ipcn2e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-ipcn2e {
    width: 32px;
    height: 32px;
  }
}

.betplay-h3ck2s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betplay-h3ck2s .betplay-3rz2ch {
  flex-shrink: 0;
}

.betplay-h3ck2s .betplay-mrushr svg {
  display: none;
}

.betplay-jen6bv {
  display: grid;
  transition: max-height 0.betplay-t01yqi ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betplay-jen6bv {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betplay-jen6bv {
    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-jen6bv.betplay-yymyk4 + .betplay-3rz2ch svg {
  transform: rotate(180deg);
}

.betplay-xrz5k5 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betplay-xrz5k5 > div:nth-child(3n) {
  grid-column: span 2;
}

.betplay-xrz5k5
  > div:nth-child(3n)
  .betplay-qegrzh
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betplay-xrz5k5 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betplay-xrz5k5 > div:nth-child(3n) {
    grid-column: unset;
  }

  .betplay-xrz5k5
    > div:nth-child(3n)
    .betplay-qegrzh
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betplay-xrz5k5 {
    max-width: 270px;
  }
}

.betplay-xrz5k5 .betplay-qegrzh button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betplay-xrz5k5 .betplay-qegrzh button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betplay-xrz5k5 .betplay-qegrzh button {
    max-width: 104px;
  }
}

.betplay-upo68h {
  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-upo68h {
    margin-bottom: 0;
  }
}

.betplay-n5aqzo {
  display: none;
  opacity: 0;
}

.betplay-8fpo5q {
  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-8fpo5q img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betplay-qegrzh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betplay-qegrzh 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-qegrzh
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betplay-qegrzh
    button {
    max-width: 145px;
  }
}

.betplay-i3wj9s:first-child
  .betplay-qegrzh
  button {
  max-width: 270px;
}

.betplay-xvce7b {
  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-upo68h picture {
  width: 100%;
  max-width: 100%;
}

.betplay-ta54w3 {
  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-ta54w3 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betplay-upo68h:hover .betplay-ta54w3 {
  display: flex;
}

.betplay-s40v2y {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betplay-xpmebf {
  display: flex;
}

.betplay-xpmebf:hover .betplay-vlgsmg,
.betplay-xpmebf .betplay-sagfj4 .betplay-vlgsmg {
  display: flex;
}

.betplay-xpmebf svg {
  flex-shrink: 0;
}

.betplay-vlgsmg {
  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-vlgsmg {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betplay-vlgsmg:hover {
  display: flex;
}

.betplay-vlgsmg svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betplay-j1n34l {
  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-j1n34l {
    font-size: 12px;
  }
}

.betplay-gsinnk,
.betplay-j7ozd2 {
  width: 50%;
  flex-shrink: 0;
}

.betplay-gsinnk {
  font-weight: 700;
}

.betplay-t30sas .betplay-jen6bv {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betplay-t30sas .betplay-jen6bv {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betplay-t30sas .betplay-jen6bv {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betplay-t30sas
  .betplay-xvce7b:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betplay-t30sas .betplay-8fpo5q {
  height: 100% !important;
  border-radius: 16px;
}

.betplay-t30sas .betplay-qegrzh {
  gap: 4px;
  align-items: center;
}

.betplay-t30sas .betplay-qegrzh button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betplay-t30sas .betplay-qegrzh svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betplay-t30sas .betplay-vnedf8,
.betplay-t30sas .betplay-fawrbz {
  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-g4qdd5.org/2000/svg'%3E%3Cpath d='M9.betplay-rr0fjh 4.betplay-k2iyyv.betplay-rvrec4 5.betplay-l8z2cx.betplay-m0azj1 5.betplay-zmf6oq.betplay-pzrr0v 5.betplay-vedtut.betplay-40bzfa 8.betplay-jhfvso.betplay-wbvsvh 9.betplay-97n3t1.betplay-q4846e 9.betplay-fntbv1.betplay-zkgipr 13.betplay-5h82tv.betplay-xlaspj 11.betplay-2yxfh1.betplay-54bee8 11.betplay-08ir3d.betplay-io99s7 11.betplay-fkhe9a.betplay-f1ygam 13.betplay-8eethp.betplay-kbyuw0 9.betplay-uwge71.betplay-v1ujpj 9.betplay-p7dih6.betplay-lbqrtr 8.betplay-27fic8.betplay-l5g1u6 5.betplay-out9t0.betplay-xwfap4 5.betplay-r75dy9.betplay-zuwxj0 5.betplay-kyp4p3.betplay-vzig3s 4.betplay-6039xs.betplay-54bee8 1.betplay-6zjsow.betplay-rr0fjh 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betplay-t30sas .betplay-vnedf8 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betplay-t30sas .betplay-fawrbz {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betplay-2iheo5 {
  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-2iheo5 {
    padding: 24px;
  }
}

.betplay-2iheo5 .betplay-3rz2ch {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-2iheo5 .betplay-3rz2ch {
    display: none;
  }
}

.betplay-2iheo5 .betplay-mrushr svg {
  display: none;
}

.betplay-523zlk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betplay-523zlk .betplay-q8715m {
  display: none;
}

@media (min-width: 768px) {
  .betplay-523zlk .betplay-q8715m {
    display: flex;
  }
}

.betplay-f7d3rr {
  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-f7d3rr {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-f7d3rr > * {
  margin: 0 !important;
}

.betplay-f7d3rr img,
.betplay-essw1j {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-f7d3rr img,
  .betplay-essw1j {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-9hycp6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-9hycp6 {
    width: 32px;
    height: 32px;
  }
}

.betplay-s0kt93 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betplay-s0kt93 {
    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-s0kt93::-webkit-scrollbar {
    display: none;
  }
}

.betplay-9s4dgg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betplay-9s4dgg {
    padding: 7px 15px;
  }
}

.betplay-9s4dgg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-qfhy9z {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-qfhy9z {
    display: flex;
    opacity: 1;
  }
}

.betplay-9s4dgg picture {
  height: 100%;
  display: block;
}

.betplay-9s4dgg img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betplay-9s4dgg img {
    width: 88px;
    height: 44px;
  }
}

.betplay-9s4dgg p {
  text-align: center;
  width: 100%;
}

.betplay-v2023k {
  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-v2023k {
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-v2023k img,
.betplay-u0uy5o {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-v2023k img,
  .betplay-u0uy5o {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-swei44 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-swei44 {
    width: 32px;
    height: 32px;
  }
}

.betplay-hljnju {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betplay-xmyhyp {
  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-58zziv {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betplay-58zziv.betplay-sagfj4 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betplay-l18805 {
  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-l18805 {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-gydjdz {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betplay-2re734 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betplay-t01yqi ease;
  opacity: 0;
  color: var(--text-color);
}

.betplay-1c5iv4 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betplay-1c5iv4 ol,
.betplay-1c5iv4 ul {
  padding-left: 1.3em;
}

.betplay-58zziv.betplay-sagfj4 .betplay-2re734 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betplay-58zziv.betplay-sagfj4 .betplay-gydjdz {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betplay-udtxys {
  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-udtxys {
    padding: 24px;
  }
}

.betplay-udtxys .betplay-3rz2ch {
  display: flex;
}

@media (min-width: 768px) {
  .betplay-udtxys .betplay-3rz2ch {
    display: none;
  }
}

.betplay-udtxys .betplay-mrushr svg {
  display: none;
}

.betplay-2pwg8x {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betplay-2pwg8x .betplay-q8715m {
  display: none;
}

@media (min-width: 768px) {
  .betplay-2pwg8x .betplay-q8715m {
    display: flex;
  }
}

.betplay-coiwtv {
  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-coiwtv {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betplay-coiwtv > * {
  margin: 0 !important;
}

.betplay-coiwtv img,
.betplay-lwvypc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betplay-coiwtv img,
  .betplay-lwvypc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betplay-4ayd9x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betplay-4ayd9x {
    width: 32px;
    height: 32px;
  }
}

.betplay-as0iq9 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betplay-as0iq9 {
    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-as0iq9::-webkit-scrollbar {
    display: none;
  }
}

.betplay-ow7ulr {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betplay-ow7ulr:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betplay-itcz0e {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betplay-itcz0e {
    display: flex;
    opacity: 1;
  }
}

.betplay-ow7ulr picture {
  width: auto;
  height: 100%;
  display: block;
}

.betplay-ow7ulr picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betplay-kgobcj {
  margin: -24px 0;
}

.betplay-kgobcj:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betplay-kgobcj {
    margin: -16px 0;
  }
}

.betplay-mjnwru {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betplay-mjnwru {
    flex-direction: row;
  }
}

.betplay-2xz64z {
  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-2xz64z {
    flex: 1;
  }
}

.betplay-2xz64z::placeholder {
  color: var(--Text-400);
}

.betplay-wr9b0z {
  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-rxeqhb {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betplay-rxeqhb::-webkit-scrollbar {
  display: none;
}

.betplay-fjngic {
  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-fjngic img,
.betplay-fjngic svg {
  margin-right: 8px;
}

.betplay-38unr5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betplay-kgobcj + .betplay-cchskd {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betplay-kgobcj + .betplay-cchskd {
    margin-top: -16px;
  }
}

.betplay-n4ct21 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betplay-n4ct21 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betplay-n4ct21 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betplay-v1sdci {
  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-w62sn4 {
  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-levo54 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betplay-earl9n {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betplay-kjs7nv {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betplay-v1sdci 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-v1sdci 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-v1sdci {
    padding: 39px 179px 39px 39px;
  }

  .betplay-w62sn4 {
    font-size: 40px;
    line-height: 48px;
  }

  .betplay-kjs7nv {
    height: 348px;
  }

  .betplay-v1sdci button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betplay-v1sdci button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betplay-v1sdci {
    padding: 63px;
  }
}

.betplay-f7y29u {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betplay-f7y29u {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betplay-bu95l8 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-bu95l8 {
    width: auto;
  }
}

.betplay-9e8rps {
  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-9e8rps::-webkit-scrollbar {
  display: none;
}

.betplay-9e8rps 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-9e8rps a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betplay-9e8rps {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betplay-f7y29u .betplay-2df7gw {
  -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-t01yqi,
    mask-image 0.3s;
}

.betplay-f7y29u .betplay-2df7gw.betplay-pwkjrq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betplay-xd4mo8 {
  margin: 40px -16px;
}

.betplay-3hr9eh + .betplay-8bntep,
.betplay-3hr9eh + .betplay-ufhbap {
  margin-top: 24px;
}

.betplay-7spni5 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betplay-7spni5 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betplay-nskq4m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betplay-nskq4m {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betplay-nskq4m {
    margin-top: 0;
  }
}

.betplay-rnmlt4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-rnmlt4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betplay-1ooerw {
  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-1ooerw {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betplay-i9i25e {
  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-i9i25e {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betplay-px5jnn {
  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-px5jnn {
    font-size: 20px;
    line-height: 28px;
  }
}

.betplay-kpvczs {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betplay-kpvczs {
    font-size: 32px;
    line-height: 40px;
  }
}

.betplay-oa3zth {
  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-73ktso {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betplay-73ktso img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betplay-cchskd {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betplay-rbezcy {
  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-rbezcy {
    padding: 15px 48px;
  }
}

main > .betplay-cchskd {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betplay-jen6bv.betplay-etts3s > div:nth-child(n+5) {
    display: none;
  }
}

.betplay-vr0u3d p a img {
  display: block;
  margin: 0 auto;
}


.betplay-0m25tj {
  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-7rupfa {
  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-7rupfa label {
  font-size: 14px;
}

.betplay-7rupfa h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betplay-7rupfa input,
.betplay-7rupfa textarea,
.betplay-7rupfa 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-7rupfa button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betplay-v8lm3d ease;
}
.betplay-7rupfa button:hover {
  background-color: var(--button-bg-hover);
}
.betplay-0vf0ws {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betplay-ukgq6j ease-in;
}

.betplay-0vf0ws 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-g52q3z, .betplay-1ypooz, [class*="review-card"],
thead, thead th, table th, .betplay-2c42u6,
.betplay-gl2e13, [class*="collapsible-header"],
.betplay-luedi1, [class*="updated-block"] {
  color: #ece7dc !important;
}
