* {
  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;
  }
}

.fatbet-sznayd {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .fatbet-sznayd {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .fatbet-sznayd {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.fatbet-3wsh4v {
  overflow: hidden;
}

.fatbet-hwxoba img {
  background: var(--Neutral-300);
}

.fatbet-zx3zna {
  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;
}

.fatbet-h3q9rt {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.fatbet-h3q9rt:hover {
  background: var(--button-bg-hover);
}

.fatbet-yennfs {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fatbet-yennfs:hover {
  background: var(--button-bg-hover);
}

.fatbet-xvqimi {
  font-size: 12px;
  line-height: 18px;
}

.fatbet-sbrir5 {
  font-size: 18px;
  line-height: 26px;
}

.fatbet-yntu1c {
  width: 100%;
}

.fatbet-qou0mm {
  padding: 6px 16px;
}

.fatbet-w2k6tp {
  padding: 10px 16px;
}

.fatbet-vfixqt {
  padding: 15px 26px;
}

.fatbet-5azizs {
  flex-shrink: 0;
}

.fatbet-lxufqc {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.fatbet-kpjgw4 {
  display: none;
}

.fatbet-24225z {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fatbet-o0mfqt {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.fatbet-x865xn {
  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;
}

.fatbet-j3mvab {
  cursor: grab;
}

.fatbet-x865xn::-webkit-scrollbar {
  display: none;
}

.fatbet-kq73qd {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.fatbet-tamwy1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.fatbet-0o8nw0 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.fatbet-i53g45 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.fatbet-bd6i9z {
  visibility: visible;
}

.fatbet-fazcbz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.fatbet-dmkvyu ease;
}

.fatbet-0u14pe {
  background-color: var(--Primary-200);
  width: 16px;
}

.fatbet-bq8sg5 {
  -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.fatbet-dmkvyu,
    mask-image 0.3s;
}

.fatbet-bq8sg5.fatbet-2hbx17 {
  -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;
  }
}

.fatbet-yb2wag: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;
}

.fatbet-u4r5nn {
  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.fatbet-vcca55.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.fatbet-vcca55.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;
}

.fatbet-8bwhed {
  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);
}

.fatbet-8bwhed::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%
  );
}

.fatbet-5xnjnr {
  position: relative;
  z-index: 1;
}

.fatbet-z592fp {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.fatbet-hfb1vt {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.fatbet-e5m6wf {
  font-size: 40px;
  line-height: 48px;
}

.fatbet-t7qf41 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fatbet-09174y {
  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;
}

.fatbet-09174y:hover {
  background: var(--Primary-400);
}

.fatbet-09174y svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.fatbet-yb2wag 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) {
  .fatbet-8bwhed {
    max-width: 600px;
    padding: 64px;
  }

  .fatbet-z592fp {
    font-size: 24px;
    line-height: 32px;
  }

  .fatbet-hfb1vt {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .fatbet-e5m6wf {
    font-size: 50px;
    line-height: 56px;
  }

  .fatbet-t7qf41 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .fatbet-u4r5nn {
    top: 25px;
    right: 25px;
  }
}

.fatbet-ffgr2f,
.fatbet-5tmyac {
  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;
}

.fatbet-lt4z8e.fatbet-refbrv::before,
.fatbet-5tmyac::before,
.fatbet-f1109x::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.fatbet-vcca55.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.fatbet-tsc3cz 14.fatbet-cg3rzf.fatbet-wk44zy 14.fatbet-gi5xko 15.fatbet-inwhuj 14.fatbet-u3w2zh 15.fatbet-dee4qk 14.fatbet-hre37j.fatbet-s0upg5 14.fatbet-rtxlg9 19.fatbet-nc1vgi 12.fatbet-12zcgm 19.fatbet-nc1vgi 10.fatbet-p5eoo8.fatbet-nc1vgi 8.fatbet-s2scl4 17.fatbet-d3547k 7.fatbet-ihiczj 15.fatbet-jbedg1 7.fatbet-8vh487.fatbet-sacb8l 7.fatbet-ihiczj 11.fatbet-4a66je 8.fatbet-s2scl4 11.fatbet-4a66je 10.fatbet-ikwf0k.fatbet-4a66je 12.fatbet-fjznjm 13.fatbet-w1lzo8 14.fatbet-aapcf7 15.fatbet-d2tcsq 14.fatbet-330u35.fatbet-lpr2vg 14.fatbet-s1cn1y 15.fatbet-9geya5 14.fatbet-pfmc65 15.fatbet-9ie7ix 14.fatbet-rm7h3n.fatbet-tsc3cz 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.fatbet-7gb951 15.fatbet-o5qds8.fatbet-k6q9al 15.fatbet-sled36 15.fatbet-naefaf 15.fatbet-0q2geb 15.fatbet-vbvcdl 15.fatbet-v0ui9b.fatbet-tqjpev 15.fatbet-0q2geb 15.fatbet-6gjmjl 15.fatbet-ca5912 15.fatbet-yglp4w 15.fatbet-8be4r0.fatbet-1q7jhg 15.fatbet-2l8qq1 7.fatbet-0ct6rn 18.fatbet-po4acs 7.fatbet-cexjh6 23.fatbet-8dvt8l.fatbet-3xmcpd.fatbet-m6rfpy 18.fatbet-kvep63 19.fatbet-64xus4 15.fatbet-z02dxh 15.fatbet-7gb951 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.fatbet-52h049 [type="submit"] *,
.fatbet-p32lby button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .fatbet-276ihr {
    display: none;
  }
}

.fatbet-009til {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .fatbet-009til {
  display: none;
}

@media (min-width: 768px) {
  .fatbet-009til {
    bottom: 22px;
  }
}

.fatbet-009til input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .fatbet-009til {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.fatbet-rtnmn5.static) .fatbet-009til {
    bottom: 8px;
  }
}

.fatbet-exkab4 {
  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.fatbet-vcca55.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.fatbet-xm0sz3 3.fatbet-tptx2i.fatbet-57mav9.fatbet-jctenn 3.fatbet-1pw4e8 3.fatbet-estjn9 5.fatbet-8jyavz 3.fatbet-estjn9 8.fatbet-uox5vl.fatbet-0tav0b.fatbet-estjn9 26.fatbet-qr358y 5.fatbet-q954xy 28.fatbet-3glvhy 8.fatbet-mjng1v 28.fatbet-e33ktb.fatbet-1wxyqf 28.fatbet-gyfu3z.fatbet-9o7nfi 34.fatbet-3qp9xe.fatbet-xqpcpf 36.fatbet-p9dopz 11.fatbet-e3swba 37.fatbet-68kv2j 12.fatbet-mpi2y5 36.fatbet-mtcff4.fatbet-xea3sk 28.fatbet-0t8esf.fatbet-xlrqk6.fatbet-0bcqs0 28.fatbet-s77yt0 36.fatbet-kca0gm 26.fatbet-gwxpxb 36.fatbet-kca0gm 23.fatbet-5qbpjh.fatbet-fabove.fatbet-kca0gm 5.fatbet-mzkvoe 34.fatbet-ofuirw 3.fatbet-1pw4e8 31.fatbet-xm0sz3 3.fatbet-wqorwh.fatbet-51xc7g 18.fatbet-ylwgtg.fatbet-gfbmh9 18.fatbet-t3kmbr 8.fatbet-wrhmra 17.fatbet-67aist 8.fatbet-wrhmra 15.fatbet-vsdmsu.fatbet-wrhmra 14.fatbet-nar9pw 9.fatbet-gfbmh9 13.fatbet-g5g1r9 11.fatbet-51xc7g 13.fatbet-iar9zp.fatbet-apzv63 13.fatbet-g5g1r9 13.fatbet-uhwc8w 14.fatbet-nar9pw 13.fatbet-uhwc8w 15.fatbet-evqxik.fatbet-uhwc8w 17.fatbet-67aist 12.fatbet-apzv63 18.fatbet-t3kmbr 11.fatbet-51xc7g 18.fatbet-0qpte6.fatbet-6gyxe2 18.fatbet-ru26xd.fatbet-xsbjcn 18.fatbet-t3kmbr 17.fatbet-mokcb9 17.fatbet-67aist 17.fatbet-mokcb9 15.fatbet-76us93.fatbet-mokcb9 14.fatbet-nar9pw 18.fatbet-xsbjcn 13.fatbet-g5g1r9 20.fatbet-6gyxe2 13.fatbet-ymcsb7.fatbet-1z7ogb 13.fatbet-g5g1r9 22.fatbet-uacu8p 14.fatbet-nar9pw 22.fatbet-uacu8p 15.fatbet-1ts9br.fatbet-nqhsq8 17.fatbet-67aist 21.fatbet-1z7ogb 18.fatbet-t3kmbr 20.fatbet-6gyxe2 18.fatbet-b7i7st.fatbet-814lll 18.fatbet-awwfk6.fatbet-hmqtfk 18.fatbet-t3kmbr 26.fatbet-bqr2tr 17.fatbet-67aist 26.fatbet-bqr2tr 15.fatbet-e55nph.fatbet-bqr2tr 14.fatbet-nar9pw 27.fatbet-hmqtfk 13.fatbet-g5g1r9 28.fatbet-814lll 13.fatbet-96tbni.fatbet-gor5d1 13.fatbet-g5g1r9 31.fatbet-btl5s6 14.fatbet-nar9pw 31.fatbet-btl5s6 15.fatbet-gymrnx.fatbet-bqr2tr 17.fatbet-67aist 30.fatbet-gor5d1 18.fatbet-t3kmbr 28.fatbet-814lll 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"])
    .fatbet-exkab4 {
    display: none;
  }
}

.fatbet-9sa90y {
  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) {
  .fatbet-9sa90y {
    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;
}

.fatbet-p32lby {
  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) {
  .fatbet-p32lby {
    padding: 14px 16px;
  }
}

.fatbet-p32lby button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.fatbet-p32lby button:first-child {
  align-content: end;
}

.fatbet-p32lby button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .fatbet-p32lby
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .fatbet-p32lby
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.fatbet-p32lby button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.fatbet-p32lby button:last-child svg {
  width: 38px;
  height: 38px;
}

.fatbet-f1109x {
  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;
}

.fatbet-f1109x::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .fatbet-f1109x,
.pc61d126-chatbot[data-active-screen="3"]
  .fatbet-f1109x {
  opacity: 1;
  visibility: visible;
}

.fatbet-abnl5e {
  flex: 1 1;
}

.fatbet-iz8yty {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .fatbet-iz8yty {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .fatbet-m44rsl {
  display: block;
}

.fatbet-cnf95o {
  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) {
  .fatbet-cnf95o {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.fatbet-5tmyac {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.fatbet-5tmyac::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.fatbet-h9byyu span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.fatbet-h9byyu p {
  color: var(--Text-100);
}

.fatbet-5tmyac .fatbet-hxw9yj {
  grid-area: button;
}

.fatbet-5tmyac .fatbet-hxw9yj::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.fatbet-vcca55.org/2000/svg'%3E%3Cpath d='M4.fatbet-pjzee6 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fatbet-0vymx9 15L16.fatbet-0vymx9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fatbet-0vymx9 5L16.fatbet-0vymx9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .fatbet-34mtt8 {
  display: block;
}

.fatbet-db9orb {
  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) {
  .fatbet-db9orb {
    margin-top: 40px;
  }
}

.fatbet-ffgr2f label,
.fatbet-ffgr2f input {
  display: block;
  width: 100%;
}

.fatbet-ffgr2f label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.fatbet-ffgr2f label.fatbet-18mjvr input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.fatbet-ffgr2f label.fatbet-18mjvr::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;
}

.fatbet-ffgr2f 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;
}

.fatbet-ffgr2f input::placeholder {
  color: var(--Text-400);
}

.fatbet-uy2gru {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .fatbet-uy2gru {
  display: flex;
}

.fatbet-uy2gru ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .fatbet-uy2gru ol {
    height: 420px;
    padding: 24px;
  }
}

.fatbet-uy2gru ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.fatbet-52h049 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .fatbet-52h049 {
    padding: 0 24px 24px;
  }
}

.fatbet-52h049 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;
}

.fatbet-52h049 input::placeholder {
  color: var(--Text-400);
}

.fatbet-52h049 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.fatbet-52h049 [type="submit"]:disabled {
  opacity: 0.5;
}

.fatbet-52h049 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .fatbet-52h049 [type="submit"] {
    right: 40px;
  }
}

.fatbet-lt4z8e {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.fatbet-lt4z8e.fatbet-refbrv {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.fatbet-lt4z8e.fatbet-refbrv::before {
  content: "";
  width: 31px;
}

.fatbet-lt4z8e.fatbet-refbrv p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fatbet-lt4z8e.fatbet-0stuwk p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.fatbet-lt4z8e p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fatbet-009til .fatbet-hxw9yj {
  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;
  }
}

.fatbet-276ihr {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fatbet-276ihr {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .fatbet-276ihr {
    padding: 18px 0;
  }
}

.fatbet-276ihr .fatbet-sznayd {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fatbet-276ihr .fatbet-sznayd {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.fatbet-pg4xfn {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .fatbet-pg4xfn {
    max-width: 160px;
    height: 40px;
  }
}

.fatbet-pg4xfn picture,
.fatbet-pg4xfn img {
  display: block;
  width: 100%;
  height: 100%;
}

.fatbet-pg4xfn img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .fatbet-5fz1xf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.fatbet-dmkvyu ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .fatbet-276ihr.fatbet-ssj8u0 .fatbet-5fz1xf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fatbet-5fz1xf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .fatbet-5fz1xf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fatbet-w3fv08,
.fatbet-973hmq {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .fatbet-w3fv08,
  .fatbet-973hmq {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .fatbet-973hmq {
    display: none;
  }
}

.fatbet-qmu3vj {
  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;
}

.fatbet-ssj8u0 .fatbet-qmu3vj {
  background: var(--fh-bg-color);
}

.fatbet-qmu3vj button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fatbet-qmu3vj {
    display: none;
  }
}

.fatbet-0zwfj3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fatbet-0zwfj3 {
    display: none;
  }
}

.fatbet-6abxhy {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.fatbet-276ihr.fatbet-ssj8u0 .fatbet-6abxhy:first-child {
  display: none;
}

.fatbet-276ihr.fatbet-ssj8u0 .fatbet-6abxhy:last-child {
  display: block;
}

.fatbet-6abxhy:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .fatbet-6abxhy {
    display: none;
  }
}

.fatbet-z2vbzy {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fatbet-z2vbzy {
    display: flex;
  }
}

.fatbet-z2vbzy ul {
  max-height: 350px;
  overflow-y: auto;
}

.fatbet-z2vbzy:hover ul {
  visibility: visible;
  opacity: 1;
}

.fatbet-z2vbzy:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fatbet-z2vbzy:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.fatbet-z2vbzy:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.fatbet-z2vbzy:hover .fatbet-ptbbnw svg {
  transform: rotate(180deg);
}

.fatbet-rv18gx {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.fatbet-qdzszp {
  padding: 0 8px;
}

.fatbet-swhj8w {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.fatbet-swhj8w:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .fatbet-swhj8w {
    padding: 4px 8px;
  }
}

.fatbet-gyufau {
  display: flex;
}

.fatbet-gyufau img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.fatbet-ptbbnw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.fatbet-ptbbnw svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.fatbet-68vb0n {
  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) {
  .fatbet-68vb0n {
    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;
  }
}

.fatbet-70en11 {
  width: 100%;
}

@media (min-width: 1200px) {
  .fatbet-70en11 {
    display: none;
  }
}

.fatbet-g61ggz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.fatbet-k26czi {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.fatbet-vbzhu3 {
  display: flex;
}

.fatbet-qnap7t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fatbet-fay7sc {
  list-style: none;
}

@media (max-width: 1199px) {
  .fatbet-fay7sc {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .fatbet-fay7sc {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fatbet-fay7sc .fatbet-xbin7d [data-ref-el],
  .fatbet-fay7sc .fatbet-xbin7d span,
  .fatbet-fay7sc .fatbet-xbin7d a {
    white-space: nowrap;
  }
}

.fatbet-m4tt43 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .fatbet-m4tt43.fatbet-z7vir7 > .fatbet-xbin7d {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .fatbet-m4tt43.fatbet-czzpt9:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .fatbet-m4tt43.fatbet-z7vir7 > .fatbet-lrvkvq {
    height: auto;
  }

  .fatbet-m4tt43.fatbet-z7vir7 > div > .fatbet-7d0ieh {
    transform: rotate(180deg);
  }
}

.fatbet-m4tt43 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.fatbet-m4tt43 [data-ref-el],
.fatbet-m4tt43 span {
  cursor: pointer;
}

.fatbet-m4tt43 [data-ref-el],
.fatbet-m4tt43 span,
.fatbet-m4tt43 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .fatbet-m4tt43 [data-ref-el],
  .fatbet-m4tt43 span,
  .fatbet-m4tt43 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .fatbet-m4tt43 [data-ref-el],
  .fatbet-m4tt43 span,
  .fatbet-m4tt43 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.fatbet-lrvkvq {
  height: 0;
  overflow: hidden;
  transition: height 0.fatbet-dmkvyu ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.fatbet-lrvkvq::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.fatbet-lrvkvq::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.fatbet-lrvkvq::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .fatbet-lrvkvq {
    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;
  }

  .fatbet-lrvkvq:has(> .fatbet-m4tt43.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .fatbet-lrvkvq .fatbet-lrvkvq {
    padding: 0;
  }

  .fatbet-lrvkvq .fatbet-m4tt43 {
    font-weight: 400;
  }

  .fatbet-lrvkvq .fatbet-m4tt43:hover > .fatbet-xbin7d {
    background: var(--Neutral-300);
  }

  .fatbet-lrvkvq .fatbet-7d0ieh {
    rotate: -90deg;
  }
}

.fatbet-xbin7d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fatbet-xbin7d {
    padding: 8px;
  }

  .fatbet-m4tt43.fatbet-jz3vz6 > .fatbet-xbin7d {
    background: var(--Neutral-300);
  }
}

.fatbet-7d0ieh {
  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.fatbet-vcca55.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.fatbet-mwsusb 0.fatbet-l0qx9n.fatbet-f6g5ty -0.fatbet-4czx9i 0.fatbet-xkx9u7 -0.fatbet-4czx9i 1.fatbet-7u281w 0.fatbet-cyfqpi.fatbet-mf5wqv 4.fatbet-ynhs7y.fatbet-mwsusb 0.fatbet-zmf6mb.fatbet-48ak10 -0.fatbet-4czx9i 9.fatbet-vvz388 -0.fatbet-4czx9i 10.fatbet-v4atln 0.fatbet-3zzowk.fatbet-odcaie 0.fatbet-f6g5ty 10.fatbet-odcaie 0.fatbet-xkx9u7 10.fatbet-v4atln 1.fatbet-6yyo0z.fatbet-44kc76 5.fatbet-byc1xe.fatbet-f04gca 6.fatbet-8rw1jo 5.fatbet-j2m2t2 6.fatbet-8rw1jo 4.fatbet-szi7ey 5.fatbet-hoajbs.fatbet-mwsusb 1.fatbet-xaluwu.fatbet-4czx9i 0.fatbet-xkx9u7 -0.fatbet-4czx9i 0.fatbet-f6g5ty 0.fatbet-mwsusb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.fatbet-dmkvyu ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fatbet-7d0ieh {
    cursor: default;
  }
}

.fatbet-hcewy1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.fatbet-rgscba {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .fatbet-rgscba {
    padding: 40px 4px;
  }
}

.fatbet-3b54qd {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .fatbet-3b54qd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.fatbet-7pz9b1 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .fatbet-7pz9b1 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.fatbet-7pz9b1 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.fatbet-7pz9b1 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.fatbet-7pz9b1 [data-ref-el],
.fatbet-7pz9b1 span,
.fatbet-7pz9b1 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.fatbet-3vcfsk {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fatbet-3vcfsk {
    margin-bottom: 12px;
  }
}

.fatbet-tjsk7f {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.fatbet-tjsk7f img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .fatbet-tjsk7f:last-child {
    margin-right: 0;
  }
}

.fatbet-cp8egs {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fatbet-3vcfsk:hover .fatbet-fcmcre {
  visibility: visible;
  opacity: 1;
}

.fatbet-fcmcre {
  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);
}

.fatbet-v6xpm0 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fatbet-m4h028 {
  display: flex;
  margin: 6px;
}

.fatbet-m4h028 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.fatbet-fcmcre::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);
}

.fatbet-fcmcre::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);
}

.fatbet-otoju1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .fatbet-otoju1 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.fatbet-2c4oaj {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .fatbet-2c4oaj {
    margin-right: 32px;
  }
}

.fatbet-jc58eo {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fatbet-jc58eo {
    margin-top: 0;
    width: 340px;
  }
}

.fatbet-jc58eo a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fatbet-10hmzs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fatbet-t4mkr7 {
  position: relative;
}

@media (min-width: 768px) {
  .fatbet-t4mkr7 {
    margin-top: 40px;
  }
}

.fatbet-t4mkr7 + .fatbet-id06mn,
.fatbet-t4mkr7 + .fatbet-t4mkr7 {
  margin-top: 24px;
}

.fatbet-i4vkhd {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .fatbet-i4vkhd {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .fatbet-i4vkhd {
    padding: 80px;
  }
}

.fatbet-a7k6qa {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .fatbet-a7k6qa {
    padding: 0 16px;
}


}

.fatbet-6zx1z6 {
  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) {
  .fatbet-6zx1z6 {
    font-size: 48px;
    line-height: 56px;
  }
}

.fatbet-pwsspi {
  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) {
  .fatbet-pwsspi {
    font-size: 24px;
    line-height: 32px;
  }
}

.fatbet-a67m94 {
  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;
}

.fatbet-a67m94:hover {
  background: var(--button-bg-hover);
}

.fatbet-5ctxln {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.fatbet-5ctxln img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .fatbet-5ctxln img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .fatbet-5ctxln img {
  min-height: 100%;
  }
}

.fatbet-i4vkhd::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.fatbet-hsp9a0 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fatbet-hsp9a0 h1,
.fatbet-hsp9a0 h2,
.fatbet-hsp9a0 h3,
.fatbet-hsp9a0 h4 {
  margin-bottom: 6px;
}

.fatbet-hsp9a0 h1:not(:first-child),
.fatbet-hsp9a0 h2:not(:first-child),
.fatbet-hsp9a0 h3:not(:first-child),
.fatbet-hsp9a0 h4:not(:first-child) {
  margin-top: 16px;
}

.fatbet-hsp9a0 h1,
.fatbet-hsp9a0 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .fatbet-hsp9a0 h1,
  .fatbet-hsp9a0 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.fatbet-hsp9a0 h2,
.fatbet-hsp9a0 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .fatbet-hsp9a0 h2,
  .fatbet-hsp9a0 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.fatbet-hsp9a0 h3,
.fatbet-hsp9a0 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .fatbet-hsp9a0 h3,
  .fatbet-hsp9a0 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.fatbet-hsp9a0 h4,
.fatbet-hsp9a0 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.fatbet-hsp9a0 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.fatbet-hsp9a0 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.fatbet-hsp9a0 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);
}

.fatbet-hsp9a0 ul ul {
  margin-bottom: 8px;
}

.fatbet-hsp9a0 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.fatbet-hsp9a0 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.fatbet-hsp9a0 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.fatbet-hsp9a0 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.fatbet-hsp9a0 ol li::marker {
  font-weight: 700;
}

.fatbet-hsp9a0 ol ol {
  margin-bottom: 8px;
}

.fatbet-hsp9a0 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.fatbet-hsp9a0 ol ul li {
  padding-left: 16px;
}

.fatbet-hsp9a0 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) {
  .fatbet-hsp9a0 table {
    padding: 24px;
  }
}

.fatbet-hsp9a0 table.fatbet-3245ql {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fatbet-dmkvyu,
    mask-image 0.3s;
}

.fatbet-hsp9a0 table.fatbet-3245ql.fatbet-2hbx17 {
  -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) {
  .fatbet-hsp9a0 table {
    display: table;
  }
}

.fatbet-hsp9a0 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);
}

.fatbet-hsp9a0 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fatbet-hsp9a0 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fatbet-hsp9a0 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) {
  .fatbet-hsp9a0 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.fatbet-hsp9a0 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fatbet-hsp9a0 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fatbet-hsp9a0 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.fatbet-hsp9a0 img {
  max-width: 100%;
  height: auto;
}

.fatbet-9yk9uf {
  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) {
  .fatbet-9yk9uf {
    padding: 24px;
  }
}

.fatbet-zxi5dw {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .fatbet-zxi5dw {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.fatbet-zxi5dw > * {
  margin: 0 !important;
}

.fatbet-zxi5dw img,
.fatbet-190w2w {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fatbet-zxi5dw img,
  .fatbet-190w2w {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fatbet-3yxkq9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fatbet-3yxkq9 {
    width: 32px;
    height: 32px;
  }
}

.fatbet-l2fmoo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fatbet-l2fmoo .fatbet-9jw3i1 {
  flex-shrink: 0;
}

.fatbet-l2fmoo .fatbet-fw87pz svg {
  display: none;
}

.fatbet-xlfxpq {
  display: grid;
  transition: max-height 0.fatbet-dmkvyu ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .fatbet-xlfxpq {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .fatbet-xlfxpq {
    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));
  }
}

.fatbet-xlfxpq.fatbet-7whd3o + .fatbet-9jw3i1 svg {
  transform: rotate(180deg);
}

.fatbet-wfdpj4 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.fatbet-wfdpj4 > div:nth-child(3n) {
  grid-column: span 2;
}

.fatbet-wfdpj4
  > div:nth-child(3n)
  .fatbet-p4nje3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .fatbet-wfdpj4 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fatbet-wfdpj4 > div:nth-child(3n) {
    grid-column: unset;
  }

  .fatbet-wfdpj4
    > div:nth-child(3n)
    .fatbet-p4nje3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .fatbet-wfdpj4 {
    max-width: 270px;
  }
}

.fatbet-wfdpj4 .fatbet-p4nje3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .fatbet-wfdpj4 .fatbet-p4nje3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .fatbet-wfdpj4 .fatbet-p4nje3 button {
    max-width: 104px;
  }
}

.fatbet-kw1d7w {
  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) {
  .fatbet-kw1d7w {
    margin-bottom: 0;
  }
}

.fatbet-8p1z6f {
  display: none;
  opacity: 0;
}

.fatbet-0f28zx {
  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;
  }
}

.fatbet-0f28zx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.fatbet-p4nje3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.fatbet-p4nje3 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fatbet-p4nje3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fatbet-p4nje3
    button {
    max-width: 145px;
  }
}

.fatbet-k2rbcd:first-child
  .fatbet-p4nje3
  button {
  max-width: 270px;
}

.fatbet-fwzp6t {
  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%;
}

.fatbet-kw1d7w picture {
  width: 100%;
  max-width: 100%;
}

.fatbet-losz3v {
  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;
}

.fatbet-losz3v svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.fatbet-kw1d7w:hover .fatbet-losz3v {
  display: flex;
}

.fatbet-3ifaxl {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.fatbet-q51nzo {
  display: flex;
}

.fatbet-q51nzo:hover .fatbet-cgkup1,
.fatbet-q51nzo .fatbet-jz3vz6 .fatbet-cgkup1 {
  display: flex;
}

.fatbet-q51nzo svg {
  flex-shrink: 0;
}

.fatbet-cgkup1 {
  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) {
  .fatbet-cgkup1 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.fatbet-cgkup1:hover {
  display: flex;
}

.fatbet-cgkup1 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.fatbet-j6rcl2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .fatbet-j6rcl2 {
    font-size: 12px;
  }
}

.fatbet-hyoofw,
.fatbet-t2l3pd {
  width: 50%;
  flex-shrink: 0;
}

.fatbet-hyoofw {
  font-weight: 700;
}

.fatbet-84ieof .fatbet-xlfxpq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .fatbet-84ieof .fatbet-xlfxpq {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fatbet-84ieof .fatbet-xlfxpq {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fatbet-84ieof
  .fatbet-fwzp6t:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.fatbet-84ieof .fatbet-0f28zx {
  height: 100% !important;
  border-radius: 16px;
}

.fatbet-84ieof .fatbet-p4nje3 {
  gap: 4px;
  align-items: center;
}

.fatbet-84ieof .fatbet-p4nje3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fatbet-84ieof .fatbet-p4nje3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.fatbet-84ieof .fatbet-iy168g,
.fatbet-84ieof .fatbet-dy0cdg {
  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.fatbet-vcca55.org/2000/svg'%3E%3Cpath d='M9.fatbet-z7511e 4.fatbet-snwltw.fatbet-hotr4k 5.fatbet-j5z1sw.fatbet-34iw5q 5.fatbet-n2c1zk.fatbet-f7o027 5.fatbet-6bu51c.fatbet-nnd4ou 8.fatbet-xvswb8.fatbet-zbzk10 9.fatbet-g7p9ia.fatbet-ee1cm6 9.fatbet-ms98qh.fatbet-7boh0k 13.fatbet-fayocr.fatbet-wvw7vd 11.fatbet-50x26m.fatbet-f3eatp 11.fatbet-mqa93b.fatbet-lmllke 11.fatbet-yixaku.fatbet-72cw2q 13.fatbet-fw0j9u.fatbet-l6lsvz 9.fatbet-0c7d0n.fatbet-t1jrs2 9.fatbet-o70mo0.fatbet-9kp8ae 8.fatbet-8xqb1u.fatbet-nlihxi 5.fatbet-54kncd.fatbet-1ksy4z 5.fatbet-ob0ixp.fatbet-1x7xpq 5.fatbet-1ceeh9.fatbet-lemyl2 4.fatbet-kd3yep.fatbet-f3eatp 1.fatbet-m47r61.fatbet-z7511e 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.fatbet-84ieof .fatbet-iy168g {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.fatbet-84ieof .fatbet-dy0cdg {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.fatbet-uy10db {
  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) {
  .fatbet-uy10db {
    padding: 24px;
  }
}

.fatbet-uy10db .fatbet-9jw3i1 {
  display: flex;
}

@media (min-width: 768px) {
  .fatbet-uy10db .fatbet-9jw3i1 {
    display: none;
  }
}

.fatbet-uy10db .fatbet-fw87pz svg {
  display: none;
}

.fatbet-rrqw9f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fatbet-rrqw9f .fatbet-zx3zna {
  display: none;
}

@media (min-width: 768px) {
  .fatbet-rrqw9f .fatbet-zx3zna {
    display: flex;
  }
}

.fatbet-g9pwg2 {
  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) {
  .fatbet-g9pwg2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fatbet-g9pwg2 > * {
  margin: 0 !important;
}

.fatbet-g9pwg2 img,
.fatbet-0zhstl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fatbet-g9pwg2 img,
  .fatbet-0zhstl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fatbet-yb319h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fatbet-yb319h {
    width: 32px;
    height: 32px;
  }
}

.fatbet-xlkb2o {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .fatbet-xlkb2o {
    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;
  }

  .fatbet-xlkb2o::-webkit-scrollbar {
    display: none;
  }
}

.fatbet-t44d8d {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .fatbet-t44d8d {
    padding: 7px 15px;
  }
}

.fatbet-t44d8d:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fatbet-348xip {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fatbet-348xip {
    display: flex;
    opacity: 1;
  }
}

.fatbet-t44d8d picture {
  height: 100%;
  display: block;
}

.fatbet-t44d8d img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fatbet-t44d8d img {
    width: 88px;
    height: 44px;
  }
}

.fatbet-t44d8d p {
  text-align: center;
  width: 100%;
}

.fatbet-6brmj0 {
  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) {
  .fatbet-6brmj0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fatbet-6brmj0 img,
.fatbet-1ufagl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fatbet-6brmj0 img,
  .fatbet-1ufagl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fatbet-7b03o5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fatbet-7b03o5 {
    width: 32px;
    height: 32px;
  }
}

.fatbet-g0xs6t {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.fatbet-tbxjsz {
  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;
}

.fatbet-fo9un4 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.fatbet-fo9un4.fatbet-jz3vz6 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.fatbet-18krbl {
  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) {
  .fatbet-18krbl {
    font-size: 20px;
    line-height: 28px;
  }
}

.fatbet-mpegud {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.fatbet-2rzrb4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.fatbet-dmkvyu ease;
  opacity: 0;
  color: var(--text-color);
}

.fatbet-6vhcgb {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.fatbet-6vhcgb ol,
.fatbet-6vhcgb ul {
  padding-left: 1.3em;
}

.fatbet-fo9un4.fatbet-jz3vz6 .fatbet-2rzrb4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.fatbet-fo9un4.fatbet-jz3vz6 .fatbet-mpegud {
  transform: rotate(180deg);
  color: var(--text-color);
}

.fatbet-i8i36i {
  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) {
  .fatbet-i8i36i {
    padding: 24px;
  }
}

.fatbet-i8i36i .fatbet-9jw3i1 {
  display: flex;
}

@media (min-width: 768px) {
  .fatbet-i8i36i .fatbet-9jw3i1 {
    display: none;
  }
}

.fatbet-i8i36i .fatbet-fw87pz svg {
  display: none;
}

.fatbet-yu5h8h {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fatbet-yu5h8h .fatbet-zx3zna {
  display: none;
}

@media (min-width: 768px) {
  .fatbet-yu5h8h .fatbet-zx3zna {
    display: flex;
  }
}

.fatbet-r8b73b {
  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) {
  .fatbet-r8b73b {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.fatbet-r8b73b > * {
  margin: 0 !important;
}

.fatbet-r8b73b img,
.fatbet-smym6m {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fatbet-r8b73b img,
  .fatbet-smym6m {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fatbet-vgz0gq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fatbet-vgz0gq {
    width: 32px;
    height: 32px;
  }
}

.fatbet-5q2k9m {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .fatbet-5q2k9m {
    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;
  }

  .fatbet-5q2k9m::-webkit-scrollbar {
    display: none;
  }
}

.fatbet-8u7q3m {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.fatbet-8u7q3m:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fatbet-vdi76r {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fatbet-vdi76r {
    display: flex;
    opacity: 1;
  }
}

.fatbet-8u7q3m picture {
  width: auto;
  height: 100%;
  display: block;
}

.fatbet-8u7q3m picture img {
  display: block;
  width: auto;
  height: 100%;
}

.fatbet-zu92tm {
  margin: -24px 0;
}

.fatbet-zu92tm:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fatbet-zu92tm {
    margin: -16px 0;
  }
}

.fatbet-qnscvc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .fatbet-qnscvc {
    flex-direction: row;
  }
}

.fatbet-ww0mg0 {
  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) {
  .fatbet-ww0mg0 {
    flex: 1;
  }
}

.fatbet-ww0mg0::placeholder {
  color: var(--Text-400);
}

.fatbet-d6n2vf {
  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;
}

.fatbet-uxmwm2 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fatbet-uxmwm2::-webkit-scrollbar {
  display: none;
}

.fatbet-7s6uwf {
  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;
}

.fatbet-7s6uwf img,
.fatbet-7s6uwf svg {
  margin-right: 8px;
}

.fatbet-on4psp {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.fatbet-zu92tm + .fatbet-uk8q3t {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fatbet-zu92tm + .fatbet-uk8q3t {
    margin-top: -16px;
  }
}

.fatbet-pa0hqw {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.fatbet-pa0hqw > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.fatbet-pa0hqw > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.fatbet-rdkaec {
  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;
}

.fatbet-llb3nr {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.fatbet-4rne78 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fatbet-e00zit {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.fatbet-82q4e1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.fatbet-rdkaec 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;
}

.fatbet-rdkaec 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) {
  .fatbet-rdkaec {
    padding: 39px 179px 39px 39px;
  }

  .fatbet-llb3nr {
    font-size: 40px;
    line-height: 48px;
  }

  .fatbet-82q4e1 {
    height: 348px;
  }

  .fatbet-rdkaec button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .fatbet-rdkaec button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .fatbet-rdkaec {
    padding: 63px;
  }
}

.fatbet-zv2nbd {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .fatbet-zv2nbd {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.fatbet-a9lfnh {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fatbet-a9lfnh {
    width: auto;
  }
}

.fatbet-zef1ih {
  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;
}

.fatbet-zef1ih::-webkit-scrollbar {
  display: none;
}

.fatbet-zef1ih 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);
}

.fatbet-zef1ih a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fatbet-zef1ih {
    margin-left: 16px;
    margin-top: 0;
  }
}

.fatbet-zv2nbd .fatbet-cov975 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fatbet-dmkvyu,
    mask-image 0.3s;
}

.fatbet-zv2nbd .fatbet-cov975.fatbet-2hbx17 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.fatbet-ai564k {
  margin: 40px -16px;
}

.fatbet-lwjhcb + .fatbet-id06mn,
.fatbet-lwjhcb + .fatbet-t4mkr7 {
  margin-top: 24px;
}

.fatbet-hhdipl {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.fatbet-hhdipl picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fatbet-b4rscn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .fatbet-b4rscn {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .fatbet-b4rscn {
    margin-top: 0;
  }
}

.fatbet-jwhi22 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fatbet-jwhi22 {
    font-size: 24px;
    line-height: 32px;
  }
}

.fatbet-hc8ilx {
  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) {
  .fatbet-hc8ilx {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.fatbet-xka6lm {
  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) {
  .fatbet-xka6lm {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.fatbet-l0ldj9 {
  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) {
  .fatbet-l0ldj9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.fatbet-9s5elh {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fatbet-9s5elh {
    font-size: 32px;
    line-height: 40px;
  }
}

.fatbet-domb0j {
  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;
}

.fatbet-u18j9h {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.fatbet-u18j9h img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fatbet-uk8q3t {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fatbet-cjq3vv {
  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) {
  .fatbet-cjq3vv {
    padding: 15px 48px;
  }
}

main > .fatbet-uk8q3t {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .fatbet-xlfxpq.fatbet-raboz8 > div:nth-child(n+5) {
    display: none;
  }
}

.fatbet-hsp9a0 p a img {
  display: block;
  margin: 0 auto;
}


.fatbet-djm5pe {
  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 */
.fatbet-27fl55 {
  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;
}

.fatbet-27fl55 label {
  font-size: 14px;
}

.fatbet-27fl55 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fatbet-27fl55 input,
.fatbet-27fl55 textarea,
.fatbet-27fl55 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;
}
.fatbet-27fl55 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fatbet-qii6v5 ease;
}
.fatbet-27fl55 button:hover {
  background-color: var(--button-bg-hover);
}
.fatbet-dtz254 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fatbet-0hiulf ease-in;
}

.fatbet-dtz254 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;
}
.fatbet-pt9eqf, .fatbet-a8b5kd, [class*="review-card"],
thead, thead th, table th, .fatbet-01a6vh,
.fatbet-c52kpc, [class*="collapsible-header"],
.fatbet-w10dqa, [class*="updated-block"] {
  color: #ece7dc !important;
}
