* {
  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-6vg9vy {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .supabet-6vg9vy {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-6vg9vy {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.supabet-xjxxe9 {
  overflow: hidden;
}

.supabet-l5dcdq img {
  background: var(--Neutral-300);
}

.supabet-pr36ah {
  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-clxt4h {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.supabet-clxt4h:hover {
  background: var(--button-bg-hover);
}

.supabet-msgfod {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.supabet-msgfod:hover {
  background: var(--button-bg-hover);
}

.supabet-f60lhi {
  font-size: 12px;
  line-height: 18px;
}

.supabet-wqggwb {
  font-size: 18px;
  line-height: 26px;
}

.supabet-cnqdl3 {
  width: 100%;
}

.supabet-nxkkvi {
  padding: 6px 16px;
}

.supabet-k00xbv {
  padding: 10px 16px;
}

.supabet-4rt5qc {
  padding: 15px 26px;
}

.supabet-o6ld6a {
  flex-shrink: 0;
}

.supabet-irzg2x {
  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-iv4gjt {
  display: none;
}

.supabet-vkxayi {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.supabet-f0268x {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.supabet-4p9b56 {
  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-jq6l1t {
  cursor: grab;
}

.supabet-4p9b56::-webkit-scrollbar {
  display: none;
}

.supabet-8hl803 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.supabet-nd9nq1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.supabet-cackcr {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.supabet-rla3y5 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.supabet-muw12v {
  visibility: visible;
}

.supabet-ar6ust {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.supabet-zkf8g0 ease;
}

.supabet-8rr1gc {
  background-color: var(--Primary-200);
  width: 16px;
}

.supabet-v57fq2 {
  -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-zkf8g0,
    mask-image 0.3s;
}

.supabet-v57fq2.supabet-u8vkvt {
  -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-jwxe9c: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-c35ior {
  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-mvd2xg.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-mvd2xg.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-v7u3ci {
  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-v7u3ci::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-ku0xct {
  position: relative;
  z-index: 1;
}

.supabet-csrh4i {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.supabet-1tcn2t {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.supabet-74jagq {
  font-size: 40px;
  line-height: 48px;
}

.supabet-lea02e {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.supabet-x4obth {
  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-x4obth:hover {
  background: var(--Primary-400);
}

.supabet-x4obth svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.supabet-jwxe9c 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-v7u3ci {
    max-width: 600px;
    padding: 64px;
  }

  .supabet-csrh4i {
    font-size: 24px;
    line-height: 32px;
  }

  .supabet-1tcn2t {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .supabet-74jagq {
    font-size: 50px;
    line-height: 56px;
  }

  .supabet-lea02e {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .supabet-c35ior {
    top: 25px;
    right: 25px;
  }
}

.supabet-jx7g5r,
.supabet-nkbrrw {
  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-2t9ph6.supabet-cgelmp::before,
.supabet-nkbrrw::before,
.supabet-o3x8ul::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-mvd2xg.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.supabet-q8b2dm 14.supabet-7ugkpk.supabet-q3txmb 14.supabet-ip64st 15.supabet-qvjc6f 14.supabet-ne1udf 15.supabet-2w2jxm 14.supabet-9bvxyp.supabet-g46c36 14.supabet-hpryps 19.supabet-d47pwv 12.supabet-wraw6c 19.supabet-d47pwv 10.supabet-ds6ogg.supabet-d47pwv 8.supabet-wff952 17.supabet-2wfzvr 7.supabet-0iu28j 15.supabet-da1pis 7.supabet-0vxpyc.supabet-1wh4cy 7.supabet-0iu28j 11.supabet-m90jl0 8.supabet-wff952 11.supabet-m90jl0 10.supabet-3hkn29.supabet-m90jl0 12.supabet-0hbxta 13.supabet-qbpjlu 14.supabet-2701me 15.supabet-ih9c2l 14.supabet-4z8aq1.supabet-062k77 14.supabet-gnhp5r 15.supabet-alsqtz 14.supabet-biamf0 15.supabet-0i24fb 14.supabet-yw7wzh.supabet-q8b2dm 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.supabet-gxtoat 15.supabet-c2vku7.supabet-6yts9h 15.supabet-9p0xem 15.supabet-f4hhpq 15.supabet-957wjw 15.supabet-ejem4t 15.supabet-gl2mgb.supabet-ed3or5 15.supabet-957wjw 15.supabet-ict1u0 15.supabet-4a3pup 15.supabet-6vk1lf 15.supabet-jibfix.supabet-lp5f96 15.supabet-lo8yb4 7.supabet-ipr0r9 18.supabet-f1tuwc 7.supabet-ba1wor 23.supabet-6hu2f4.supabet-m16wlw.supabet-hcv7xz 18.supabet-w3cwf8 19.supabet-rtkwb4 15.supabet-75l8xw 15.supabet-gxtoat 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.supabet-bygx5n [type="submit"] *,
.supabet-vgbop0 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .supabet-ba3yko {
    display: none;
  }
}

.supabet-4i20m5 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .supabet-4i20m5 {
  display: none;
}

@media (min-width: 768px) {
  .supabet-4i20m5 {
    bottom: 22px;
  }
}

.supabet-4i20m5 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .supabet-4i20m5 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.supabet-jfti1d.static) .supabet-4i20m5 {
    bottom: 8px;
  }
}

.supabet-hm26zq {
  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-mvd2xg.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.supabet-vms0sx 3.supabet-62izdc.supabet-66oany.supabet-h8r6o5 3.supabet-uas94w 3.supabet-6vhzt5 5.supabet-fs3kza 3.supabet-6vhzt5 8.supabet-u9wv8s.supabet-opvorp.supabet-6vhzt5 26.supabet-6a7niz 5.supabet-6vv3ne 28.supabet-biikkj 8.supabet-86wh4z 28.supabet-z0ufq7.supabet-wo17ob 28.supabet-bcb0a7.supabet-9am1wp 34.supabet-abs9bj.supabet-8l8l9k 36.supabet-3vwes7 11.supabet-5v2kqo 37.supabet-cp3p8p 12.supabet-j3ffmh 36.supabet-ycb4kw.supabet-24u20b 28.supabet-ai512q.supabet-ysmqjo.supabet-b80bc8 28.supabet-5bn9pk 36.supabet-xfxr10 26.supabet-qdu1w2 36.supabet-xfxr10 23.supabet-i8kswn.supabet-f62l2m.supabet-xfxr10 5.supabet-43in0v 34.supabet-vhjyoi 3.supabet-uas94w 31.supabet-vms0sx 3.supabet-7mfzr5.supabet-bfphqz 18.supabet-vd9nfd.supabet-8bwm4f 18.supabet-e6fz8b 8.supabet-t27osk 17.supabet-23nf3x 8.supabet-t27osk 15.supabet-t4a5bc.supabet-t27osk 14.supabet-884vnz 9.supabet-8bwm4f 13.supabet-eg1xw5 11.supabet-bfphqz 13.supabet-zc35z7.supabet-2k1g90 13.supabet-eg1xw5 13.supabet-60u5pl 14.supabet-884vnz 13.supabet-60u5pl 15.supabet-njx9k4.supabet-60u5pl 17.supabet-23nf3x 12.supabet-2k1g90 18.supabet-e6fz8b 11.supabet-bfphqz 18.supabet-m69x2o.supabet-1pay1w 18.supabet-ccldtw.supabet-ar861e 18.supabet-e6fz8b 17.supabet-cdmx1w 17.supabet-23nf3x 17.supabet-cdmx1w 15.supabet-t4hdro.supabet-cdmx1w 14.supabet-884vnz 18.supabet-ar861e 13.supabet-eg1xw5 20.supabet-1pay1w 13.supabet-liy0yx.supabet-hhpm3m 13.supabet-eg1xw5 22.supabet-agg604 14.supabet-884vnz 22.supabet-agg604 15.supabet-n5swb2.supabet-yee7f0 17.supabet-23nf3x 21.supabet-hhpm3m 18.supabet-e6fz8b 20.supabet-1pay1w 18.supabet-rmzlbh.supabet-7qpvez 18.supabet-jz6hjl.supabet-55hk20 18.supabet-e6fz8b 26.supabet-6k1q52 17.supabet-23nf3x 26.supabet-6k1q52 15.supabet-z21uyt.supabet-6k1q52 14.supabet-884vnz 27.supabet-55hk20 13.supabet-eg1xw5 28.supabet-7qpvez 13.supabet-kgjywb.supabet-m4o5uc 13.supabet-eg1xw5 31.supabet-q9vq6p 14.supabet-884vnz 31.supabet-q9vq6p 15.supabet-1tu32b.supabet-6k1q52 17.supabet-23nf3x 30.supabet-m4o5uc 18.supabet-e6fz8b 28.supabet-7qpvez 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-hm26zq {
    display: none;
  }
}

.supabet-cqunp9 {
  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-cqunp9 {
    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-vgbop0 {
  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-vgbop0 {
    padding: 14px 16px;
  }
}

.supabet-vgbop0 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.supabet-vgbop0 button:first-child {
  align-content: end;
}

.supabet-vgbop0 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .supabet-vgbop0
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .supabet-vgbop0
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.supabet-vgbop0 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.supabet-vgbop0 button:last-child svg {
  width: 38px;
  height: 38px;
}

.supabet-o3x8ul {
  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-o3x8ul::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .supabet-o3x8ul,
.pc61d126-chatbot[data-active-screen="3"]
  .supabet-o3x8ul {
  opacity: 1;
  visibility: visible;
}

.supabet-923ghd {
  flex: 1 1;
}

.supabet-f5crnd {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .supabet-f5crnd {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .supabet-b2yc1h {
  display: block;
}

.supabet-qlr1w3 {
  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-qlr1w3 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.supabet-nkbrrw {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.supabet-nkbrrw::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.supabet-v01bza span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.supabet-v01bza p {
  color: var(--Text-100);
}

.supabet-nkbrrw .supabet-rqg2sa {
  grid-area: button;
}

.supabet-nkbrrw .supabet-rqg2sa::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-mvd2xg.org/2000/svg'%3E%3Cpath d='M4.supabet-bzeinj 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.supabet-5j49n2 15L16.supabet-5j49n2 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.supabet-5j49n2 5L16.supabet-5j49n2 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .supabet-ecgpq0 {
  display: block;
}

.supabet-heu2ip {
  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-heu2ip {
    margin-top: 40px;
  }
}

.supabet-jx7g5r label,
.supabet-jx7g5r input {
  display: block;
  width: 100%;
}

.supabet-jx7g5r label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.supabet-jx7g5r label.supabet-4sdmf4 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.supabet-jx7g5r label.supabet-4sdmf4::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-jx7g5r 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-jx7g5r input::placeholder {
  color: var(--Text-400);
}

.supabet-livflr {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .supabet-livflr {
  display: flex;
}

.supabet-livflr ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .supabet-livflr ol {
    height: 420px;
    padding: 24px;
  }
}

.supabet-livflr ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.supabet-bygx5n {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .supabet-bygx5n {
    padding: 0 24px 24px;
  }
}

.supabet-bygx5n 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-bygx5n input::placeholder {
  color: var(--Text-400);
}

.supabet-bygx5n [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.supabet-bygx5n [type="submit"]:disabled {
  opacity: 0.5;
}

.supabet-bygx5n [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .supabet-bygx5n [type="submit"] {
    right: 40px;
  }
}

.supabet-2t9ph6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.supabet-2t9ph6.supabet-cgelmp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.supabet-2t9ph6.supabet-cgelmp::before {
  content: "";
  width: 31px;
}

.supabet-2t9ph6.supabet-cgelmp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.supabet-2t9ph6.supabet-sat4wt p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.supabet-2t9ph6 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.supabet-4i20m5 .supabet-rqg2sa {
  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-ba3yko {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .supabet-ba3yko {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .supabet-ba3yko {
    padding: 18px 0;
  }
}

.supabet-ba3yko .supabet-6vg9vy {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .supabet-ba3yko .supabet-6vg9vy {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.supabet-niee5v {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .supabet-niee5v {
    max-width: 160px;
    height: 40px;
  }
}

.supabet-niee5v picture,
.supabet-niee5v img {
  display: block;
  width: 100%;
  height: 100%;
}

.supabet-niee5v img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .supabet-q7zwec {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.supabet-zkf8g0 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .supabet-ba3yko.supabet-60sjbb .supabet-q7zwec {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .supabet-q7zwec {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .supabet-q7zwec {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.supabet-wknm10,
.supabet-w0jtup {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .supabet-wknm10,
  .supabet-w0jtup {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .supabet-w0jtup {
    display: none;
  }
}

.supabet-o6f4o0 {
  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-60sjbb .supabet-o6f4o0 {
  background: var(--fh-bg-color);
}

.supabet-o6f4o0 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .supabet-o6f4o0 {
    display: none;
  }
}

.supabet-ab48hs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .supabet-ab48hs {
    display: none;
  }
}

.supabet-d1rtxu {
  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-ba3yko.supabet-60sjbb .supabet-d1rtxu:first-child {
  display: none;
}

.supabet-ba3yko.supabet-60sjbb .supabet-d1rtxu:last-child {
  display: block;
}

.supabet-d1rtxu:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .supabet-d1rtxu {
    display: none;
  }
}

.supabet-ci2d2w {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .supabet-ci2d2w {
    display: flex;
  }
}

.supabet-ci2d2w ul {
  max-height: 350px;
  overflow-y: auto;
}

.supabet-ci2d2w:hover ul {
  visibility: visible;
  opacity: 1;
}

.supabet-ci2d2w:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.supabet-ci2d2w:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.supabet-ci2d2w:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.supabet-ci2d2w:hover .supabet-i6u509 svg {
  transform: rotate(180deg);
}

.supabet-15spns {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.supabet-xpx4au {
  padding: 0 8px;
}

.supabet-wnqmf9 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.supabet-wnqmf9:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .supabet-wnqmf9 {
    padding: 4px 8px;
  }
}

.supabet-o9yo13 {
  display: flex;
}

.supabet-o9yo13 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.supabet-i6u509 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.supabet-i6u509 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.supabet-ou4er6 {
  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-ou4er6 {
    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-x99po5 {
  width: 100%;
}

@media (min-width: 1200px) {
  .supabet-x99po5 {
    display: none;
  }
}

.supabet-b22fvq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.supabet-5nr4jg {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.supabet-64untj {
  display: flex;
}

.supabet-7cd5vy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.supabet-423c4c {
  list-style: none;
}

@media (max-width: 1199px) {
  .supabet-423c4c {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .supabet-423c4c {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .supabet-423c4c .supabet-o0wihk [data-ref-el],
  .supabet-423c4c .supabet-o0wihk span,
  .supabet-423c4c .supabet-o0wihk a {
    white-space: nowrap;
  }
}

.supabet-bzin5h {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .supabet-bzin5h.supabet-phk7yj > .supabet-o0wihk {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .supabet-bzin5h.supabet-tpkzyl:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .supabet-bzin5h.supabet-phk7yj > .supabet-83ezwz {
    height: auto;
  }

  .supabet-bzin5h.supabet-phk7yj > div > .supabet-r3ry6g {
    transform: rotate(180deg);
  }
}

.supabet-bzin5h [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.supabet-bzin5h [data-ref-el],
.supabet-bzin5h span {
  cursor: pointer;
}

.supabet-bzin5h [data-ref-el],
.supabet-bzin5h span,
.supabet-bzin5h 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-bzin5h [data-ref-el],
  .supabet-bzin5h span,
  .supabet-bzin5h a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .supabet-bzin5h [data-ref-el],
  .supabet-bzin5h span,
  .supabet-bzin5h a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.supabet-83ezwz {
  height: 0;
  overflow: hidden;
  transition: height 0.supabet-zkf8g0 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.supabet-83ezwz::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.supabet-83ezwz::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.supabet-83ezwz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .supabet-83ezwz {
    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-83ezwz:has(> .supabet-bzin5h.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .supabet-83ezwz .supabet-83ezwz {
    padding: 0;
  }

  .supabet-83ezwz .supabet-bzin5h {
    font-weight: 400;
  }

  .supabet-83ezwz .supabet-bzin5h:hover > .supabet-o0wihk {
    background: var(--Neutral-300);
  }

  .supabet-83ezwz .supabet-r3ry6g {
    rotate: -90deg;
  }
}

.supabet-o0wihk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .supabet-o0wihk {
    padding: 8px;
  }

  .supabet-bzin5h.supabet-aojdh7 > .supabet-o0wihk {
    background: var(--Neutral-300);
  }
}

.supabet-r3ry6g {
  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-mvd2xg.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.supabet-i3axiv 0.supabet-v8f1x0.supabet-sf48fp -0.supabet-6oxh0q 0.supabet-j892yx -0.supabet-6oxh0q 1.supabet-1ropmj 0.supabet-95hmz8.supabet-a53muw 4.supabet-1bquuf.supabet-i3axiv 0.supabet-pmkb4x.supabet-r3owwa -0.supabet-6oxh0q 9.supabet-0db9r1 -0.supabet-6oxh0q 10.supabet-72yiv9 0.supabet-6xinj1.supabet-ktz8r0 0.supabet-sf48fp 10.supabet-ktz8r0 0.supabet-j892yx 10.supabet-72yiv9 1.supabet-kxzxux.supabet-5z803w 5.supabet-v0ioq3.supabet-20hpyh 6.supabet-xq6fna 5.supabet-2wyeeo 6.supabet-xq6fna 4.supabet-u92iyj 5.supabet-umg1wa.supabet-i3axiv 1.supabet-emvs8n.supabet-6oxh0q 0.supabet-j892yx -0.supabet-6oxh0q 0.supabet-sf48fp 0.supabet-i3axiv 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.supabet-zkf8g0 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .supabet-r3ry6g {
    cursor: default;
  }
}

.supabet-nnwlvh {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.supabet-c2jf2p {
  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-c2jf2p {
    padding: 40px 4px;
  }
}

.supabet-kj15mk {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .supabet-kj15mk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.supabet-vfhv5t {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .supabet-vfhv5t {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.supabet-vfhv5t ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.supabet-vfhv5t [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.supabet-vfhv5t [data-ref-el],
.supabet-vfhv5t span,
.supabet-vfhv5t a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.supabet-wyjk1b {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .supabet-wyjk1b {
    margin-bottom: 12px;
  }
}

.supabet-fz9u4t {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.supabet-fz9u4t img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .supabet-fz9u4t:last-child {
    margin-right: 0;
  }
}

.supabet-o2e4va {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.supabet-wyjk1b:hover .supabet-6r3uc7 {
  visibility: visible;
  opacity: 1;
}

.supabet-6r3uc7 {
  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-5vjz6b {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.supabet-ed4jsq {
  display: flex;
  margin: 6px;
}

.supabet-ed4jsq img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.supabet-6r3uc7::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-6r3uc7::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-02acsz {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .supabet-02acsz {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.supabet-gncx15 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .supabet-gncx15 {
    margin-right: 32px;
  }
}

.supabet-5lij0u {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .supabet-5lij0u {
    margin-top: 0;
    width: 340px;
  }
}

.supabet-5lij0u a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.supabet-vevwym {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.supabet-kxzbks {
  position: relative;
}

@media (min-width: 768px) {
  .supabet-kxzbks {
    margin-top: 40px;
  }
}

.supabet-kxzbks + .supabet-9ubobn,
.supabet-kxzbks + .supabet-kxzbks {
  margin-top: 24px;
}

.supabet-tjwbcl {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .supabet-tjwbcl {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-tjwbcl {
    padding: 80px;
  }
}

.supabet-n79hz8 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .supabet-n79hz8 {
    padding: 0 16px;
}


}

.supabet-jy7cu5 {
  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-jy7cu5 {
    font-size: 48px;
    line-height: 56px;
  }
}

.supabet-gco60w {
  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-gco60w {
    font-size: 24px;
    line-height: 32px;
  }
}

.supabet-nid9u2 {
  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-nid9u2:hover {
  background: var(--button-bg-hover);
}

.supabet-acfv00 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.supabet-acfv00 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .supabet-acfv00 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .supabet-acfv00 img {
  min-height: 100%;
  }
}

.supabet-tjwbcl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.supabet-fed6f3 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.supabet-fed6f3 h1,
.supabet-fed6f3 h2,
.supabet-fed6f3 h3,
.supabet-fed6f3 h4 {
  margin-bottom: 6px;
}

.supabet-fed6f3 h1:not(:first-child),
.supabet-fed6f3 h2:not(:first-child),
.supabet-fed6f3 h3:not(:first-child),
.supabet-fed6f3 h4:not(:first-child) {
  margin-top: 16px;
}

.supabet-fed6f3 h1,
.supabet-fed6f3 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .supabet-fed6f3 h1,
  .supabet-fed6f3 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.supabet-fed6f3 h2,
.supabet-fed6f3 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .supabet-fed6f3 h2,
  .supabet-fed6f3 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-fed6f3 h3,
.supabet-fed6f3 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .supabet-fed6f3 h3,
  .supabet-fed6f3 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.supabet-fed6f3 h4,
.supabet-fed6f3 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.supabet-fed6f3 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.supabet-fed6f3 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.supabet-fed6f3 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-fed6f3 ul ul {
  margin-bottom: 8px;
}

.supabet-fed6f3 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.supabet-fed6f3 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.supabet-fed6f3 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.supabet-fed6f3 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.supabet-fed6f3 ol li::marker {
  font-weight: 700;
}

.supabet-fed6f3 ol ol {
  margin-bottom: 8px;
}

.supabet-fed6f3 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.supabet-fed6f3 ol ul li {
  padding-left: 16px;
}

.supabet-fed6f3 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-fed6f3 table {
    padding: 24px;
  }
}

.supabet-fed6f3 table.supabet-945464 {
  -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-zkf8g0,
    mask-image 0.3s;
}

.supabet-fed6f3 table.supabet-945464.supabet-u8vkvt {
  -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-fed6f3 table {
    display: table;
  }
}

.supabet-fed6f3 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-fed6f3 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.supabet-fed6f3 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.supabet-fed6f3 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-fed6f3 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.supabet-fed6f3 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.supabet-fed6f3 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.supabet-fed6f3 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.supabet-fed6f3 img {
  max-width: 100%;
  height: auto;
}

.supabet-f3dyig {
  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-f3dyig {
    padding: 24px;
  }
}

.supabet-e1quvi {
  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-e1quvi {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.supabet-e1quvi > * {
  margin: 0 !important;
}

.supabet-e1quvi img,
.supabet-1cl8et {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-e1quvi img,
  .supabet-1cl8et {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-xh7p0x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-xh7p0x {
    width: 32px;
    height: 32px;
  }
}

.supabet-11twcn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.supabet-11twcn .supabet-3g5tou {
  flex-shrink: 0;
}

.supabet-11twcn .supabet-n0vrnj svg {
  display: none;
}

.supabet-dl0cea {
  display: grid;
  transition: max-height 0.supabet-zkf8g0 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .supabet-dl0cea {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .supabet-dl0cea {
    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-dl0cea.supabet-ckm2ev + .supabet-3g5tou svg {
  transform: rotate(180deg);
}

.supabet-ajizax {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.supabet-ajizax > div:nth-child(3n) {
  grid-column: span 2;
}

.supabet-ajizax
  > div:nth-child(3n)
  .supabet-u12nzb
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .supabet-ajizax {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .supabet-ajizax > div:nth-child(3n) {
    grid-column: unset;
  }

  .supabet-ajizax
    > div:nth-child(3n)
    .supabet-u12nzb
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .supabet-ajizax {
    max-width: 270px;
  }
}

.supabet-ajizax .supabet-u12nzb button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .supabet-ajizax .supabet-u12nzb button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .supabet-ajizax .supabet-u12nzb button {
    max-width: 104px;
  }
}

.supabet-cw8m52 {
  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-cw8m52 {
    margin-bottom: 0;
  }
}

.supabet-p3d0sn {
  display: none;
  opacity: 0;
}

.supabet-7tj2ro {
  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-7tj2ro img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.supabet-u12nzb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.supabet-u12nzb 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-u12nzb
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .supabet-u12nzb
    button {
    max-width: 145px;
  }
}

.supabet-c9cc26:first-child
  .supabet-u12nzb
  button {
  max-width: 270px;
}

.supabet-bkrwbk {
  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-cw8m52 picture {
  width: 100%;
  max-width: 100%;
}

.supabet-cst7mo {
  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-cst7mo svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.supabet-cw8m52:hover .supabet-cst7mo {
  display: flex;
}

.supabet-e166xg {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.supabet-qv6691 {
  display: flex;
}

.supabet-qv6691:hover .supabet-fowkvl,
.supabet-qv6691 .supabet-aojdh7 .supabet-fowkvl {
  display: flex;
}

.supabet-qv6691 svg {
  flex-shrink: 0;
}

.supabet-fowkvl {
  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-fowkvl {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.supabet-fowkvl:hover {
  display: flex;
}

.supabet-fowkvl svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.supabet-p7ss8f {
  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-p7ss8f {
    font-size: 12px;
  }
}

.supabet-axx0po,
.supabet-ma7h32 {
  width: 50%;
  flex-shrink: 0;
}

.supabet-axx0po {
  font-weight: 700;
}

.supabet-vv1230 .supabet-dl0cea {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .supabet-vv1230 .supabet-dl0cea {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .supabet-vv1230 .supabet-dl0cea {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.supabet-vv1230
  .supabet-bkrwbk:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.supabet-vv1230 .supabet-7tj2ro {
  height: 100% !important;
  border-radius: 16px;
}

.supabet-vv1230 .supabet-u12nzb {
  gap: 4px;
  align-items: center;
}

.supabet-vv1230 .supabet-u12nzb button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.supabet-vv1230 .supabet-u12nzb svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.supabet-vv1230 .supabet-z637l0,
.supabet-vv1230 .supabet-p4jnqe {
  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-mvd2xg.org/2000/svg'%3E%3Cpath d='M9.supabet-drqaut 4.supabet-okddeq.supabet-8vdgfb 5.supabet-7mo5fb.supabet-pn9dwo 5.supabet-h8aoe8.supabet-9vummi 5.supabet-nu1x7x.supabet-yaik5g 8.supabet-7ng1b7.supabet-p8u7nq 9.supabet-0fh4cp.supabet-mry2co 9.supabet-8sxyt2.supabet-wvmo1c 13.supabet-dz1fnc.supabet-bt8gjq 11.supabet-fqb228.supabet-osu26w 11.supabet-2p2fg2.supabet-i6f97s 11.supabet-w9we9x.supabet-wayaf6 13.supabet-89ftf6.supabet-0jnspm 9.supabet-5ky6cv.supabet-4d1keg 9.supabet-eufi20.supabet-3tgf7j 8.supabet-h9nfah.supabet-36g8e0 5.supabet-4y8r06.supabet-ummrqf 5.supabet-4bcv9o.supabet-y4i66k 5.supabet-z5pzrb.supabet-dpkkr0 4.supabet-rxha7m.supabet-osu26w 1.supabet-pd70gh.supabet-drqaut 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.supabet-vv1230 .supabet-z637l0 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.supabet-vv1230 .supabet-p4jnqe {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.supabet-x84z5i {
  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-x84z5i {
    padding: 24px;
  }
}

.supabet-x84z5i .supabet-3g5tou {
  display: flex;
}

@media (min-width: 768px) {
  .supabet-x84z5i .supabet-3g5tou {
    display: none;
  }
}

.supabet-x84z5i .supabet-n0vrnj svg {
  display: none;
}

.supabet-53ge9b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.supabet-53ge9b .supabet-pr36ah {
  display: none;
}

@media (min-width: 768px) {
  .supabet-53ge9b .supabet-pr36ah {
    display: flex;
  }
}

.supabet-r4j4mo {
  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-r4j4mo {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-r4j4mo > * {
  margin: 0 !important;
}

.supabet-r4j4mo img,
.supabet-c58i9d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-r4j4mo img,
  .supabet-c58i9d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-w9rq2z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-w9rq2z {
    width: 32px;
    height: 32px;
  }
}

.supabet-34vgbi {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .supabet-34vgbi {
    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-34vgbi::-webkit-scrollbar {
    display: none;
  }
}

.supabet-rqtp94 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .supabet-rqtp94 {
    padding: 7px 15px;
  }
}

.supabet-rqtp94:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.supabet-bpyfop {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .supabet-bpyfop {
    display: flex;
    opacity: 1;
  }
}

.supabet-rqtp94 picture {
  height: 100%;
  display: block;
}

.supabet-rqtp94 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .supabet-rqtp94 img {
    width: 88px;
    height: 44px;
  }
}

.supabet-rqtp94 p {
  text-align: center;
  width: 100%;
}

.supabet-vnrm39 {
  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-vnrm39 {
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-vnrm39 img,
.supabet-d4jlhn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-vnrm39 img,
  .supabet-d4jlhn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-2716xc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-2716xc {
    width: 32px;
    height: 32px;
  }
}

.supabet-r0dt9x {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.supabet-qawhdl {
  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-7p87h3 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.supabet-7p87h3.supabet-aojdh7 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.supabet-bauoxx {
  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-bauoxx {
    font-size: 20px;
    line-height: 28px;
  }
}

.supabet-o8w52j {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.supabet-88sre7 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.supabet-zkf8g0 ease;
  opacity: 0;
  color: var(--text-color);
}

.supabet-2weepf {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.supabet-2weepf ol,
.supabet-2weepf ul {
  padding-left: 1.3em;
}

.supabet-7p87h3.supabet-aojdh7 .supabet-88sre7 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.supabet-7p87h3.supabet-aojdh7 .supabet-o8w52j {
  transform: rotate(180deg);
  color: var(--text-color);
}

.supabet-u5ivd0 {
  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-u5ivd0 {
    padding: 24px;
  }
}

.supabet-u5ivd0 .supabet-3g5tou {
  display: flex;
}

@media (min-width: 768px) {
  .supabet-u5ivd0 .supabet-3g5tou {
    display: none;
  }
}

.supabet-u5ivd0 .supabet-n0vrnj svg {
  display: none;
}

.supabet-vl853w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.supabet-vl853w .supabet-pr36ah {
  display: none;
}

@media (min-width: 768px) {
  .supabet-vl853w .supabet-pr36ah {
    display: flex;
  }
}

.supabet-y53nrk {
  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-y53nrk {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.supabet-y53nrk > * {
  margin: 0 !important;
}

.supabet-y53nrk img,
.supabet-51zhnh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .supabet-y53nrk img,
  .supabet-51zhnh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.supabet-xlfmba {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .supabet-xlfmba {
    width: 32px;
    height: 32px;
  }
}

.supabet-q4th42 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .supabet-q4th42 {
    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-q4th42::-webkit-scrollbar {
    display: none;
  }
}

.supabet-uwpi6r {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.supabet-uwpi6r:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.supabet-hkrt5y {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .supabet-hkrt5y {
    display: flex;
    opacity: 1;
  }
}

.supabet-uwpi6r picture {
  width: auto;
  height: 100%;
  display: block;
}

.supabet-uwpi6r picture img {
  display: block;
  width: auto;
  height: 100%;
}

.supabet-8gdyuq {
  margin: -24px 0;
}

.supabet-8gdyuq:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .supabet-8gdyuq {
    margin: -16px 0;
  }
}

.supabet-733k6a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .supabet-733k6a {
    flex-direction: row;
  }
}

.supabet-pb8kqb {
  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-pb8kqb {
    flex: 1;
  }
}

.supabet-pb8kqb::placeholder {
  color: var(--Text-400);
}

.supabet-v4pl8w {
  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-a4v6d5 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.supabet-a4v6d5::-webkit-scrollbar {
  display: none;
}

.supabet-18o37t {
  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-18o37t img,
.supabet-18o37t svg {
  margin-right: 8px;
}

.supabet-q6x2ab {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.supabet-8gdyuq + .supabet-zv41ps {
  margin-top: 0;
}

@media (min-width: 768px) {
  .supabet-8gdyuq + .supabet-zv41ps {
    margin-top: -16px;
  }
}

.supabet-h05q23 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.supabet-h05q23 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.supabet-h05q23 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.supabet-us7a43 {
  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-wq9102 {
  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-177tf1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.supabet-40joa9 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.supabet-1csixh {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.supabet-us7a43 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-us7a43 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-us7a43 {
    padding: 39px 179px 39px 39px;
  }

  .supabet-wq9102 {
    font-size: 40px;
    line-height: 48px;
  }

  .supabet-1csixh {
    height: 348px;
  }

  .supabet-us7a43 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .supabet-us7a43 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .supabet-us7a43 {
    padding: 63px;
  }
}

.supabet-4l2ct7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .supabet-4l2ct7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.supabet-ovrg55 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .supabet-ovrg55 {
    width: auto;
  }
}

.supabet-e56k9z {
  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-e56k9z::-webkit-scrollbar {
  display: none;
}

.supabet-e56k9z 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-e56k9z a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .supabet-e56k9z {
    margin-left: 16px;
    margin-top: 0;
  }
}

.supabet-4l2ct7 .supabet-1f8lgy {
  -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-zkf8g0,
    mask-image 0.3s;
}

.supabet-4l2ct7 .supabet-1f8lgy.supabet-u8vkvt {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.supabet-cpooni {
  margin: 40px -16px;
}

.supabet-in9mrz + .supabet-9ubobn,
.supabet-in9mrz + .supabet-kxzbks {
  margin-top: 24px;
}

.supabet-c8bzjx {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.supabet-c8bzjx picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.supabet-i50uc2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .supabet-i50uc2 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .supabet-i50uc2 {
    margin-top: 0;
  }
}

.supabet-bjs3yv {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .supabet-bjs3yv {
    font-size: 24px;
    line-height: 32px;
  }
}

.supabet-ohtzwc {
  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-ohtzwc {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.supabet-71ypl5 {
  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-71ypl5 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.supabet-rcdnd9 {
  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-rcdnd9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.supabet-dh07vu {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .supabet-dh07vu {
    font-size: 32px;
    line-height: 40px;
  }
}

.supabet-98mlzf {
  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-6ejd0v {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.supabet-6ejd0v img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.supabet-zv41ps {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.supabet-cgp6x2 {
  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-cgp6x2 {
    padding: 15px 48px;
  }
}

main > .supabet-zv41ps {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .supabet-dl0cea.supabet-ir5d2y > div:nth-child(n+5) {
    display: none;
  }
}

.supabet-fed6f3 p a img {
  display: block;
  margin: 0 auto;
}


.supabet-o1bovm {
  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-az03fk {
  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-az03fk label {
  font-size: 14px;
}

.supabet-az03fk h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.supabet-az03fk input,
.supabet-az03fk textarea,
.supabet-az03fk 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-az03fk button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.supabet-pgrpe9 ease;
}
.supabet-az03fk button:hover {
  background-color: var(--button-bg-hover);
}
.supabet-jfah9f {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.supabet-gabkav ease-in;
}

.supabet-jfah9f 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-mm4fwa, .supabet-0p0cix, [class*="review-card"],
thead, thead th, table th, .supabet-aqd6xz,
.supabet-dtpzkf, [class*="collapsible-header"],
.supabet-lv48ak, [class*="updated-block"] {
  color: #ece7dc !important;
}
