* {
  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;
  }
}

.winx96-mvarkj {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .winx96-mvarkj {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .winx96-mvarkj {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.winx96-6z3pb2 {
  overflow: hidden;
}

.winx96-y3k2xf img {
  background: var(--Neutral-300);
}

.winx96-afx7qj {
  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;
}

.winx96-quaw1t {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.winx96-quaw1t:hover {
  background: var(--button-bg-hover);
}

.winx96-empl8j {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winx96-empl8j:hover {
  background: var(--button-bg-hover);
}

.winx96-cv9vgn {
  font-size: 12px;
  line-height: 18px;
}

.winx96-07xxrf {
  font-size: 18px;
  line-height: 26px;
}

.winx96-mxlyhb {
  width: 100%;
}

.winx96-ypv72s {
  padding: 6px 16px;
}

.winx96-mtw5l2 {
  padding: 10px 16px;
}

.winx96-zk3v60 {
  padding: 15px 26px;
}

.winx96-aobrlj {
  flex-shrink: 0;
}

.winx96-aersbx {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.winx96-kh9bx4 {
  display: none;
}

.winx96-jr9ebe {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.winx96-biulbc {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.winx96-41oqwm {
  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;
}

.winx96-uqg5n9 {
  cursor: grab;
}

.winx96-41oqwm::-webkit-scrollbar {
  display: none;
}

.winx96-toszip {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.winx96-b6owha {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.winx96-3b9suo {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.winx96-yq2ied {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.winx96-jsbspr {
  visibility: visible;
}

.winx96-soytuz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.winx96-rrk7e3 ease;
}

.winx96-xjgz6d {
  background-color: var(--Primary-200);
  width: 16px;
}

.winx96-cingtj {
  -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.winx96-rrk7e3,
    mask-image 0.3s;
}

.winx96-cingtj.winx96-39f8d6 {
  -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;
  }
}

.winx96-7u8nnj: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;
}

.winx96-4nt5w6 {
  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.winx96-z84ga8.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.winx96-z84ga8.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;
}

.winx96-o90tgu {
  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);
}

.winx96-o90tgu::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%
  );
}

.winx96-z58wc7 {
  position: relative;
  z-index: 1;
}

.winx96-y97hku {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.winx96-4d02tq {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.winx96-a16jhe {
  font-size: 40px;
  line-height: 48px;
}

.winx96-dtkdya {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.winx96-dvq1ik {
  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;
}

.winx96-dvq1ik:hover {
  background: var(--Primary-400);
}

.winx96-dvq1ik svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.winx96-7u8nnj 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) {
  .winx96-o90tgu {
    max-width: 600px;
    padding: 64px;
  }

  .winx96-y97hku {
    font-size: 24px;
    line-height: 32px;
  }

  .winx96-4d02tq {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .winx96-a16jhe {
    font-size: 50px;
    line-height: 56px;
  }

  .winx96-dtkdya {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .winx96-4nt5w6 {
    top: 25px;
    right: 25px;
  }
}

.winx96-7okapb,
.winx96-9nzhvg {
  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;
}

.winx96-9eu9qc.winx96-xnqsf8::before,
.winx96-9nzhvg::before,
.winx96-5ex3ml::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.winx96-z84ga8.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.winx96-43j4tf 14.winx96-j2bmyq.winx96-0m96gd 14.winx96-zbq6m4 15.winx96-7cilt6 14.winx96-0w22m7 15.winx96-9qryu0 14.winx96-x2howm.winx96-0nvvg3 14.winx96-3v1a0u 19.winx96-oqjlo6 12.winx96-35witm 19.winx96-oqjlo6 10.winx96-s27w5x.winx96-oqjlo6 8.winx96-5x01qv 17.winx96-lln1cl 7.winx96-xjtfi4 15.winx96-brcqcg 7.winx96-pjnras.winx96-u0pkce 7.winx96-xjtfi4 11.winx96-52aepl 8.winx96-5x01qv 11.winx96-52aepl 10.winx96-dcuit0.winx96-52aepl 12.winx96-1gpt58 13.winx96-73jzfk 14.winx96-jt8wwy 15.winx96-ffz11o 14.winx96-hg96ns.winx96-cqsg32 14.winx96-mxf9ne 15.winx96-qoqsle 14.winx96-mq6bma 15.winx96-qwetaw 14.winx96-1bvzth.winx96-43j4tf 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.winx96-2nu5f0 15.winx96-qmhjz8.winx96-pqajeo 15.winx96-6bg2hu 15.winx96-uir84v 15.winx96-e8m2tn 15.winx96-6u2687 15.winx96-0320uk.winx96-ga5sgl 15.winx96-e8m2tn 15.winx96-mwkno0 15.winx96-nl4s3e 15.winx96-dvim1f 15.winx96-l5zxhz.winx96-9jcjmj 15.winx96-d540ps 7.winx96-0npu8d 18.winx96-rflgp8 7.winx96-9m3ytl 23.winx96-83u74z.winx96-lsbl8v.winx96-wsxyvk 18.winx96-qe6a1x 19.winx96-06us32 15.winx96-giwejl 15.winx96-2nu5f0 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.winx96-rpr26i [type="submit"] *,
.winx96-ktgvqy button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .winx96-pg5sf6 {
    display: none;
  }
}

.winx96-0xdhx2 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .winx96-0xdhx2 {
  display: none;
}

@media (min-width: 768px) {
  .winx96-0xdhx2 {
    bottom: 22px;
  }
}

.winx96-0xdhx2 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .winx96-0xdhx2 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.winx96-el1ztn.static) .winx96-0xdhx2 {
    bottom: 8px;
  }
}

.winx96-yclnai {
  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.winx96-z84ga8.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.winx96-upqmjq 3.winx96-s6sjqc.winx96-0ll6dg.winx96-das7kd 3.winx96-pzfhpz 3.winx96-8s627q 5.winx96-ws4unc 3.winx96-8s627q 8.winx96-ajx3cy.winx96-l45odu.winx96-8s627q 26.winx96-2dh53q 5.winx96-vturlu 28.winx96-0c9mpx 8.winx96-gq7veb 28.winx96-l3ok0x.winx96-g7px5l 28.winx96-nbpc9p.winx96-svbx1h 34.winx96-6hhfqu.winx96-8mpyyp 36.winx96-hd8eei 11.winx96-maemo3 37.winx96-7938ly 12.winx96-dcifyv 36.winx96-ard1uf.winx96-hd569t 28.winx96-uewh8j.winx96-7ahelc.winx96-ia0pj1 28.winx96-pylzr7 36.winx96-0w1hvv 26.winx96-vvmusw 36.winx96-0w1hvv 23.winx96-6ueoy4.winx96-pivwn5.winx96-0w1hvv 5.winx96-974zl6 34.winx96-szmzk8 3.winx96-pzfhpz 31.winx96-upqmjq 3.winx96-sqp0p1.winx96-tbfpq4 18.winx96-t2ip3a.winx96-7f4oi5 18.winx96-axohzw 8.winx96-34g6no 17.winx96-oyejel 8.winx96-34g6no 15.winx96-6q8g6r.winx96-34g6no 14.winx96-jkp8p5 9.winx96-7f4oi5 13.winx96-mdgwfa 11.winx96-tbfpq4 13.winx96-wro55m.winx96-3dcv2g 13.winx96-mdgwfa 13.winx96-yj69e3 14.winx96-jkp8p5 13.winx96-yj69e3 15.winx96-pd2hbq.winx96-yj69e3 17.winx96-oyejel 12.winx96-3dcv2g 18.winx96-axohzw 11.winx96-tbfpq4 18.winx96-0jhyyc.winx96-0ki9il 18.winx96-8r7gsj.winx96-sewwt6 18.winx96-axohzw 17.winx96-wme99h 17.winx96-oyejel 17.winx96-wme99h 15.winx96-y451zd.winx96-wme99h 14.winx96-jkp8p5 18.winx96-sewwt6 13.winx96-mdgwfa 20.winx96-0ki9il 13.winx96-5jooxb.winx96-hclebn 13.winx96-mdgwfa 22.winx96-h417aw 14.winx96-jkp8p5 22.winx96-h417aw 15.winx96-044rn4.winx96-3zfvy8 17.winx96-oyejel 21.winx96-hclebn 18.winx96-axohzw 20.winx96-0ki9il 18.winx96-eavwbg.winx96-9l8q3k 18.winx96-bns95f.winx96-vp5vfe 18.winx96-axohzw 26.winx96-uyp1vb 17.winx96-oyejel 26.winx96-uyp1vb 15.winx96-b8ie6a.winx96-uyp1vb 14.winx96-jkp8p5 27.winx96-vp5vfe 13.winx96-mdgwfa 28.winx96-9l8q3k 13.winx96-zgufhl.winx96-kv4xv7 13.winx96-mdgwfa 31.winx96-t10o14 14.winx96-jkp8p5 31.winx96-t10o14 15.winx96-ou3emi.winx96-uyp1vb 17.winx96-oyejel 30.winx96-kv4xv7 18.winx96-axohzw 28.winx96-9l8q3k 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"])
    .winx96-yclnai {
    display: none;
  }
}

.winx96-7shy9q {
  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) {
  .winx96-7shy9q {
    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;
}

.winx96-ktgvqy {
  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) {
  .winx96-ktgvqy {
    padding: 14px 16px;
  }
}

.winx96-ktgvqy button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.winx96-ktgvqy button:first-child {
  align-content: end;
}

.winx96-ktgvqy button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .winx96-ktgvqy
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .winx96-ktgvqy
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.winx96-ktgvqy button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.winx96-ktgvqy button:last-child svg {
  width: 38px;
  height: 38px;
}

.winx96-5ex3ml {
  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;
}

.winx96-5ex3ml::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .winx96-5ex3ml,
.pc61d126-chatbot[data-active-screen="3"]
  .winx96-5ex3ml {
  opacity: 1;
  visibility: visible;
}

.winx96-70esp5 {
  flex: 1 1;
}

.winx96-r7nb4t {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .winx96-r7nb4t {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .winx96-8620dy {
  display: block;
}

.winx96-c1ucao {
  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) {
  .winx96-c1ucao {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.winx96-9nzhvg {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.winx96-9nzhvg::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.winx96-je96u7 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.winx96-je96u7 p {
  color: var(--Text-100);
}

.winx96-9nzhvg .winx96-r1nc14 {
  grid-area: button;
}

.winx96-9nzhvg .winx96-r1nc14::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.winx96-z84ga8.org/2000/svg'%3E%3Cpath d='M4.winx96-0lepcq 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winx96-dmde4w 15L16.winx96-dmde4w 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winx96-dmde4w 5L16.winx96-dmde4w 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .winx96-jvtila {
  display: block;
}

.winx96-m0dcuj {
  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) {
  .winx96-m0dcuj {
    margin-top: 40px;
  }
}

.winx96-7okapb label,
.winx96-7okapb input {
  display: block;
  width: 100%;
}

.winx96-7okapb label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.winx96-7okapb label.winx96-2ctqzs input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.winx96-7okapb label.winx96-2ctqzs::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;
}

.winx96-7okapb 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;
}

.winx96-7okapb input::placeholder {
  color: var(--Text-400);
}

.winx96-ws7d7u {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .winx96-ws7d7u {
  display: flex;
}

.winx96-ws7d7u ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .winx96-ws7d7u ol {
    height: 420px;
    padding: 24px;
  }
}

.winx96-ws7d7u ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.winx96-rpr26i {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .winx96-rpr26i {
    padding: 0 24px 24px;
  }
}

.winx96-rpr26i 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;
}

.winx96-rpr26i input::placeholder {
  color: var(--Text-400);
}

.winx96-rpr26i [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.winx96-rpr26i [type="submit"]:disabled {
  opacity: 0.5;
}

.winx96-rpr26i [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .winx96-rpr26i [type="submit"] {
    right: 40px;
  }
}

.winx96-9eu9qc {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.winx96-9eu9qc.winx96-xnqsf8 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.winx96-9eu9qc.winx96-xnqsf8::before {
  content: "";
  width: 31px;
}

.winx96-9eu9qc.winx96-xnqsf8 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winx96-9eu9qc.winx96-fo6qel p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.winx96-9eu9qc p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winx96-0xdhx2 .winx96-r1nc14 {
  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;
  }
}

.winx96-pg5sf6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .winx96-pg5sf6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .winx96-pg5sf6 {
    padding: 18px 0;
  }
}

.winx96-pg5sf6 .winx96-mvarkj {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .winx96-pg5sf6 .winx96-mvarkj {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.winx96-z092qd {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .winx96-z092qd {
    max-width: 160px;
    height: 40px;
  }
}

.winx96-z092qd picture,
.winx96-z092qd img {
  display: block;
  width: 100%;
  height: 100%;
}

.winx96-z092qd img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .winx96-xa7i9e {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.winx96-rrk7e3 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .winx96-pg5sf6.winx96-mqzhxe .winx96-xa7i9e {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .winx96-xa7i9e {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .winx96-xa7i9e {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.winx96-zu1zdg,
.winx96-iznuou {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .winx96-zu1zdg,
  .winx96-iznuou {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .winx96-iznuou {
    display: none;
  }
}

.winx96-c8j80f {
  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;
}

.winx96-mqzhxe .winx96-c8j80f {
  background: var(--fh-bg-color);
}

.winx96-c8j80f button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .winx96-c8j80f {
    display: none;
  }
}

.winx96-gl81df {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winx96-gl81df {
    display: none;
  }
}

.winx96-gw2x6t {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.winx96-pg5sf6.winx96-mqzhxe .winx96-gw2x6t:first-child {
  display: none;
}

.winx96-pg5sf6.winx96-mqzhxe .winx96-gw2x6t:last-child {
  display: block;
}

.winx96-gw2x6t:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .winx96-gw2x6t {
    display: none;
  }
}

.winx96-knhbds {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winx96-knhbds {
    display: flex;
  }
}

.winx96-knhbds ul {
  max-height: 350px;
  overflow-y: auto;
}

.winx96-knhbds:hover ul {
  visibility: visible;
  opacity: 1;
}

.winx96-knhbds:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.winx96-knhbds:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.winx96-knhbds:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.winx96-knhbds:hover .winx96-9hpq8r svg {
  transform: rotate(180deg);
}

.winx96-5c6w4e {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.winx96-l153iw {
  padding: 0 8px;
}

.winx96-ie77so {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.winx96-ie77so:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .winx96-ie77so {
    padding: 4px 8px;
  }
}

.winx96-8or0zm {
  display: flex;
}

.winx96-8or0zm img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.winx96-9hpq8r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.winx96-9hpq8r svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.winx96-doaus9 {
  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) {
  .winx96-doaus9 {
    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;
  }
}

.winx96-gnwdbm {
  width: 100%;
}

@media (min-width: 1200px) {
  .winx96-gnwdbm {
    display: none;
  }
}

.winx96-3h7lmx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.winx96-a75pbd {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.winx96-zaxavp {
  display: flex;
}

.winx96-w4l5hh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.winx96-4bt0w4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .winx96-4bt0w4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .winx96-4bt0w4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .winx96-4bt0w4 .winx96-pqurhw [data-ref-el],
  .winx96-4bt0w4 .winx96-pqurhw span,
  .winx96-4bt0w4 .winx96-pqurhw a {
    white-space: nowrap;
  }
}

.winx96-vdaore {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .winx96-vdaore.winx96-7t4kcq > .winx96-pqurhw {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .winx96-vdaore.winx96-3dqgih:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .winx96-vdaore.winx96-7t4kcq > .winx96-fo7qx4 {
    height: auto;
  }

  .winx96-vdaore.winx96-7t4kcq > div > .winx96-9u0r1d {
    transform: rotate(180deg);
  }
}

.winx96-vdaore [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.winx96-vdaore [data-ref-el],
.winx96-vdaore span {
  cursor: pointer;
}

.winx96-vdaore [data-ref-el],
.winx96-vdaore span,
.winx96-vdaore a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .winx96-vdaore [data-ref-el],
  .winx96-vdaore span,
  .winx96-vdaore a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .winx96-vdaore [data-ref-el],
  .winx96-vdaore span,
  .winx96-vdaore a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.winx96-fo7qx4 {
  height: 0;
  overflow: hidden;
  transition: height 0.winx96-rrk7e3 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.winx96-fo7qx4::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winx96-fo7qx4::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.winx96-fo7qx4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .winx96-fo7qx4 {
    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;
  }

  .winx96-fo7qx4:has(> .winx96-vdaore.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .winx96-fo7qx4 .winx96-fo7qx4 {
    padding: 0;
  }

  .winx96-fo7qx4 .winx96-vdaore {
    font-weight: 400;
  }

  .winx96-fo7qx4 .winx96-vdaore:hover > .winx96-pqurhw {
    background: var(--Neutral-300);
  }

  .winx96-fo7qx4 .winx96-9u0r1d {
    rotate: -90deg;
  }
}

.winx96-pqurhw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winx96-pqurhw {
    padding: 8px;
  }

  .winx96-vdaore.winx96-fv2e0n > .winx96-pqurhw {
    background: var(--Neutral-300);
  }
}

.winx96-9u0r1d {
  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.winx96-z84ga8.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.winx96-hdbapu 0.winx96-z1831q.winx96-hbh7jt -0.winx96-iv3mv4 0.winx96-0bpnpx -0.winx96-iv3mv4 1.winx96-8yyatd 0.winx96-td528k.winx96-fwd9p6 4.winx96-gu8she.winx96-hdbapu 0.winx96-zywo9t.winx96-z8tkk8 -0.winx96-iv3mv4 9.winx96-tsigaf -0.winx96-iv3mv4 10.winx96-ogc1ba 0.winx96-zm8gky.winx96-n4djv2 0.winx96-hbh7jt 10.winx96-n4djv2 0.winx96-0bpnpx 10.winx96-ogc1ba 1.winx96-lp0zt4.winx96-7ap0nk 5.winx96-sx710t.winx96-6ds0fr 6.winx96-w56yaz 5.winx96-ccp9cu 6.winx96-w56yaz 4.winx96-df7gav 5.winx96-s65nru.winx96-hdbapu 1.winx96-wupn3p.winx96-iv3mv4 0.winx96-0bpnpx -0.winx96-iv3mv4 0.winx96-hbh7jt 0.winx96-hdbapu 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.winx96-rrk7e3 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winx96-9u0r1d {
    cursor: default;
  }
}

.winx96-2z7mz4 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.winx96-eals5t {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .winx96-eals5t {
    padding: 40px 4px;
  }
}

.winx96-xmpi8r {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .winx96-xmpi8r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.winx96-k3mqr8 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .winx96-k3mqr8 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.winx96-k3mqr8 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.winx96-k3mqr8 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.winx96-k3mqr8 [data-ref-el],
.winx96-k3mqr8 span,
.winx96-k3mqr8 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.winx96-lphqod {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winx96-lphqod {
    margin-bottom: 12px;
  }
}

.winx96-0hk5yf {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.winx96-0hk5yf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .winx96-0hk5yf:last-child {
    margin-right: 0;
  }
}

.winx96-rstjee {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winx96-lphqod:hover .winx96-shf2hr {
  visibility: visible;
  opacity: 1;
}

.winx96-shf2hr {
  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);
}

.winx96-8qrrqy {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.winx96-8xow6m {
  display: flex;
  margin: 6px;
}

.winx96-8xow6m img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.winx96-shf2hr::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);
}

.winx96-shf2hr::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);
}

.winx96-li4yrv {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .winx96-li4yrv {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.winx96-o1z0yq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .winx96-o1z0yq {
    margin-right: 32px;
  }
}

.winx96-np14md {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winx96-np14md {
    margin-top: 0;
    width: 340px;
  }
}

.winx96-np14md a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winx96-te7jkt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.winx96-h2yytb {
  position: relative;
}

@media (min-width: 768px) {
  .winx96-h2yytb {
    margin-top: 40px;
  }
}

.winx96-h2yytb + .winx96-imquqc,
.winx96-h2yytb + .winx96-h2yytb {
  margin-top: 24px;
}

.winx96-1si2z3 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .winx96-1si2z3 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .winx96-1si2z3 {
    padding: 80px;
  }
}

.winx96-n6iexk {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .winx96-n6iexk {
    padding: 0 16px;
}


}

.winx96-di95ev {
  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) {
  .winx96-di95ev {
    font-size: 48px;
    line-height: 56px;
  }
}

.winx96-spv5gm {
  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) {
  .winx96-spv5gm {
    font-size: 24px;
    line-height: 32px;
  }
}

.winx96-lo1vuk {
  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;
}

.winx96-lo1vuk:hover {
  background: var(--button-bg-hover);
}

.winx96-7j8k1w {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.winx96-7j8k1w img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .winx96-7j8k1w img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .winx96-7j8k1w img {
  min-height: 100%;
  }
}

.winx96-1si2z3::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.winx96-hzay39 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.winx96-hzay39 h1,
.winx96-hzay39 h2,
.winx96-hzay39 h3,
.winx96-hzay39 h4 {
  margin-bottom: 6px;
}

.winx96-hzay39 h1:not(:first-child),
.winx96-hzay39 h2:not(:first-child),
.winx96-hzay39 h3:not(:first-child),
.winx96-hzay39 h4:not(:first-child) {
  margin-top: 16px;
}

.winx96-hzay39 h1,
.winx96-hzay39 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .winx96-hzay39 h1,
  .winx96-hzay39 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.winx96-hzay39 h2,
.winx96-hzay39 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .winx96-hzay39 h2,
  .winx96-hzay39 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.winx96-hzay39 h3,
.winx96-hzay39 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .winx96-hzay39 h3,
  .winx96-hzay39 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.winx96-hzay39 h4,
.winx96-hzay39 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.winx96-hzay39 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.winx96-hzay39 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.winx96-hzay39 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);
}

.winx96-hzay39 ul ul {
  margin-bottom: 8px;
}

.winx96-hzay39 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.winx96-hzay39 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.winx96-hzay39 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.winx96-hzay39 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.winx96-hzay39 ol li::marker {
  font-weight: 700;
}

.winx96-hzay39 ol ol {
  margin-bottom: 8px;
}

.winx96-hzay39 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.winx96-hzay39 ol ul li {
  padding-left: 16px;
}

.winx96-hzay39 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) {
  .winx96-hzay39 table {
    padding: 24px;
  }
}

.winx96-hzay39 table.winx96-jf7egz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winx96-rrk7e3,
    mask-image 0.3s;
}

.winx96-hzay39 table.winx96-jf7egz.winx96-39f8d6 {
  -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) {
  .winx96-hzay39 table {
    display: table;
  }
}

.winx96-hzay39 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);
}

.winx96-hzay39 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winx96-hzay39 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winx96-hzay39 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) {
  .winx96-hzay39 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.winx96-hzay39 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winx96-hzay39 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winx96-hzay39 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.winx96-hzay39 img {
  max-width: 100%;
  height: auto;
}

.winx96-bwk258 {
  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) {
  .winx96-bwk258 {
    padding: 24px;
  }
}

.winx96-jyta3l {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .winx96-jyta3l {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.winx96-jyta3l > * {
  margin: 0 !important;
}

.winx96-jyta3l img,
.winx96-vn7k04 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winx96-jyta3l img,
  .winx96-vn7k04 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winx96-xwuzhj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winx96-xwuzhj {
    width: 32px;
    height: 32px;
  }
}

.winx96-fyt4l1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.winx96-fyt4l1 .winx96-ck02mm {
  flex-shrink: 0;
}

.winx96-fyt4l1 .winx96-9rl8zv svg {
  display: none;
}

.winx96-pairgk {
  display: grid;
  transition: max-height 0.winx96-rrk7e3 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .winx96-pairgk {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .winx96-pairgk {
    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));
  }
}

.winx96-pairgk.winx96-aeut4w + .winx96-ck02mm svg {
  transform: rotate(180deg);
}

.winx96-tpxeps {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.winx96-tpxeps > div:nth-child(3n) {
  grid-column: span 2;
}

.winx96-tpxeps
  > div:nth-child(3n)
  .winx96-p95c1k
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .winx96-tpxeps {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .winx96-tpxeps > div:nth-child(3n) {
    grid-column: unset;
  }

  .winx96-tpxeps
    > div:nth-child(3n)
    .winx96-p95c1k
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .winx96-tpxeps {
    max-width: 270px;
  }
}

.winx96-tpxeps .winx96-p95c1k button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .winx96-tpxeps .winx96-p95c1k button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .winx96-tpxeps .winx96-p95c1k button {
    max-width: 104px;
  }
}

.winx96-xahsq0 {
  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) {
  .winx96-xahsq0 {
    margin-bottom: 0;
  }
}

.winx96-h418nf {
  display: none;
  opacity: 0;
}

.winx96-ek7jnf {
  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;
  }
}

.winx96-ek7jnf img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.winx96-p95c1k {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.winx96-p95c1k button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winx96-p95c1k
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winx96-p95c1k
    button {
    max-width: 145px;
  }
}

.winx96-km1ci1:first-child
  .winx96-p95c1k
  button {
  max-width: 270px;
}

.winx96-gl3hse {
  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%;
}

.winx96-xahsq0 picture {
  width: 100%;
  max-width: 100%;
}

.winx96-92wrpv {
  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;
}

.winx96-92wrpv svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.winx96-xahsq0:hover .winx96-92wrpv {
  display: flex;
}

.winx96-sksffp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.winx96-esqa57 {
  display: flex;
}

.winx96-esqa57:hover .winx96-9qnvcr,
.winx96-esqa57 .winx96-fv2e0n .winx96-9qnvcr {
  display: flex;
}

.winx96-esqa57 svg {
  flex-shrink: 0;
}

.winx96-9qnvcr {
  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) {
  .winx96-9qnvcr {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.winx96-9qnvcr:hover {
  display: flex;
}

.winx96-9qnvcr svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.winx96-cx18g3 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .winx96-cx18g3 {
    font-size: 12px;
  }
}

.winx96-4g7zsv,
.winx96-mo2xva {
  width: 50%;
  flex-shrink: 0;
}

.winx96-4g7zsv {
  font-weight: 700;
}

.winx96-jwgmpn .winx96-pairgk {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .winx96-jwgmpn .winx96-pairgk {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .winx96-jwgmpn .winx96-pairgk {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.winx96-jwgmpn
  .winx96-gl3hse:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.winx96-jwgmpn .winx96-ek7jnf {
  height: 100% !important;
  border-radius: 16px;
}

.winx96-jwgmpn .winx96-p95c1k {
  gap: 4px;
  align-items: center;
}

.winx96-jwgmpn .winx96-p95c1k button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winx96-jwgmpn .winx96-p95c1k svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.winx96-jwgmpn .winx96-2u42pe,
.winx96-jwgmpn .winx96-jnlmj8 {
  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.winx96-z84ga8.org/2000/svg'%3E%3Cpath d='M9.winx96-v1ezm0 4.winx96-81lbzp.winx96-wllqow 5.winx96-xv664t.winx96-h6ucgr 5.winx96-ttyds6.winx96-v803bz 5.winx96-p0471j.winx96-riorg2 8.winx96-3afcl3.winx96-gghse3 9.winx96-0e1t0g.winx96-bdw36h 9.winx96-94n501.winx96-5qhx36 13.winx96-the6tc.winx96-s9qqp9 11.winx96-1u3rfz.winx96-mejjm8 11.winx96-vc7azh.winx96-r5stz9 11.winx96-ucqfmx.winx96-tld4ts 13.winx96-p5ubu7.winx96-jpmenr 9.winx96-s5npvx.winx96-s2dh71 9.winx96-p876hk.winx96-bc6sae 8.winx96-n1wpr1.winx96-buk0n0 5.winx96-rsjlyp.winx96-1s5dw4 5.winx96-th1m6f.winx96-qtaw35 5.winx96-64prvp.winx96-7g62ps 4.winx96-d5wirq.winx96-mejjm8 1.winx96-so4yfj.winx96-v1ezm0 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.winx96-jwgmpn .winx96-2u42pe {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.winx96-jwgmpn .winx96-jnlmj8 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.winx96-mh4pc4 {
  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) {
  .winx96-mh4pc4 {
    padding: 24px;
  }
}

.winx96-mh4pc4 .winx96-ck02mm {
  display: flex;
}

@media (min-width: 768px) {
  .winx96-mh4pc4 .winx96-ck02mm {
    display: none;
  }
}

.winx96-mh4pc4 .winx96-9rl8zv svg {
  display: none;
}

.winx96-ctyh9o {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.winx96-ctyh9o .winx96-afx7qj {
  display: none;
}

@media (min-width: 768px) {
  .winx96-ctyh9o .winx96-afx7qj {
    display: flex;
  }
}

.winx96-tc3njr {
  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) {
  .winx96-tc3njr {
    font-size: 40px;
    line-height: 48px;
  }
}

.winx96-tc3njr > * {
  margin: 0 !important;
}

.winx96-tc3njr img,
.winx96-158l6k {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winx96-tc3njr img,
  .winx96-158l6k {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winx96-lo8axq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winx96-lo8axq {
    width: 32px;
    height: 32px;
  }
}

.winx96-gi4kfl {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .winx96-gi4kfl {
    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;
  }

  .winx96-gi4kfl::-webkit-scrollbar {
    display: none;
  }
}

.winx96-naldnk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .winx96-naldnk {
    padding: 7px 15px;
  }
}

.winx96-naldnk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winx96-lrgtvh {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winx96-lrgtvh {
    display: flex;
    opacity: 1;
  }
}

.winx96-naldnk picture {
  height: 100%;
  display: block;
}

.winx96-naldnk img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .winx96-naldnk img {
    width: 88px;
    height: 44px;
  }
}

.winx96-naldnk p {
  text-align: center;
  width: 100%;
}

.winx96-03s3he {
  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) {
  .winx96-03s3he {
    font-size: 40px;
    line-height: 48px;
  }
}

.winx96-03s3he img,
.winx96-h9o6ki {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winx96-03s3he img,
  .winx96-h9o6ki {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winx96-b3e5ha {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winx96-b3e5ha {
    width: 32px;
    height: 32px;
  }
}

.winx96-5wza6q {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.winx96-x8twig {
  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;
}

.winx96-89drj3 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.winx96-89drj3.winx96-fv2e0n {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.winx96-t4wx3e {
  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) {
  .winx96-t4wx3e {
    font-size: 20px;
    line-height: 28px;
  }
}

.winx96-0khbf5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.winx96-rljli5 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.winx96-rrk7e3 ease;
  opacity: 0;
  color: var(--text-color);
}

.winx96-4gl63z {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.winx96-4gl63z ol,
.winx96-4gl63z ul {
  padding-left: 1.3em;
}

.winx96-89drj3.winx96-fv2e0n .winx96-rljli5 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.winx96-89drj3.winx96-fv2e0n .winx96-0khbf5 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.winx96-4b765k {
  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) {
  .winx96-4b765k {
    padding: 24px;
  }
}

.winx96-4b765k .winx96-ck02mm {
  display: flex;
}

@media (min-width: 768px) {
  .winx96-4b765k .winx96-ck02mm {
    display: none;
  }
}

.winx96-4b765k .winx96-9rl8zv svg {
  display: none;
}

.winx96-ew8gpb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winx96-ew8gpb .winx96-afx7qj {
  display: none;
}

@media (min-width: 768px) {
  .winx96-ew8gpb .winx96-afx7qj {
    display: flex;
  }
}

.winx96-wa8zlw {
  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) {
  .winx96-wa8zlw {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.winx96-wa8zlw > * {
  margin: 0 !important;
}

.winx96-wa8zlw img,
.winx96-9jvs0w {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winx96-wa8zlw img,
  .winx96-9jvs0w {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winx96-1ezh27 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winx96-1ezh27 {
    width: 32px;
    height: 32px;
  }
}

.winx96-zj00hq {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .winx96-zj00hq {
    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;
  }

  .winx96-zj00hq::-webkit-scrollbar {
    display: none;
  }
}

.winx96-jsmnrl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.winx96-jsmnrl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winx96-nmzxp3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winx96-nmzxp3 {
    display: flex;
    opacity: 1;
  }
}

.winx96-jsmnrl picture {
  width: auto;
  height: 100%;
  display: block;
}

.winx96-jsmnrl picture img {
  display: block;
  width: auto;
  height: 100%;
}

.winx96-dx27vc {
  margin: -24px 0;
}

.winx96-dx27vc:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .winx96-dx27vc {
    margin: -16px 0;
  }
}

.winx96-mf7zel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .winx96-mf7zel {
    flex-direction: row;
  }
}

.winx96-qyh785 {
  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) {
  .winx96-qyh785 {
    flex: 1;
  }
}

.winx96-qyh785::placeholder {
  color: var(--Text-400);
}

.winx96-85bgrs {
  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;
}

.winx96-fyz999 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.winx96-fyz999::-webkit-scrollbar {
  display: none;
}

.winx96-c309a9 {
  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;
}

.winx96-c309a9 img,
.winx96-c309a9 svg {
  margin-right: 8px;
}

.winx96-qrahl9 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.winx96-dx27vc + .winx96-c39vsv {
  margin-top: 0;
}

@media (min-width: 768px) {
  .winx96-dx27vc + .winx96-c39vsv {
    margin-top: -16px;
  }
}

.winx96-cl7otb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.winx96-cl7otb > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.winx96-cl7otb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.winx96-pbgdpj {
  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;
}

.winx96-0omghi {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.winx96-muf7km {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.winx96-paebdc {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.winx96-z7ebx8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.winx96-pbgdpj 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;
}

.winx96-pbgdpj 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) {
  .winx96-pbgdpj {
    padding: 39px 179px 39px 39px;
  }

  .winx96-0omghi {
    font-size: 40px;
    line-height: 48px;
  }

  .winx96-z7ebx8 {
    height: 348px;
  }

  .winx96-pbgdpj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .winx96-pbgdpj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .winx96-pbgdpj {
    padding: 63px;
  }
}

.winx96-axb3k7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .winx96-axb3k7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.winx96-d5mdd3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winx96-d5mdd3 {
    width: auto;
  }
}

.winx96-b6taa1 {
  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;
}

.winx96-b6taa1::-webkit-scrollbar {
  display: none;
}

.winx96-b6taa1 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);
}

.winx96-b6taa1 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winx96-b6taa1 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.winx96-axb3k7 .winx96-ij4722 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winx96-rrk7e3,
    mask-image 0.3s;
}

.winx96-axb3k7 .winx96-ij4722.winx96-39f8d6 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.winx96-c5b359 {
  margin: 40px -16px;
}

.winx96-5u0ml3 + .winx96-imquqc,
.winx96-5u0ml3 + .winx96-h2yytb {
  margin-top: 24px;
}

.winx96-1ljztk {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.winx96-1ljztk picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.winx96-fzojr7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .winx96-fzojr7 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .winx96-fzojr7 {
    margin-top: 0;
  }
}

.winx96-xg487l {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winx96-xg487l {
    font-size: 24px;
    line-height: 32px;
  }
}

.winx96-p35ilm {
  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) {
  .winx96-p35ilm {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.winx96-vdh9oy {
  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) {
  .winx96-vdh9oy {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.winx96-kxwjsq {
  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) {
  .winx96-kxwjsq {
    font-size: 20px;
    line-height: 28px;
  }
}

.winx96-h70697 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winx96-h70697 {
    font-size: 32px;
    line-height: 40px;
  }
}

.winx96-ea4m83 {
  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;
}

.winx96-3djooa {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.winx96-3djooa img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winx96-c39vsv {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.winx96-xmgsor {
  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) {
  .winx96-xmgsor {
    padding: 15px 48px;
  }
}

main > .winx96-c39vsv {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .winx96-pairgk.winx96-dn0j8l > div:nth-child(n+5) {
    display: none;
  }
}

.winx96-hzay39 p a img {
  display: block;
  margin: 0 auto;
}


.winx96-s2wdnw {
  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 */
.winx96-3dozq9 {
  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;
}

.winx96-3dozq9 label {
  font-size: 14px;
}

.winx96-3dozq9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.winx96-3dozq9 input,
.winx96-3dozq9 textarea,
.winx96-3dozq9 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;
}
.winx96-3dozq9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.winx96-7uzfsp ease;
}
.winx96-3dozq9 button:hover {
  background-color: var(--button-bg-hover);
}
.winx96-4avx7u {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.winx96-agu8r3 ease-in;
}

.winx96-4avx7u 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;
}
.winx96-ku2drx, .winx96-oemt7p, [class*="review-card"],
thead, thead th, table th, .winx96-ihw43k,
.winx96-kxhoy1, [class*="collapsible-header"],
.winx96-nsx4xl, [class*="updated-block"] {
  color: #ece7dc !important;
}
