* {
  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;
  }
}

.bigbet-xefewd {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bigbet-xefewd {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bigbet-xefewd {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bigbet-co3h7i {
  overflow: hidden;
}

.bigbet-td4xww img {
  background: var(--Neutral-300);
}

.bigbet-3nbj4c {
  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;
}

.bigbet-ah31s5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bigbet-ah31s5:hover {
  background: var(--button-bg-hover);
}

.bigbet-rspsmy {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bigbet-rspsmy:hover {
  background: var(--button-bg-hover);
}

.bigbet-2jfh64 {
  font-size: 12px;
  line-height: 18px;
}

.bigbet-y5wohg {
  font-size: 18px;
  line-height: 26px;
}

.bigbet-st8k59 {
  width: 100%;
}

.bigbet-27kfcs {
  padding: 6px 16px;
}

.bigbet-f04wsr {
  padding: 10px 16px;
}

.bigbet-hb0yo2 {
  padding: 15px 26px;
}

.bigbet-k07mvn {
  flex-shrink: 0;
}

.bigbet-mdetqy {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.bigbet-s3n2bb {
  display: none;
}

.bigbet-chmbra {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bigbet-dqqcwn {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bigbet-ujf5fh {
  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;
}

.bigbet-2rvp4q {
  cursor: grab;
}

.bigbet-ujf5fh::-webkit-scrollbar {
  display: none;
}

.bigbet-vocbwl {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bigbet-vxyzcy {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bigbet-4s3ddr {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bigbet-aypa24 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bigbet-q5o3fj {
  visibility: visible;
}

.bigbet-5tg4qa {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bigbet-huvbhj ease;
}

.bigbet-k7hpd4 {
  background-color: var(--Primary-200);
  width: 16px;
}

.bigbet-vsawh3 {
  -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.bigbet-huvbhj,
    mask-image 0.3s;
}

.bigbet-vsawh3.bigbet-697afp {
  -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;
  }
}

.bigbet-cr5bv6: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;
}

.bigbet-qawvag {
  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.bigbet-1pexyw.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.bigbet-1pexyw.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;
}

.bigbet-aw8uah {
  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);
}

.bigbet-aw8uah::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%
  );
}

.bigbet-kdmm1m {
  position: relative;
  z-index: 1;
}

.bigbet-yc2lmu {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bigbet-t38ekj {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bigbet-v3yskx {
  font-size: 40px;
  line-height: 48px;
}

.bigbet-gyqkf0 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bigbet-ghzc03 {
  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;
}

.bigbet-ghzc03:hover {
  background: var(--Primary-400);
}

.bigbet-ghzc03 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bigbet-cr5bv6 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) {
  .bigbet-aw8uah {
    max-width: 600px;
    padding: 64px;
  }

  .bigbet-yc2lmu {
    font-size: 24px;
    line-height: 32px;
  }

  .bigbet-t38ekj {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bigbet-v3yskx {
    font-size: 50px;
    line-height: 56px;
  }

  .bigbet-gyqkf0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bigbet-qawvag {
    top: 25px;
    right: 25px;
  }
}

.bigbet-20b23g,
.bigbet-n24ll9 {
  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;
}

.bigbet-rkz1qn.bigbet-z3jma7::before,
.bigbet-n24ll9::before,
.bigbet-qtj9up::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.bigbet-1pexyw.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bigbet-jjk5rv 14.bigbet-9a2w85.bigbet-716ohe 14.bigbet-46xo41 15.bigbet-e0ioj2 14.bigbet-lvkcdw 15.bigbet-5su0f6 14.bigbet-1is47v.bigbet-b8rh4z 14.bigbet-el1chl 19.bigbet-5tieul 12.bigbet-7idxxg 19.bigbet-5tieul 10.bigbet-v12b70.bigbet-5tieul 8.bigbet-rr2czw 17.bigbet-dhj19o 7.bigbet-dp2btj 15.bigbet-rmtb81 7.bigbet-u1ldhf.bigbet-gf98c3 7.bigbet-dp2btj 11.bigbet-hojqu0 8.bigbet-rr2czw 11.bigbet-hojqu0 10.bigbet-5g60zb.bigbet-hojqu0 12.bigbet-kl2j00 13.bigbet-g0md7u 14.bigbet-bre4me 15.bigbet-47883r 14.bigbet-xid6wl.bigbet-mbm4cn 14.bigbet-fzsb1l 15.bigbet-02mt3e 14.bigbet-rbvhe5 15.bigbet-rxxwaz 14.bigbet-2p5sn3.bigbet-jjk5rv 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bigbet-s7wmsv 15.bigbet-bzjw4g.bigbet-7tc0yt 15.bigbet-17lnm7 15.bigbet-a3cpm8 15.bigbet-vgd6x8 15.bigbet-8a8ett 15.bigbet-ame3lf.bigbet-seuyw1 15.bigbet-vgd6x8 15.bigbet-xhgoch 15.bigbet-4bniyv 15.bigbet-bf2csi 15.bigbet-zzxkft.bigbet-7xitvh 15.bigbet-6xdmfx 7.bigbet-wbfuuz 18.bigbet-axrow9 7.bigbet-lv98zu 23.bigbet-gj4z9b.bigbet-w4kbla.bigbet-lv8uqx 18.bigbet-vehgdy 19.bigbet-04ci7h 15.bigbet-aogba5 15.bigbet-s7wmsv 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bigbet-5xg2h5 [type="submit"] *,
.bigbet-29g85b button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bigbet-67bh5j {
    display: none;
  }
}

.bigbet-sgr7pa {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bigbet-sgr7pa {
  display: none;
}

@media (min-width: 768px) {
  .bigbet-sgr7pa {
    bottom: 22px;
  }
}

.bigbet-sgr7pa input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bigbet-sgr7pa {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bigbet-3kc16t.static) .bigbet-sgr7pa {
    bottom: 8px;
  }
}

.bigbet-vdyt37 {
  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.bigbet-1pexyw.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bigbet-l6eywo 3.bigbet-fow4ck.bigbet-a1s6kr.bigbet-dmechh 3.bigbet-i8ls3v 3.bigbet-fcoh3e 5.bigbet-fwkf90 3.bigbet-fcoh3e 8.bigbet-og587f.bigbet-rr06w7.bigbet-fcoh3e 26.bigbet-y1ytcn 5.bigbet-majk8e 28.bigbet-hd9bz6 8.bigbet-02e0o6 28.bigbet-hdpntl.bigbet-5zgjt2 28.bigbet-x18jhl.bigbet-vxoocs 34.bigbet-anegoi.bigbet-jyl2t0 36.bigbet-8tdipl 11.bigbet-dkxcfx 37.bigbet-avggma 12.bigbet-hpgpv1 36.bigbet-gfplrv.bigbet-149oh2 28.bigbet-9msk5s.bigbet-pso2uo.bigbet-gyoqkf 28.bigbet-acy8uw 36.bigbet-nesig8 26.bigbet-8wso2v 36.bigbet-nesig8 23.bigbet-wj8kbw.bigbet-ho33wx.bigbet-nesig8 5.bigbet-p313f0 34.bigbet-to3xia 3.bigbet-i8ls3v 31.bigbet-l6eywo 3.bigbet-s2cfzb.bigbet-i7wyoq 18.bigbet-krl9ca.bigbet-ifw7ch 18.bigbet-izds1c 8.bigbet-gxb0jd 17.bigbet-8u4sz3 8.bigbet-gxb0jd 15.bigbet-zttgwp.bigbet-gxb0jd 14.bigbet-rub7wu 9.bigbet-ifw7ch 13.bigbet-o0a8gn 11.bigbet-i7wyoq 13.bigbet-00gsro.bigbet-xp6ism 13.bigbet-o0a8gn 13.bigbet-nfrpti 14.bigbet-rub7wu 13.bigbet-nfrpti 15.bigbet-ka4geu.bigbet-nfrpti 17.bigbet-8u4sz3 12.bigbet-xp6ism 18.bigbet-izds1c 11.bigbet-i7wyoq 18.bigbet-j1an1z.bigbet-mz4drn 18.bigbet-w9ae1f.bigbet-vj64u9 18.bigbet-izds1c 17.bigbet-3dxjur 17.bigbet-8u4sz3 17.bigbet-3dxjur 15.bigbet-9ajcy5.bigbet-3dxjur 14.bigbet-rub7wu 18.bigbet-vj64u9 13.bigbet-o0a8gn 20.bigbet-mz4drn 13.bigbet-e2sp1q.bigbet-asbopi 13.bigbet-o0a8gn 22.bigbet-q3ihmk 14.bigbet-rub7wu 22.bigbet-q3ihmk 15.bigbet-berkyf.bigbet-vy95d9 17.bigbet-8u4sz3 21.bigbet-asbopi 18.bigbet-izds1c 20.bigbet-mz4drn 18.bigbet-0yi1de.bigbet-cwfeez 18.bigbet-f0fw0s.bigbet-1wbyzq 18.bigbet-izds1c 26.bigbet-xes68r 17.bigbet-8u4sz3 26.bigbet-xes68r 15.bigbet-j17jvd.bigbet-xes68r 14.bigbet-rub7wu 27.bigbet-1wbyzq 13.bigbet-o0a8gn 28.bigbet-cwfeez 13.bigbet-qidrm5.bigbet-ym1rmm 13.bigbet-o0a8gn 31.bigbet-870s8q 14.bigbet-rub7wu 31.bigbet-870s8q 15.bigbet-4hex2a.bigbet-xes68r 17.bigbet-8u4sz3 30.bigbet-ym1rmm 18.bigbet-izds1c 28.bigbet-cwfeez 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"])
    .bigbet-vdyt37 {
    display: none;
  }
}

.bigbet-thdifl {
  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) {
  .bigbet-thdifl {
    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;
}

.bigbet-29g85b {
  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) {
  .bigbet-29g85b {
    padding: 14px 16px;
  }
}

.bigbet-29g85b button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bigbet-29g85b button:first-child {
  align-content: end;
}

.bigbet-29g85b button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bigbet-29g85b
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bigbet-29g85b
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bigbet-29g85b button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bigbet-29g85b button:last-child svg {
  width: 38px;
  height: 38px;
}

.bigbet-qtj9up {
  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;
}

.bigbet-qtj9up::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bigbet-qtj9up,
.pc61d126-chatbot[data-active-screen="3"]
  .bigbet-qtj9up {
  opacity: 1;
  visibility: visible;
}

.bigbet-2tprg8 {
  flex: 1 1;
}

.bigbet-7mr90d {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bigbet-7mr90d {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bigbet-yf0620 {
  display: block;
}

.bigbet-5844jx {
  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) {
  .bigbet-5844jx {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bigbet-n24ll9 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bigbet-n24ll9::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bigbet-a3t23r span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bigbet-a3t23r p {
  color: var(--Text-100);
}

.bigbet-n24ll9 .bigbet-f9ymi7 {
  grid-area: button;
}

.bigbet-n24ll9 .bigbet-f9ymi7::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.bigbet-1pexyw.org/2000/svg'%3E%3Cpath d='M4.bigbet-9vsfyc 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bigbet-c2moh7 15L16.bigbet-c2moh7 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bigbet-c2moh7 5L16.bigbet-c2moh7 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bigbet-b059xq {
  display: block;
}

.bigbet-8l7t8d {
  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) {
  .bigbet-8l7t8d {
    margin-top: 40px;
  }
}

.bigbet-20b23g label,
.bigbet-20b23g input {
  display: block;
  width: 100%;
}

.bigbet-20b23g label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bigbet-20b23g label.bigbet-xwkrgb input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bigbet-20b23g label.bigbet-xwkrgb::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;
}

.bigbet-20b23g 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;
}

.bigbet-20b23g input::placeholder {
  color: var(--Text-400);
}

.bigbet-zp3chu {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bigbet-zp3chu {
  display: flex;
}

.bigbet-zp3chu ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bigbet-zp3chu ol {
    height: 420px;
    padding: 24px;
  }
}

.bigbet-zp3chu ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bigbet-5xg2h5 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bigbet-5xg2h5 {
    padding: 0 24px 24px;
  }
}

.bigbet-5xg2h5 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;
}

.bigbet-5xg2h5 input::placeholder {
  color: var(--Text-400);
}

.bigbet-5xg2h5 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bigbet-5xg2h5 [type="submit"]:disabled {
  opacity: 0.5;
}

.bigbet-5xg2h5 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bigbet-5xg2h5 [type="submit"] {
    right: 40px;
  }
}

.bigbet-rkz1qn {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bigbet-rkz1qn.bigbet-z3jma7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bigbet-rkz1qn.bigbet-z3jma7::before {
  content: "";
  width: 31px;
}

.bigbet-rkz1qn.bigbet-z3jma7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bigbet-rkz1qn.bigbet-e1grc8 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bigbet-rkz1qn p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bigbet-sgr7pa .bigbet-f9ymi7 {
  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;
  }
}

.bigbet-67bh5j {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bigbet-67bh5j {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bigbet-67bh5j {
    padding: 18px 0;
  }
}

.bigbet-67bh5j .bigbet-xefewd {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bigbet-67bh5j .bigbet-xefewd {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bigbet-yc16dw {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bigbet-yc16dw {
    max-width: 160px;
    height: 40px;
  }
}

.bigbet-yc16dw picture,
.bigbet-yc16dw img {
  display: block;
  width: 100%;
  height: 100%;
}

.bigbet-yc16dw img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bigbet-ik1fsb {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bigbet-huvbhj ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bigbet-67bh5j.bigbet-ep12x1 .bigbet-ik1fsb {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bigbet-ik1fsb {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bigbet-ik1fsb {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bigbet-dawkk7,
.bigbet-krb7d2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bigbet-dawkk7,
  .bigbet-krb7d2 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bigbet-krb7d2 {
    display: none;
  }
}

.bigbet-jjn6nz {
  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;
}

.bigbet-ep12x1 .bigbet-jjn6nz {
  background: var(--fh-bg-color);
}

.bigbet-jjn6nz button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bigbet-jjn6nz {
    display: none;
  }
}

.bigbet-9m6tbk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bigbet-9m6tbk {
    display: none;
  }
}

.bigbet-f41b41 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.bigbet-67bh5j.bigbet-ep12x1 .bigbet-f41b41:first-child {
  display: none;
}

.bigbet-67bh5j.bigbet-ep12x1 .bigbet-f41b41:last-child {
  display: block;
}

.bigbet-f41b41:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bigbet-f41b41 {
    display: none;
  }
}

.bigbet-reubrn {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bigbet-reubrn {
    display: flex;
  }
}

.bigbet-reubrn ul {
  max-height: 350px;
  overflow-y: auto;
}

.bigbet-reubrn:hover ul {
  visibility: visible;
  opacity: 1;
}

.bigbet-reubrn:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bigbet-reubrn:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bigbet-reubrn:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bigbet-reubrn:hover .bigbet-y8zyz3 svg {
  transform: rotate(180deg);
}

.bigbet-64cepd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bigbet-uez6cx {
  padding: 0 8px;
}

.bigbet-mc0fby {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bigbet-mc0fby:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bigbet-mc0fby {
    padding: 4px 8px;
  }
}

.bigbet-cihbay {
  display: flex;
}

.bigbet-cihbay img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bigbet-y8zyz3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bigbet-y8zyz3 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bigbet-v3lydx {
  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) {
  .bigbet-v3lydx {
    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;
  }
}

.bigbet-ff9fmg {
  width: 100%;
}

@media (min-width: 1200px) {
  .bigbet-ff9fmg {
    display: none;
  }
}

.bigbet-6f4nkk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bigbet-rltreo {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bigbet-f0iozt {
  display: flex;
}

.bigbet-w58rfl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bigbet-2u58yo {
  list-style: none;
}

@media (max-width: 1199px) {
  .bigbet-2u58yo {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bigbet-2u58yo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bigbet-2u58yo .bigbet-6xvf09 [data-ref-el],
  .bigbet-2u58yo .bigbet-6xvf09 span,
  .bigbet-2u58yo .bigbet-6xvf09 a {
    white-space: nowrap;
  }
}

.bigbet-83cx0u {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bigbet-83cx0u.bigbet-50zzt2 > .bigbet-6xvf09 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bigbet-83cx0u.bigbet-rxrdxk:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bigbet-83cx0u.bigbet-50zzt2 > .bigbet-pl61tk {
    height: auto;
  }

  .bigbet-83cx0u.bigbet-50zzt2 > div > .bigbet-q8ubg8 {
    transform: rotate(180deg);
  }
}

.bigbet-83cx0u [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bigbet-83cx0u [data-ref-el],
.bigbet-83cx0u span {
  cursor: pointer;
}

.bigbet-83cx0u [data-ref-el],
.bigbet-83cx0u span,
.bigbet-83cx0u a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .bigbet-83cx0u [data-ref-el],
  .bigbet-83cx0u span,
  .bigbet-83cx0u a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bigbet-83cx0u [data-ref-el],
  .bigbet-83cx0u span,
  .bigbet-83cx0u a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bigbet-pl61tk {
  height: 0;
  overflow: hidden;
  transition: height 0.bigbet-huvbhj ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bigbet-pl61tk::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bigbet-pl61tk::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bigbet-pl61tk::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bigbet-pl61tk {
    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;
  }

  .bigbet-pl61tk:has(> .bigbet-83cx0u.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bigbet-pl61tk .bigbet-pl61tk {
    padding: 0;
  }

  .bigbet-pl61tk .bigbet-83cx0u {
    font-weight: 400;
  }

  .bigbet-pl61tk .bigbet-83cx0u:hover > .bigbet-6xvf09 {
    background: var(--Neutral-300);
  }

  .bigbet-pl61tk .bigbet-q8ubg8 {
    rotate: -90deg;
  }
}

.bigbet-6xvf09 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bigbet-6xvf09 {
    padding: 8px;
  }

  .bigbet-83cx0u.bigbet-mq13k0 > .bigbet-6xvf09 {
    background: var(--Neutral-300);
  }
}

.bigbet-q8ubg8 {
  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.bigbet-1pexyw.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bigbet-f5ftnw 0.bigbet-36klzs.bigbet-few4wy -0.bigbet-92y85r 0.bigbet-bnpala -0.bigbet-92y85r 1.bigbet-my943g 0.bigbet-ja1nsu.bigbet-itv95v 4.bigbet-frtsa2.bigbet-f5ftnw 0.bigbet-0dlbnx.bigbet-nhs92o -0.bigbet-92y85r 9.bigbet-38apqh -0.bigbet-92y85r 10.bigbet-unsvxy 0.bigbet-tpmv52.bigbet-1juoay 0.bigbet-few4wy 10.bigbet-1juoay 0.bigbet-bnpala 10.bigbet-unsvxy 1.bigbet-g0z4oc.bigbet-tbk185 5.bigbet-r0g7qf.bigbet-e8919h 6.bigbet-amf5zd 5.bigbet-vl4xy3 6.bigbet-amf5zd 4.bigbet-6bndv8 5.bigbet-mjety5.bigbet-f5ftnw 1.bigbet-jebokc.bigbet-92y85r 0.bigbet-bnpala -0.bigbet-92y85r 0.bigbet-few4wy 0.bigbet-f5ftnw 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bigbet-huvbhj ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bigbet-q8ubg8 {
    cursor: default;
  }
}

.bigbet-oms4vm {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bigbet-64rkf9 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .bigbet-64rkf9 {
    padding: 40px 4px;
  }
}

.bigbet-24iohp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bigbet-24iohp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bigbet-imbhy8 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bigbet-imbhy8 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bigbet-imbhy8 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bigbet-imbhy8 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bigbet-imbhy8 [data-ref-el],
.bigbet-imbhy8 span,
.bigbet-imbhy8 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bigbet-dhfzoh {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bigbet-dhfzoh {
    margin-bottom: 12px;
  }
}

.bigbet-vgaxbs {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bigbet-vgaxbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bigbet-vgaxbs:last-child {
    margin-right: 0;
  }
}

.bigbet-m9pj3r {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bigbet-dhfzoh:hover .bigbet-tly0fq {
  visibility: visible;
  opacity: 1;
}

.bigbet-tly0fq {
  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);
}

.bigbet-yvdtkr {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bigbet-afiq71 {
  display: flex;
  margin: 6px;
}

.bigbet-afiq71 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bigbet-tly0fq::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);
}

.bigbet-tly0fq::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);
}

.bigbet-9id806 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bigbet-9id806 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bigbet-rta3ln {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bigbet-rta3ln {
    margin-right: 32px;
  }
}

.bigbet-bx5l2m {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bigbet-bx5l2m {
    margin-top: 0;
    width: 340px;
  }
}

.bigbet-bx5l2m a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bigbet-h6b7rc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bigbet-1uwacg {
  position: relative;
}

@media (min-width: 768px) {
  .bigbet-1uwacg {
    margin-top: 40px;
  }
}

.bigbet-1uwacg + .bigbet-ihwgwo,
.bigbet-1uwacg + .bigbet-1uwacg {
  margin-top: 24px;
}

.bigbet-6dnl9a {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bigbet-6dnl9a {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bigbet-6dnl9a {
    padding: 80px;
  }
}

.bigbet-4pjtpt {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bigbet-4pjtpt {
    padding: 0 16px;
}


}

.bigbet-089y3a {
  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) {
  .bigbet-089y3a {
    font-size: 48px;
    line-height: 56px;
  }
}

.bigbet-soabkw {
  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) {
  .bigbet-soabkw {
    font-size: 24px;
    line-height: 32px;
  }
}

.bigbet-6f7z5w {
  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;
}

.bigbet-6f7z5w:hover {
  background: var(--button-bg-hover);
}

.bigbet-4qi2la {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bigbet-4qi2la img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bigbet-4qi2la img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bigbet-4qi2la img {
  min-height: 100%;
  }
}

.bigbet-6dnl9a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bigbet-umhg67 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bigbet-umhg67 h1,
.bigbet-umhg67 h2,
.bigbet-umhg67 h3,
.bigbet-umhg67 h4 {
  margin-bottom: 6px;
}

.bigbet-umhg67 h1:not(:first-child),
.bigbet-umhg67 h2:not(:first-child),
.bigbet-umhg67 h3:not(:first-child),
.bigbet-umhg67 h4:not(:first-child) {
  margin-top: 16px;
}

.bigbet-umhg67 h1,
.bigbet-umhg67 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bigbet-umhg67 h1,
  .bigbet-umhg67 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bigbet-umhg67 h2,
.bigbet-umhg67 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bigbet-umhg67 h2,
  .bigbet-umhg67 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bigbet-umhg67 h3,
.bigbet-umhg67 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bigbet-umhg67 h3,
  .bigbet-umhg67 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bigbet-umhg67 h4,
.bigbet-umhg67 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bigbet-umhg67 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bigbet-umhg67 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bigbet-umhg67 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);
}

.bigbet-umhg67 ul ul {
  margin-bottom: 8px;
}

.bigbet-umhg67 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bigbet-umhg67 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bigbet-umhg67 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bigbet-umhg67 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bigbet-umhg67 ol li::marker {
  font-weight: 700;
}

.bigbet-umhg67 ol ol {
  margin-bottom: 8px;
}

.bigbet-umhg67 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bigbet-umhg67 ol ul li {
  padding-left: 16px;
}

.bigbet-umhg67 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) {
  .bigbet-umhg67 table {
    padding: 24px;
  }
}

.bigbet-umhg67 table.bigbet-9mo956 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bigbet-huvbhj,
    mask-image 0.3s;
}

.bigbet-umhg67 table.bigbet-9mo956.bigbet-697afp {
  -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) {
  .bigbet-umhg67 table {
    display: table;
  }
}

.bigbet-umhg67 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);
}

.bigbet-umhg67 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bigbet-umhg67 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bigbet-umhg67 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) {
  .bigbet-umhg67 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bigbet-umhg67 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bigbet-umhg67 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bigbet-umhg67 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bigbet-umhg67 img {
  max-width: 100%;
  height: auto;
}

.bigbet-62ce9o {
  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) {
  .bigbet-62ce9o {
    padding: 24px;
  }
}

.bigbet-le7dp2 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bigbet-le7dp2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bigbet-le7dp2 > * {
  margin: 0 !important;
}

.bigbet-le7dp2 img,
.bigbet-535a21 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bigbet-le7dp2 img,
  .bigbet-535a21 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bigbet-ett236 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bigbet-ett236 {
    width: 32px;
    height: 32px;
  }
}

.bigbet-98txaw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bigbet-98txaw .bigbet-506sm5 {
  flex-shrink: 0;
}

.bigbet-98txaw .bigbet-mgtouh svg {
  display: none;
}

.bigbet-ci1r86 {
  display: grid;
  transition: max-height 0.bigbet-huvbhj ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bigbet-ci1r86 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bigbet-ci1r86 {
    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));
  }
}

.bigbet-ci1r86.bigbet-c44gmb + .bigbet-506sm5 svg {
  transform: rotate(180deg);
}

.bigbet-w17mwy {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bigbet-w17mwy > div:nth-child(3n) {
  grid-column: span 2;
}

.bigbet-w17mwy
  > div:nth-child(3n)
  .bigbet-p3a07v
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bigbet-w17mwy {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bigbet-w17mwy > div:nth-child(3n) {
    grid-column: unset;
  }

  .bigbet-w17mwy
    > div:nth-child(3n)
    .bigbet-p3a07v
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bigbet-w17mwy {
    max-width: 270px;
  }
}

.bigbet-w17mwy .bigbet-p3a07v button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bigbet-w17mwy .bigbet-p3a07v button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bigbet-w17mwy .bigbet-p3a07v button {
    max-width: 104px;
  }
}

.bigbet-tkieg1 {
  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) {
  .bigbet-tkieg1 {
    margin-bottom: 0;
  }
}

.bigbet-msfsod {
  display: none;
  opacity: 0;
}

.bigbet-lum1pe {
  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;
  }
}

