* {
  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;
  }
}

.supabet-2a5i12 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .supabet-2a5i12 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-2a5i12 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.supabet-2fmw1s {
  overflow: hidden;
}

.supabet-wbpdaw img {
  background: var(--Neutral-300);
}

.supabet-ybwgxr {
  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;
}

.supabet-2i6wrz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.supabet-2i6wrz:hover {
  background: var(--button-bg-hover);
}

.supabet-tqv5o0 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.supabet-tqv5o0:hover {
  background: var(--button-bg-hover);
}

.supabet-24m9pg {
  font-size: 12px;
  line-height: 18px;
}

.supabet-n4qcw3 {
  font-size: 18px;
  line-height: 26px;
}

.supabet-n7h30k {
  width: 100%;
}

.supabet-f96ij1 {
  padding: 6px 16px;
}

.supabet-m3he3o {
  padding: 10px 16px;
}

.supabet-92pfg7 {
  padding: 15px 26px;
}

.supabet-4l3m4o {
  flex-shrink: 0;
}

.supabet-mx650w {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.supabet-eeun81 {
  display: none;
}

.supabet-uoc9si {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.supabet-vujbce {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.supabet-2xe0oo {
  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;
}

.supabet-3fy4rj {
  cursor: grab;
}

.supabet-2xe0oo::-webkit-scrollbar {
  display: none;
}

.supabet-ba1esh {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.supabet-1dgljs {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.supabet-8xq55m {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.supabet-ngd558 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.supabet-m3piih {
  visibility: visible;
}

.supabet-f2kykj {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.supabet-6794pf ease;
}

.supabet-r5irdi {
  background-color: var(--Primary-200);
  width: 16px;
}

.supabet-uhti5m {
  -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.supabet-6794pf,
    mask-image 0.3s;
}

.supabet-uhti5m.supabet-8jsqjo {
  -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;
  }
}

.supabet-whgbmi: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;
}

.supabet-dqfqvm {
  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.supabet-kg0u9o.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.supabet-kg0u9o.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;
}

.supabet-mf4cet {
  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);
}

.supabet-mf4cet::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%
  );
}

.supabet-p05mg1 {
  position: relative;
  z-index: 1;
}

.supabet-jutz7v {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.supabet-181alx {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.supabet-jofbjc {
  font-size: 40px;
  line-height: 48px;
}

.supabet-ylly18 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.supabet-wm2w3u {
  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;
}

.supabet-wm2w3u:hover {
  background: var(--Primary-400);
}

.supabet-wm2w3u svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.supabet-whgbmi 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) {
  .supabet-mf4cet {
    max-width: 600px;
    padding: 64px;
  }

  .supabet-jutz7v {
    font-size: 24px;
    line-height: 32px;
  }

  .supabet-181alx {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .supabet-jofbjc {
    font-size: 50px;
    line-height: 56px;
  }

  .supabet-ylly18 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .supabet-dqfqvm {
    top: 25px;
    right: 25px;
  }
}

.supabet-4az8y6,
.supabet-hp2z58 {
  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;
}

.supabet-nazn4p.supabet-f8kq0c::before,
.supabet-hp2z58::before,
.supabet-8te1j4::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.supabet-kg0u9o.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.supabet-o4c7o5 14.supabet-wfevxj.supabet-ogqfdb 14.supabet-c1gjmh 15.supabet-gijfys 14.supabet-ddrv4e 15.supabet-tf0rsq 14.supabet-096z5f.supabet-5lf9tj 14.supabet-zrsss6 19.supabet-sswah8 12.supabet-apigm3 19.supabet-sswah8 10.supabet-c2wp31.supabet-sswah8 8.supabet-qz9mnq 17.supabet-idwz3q 7.supabet-q9hbwe 15.supabet-pfiq6i 7.supabet-ijtxar.supabet-sxtwgw 7.supabet-q9hbwe 11.supabet-03ughe 8.supabet-qz9mnq 11.supabet-03ughe 10.supabet-tq74yo.supabet-03ughe 12.supabet-2a4ut7 13.supabet-asy4g4 14.supabet-12ekt4 15.supabet-4mf457 14.supabet-4kp5cm.supabet-zx4llm 14.supabet-y5ybw0 15.supabet-maqki6 14.supabet-4i2qvh 15.supabet-ncw5nc 14.supabet-rq24jk.supabet-o4c7o5 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.supabet-x1mtmn 15.supabet-rbt18r.supabet-4vas1q 15.supabet-e3o3z8 15.supabet-712bek 15.supabet-twss1r 15.supabet-w08hlj 15.supabet-llj600.supabet-niyb6r 15.supabet-twss1r 15.supabet-oye3be 15.supabet-4iwcr7 15.supabet-zdao3h 15.supabet-rj7iao.supabet-5ruetq 15.supabet-k9ufwv 7.supabet-q8ebik 18.supabet-hzwbu3 7.supabet-h8z81v 23.supabet-81u13t.supabet-3m8w98.supabet-qnkydd 18.supabet-1u8rrg 19.supabet-4lxfge 15.supabet-fpmu97 15.supabet-x1mtmn 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.supabet-uezg36 [type="submit"] *,
.supabet-n8z01g button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .supabet-9u37hr {
    display: none;
  }
}

.supabet-8k2okm {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .supabet-8k2okm {
  display: none;
}

@media (min-width: 768px) {
  .supabet-8k2okm {
    bottom: 22px;
  }
}

.supabet-8k2okm input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .supabet-8k2okm {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.supabet-de92vk.static) .supabet-8k2okm {
    bottom: 8px;
  }
}

.supabet-dob40u {
  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.supabet-kg0u9o.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.supabet-gkrrz6 3.supabet-vg18hh.supabet-i4ci6r.supabet-iwne3e 3.supabet-q19err 3.supabet-3wppw4 5.supabet-i43fc3 3.supabet-3wppw4 8.supabet-6nl2tr.supabet-2nw3ik.supabet-3wppw4 26.supabet-nhgir2 5.supabet-sm0lwj 28.supabet-c01irt 8.supabet-ch72rb 28.supabet-g3uy3h.supabet-jwajr8 28.supabet-a399q7.supabet-ysmqnl 34.supabet-gfvcb2.supabet-onzi12 36.supabet-q5if40 11.supabet-bybrvg 37.supabet-jfmejd 12.supabet-5x453v 36.supabet-8eybcu.supabet-t0v7aa 28.supabet-67xowi.supabet-85xqfa.supabet-nk7rss 28.supabet-h2ofve 36.supabet-asppb3 26.supabet-h3ntzn 36.supabet-asppb3 23.supabet-canmx4.supabet-kvdzve.supabet-asppb3 5.supabet-7smw7d 34.supabet-aqkq7p 3.supabet-q19err 31.supabet-gkrrz6 3.supabet-jv5ve9.supabet-u2s2cg 18.supabet-tp3bty.supabet-tcxqx7 18.supabet-4hv3f7 8.supabet-tttt2d 17.supabet-3h1zrf 8.supabet-tttt2d 15.supabet-odnhrl.supabet-tttt2d 14.supabet-84176l 9.supabet-tcxqx7 13.supabet-6mdnzr 11.supabet-u2s2cg 13.supabet-1pmwwz.supabet-fza1ys 13.supabet-6mdnzr 13.supabet-4th21o 14.supabet-84176l 13.supabet-4th21o 15.supabet-ijaoda.supabet-4th21o 17.supabet-3h1zrf 12.supabet-fza1ys 18.supabet-4hv3f7 11.supabet-u2s2cg 18.supabet-r1x5a8.supabet-6jutfx 18.supabet-8a8tio.supabet-f9okdp 18.supabet-4hv3f7 17.supabet-ui23dg 17.supabet-3h1zrf 17.supabet-ui23dg 15.supabet-mjs8f9.supabet-ui23dg 14.supabet-84176l 18.supabet-f9okdp 13.supabet-6mdnzr 20.supabet-6jutfx 13.supabet-a1pyl5.supabet-igrveb 13.supabet-6mdnzr 22.supabet-m63ton 14.supabet-84176l 22.supabet-m63ton 15.supabet-15szix.supabet-zpfv1o 17.supabet-3h1zrf 21.supabet-igrveb 18.supabet-4hv3f7 20.supabet-6jutfx 18.supabet-fm52f1.supabet-qc11e5 18.supabet-d6vq1z.supabet-a8oe1j 18.supabet-4hv3f7 26.supabet-a4shaq 17.supabet-3h1zrf 26.supabet-a4shaq 15.supabet-mdvb35.supabet-a4shaq 14.supabet-84176l 27.supabet-a8oe1j 13.supabet-6mdnzr 28.supabet-qc11e5 13.supabet-rtj3s3.supabet-zo05nt 13.supabet-6mdnzr 31.supabet-09ua98 14.supabet-84176l 31.supabet-09ua98 15.supabet-obrhlz.supabet-a4shaq 17.supabet-3h1zrf 30.supabet-zo05nt 18.supabet-4hv3f7 28.supabet-qc11e5 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"])
    .supabet-dob40u {
    display: none;
  }
}

.supabet-ntgodq {
  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) {
  .supabet-ntgodq {
    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;
}

.supabet-n8z01g {
  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) {
  .supabet-n8z01g {
    padding: 14px 16px;
  }
}

.supabet-n8z01g button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.supabet-n8z01g button:first-child {
  align-content: end;
}

.supabet-n8z01g button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .supabet-n8z01g
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .supabet-n8z01g
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.supabet-n8z01g button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.supabet-n8z01g button:last-child svg {
  width: 38px;
  height: 38px;
}

.supabet-8te1j4 {
  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;
}

.supabet-8te1j4::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .supabet-8te1j4,
.pc61d126-chatbot[data-active-screen="3"]
  .supabet-8te1j4 {
  opacity: 1;
  visibility: visible;
}

.supabet-1u79rx {
  flex: 1 1;
}

.supabet-jr9lb5 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .supabet-jr9lb5 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .supabet-aekcgw {
  display: block;
}

.supabet-3w48l5 {
  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) {
  .supabet-3w48l5 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.supabet-hp2z58 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.supabet-hp2z58::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.supabet-30t2wi span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.supabet-30t2wi p {
  color: var(--Text-100);
}

.supabet-hp2z58 .supabet-iy95kr {
  grid-area: button;
}

.supabet-hp2z58 .supabet-iy95kr::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.supabet-kg0u9o.org/2000/svg'%3E%3Cpath d='M4.supabet-6lmuaz 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.supabet-2j2k8z 15L16.supabet-2j2k8z 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.supabet-2j2k8z 5L16.supabet-2j2k8z 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .supabet-0nxzqg {
  display: block;
}

.supabet-p3wedi {
  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) {
  .supabet-p3wedi {
    margin-top: 40px;
  }
}

.supabet-4az8y6 label,
.supabet-4az8y6 input {
  display: block;
  width: 100%;
}

.supabet-4az8y6 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.supabet-4az8y6 label.supabet-ai2h14 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.supabet-4az8y6 label.supabet-ai2h14::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;
}

.supabet-4az8y6 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;
}

.supabet-4az8y6 input::placeholder {
  color: var(--Text-400);
}

.supabet-j4qvuj {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .supabet-j4qvuj {
  display: flex;
}

.supabet-j4qvuj ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .supabet-j4qvuj ol {
    height: 420px;
    padding: 24px;
  }
}

.supabet-j4qvuj ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.supabet-uezg36 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .supabet-uezg36 {
    padding: 0 24px 24px;
  }
}

.supabet-uezg36 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;
}

