* {
  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-ygrksw {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .gamble-ygrksw {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .gamble-ygrksw {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.gamble-abpni8 {
  overflow: hidden;
}

.gamble-zfokga img {
  background: var(--Neutral-300);
}

.gamble-kw1nga {
  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-0s3qej {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.gamble-0s3qej:hover {
  background: var(--button-bg-hover);
}

.gamble-9uurh6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.gamble-9uurh6:hover {
  background: var(--button-bg-hover);
}

.gamble-fmed7q {
  font-size: 12px;
  line-height: 18px;
}

.gamble-7zrwr9 {
  font-size: 18px;
  line-height: 26px;
}

.gamble-uvl5gi {
  width: 100%;
}

.gamble-x4q3qz {
  padding: 6px 16px;
}

.gamble-o0wsbl {
  padding: 10px 16px;
}

.gamble-v2pcrz {
  padding: 15px 26px;
}

.gamble-2l9flo {
  flex-shrink: 0;
}

.gamble-3v5whg {
  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-snevph {
  display: none;
}

.gamble-j3yk2g {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.gamble-1ditwt {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.gamble-k7jnoc {
  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-9l8bsa {
  cursor: grab;
}

.gamble-k7jnoc::-webkit-scrollbar {
  display: none;
}

.gamble-934zp8 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.gamble-p7uit3 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.gamble-lq82a4 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.gamble-vy0kda {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.gamble-75n92f {
  visibility: visible;
}

.gamble-ha4zj4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.gamble-gin7nn ease;
}

.gamble-uju20z {
  background-color: var(--Primary-200);
  width: 16px;
}

.gamble-6m25a4 {
  -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-gin7nn,
    mask-image 0.3s;
}

.gamble-6m25a4.gamble-bqwdw6 {
  -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-xgjcf4: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-3uw95n {
  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-dszgxy.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-dszgxy.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-x6spaf {
  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-x6spaf::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-1rg3xt {
  position: relative;
  z-index: 1;
}

.gamble-s4t3a5 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.gamble-vxkdl1 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.gamble-jo22b9 {
  font-size: 40px;
  line-height: 48px;
}

.gamble-kx29db {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gamble-75tb38 {
  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-75tb38:hover {
  background: var(--Primary-400);
}

.gamble-75tb38 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.gamble-xgjcf4 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-x6spaf {
    max-width: 600px;
    padding: 64px;
  }

  .gamble-s4t3a5 {
    font-size: 24px;
    line-height: 32px;
  }

  .gamble-vxkdl1 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .gamble-jo22b9 {
    font-size: 50px;
    line-height: 56px;
  }

  .gamble-kx29db {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .gamble-3uw95n {
    top: 25px;
    right: 25px;
  }
}

.gamble-tmyahi,
.gamble-yh1hvr {
  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-p25zn0.gamble-f1z8nr::before,
.gamble-yh1hvr::before,
.gamble-14axoq::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-dszgxy.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.gamble-rj79lr 14.gamble-q35a9x.gamble-brqy8k 14.gamble-yvkawo 15.gamble-cr1msd 14.gamble-mrhm9u 15.gamble-uehy34 14.gamble-kdd8rl.gamble-2tecou 14.gamble-8vp9v4 19.gamble-8r28jv 12.gamble-j5d7ko 19.gamble-8r28jv 10.gamble-nh0sel.gamble-8r28jv 8.gamble-yyij69 17.gamble-dxaekn 7.gamble-kzxsja 15.gamble-mh2y8w 7.gamble-7gdbxm.gamble-tufzuf 7.gamble-kzxsja 11.gamble-3x64y5 8.gamble-yyij69 11.gamble-3x64y5 10.gamble-gqlp6p.gamble-3x64y5 12.gamble-3ytnno 13.gamble-fjvr77 14.gamble-exrwwf 15.gamble-1o757e 14.gamble-goz4vr.gamble-dqbt72 14.gamble-0yqsst 15.gamble-4fk5nn 14.gamble-m05px0 15.gamble-s838if 14.gamble-osjdmk.gamble-rj79lr 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.gamble-qsu5oo 15.gamble-e2dr2r.gamble-mgr1ff 15.gamble-f26l8j 15.gamble-c2zxz4 15.gamble-cpi0p6 15.gamble-gk7fcm 15.gamble-jg7ruw.gamble-3euhr0 15.gamble-cpi0p6 15.gamble-uixm78 15.gamble-oji74r 15.gamble-6zodvu 15.gamble-9exush.gamble-vfyi5f 15.gamble-pleoby 7.gamble-73pnx4 18.gamble-p95i7i 7.gamble-a3tajv 23.gamble-2x0hvl.gamble-js2dtl.gamble-uly273 18.gamble-wt00g5 19.gamble-ml58b6 15.gamble-land7f 15.gamble-qsu5oo 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.gamble-2gbu55 [type="submit"] *,
.gamble-4gbg27 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .gamble-pfrbft {
    display: none;
  }
}

.gamble-rip63d {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .gamble-rip63d {
  display: none;
}

@media (min-width: 768px) {
  .gamble-rip63d {
    bottom: 22px;
  }
}

.gamble-rip63d input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .gamble-rip63d {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.gamble-34usbk.static) .gamble-rip63d {
    bottom: 8px;
  }
}

.gamble-qrj2i3 {
  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-dszgxy.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.gamble-cum1lq 3.gamble-xsv2jf.gamble-ii4kbt.gamble-lv6mmq 3.gamble-bib228 3.gamble-0glp93 5.gamble-gmklwb 3.gamble-0glp93 8.gamble-kugjwp.gamble-sikm02.gamble-0glp93 26.gamble-qf51or 5.gamble-tlorh2 28.gamble-51vppv 8.gamble-sz6jhx 28.gamble-7wlv6o.gamble-sknwh3 28.gamble-cw40xq.gamble-26zfks 34.gamble-55tqbc.gamble-drm7bc 36.gamble-h3c03i 11.gamble-9l3uiv 37.gamble-ebvrjr 12.gamble-qmihlx 36.gamble-07i1xo.gamble-wlls5w 28.gamble-4ivjmw.gamble-18jzhm.gamble-imwbsz 28.gamble-u52rcv 36.gamble-gom2k7 26.gamble-8usjb8 36.gamble-gom2k7 23.gamble-9p4occ.gamble-8kc5k7.gamble-gom2k7 5.gamble-el0snx 34.gamble-u9ucri 3.gamble-bib228 31.gamble-cum1lq 3.gamble-h1wfww.gamble-vr1y3h 18.gamble-dv2mi5.gamble-m190jh 18.gamble-b31kmq 8.gamble-227o1v 17.gamble-hod2fr 8.gamble-227o1v 15.gamble-afgu2r.gamble-227o1v 14.gamble-qbi7pf 9.gamble-m190jh 13.gamble-u2fjum 11.gamble-vr1y3h 13.gamble-volwz0.gamble-rnwy58 13.gamble-u2fjum 13.gamble-2vq726 14.gamble-qbi7pf 13.gamble-2vq726 15.gamble-jw1o1f.gamble-2vq726 17.gamble-hod2fr 12.gamble-rnwy58 18.gamble-b31kmq 11.gamble-vr1y3h 18.gamble-t84opg.gamble-xfdiy1 18.gamble-lxrdyp.gamble-15v9p1 18.gamble-b31kmq 17.gamble-kose31 17.gamble-hod2fr 17.gamble-kose31 15.gamble-0nohje.gamble-kose31 14.gamble-qbi7pf 18.gamble-15v9p1 13.gamble-u2fjum 20.gamble-xfdiy1 13.gamble-hsef2o.gamble-0514g6 13.gamble-u2fjum 22.gamble-5w8har 14.gamble-qbi7pf 22.gamble-5w8har 15.gamble-937hdd.gamble-c4me9t 17.gamble-hod2fr 21.gamble-0514g6 18.gamble-b31kmq 20.gamble-xfdiy1 18.gamble-ed3ljp.gamble-bp2gyr 18.gamble-u6p81e.gamble-iesm8c 18.gamble-b31kmq 26.gamble-y2lk30 17.gamble-hod2fr 26.gamble-y2lk30 15.gamble-k4x38g.gamble-y2lk30 14.gamble-qbi7pf 27.gamble-iesm8c 13.gamble-u2fjum 28.gamble-bp2gyr 13.gamble-tdv4n9.gamble-g4pk6j 13.gamble-u2fjum 31.gamble-j2rr1h 14.gamble-qbi7pf 31.gamble-j2rr1h 15.gamble-btzwht.gamble-y2lk30 17.gamble-hod2fr 30.gamble-g4pk6j 18.gamble-b31kmq 28.gamble-bp2gyr 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-qrj2i3 {
    display: none;
  }
}

.gamble-5k2683 {
  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-5k2683 {
    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-4gbg27 {
  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-4gbg27 {
    padding: 14px 16px;
  }
}

.gamble-4gbg27 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.gamble-4gbg27 button:first-child {
  align-content: end;
}

.gamble-4gbg27 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .gamble-4gbg27
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .gamble-4gbg27
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.gamble-4gbg27 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.gamble-4gbg27 button:last-child svg {
  width: 38px;
  height: 38px;
}

.gamble-14axoq {
  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-14axoq::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .gamble-14axoq,
.pc61d126-chatbot[data-active-screen="3"]
  .gamble-14axoq {
  opacity: 1;
  visibility: visible;
}

.gamble-yd4p1z {
  flex: 1 1;
}

.gamble-i3gqqa {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .gamble-i3gqqa {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .gamble-gd4ec4 {
  display: block;
}

.gamble-6ooxzy {
  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-6ooxzy {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.gamble-yh1hvr {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.gamble-yh1hvr::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.gamble-qnoy6u span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.gamble-qnoy6u p {
  color: var(--Text-100);
}

.gamble-yh1hvr .gamble-v77ios {
  grid-area: button;
}

.gamble-yh1hvr .gamble-v77ios::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-dszgxy.org/2000/svg'%3E%3Cpath d='M4.gamble-kxcr6u 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gamble-pfipdd 15L16.gamble-pfipdd 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gamble-pfipdd 5L16.gamble-pfipdd 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .gamble-rl111q {
  display: block;
}

.gamble-1t0b3h {
  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-1t0b3h {
    margin-top: 40px;
  }
}

.gamble-tmyahi label,
.gamble-tmyahi input {
  display: block;
  width: 100%;
}

.gamble-tmyahi label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.gamble-tmyahi label.gamble-wzpwcl input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.gamble-tmyahi label.gamble-wzpwcl::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-tmyahi 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-tmyahi input::placeholder {
  color: var(--Text-400);
}

.gamble-24d4t1 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .gamble-24d4t1 {
  display: flex;
}

.gamble-24d4t1 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .gamble-24d4t1 ol {
    height: 420px;
    padding: 24px;
  }
}

.gamble-24d4t1 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.gamble-2gbu55 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .gamble-2gbu55 {
    padding: 0 24px 24px;
  }
}

.gamble-2gbu55 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-2gbu55 input::placeholder {
  color: var(--Text-400);
}

.gamble-2gbu55 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.gamble-2gbu55 [type="submit"]:disabled {
  opacity: 0.5;
}

.gamble-2gbu55 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .gamble-2gbu55 [type="submit"] {
    right: 40px;
  }
}

.gamble-p25zn0 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.gamble-p25zn0.gamble-f1z8nr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.gamble-p25zn0.gamble-f1z8nr::before {
  content: "";
  width: 31px;
}

.gamble-p25zn0.gamble-f1z8nr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gamble-p25zn0.gamble-1le9hf p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.gamble-p25zn0 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gamble-rip63d .gamble-v77ios {
  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-pfrbft {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .gamble-pfrbft {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .gamble-pfrbft {
    padding: 18px 0;
  }
}

.gamble-pfrbft .gamble-ygrksw {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gamble-pfrbft .gamble-ygrksw {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.gamble-g0394i {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .gamble-g0394i {
    max-width: 160px;
    height: 40px;
  }
}

.gamble-g0394i picture,
.gamble-g0394i img {
  display: block;
  width: 100%;
  height: 100%;
}

.gamble-g0394i img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .gamble-rxjuo9 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.gamble-gin7nn ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .gamble-pfrbft.gamble-g7g6pk .gamble-rxjuo9 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gamble-rxjuo9 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .gamble-rxjuo9 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.gamble-g92p38,
.gamble-78fdms {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .gamble-g92p38,
  .gamble-78fdms {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .gamble-78fdms {
    display: none;
  }
}

.gamble-dh3wf4 {
  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-g7g6pk .gamble-dh3wf4 {
  background: var(--fh-bg-color);
}

.gamble-dh3wf4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .gamble-dh3wf4 {
    display: none;
  }
}

.gamble-93jcw1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gamble-93jcw1 {
    display: none;
  }
}

.gamble-i9mmmm {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.gamble-pfrbft.gamble-g7g6pk .gamble-i9mmmm:first-child {
  display: none;
}

.gamble-pfrbft.gamble-g7g6pk .gamble-i9mmmm:last-child {
  display: block;
}

.gamble-i9mmmm:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .gamble-i9mmmm {
    display: none;
  }
}

.gamble-pdjfa8 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gamble-pdjfa8 {
    display: flex;
  }
}

.gamble-pdjfa8 ul {
  max-height: 350px;
  overflow-y: auto;
}

.gamble-pdjfa8:hover ul {
  visibility: visible;
  opacity: 1;
}

.gamble-pdjfa8:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.gamble-pdjfa8:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.gamble-pdjfa8:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.gamble-pdjfa8:hover .gamble-xqogle svg {
  transform: rotate(180deg);
}

.gamble-4fk5aa {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.gamble-i4jixe {
  padding: 0 8px;
}

.gamble-cof0if {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.gamble-cof0if:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .gamble-cof0if {
    padding: 4px 8px;
  }
}

.gamble-7q74u1 {
  display: flex;
}

.gamble-7q74u1 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.gamble-xqogle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.gamble-xqogle svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.gamble-nmexmt {
  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-nmexmt {
    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-p9uhdj {
  width: 100%;
}

@media (min-width: 1200px) {
  .gamble-p9uhdj {
    display: none;
  }
}

.gamble-1tqubk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.gamble-nz8vuk {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.gamble-w3nchu {
  display: flex;
}

.gamble-zbnpym {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gamble-w1d7ly {
  list-style: none;
}

@media (max-width: 1199px) {
  .gamble-w1d7ly {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .gamble-w1d7ly {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .gamble-w1d7ly .gamble-jlpaeh [data-ref-el],
  .gamble-w1d7ly .gamble-jlpaeh span,
  .gamble-w1d7ly .gamble-jlpaeh a {
    white-space: nowrap;
  }
}

.gamble-dx4ykz {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .gamble-dx4ykz.gamble-0zc42l > .gamble-jlpaeh {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .gamble-dx4ykz.gamble-mlppus:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .gamble-dx4ykz.gamble-0zc42l > .gamble-kl8g65 {
    height: auto;
  }

  .gamble-dx4ykz.gamble-0zc42l > div > .gamble-qhw45v {
    transform: rotate(180deg);
  }
}

.gamble-dx4ykz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.gamble-dx4ykz [data-ref-el],
.gamble-dx4ykz span {
  cursor: pointer;
}

.gamble-dx4ykz [data-ref-el],
.gamble-dx4ykz span,
.gamble-dx4ykz a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .gamble-dx4ykz [data-ref-el],
  .gamble-dx4ykz span,
  .gamble-dx4ykz a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .gamble-dx4ykz [data-ref-el],
  .gamble-dx4ykz span,
  .gamble-dx4ykz a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.gamble-kl8g65 {
  height: 0;
  overflow: hidden;
  transition: height 0.gamble-gin7nn ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.gamble-kl8g65::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.gamble-kl8g65::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.gamble-kl8g65::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .gamble-kl8g65 {
    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-kl8g65:has(> .gamble-dx4ykz.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .gamble-kl8g65 .gamble-kl8g65 {
    padding: 0;
  }

  .gamble-kl8g65 .gamble-dx4ykz {
    font-weight: 400;
  }

  .gamble-kl8g65 .gamble-dx4ykz:hover > .gamble-jlpaeh {
    background: var(--Neutral-300);
  }

  .gamble-kl8g65 .gamble-qhw45v {
    rotate: -90deg;
  }
}

.gamble-jlpaeh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gamble-jlpaeh {
    padding: 8px;
  }

  .gamble-dx4ykz.gamble-x3sy1o > .gamble-jlpaeh {
    background: var(--Neutral-300);
  }
}

.gamble-qhw45v {
  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-dszgxy.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.gamble-cla9vg 0.gamble-98v3hg.gamble-34k9qx -0.gamble-wzw7iz 0.gamble-4zvg3m -0.gamble-wzw7iz 1.gamble-rcl3em 0.gamble-qs9zdw.gamble-tp1w2d 4.gamble-si2wsl.gamble-cla9vg 0.gamble-ujfi7d.gamble-c2g6i2 -0.gamble-wzw7iz 9.gamble-cjcgpn -0.gamble-wzw7iz 10.gamble-czob9z 0.gamble-6z11dk.gamble-z9dbsq 0.gamble-34k9qx 10.gamble-z9dbsq 0.gamble-4zvg3m 10.gamble-czob9z 1.gamble-i5wqmf.gamble-osix13 5.gamble-ta1av3.gamble-xtsu1c 6.gamble-n6dkja 5.gamble-8ktspd 6.gamble-n6dkja 4.gamble-19joou 5.gamble-2mbnb0.gamble-cla9vg 1.gamble-kldteo.gamble-wzw7iz 0.gamble-4zvg3m -0.gamble-wzw7iz 0.gamble-34k9qx 0.gamble-cla9vg 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.gamble-gin7nn ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gamble-qhw45v {
    cursor: default;
  }
}

.gamble-vnpimd {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.gamble-oy86g7 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .gamble-oy86g7 {
    padding: 40px 4px;
  }
}

.gamble-1anshm {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .gamble-1anshm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.gamble-lqlcrk {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .gamble-lqlcrk {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.gamble-lqlcrk ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.gamble-lqlcrk [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.gamble-lqlcrk [data-ref-el],
.gamble-lqlcrk span,
.gamble-lqlcrk a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.gamble-nvboo4 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gamble-nvboo4 {
    margin-bottom: 12px;
  }
}

.gamble-eq6mt6 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.gamble-eq6mt6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .gamble-eq6mt6:last-child {
    margin-right: 0;
  }
}

.gamble-grk3dp {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gamble-nvboo4:hover .gamble-esri8y {
  visibility: visible;
  opacity: 1;
}

.gamble-esri8y {
  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-d4jx73 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gamble-9qhz81 {
  display: flex;
  margin: 6px;
}

.gamble-9qhz81 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.gamble-esri8y::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-esri8y::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-gj6wl6 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .gamble-gj6wl6 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.gamble-y92bfe {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .gamble-y92bfe {
    margin-right: 32px;
  }
}

.gamble-8p052n {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gamble-8p052n {
    margin-top: 0;
    width: 340px;
  }
}

.gamble-8p052n a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gamble-ror2yb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.gamble-rgyflz {
  position: relative;
}

@media (min-width: 768px) {
  .gamble-rgyflz {
    margin-top: 40px;
  }
}

.gamble-rgyflz + .gamble-zyyzsn,
.gamble-rgyflz + .gamble-rgyflz {
  margin-top: 24px;
}

.gamble-un0axr {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .gamble-un0axr {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .gamble-un0axr {
    padding: 80px;
  }
}

.gamble-48nk0k {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .gamble-48nk0k {
    padding: 0 16px;
}


}

.gamble-vqtd21 {
  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-vqtd21 {
    font-size: 48px;
    line-height: 56px;
  }
}

.gamble-i4torx {
  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-i4torx {
    font-size: 24px;
    line-height: 32px;
  }
}

.gamble-03z333 {
  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-03z333:hover {
  background: var(--button-bg-hover);
}

.gamble-sgmdhx {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.gamble-sgmdhx img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .gamble-sgmdhx img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .gamble-sgmdhx img {
  min-height: 100%;
  }
}

.gamble-un0axr::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.gamble-k4srq5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gamble-k4srq5 h1,
.gamble-k4srq5 h2,
.gamble-k4srq5 h3,
.gamble-k4srq5 h4 {
  margin-bottom: 6px;
}

.gamble-k4srq5 h1:not(:first-child),
.gamble-k4srq5 h2:not(:first-child),
.gamble-k4srq5 h3:not(:first-child),
.gamble-k4srq5 h4:not(:first-child) {
  margin-top: 16px;
}

.gamble-k4srq5 h1,
.gamble-k4srq5 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .gamble-k4srq5 h1,
  .gamble-k4srq5 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.gamble-k4srq5 h2,
.gamble-k4srq5 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .gamble-k4srq5 h2,
  .gamble-k4srq5 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.gamble-k4srq5 h3,
.gamble-k4srq5 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .gamble-k4srq5 h3,
  .gamble-k4srq5 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.gamble-k4srq5 h4,
.gamble-k4srq5 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.gamble-k4srq5 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.gamble-k4srq5 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.gamble-k4srq5 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-k4srq5 ul ul {
  margin-bottom: 8px;
}

.gamble-k4srq5 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.gamble-k4srq5 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.gamble-k4srq5 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.gamble-k4srq5 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.gamble-k4srq5 ol li::marker {
  font-weight: 700;
}

.gamble-k4srq5 ol ol {
  margin-bottom: 8px;
}

.gamble-k4srq5 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.gamble-k4srq5 ol ul li {
  padding-left: 16px;
}

.gamble-k4srq5 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-k4srq5 table {
    padding: 24px;
  }
}

.gamble-k4srq5 table.gamble-2mctmy {
  -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-gin7nn,
    mask-image 0.3s;
}

.gamble-k4srq5 table.gamble-2mctmy.gamble-bqwdw6 {
  -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-k4srq5 table {
    display: table;
  }
}

.gamble-k4srq5 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);
}

.gamble-k4srq5 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gamble-k4srq5 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gamble-k4srq5 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-k4srq5 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.gamble-k4srq5 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gamble-k4srq5 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gamble-k4srq5 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.gamble-k4srq5 img {
  max-width: 100%;
  height: auto;
}

.gamble-jp4v6c {
  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) {
  .gamble-jp4v6c {
    padding: 24px;
  }
}

.gamble-d5rta4 {
  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-d5rta4 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.gamble-d5rta4 > * {
  margin: 0 !important;
}

.gamble-d5rta4 img,
.gamble-rrfhgo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gamble-d5rta4 img,
  .gamble-rrfhgo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gamble-6wsz9k {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gamble-6wsz9k {
    width: 32px;
    height: 32px;
  }
}

.gamble-2tyunz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gamble-2tyunz .gamble-dy8sdg {
  flex-shrink: 0;
}

.gamble-2tyunz .gamble-it33ls svg {
  display: none;
}

.gamble-9523fr {
  display: grid;
  transition: max-height 0.gamble-gin7nn ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .gamble-9523fr {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .gamble-9523fr {
    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-9523fr.gamble-hlz11x + .gamble-dy8sdg svg {
  transform: rotate(180deg);
}

.gamble-3bu7rc {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.gamble-3bu7rc > div:nth-child(3n) {
  grid-column: span 2;
}

.gamble-3bu7rc
  > div:nth-child(3n)
  .gamble-bamlf3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .gamble-3bu7rc {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gamble-3bu7rc > div:nth-child(3n) {
    grid-column: unset;
  }

  .gamble-3bu7rc
    > div:nth-child(3n)
    .gamble-bamlf3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .gamble-3bu7rc {
    max-width: 270px;
  }
}

.gamble-3bu7rc .gamble-bamlf3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .gamble-3bu7rc .gamble-bamlf3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .gamble-3bu7rc .gamble-bamlf3 button {
    max-width: 104px;
  }
}

.gamble-6z4q0c {
  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-6z4q0c {
    margin-bottom: 0;
  }
}

.gamble-tfhhfd {
  display: none;
  opacity: 0;
}

.gamble-kxitx4 {
  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-kxitx4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.gamble-bamlf3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.gamble-bamlf3 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-bamlf3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gamble-bamlf3
    button {
    max-width: 145px;
  }
}

.gamble-1jw7go:first-child
  .gamble-bamlf3
  button {
  max-width: 270px;
}

.gamble-zbnvnl {
  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%;
}

.gamble-6z4q0c picture {
  width: 100%;
  max-width: 100%;
}

.gamble-yvbj98 {
  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-yvbj98 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.gamble-6z4q0c:hover .gamble-yvbj98 {
  display: flex;
}

.gamble-oibk05 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.gamble-5f379p {
  display: flex;
}

.gamble-5f379p:hover .gamble-phd7sf,
.gamble-5f379p .gamble-x3sy1o .gamble-phd7sf {
  display: flex;
}

.gamble-5f379p svg {
  flex-shrink: 0;
}

.gamble-phd7sf {
  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-phd7sf {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.gamble-phd7sf:hover {
  display: flex;
}

.gamble-phd7sf svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.gamble-ym5ump {
  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-ym5ump {
    font-size: 12px;
  }
}

.gamble-ozcbzf,
.gamble-t00qs5 {
  width: 50%;
  flex-shrink: 0;
}

.gamble-ozcbzf {
  font-weight: 700;
}

.gamble-vr5434 .gamble-9523fr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gamble-vr5434 .gamble-9523fr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gamble-vr5434 .gamble-9523fr {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.gamble-vr5434
  .gamble-zbnvnl:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.gamble-vr5434 .gamble-kxitx4 {
  height: 100% !important;
  border-radius: 16px;
}

.gamble-vr5434 .gamble-bamlf3 {
  gap: 4px;
  align-items: center;
}

.gamble-vr5434 .gamble-bamlf3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gamble-vr5434 .gamble-bamlf3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.gamble-vr5434 .gamble-36ij18,
.gamble-vr5434 .gamble-didmo6 {
  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-dszgxy.org/2000/svg'%3E%3Cpath d='M9.gamble-cur7nq 4.gamble-towmfj.gamble-odac6n 5.gamble-n4thbq.gamble-oslown 5.gamble-y268xg.gamble-gcmmi4 5.gamble-z1lnge.gamble-iobeuu 8.gamble-8vip3p.gamble-zswkvs 9.gamble-3v75n3.gamble-b8sufx 9.gamble-4piih4.gamble-se6229 13.gamble-d9qsh3.gamble-aibfdb 11.gamble-mpp8zy.gamble-ee28ry 11.gamble-tndatj.gamble-eraert 11.gamble-tdolq9.gamble-rkwm20 13.gamble-7hvopu.gamble-h5pcmh 9.gamble-dsw95u.gamble-2fsvcl 9.gamble-iupd9u.gamble-yeklxn 8.gamble-nhedb5.gamble-ljq8uo 5.gamble-rnk37b.gamble-vxnou4 5.gamble-8yjn3c.gamble-h2wqrd 5.gamble-ofmzkq.gamble-cooan9 4.gamble-ybplvl.gamble-ee28ry 1.gamble-9nbyad.gamble-cur7nq 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.gamble-vr5434 .gamble-36ij18 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.gamble-vr5434 .gamble-didmo6 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.gamble-713fuw {
  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-713fuw {
    padding: 24px;
  }
}

.gamble-713fuw .gamble-dy8sdg {
  display: flex;
}

@media (min-width: 768px) {
  .gamble-713fuw .gamble-dy8sdg {
    display: none;
  }
}

.gamble-713fuw .gamble-it33ls svg {
  display: none;
}

.gamble-wppgt7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gamble-wppgt7 .gamble-kw1nga {
  display: none;
}

@media (min-width: 768px) {
  .gamble-wppgt7 .gamble-kw1nga {
    display: flex;
  }
}

.gamble-tp3abu {
  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-tp3abu {
    font-size: 40px;
    line-height: 48px;
  }
}

.gamble-tp3abu > * {
  margin: 0 !important;
}

.gamble-tp3abu img,
.gamble-f76rb3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gamble-tp3abu img,
  .gamble-f76rb3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gamble-s4ruaj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gamble-s4ruaj {
    width: 32px;
    height: 32px;
  }
}

.gamble-pbqjq3 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .gamble-pbqjq3 {
    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-pbqjq3::-webkit-scrollbar {
    display: none;
  }
}

.gamble-kzduy6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .gamble-kzduy6 {
    padding: 7px 15px;
  }
}

.gamble-kzduy6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gamble-j3o1wx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gamble-j3o1wx {
    display: flex;
    opacity: 1;
  }
}

.gamble-kzduy6 picture {
  height: 100%;
  display: block;
}

.gamble-kzduy6 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .gamble-kzduy6 img {
    width: 88px;
    height: 44px;
  }
}

.gamble-kzduy6 p {
  text-align: center;
  width: 100%;
}

.gamble-5z0zpm {
  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-5z0zpm {
    font-size: 40px;
    line-height: 48px;
  }
}

.gamble-5z0zpm img,
.gamble-fom1eo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gamble-5z0zpm img,
  .gamble-fom1eo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gamble-250551 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gamble-250551 {
    width: 32px;
    height: 32px;
  }
}

.gamble-e4spbr {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.gamble-mtugcw {
  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;
}

.gamble-bc5bpx {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.gamble-bc5bpx.gamble-x3sy1o {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.gamble-fxt2q2 {
  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) {
  .gamble-fxt2q2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.gamble-qlqwen {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.gamble-28jojp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.gamble-gin7nn ease;
  opacity: 0;
  color: var(--text-color);
}

.gamble-tp3sw8 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.gamble-tp3sw8 ol,
.gamble-tp3sw8 ul {
  padding-left: 1.3em;
}

.gamble-bc5bpx.gamble-x3sy1o .gamble-28jojp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.gamble-bc5bpx.gamble-x3sy1o .gamble-qlqwen {
  transform: rotate(180deg);
  color: var(--text-color);
}

.gamble-db3h5f {
  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-db3h5f {
    padding: 24px;
  }
}

.gamble-db3h5f .gamble-dy8sdg {
  display: flex;
}

@media (min-width: 768px) {
  .gamble-db3h5f .gamble-dy8sdg {
    display: none;
  }
}

.gamble-db3h5f .gamble-it33ls svg {
  display: none;
}

.gamble-2u8zhw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gamble-2u8zhw .gamble-kw1nga {
  display: none;
}

@media (min-width: 768px) {
  .gamble-2u8zhw .gamble-kw1nga {
    display: flex;
  }
}

.gamble-zmwqep {
  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-zmwqep {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.gamble-zmwqep > * {
  margin: 0 !important;
}

.gamble-zmwqep img,
.gamble-s3hukg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gamble-zmwqep img,
  .gamble-s3hukg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gamble-gb9rai {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gamble-gb9rai {
    width: 32px;
    height: 32px;
  }
}

.gamble-tulp9a {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .gamble-tulp9a {
    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-tulp9a::-webkit-scrollbar {
    display: none;
  }
}

.gamble-5uxjfk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.gamble-5uxjfk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gamble-zlp7hx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gamble-zlp7hx {
    display: flex;
    opacity: 1;
  }
}

.gamble-5uxjfk picture {
  width: auto;
  height: 100%;
  display: block;
}

.gamble-5uxjfk picture img {
  display: block;
  width: auto;
  height: 100%;
}

.gamble-ubp2kd {
  margin: -24px 0;
}

.gamble-ubp2kd:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .gamble-ubp2kd {
    margin: -16px 0;
  }
}

.gamble-p79r3q {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .gamble-p79r3q {
    flex-direction: row;
  }
}

.gamble-tw3xbe {
  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-tw3xbe {
    flex: 1;
  }
}

.gamble-tw3xbe::placeholder {
  color: var(--Text-400);
}

.gamble-41q43v {
  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-dt5b87 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gamble-dt5b87::-webkit-scrollbar {
  display: none;
}

.gamble-e9mmt2 {
  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-e9mmt2 img,
.gamble-e9mmt2 svg {
  margin-right: 8px;
}

.gamble-dhkgmz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.gamble-ubp2kd + .gamble-kua61n {
  margin-top: 0;
}

@media (min-width: 768px) {
  .gamble-ubp2kd + .gamble-kua61n {
    margin-top: -16px;
  }
}

.gamble-8wvn89 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.gamble-8wvn89 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.gamble-8wvn89 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.gamble-8k50rf {
  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;
}

.gamble-v0azim {
  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-diz94q {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.gamble-o0upsq {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.gamble-2sqy44 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.gamble-8k50rf 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-8k50rf 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-8k50rf {
    padding: 39px 179px 39px 39px;
  }

  .gamble-v0azim {
    font-size: 40px;
    line-height: 48px;
  }

  .gamble-2sqy44 {
    height: 348px;
  }

  .gamble-8k50rf button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .gamble-8k50rf button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .gamble-8k50rf {
    padding: 63px;
  }
}

.gamble-98du1e {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .gamble-98du1e {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.gamble-06ojo0 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gamble-06ojo0 {
    width: auto;
  }
}

.gamble-awy7sp {
  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-awy7sp::-webkit-scrollbar {
  display: none;
}

.gamble-awy7sp 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-awy7sp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gamble-awy7sp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.gamble-98du1e .gamble-qociyf {
  -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-gin7nn,
    mask-image 0.3s;
}

.gamble-98du1e .gamble-qociyf.gamble-bqwdw6 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.gamble-ctc8vy {
  margin: 40px -16px;
}

.gamble-jfkwhc + .gamble-zyyzsn,
.gamble-jfkwhc + .gamble-rgyflz {
  margin-top: 24px;
}

.gamble-306e2v {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.gamble-306e2v picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gamble-oec5j3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .gamble-oec5j3 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .gamble-oec5j3 {
    margin-top: 0;
  }
}

.gamble-nfxsms {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gamble-nfxsms {
    font-size: 24px;
    line-height: 32px;
  }
}

.gamble-pzxj7u {
  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-pzxj7u {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.gamble-4p4mo3 {
  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-4p4mo3 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.gamble-714ebs {
  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-714ebs {
    font-size: 20px;
    line-height: 28px;
  }
}

.gamble-e3wwq1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gamble-e3wwq1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.gamble-owx7fo {
  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-9nxu3v {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.gamble-9nxu3v img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gamble-kua61n {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gamble-wbf5tg {
  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-wbf5tg {
    padding: 15px 48px;
  }
}

main > .gamble-kua61n {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .gamble-9523fr.gamble-xmy91i > div:nth-child(n+5) {
    display: none;
  }
}

.gamble-k4srq5 p a img {
  display: block;
  margin: 0 auto;
}


.gamble-1aujf0 {
  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-h6a3xh {
  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-h6a3xh label {
  font-size: 14px;
}

.gamble-h6a3xh h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gamble-h6a3xh input,
.gamble-h6a3xh textarea,
.gamble-h6a3xh 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-h6a3xh button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gamble-t99cfw ease;
}
.gamble-h6a3xh button:hover {
  background-color: var(--button-bg-hover);
}
.gamble-n7c0fx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gamble-vt6cus ease-in;
}

.gamble-n7c0fx 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-0fxry7, .gamble-ag44b7, [class*="review-card"],
thead, thead th, table th, .gamble-pwkjyc,
.gamble-qwf4ts, [class*="collapsible-header"],
.gamble-9tzdof, [class*="updated-block"] {
  color: #ece7dc !important;
}
