* {
  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;
  }
}

.gamble-xva3ok {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .gamble-xva3ok {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .gamble-xva3ok {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.gamble-h0kpda {
  overflow: hidden;
}

.gamble-75oxs9 img {
  background: var(--Neutral-300);
}

.gamble-ie4q4e {
  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;
}

.gamble-qfzysb {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.gamble-qfzysb:hover {
  background: var(--button-bg-hover);
}

.gamble-uvxrla {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.gamble-uvxrla:hover {
  background: var(--button-bg-hover);
}

.gamble-ul8kxv {
  font-size: 12px;
  line-height: 18px;
}

.gamble-1jo5tr {
  font-size: 18px;
  line-height: 26px;
}

.gamble-ti60rr {
  width: 100%;
}

.gamble-zg0ml3 {
  padding: 6px 16px;
}

.gamble-tet4hq {
  padding: 10px 16px;
}

.gamble-mor7sv {
  padding: 15px 26px;
}

.gamble-1jbdyb {
  flex-shrink: 0;
}

.gamble-m376l7 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.gamble-6aur08 {
  display: none;
}

.gamble-o3yjbk {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.gamble-cnd5m4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.gamble-gwldi9 {
  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;
}

.gamble-uqd2ec {
  cursor: grab;
}

.gamble-gwldi9::-webkit-scrollbar {
  display: none;
}

.gamble-1giahf {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.gamble-bpb0qk {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.gamble-lr5fpg {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.gamble-24oi1h {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.gamble-vc15c2 {
  visibility: visible;
}

.gamble-dbqtyw {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.gamble-idpk1i ease;
}

.gamble-et2dxt {
  background-color: var(--Primary-200);
  width: 16px;
}

.gamble-usydff {
  -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.gamble-idpk1i,
    mask-image 0.3s;
}

.gamble-usydff.gamble-1vhflc {
  -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;
  }
}

.gamble-lhpita: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;
}

.gamble-7wzubl {
  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.gamble-at2jk2.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.gamble-at2jk2.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;
}

.gamble-xl4w37 {
  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);
}

.gamble-xl4w37::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%
  );
}

.gamble-3jcsx6 {
  position: relative;
  z-index: 1;
}

.gamble-fm5u8x {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.gamble-lwub23 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.gamble-b74j7g {
  font-size: 40px;
  line-height: 48px;
}

.gamble-4d7gr4 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gamble-00vvk2 {
  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;
}

.gamble-00vvk2:hover {
  background: var(--Primary-400);
}

.gamble-00vvk2 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.gamble-lhpita 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) {
  .gamble-xl4w37 {
    max-width: 600px;
    padding: 64px;
  }

  .gamble-fm5u8x {
    font-size: 24px;
    line-height: 32px;
  }

  .gamble-lwub23 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .gamble-b74j7g {
    font-size: 50px;
    line-height: 56px;
  }

  .gamble-4d7gr4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .gamble-7wzubl {
    top: 25px;
    right: 25px;
  }
}

.gamble-aywf3m,
.gamble-onyfbr {
  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;
}

.gamble-75rnjv.gamble-tjaj3u::before,
.gamble-onyfbr::before,
.gamble-d8ncoh::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.gamble-at2jk2.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.gamble-r9bcod 14.gamble-3nbu9s.gamble-2r2dyt 14.gamble-j0g5zl 15.gamble-e4ytcx 14.gamble-6oprmc 15.gamble-mdtonu 14.gamble-nj1uks.gamble-77q4gg 14.gamble-kulnkq 19.gamble-ruytca 12.gamble-xbzh02 19.gamble-ruytca 10.gamble-qkixp7.gamble-ruytca 8.gamble-pw3mns 17.gamble-q68hy1 7.gamble-stbe14 15.gamble-b0m0s8 7.gamble-lf90dn.gamble-2u744x 7.gamble-stbe14 11.gamble-6bukdn 8.gamble-pw3mns 11.gamble-6bukdn 10.gamble-sl87fv.gamble-6bukdn 12.gamble-igzzj0 13.gamble-55r57g 14.gamble-wwsgwi 15.gamble-p8i1oh 14.gamble-8tr1qw.gamble-8ts48z 14.gamble-imdy0z 15.gamble-99yaqn 14.gamble-jnba4z 15.gamble-n8jy5c 14.gamble-m4idme.gamble-r9bcod 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.gamble-jsq0jq 15.gamble-0wopea.gamble-uja0dk 15.gamble-56l5rd 15.gamble-hyflet 15.gamble-1c9ho2 15.gamble-nwh1rn 15.gamble-czjvqq.gamble-x81ipi 15.gamble-1c9ho2 15.gamble-yxmpkk 15.gamble-kz8vnz 15.gamble-jj4qro 15.gamble-d48346.gamble-cyxc87 15.gamble-3vknug 7.gamble-dta0k9 18.gamble-bbjclf 7.gamble-7pxbus 23.gamble-bbg70u.gamble-hm883a.gamble-z2v3qa 18.gamble-f4t8cr 19.gamble-bf0pjv 15.gamble-zv6mpq 15.gamble-jsq0jq 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.gamble-0qr81l [type="submit"] *,
.gamble-nxxm6b button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .gamble-3ymlkh {
    display: none;
  }
}

.gamble-ravxlk {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .gamble-ravxlk {
  display: none;
}

@media (min-width: 768px) {
  .gamble-ravxlk {
    bottom: 22px;
  }
}

.gamble-ravxlk input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .gamble-ravxlk {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.gamble-5bo8u2.static) .gamble-ravxlk {
    bottom: 8px;
  }
}

.gamble-s7246d {
  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.gamble-at2jk2.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.gamble-6fbpoo 3.gamble-vqagis.gamble-n1k4h6.gamble-gmupef 3.gamble-gisgjq 3.gamble-25wasd 5.gamble-110q47 3.gamble-25wasd 8.gamble-taz10d.gamble-482q90.gamble-25wasd 26.gamble-rokwxt 5.gamble-0t52rq 28.gamble-enrszp 8.gamble-9v3o3h 28.gamble-tw1e9t.gamble-3qcuar 28.gamble-47akbc.gamble-mkqbx9 34.gamble-zm661b.gamble-2alkeb 36.gamble-hnnh9h 11.gamble-42aycf 37.gamble-184hkw 12.gamble-v5n73h 36.gamble-dnph30.gamble-2lcy03 28.gamble-ug5o0o.gamble-0wgu7v.gamble-6pergp 28.gamble-tomvg8 36.gamble-wzu5po 26.gamble-glxfo6 36.gamble-wzu5po 23.gamble-5pjmsi.gamble-2k44b0.gamble-wzu5po 5.gamble-7tsuq6 34.gamble-uwbdi3 3.gamble-gisgjq 31.gamble-6fbpoo 3.gamble-z33qj4.gamble-0arecr 18.gamble-dfc0tx.gamble-1f3u67 18.gamble-05jd5s 8.gamble-s2nh09 17.gamble-1icxrb 8.gamble-s2nh09 15.gamble-x1p990.gamble-s2nh09 14.gamble-9krao7 9.gamble-1f3u67 13.gamble-l5stsg 11.gamble-0arecr 13.gamble-trbqe0.gamble-rsrzyr 13.gamble-l5stsg 13.gamble-5j0zyo 14.gamble-9krao7 13.gamble-5j0zyo 15.gamble-77n2vz.gamble-5j0zyo 17.gamble-1icxrb 12.gamble-rsrzyr 18.gamble-05jd5s 11.gamble-0arecr 18.gamble-4m9d9o.gamble-aibdnx 18.gamble-it7khg.gamble-2uw6rv 18.gamble-05jd5s 17.gamble-onjoln 17.gamble-1icxrb 17.gamble-onjoln 15.gamble-ducs12.gamble-onjoln 14.gamble-9krao7 18.gamble-2uw6rv 13.gamble-l5stsg 20.gamble-aibdnx 13.gamble-78tz9k.gamble-qkwk4a 13.gamble-l5stsg 22.gamble-yf3ewy 14.gamble-9krao7 22.gamble-yf3ewy 15.gamble-gdsqkm.gamble-b7l33f 17.gamble-1icxrb 21.gamble-qkwk4a 18.gamble-05jd5s 20.gamble-aibdnx 18.gamble-qkfs5q.gamble-ovnj97 18.gamble-31vv1i.gamble-zrd48x 18.gamble-05jd5s 26.gamble-hv5v8u 17.gamble-1icxrb 26.gamble-hv5v8u 15.gamble-0yk9ml.gamble-hv5v8u 14.gamble-9krao7 27.gamble-zrd48x 13.gamble-l5stsg 28.gamble-ovnj97 13.gamble-65jlwh.gamble-ub9y5z 13.gamble-l5stsg 31.gamble-dtvqtv 14.gamble-9krao7 31.gamble-dtvqtv 15.gamble-9btk36.gamble-hv5v8u 17.gamble-1icxrb 30.gamble-ub9y5z 18.gamble-05jd5s 28.gamble-ovnj97 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"])
    .gamble-s7246d {
    display: none;
  }
}

.gamble-eybbbs {
  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) {
  .gamble-eybbbs {
    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;
}

.gamble-nxxm6b {
  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) {
  .gamble-nxxm6b {
    padding: 14px 16px;
  }
}

.gamble-nxxm6b button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.gamble-nxxm6b button:first-child {
  align-content: end;
}

.gamble-nxxm6b button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .gamble-nxxm6b
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .gamble-nxxm6b
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.gamble-nxxm6b button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.gamble-nxxm6b button:last-child svg {
  width: 38px;
  height: 38px;
}

.gamble-d8ncoh {
  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;
}

.gamble-d8ncoh::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .gamble-d8ncoh,
.pc61d126-chatbot[data-active-screen="3"]
  .gamble-d8ncoh {
  opacity: 1;
  visibility: visible;
}

.gamble-wq1cpz {
  flex: 1 1;
}

.gamble-matpxn {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .gamble-matpxn {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .gamble-grgswl {
  display: block;
}

.gamble-to2f2j {
  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) {
  .gamble-to2f2j {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.gamble-onyfbr {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.gamble-onyfbr::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.gamble-j9ikrm span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.gamble-j9ikrm p {
  color: var(--Text-100);
}

.gamble-onyfbr .gamble-421848 {
  grid-area: button;
}

.gamble-onyfbr .gamble-421848::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.gamble-at2jk2.org/2000/svg'%3E%3Cpath d='M4.gamble-5xu3bg 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gamble-tqptqa 15L16.gamble-tqptqa 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gamble-tqptqa 5L16.gamble-tqptqa 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .gamble-vvezrz {
  display: block;
}

.gamble-zi1fzl {
  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) {
  .gamble-zi1fzl {
    margin-top: 40px;
  }
}

.gamble-aywf3m label,
.gamble-aywf3m input {
  display: block;
  width: 100%;
}

.gamble-aywf3m label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.gamble-aywf3m label.gamble-txnee0 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.gamble-aywf3m label.gamble-txnee0::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;
}

.gamble-aywf3m 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;
}

.gamble-aywf3m input::placeholder {
  color: var(--Text-400);
}

.gamble-8unvm7 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .gamble-8unvm7 {
  display: flex;
}

.gamble-8unvm7 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .gamble-8unvm7 ol {
    height: 420px;
    padding: 24px;
  }
}

.gamble-8unvm7 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.gamble-0qr81l {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .gamble-0qr81l {
    padding: 0 24px 24px;
  }
}

.gamble-0qr81l 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;
}

.gamble-0qr81l input::placeholder {
  color: var(--Text-400);
}

.gamble-0qr81l [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.gamble-0qr81l [type="submit"]:disabled {
  opacity: 0.5;
}

.gamble-0qr81l [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .gamble-0qr81l [type="submit"] {
    right: 40px;
  }
}

.gamble-75rnjv {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.gamble-75rnjv.gamble-tjaj3u {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.gamble-75rnjv.gamble-tjaj3u::before {
  content: "";
  width: 31px;
}

.gamble-75rnjv.gamble-tjaj3u p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gamble-75rnjv.gamble-vp0890 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.gamble-75rnjv p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gamble-ravxlk .gamble-421848 {
  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;
  }
}

.gamble-3ymlkh {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .gamble-3ymlkh {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .gamble-3ymlkh {
    padding: 15px 0;
  }
}

.gamble-3ymlkh .gamble-xva3ok {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gamble-3ymlkh .gamble-xva3ok {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.gamble-de5hil {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .gamble-de5hil {
    max-width: 180px;
    height: 47px;
  }
}

.gamble-de5hil picture,
.gamble-de5hil img {
  display: block;
  width: 100%;
  height: 100%;
}

.gamble-de5hil img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .gamble-hrvq0g {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.gamble-idpk1i ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .gamble-3ymlkh.gamble-3oc8pz .gamble-hrvq0g {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gamble-hrvq0g {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .gamble-hrvq0g {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.gamble-qhj7jb,
.gamble-ews3sl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .gamble-qhj7jb,
  .gamble-ews3sl {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .gamble-ews3sl {
    display: none;
  }
}

.gamble-1z14a9 {
  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;
}

.gamble-3oc8pz .gamble-1z14a9 {
  background: var(--fh-bg-color);
}

.gamble-1z14a9 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .gamble-1z14a9 {
    display: none;
  }
}

.gamble-qur3mi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gamble-qur3mi {
    display: none;
  }
}

.gamble-z4me4o {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.gamble-3ymlkh.gamble-3oc8pz .gamble-z4me4o:first-child {
  display: none;
}

.gamble-3ymlkh.gamble-3oc8pz .gamble-z4me4o:last-child {
  display: block;
}

.gamble-z4me4o:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .gamble-z4me4o {
    display: none;
  }
}

.gamble-7mdcfr {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gamble-7mdcfr {
    display: flex;
  }
}

.gamble-7mdcfr ul {
  max-height: 350px;
  overflow-y: auto;
}

.gamble-7mdcfr:hover ul {
  visibility: visible;
  opacity: 1;
}

.gamble-7mdcfr:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.gamble-7mdcfr:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.gamble-7mdcfr:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.gamble-7mdcfr:hover .gamble-4kg5de svg {
  transform: rotate(180deg);
}

.gamble-g2vw1v {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.gamble-p9i683 {
  padding: 0 8px;
}

.gamble-uys8qh {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.gamble-uys8qh:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .gamble-uys8qh {
    padding: 4px 8px;
  }
}

.gamble-n7o52x {
  display: flex;
}

.gamble-n7o52x img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.gamble-4kg5de {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.gamble-4kg5de svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.gamble-xmb92c {
  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) {
  .gamble-xmb92c {
    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;
  }
}

.gamble-ggd6bs {
  width: 100%;
}

@media (min-width: 1200px) {
  .gamble-ggd6bs {
    display: none;
  }
}

.gamble-z0tan7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.gamble-3175xt {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.gamble-0wufzt {
  display: flex;
}

.gamble-pt2crp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gamble-yiqnu2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .gamble-yiqnu2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .gamble-yiqnu2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .gamble-yiqnu2 .gamble-0fxt5g [data-ref-el],
  .gamble-yiqnu2 .gamble-0fxt5g span,
  .gamble-yiqnu2 .gamble-0fxt5g a {
    white-space: nowrap;
  }
}

.gamble-en71le {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .gamble-en71le.gamble-uclvgr > .gamble-0fxt5g {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .gamble-en71le.gamble-3r5svz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .gamble-en71le.gamble-uclvgr > .gamble-aao5zc {
    height: auto;
  }

  .gamble-en71le.gamble-uclvgr > div > .gamble-a1qm5v {
    transform: rotate(180deg);
  }
}

.gamble-en71le [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.gamble-en71le [data-ref-el],
.gamble-en71le span {
  cursor: pointer;
}

.gamble-en71le [data-ref-el],
.gamble-en71le span,
.gamble-en71le a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .gamble-en71le [data-ref-el],
  .gamble-en71le span,
  .gamble-en71le a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .gamble-en71le [data-ref-el],
  .gamble-en71le span,
  .gamble-en71le a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.gamble-aao5zc {
  height: 0;
  overflow: hidden;
  transition: height 0.gamble-idpk1i ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.gamble-aao5zc::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.gamble-aao5zc::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.gamble-aao5zc::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .gamble-aao5zc {
    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;
  }

  .gamble-aao5zc:has(> .gamble-en71le.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .gamble-aao5zc .gamble-aao5zc {
    padding: 0;
  }

  .gamble-aao5zc .gamble-en71le {
    font-weight: 400;
  }

  .gamble-aao5zc .gamble-en71le:hover > .gamble-0fxt5g {
    background: var(--Neutral-300);
  }

  .gamble-aao5zc .gamble-a1qm5v {
    rotate: -90deg;
  }
}

.gamble-0fxt5g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gamble-0fxt5g {
    padding: 8px;
  }

  .gamble-en71le.gamble-omssbl > .gamble-0fxt5g {
    background: var(--Neutral-300);
  }
}

.gamble-a1qm5v {
  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.gamble-at2jk2.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.gamble-4pans0 0.gamble-rq2wdz.gamble-p39x7l -0.gamble-oxcx8z 0.gamble-hd49g3 -0.gamble-oxcx8z 1.gamble-ycqxu7 0.gamble-c2rloj.gamble-rmhmmb 4.gamble-lzkxiw.gamble-4pans0 0.gamble-l194yy.gamble-w5m7b1 -0.gamble-oxcx8z 9.gamble-bhkk67 -0.gamble-oxcx8z 10.gamble-4oxhxx 0.gamble-e7vpnb.gamble-4gy04c 0.gamble-p39x7l 10.gamble-4gy04c 0.gamble-hd49g3 10.gamble-4oxhxx 1.gamble-soa7fh.gamble-2tducc 5.gamble-trmffj.gamble-w58nzy 6.gamble-z44ard 5.gamble-s1zbot 6.gamble-z44ard 4.gamble-ypej8u 5.gamble-b1gz3f.gamble-4pans0 1.gamble-i375iq.gamble-oxcx8z 0.gamble-hd49g3 -0.gamble-oxcx8z 0.gamble-p39x7l 0.gamble-4pans0 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.gamble-idpk1i ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gamble-a1qm5v {
    cursor: default;
  }
}

.gamble-bohfsm {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.gamble-4xkd3f {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .gamble-4xkd3f {
    padding: 40px 4px;
  }
}

.gamble-47wo0b {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .gamble-47wo0b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.gamble-k2hnmi {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .gamble-k2hnmi {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.gamble-k2hnmi ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.gamble-k2hnmi [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.gamble-k2hnmi [data-ref-el],
.gamble-k2hnmi span,
.gamble-k2hnmi a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.gamble-94hhva {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gamble-94hhva {
    margin-bottom: 12px;
  }
}

.gamble-i3zrac {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.gamble-i3zrac img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .gamble-i3zrac:last-child {
    margin-right: 0;
  }
}

.gamble-dsf3r9 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gamble-94hhva:hover .gamble-qmskdc {
  visibility: visible;
  opacity: 1;
}

.gamble-qmskdc {
  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);
}

.gamble-g5b5ni {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gamble-uug3zl {
  display: flex;
  margin: 6px;
}

.gamble-uug3zl img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.gamble-qmskdc::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);
}

.gamble-qmskdc::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);
}

.gamble-kj8act {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .gamble-kj8act {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.gamble-kgct9g {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .gamble-kgct9g {
    margin-right: 32px;
  }
}

.gamble-ojzdvm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gamble-ojzdvm {
    margin-top: 0;
    width: 340px;
  }
}

.gamble-ojzdvm a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.gamble-tba5mp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.gamble-ew1sqq {
  position: relative;
}

@media (min-width: 768px) {
  .gamble-ew1sqq {
    margin-top: 40px;
  }
}

.gamble-ew1sqq + .gamble-0tb61z,
.gamble-ew1sqq + .gamble-ew1sqq {
  margin-top: 24px;
}

.gamble-f2tb3x {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .gamble-f2tb3x {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .gamble-f2tb3x {
    padding: 80px;
  }
}

.gamble-szm240 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .gamble-szm240 {
    padding: 0 16px;
}


}

.gamble-8pl15m {
  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) {
  .gamble-8pl15m {
    font-size: 48px;
    line-height: 56px;
  }
}

.gamble-uoztdn {
  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) {
  .gamble-uoztdn {
    font-size: 24px;
    line-height: 32px;
  }
}

.gamble-n1vgwj {
  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;
}

.gamble-n1vgwj:hover {
  background: var(--button-bg-hover);
}

.gamble-adfv0w {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.gamble-adfv0w img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .gamble-adfv0w img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .gamble-adfv0w img {
  min-height: 100%;
  }
}

.gamble-f2tb3x::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.gamble-of99vw {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gamble-of99vw h1,
.gamble-of99vw h2,
.gamble-of99vw h3,
.gamble-of99vw h4 {
  margin-bottom: 6px;
}

.gamble-of99vw h1:not(:first-child),
.gamble-of99vw h2:not(:first-child),
.gamble-of99vw h3:not(:first-child),
.gamble-of99vw h4:not(:first-child) {
  margin-top: 16px;
}

.gamble-of99vw h1,
.gamble-of99vw h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .gamble-of99vw h1,
  .gamble-of99vw h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.gamble-of99vw h2,
.gamble-of99vw h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .gamble-of99vw h2,
  .gamble-of99vw h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.gamble-of99vw h3,
.gamble-of99vw h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .gamble-of99vw h3,
  .gamble-of99vw h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.gamble-of99vw h4,
.gamble-of99vw h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.gamble-of99vw ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.gamble-of99vw ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.gamble-of99vw 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);
}

.gamble-of99vw ul ul {
  margin-bottom: 8px;
}

.gamble-of99vw ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.gamble-of99vw ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.gamble-of99vw ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.gamble-of99vw ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.gamble-of99vw ol li::marker {
  font-weight: 700;
}

.gamble-of99vw ol ol {
  margin-bottom: 8px;
}

.gamble-of99vw ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.gamble-of99vw ol ul li {
  padding-left: 16px;
}

.gamble-of99vw 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) {
  .gamble-of99vw table {
    padding: 24px;
  }
}

.gamble-of99vw table.gamble-y1u5y8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.gamble-idpk1i,
    mask-image 0.3s;
}

.gamble-of99vw table.gamble-y1u5y8.gamble-1vhflc {
  -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) {
  .gamble-of99vw table {
    display: table;
  }
}

.gamble-of99vw table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.gamble-of99vw table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gamble-of99vw table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gamble-of99vw 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) {
  .gamble-of99vw table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.gamble-of99vw table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gamble-of99vw table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gamble-of99vw table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.gamble-of99vw img {
  max-width: 100%;
  height: auto;
}

.gamble-34925i {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .gamble-34925i {
    padding: 24px;
  }
}

.gamble-q8vtoh {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .gamble-q8vtoh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.gamble-q8vtoh > * {
  margin: 0 !important;
}

.gamble-q8vtoh img,
.gamble-4og3b7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gamble-q8vtoh img,
  .gamble-4og3b7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gamble-ppsjjc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gamble-ppsjjc {
    width: 32px;
    height: 32px;
  }
}

.gamble-844k7o {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gamble-844k7o .gamble-bz94gq {
  flex-shrink: 0;
}

.gamble-844k7o .gamble-wj7xoz svg {
  display: none;
}

.gamble-zmegrj {
  display: grid;
  transition: max-height 0.gamble-idpk1i ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .gamble-zmegrj {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .gamble-zmegrj {
    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));
  }
}

.gamble-zmegrj.gamble-bo9aaz + .gamble-bz94gq svg {
  transform: rotate(180deg);
}

.gamble-p25ei4 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.gamble-p25ei4 > div:nth-child(3n) {
  grid-column: span 2;
}

.gamble-p25ei4
  > div:nth-child(3n)
  .gamble-0v55mw
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .gamble-p25ei4 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gamble-p25ei4 > div:nth-child(3n) {
    grid-column: unset;
  }

  .gamble-p25ei4
    > div:nth-child(3n)
    .gamble-0v55mw
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .gamble-p25ei4 {
    max-width: 270px;
  }
}

.gamble-p25ei4 .gamble-0v55mw button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .gamble-p25ei4 .gamble-0v55mw button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .gamble-p25ei4 .gamble-0v55mw button {
    max-width: 104px;
  }
}

.gamble-w9rsx9 {
  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) {
  .gamble-w9rsx9 {
    margin-bottom: 0;
  }
}

.gamble-gfqc9n {
  display: none;
  opacity: 0;
}

.gamble-j1qlxt {
  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;
  }
}

.gamble-j1qlxt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.gamble-0v55mw {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.gamble-0v55mw button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gamble-0v55mw
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gamble-0v55mw
    button {
    max-width: 145px;
  }
}

.gamble-0vccys:first-child
  .gamble-0v55mw
  button {
  max-width: 270px;
}

.gamble-qo57g6 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.gamble-w9rsx9 picture {
  width: 100%;
  max-width: 100%;
}

.gamble-2hv972 {
  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;
}

.gamble-2hv972 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.gamble-w9rsx9:hover .gamble-2hv972 {
  display: flex;
}

.gamble-kny6fd {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.gamble-oxfy1p {
  display: flex;
}

.gamble-oxfy1p:hover .gamble-dbugpa,
.gamble-oxfy1p .gamble-omssbl .gamble-dbugpa {
  display: flex;
}

.gamble-oxfy1p svg {
  flex-shrink: 0;
}

.gamble-dbugpa {
  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) {
  .gamble-dbugpa {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.gamble-dbugpa:hover {
  display: flex;
}

.gamble-dbugpa svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.gamble-5xeiah {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .gamble-5xeiah {
    font-size: 12px;
  }
}

.gamble-4yulhy,
.gamble-s3dkpx {
  width: 50%;
  flex-shrink: 0;
}

.gamble-4yulhy {
  font-weight: 700;
}

.gamble-n83izz .gamble-zmegrj {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gamble-n83izz .gamble-zmegrj {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gamble-n83izz .gamble-zmegrj {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.gamble-n83izz
  .gamble-qo57g6:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.gamble-n83izz .gamble-j1qlxt {
  height: 100% !important;
  border-radius: 16px;
}

.gamble-n83izz .gamble-0v55mw {
  gap: 4px;
  align-items: center;
}

.gamble-n83izz .gamble-0v55mw button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gamble-n83izz .gamble-0v55mw svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.gamble-n83izz .gamble-skjd6b,
.gamble-n83izz .gamble-wv7fmr {
  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.gamble-at2jk2.org/2000/svg'%3E%3Cpath d='M9.gamble-hn6ry4 4.gamble-lwseen.gamble-v5m7jn 5.gamble-1nnkgj.gamble-z2mo2e 5.gamble-hthd06.gamble-u3tddc 5.gamble-okdf31.gamble-qeh0m7 8.gamble-59i3u8.gamble-5qd6ld 9.gamble-gbxn3f.gamble-y8anth 9.gamble-tj4sof.gamble-n8mzfw 13.gamble-ilugit.gamble-bmoow8 11.gamble-nw1v9e.gamble-ghqesd 11.gamble-g0sguh.gamble-h5rtwy 11.gamble-b6zl42.gamble-x28y6z 13.gamble-ken335.gamble-039tvo 9.gamble-awklel.gamble-0xhjw5 9.gamble-4vc1s0.gamble-bmwc0a 8.gamble-rnw62e.gamble-z56ku9 5.gamble-29l9p5.gamble-76hqf0 5.gamble-sl11cb.gamble-zd6l1s 5.gamble-xy4gkb.gamble-yvwayw 4.gamble-9b7v99.gamble-ghqesd 1.gamble-o0xk3x.gamble-hn6ry4 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.gamble-n83izz .gamble-skjd6b {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.gamble-n83izz .gamble-wv7fmr {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.gamble-8c80eq {
  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) {
  .gamble-8c80eq {
    padding: 24px;
  }
}

.gamble-8c80eq .gamble-bz94gq {
  display: flex;
}

@media (min-width: 768px) {
  .gamble-8c80eq .gamble-bz94gq {
    display: none;
  }
}

.gamble-8c80eq .gamble-wj7xoz svg {
  display: none;
}

.gamble-175gzu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gamble-175gzu .gamble-ie4q4e {
  display: none;
}

@media (min-width: 768px) {
  .gamble-175gzu .gamble-ie4q4e {
    display: flex;
  }
}

.gamble-yp7q5z {
  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) {
  .gamble-yp7q5z {
    font-size: 40px;
    line-height: 48px;
  }
}

.gamble-yp7q5z > * {
  margin: 0 !important;
}

.gamble-yp7q5z img,
.gamble-0rox9w {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gamble-yp7q5z img,
  .gamble-0rox9w {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gamble-22h3nr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gamble-22h3nr {
    width: 32px;
    height: 32px;
  }
}

.gamble-cmoaob {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .gamble-cmoaob {
    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;
  }

  .gamble-cmoaob::-webkit-scrollbar {
    display: none;
  }
}

.gamble-hh55vc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .gamble-hh55vc {
    padding: 7px 15px;
  }
}

.gamble-hh55vc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gamble-lb00oo {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gamble-lb00oo {
    display: flex;
    opacity: 1;
  }
}

.gamble-hh55vc picture {
  height: 100%;
  display: block;
}

.gamble-hh55vc img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .gamble-hh55vc img {
    width: 88px;
    height: 44px;
  }
}

.gamble-hh55vc p {
  text-align: center;
  width: 100%;
}

.gamble-5w9s2a {
  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) {
  .gamble-5w9s2a {
    font-size: 40px;
    line-height: 48px;
  }
}

.gamble-5w9s2a img,
.gamble-cfm68e {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gamble-5w9s2a img,
  .gamble-cfm68e {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gamble-qinbix {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gamble-qinbix {
    width: 32px;
    height: 32px;
  }
}

.gamble-lha0f3 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.gamble-igsysb {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.gamble-77y8pf {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.gamble-77y8pf.gamble-omssbl {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.gamble-wg1o91 {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .gamble-wg1o91 {
    font-size: 20px;
    line-height: 28px;
  }
}

.gamble-hwtjks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.gamble-egjsi2 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.gamble-idpk1i ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.gamble-y8nj6s {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.gamble-y8nj6s ol,
.gamble-y8nj6s ul {
  padding-left: 1.3em;
}

.gamble-77y8pf.gamble-omssbl .gamble-egjsi2 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.gamble-77y8pf.gamble-omssbl .gamble-hwtjks {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.gamble-84ej8k {
  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) {
  .gamble-84ej8k {
    padding: 24px;
  }
}

.gamble-84ej8k .gamble-bz94gq {
  display: flex;
}

@media (min-width: 768px) {
  .gamble-84ej8k .gamble-bz94gq {
    display: none;
  }
}

.gamble-84ej8k .gamble-wj7xoz svg {
  display: none;
}

.gamble-l6yyi0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gamble-l6yyi0 .gamble-ie4q4e {
  display: none;
}

@media (min-width: 768px) {
  .gamble-l6yyi0 .gamble-ie4q4e {
    display: flex;
  }
}

.gamble-k5bp94 {
  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) {
  .gamble-k5bp94 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.gamble-k5bp94 > * {
  margin: 0 !important;
}

.gamble-k5bp94 img,
.gamble-ptmnln {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gamble-k5bp94 img,
  .gamble-ptmnln {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gamble-och1vs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gamble-och1vs {
    width: 32px;
    height: 32px;
  }
}

.gamble-1fyr67 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .gamble-1fyr67 {
    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;
  }

  .gamble-1fyr67::-webkit-scrollbar {
    display: none;
  }
}

.gamble-xq4we6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.gamble-xq4we6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gamble-ct93z4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gamble-ct93z4 {
    display: flex;
    opacity: 1;
  }
}

.gamble-xq4we6 picture {
  width: auto;
  height: 100%;
  display: block;
}

.gamble-xq4we6 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.gamble-pxscyc {
  margin: -24px 0;
}

.gamble-pxscyc:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .gamble-pxscyc {
    margin: -16px 0;
  }
}

.gamble-hbih4j {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .gamble-hbih4j {
    flex-direction: row;
  }
}

.gamble-zv3row {
  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) {
  .gamble-zv3row {
    flex: 1;
  }
}

.gamble-zv3row::placeholder {
  color: var(--Text-400);
}

.gamble-0talpz {
  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;
}

.gamble-6x94as {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gamble-6x94as::-webkit-scrollbar {
  display: none;
}

.gamble-krpo30 {
  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;
}

.gamble-krpo30 img,
.gamble-krpo30 svg {
  margin-right: 8px;
}

.gamble-aicxft {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.gamble-pxscyc + .gamble-ebo5in {
  margin-top: 0;
}

@media (min-width: 768px) {
  .gamble-pxscyc + .gamble-ebo5in {
    margin-top: -16px;
  }
}

.gamble-eo9wg7 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.gamble-eo9wg7 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.gamble-eo9wg7 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.gamble-g7bba0 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.gamble-5r4gal {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.gamble-irm855 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.gamble-120qpi {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.gamble-4jl193 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.gamble-g7bba0 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;
}

.gamble-g7bba0 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) {
  .gamble-g7bba0 {
    padding: 39px 179px 39px 39px;
  }

  .gamble-5r4gal {
    font-size: 40px;
    line-height: 48px;
  }

  .gamble-4jl193 {
    height: 348px;
  }

  .gamble-g7bba0 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .gamble-g7bba0 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .gamble-g7bba0 {
    padding: 63px;
  }
}

.gamble-6kxqrk {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .gamble-6kxqrk {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.gamble-395i3x {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gamble-395i3x {
    width: auto;
  }
}

.gamble-ahjzz2 {
  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;
}

.gamble-ahjzz2::-webkit-scrollbar {
  display: none;
}

.gamble-ahjzz2 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);
}

.gamble-ahjzz2 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gamble-ahjzz2 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.gamble-6kxqrk .gamble-41g79c {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.gamble-idpk1i,
    mask-image 0.3s;
}

.gamble-6kxqrk .gamble-41g79c.gamble-1vhflc {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.gamble-pam7gc {
  margin: 40px -16px;
}

.gamble-sgdgfo + .gamble-0tb61z,
.gamble-sgdgfo + .gamble-ew1sqq {
  margin-top: 24px;
}

.gamble-5j7g9d {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.gamble-5j7g9d picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gamble-9terx6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .gamble-9terx6 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .gamble-9terx6 {
    margin-top: 0;
  }
}

.gamble-2dk8cv {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gamble-2dk8cv {
    font-size: 24px;
    line-height: 32px;
  }
}

.gamble-itjvrd {
  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) {
  .gamble-itjvrd {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.gamble-vbou1a {
  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) {
  .gamble-vbou1a {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.gamble-8vn5ic {
  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) {
  .gamble-8vn5ic {
    font-size: 20px;
    line-height: 28px;
  }
}

.gamble-y1as2j {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gamble-y1as2j {
    font-size: 32px;
    line-height: 40px;
  }
}

.gamble-gw1144 {
  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;
}

.gamble-k965vc {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.gamble-k965vc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gamble-ebo5in {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gamble-4e2puu {
  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) {
  .gamble-4e2puu {
    padding: 15px 48px;
  }
}

main > .gamble-ebo5in {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .gamble-zmegrj.gamble-qj0c6i > div:nth-child(n+5) {
    display: none;
  }
}

.gamble-of99vw p a img {
  display: block;
  margin: 0 auto;
}


.gamble-yo6r5q {
  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 */
.gamble-8ia38f {
  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;
}

.gamble-8ia38f label {
  font-size: 14px;
}

.gamble-8ia38f h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gamble-8ia38f input,
.gamble-8ia38f textarea,
.gamble-8ia38f 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;
}
.gamble-8ia38f button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gamble-sbc9nk ease;
}
.gamble-8ia38f button:hover {
  background-color: var(--button-bg-hover);
}
.gamble-c53yo1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gamble-49ytm4 ease-in;
}

.gamble-c53yo1 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;
}
.gamble-qjivef, .gamble-o94a9v, [class*="review-card"],
thead, thead th, table th, .gamble-26de6l,
.gamble-35ndnz, [class*="collapsible-header"],
.gamble-hxu8q0, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