.supabet-uezg36 input::placeholder {
  color: var(--Text-400);
}

.supabet-uezg36 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.supabet-uezg36 [type="submit"]:disabled {
  opacity: 0.5;
}

.supabet-uezg36 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .supabet-uezg36 [type="submit"] {
    right: 40px;
  }
}

.supabet-nazn4p {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.supabet-nazn4p.supabet-f8kq0c {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.supabet-nazn4p.supabet-f8kq0c::before {
  content: "";
  width: 31px;
}

.supabet-nazn4p.supabet-f8kq0c p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.supabet-nazn4p.supabet-bfixgd p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.supabet-nazn4p p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.supabet-8k2okm .supabet-iy95kr {
  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;
  }
}

.supabet-9u37hr {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .supabet-9u37hr {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .supabet-9u37hr {
    padding: 18px 0;
  }
}

.supabet-9u37hr .supabet-2a5i12 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .supabet-9u37hr .supabet-2a5i12 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.supabet-21qzvg {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .supabet-21qzvg {
    max-width: 160px;
    height: 40px;
  }
}

.supabet-21qzvg picture,
.supabet-21qzvg img {
  display: block;
  width: 100%;
  height: 100%;
}

.supabet-21qzvg img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .supabet-b5r98u {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.supabet-6794pf ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .supabet-9u37hr.supabet-m7840m .supabet-b5r98u {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .supabet-b5r98u {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .supabet-b5r98u {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.supabet-zhmhqg,
.supabet-w2sitn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .supabet-zhmhqg,
  .supabet-w2sitn {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .supabet-w2sitn {
    display: none;
  }
}

.supabet-4ty5re {
  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;
}

.supabet-m7840m .supabet-4ty5re {
  background: var(--fh-bg-color);
}

.supabet-4ty5re button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .supabet-4ty5re {
    display: none;
  }
}

.supabet-5oayas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .supabet-5oayas {
    display: none;
  }
}

.supabet-g8xh9l {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.supabet-9u37hr.supabet-m7840m .supabet-g8xh9l:first-child {
  display: none;
}

.supabet-9u37hr.supabet-m7840m .supabet-g8xh9l:last-child {
  display: block;
}

.supabet-g8xh9l:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .supabet-g8xh9l {
    display: none;
  }
}

.supabet-0rhwkd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .supabet-0rhwkd {
    display: flex;
  }
}

.supabet-0rhwkd ul {
  max-height: 350px;
  overflow-y: auto;
}

.supabet-0rhwkd:hover ul {
  visibility: visible;
  opacity: 1;
}

.supabet-0rhwkd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.supabet-0rhwkd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.supabet-0rhwkd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.supabet-0rhwkd:hover .supabet-siit7y svg {
  transform: rotate(180deg);
}

.supabet-w84v8h {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.supabet-ds98ni {
  padding: 0 8px;
}

.supabet-370dml {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.supabet-370dml:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .supabet-370dml {
    padding: 4px 8px;
  }
}

.supabet-ee3ucg {
  display: flex;
}

.supabet-ee3ucg img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.supabet-siit7y {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.supabet-siit7y svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.supabet-vb033v {
  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) {
  .supabet-vb033v {
    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;
  }
}

.supabet-swoyav {
  width: 100%;
}

@media (min-width: 1200px) {
  .supabet-swoyav {
    display: none;
  }
}

.supabet-3dmke6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.supabet-npqlfj {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.supabet-fouimm {
  display: flex;
}

.supabet-8b15at {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.supabet-1rb40c {
  list-style: none;
}

@media (max-width: 1199px) {
  .supabet-1rb40c {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .supabet-1rb40c {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .supabet-1rb40c .supabet-8z9cn1 [data-ref-el],
  .supabet-1rb40c .supabet-8z9cn1 span,
  .supabet-1rb40c .supabet-8z9cn1 a {
    white-space: nowrap;
  }
}

.supabet-lki3en {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .supabet-lki3en.supabet-zsyq8y > .supabet-8z9cn1 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .supabet-lki3en.supabet-88wdbm:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .supabet-lki3en.supabet-zsyq8y > .supabet-mxa0m2 {
    height: auto;
  }

  .supabet-lki3en.supabet-zsyq8y > div > .supabet-uhh3bb {
    transform: rotate(180deg);
  }
}

.supabet-lki3en [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.supabet-lki3en [data-ref-el],
.supabet-lki3en span {
  cursor: pointer;
}

.supabet-lki3en [data-ref-el],
.supabet-lki3en span,
.supabet-lki3en a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .supabet-lki3en [data-ref-el],
  .supabet-lki3en span,
  .supabet-lki3en a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .supabet-lki3en [data-ref-el],
  .supabet-lki3en span,
  .supabet-lki3en a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.supabet-mxa0m2 {
  height: 0;
  overflow: hidden;
  transition: height 0.supabet-6794pf ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.supabet-mxa0m2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.supabet-mxa0m2::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.supabet-mxa0m2::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .supabet-mxa0m2 {
    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;
  }

  .supabet-mxa0m2:has(> .supabet-lki3en.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .supabet-mxa0m2 .supabet-mxa0m2 {
    padding: 0;
  }

  .supabet-mxa0m2 .supabet-lki3en {
    font-weight: 400;
  }

  .supabet-mxa0m2 .supabet-lki3en:hover > .supabet-8z9cn1 {
    background: var(--Neutral-300);
  }

  .supabet-mxa0m2 .supabet-uhh3bb {
    rotate: -90deg;
  }
}

.supabet-8z9cn1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .supabet-8z9cn1 {
    padding: 8px;
  }

  .supabet-lki3en.supabet-779sa8 > .supabet-8z9cn1 {
    background: var(--Neutral-300);
  }
}

.supabet-uhh3bb {
  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.supabet-kg0u9o.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.supabet-0caovb 0.supabet-z9vo41.supabet-f400ko -0.supabet-a4uih7 0.supabet-mhp13o -0.supabet-a4uih7 1.supabet-xynx17 0.supabet-q81ehs.supabet-1r31ss 4.supabet-znql7w.supabet-0caovb 0.supabet-8yguus.supabet-4a1ljj -0.supabet-a4uih7 9.supabet-o99arz -0.supabet-a4uih7 10.supabet-wmrbg5 0.supabet-oq4hwk.supabet-zqkzom 0.supabet-f400ko 10.supabet-zqkzom 0.supabet-mhp13o 10.supabet-wmrbg5 1.supabet-ptzgkn.supabet-xluqgx 5.supabet-67j28b.supabet-tkfv4w 6.supabet-6uhwh1 5.supabet-4z40ri 6.supabet-6uhwh1 4.supabet-f0cyyd 5.supabet-7iza72.supabet-0caovb 1.supabet-nd5gbv.supabet-a4uih7 0.supabet-mhp13o -0.supabet-a4uih7 0.supabet-f400ko 0.supabet-0caovb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.supabet-6794pf ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .supabet-uhh3bb {
    cursor: default;
  }
}

.supabet-4qinl9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.supabet-rxlik6 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .supabet-rxlik6 {
    padding: 40px 4px;
  }
}

.supabet-24i0i6 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .supabet-24i0i6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.supabet-t6o374 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .supabet-t6o374 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.supabet-t6o374 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.supabet-t6o374 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.supabet-t6o374 [data-ref-el],
.supabet-t6o374 span,
.supabet-t6o374 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.supabet-fy50mm {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .supabet-fy50mm {
    margin-bottom: 12px;
  }
}

.supabet-6bsgnx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.supabet-6bsgnx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .supabet-6bsgnx:last-child {
    margin-right: 0;
  }
}

.supabet-1bp2sa {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.supabet-fy50mm:hover .supabet-bf1dbe {
  visibility: visible;
  opacity: 1;
}

.supabet-bf1dbe {
  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);
}

.supabet-ls2010 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.supabet-nmhanm {
  display: flex;
  margin: 6px;
}

.supabet-nmhanm img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.supabet-bf1dbe::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);
}

.supabet-bf1dbe::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);
}

.supabet-69f1a7 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .supabet-69f1a7 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.supabet-7gwdfa {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .supabet-7gwdfa {
    margin-right: 32px;
  }
}

.supabet-4myr3p {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .supabet-4myr3p {
    margin-top: 0;
    width: 340px;
  }
}

.supabet-4myr3p a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.supabet-9tm7dw {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.supabet-dha1jy {
  position: relative;
}

@media (min-width: 768px) {
  .supabet-dha1jy {
    margin-top: 40px;
  }
}

.supabet-dha1jy + .supabet-84nprc,
.supabet-dha1jy + .supabet-dha1jy {
  margin-top: 24px;
}

.supabet-6l14xw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .supabet-6l14xw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-6l14xw {
    padding: 80px;
  }
}

.supabet-x2uw29 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .supabet-x2uw29 {
    padding: 0 16px;
}


}

.supabet-9gm0xj {
  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) {
  .supabet-9gm0xj {
    font-size: 48px;
    line-height: 56px;
  }
}

.supabet-rx11mj {
  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) {
  .supabet-rx11mj {
    font-size: 24px;
    line-height: 32px;
  }
}

.supabet-bg5z1g {
  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;
}

.supabet-bg5z1g:hover {
  background: var(--button-bg-hover);
}

.supabet-1tus79 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.supabet-1tus79 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .supabet-1tus79 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .supabet-1tus79 img {
  min-height: 100%;
  }
}

.supabet-6l14xw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.supabet-lrc2an {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.supabet-lrc2an h1,
.supabet-lrc2an h2,
.supabet-lrc2an h3,
.supabet-lrc2an h4 {
  margin-bottom: 6px;
}

.supabet-lrc2an h1:not(:first-child),
.supabet-lrc2an h2:not(:first-child),
.supabet-lrc2an h3:not(:first-child),
.supabet-lrc2an h4:not(:first-child) {
  margin-top: 16px;
}

.supabet-lrc2an h1,
.supabet-lrc2an h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .supabet-lrc2an h1,
  .supabet-lrc2an h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.supabet-lrc2an h2,
.supabet-lrc2an h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .supabet-lrc2an h2,
  .supabet-lrc2an h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-lrc2an h3,
.supabet-lrc2an h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .supabet-lrc2an h3,
  .supabet-lrc2an h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.supabet-lrc2an h4,
.supabet-lrc2an h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.supabet-lrc2an ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.supabet-lrc2an ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.supabet-lrc2an 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);
}

.supabet-lrc2an ul ul {
  margin-bottom: 8px;
}

.supabet-lrc2an ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.supabet-lrc2an ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.supabet-lrc2an ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.supabet-lrc2an ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.supabet-lrc2an ol li::marker {
  font-weight: 700;
}

.supabet-lrc2an ol ol {
  margin-bottom: 8px;
}

.supabet-lrc2an ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.supabet-lrc2an ol ul li {
  padding-left: 16px;
}

.supabet-lrc2an 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) {
  .supabet-lrc2an table {
    padding: 24px;
  }
}

