* {
  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;
  }
}

.winsane-nnhuuu {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .winsane-nnhuuu {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .winsane-nnhuuu {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.winsane-8s5cdv {
  overflow: hidden;
}

.winsane-6husd2 img {
  background: var(--Neutral-300);
}

.winsane-1e648j {
  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;
}

.winsane-v6hcbl {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.winsane-v6hcbl:hover {
  background: var(--button-bg-hover);
}

.winsane-6rowzd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winsane-6rowzd:hover {
  background: var(--button-bg-hover);
}

.winsane-cvxuug {
  font-size: 12px;
  line-height: 18px;
}

.winsane-k9xyvn {
  font-size: 18px;
  line-height: 26px;
}

.winsane-at8ud0 {
  width: 100%;
}

.winsane-yoq05b {
  padding: 6px 16px;
}

.winsane-zizdcm {
  padding: 10px 16px;
}

.winsane-efrwc5 {
  padding: 15px 26px;
}

.winsane-9axocq {
  flex-shrink: 0;
}

.winsane-57hemy {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.winsane-uc3vns {
  display: none;
}

.winsane-i7ybyd {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.winsane-qphxy4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.winsane-1wayoi {
  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;
}

.winsane-3b9zoj {
  cursor: grab;
}

.winsane-1wayoi::-webkit-scrollbar {
  display: none;
}

.winsane-x60k44 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.winsane-j6c6ks {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.winsane-vkpigm {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.winsane-hgqi9a {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.winsane-lpywfk {
  visibility: visible;
}

.winsane-roe5vt {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.winsane-xounzx ease;
}

.winsane-odtt1t {
  background-color: var(--Primary-200);
  width: 16px;
}

.winsane-caukxx {
  -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.winsane-xounzx,
    mask-image 0.3s;
}

.winsane-caukxx.winsane-n0bn95 {
  -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;
  }
}

.winsane-hp4jm2: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;
}

.winsane-idbz5t {
  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.winsane-lbe6fh.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.winsane-lbe6fh.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;
}

.winsane-osepir {
  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);
}

.winsane-osepir::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%
  );
}

.winsane-9o853r {
  position: relative;
  z-index: 1;
}

.winsane-y0cbuz {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.winsane-vyo5mw {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.winsane-7ecvrt {
  font-size: 40px;
  line-height: 48px;
}

.winsane-pr51pa {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.winsane-gvg2pn {
  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;
}

.winsane-gvg2pn:hover {
  background: var(--Primary-400);
}

.winsane-gvg2pn svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.winsane-hp4jm2 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) {
  .winsane-osepir {
    max-width: 600px;
    padding: 64px;
  }

  .winsane-y0cbuz {
    font-size: 24px;
    line-height: 32px;
  }

  .winsane-vyo5mw {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .winsane-7ecvrt {
    font-size: 50px;
    line-height: 56px;
  }

  .winsane-pr51pa {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .winsane-idbz5t {
    top: 25px;
    right: 25px;
  }
}

.winsane-0isu18,
.winsane-j0l19l {
  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;
}

.winsane-6kb9cv.winsane-zgvxbt::before,
.winsane-j0l19l::before,
.winsane-u45cc1::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.winsane-lbe6fh.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.winsane-3qw9mb 14.winsane-c4pcnw.winsane-lyrm8z 14.winsane-c54bvf 15.winsane-68r9pp 14.winsane-vi6y7a 15.winsane-3gbvaw 14.winsane-6t8emd.winsane-efxpgt 14.winsane-44xwrs 19.winsane-2lka8v 12.winsane-y0sa3p 19.winsane-2lka8v 10.winsane-c22c0z.winsane-2lka8v 8.winsane-fo6qna 17.winsane-ulv7om 7.winsane-gzndx0 15.winsane-ipw5rh 7.winsane-21ahx7.winsane-y9nnys 7.winsane-gzndx0 11.winsane-vvf11c 8.winsane-fo6qna 11.winsane-vvf11c 10.winsane-m9cqo9.winsane-vvf11c 12.winsane-617hkd 13.winsane-m3abyb 14.winsane-nspk9q 15.winsane-ehltpm 14.winsane-ofs0vi.winsane-hna7k0 14.winsane-om4ckf 15.winsane-6c9528 14.winsane-bp7zt9 15.winsane-oob6j7 14.winsane-g947zt.winsane-3qw9mb 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.winsane-s5iwwy 15.winsane-6kkliq.winsane-05m8zq 15.winsane-75clec 15.winsane-jrh2qc 15.winsane-fhqvd7 15.winsane-p0soxk 15.winsane-4qjzj0.winsane-kx8btm 15.winsane-fhqvd7 15.winsane-ev86j2 15.winsane-qgql3g 15.winsane-pxu7pe 15.winsane-ckluns.winsane-ojk6sd 15.winsane-m0gz72 7.winsane-kpexvf 18.winsane-8fcv8b 7.winsane-164oia 23.winsane-46mom7.winsane-sbzepm.winsane-s3vx49 18.winsane-55bpbs 19.winsane-afyohl 15.winsane-jmcvok 15.winsane-s5iwwy 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.winsane-1kcyjh [type="submit"] *,
.winsane-9d798y button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .winsane-12ofkn {
    display: none;
  }
}

.winsane-itqhmi {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .winsane-itqhmi {
  display: none;
}

@media (min-width: 768px) {
  .winsane-itqhmi {
    bottom: 22px;
  }
}

.winsane-itqhmi input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .winsane-itqhmi {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.winsane-ak731y.static) .winsane-itqhmi {
    bottom: 8px;
  }
}

.winsane-xrwrs2 {
  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.winsane-lbe6fh.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.winsane-jwccxw 3.winsane-ci1wa8.winsane-p1xjgk.winsane-5q438f 3.winsane-stuaid 3.winsane-a23tgt 5.winsane-fyz56a 3.winsane-a23tgt 8.winsane-a3h63m.winsane-k1wjkl.winsane-a23tgt 26.winsane-vpow9w 5.winsane-ox90b5 28.winsane-ek27a0 8.winsane-r4mhz7 28.winsane-fhn9vu.winsane-v265r2 28.winsane-5gbkhf.winsane-t0lyz6 34.winsane-rp42jj.winsane-wuvn83 36.winsane-qix258 11.winsane-honffx 37.winsane-7le6mc 12.winsane-d0gjz9 36.winsane-yfgshj.winsane-lcuahj 28.winsane-6oigto.winsane-vqudea.winsane-j4crg0 28.winsane-0tot9w 36.winsane-ej570y 26.winsane-a4nabt 36.winsane-ej570y 23.winsane-rt2qhg.winsane-g441rl.winsane-ej570y 5.winsane-y0sxl2 34.winsane-x3rfba 3.winsane-stuaid 31.winsane-jwccxw 3.winsane-vfbkn0.winsane-mh9lnu 18.winsane-q1hkjq.winsane-om02lo 18.winsane-nx66qv 8.winsane-llhxta 17.winsane-0v7u2n 8.winsane-llhxta 15.winsane-kip8si.winsane-llhxta 14.winsane-phv0w3 9.winsane-om02lo 13.winsane-tgre4w 11.winsane-mh9lnu 13.winsane-qr3jrc.winsane-v0otu4 13.winsane-tgre4w 13.winsane-jjci31 14.winsane-phv0w3 13.winsane-jjci31 15.winsane-9hfrb0.winsane-jjci31 17.winsane-0v7u2n 12.winsane-v0otu4 18.winsane-nx66qv 11.winsane-mh9lnu 18.winsane-ppxbcm.winsane-8qtwyf 18.winsane-xlj5vy.winsane-vwku5d 18.winsane-nx66qv 17.winsane-5ued6b 17.winsane-0v7u2n 17.winsane-5ued6b 15.winsane-lz6qro.winsane-5ued6b 14.winsane-phv0w3 18.winsane-vwku5d 13.winsane-tgre4w 20.winsane-8qtwyf 13.winsane-jqxdfd.winsane-447onp 13.winsane-tgre4w 22.winsane-fnif3l 14.winsane-phv0w3 22.winsane-fnif3l 15.winsane-9suc04.winsane-6situh 17.winsane-0v7u2n 21.winsane-447onp 18.winsane-nx66qv 20.winsane-8qtwyf 18.winsane-go2c4u.winsane-53sjby 18.winsane-0xqysq.winsane-s1b8bi 18.winsane-nx66qv 26.winsane-fodzpw 17.winsane-0v7u2n 26.winsane-fodzpw 15.winsane-4t7zie.winsane-fodzpw 14.winsane-phv0w3 27.winsane-s1b8bi 13.winsane-tgre4w 28.winsane-53sjby 13.winsane-1prrxz.winsane-rqts74 13.winsane-tgre4w 31.winsane-xahrf9 14.winsane-phv0w3 31.winsane-xahrf9 15.winsane-50z7hr.winsane-fodzpw 17.winsane-0v7u2n 30.winsane-rqts74 18.winsane-nx66qv 28.winsane-53sjby 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"])
    .winsane-xrwrs2 {
    display: none;
  }
}

.winsane-g2t4t5 {
  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) {
  .winsane-g2t4t5 {
    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;
}

.winsane-9d798y {
  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) {
  .winsane-9d798y {
    padding: 14px 16px;
  }
}

.winsane-9d798y button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.winsane-9d798y button:first-child {
  align-content: end;
}

.winsane-9d798y button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .winsane-9d798y
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .winsane-9d798y
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.winsane-9d798y button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.winsane-9d798y button:last-child svg {
  width: 38px;
  height: 38px;
}

.winsane-u45cc1 {
  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;
}

.winsane-u45cc1::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .winsane-u45cc1,
.pc61d126-chatbot[data-active-screen="3"]
  .winsane-u45cc1 {
  opacity: 1;
  visibility: visible;
}

.winsane-ao8x33 {
  flex: 1 1;
}

.winsane-iisblt {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .winsane-iisblt {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .winsane-0g58yj {
  display: block;
}

.winsane-ql308s {
  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) {
  .winsane-ql308s {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.winsane-j0l19l {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.winsane-j0l19l::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.winsane-4bsvgs span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.winsane-4bsvgs p {
  color: var(--Text-100);
}

.winsane-j0l19l .winsane-59ddij {
  grid-area: button;
}

.winsane-j0l19l .winsane-59ddij::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.winsane-lbe6fh.org/2000/svg'%3E%3Cpath d='M4.winsane-g1cqsi 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winsane-u6gpkb 15L16.winsane-u6gpkb 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winsane-u6gpkb 5L16.winsane-u6gpkb 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .winsane-0uyzxp {
  display: block;
}

.winsane-tvlqd5 {
  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) {
  .winsane-tvlqd5 {
    margin-top: 40px;
  }
}

.winsane-0isu18 label,
.winsane-0isu18 input {
  display: block;
  width: 100%;
}

.winsane-0isu18 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.winsane-0isu18 label.winsane-gb60ek input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.winsane-0isu18 label.winsane-gb60ek::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;
}

.winsane-0isu18 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;
}

.winsane-0isu18 input::placeholder {
  color: var(--Text-400);
}

.winsane-ueosu5 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .winsane-ueosu5 {
  display: flex;
}

.winsane-ueosu5 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .winsane-ueosu5 ol {
    height: 420px;
    padding: 24px;
  }
}

.winsane-ueosu5 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.winsane-1kcyjh {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .winsane-1kcyjh {
    padding: 0 24px 24px;
  }
}

.winsane-1kcyjh 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;
}

.winsane-1kcyjh input::placeholder {
  color: var(--Text-400);
}

.winsane-1kcyjh [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.winsane-1kcyjh [type="submit"]:disabled {
  opacity: 0.5;
}

.winsane-1kcyjh [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .winsane-1kcyjh [type="submit"] {
    right: 40px;
  }
}

.winsane-6kb9cv {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.winsane-6kb9cv.winsane-zgvxbt {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.winsane-6kb9cv.winsane-zgvxbt::before {
  content: "";
  width: 31px;
}

.winsane-6kb9cv.winsane-zgvxbt p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winsane-6kb9cv.winsane-0du0cp p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.winsane-6kb9cv p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winsane-itqhmi .winsane-59ddij {
  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;
  }
}

.winsane-12ofkn {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .winsane-12ofkn {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .winsane-12ofkn {
    padding: 18px 0;
  }
}

.winsane-12ofkn .winsane-nnhuuu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .winsane-12ofkn .winsane-nnhuuu {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.winsane-vnknt4 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .winsane-vnknt4 {
    max-width: 160px;
    height: 40px;
  }
}

.winsane-vnknt4 picture,
.winsane-vnknt4 img {
  display: block;
  width: 100%;
  height: 100%;
}

.winsane-vnknt4 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .winsane-l4daoq {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.winsane-xounzx ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .winsane-12ofkn.winsane-mt73e6 .winsane-l4daoq {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .winsane-l4daoq {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .winsane-l4daoq {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.winsane-eupko9,
.winsane-vz2w9o {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .winsane-eupko9,
  .winsane-vz2w9o {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .winsane-vz2w9o {
    display: none;
  }
}

.winsane-83r6ug {
  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;
}

.winsane-mt73e6 .winsane-83r6ug {
  background: var(--fh-bg-color);
}

.winsane-83r6ug button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .winsane-83r6ug {
    display: none;
  }
}

.winsane-damw5y {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winsane-damw5y {
    display: none;
  }
}

.winsane-ijuoma {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.winsane-12ofkn.winsane-mt73e6 .winsane-ijuoma:first-child {
  display: none;
}

.winsane-12ofkn.winsane-mt73e6 .winsane-ijuoma:last-child {
  display: block;
}

.winsane-ijuoma:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .winsane-ijuoma {
    display: none;
  }
}

.winsane-xn4mkz {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winsane-xn4mkz {
    display: flex;
  }
}

.winsane-xn4mkz ul {
  max-height: 350px;
  overflow-y: auto;
}

.winsane-xn4mkz:hover ul {
  visibility: visible;
  opacity: 1;
}

.winsane-xn4mkz:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.winsane-xn4mkz:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.winsane-xn4mkz:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.winsane-xn4mkz:hover .winsane-93z9jw svg {
  transform: rotate(180deg);
}

.winsane-goulnd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.winsane-fl1qki {
  padding: 0 8px;
}

.winsane-sdrnie {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.winsane-sdrnie:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .winsane-sdrnie {
    padding: 4px 8px;
  }
}

.winsane-rglbxk {
  display: flex;
}

.winsane-rglbxk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.winsane-93z9jw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.winsane-93z9jw svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.winsane-vuiy3b {
  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) {
  .winsane-vuiy3b {
    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;
  }
}

.winsane-5s6obe {
  width: 100%;
}

@media (min-width: 1200px) {
  .winsane-5s6obe {
    display: none;
  }
}

.winsane-tkir9d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.winsane-2pmch5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.winsane-rcugkw {
  display: flex;
}

.winsane-92iifa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.winsane-w2fetv {
  list-style: none;
}

@media (max-width: 1199px) {
  .winsane-w2fetv {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .winsane-w2fetv {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .winsane-w2fetv .winsane-16wjfx [data-ref-el],
  .winsane-w2fetv .winsane-16wjfx span,
  .winsane-w2fetv .winsane-16wjfx a {
    white-space: nowrap;
  }
}

.winsane-ke63qf {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .winsane-ke63qf.winsane-tnpa5j > .winsane-16wjfx {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .winsane-ke63qf.winsane-8lfmyr:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .winsane-ke63qf.winsane-tnpa5j > .winsane-nvb2e7 {
    height: auto;
  }

  .winsane-ke63qf.winsane-tnpa5j > div > .winsane-606gj7 {
    transform: rotate(180deg);
  }
}

.winsane-ke63qf [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.winsane-ke63qf [data-ref-el],
.winsane-ke63qf span {
  cursor: pointer;
}

.winsane-ke63qf [data-ref-el],
.winsane-ke63qf span,
.winsane-ke63qf a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .winsane-ke63qf [data-ref-el],
  .winsane-ke63qf span,
  .winsane-ke63qf a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .winsane-ke63qf [data-ref-el],
  .winsane-ke63qf span,
  .winsane-ke63qf a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.winsane-nvb2e7 {
  height: 0;
  overflow: hidden;
  transition: height 0.winsane-xounzx ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.winsane-nvb2e7::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winsane-nvb2e7::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.winsane-nvb2e7::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .winsane-nvb2e7 {
    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;
  }

  .winsane-nvb2e7:has(> .winsane-ke63qf.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .winsane-nvb2e7 .winsane-nvb2e7 {
    padding: 0;
  }

  .winsane-nvb2e7 .winsane-ke63qf {
    font-weight: 400;
  }

  .winsane-nvb2e7 .winsane-ke63qf:hover > .winsane-16wjfx {
    background: var(--Neutral-300);
  }

  .winsane-nvb2e7 .winsane-606gj7 {
    rotate: -90deg;
  }
}

.winsane-16wjfx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winsane-16wjfx {
    padding: 8px;
  }

  .winsane-ke63qf.winsane-vd3q7y > .winsane-16wjfx {
    background: var(--Neutral-300);
  }
}

.winsane-606gj7 {
  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.winsane-lbe6fh.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.winsane-92t8uh 0.winsane-udjitx.winsane-tf7x5d -0.winsane-xcnht0 0.winsane-3xtnqe -0.winsane-xcnht0 1.winsane-gmitl0 0.winsane-jgn34e.winsane-itybhv 4.winsane-gd7c5u.winsane-92t8uh 0.winsane-5srqqf.winsane-ioflvv -0.winsane-xcnht0 9.winsane-kd2elb -0.winsane-xcnht0 10.winsane-99gtpe 0.winsane-vwkojl.winsane-u33xz3 0.winsane-tf7x5d 10.winsane-u33xz3 0.winsane-3xtnqe 10.winsane-99gtpe 1.winsane-rxf4bw.winsane-6vllc8 5.winsane-xvrgrm.winsane-9enx4y 6.winsane-c7zz4z 5.winsane-k9n2n1 6.winsane-c7zz4z 4.winsane-pxuxy4 5.winsane-mhhj6z.winsane-92t8uh 1.winsane-pm0mni.winsane-xcnht0 0.winsane-3xtnqe -0.winsane-xcnht0 0.winsane-tf7x5d 0.winsane-92t8uh 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.winsane-xounzx ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winsane-606gj7 {
    cursor: default;
  }
}

.winsane-qt0m2p {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.winsane-k5qcb7 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .winsane-k5qcb7 {
    padding: 40px 4px;
  }
}

.winsane-ce3u6z {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .winsane-ce3u6z {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.winsane-df1t70 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .winsane-df1t70 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.winsane-df1t70 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.winsane-df1t70 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.winsane-df1t70 [data-ref-el],
.winsane-df1t70 span,
.winsane-df1t70 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.winsane-1uves0 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winsane-1uves0 {
    margin-bottom: 12px;
  }
}

.winsane-ruopcp {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.winsane-ruopcp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .winsane-ruopcp:last-child {
    margin-right: 0;
  }
}

.winsane-1pnlh8 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winsane-1uves0:hover .winsane-whaef1 {
  visibility: visible;
  opacity: 1;
}

.winsane-whaef1 {
  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);
}

.winsane-mwp5ji {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.winsane-g8sa1h {
  display: flex;
  margin: 6px;
}

.winsane-g8sa1h img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.winsane-whaef1::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);
}

.winsane-whaef1::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);
}

.winsane-1db130 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .winsane-1db130 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.winsane-pzlszj {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .winsane-pzlszj {
    margin-right: 32px;
  }
}

.winsane-3kxz0f {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winsane-3kxz0f {
    margin-top: 0;
    width: 340px;
  }
}

.winsane-3kxz0f a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winsane-ivqtgx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.winsane-83a17h {
  position: relative;
}

@media (min-width: 768px) {
  .winsane-83a17h {
    margin-top: 40px;
  }
}

.winsane-83a17h + .winsane-ukvdly,
.winsane-83a17h + .winsane-83a17h {
  margin-top: 24px;
}

.winsane-iyjtcw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .winsane-iyjtcw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .winsane-iyjtcw {
    padding: 80px;
  }
}

.winsane-8q1pw9 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .winsane-8q1pw9 {
    padding: 0 16px;
}


}

.winsane-tfuo4k {
  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) {
  .winsane-tfuo4k {
    font-size: 48px;
    line-height: 56px;
  }
}

.winsane-p17zab {
  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) {
  .winsane-p17zab {
    font-size: 24px;
    line-height: 32px;
  }
}

.winsane-vltrwa {
  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;
}

.winsane-vltrwa:hover {
  background: var(--button-bg-hover);
}

.winsane-o1f5kn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.winsane-o1f5kn img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .winsane-o1f5kn img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .winsane-o1f5kn img {
  min-height: 100%;
  }
}

.winsane-iyjtcw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.winsane-vyev62 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.winsane-vyev62 h1,
.winsane-vyev62 h2,
.winsane-vyev62 h3,
.winsane-vyev62 h4 {
  margin-bottom: 6px;
}

.winsane-vyev62 h1:not(:first-child),
.winsane-vyev62 h2:not(:first-child),
.winsane-vyev62 h3:not(:first-child),
.winsane-vyev62 h4:not(:first-child) {
  margin-top: 16px;
}

.winsane-vyev62 h1,
.winsane-vyev62 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .winsane-vyev62 h1,
  .winsane-vyev62 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.winsane-vyev62 h2,
.winsane-vyev62 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .winsane-vyev62 h2,
  .winsane-vyev62 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.winsane-vyev62 h3,
.winsane-vyev62 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .winsane-vyev62 h3,
  .winsane-vyev62 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.winsane-vyev62 h4,
.winsane-vyev62 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.winsane-vyev62 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.winsane-vyev62 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.winsane-vyev62 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);
}

.winsane-vyev62 ul ul {
  margin-bottom: 8px;
}

.winsane-vyev62 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.winsane-vyev62 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.winsane-vyev62 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.winsane-vyev62 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.winsane-vyev62 ol li::marker {
  font-weight: 700;
}

.winsane-vyev62 ol ol {
  margin-bottom: 8px;
}

.winsane-vyev62 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.winsane-vyev62 ol ul li {
  padding-left: 16px;
}

.winsane-vyev62 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) {
  .winsane-vyev62 table {
    padding: 24px;
  }
}

.winsane-vyev62 table.winsane-yo37p1 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winsane-xounzx,
    mask-image 0.3s;
}

.winsane-vyev62 table.winsane-yo37p1.winsane-n0bn95 {
  -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) {
  .winsane-vyev62 table {
    display: table;
  }
}

.winsane-vyev62 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);
}

.winsane-vyev62 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winsane-vyev62 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winsane-vyev62 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) {
  .winsane-vyev62 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.winsane-vyev62 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winsane-vyev62 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winsane-vyev62 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.winsane-vyev62 img {
  max-width: 100%;
  height: auto;
}

.winsane-wrclb4 {
  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) {
  .winsane-wrclb4 {
    padding: 24px;
  }
}

.winsane-lc0527 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .winsane-lc0527 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.winsane-lc0527 > * {
  margin: 0 !important;
}

.winsane-lc0527 img,
.winsane-4xunm1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winsane-lc0527 img,
  .winsane-4xunm1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winsane-3jc4hp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winsane-3jc4hp {
    width: 32px;
    height: 32px;
  }
}

.winsane-9appo3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.winsane-9appo3 .winsane-7ftqld {
  flex-shrink: 0;
}

.winsane-9appo3 .winsane-b4lxh1 svg {
  display: none;
}

.winsane-tpbo7p {
  display: grid;
  transition: max-height 0.winsane-xounzx ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .winsane-tpbo7p {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .winsane-tpbo7p {
    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));
  }
}

.winsane-tpbo7p.winsane-a6ioz4 + .winsane-7ftqld svg {
  transform: rotate(180deg);
}

.winsane-q93h80 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.winsane-q93h80 > div:nth-child(3n) {
  grid-column: span 2;
}

.winsane-q93h80
  > div:nth-child(3n)
  .winsane-erxeav
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .winsane-q93h80 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .winsane-q93h80 > div:nth-child(3n) {
    grid-column: unset;
  }

  .winsane-q93h80
    > div:nth-child(3n)
    .winsane-erxeav
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .winsane-q93h80 {
    max-width: 270px;
  }
}

.winsane-q93h80 .winsane-erxeav button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .winsane-q93h80 .winsane-erxeav button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .winsane-q93h80 .winsane-erxeav button {
    max-width: 104px;
  }
}

.winsane-8qwm6z {
  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) {
  .winsane-8qwm6z {
    margin-bottom: 0;
  }
}

.winsane-o5kj58 {
  display: none;
  opacity: 0;
}

.winsane-8bia3e {
  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;
  }
}

.winsane-8bia3e img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.winsane-erxeav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.winsane-erxeav button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winsane-erxeav
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winsane-erxeav
    button {
    max-width: 145px;
  }
}

.winsane-q78eon:first-child
  .winsane-erxeav
  button {
  max-width: 270px;
}

.winsane-hy9vtv {
  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%;
}

.winsane-8qwm6z picture {
  width: 100%;
  max-width: 100%;
}

.winsane-iu4vsu {
  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;
}

.winsane-iu4vsu svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.winsane-8qwm6z:hover .winsane-iu4vsu {
  display: flex;
}

.winsane-pb9ljx {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.winsane-r4us23 {
  display: flex;
}

.winsane-r4us23:hover .winsane-uiotpz,
.winsane-r4us23 .winsane-vd3q7y .winsane-uiotpz {
  display: flex;
}

.winsane-r4us23 svg {
  flex-shrink: 0;
}

.winsane-uiotpz {
  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) {
  .winsane-uiotpz {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.winsane-uiotpz:hover {
  display: flex;
}

.winsane-uiotpz svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.winsane-agh6df {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .winsane-agh6df {
    font-size: 12px;
  }
}

.winsane-xw6sgl,
.winsane-39a0d2 {
  width: 50%;
  flex-shrink: 0;
}

.winsane-xw6sgl {
  font-weight: 700;
}

.winsane-cn1e3c .winsane-tpbo7p {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .winsane-cn1e3c .winsane-tpbo7p {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .winsane-cn1e3c .winsane-tpbo7p {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.winsane-cn1e3c
  .winsane-hy9vtv:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.winsane-cn1e3c .winsane-8bia3e {
  height: 100% !important;
  border-radius: 16px;
}

.winsane-cn1e3c .winsane-erxeav {
  gap: 4px;
  align-items: center;
}

.winsane-cn1e3c .winsane-erxeav button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winsane-cn1e3c .winsane-erxeav svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.winsane-cn1e3c .winsane-g1082q,
.winsane-cn1e3c .winsane-4pcaxs {
  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.winsane-lbe6fh.org/2000/svg'%3E%3Cpath d='M9.winsane-95jpbl 4.winsane-4p1syf.winsane-nfi9qf 5.winsane-6wg43t.winsane-1n6pdj 5.winsane-m3ktxe.winsane-dzdgy4 5.winsane-1o9at8.winsane-7zashn 8.winsane-u2tjrq.winsane-cyjvb6 9.winsane-cqfkgv.winsane-z7dpd3 9.winsane-fyph8a.winsane-qq5i8x 13.winsane-2a1oh9.winsane-bd03l6 11.winsane-nze183.winsane-mvrfl3 11.winsane-5z05pd.winsane-x7oift 11.winsane-8m2mfs.winsane-nrgac1 13.winsane-p5bnyv.winsane-2niitm 9.winsane-yihyv2.winsane-68hn3p 9.winsane-lmpnpt.winsane-8xwk1l 8.winsane-ccdmck.winsane-vmeaxm 5.winsane-bvt0ii.winsane-06olb6 5.winsane-dy03u2.winsane-1bfj0k 5.winsane-jw688b.winsane-eo9rz2 4.winsane-v699a1.winsane-mvrfl3 1.winsane-miysmo.winsane-95jpbl 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.winsane-cn1e3c .winsane-g1082q {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.winsane-cn1e3c .winsane-4pcaxs {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.winsane-awaso9 {
  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) {
  .winsane-awaso9 {
    padding: 24px;
  }
}

.winsane-awaso9 .winsane-7ftqld {
  display: flex;
}

@media (min-width: 768px) {
  .winsane-awaso9 .winsane-7ftqld {
    display: none;
  }
}

.winsane-awaso9 .winsane-b4lxh1 svg {
  display: none;
}

.winsane-616iey {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.winsane-616iey .winsane-1e648j {
  display: none;
}

@media (min-width: 768px) {
  .winsane-616iey .winsane-1e648j {
    display: flex;
  }
}

.winsane-i72cia {
  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) {
  .winsane-i72cia {
    font-size: 40px;
    line-height: 48px;
  }
}

.winsane-i72cia > * {
  margin: 0 !important;
}

.winsane-i72cia img,
.winsane-0tb3rz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winsane-i72cia img,
  .winsane-0tb3rz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winsane-jwy5si {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winsane-jwy5si {
    width: 32px;
    height: 32px;
  }
}

.winsane-dqd8ew {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .winsane-dqd8ew {
    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;
  }

  .winsane-dqd8ew::-webkit-scrollbar {
    display: none;
  }
}

.winsane-kjet47 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .winsane-kjet47 {
    padding: 7px 15px;
  }
}

.winsane-kjet47:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winsane-3514su {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winsane-3514su {
    display: flex;
    opacity: 1;
  }
}

.winsane-kjet47 picture {
  height: 100%;
  display: block;
}

.winsane-kjet47 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .winsane-kjet47 img {
    width: 88px;
    height: 44px;
  }
}

.winsane-kjet47 p {
  text-align: center;
  width: 100%;
}

.winsane-3kv4l7 {
  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) {
  .winsane-3kv4l7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.winsane-3kv4l7 img,
.winsane-qrv3jw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winsane-3kv4l7 img,
  .winsane-qrv3jw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winsane-115uuw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winsane-115uuw {
    width: 32px;
    height: 32px;
  }
}

.winsane-7yu8zf {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.winsane-cnfxb0 {
  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;
}

.winsane-i5n4yo {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.winsane-i5n4yo.winsane-vd3q7y {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.winsane-qczfuo {
  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) {
  .winsane-qczfuo {
    font-size: 20px;
    line-height: 28px;
  }
}

.winsane-nav1tg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.winsane-mmsir4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.winsane-xounzx ease;
  opacity: 0;
  color: var(--text-color);
}

.winsane-davr2f {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.winsane-davr2f ol,
.winsane-davr2f ul {
  padding-left: 1.3em;
}

.winsane-i5n4yo.winsane-vd3q7y .winsane-mmsir4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.winsane-i5n4yo.winsane-vd3q7y .winsane-nav1tg {
  transform: rotate(180deg);
  color: var(--text-color);
}

.winsane-srwglh {
  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) {
  .winsane-srwglh {
    padding: 24px;
  }
}

.winsane-srwglh .winsane-7ftqld {
  display: flex;
}

@media (min-width: 768px) {
  .winsane-srwglh .winsane-7ftqld {
    display: none;
  }
}

.winsane-srwglh .winsane-b4lxh1 svg {
  display: none;
}

.winsane-pu6dio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winsane-pu6dio .winsane-1e648j {
  display: none;
}

@media (min-width: 768px) {
  .winsane-pu6dio .winsane-1e648j {
    display: flex;
  }
}

.winsane-448zs4 {
  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) {
  .winsane-448zs4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.winsane-448zs4 > * {
  margin: 0 !important;
}

.winsane-448zs4 img,
.winsane-8j285p {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winsane-448zs4 img,
  .winsane-8j285p {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winsane-6f7lz7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winsane-6f7lz7 {
    width: 32px;
    height: 32px;
  }
}

.winsane-dkwabm {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .winsane-dkwabm {
    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;
  }

  .winsane-dkwabm::-webkit-scrollbar {
    display: none;
  }
}

.winsane-gwcivp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.winsane-gwcivp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winsane-prba0m {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winsane-prba0m {
    display: flex;
    opacity: 1;
  }
}

.winsane-gwcivp picture {
  width: auto;
  height: 100%;
  display: block;
}

.winsane-gwcivp picture img {
  display: block;
  width: auto;
  height: 100%;
}

.winsane-n120xu {
  margin: -24px 0;
}

.winsane-n120xu:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .winsane-n120xu {
    margin: -16px 0;
  }
}

.winsane-1j7jq3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .winsane-1j7jq3 {
    flex-direction: row;
  }
}

.winsane-itpwod {
  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) {
  .winsane-itpwod {
    flex: 1;
  }
}

.winsane-itpwod::placeholder {
  color: var(--Text-400);
}

.winsane-9nebcy {
  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;
}

.winsane-42coat {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.winsane-42coat::-webkit-scrollbar {
  display: none;
}

.winsane-fz1bdo {
  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;
}

.winsane-fz1bdo img,
.winsane-fz1bdo svg {
  margin-right: 8px;
}

.winsane-qtt7pw {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.winsane-n120xu + .winsane-66fnin {
  margin-top: 0;
}

@media (min-width: 768px) {
  .winsane-n120xu + .winsane-66fnin {
    margin-top: -16px;
  }
}

.winsane-b9iy4f {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.winsane-b9iy4f > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.winsane-b9iy4f > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.winsane-dchgvz {
  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;
}

.winsane-bhhj7s {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.winsane-dbmhqt {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.winsane-ubsuvx {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.winsane-h9gzck {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.winsane-dchgvz 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;
}

.winsane-dchgvz 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) {
  .winsane-dchgvz {
    padding: 39px 179px 39px 39px;
  }

  .winsane-bhhj7s {
    font-size: 40px;
    line-height: 48px;
  }

  .winsane-h9gzck {
    height: 348px;
  }

  .winsane-dchgvz button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .winsane-dchgvz button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .winsane-dchgvz {
    padding: 63px;
  }
}

.winsane-d0iho4 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .winsane-d0iho4 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.winsane-x66pcu {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winsane-x66pcu {
    width: auto;
  }
}

.winsane-eb7oo0 {
  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;
}

.winsane-eb7oo0::-webkit-scrollbar {
  display: none;
}

.winsane-eb7oo0 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);
}

.winsane-eb7oo0 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winsane-eb7oo0 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.winsane-d0iho4 .winsane-rtidsn {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winsane-xounzx,
    mask-image 0.3s;
}

.winsane-d0iho4 .winsane-rtidsn.winsane-n0bn95 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.winsane-t3udqz {
  margin: 40px -16px;
}

.winsane-dm0bcd + .winsane-ukvdly,
.winsane-dm0bcd + .winsane-83a17h {
  margin-top: 24px;
}

.winsane-fiwp4e {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.winsane-fiwp4e picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.winsane-lvh9zx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .winsane-lvh9zx {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .winsane-lvh9zx {
    margin-top: 0;
  }
}

.winsane-htsnn1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winsane-htsnn1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.winsane-8o5o24 {
  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) {
  .winsane-8o5o24 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.winsane-bg2eqs {
  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) {
  .winsane-bg2eqs {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.winsane-ol3yji {
  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) {
  .winsane-ol3yji {
    font-size: 20px;
    line-height: 28px;
  }
}

.winsane-w9b5l4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winsane-w9b5l4 {
    font-size: 32px;
    line-height: 40px;
  }
}

.winsane-y6ig0s {
  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;
}

.winsane-aincr5 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.winsane-aincr5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winsane-66fnin {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.winsane-ekgje2 {
  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) {
  .winsane-ekgje2 {
    padding: 15px 48px;
  }
}

main > .winsane-66fnin {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .winsane-tpbo7p.winsane-ik5q58 > div:nth-child(n+5) {
    display: none;
  }
}

.winsane-vyev62 p a img {
  display: block;
  margin: 0 auto;
}


.winsane-0csw2m {
  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 */
.winsane-8dw3ya {
  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;
}

.winsane-8dw3ya label {
  font-size: 14px;
}

.winsane-8dw3ya h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.winsane-8dw3ya input,
.winsane-8dw3ya textarea,
.winsane-8dw3ya 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;
}
.winsane-8dw3ya button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.winsane-r5xfnf ease;
}
.winsane-8dw3ya button:hover {
  background-color: var(--button-bg-hover);
}
.winsane-7yx1jl {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.winsane-8x8ovy ease-in;
}

.winsane-7yx1jl 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;
}
.winsane-9uyzez, .winsane-ei1qil, [class*="review-card"],
thead, thead th, table th, .winsane-dj3rgr,
.winsane-p44iq7, [class*="collapsible-header"],
.winsane-4huxcr, [class*="updated-block"] {
  color: #ece7dc !important;
}