.bigbet-lum1pe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bigbet-p3a07v {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bigbet-p3a07v button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bigbet-p3a07v
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bigbet-p3a07v
    button {
    max-width: 145px;
  }
}

.bigbet-229htc:first-child
  .bigbet-p3a07v
  button {
  max-width: 270px;
}

.bigbet-8jism0 {
  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%;
}

.bigbet-tkieg1 picture {
  width: 100%;
  max-width: 100%;
}

.bigbet-g5z1uq {
  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;
}

.bigbet-g5z1uq svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bigbet-tkieg1:hover .bigbet-g5z1uq {
  display: flex;
}

.bigbet-w1edth {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bigbet-jnnf2m {
  display: flex;
}

.bigbet-jnnf2m:hover .bigbet-rkcb9o,
.bigbet-jnnf2m .bigbet-mq13k0 .bigbet-rkcb9o {
  display: flex;
}

.bigbet-jnnf2m svg {
  flex-shrink: 0;
}

.bigbet-rkcb9o {
  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) {
  .bigbet-rkcb9o {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bigbet-rkcb9o:hover {
  display: flex;
}

.bigbet-rkcb9o svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bigbet-wobxeo {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .bigbet-wobxeo {
    font-size: 12px;
  }
}

.bigbet-oo6ez7,
.bigbet-rf11h0 {
  width: 50%;
  flex-shrink: 0;
}

.bigbet-oo6ez7 {
  font-weight: 700;
}

.bigbet-m3ng7p .bigbet-ci1r86 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bigbet-m3ng7p .bigbet-ci1r86 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bigbet-m3ng7p .bigbet-ci1r86 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bigbet-m3ng7p
  .bigbet-8jism0:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bigbet-m3ng7p .bigbet-lum1pe {
  height: 100% !important;
  border-radius: 16px;
}

.bigbet-m3ng7p .bigbet-p3a07v {
  gap: 4px;
  align-items: center;
}

.bigbet-m3ng7p .bigbet-p3a07v button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bigbet-m3ng7p .bigbet-p3a07v svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bigbet-m3ng7p .bigbet-xn5fwu,
.bigbet-m3ng7p .bigbet-wpx64e {
  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.bigbet-1pexyw.org/2000/svg'%3E%3Cpath d='M9.bigbet-bk8iw4 4.bigbet-l9khhm.bigbet-27oy8x 5.bigbet-lwak2m.bigbet-wb64hu 5.bigbet-1e2mbd.bigbet-92cygk 5.bigbet-y7fpi2.bigbet-vmivmt 8.bigbet-erad3e.bigbet-vp5sqz 9.bigbet-zki1u4.bigbet-f75ia0 9.bigbet-pznwbf.bigbet-iez35m 13.bigbet-sfh7fm.bigbet-v612f3 11.bigbet-csiw80.bigbet-mngi0b 11.bigbet-7kpvlo.bigbet-4mln2d 11.bigbet-c4f5s4.bigbet-y3nkln 13.bigbet-t42224.bigbet-5xs8wv 9.bigbet-2emft6.bigbet-xh08k4 9.bigbet-ufgfhn.bigbet-kk8zkl 8.bigbet-acd3wc.bigbet-gs67vd 5.bigbet-vi9dcr.bigbet-p2k0x5 5.bigbet-ajqwwo.bigbet-84oqkv 5.bigbet-dqysbk.bigbet-fkts0p 4.bigbet-ywgcl5.bigbet-mngi0b 1.bigbet-8eiexa.bigbet-bk8iw4 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bigbet-m3ng7p .bigbet-xn5fwu {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bigbet-m3ng7p .bigbet-wpx64e {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bigbet-1dr02u {
  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) {
  .bigbet-1dr02u {
    padding: 24px;
  }
}

.bigbet-1dr02u .bigbet-506sm5 {
  display: flex;
}

@media (min-width: 768px) {
  .bigbet-1dr02u .bigbet-506sm5 {
    display: none;
  }
}

.bigbet-1dr02u .bigbet-mgtouh svg {
  display: none;
}

.bigbet-t4ax4r {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bigbet-t4ax4r .bigbet-3nbj4c {
  display: none;
}

@media (min-width: 768px) {
  .bigbet-t4ax4r .bigbet-3nbj4c {
    display: flex;
  }
}

.bigbet-hslbbc {
  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) {
  .bigbet-hslbbc {
    font-size: 40px;
    line-height: 48px;
  }
}

.bigbet-hslbbc > * {
  margin: 0 !important;
}

.bigbet-hslbbc img,
.bigbet-vrakui {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bigbet-hslbbc img,
  .bigbet-vrakui {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bigbet-okc2wb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bigbet-okc2wb {
    width: 32px;
    height: 32px;
  }
}

.bigbet-rr6c8c {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bigbet-rr6c8c {
    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;
  }

  .bigbet-rr6c8c::-webkit-scrollbar {
    display: none;
  }
}

.bigbet-13t7oe {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bigbet-13t7oe {
    padding: 7px 15px;
  }
}

.bigbet-13t7oe:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bigbet-xx19nu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bigbet-xx19nu {
    display: flex;
    opacity: 1;
  }
}

.bigbet-13t7oe picture {
  height: 100%;
  display: block;
}

.bigbet-13t7oe img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bigbet-13t7oe img {
    width: 88px;
    height: 44px;
  }
}

.bigbet-13t7oe p {
  text-align: center;
  width: 100%;
}

.bigbet-tnvewn {
  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) {
  .bigbet-tnvewn {
    font-size: 40px;
    line-height: 48px;
  }
}

.bigbet-tnvewn img,
.bigbet-w785ad {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bigbet-tnvewn img,
  .bigbet-w785ad {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bigbet-du92lo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bigbet-du92lo {
    width: 32px;
    height: 32px;
  }
}

.bigbet-tkczqe {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bigbet-8o2ubc {
  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;
}

.bigbet-zcp0py {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bigbet-zcp0py.bigbet-mq13k0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bigbet-m5xx7y {
  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) {
  .bigbet-m5xx7y {
    font-size: 20px;
    line-height: 28px;
  }
}

.bigbet-fyf9e2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bigbet-ncx7nq {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bigbet-huvbhj ease;
  opacity: 0;
  color: var(--text-color);
}

.bigbet-2mc3g4 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bigbet-2mc3g4 ol,
.bigbet-2mc3g4 ul {
  padding-left: 1.3em;
}

.bigbet-zcp0py.bigbet-mq13k0 .bigbet-ncx7nq {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bigbet-zcp0py.bigbet-mq13k0 .bigbet-fyf9e2 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bigbet-pobyr3 {
  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) {
  .bigbet-pobyr3 {
    padding: 24px;
  }
}

.bigbet-pobyr3 .bigbet-506sm5 {
  display: flex;
}

@media (min-width: 768px) {
  .bigbet-pobyr3 .bigbet-506sm5 {
    display: none;
  }
}

.bigbet-pobyr3 .bigbet-mgtouh svg {
  display: none;
}

.bigbet-79hp3i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bigbet-79hp3i .bigbet-3nbj4c {
  display: none;
}

@media (min-width: 768px) {
  .bigbet-79hp3i .bigbet-3nbj4c {
    display: flex;
  }
}

.bigbet-l7qjsi {
  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) {
  .bigbet-l7qjsi {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bigbet-l7qjsi > * {
  margin: 0 !important;
}

.bigbet-l7qjsi img,
.bigbet-zejhb1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bigbet-l7qjsi img,
  .bigbet-zejhb1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bigbet-i9zfku {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bigbet-i9zfku {
    width: 32px;
    height: 32px;
  }
}

.bigbet-uzou5y {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bigbet-uzou5y {
    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;
  }

  .bigbet-uzou5y::-webkit-scrollbar {
    display: none;
  }
}

.bigbet-fbhirg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bigbet-fbhirg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bigbet-kqftip {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bigbet-kqftip {
    display: flex;
    opacity: 1;
  }
}

.bigbet-fbhirg picture {
  width: auto;
  height: 100%;
  display: block;
}

.bigbet-fbhirg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bigbet-cdjc6o {
  margin: -24px 0;
}

.bigbet-cdjc6o:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bigbet-cdjc6o {
    margin: -16px 0;
  }
}

.bigbet-j774lh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bigbet-j774lh {
    flex-direction: row;
  }
}

.bigbet-hh18m1 {
  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) {
  .bigbet-hh18m1 {
    flex: 1;
  }
}

.bigbet-hh18m1::placeholder {
  color: var(--Text-400);
}

.bigbet-ugyzb4 {
  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;
}

.bigbet-gw8hg4 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bigbet-gw8hg4::-webkit-scrollbar {
  display: none;
}

.bigbet-i4te9k {
  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;
}

.bigbet-i4te9k img,
.bigbet-i4te9k svg {
  margin-right: 8px;
}

.bigbet-vvjxfk {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bigbet-cdjc6o + .bigbet-l9f588 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bigbet-cdjc6o + .bigbet-l9f588 {
    margin-top: -16px;
  }
}

.bigbet-n4q2s3 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bigbet-n4q2s3 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bigbet-n4q2s3 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bigbet-lyv2v1 {
  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;
}

.bigbet-igaeav {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bigbet-wit8sx {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bigbet-8pu4tb {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bigbet-fb6dxp {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bigbet-lyv2v1 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;
}

.bigbet-lyv2v1 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) {
  .bigbet-lyv2v1 {
    padding: 39px 179px 39px 39px;
  }

  .bigbet-igaeav {
    font-size: 40px;
    line-height: 48px;
  }

  .bigbet-fb6dxp {
    height: 348px;
  }

  .bigbet-lyv2v1 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bigbet-lyv2v1 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bigbet-lyv2v1 {
    padding: 63px;
  }
}

.bigbet-xk7e1h {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bigbet-xk7e1h {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bigbet-r97okq {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bigbet-r97okq {
    width: auto;
  }
}

.bigbet-xr7p34 {
  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;
}

.bigbet-xr7p34::-webkit-scrollbar {
  display: none;
}

.bigbet-xr7p34 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);
}

.bigbet-xr7p34 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bigbet-xr7p34 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bigbet-xk7e1h .bigbet-pxl5yj {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bigbet-huvbhj,
    mask-image 0.3s;
}

.bigbet-xk7e1h .bigbet-pxl5yj.bigbet-697afp {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bigbet-zrntyc {
  margin: 40px -16px;
}

.bigbet-a94wdz + .bigbet-ihwgwo,
.bigbet-a94wdz + .bigbet-1uwacg {
  margin-top: 24px;
}

.bigbet-mhay0j {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bigbet-mhay0j picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bigbet-527t55 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bigbet-527t55 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bigbet-527t55 {
    margin-top: 0;
  }
}

.bigbet-6ubv6d {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bigbet-6ubv6d {
    font-size: 24px;
    line-height: 32px;
  }
}

.bigbet-x8dwzo {
  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) {
  .bigbet-x8dwzo {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bigbet-peblde {
  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) {
  .bigbet-peblde {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bigbet-x9buid {
  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) {
  .bigbet-x9buid {
    font-size: 20px;
    line-height: 28px;
  }
}

.bigbet-wrxfvg {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bigbet-wrxfvg {
    font-size: 32px;
    line-height: 40px;
  }
}

.bigbet-eprb1q {
  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;
}

.bigbet-47tvgf {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bigbet-47tvgf img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bigbet-l9f588 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bigbet-psoc0u {
  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) {
  .bigbet-psoc0u {
    padding: 15px 48px;
  }
}

main > .bigbet-l9f588 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bigbet-ci1r86.bigbet-krl85k > div:nth-child(n+5) {
    display: none;
  }
}

.bigbet-umhg67 p a img {
  display: block;
  margin: 0 auto;
}


.bigbet-erqjci {
  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 */
.bigbet-57wcsf {
  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;
}

.bigbet-57wcsf label {
  font-size: 14px;
}

.bigbet-57wcsf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bigbet-57wcsf input,
.bigbet-57wcsf textarea,
.bigbet-57wcsf 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;
}
.bigbet-57wcsf button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bigbet-xy828b ease;
}
.bigbet-57wcsf button:hover {
  background-color: var(--button-bg-hover);
}
.bigbet-6yk0la {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bigbet-ek0pef ease-in;
}

.bigbet-6yk0la 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;
}
.bigbet-pbrtsi, .bigbet-7xwk3k, [class*="review-card"],
thead, thead th, table th, .bigbet-as8b1d,
.bigbet-ds0u2f, [class*="collapsible-header"],
.bigbet-sqawg1, [class*="updated-block"] {
  color: #ece7dc !important;
}