.supabet-lrc2an table.supabet-h2xluo {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.supabet-6794pf,
    mask-image 0.3s;
}

.supabet-lrc2an table.supabet-h2xluo.supabet-8jsqjo {
  -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) {
  .supabet-lrc2an table {
    display: table;
  }
}

.supabet-lrc2an 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);
}

.supabet-lrc2an table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.supabet-lrc2an table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.supabet-lrc2an 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) {
  .supabet-lrc2an table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.supabet-lrc2an table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.supabet-lrc2an table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.supabet-lrc2an table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.supabet-lrc2an img {
  max-width: 100%;
  height: auto;
}

.supabet-a4asfd {
  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) {
  .supabet-a4asfd {
    padding: 24px;
  }
}

.supabet-8327mg {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .supabet-8327mg {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.supabet-8327mg > * {
  margin: 0 !important;
}

.supabet-8327mg img,
.supabet-km74fq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-8327mg img,
  .supabet-km74fq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-rct5yg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-rct5yg {
    width: 32px;
    height: 32px;
  }
}

.supabet-n31r2g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.supabet-n31r2g .supabet-m2hkxj {
  flex-shrink: 0;
}

.supabet-n31r2g .supabet-dtavrd svg {
  display: none;
}

.supabet-o8wf23 {
  display: grid;
  transition: max-height 0.supabet-6794pf ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .supabet-o8wf23 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .supabet-o8wf23 {
    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));
  }
}

