* {
  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-83ol3a {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .supabet-83ol3a {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-83ol3a {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.supabet-2ixdtp {
  overflow: hidden;
}

.supabet-xsvuj5 img {
  background: var(--Neutral-300);
}

.supabet-u1xppx {
  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-2pptmq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.supabet-2pptmq:hover {
  background: var(--button-bg-hover);
}

.supabet-4a1847 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.supabet-4a1847:hover {
  background: var(--button-bg-hover);
}

.supabet-4scfxz {
  font-size: 12px;
  line-height: 18px;
}

.supabet-kkfm7b {
  font-size: 18px;
  line-height: 26px;
}

.supabet-32qnrk {
  width: 100%;
}

.supabet-eox8b8 {
  padding: 6px 16px;
}

.supabet-ouqgpa {
  padding: 10px 16px;
}

.supabet-i26qtq {
  padding: 15px 26px;
}

.supabet-kexm77 {
  flex-shrink: 0;
}

.supabet-8rwcgi {
  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-9nw8xv {
  display: none;
}

.supabet-0gwxc6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.supabet-t44d53 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.supabet-ro00ae {
  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-uznqcx {
  cursor: grab;
}

.supabet-ro00ae::-webkit-scrollbar {
  display: none;
}

.supabet-kojpmv {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.supabet-7fnhqc {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.supabet-b0swst {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.supabet-qf876r {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.supabet-ds4bwq {
  visibility: visible;
}

.supabet-x9ni33 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.supabet-pljau1 ease;
}

.supabet-qrcyut {
  background-color: var(--Primary-200);
  width: 16px;
}

.supabet-fnzbgu {
  -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-pljau1,
    mask-image 0.3s;
}

.supabet-fnzbgu.supabet-18adb1 {
  -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-yl2mh0: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-ko0zgb {
  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-lb4zt1.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-lb4zt1.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-2qo2x1 {
  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-2qo2x1::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-mq0ncf {
  position: relative;
  z-index: 1;
}

.supabet-m5774k {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.supabet-wa3584 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.supabet-9ab5ps {
  font-size: 40px;
  line-height: 48px;
}

.supabet-qbejgw {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.supabet-9nrkhj {
  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-9nrkhj:hover {
  background: var(--Primary-400);
}

.supabet-9nrkhj svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.supabet-yl2mh0 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-2qo2x1 {
    max-width: 600px;
    padding: 64px;
  }

  .supabet-m5774k {
    font-size: 24px;
    line-height: 32px;
  }

  .supabet-wa3584 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .supabet-9ab5ps {
    font-size: 50px;
    line-height: 56px;
  }

  .supabet-qbejgw {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .supabet-ko0zgb {
    top: 25px;
    right: 25px;
  }
}

.supabet-rzpa8b,
.supabet-p36wnr {
  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-vgp4mo.supabet-yko83b::before,
.supabet-p36wnr::before,
.supabet-tnw961::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-lb4zt1.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.supabet-sn2txw 14.supabet-2yz0dh.supabet-n442ti 14.supabet-3ash64 15.supabet-5re7vk 14.supabet-qfhu4q 15.supabet-vzn5vl 14.supabet-kn2iiv.supabet-3t0fcv 14.supabet-1j54az 19.supabet-uys4gu 12.supabet-8gmp2j 19.supabet-uys4gu 10.supabet-f1zhce.supabet-uys4gu 8.supabet-hmaksq 17.supabet-ouhdys 7.supabet-eb47un 15.supabet-4883x0 7.supabet-1usapr.supabet-zq5q77 7.supabet-eb47un 11.supabet-7uv17y 8.supabet-hmaksq 11.supabet-7uv17y 10.supabet-9oa5lq.supabet-7uv17y 12.supabet-vordlg 13.supabet-wva9i1 14.supabet-fg2ghz 15.supabet-vff8wk 14.supabet-g9cbk8.supabet-dojkbp 14.supabet-sggunv 15.supabet-u870fw 14.supabet-7qodgz 15.supabet-jcg3ia 14.supabet-lq31f9.supabet-sn2txw 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.supabet-bxf35e 15.supabet-49ud1g.supabet-46jkbk 15.supabet-a5mk3t 15.supabet-rk1802 15.supabet-p1yp79 15.supabet-yjycme 15.supabet-wn17jx.supabet-wbpn0w 15.supabet-p1yp79 15.supabet-ihkxt7 15.supabet-k3p4mq 15.supabet-nb1ksa 15.supabet-0fnlwz.supabet-sx7ynz 15.supabet-0mlerm 7.supabet-895hch 18.supabet-rv6l0p 7.supabet-485fzb 23.supabet-lfpiuz.supabet-qluw4z.supabet-fygk64 18.supabet-89dma1 19.supabet-26xznc 15.supabet-b6qvsv 15.supabet-bxf35e 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.supabet-oil7w4 [type="submit"] *,
.supabet-ksdrtk button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .supabet-1knwof {
    display: none;
  }
}

.supabet-09lnhc {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .supabet-09lnhc {
  display: none;
}

@media (min-width: 768px) {
  .supabet-09lnhc {
    bottom: 22px;
  }
}

.supabet-09lnhc input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .supabet-09lnhc {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.supabet-x3x3cu.static) .supabet-09lnhc {
    bottom: 8px;
  }
}

.supabet-khob6d {
  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-lb4zt1.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.supabet-ljxq6p 3.supabet-cjf2wy.supabet-l8bo3o.supabet-0lgsqk 3.supabet-8t9gvx 3.supabet-v93g2b 5.supabet-3jzgpg 3.supabet-v93g2b 8.supabet-uyf36a.supabet-wnqsur.supabet-v93g2b 26.supabet-6sptih 5.supabet-ow9xle 28.supabet-kpzp1u 8.supabet-9dhckz 28.supabet-zensn2.supabet-llan0q 28.supabet-yyepde.supabet-bxqesn 34.supabet-0meovw.supabet-m6uag6 36.supabet-j5wiv5 11.supabet-zdkz7u 37.supabet-8k0ial 12.supabet-cics7z 36.supabet-zi77p8.supabet-c0h85l 28.supabet-u68tal.supabet-gextzi.supabet-45qwft 28.supabet-25b1a4 36.supabet-45nlkf 26.supabet-i4fie2 36.supabet-45nlkf 23.supabet-752jpd.supabet-svlv4f.supabet-45nlkf 5.supabet-ruixv6 34.supabet-905lop 3.supabet-8t9gvx 31.supabet-ljxq6p 3.supabet-y8smi4.supabet-m899sm 18.supabet-cossk6.supabet-glhcw9 18.supabet-mf01ct 8.supabet-un0v5q 17.supabet-bon7hg 8.supabet-un0v5q 15.supabet-40j8sd.supabet-un0v5q 14.supabet-bkpkqo 9.supabet-glhcw9 13.supabet-gpw0n4 11.supabet-m899sm 13.supabet-d126qe.supabet-y2hjyk 13.supabet-gpw0n4 13.supabet-0nlc7w 14.supabet-bkpkqo 13.supabet-0nlc7w 15.supabet-f102bi.supabet-0nlc7w 17.supabet-bon7hg 12.supabet-y2hjyk 18.supabet-mf01ct 11.supabet-m899sm 18.supabet-jpcd1l.supabet-xr28ib 18.supabet-5aahf9.supabet-6cqxyn 18.supabet-mf01ct 17.supabet-e8y8vq 17.supabet-bon7hg 17.supabet-e8y8vq 15.supabet-cxldht.supabet-e8y8vq 14.supabet-bkpkqo 18.supabet-6cqxyn 13.supabet-gpw0n4 20.supabet-xr28ib 13.supabet-wjz7q4.supabet-i430ez 13.supabet-gpw0n4 22.supabet-rxa8s2 14.supabet-bkpkqo 22.supabet-rxa8s2 15.supabet-16qsca.supabet-mqi8ir 17.supabet-bon7hg 21.supabet-i430ez 18.supabet-mf01ct 20.supabet-xr28ib 18.supabet-ndtoqb.supabet-fdz9nf 18.supabet-sfvzg4.supabet-kg725s 18.supabet-mf01ct 26.supabet-uzeex1 17.supabet-bon7hg 26.supabet-uzeex1 15.supabet-7xi20m.supabet-uzeex1 14.supabet-bkpkqo 27.supabet-kg725s 13.supabet-gpw0n4 28.supabet-fdz9nf 13.supabet-ms4n26.supabet-dd63k5 13.supabet-gpw0n4 31.supabet-qnf9uk 14.supabet-bkpkqo 31.supabet-qnf9uk 15.supabet-bazwdq.supabet-uzeex1 17.supabet-bon7hg 30.supabet-dd63k5 18.supabet-mf01ct 28.supabet-fdz9nf 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-khob6d {
    display: none;
  }
}

.supabet-u27ojn {
  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-u27ojn {
    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-ksdrtk {
  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-ksdrtk {
    padding: 14px 16px;
  }
}

.supabet-ksdrtk button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.supabet-ksdrtk button:first-child {
  align-content: end;
}

.supabet-ksdrtk button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .supabet-ksdrtk
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .supabet-ksdrtk
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.supabet-ksdrtk button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.supabet-ksdrtk button:last-child svg {
  width: 38px;
  height: 38px;
}

.supabet-tnw961 {
  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-tnw961::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .supabet-tnw961,
.pc61d126-chatbot[data-active-screen="3"]
  .supabet-tnw961 {
  opacity: 1;
  visibility: visible;
}

.supabet-468hq0 {
  flex: 1 1;
}

.supabet-h2o2f0 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .supabet-h2o2f0 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .supabet-xe5xjn {
  display: block;
}

.supabet-lsklud {
  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-lsklud {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.supabet-p36wnr {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.supabet-p36wnr::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.supabet-mfhgpd span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.supabet-mfhgpd p {
  color: var(--Text-100);
}

.supabet-p36wnr .supabet-sbpz45 {
  grid-area: button;
}

.supabet-p36wnr .supabet-sbpz45::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-lb4zt1.org/2000/svg'%3E%3Cpath d='M4.supabet-dp0sb2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.supabet-ssrtz8 15L16.supabet-ssrtz8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.supabet-ssrtz8 5L16.supabet-ssrtz8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .supabet-s0bcyx {
  display: block;
}

.supabet-tmamiw {
  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-tmamiw {
    margin-top: 40px;
  }
}

.supabet-rzpa8b label,
.supabet-rzpa8b input {
  display: block;
  width: 100%;
}

.supabet-rzpa8b label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.supabet-rzpa8b label.supabet-080oc4 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.supabet-rzpa8b label.supabet-080oc4::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-rzpa8b 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-rzpa8b input::placeholder {
  color: var(--Text-400);
}

.supabet-5tsknn {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .supabet-5tsknn {
  display: flex;
}

.supabet-5tsknn ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .supabet-5tsknn ol {
    height: 420px;
    padding: 24px;
  }
}

.supabet-5tsknn ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.supabet-oil7w4 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .supabet-oil7w4 {
    padding: 0 24px 24px;
  }
}

.supabet-oil7w4 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-oil7w4 input::placeholder {
  color: var(--Text-400);
}

.supabet-oil7w4 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.supabet-oil7w4 [type="submit"]:disabled {
  opacity: 0.5;
}

.supabet-oil7w4 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .supabet-oil7w4 [type="submit"] {
    right: 40px;
  }
}

.supabet-vgp4mo {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.supabet-vgp4mo.supabet-yko83b {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.supabet-vgp4mo.supabet-yko83b::before {
  content: "";
  width: 31px;
}

.supabet-vgp4mo.supabet-yko83b p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.supabet-vgp4mo.supabet-e14i0i p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.supabet-vgp4mo p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.supabet-09lnhc .supabet-sbpz45 {
  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-1knwof {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .supabet-1knwof {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .supabet-1knwof {
    padding: 18px 0;
  }
}

.supabet-1knwof .supabet-83ol3a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .supabet-1knwof .supabet-83ol3a {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.supabet-po4dx2 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .supabet-po4dx2 {
    max-width: 160px;
    height: 40px;
  }
}

.supabet-po4dx2 picture,
.supabet-po4dx2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.supabet-po4dx2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .supabet-rt5il4 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.supabet-pljau1 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .supabet-1knwof.supabet-06kyww .supabet-rt5il4 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .supabet-rt5il4 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .supabet-rt5il4 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.supabet-sxj0rq,
.supabet-0snyma {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .supabet-sxj0rq,
  .supabet-0snyma {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .supabet-0snyma {
    display: none;
  }
}

.supabet-60nkr4 {
  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-06kyww .supabet-60nkr4 {
  background: var(--fh-bg-color);
}

.supabet-60nkr4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .supabet-60nkr4 {
    display: none;
  }
}

.supabet-d9t0rn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .supabet-d9t0rn {
    display: none;
  }
}

.supabet-53gcfw {
  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-1knwof.supabet-06kyww .supabet-53gcfw:first-child {
  display: none;
}

.supabet-1knwof.supabet-06kyww .supabet-53gcfw:last-child {
  display: block;
}

.supabet-53gcfw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .supabet-53gcfw {
    display: none;
  }
}

.supabet-e52krd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .supabet-e52krd {
    display: flex;
  }
}

.supabet-e52krd ul {
  max-height: 350px;
  overflow-y: auto;
}

.supabet-e52krd:hover ul {
  visibility: visible;
  opacity: 1;
}

.supabet-e52krd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.supabet-e52krd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.supabet-e52krd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.supabet-e52krd:hover .supabet-0zrka2 svg {
  transform: rotate(180deg);
}

.supabet-xmbj9p {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.supabet-4mpcms {
  padding: 0 8px;
}

.supabet-j27dp9 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.supabet-j27dp9:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .supabet-j27dp9 {
    padding: 4px 8px;
  }
}

.supabet-3bcoec {
  display: flex;
}

.supabet-3bcoec img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.supabet-0zrka2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.supabet-0zrka2 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.supabet-9u6dvm {
  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-9u6dvm {
    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-bghny9 {
  width: 100%;
}

@media (min-width: 1200px) {
  .supabet-bghny9 {
    display: none;
  }
}

.supabet-fl8anu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.supabet-gbret1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.supabet-jl3q6l {
  display: flex;
}

.supabet-oiqfs4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.supabet-4mnq91 {
  list-style: none;
}

@media (max-width: 1199px) {
  .supabet-4mnq91 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .supabet-4mnq91 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .supabet-4mnq91 .supabet-db9lt2 [data-ref-el],
  .supabet-4mnq91 .supabet-db9lt2 span,
  .supabet-4mnq91 .supabet-db9lt2 a {
    white-space: nowrap;
  }
}

.supabet-9jajj4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .supabet-9jajj4.supabet-6goaor > .supabet-db9lt2 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .supabet-9jajj4.supabet-4tylc1:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .supabet-9jajj4.supabet-6goaor > .supabet-56ydqr {
    height: auto;
  }

  .supabet-9jajj4.supabet-6goaor > div > .supabet-xop6gx {
    transform: rotate(180deg);
  }
}

.supabet-9jajj4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.supabet-9jajj4 [data-ref-el],
.supabet-9jajj4 span {
  cursor: pointer;
}

.supabet-9jajj4 [data-ref-el],
.supabet-9jajj4 span,
.supabet-9jajj4 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-9jajj4 [data-ref-el],
  .supabet-9jajj4 span,
  .supabet-9jajj4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .supabet-9jajj4 [data-ref-el],
  .supabet-9jajj4 span,
  .supabet-9jajj4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.supabet-56ydqr {
  height: 0;
  overflow: hidden;
  transition: height 0.supabet-pljau1 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.supabet-56ydqr::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.supabet-56ydqr::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.supabet-56ydqr::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .supabet-56ydqr {
    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-56ydqr:has(> .supabet-9jajj4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .supabet-56ydqr .supabet-56ydqr {
    padding: 0;
  }

  .supabet-56ydqr .supabet-9jajj4 {
    font-weight: 400;
  }

  .supabet-56ydqr .supabet-9jajj4:hover > .supabet-db9lt2 {
    background: var(--Neutral-300);
  }

  .supabet-56ydqr .supabet-xop6gx {
    rotate: -90deg;
  }
}

.supabet-db9lt2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .supabet-db9lt2 {
    padding: 8px;
  }

  .supabet-9jajj4.supabet-zxo89q > .supabet-db9lt2 {
    background: var(--Neutral-300);
  }
}

.supabet-xop6gx {
  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-lb4zt1.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.supabet-9obifb 0.supabet-6f7uj7.supabet-np45dh -0.supabet-79mccz 0.supabet-li9bk4 -0.supabet-79mccz 1.supabet-o6m9eo 0.supabet-otlias.supabet-znhuka 4.supabet-1cb8mt.supabet-9obifb 0.supabet-7j51uc.supabet-8kkdfu -0.supabet-79mccz 9.supabet-ppmjri -0.supabet-79mccz 10.supabet-v79b61 0.supabet-l703wf.supabet-z4aoui 0.supabet-np45dh 10.supabet-z4aoui 0.supabet-li9bk4 10.supabet-v79b61 1.supabet-kh4tns.supabet-1mwzq9 5.supabet-b67x3p.supabet-fihds7 6.supabet-mfep5r 5.supabet-xu8pxu 6.supabet-mfep5r 4.supabet-75x09z 5.supabet-duxe80.supabet-9obifb 1.supabet-uv10qa.supabet-79mccz 0.supabet-li9bk4 -0.supabet-79mccz 0.supabet-np45dh 0.supabet-9obifb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.supabet-pljau1 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .supabet-xop6gx {
    cursor: default;
  }
}

.supabet-26h1wu {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.supabet-0j1p38 {
  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-0j1p38 {
    padding: 40px 4px;
  }
}

.supabet-s7f56m {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .supabet-s7f56m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.supabet-l7i4b2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .supabet-l7i4b2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.supabet-l7i4b2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.supabet-l7i4b2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.supabet-l7i4b2 [data-ref-el],
.supabet-l7i4b2 span,
.supabet-l7i4b2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.supabet-lgs581 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .supabet-lgs581 {
    margin-bottom: 12px;
  }
}

.supabet-5ow5dr {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.supabet-5ow5dr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .supabet-5ow5dr:last-child {
    margin-right: 0;
  }
}

.supabet-6k876z {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.supabet-lgs581:hover .supabet-tfm0mh {
  visibility: visible;
  opacity: 1;
}

.supabet-tfm0mh {
  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-tjsilz {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.supabet-siq35e {
  display: flex;
  margin: 6px;
}

.supabet-siq35e img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.supabet-tfm0mh::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-tfm0mh::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-8w3ysg {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .supabet-8w3ysg {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.supabet-ay307y {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .supabet-ay307y {
    margin-right: 32px;
  }
}

.supabet-nh49ar {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .supabet-nh49ar {
    margin-top: 0;
    width: 340px;
  }
}

.supabet-nh49ar a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.supabet-3thfyu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.supabet-egw35e {
  position: relative;
}

@media (min-width: 768px) {
  .supabet-egw35e {
    margin-top: 40px;
  }
}

.supabet-egw35e + .supabet-lqbzf0,
.supabet-egw35e + .supabet-egw35e {
  margin-top: 24px;
}

.supabet-ncrnvh {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .supabet-ncrnvh {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-ncrnvh {
    padding: 80px;
  }
}

.supabet-u1u0v6 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .supabet-u1u0v6 {
    padding: 0 16px;
}


}

.supabet-l331sh {
  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-l331sh {
    font-size: 48px;
    line-height: 56px;
  }
}

.supabet-llej9r {
  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-llej9r {
    font-size: 24px;
    line-height: 32px;
  }
}

.supabet-yvlij7 {
  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-yvlij7:hover {
  background: var(--button-bg-hover);
}

.supabet-psipgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.supabet-psipgs img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .supabet-psipgs img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .supabet-psipgs img {
  min-height: 100%;
  }
}

.supabet-ncrnvh::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.supabet-28yb8m {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.supabet-28yb8m h1,
.supabet-28yb8m h2,
.supabet-28yb8m h3,
.supabet-28yb8m h4 {
  margin-bottom: 6px;
}

.supabet-28yb8m h1:not(:first-child),
.supabet-28yb8m h2:not(:first-child),
.supabet-28yb8m h3:not(:first-child),
.supabet-28yb8m h4:not(:first-child) {
  margin-top: 16px;
}

.supabet-28yb8m h1,
.supabet-28yb8m h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .supabet-28yb8m h1,
  .supabet-28yb8m h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.supabet-28yb8m h2,
.supabet-28yb8m h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .supabet-28yb8m h2,
  .supabet-28yb8m h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-28yb8m h3,
.supabet-28yb8m h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .supabet-28yb8m h3,
  .supabet-28yb8m h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.supabet-28yb8m h4,
.supabet-28yb8m h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.supabet-28yb8m ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.supabet-28yb8m ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.supabet-28yb8m 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-28yb8m ul ul {
  margin-bottom: 8px;
}

.supabet-28yb8m ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.supabet-28yb8m ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.supabet-28yb8m ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.supabet-28yb8m ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.supabet-28yb8m ol li::marker {
  font-weight: 700;
}

.supabet-28yb8m ol ol {
  margin-bottom: 8px;
}

.supabet-28yb8m ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.supabet-28yb8m ol ul li {
  padding-left: 16px;
}

.supabet-28yb8m 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-28yb8m table {
    padding: 24px;
  }
}

.supabet-28yb8m table.supabet-627j0q {
  -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-pljau1,
    mask-image 0.3s;
}

.supabet-28yb8m table.supabet-627j0q.supabet-18adb1 {
  -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-28yb8m table {
    display: table;
  }
}

.supabet-28yb8m 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-28yb8m table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.supabet-28yb8m table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.supabet-28yb8m 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-28yb8m table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.supabet-28yb8m table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.supabet-28yb8m table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.supabet-28yb8m table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.supabet-28yb8m img {
  max-width: 100%;
  height: auto;
}

.supabet-09scr5 {
  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-09scr5 {
    padding: 24px;
  }
}

.supabet-tsbxlu {
  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-tsbxlu {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.supabet-tsbxlu > * {
  margin: 0 !important;
}

.supabet-tsbxlu img,
.supabet-is8axl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-tsbxlu img,
  .supabet-is8axl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-rklx7h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-rklx7h {
    width: 32px;
    height: 32px;
  }
}

.supabet-fba11d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.supabet-fba11d .supabet-rxnbtf {
  flex-shrink: 0;
}

.supabet-fba11d .supabet-q8at3u svg {
  display: none;
}

.supabet-b1e8ts {
  display: grid;
  transition: max-height 0.supabet-pljau1 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .supabet-b1e8ts {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .supabet-b1e8ts {
    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-b1e8ts.supabet-qwhm0p + .supabet-rxnbtf svg {
  transform: rotate(180deg);
}

.supabet-mnl23b {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.supabet-mnl23b > div:nth-child(3n) {
  grid-column: span 2;
}

.supabet-mnl23b
  > div:nth-child(3n)
  .supabet-wmdc32
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .supabet-mnl23b {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .supabet-mnl23b > div:nth-child(3n) {
    grid-column: unset;
  }

  .supabet-mnl23b
    > div:nth-child(3n)
    .supabet-wmdc32
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .supabet-mnl23b {
    max-width: 270px;
  }
}

.supabet-mnl23b .supabet-wmdc32 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .supabet-mnl23b .supabet-wmdc32 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .supabet-mnl23b .supabet-wmdc32 button {
    max-width: 104px;
  }
}

.supabet-4m1nvf {
  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-4m1nvf {
    margin-bottom: 0;
  }
}

.supabet-d2nzmz {
  display: none;
  opacity: 0;
}

.supabet-78hbsp {
  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-78hbsp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.supabet-wmdc32 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.supabet-wmdc32 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-wmdc32
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .supabet-wmdc32
    button {
    max-width: 145px;
  }
}

.supabet-oebi4l:first-child
  .supabet-wmdc32
  button {
  max-width: 270px;
}

.supabet-61sihl {
  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-4m1nvf picture {
  width: 100%;
  max-width: 100%;
}

.supabet-jl4k0o {
  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-jl4k0o svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.supabet-4m1nvf:hover .supabet-jl4k0o {
  display: flex;
}

.supabet-3tqoq1 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.supabet-nhdnbs {
  display: flex;
}

.supabet-nhdnbs:hover .supabet-e09h2i,
.supabet-nhdnbs .supabet-zxo89q .supabet-e09h2i {
  display: flex;
}

.supabet-nhdnbs svg {
  flex-shrink: 0;
}

.supabet-e09h2i {
  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-e09h2i {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.supabet-e09h2i:hover {
  display: flex;
}

.supabet-e09h2i svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.supabet-l8zdgl {
  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-l8zdgl {
    font-size: 12px;
  }
}

.supabet-hs72p9,
.supabet-xr1up0 {
  width: 50%;
  flex-shrink: 0;
}

.supabet-hs72p9 {
  font-weight: 700;
}

.supabet-i6rlwi .supabet-b1e8ts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .supabet-i6rlwi .supabet-b1e8ts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .supabet-i6rlwi .supabet-b1e8ts {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.supabet-i6rlwi
  .supabet-61sihl:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.supabet-i6rlwi .supabet-78hbsp {
  height: 100% !important;
  border-radius: 16px;
}

.supabet-i6rlwi .supabet-wmdc32 {
  gap: 4px;
  align-items: center;
}

.supabet-i6rlwi .supabet-wmdc32 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.supabet-i6rlwi .supabet-wmdc32 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.supabet-i6rlwi .supabet-h4ogf9,
.supabet-i6rlwi .supabet-7kxi3z {
  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-lb4zt1.org/2000/svg'%3E%3Cpath d='M9.supabet-1gs3lt 4.supabet-wi8ijc.supabet-o5u349 5.supabet-vhlfx9.supabet-6ufiek 5.supabet-x9m83z.supabet-syh83c 5.supabet-ajmo7k.supabet-pbx2la 8.supabet-hubn7a.supabet-ih0wqr 9.supabet-7zgkqr.supabet-5u1m55 9.supabet-50r7nl.supabet-g6rkc9 13.supabet-et761c.supabet-e6ma32 11.supabet-0alhau.supabet-dp3cz3 11.supabet-f57eck.supabet-8cxjpw 11.supabet-ehy3se.supabet-ctf32p 13.supabet-wp2oxh.supabet-j4tdpi 9.supabet-uzq3fm.supabet-jklaw9 9.supabet-0cwi4l.supabet-vp4aad 8.supabet-db0t5c.supabet-ybojw2 5.supabet-s8l5ng.supabet-ok3am6 5.supabet-ficr62.supabet-1mzzlm 5.supabet-ai373l.supabet-af59dc 4.supabet-i0pmjh.supabet-dp3cz3 1.supabet-gscijf.supabet-1gs3lt 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.supabet-i6rlwi .supabet-h4ogf9 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.supabet-i6rlwi .supabet-7kxi3z {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.supabet-p4mmkq {
  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-p4mmkq {
    padding: 24px;
  }
}

.supabet-p4mmkq .supabet-rxnbtf {
  display: flex;
}

@media (min-width: 768px) {
  .supabet-p4mmkq .supabet-rxnbtf {
    display: none;
  }
}

.supabet-p4mmkq .supabet-q8at3u svg {
  display: none;
}

.supabet-e34btt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.supabet-e34btt .supabet-u1xppx {
  display: none;
}

@media (min-width: 768px) {
  .supabet-e34btt .supabet-u1xppx {
    display: flex;
  }
}

.supabet-dgkp4z {
  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-dgkp4z {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-dgkp4z > * {
  margin: 0 !important;
}

.supabet-dgkp4z img,
.supabet-30umy2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-dgkp4z img,
  .supabet-30umy2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-63xrd5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-63xrd5 {
    width: 32px;
    height: 32px;
  }
}

.supabet-7byfn2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .supabet-7byfn2 {
    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-7byfn2::-webkit-scrollbar {
    display: none;
  }
}

.supabet-9h2ntu {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .supabet-9h2ntu {
    padding: 7px 15px;
  }
}

.supabet-9h2ntu:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.supabet-rzrlf2 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .supabet-rzrlf2 {
    display: flex;
    opacity: 1;
  }
}

.supabet-9h2ntu picture {
  height: 100%;
  display: block;
}

.supabet-9h2ntu img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .supabet-9h2ntu img {
    width: 88px;
    height: 44px;
  }
}

.supabet-9h2ntu p {
  text-align: center;
  width: 100%;
}

.supabet-n7jahb {
  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-n7jahb {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-n7jahb img,
.supabet-cmmq4c {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-n7jahb img,
  .supabet-cmmq4c {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-vdpndu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-vdpndu {
    width: 32px;
    height: 32px;
  }
}

.supabet-blvkzl {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.supabet-2iq5rp {
  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-lkjc3k {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.supabet-lkjc3k.supabet-zxo89q {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.supabet-4tdcmt {
  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-4tdcmt {
    font-size: 20px;
    line-height: 28px;
  }
}

.supabet-fmq8jb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.supabet-edqm87 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.supabet-pljau1 ease;
  opacity: 0;
  color: var(--text-color);
}

.supabet-cfbyca {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.supabet-cfbyca ol,
.supabet-cfbyca ul {
  padding-left: 1.3em;
}

.supabet-lkjc3k.supabet-zxo89q .supabet-edqm87 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.supabet-lkjc3k.supabet-zxo89q .supabet-fmq8jb {
  transform: rotate(180deg);
  color: var(--text-color);
}

.supabet-xfuhz0 {
  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-xfuhz0 {
    padding: 24px;
  }
}

.supabet-xfuhz0 .supabet-rxnbtf {
  display: flex;
}

@media (min-width: 768px) {
  .supabet-xfuhz0 .supabet-rxnbtf {
    display: none;
  }
}

.supabet-xfuhz0 .supabet-q8at3u svg {
  display: none;
}

.supabet-t714t6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.supabet-t714t6 .supabet-u1xppx {
  display: none;
}

@media (min-width: 768px) {
  .supabet-t714t6 .supabet-u1xppx {
    display: flex;
  }
}

.supabet-815s3f {
  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-815s3f {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-815s3f > * {
  margin: 0 !important;
}

.supabet-815s3f img,
.supabet-cmn4at {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-815s3f img,
  .supabet-cmn4at {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-2hkkf1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-2hkkf1 {
    width: 32px;
    height: 32px;
  }
}

.supabet-1ezkdr {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .supabet-1ezkdr {
    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-1ezkdr::-webkit-scrollbar {
    display: none;
  }
}

.supabet-p3sdtp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.supabet-p3sdtp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.supabet-f1xwjb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .supabet-f1xwjb {
    display: flex;
    opacity: 1;
  }
}

.supabet-p3sdtp picture {
  width: auto;
  height: 100%;
  display: block;
}

.supabet-p3sdtp picture img {
  display: block;
  width: auto;
  height: 100%;
}

.supabet-cehjjl {
  margin: -24px 0;
}

.supabet-cehjjl:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .supabet-cehjjl {
    margin: -16px 0;
  }
}

.supabet-fzmaun {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .supabet-fzmaun {
    flex-direction: row;
  }
}

.supabet-b3ntoe {
  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-b3ntoe {
    flex: 1;
  }
}

.supabet-b3ntoe::placeholder {
  color: var(--Text-400);
}

.supabet-58ke1x {
  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-xzwbxd {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.supabet-xzwbxd::-webkit-scrollbar {
  display: none;
}

.supabet-oe0p4c {
  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-oe0p4c img,
.supabet-oe0p4c svg {
  margin-right: 8px;
}

.supabet-ok01rb {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.supabet-cehjjl + .supabet-f6sz61 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .supabet-cehjjl + .supabet-f6sz61 {
    margin-top: -16px;
  }
}

.supabet-dqeilz {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.supabet-dqeilz > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.supabet-dqeilz > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.supabet-x2gxsb {
  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-jixp8m {
  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-bex2w1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.supabet-ujxbzt {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.supabet-ir1n30 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.supabet-x2gxsb 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-x2gxsb 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-x2gxsb {
    padding: 39px 179px 39px 39px;
  }

  .supabet-jixp8m {
    font-size: 40px;
    line-height: 48px;
  }

  .supabet-ir1n30 {
    height: 348px;
  }

  .supabet-x2gxsb button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .supabet-x2gxsb button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-x2gxsb {
    padding: 63px;
  }
}

.supabet-bvp21n {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .supabet-bvp21n {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.supabet-y80x1i {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .supabet-y80x1i {
    width: auto;
  }
}

.supabet-ha1mfm {
  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-ha1mfm::-webkit-scrollbar {
  display: none;
}

.supabet-ha1mfm 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-ha1mfm a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .supabet-ha1mfm {
    margin-left: 16px;
    margin-top: 0;
  }
}

.supabet-bvp21n .supabet-5v9mjg {
  -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-pljau1,
    mask-image 0.3s;
}

.supabet-bvp21n .supabet-5v9mjg.supabet-18adb1 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.supabet-c1nw3q {
  margin: 40px -16px;
}

.supabet-yq7qs7 + .supabet-lqbzf0,
.supabet-yq7qs7 + .supabet-egw35e {
  margin-top: 24px;
}

.supabet-2hkzvw {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.supabet-2hkzvw picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.supabet-o51qde {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .supabet-o51qde {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .supabet-o51qde {
    margin-top: 0;
  }
}

.supabet-wsfyco {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .supabet-wsfyco {
    font-size: 24px;
    line-height: 32px;
  }
}

.supabet-3ft41n {
  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-3ft41n {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.supabet-pukj3g {
  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-pukj3g {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.supabet-iwoqt9 {
  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-iwoqt9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.supabet-pqww78 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .supabet-pqww78 {
    font-size: 32px;
    line-height: 40px;
  }
}

.supabet-gevfcm {
  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-2kdcdu {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.supabet-2kdcdu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.supabet-f6sz61 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.supabet-ronzs6 {
  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-ronzs6 {
    padding: 15px 48px;
  }
}

main > .supabet-f6sz61 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .supabet-b1e8ts.supabet-nbzfnw > div:nth-child(n+5) {
    display: none;
  }
}

.supabet-28yb8m p a img {
  display: block;
  margin: 0 auto;
}


.supabet-th9bfg {
  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-sbhvlz {
  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-sbhvlz label {
  font-size: 14px;
}

.supabet-sbhvlz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.supabet-sbhvlz input,
.supabet-sbhvlz textarea,
.supabet-sbhvlz 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-sbhvlz button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.supabet-zb4n2x ease;
}
.supabet-sbhvlz button:hover {
  background-color: var(--button-bg-hover);
}
.supabet-08wdka {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.supabet-oyjhxo ease-in;
}

.supabet-08wdka 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-b5fbs2, .supabet-xjqgsk, [class*="review-card"],
thead, thead th, table th, .supabet-ef9xlg,
.supabet-14610y, [class*="collapsible-header"],
.supabet-nez3k1, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v5 */
header, header nav { background: #111214 !important; }
footer { background: #111214 !important; border-top: 1px solid rgba(255, 255, 255, 0.10) !important; color: #d8d3c6 !important; }
header label span { background: #d8d3c6 !important; }