.supabet-o8wf23.supabet-7t1eiq + .supabet-m2hkxj svg {
  transform: rotate(180deg);
}

.supabet-522d81 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.supabet-522d81 > div:nth-child(3n) {
  grid-column: span 2;
}

.supabet-522d81
  > div:nth-child(3n)
  .supabet-dkq0sp
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .supabet-522d81 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .supabet-522d81 > div:nth-child(3n) {
    grid-column: unset;
  }

  .supabet-522d81
    > div:nth-child(3n)
    .supabet-dkq0sp
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .supabet-522d81 {
    max-width: 270px;
  }
}

.supabet-522d81 .supabet-dkq0sp button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .supabet-522d81 .supabet-dkq0sp button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .supabet-522d81 .supabet-dkq0sp button {
    max-width: 104px;
  }
}

.supabet-4jacg1 {
  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) {
  .supabet-4jacg1 {
    margin-bottom: 0;
  }
}

.supabet-0zmevv {
  display: none;
  opacity: 0;
}

.supabet-6vfi32 {
  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;
  }
}

.supabet-6vfi32 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.supabet-dkq0sp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.supabet-dkq0sp button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .supabet-dkq0sp
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .supabet-dkq0sp
    button {
    max-width: 145px;
  }
}

.supabet-egjxyk:first-child
  .supabet-dkq0sp
  button {
  max-width: 270px;
}

.supabet-3t1leg {
  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%;
}

.supabet-4jacg1 picture {
  width: 100%;
  max-width: 100%;
}

.supabet-9ut5bk {
  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;
}

.supabet-9ut5bk svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.supabet-4jacg1:hover .supabet-9ut5bk {
  display: flex;
}

.supabet-bdmlsw {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.supabet-g0vlhs {
  display: flex;
}

.supabet-g0vlhs:hover .supabet-z75d76,
.supabet-g0vlhs .supabet-779sa8 .supabet-z75d76 {
  display: flex;
}

.supabet-g0vlhs svg {
  flex-shrink: 0;
}

.supabet-z75d76 {
  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) {
  .supabet-z75d76 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.supabet-z75d76:hover {
  display: flex;
}

.supabet-z75d76 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.supabet-qsnups {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .supabet-qsnups {
    font-size: 12px;
  }
}

.supabet-5fakxy,
.supabet-jqpa9p {
  width: 50%;
  flex-shrink: 0;
}

.supabet-5fakxy {
  font-weight: 700;
}

.supabet-s2ul2m .supabet-o8wf23 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .supabet-s2ul2m .supabet-o8wf23 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .supabet-s2ul2m .supabet-o8wf23 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.supabet-s2ul2m
  .supabet-3t1leg:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.supabet-s2ul2m .supabet-6vfi32 {
  height: 100% !important;
  border-radius: 16px;
}

.supabet-s2ul2m .supabet-dkq0sp {
  gap: 4px;
  align-items: center;
}

.supabet-s2ul2m .supabet-dkq0sp button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.supabet-s2ul2m .supabet-dkq0sp svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.supabet-s2ul2m .supabet-374vki,
.supabet-s2ul2m .supabet-s172zl {
  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.supabet-kg0u9o.org/2000/svg'%3E%3Cpath d='M9.supabet-nt81is 4.supabet-68d80k.supabet-e8dqjd 5.supabet-o1drxk.supabet-9qlpq1 5.supabet-6m295p.supabet-hxzjzy 5.supabet-2uyit8.supabet-8c1bkl 8.supabet-0hbcjm.supabet-pwuhva 9.supabet-ukrjan.supabet-hlujxp 9.supabet-u0pl6z.supabet-5pv9f9 13.supabet-v3p84g.supabet-oeruzl 11.supabet-bixayw.supabet-6evp1q 11.supabet-j5rpna.supabet-jzeymh 11.supabet-3pkf9e.supabet-om0xz5 13.supabet-inlrqq.supabet-icsj14 9.supabet-x54nte.supabet-x4vvdj 9.supabet-89h6vk.supabet-3y3797 8.supabet-24gcsd.supabet-pekkdw 5.supabet-yi70m2.supabet-28hv4h 5.supabet-4843q7.supabet-vplxws 5.supabet-7alilt.supabet-5quwke 4.supabet-0iw18b.supabet-6evp1q 1.supabet-s8pqql.supabet-nt81is 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.supabet-s2ul2m .supabet-374vki {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.supabet-s2ul2m .supabet-s172zl {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.supabet-ztexez {
  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) {
  .supabet-ztexez {
    padding: 24px;
  }
}

.supabet-ztexez .supabet-m2hkxj {
  display: flex;
}

@media (min-width: 768px) {
  .supabet-ztexez .supabet-m2hkxj {
    display: none;
  }
}

.supabet-ztexez .supabet-dtavrd svg {
  display: none;
}

.supabet-9yfp82 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.supabet-9yfp82 .supabet-ybwgxr {
  display: none;
}

@media (min-width: 768px) {
  .supabet-9yfp82 .supabet-ybwgxr {
    display: flex;
  }
}

.supabet-m0j4p0 {
  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) {
  .supabet-m0j4p0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-m0j4p0 > * {
  margin: 0 !important;
}

.supabet-m0j4p0 img,
.supabet-tv3v4j {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-m0j4p0 img,
  .supabet-tv3v4j {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-6gq4gl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-6gq4gl {
    width: 32px;
    height: 32px;
  }
}

.supabet-l83ulq {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .supabet-l83ulq {
    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;
  }

  .supabet-l83ulq::-webkit-scrollbar {
    display: none;
  }
}

.supabet-qf12qx {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .supabet-qf12qx {
    padding: 7px 15px;
  }
}

.supabet-qf12qx:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.supabet-qr3g3k {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .supabet-qr3g3k {
    display: flex;
    opacity: 1;
  }
}

.supabet-qf12qx picture {
  height: 100%;
  display: block;
}

.supabet-qf12qx img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .supabet-qf12qx img {
    width: 88px;
    height: 44px;
  }
}

.supabet-qf12qx p {
  text-align: center;
  width: 100%;
}

.supabet-bxfvzj {
  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) {
  .supabet-bxfvzj {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-bxfvzj img,
.supabet-boiyd3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-bxfvzj img,
  .supabet-boiyd3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-11k2vr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-11k2vr {
    width: 32px;
    height: 32px;
  }
}

.supabet-z8abts {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.supabet-9rk2c9 {
  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;
}

.supabet-pfyb7t {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.supabet-pfyb7t.supabet-779sa8 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.supabet-tzvio4 {
  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) {
  .supabet-tzvio4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.supabet-9hea90 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.supabet-cmeue1 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.supabet-6794pf ease;
  opacity: 0;
  color: var(--text-color);
}

.supabet-mi7uv4 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.supabet-mi7uv4 ol,
.supabet-mi7uv4 ul {
  padding-left: 1.3em;
}

.supabet-pfyb7t.supabet-779sa8 .supabet-cmeue1 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.supabet-pfyb7t.supabet-779sa8 .supabet-9hea90 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.supabet-6f7tqm {
  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) {
  .supabet-6f7tqm {
    padding: 24px;
  }
}

.supabet-6f7tqm .supabet-m2hkxj {
  display: flex;
}

@media (min-width: 768px) {
  .supabet-6f7tqm .supabet-m2hkxj {
    display: none;
  }
}

.supabet-6f7tqm .supabet-dtavrd svg {
  display: none;
}

.supabet-6oq19k {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.supabet-6oq19k .supabet-ybwgxr {
  display: none;
}

@media (min-width: 768px) {
  .supabet-6oq19k .supabet-ybwgxr {
    display: flex;
  }
}

.supabet-jld3ra {
  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) {
  .supabet-jld3ra {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-jld3ra > * {
  margin: 0 !important;
}

.supabet-jld3ra img,
.supabet-asft69 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-jld3ra img,
  .supabet-asft69 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-ul6xv9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-ul6xv9 {
    width: 32px;
    height: 32px;
  }
}

.supabet-l19xj5 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .supabet-l19xj5 {
    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;
  }

  .supabet-l19xj5::-webkit-scrollbar {
    display: none;
  }
}

.supabet-ueyh1o {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.supabet-ueyh1o:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.supabet-w1ajc4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .supabet-w1ajc4 {
    display: flex;
    opacity: 1;
  }
}

.supabet-ueyh1o picture {
  width: auto;
  height: 100%;
  display: block;
}

.supabet-ueyh1o picture img {
  display: block;
  width: auto;
  height: 100%;
}

.supabet-o7uhx7 {
  margin: -24px 0;
}

.supabet-o7uhx7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .supabet-o7uhx7 {
    margin: -16px 0;
  }
}

.supabet-o877p4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .supabet-o877p4 {
    flex-direction: row;
  }
}

.supabet-vxkjqk {
  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) {
  .supabet-vxkjqk {
    flex: 1;
  }
}

.supabet-vxkjqk::placeholder {
  color: var(--Text-400);
}

.supabet-qcz6jc {
  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;
}

.supabet-hx1uiq {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.supabet-hx1uiq::-webkit-scrollbar {
  display: none;
}

.supabet-zgta75 {
  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;
}

.supabet-zgta75 img,
.supabet-zgta75 svg {
  margin-right: 8px;
}

.supabet-6uqfzz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.supabet-o7uhx7 + .supabet-knom4y {
  margin-top: 0;
}

@media (min-width: 768px) {
  .supabet-o7uhx7 + .supabet-knom4y {
    margin-top: -16px;
  }
}

.supabet-dpkftb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.supabet-dpkftb > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.supabet-dpkftb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.supabet-c2j5bt {
  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;
}

.supabet-5aaugh {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.supabet-xtcykg {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.supabet-cc3ku9 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.supabet-oi7ang {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.supabet-c2j5bt 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;
}

.supabet-c2j5bt 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) {
  .supabet-c2j5bt {
    padding: 39px 179px 39px 39px;
  }

  .supabet-5aaugh {
    font-size: 40px;
    line-height: 48px;
  }

  .supabet-oi7ang {
    height: 348px;
  }

  .supabet-c2j5bt button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .supabet-c2j5bt button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-c2j5bt {
    padding: 63px;
  }
}

.supabet-zbxif9 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .supabet-zbxif9 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.supabet-77osxd {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .supabet-77osxd {
    width: auto;
  }
}

.supabet-kla5tn {
  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;
}

.supabet-kla5tn::-webkit-scrollbar {
  display: none;
}

.supabet-kla5tn 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);
}

.supabet-kla5tn a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .supabet-kla5tn {
    margin-left: 16px;
    margin-top: 0;
  }
}

.supabet-zbxif9 .supabet-bmxejr {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.supabet-6794pf,
    mask-image 0.3s;
}

.supabet-zbxif9 .supabet-bmxejr.supabet-8jsqjo {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.supabet-3c38b1 {
  margin: 40px -16px;
}

.supabet-t0lifc + .supabet-84nprc,
.supabet-t0lifc + .supabet-dha1jy {
  margin-top: 24px;
}

.supabet-heltus {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.supabet-heltus picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.supabet-nbky94 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .supabet-nbky94 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .supabet-nbky94 {
    margin-top: 0;
  }
}

.supabet-zyd81f {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .supabet-zyd81f {
    font-size: 24px;
    line-height: 32px;
  }
}

.supabet-lcc1uv {
  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) {
  .supabet-lcc1uv {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.supabet-xu93o9 {
  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) {
  .supabet-xu93o9 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.supabet-wymh16 {
  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) {
  .supabet-wymh16 {
    font-size: 20px;
    line-height: 28px;
  }
}

.supabet-ecmwvo {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .supabet-ecmwvo {
    font-size: 32px;
    line-height: 40px;
  }
}

.supabet-482qer {
  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;
}

.supabet-dx52gv {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.supabet-dx52gv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.supabet-knom4y {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.supabet-pnyoxx {
  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) {
  .supabet-pnyoxx {
    padding: 15px 48px;
  }
}

main > .supabet-knom4y {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .supabet-o8wf23.supabet-d5uqqb > div:nth-child(n+5) {
    display: none;
  }
}

.supabet-lrc2an p a img {
  display: block;
  margin: 0 auto;
}


.supabet-0b15kh {
  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 */
.supabet-1tvp9p {
  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;
}

.supabet-1tvp9p label {
  font-size: 14px;
}

.supabet-1tvp9p h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.supabet-1tvp9p input,
.supabet-1tvp9p textarea,
.supabet-1tvp9p 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;
}
.supabet-1tvp9p button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.supabet-k9ci53 ease;
}
.supabet-1tvp9p button:hover {
  background-color: var(--button-bg-hover);
}
.supabet-95c8z7 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.supabet-ekr1l4 ease-in;
}

.supabet-95c8z7 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;
}
.supabet-iwfyy6, .supabet-3du7ag, [class*="review-card"],
thead, thead th, table th, .supabet-m478ty,
.supabet-yjmk4r, [class*="collapsible-header"],
.supabet-4g6on2, [class*="updated-block"] {
  color: #ece7dc !important;
}
