* {
  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;
  }
}

.herospin-lb142q {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .herospin-lb142q {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .herospin-lb142q {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.herospin-3t30fn {
  overflow: hidden;
}

.herospin-l1gm79 img {
  background: var(--Neutral-300);
}

.herospin-wgy88a {
  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;
}

.herospin-1kz69p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.herospin-1kz69p:hover {
  background: var(--button-bg-hover);
}

.herospin-pcchsj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.herospin-pcchsj:hover {
  background: var(--button-bg-hover);
}

.herospin-bgct5n {
  font-size: 12px;
  line-height: 18px;
}

.herospin-ctygtn {
  font-size: 18px;
  line-height: 26px;
}

.herospin-mkrxqs {
  width: 100%;
}

.herospin-haqp9u {
  padding: 6px 16px;
}

.herospin-omfwlq {
  padding: 10px 16px;
}

.herospin-q1xscr {
  padding: 15px 26px;
}

.herospin-v0aoa3 {
  flex-shrink: 0;
}

.herospin-g4xyxf {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.herospin-jj0pjs {
  display: none;
}

.herospin-b64b0t {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.herospin-3wlbtb {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.herospin-rxjk58 {
  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;
}

.herospin-lfgjbg {
  cursor: grab;
}

.herospin-rxjk58::-webkit-scrollbar {
  display: none;
}

.herospin-c234ix {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.herospin-pvd1ak {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.herospin-v9ouas {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.herospin-1ojkrw {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.herospin-hsdyt2 {
  visibility: visible;
}

.herospin-320wwh {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.herospin-4gows1 ease;
}

.herospin-7dqa2n {
  background-color: var(--Primary-200);
  width: 16px;
}

.herospin-v7kwrg {
  -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.herospin-4gows1,
    mask-image 0.3s;
}

.herospin-v7kwrg.herospin-gxil9e {
  -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;
  }
}

.herospin-t5bzbm: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;
}

.herospin-ouluof {
  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.herospin-2he9bs.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.herospin-2he9bs.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;
}

.herospin-1o3sqy {
  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);
}

.herospin-1o3sqy::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%
  );
}

.herospin-egfbak {
  position: relative;
  z-index: 1;
}

.herospin-hn7gih {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.herospin-yllm45 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.herospin-8kpi6v {
  font-size: 40px;
  line-height: 48px;
}

.herospin-rzbnfy {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.herospin-it9rhi {
  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;
}

.herospin-it9rhi:hover {
  background: var(--Primary-400);
}

.herospin-it9rhi svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.herospin-t5bzbm 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) {
  .herospin-1o3sqy {
    max-width: 600px;
    padding: 64px;
  }

  .herospin-hn7gih {
    font-size: 24px;
    line-height: 32px;
  }

  .herospin-yllm45 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .herospin-8kpi6v {
    font-size: 50px;
    line-height: 56px;
  }

  .herospin-rzbnfy {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .herospin-ouluof {
    top: 25px;
    right: 25px;
  }
}

.herospin-b8abrm,
.herospin-a0aay8 {
  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;
}

.herospin-i3jtan.herospin-4msi6n::before,
.herospin-a0aay8::before,
.herospin-unpc0d::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.herospin-2he9bs.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.herospin-zggng3 14.herospin-skasvp.herospin-mm66ez 14.herospin-3myfb7 15.herospin-t2qrjq 14.herospin-0hy3ee 15.herospin-8rgjqu 14.herospin-ax4m1s.herospin-k8z4rf 14.herospin-s36wai 19.herospin-zxtl5r 12.herospin-n0wzdd 19.herospin-zxtl5r 10.herospin-45ymnk.herospin-zxtl5r 8.herospin-u1sp6e 17.herospin-mv1e5a 7.herospin-0e8n69 15.herospin-c00j6u 7.herospin-bxs4fc.herospin-cz2uez 7.herospin-0e8n69 11.herospin-0adrdu 8.herospin-u1sp6e 11.herospin-0adrdu 10.herospin-bb9w4w.herospin-0adrdu 12.herospin-q6270o 13.herospin-m9xvpl 14.herospin-ga54ul 15.herospin-19ntbn 14.herospin-dcpchj.herospin-07d7fo 14.herospin-az8jjk 15.herospin-zaqcpc 14.herospin-reva8t 15.herospin-6x0abw 14.herospin-9n6gfa.herospin-zggng3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.herospin-90hwyw 15.herospin-az4jmi.herospin-xp39sa 15.herospin-cm426l 15.herospin-0pw7e2 15.herospin-bhkefm 15.herospin-sh85bi 15.herospin-i5lpg8.herospin-vwmjif 15.herospin-bhkefm 15.herospin-ryqtbe 15.herospin-cs8k8p 15.herospin-vfwjzm 15.herospin-8qgum2.herospin-k5fzw0 15.herospin-3dw1yo 7.herospin-7uvtsz 18.herospin-97mlqs 7.herospin-tjzw7b 23.herospin-smuywm.herospin-mimx2q.herospin-stgxtw 18.herospin-qn1tfo 19.herospin-8vh7un 15.herospin-6yz2so 15.herospin-90hwyw 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.herospin-1yl2dn [type="submit"] *,
.herospin-l4kpor button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .herospin-v8zr9t {
    display: none;
  }
}

.herospin-m6aaok {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .herospin-m6aaok {
  display: none;
}

@media (min-width: 768px) {
  .herospin-m6aaok {
    bottom: 22px;
  }
}

.herospin-m6aaok input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .herospin-m6aaok {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.herospin-oi7qos.static) .herospin-m6aaok {
    bottom: 8px;
  }
}

.herospin-mxyamq {
  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.herospin-2he9bs.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.herospin-arlp0r 3.herospin-gkvtsw.herospin-rrstfm.herospin-up9e9w 3.herospin-5m5bj2 3.herospin-l1cgr9 5.herospin-zl22k4 3.herospin-l1cgr9 8.herospin-l25moh.herospin-b77eeo.herospin-l1cgr9 26.herospin-iloe5r 5.herospin-4dhx6o 28.herospin-frnt5f 8.herospin-srvwpn 28.herospin-35g9yw.herospin-5ktypv 28.herospin-v5l9ej.herospin-sm0bmq 34.herospin-finiw6.herospin-0hfs0p 36.herospin-7w9slf 11.herospin-mn3udv 37.herospin-62u2tf 12.herospin-npree6 36.herospin-aojmgg.herospin-7t9f3e 28.herospin-xnnbex.herospin-h4c7uh.herospin-artfgd 28.herospin-qf7wxp 36.herospin-im8gzp 26.herospin-eknrs2 36.herospin-im8gzp 23.herospin-ll275b.herospin-ohjxgd.herospin-im8gzp 5.herospin-k355s8 34.herospin-em2pfn 3.herospin-5m5bj2 31.herospin-arlp0r 3.herospin-j0empa.herospin-jywmxk 18.herospin-7yddfp.herospin-2wtmck 18.herospin-6kl8fk 8.herospin-u30jgl 17.herospin-mrfpv4 8.herospin-u30jgl 15.herospin-8arze5.herospin-u30jgl 14.herospin-5a5bw7 9.herospin-2wtmck 13.herospin-1qbewl 11.herospin-jywmxk 13.herospin-ajl1q6.herospin-tgmfv0 13.herospin-1qbewl 13.herospin-kxv5cw 14.herospin-5a5bw7 13.herospin-kxv5cw 15.herospin-rkx1vl.herospin-kxv5cw 17.herospin-mrfpv4 12.herospin-tgmfv0 18.herospin-6kl8fk 11.herospin-jywmxk 18.herospin-2zwdz2.herospin-bri7yb 18.herospin-x0j3ud.herospin-soz7tp 18.herospin-6kl8fk 17.herospin-xkebwm 17.herospin-mrfpv4 17.herospin-xkebwm 15.herospin-cubi2w.herospin-xkebwm 14.herospin-5a5bw7 18.herospin-soz7tp 13.herospin-1qbewl 20.herospin-bri7yb 13.herospin-e56en6.herospin-mal6ai 13.herospin-1qbewl 22.herospin-vz2xdy 14.herospin-5a5bw7 22.herospin-vz2xdy 15.herospin-kop8qj.herospin-r4qanh 17.herospin-mrfpv4 21.herospin-mal6ai 18.herospin-6kl8fk 20.herospin-bri7yb 18.herospin-7hy8vi.herospin-t7xa9u 18.herospin-dfgq81.herospin-4jl4uw 18.herospin-6kl8fk 26.herospin-9sznf6 17.herospin-mrfpv4 26.herospin-9sznf6 15.herospin-z6eova.herospin-9sznf6 14.herospin-5a5bw7 27.herospin-4jl4uw 13.herospin-1qbewl 28.herospin-t7xa9u 13.herospin-kjd7sf.herospin-gmphj3 13.herospin-1qbewl 31.herospin-k0nszo 14.herospin-5a5bw7 31.herospin-k0nszo 15.herospin-8ymqfe.herospin-9sznf6 17.herospin-mrfpv4 30.herospin-gmphj3 18.herospin-6kl8fk 28.herospin-t7xa9u 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"])
    .herospin-mxyamq {
    display: none;
  }
}

.herospin-z55jd8 {
  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) {
  .herospin-z55jd8 {
    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;
}

.herospin-l4kpor {
  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) {
  .herospin-l4kpor {
    padding: 14px 16px;
  }
}

.herospin-l4kpor button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.herospin-l4kpor button:first-child {
  align-content: end;
}

.herospin-l4kpor button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .herospin-l4kpor
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .herospin-l4kpor
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.herospin-l4kpor button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.herospin-l4kpor button:last-child svg {
  width: 38px;
  height: 38px;
}

.herospin-unpc0d {
  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;
}

.herospin-unpc0d::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .herospin-unpc0d,
.pc61d126-chatbot[data-active-screen="3"]
  .herospin-unpc0d {
  opacity: 1;
  visibility: visible;
}

.herospin-xne7rg {
  flex: 1 1;
}

.herospin-zeqxbj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .herospin-zeqxbj {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .herospin-ok4aac {
  display: block;
}

.herospin-p17rww {
  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) {
  .herospin-p17rww {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.herospin-a0aay8 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.herospin-a0aay8::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.herospin-l5lk5q span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.herospin-l5lk5q p {
  color: var(--Text-100);
}

.herospin-a0aay8 .herospin-kjq80v {
  grid-area: button;
}

.herospin-a0aay8 .herospin-kjq80v::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.herospin-2he9bs.org/2000/svg'%3E%3Cpath d='M4.herospin-f2kq6o 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.herospin-4rmviq 15L16.herospin-4rmviq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.herospin-4rmviq 5L16.herospin-4rmviq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .herospin-frm000 {
  display: block;
}

.herospin-oyigtt {
  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) {
  .herospin-oyigtt {
    margin-top: 40px;
  }
}

.herospin-b8abrm label,
.herospin-b8abrm input {
  display: block;
  width: 100%;
}

.herospin-b8abrm label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.herospin-b8abrm label.herospin-8jzl4i input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.herospin-b8abrm label.herospin-8jzl4i::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;
}

.herospin-b8abrm 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;
}

.herospin-b8abrm input::placeholder {
  color: var(--Text-400);
}

.herospin-g2gc54 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .herospin-g2gc54 {
  display: flex;
}

.herospin-g2gc54 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .herospin-g2gc54 ol {
    height: 420px;
    padding: 24px;
  }
}

.herospin-g2gc54 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.herospin-1yl2dn {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .herospin-1yl2dn {
    padding: 0 24px 24px;
  }
}

.herospin-1yl2dn 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;
}

.herospin-1yl2dn input::placeholder {
  color: var(--Text-400);
}

.herospin-1yl2dn [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.herospin-1yl2dn [type="submit"]:disabled {
  opacity: 0.5;
}

.herospin-1yl2dn [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .herospin-1yl2dn [type="submit"] {
    right: 40px;
  }
}

.herospin-i3jtan {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.herospin-i3jtan.herospin-4msi6n {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.herospin-i3jtan.herospin-4msi6n::before {
  content: "";
  width: 31px;
}

.herospin-i3jtan.herospin-4msi6n p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.herospin-i3jtan.herospin-l1u44e p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.herospin-i3jtan p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.herospin-m6aaok .herospin-kjq80v {
  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;
  }
}

.herospin-v8zr9t {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .herospin-v8zr9t {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .herospin-v8zr9t {
    padding: 18px 0;
  }
}

.herospin-v8zr9t .herospin-lb142q {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .herospin-v8zr9t .herospin-lb142q {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.herospin-qo69ay {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .herospin-qo69ay {
    max-width: 160px;
    height: 40px;
  }
}

.herospin-qo69ay picture,
.herospin-qo69ay img {
  display: block;
  width: 100%;
  height: 100%;
}

.herospin-qo69ay img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .herospin-blhccm {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.herospin-4gows1 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .herospin-v8zr9t.herospin-rrpuy0 .herospin-blhccm {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .herospin-blhccm {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .herospin-blhccm {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.herospin-xtonub,
.herospin-mxg7ba {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .herospin-xtonub,
  .herospin-mxg7ba {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .herospin-mxg7ba {
    display: none;
  }
}

.herospin-6mbsnm {
  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;
}

.herospin-rrpuy0 .herospin-6mbsnm {
  background: var(--fh-bg-color);
}

.herospin-6mbsnm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .herospin-6mbsnm {
    display: none;
  }
}

.herospin-378ei2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .herospin-378ei2 {
    display: none;
  }
}

.herospin-bto19n {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.herospin-v8zr9t.herospin-rrpuy0 .herospin-bto19n:first-child {
  display: none;
}

.herospin-v8zr9t.herospin-rrpuy0 .herospin-bto19n:last-child {
  display: block;
}

.herospin-bto19n:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .herospin-bto19n {
    display: none;
  }
}

.herospin-q3pqoj {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .herospin-q3pqoj {
    display: flex;
  }
}

.herospin-q3pqoj ul {
  max-height: 350px;
  overflow-y: auto;
}

.herospin-q3pqoj:hover ul {
  visibility: visible;
  opacity: 1;
}

.herospin-q3pqoj:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.herospin-q3pqoj:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.herospin-q3pqoj:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.herospin-q3pqoj:hover .herospin-x1m3g4 svg {
  transform: rotate(180deg);
}

.herospin-u07qa9 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.herospin-b8a8fw {
  padding: 0 8px;
}

.herospin-eif4mu {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.herospin-eif4mu:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .herospin-eif4mu {
    padding: 4px 8px;
  }
}

.herospin-06e1z1 {
  display: flex;
}

.herospin-06e1z1 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.herospin-x1m3g4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.herospin-x1m3g4 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.herospin-d64fop {
  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) {
  .herospin-d64fop {
    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;
  }
}

.herospin-1zh454 {
  width: 100%;
}

@media (min-width: 1200px) {
  .herospin-1zh454 {
    display: none;
  }
}

.herospin-pfywh9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.herospin-1ryo8l {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.herospin-evekkv {
  display: flex;
}

.herospin-fqosr4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.herospin-w7017d {
  list-style: none;
}

@media (max-width: 1199px) {
  .herospin-w7017d {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .herospin-w7017d {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .herospin-w7017d .herospin-yjgcyu [data-ref-el],
  .herospin-w7017d .herospin-yjgcyu span,
  .herospin-w7017d .herospin-yjgcyu a {
    white-space: nowrap;
  }
}

.herospin-iwu3fo {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .herospin-iwu3fo.herospin-flhww7 > .herospin-yjgcyu {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .herospin-iwu3fo.herospin-kqj9mc:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .herospin-iwu3fo.herospin-flhww7 > .herospin-pnsqg9 {
    height: auto;
  }

  .herospin-iwu3fo.herospin-flhww7 > div > .herospin-er0vdv {
    transform: rotate(180deg);
  }
}

.herospin-iwu3fo [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.herospin-iwu3fo [data-ref-el],
.herospin-iwu3fo span {
  cursor: pointer;
}

.herospin-iwu3fo [data-ref-el],
.herospin-iwu3fo span,
.herospin-iwu3fo a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .herospin-iwu3fo [data-ref-el],
  .herospin-iwu3fo span,
  .herospin-iwu3fo a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .herospin-iwu3fo [data-ref-el],
  .herospin-iwu3fo span,
  .herospin-iwu3fo a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.herospin-pnsqg9 {
  height: 0;
  overflow: hidden;
  transition: height 0.herospin-4gows1 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.herospin-pnsqg9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.herospin-pnsqg9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.herospin-pnsqg9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .herospin-pnsqg9 {
    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;
  }

  .herospin-pnsqg9:has(> .herospin-iwu3fo.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .herospin-pnsqg9 .herospin-pnsqg9 {
    padding: 0;
  }

  .herospin-pnsqg9 .herospin-iwu3fo {
    font-weight: 400;
  }

  .herospin-pnsqg9 .herospin-iwu3fo:hover > .herospin-yjgcyu {
    background: var(--Neutral-300);
  }

  .herospin-pnsqg9 .herospin-er0vdv {
    rotate: -90deg;
  }
}

.herospin-yjgcyu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .herospin-yjgcyu {
    padding: 8px;
  }

  .herospin-iwu3fo.herospin-14cudm > .herospin-yjgcyu {
    background: var(--Neutral-300);
  }
}

.herospin-er0vdv {
  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.herospin-2he9bs.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.herospin-6p5pqo 0.herospin-wua2wk.herospin-fa04w0 -0.herospin-3kckxm 0.herospin-2nbo7v -0.herospin-3kckxm 1.herospin-s734c0 0.herospin-zi6lsb.herospin-3buk6s 4.herospin-yk78fn.herospin-6p5pqo 0.herospin-3ynwr4.herospin-0lk1w9 -0.herospin-3kckxm 9.herospin-o64109 -0.herospin-3kckxm 10.herospin-mttpan 0.herospin-ll3176.herospin-sw6xcq 0.herospin-fa04w0 10.herospin-sw6xcq 0.herospin-2nbo7v 10.herospin-mttpan 1.herospin-yp1ix6.herospin-phwo3o 5.herospin-u5ahpu.herospin-467kv6 6.herospin-jk4avr 5.herospin-21ec09 6.herospin-jk4avr 4.herospin-vx84ja 5.herospin-2s08kx.herospin-6p5pqo 1.herospin-mmvcdr.herospin-3kckxm 0.herospin-2nbo7v -0.herospin-3kckxm 0.herospin-fa04w0 0.herospin-6p5pqo 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.herospin-4gows1 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .herospin-er0vdv {
    cursor: default;
  }
}

.herospin-81swe0 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.herospin-t7ot2r {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .herospin-t7ot2r {
    padding: 40px 4px;
  }
}

.herospin-qrdiol {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .herospin-qrdiol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.herospin-wz3v5e {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .herospin-wz3v5e {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.herospin-wz3v5e ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.herospin-wz3v5e [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.herospin-wz3v5e [data-ref-el],
.herospin-wz3v5e span,
.herospin-wz3v5e a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.herospin-dtgbpe {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .herospin-dtgbpe {
    margin-bottom: 12px;
  }
}

.herospin-gq2ae7 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.herospin-gq2ae7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .herospin-gq2ae7:last-child {
    margin-right: 0;
  }
}

.herospin-242qmg {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.herospin-dtgbpe:hover .herospin-ei94te {
  visibility: visible;
  opacity: 1;
}

.herospin-ei94te {
  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);
}

.herospin-41b5p0 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.herospin-myxuqc {
  display: flex;
  margin: 6px;
}

.herospin-myxuqc img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.herospin-ei94te::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);
}

.herospin-ei94te::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);
}

.herospin-6dnbdl {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .herospin-6dnbdl {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.herospin-2rfjia {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .herospin-2rfjia {
    margin-right: 32px;
  }
}

.herospin-w40i5d {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .herospin-w40i5d {
    margin-top: 0;
    width: 340px;
  }
}

.herospin-w40i5d a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.herospin-59y1da {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.herospin-n3tk9x {
  position: relative;
}

@media (min-width: 768px) {
  .herospin-n3tk9x {
    margin-top: 40px;
  }
}

.herospin-n3tk9x + .herospin-xuq9jl,
.herospin-n3tk9x + .herospin-n3tk9x {
  margin-top: 24px;
}

.herospin-1u03td {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .herospin-1u03td {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .herospin-1u03td {
    padding: 80px;
  }
}

.herospin-0vmil6 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .herospin-0vmil6 {
    padding: 0 16px;
}


}

.herospin-myivna {
  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) {
  .herospin-myivna {
    font-size: 48px;
    line-height: 56px;
  }
}

.herospin-pl2gj4 {
  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) {
  .herospin-pl2gj4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.herospin-o676xz {
  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;
}

.herospin-o676xz:hover {
  background: var(--button-bg-hover);
}

.herospin-z7ru76 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.herospin-z7ru76 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .herospin-z7ru76 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .herospin-z7ru76 img {
  min-height: 100%;
  }
}

.herospin-1u03td::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.herospin-abcuyp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.herospin-abcuyp h1,
.herospin-abcuyp h2,
.herospin-abcuyp h3,
.herospin-abcuyp h4 {
  margin-bottom: 6px;
}

.herospin-abcuyp h1:not(:first-child),
.herospin-abcuyp h2:not(:first-child),
.herospin-abcuyp h3:not(:first-child),
.herospin-abcuyp h4:not(:first-child) {
  margin-top: 16px;
}

.herospin-abcuyp h1,
.herospin-abcuyp h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .herospin-abcuyp h1,
  .herospin-abcuyp h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.herospin-abcuyp h2,
.herospin-abcuyp h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .herospin-abcuyp h2,
  .herospin-abcuyp h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.herospin-abcuyp h3,
.herospin-abcuyp h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .herospin-abcuyp h3,
  .herospin-abcuyp h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.herospin-abcuyp h4,
.herospin-abcuyp h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.herospin-abcuyp ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.herospin-abcuyp ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.herospin-abcuyp 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);
}

.herospin-abcuyp ul ul {
  margin-bottom: 8px;
}

.herospin-abcuyp ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.herospin-abcuyp ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.herospin-abcuyp ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.herospin-abcuyp ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.herospin-abcuyp ol li::marker {
  font-weight: 700;
}

.herospin-abcuyp ol ol {
  margin-bottom: 8px;
}

.herospin-abcuyp ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.herospin-abcuyp ol ul li {
  padding-left: 16px;
}

.herospin-abcuyp 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) {
  .herospin-abcuyp table {
    padding: 24px;
  }
}

.herospin-abcuyp table.herospin-bwg34q {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.herospin-4gows1,
    mask-image 0.3s;
}

.herospin-abcuyp table.herospin-bwg34q.herospin-gxil9e {
  -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) {
  .herospin-abcuyp table {
    display: table;
  }
}

.herospin-abcuyp 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);
}

.herospin-abcuyp table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.herospin-abcuyp table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.herospin-abcuyp 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) {
  .herospin-abcuyp table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.herospin-abcuyp table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.herospin-abcuyp table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.herospin-abcuyp table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.herospin-abcuyp img {
  max-width: 100%;
  height: auto;
}

.herospin-2mktgq {
  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) {
  .herospin-2mktgq {
    padding: 24px;
  }
}

.herospin-dh1pdn {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .herospin-dh1pdn {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.herospin-dh1pdn > * {
  margin: 0 !important;
}

.herospin-dh1pdn img,
.herospin-b3akeb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .herospin-dh1pdn img,
  .herospin-b3akeb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.herospin-srmwl4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .herospin-srmwl4 {
    width: 32px;
    height: 32px;
  }
}

.herospin-l8djug {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.herospin-l8djug .herospin-3gy0vl {
  flex-shrink: 0;
}

.herospin-l8djug .herospin-5l9uc3 svg {
  display: none;
}

.herospin-5mn59e {
  display: grid;
  transition: max-height 0.herospin-4gows1 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .herospin-5mn59e {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .herospin-5mn59e {
    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));
  }
}

.herospin-5mn59e.herospin-t3jq25 + .herospin-3gy0vl svg {
  transform: rotate(180deg);
}

.herospin-l581eg {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.herospin-l581eg > div:nth-child(3n) {
  grid-column: span 2;
}

.herospin-l581eg
  > div:nth-child(3n)
  .herospin-olys3h
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .herospin-l581eg {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .herospin-l581eg > div:nth-child(3n) {
    grid-column: unset;
  }

  .herospin-l581eg
    > div:nth-child(3n)
    .herospin-olys3h
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .herospin-l581eg {
    max-width: 270px;
  }
}

.herospin-l581eg .herospin-olys3h button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .herospin-l581eg .herospin-olys3h button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .herospin-l581eg .herospin-olys3h button {
    max-width: 104px;
  }
}

.herospin-8e4b5w {
  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) {
  .herospin-8e4b5w {
    margin-bottom: 0;
  }
}

.herospin-eoocma {
  display: none;
  opacity: 0;
}

.herospin-4fz38d {
  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;
  }
}

.herospin-4fz38d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.herospin-olys3h {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.herospin-olys3h button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .herospin-olys3h
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .herospin-olys3h
    button {
    max-width: 145px;
  }
}

.herospin-puris6:first-child
  .herospin-olys3h
  button {
  max-width: 270px;
}

.herospin-tnh6tf {
  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%;
}

.herospin-8e4b5w picture {
  width: 100%;
  max-width: 100%;
}

.herospin-yq7g3x {
  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;
}

.herospin-yq7g3x svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.herospin-8e4b5w:hover .herospin-yq7g3x {
  display: flex;
}

.herospin-vciddk {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.herospin-r63cu5 {
  display: flex;
}

.herospin-r63cu5:hover .herospin-4kxmc6,
.herospin-r63cu5 .herospin-14cudm .herospin-4kxmc6 {
  display: flex;
}

.herospin-r63cu5 svg {
  flex-shrink: 0;
}

.herospin-4kxmc6 {
  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) {
  .herospin-4kxmc6 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.herospin-4kxmc6:hover {
  display: flex;
}

.herospin-4kxmc6 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.herospin-s3hmyb {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .herospin-s3hmyb {
    font-size: 12px;
  }
}

.herospin-o1y6n4,
.herospin-mz8gjz {
  width: 50%;
  flex-shrink: 0;
}

.herospin-o1y6n4 {
  font-weight: 700;
}

.herospin-arsean .herospin-5mn59e {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .herospin-arsean .herospin-5mn59e {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .herospin-arsean .herospin-5mn59e {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.herospin-arsean
  .herospin-tnh6tf:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.herospin-arsean .herospin-4fz38d {
  height: 100% !important;
  border-radius: 16px;
}

.herospin-arsean .herospin-olys3h {
  gap: 4px;
  align-items: center;
}

.herospin-arsean .herospin-olys3h button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.herospin-arsean .herospin-olys3h svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.herospin-arsean .herospin-0essbp,
.herospin-arsean .herospin-lie287 {
  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.herospin-2he9bs.org/2000/svg'%3E%3Cpath d='M9.herospin-bpyncn 4.herospin-isg3n5.herospin-gd6v5w 5.herospin-kx0rsi.herospin-fhsig5 5.herospin-i2tjzy.herospin-5sggdh 5.herospin-cqlr7s.herospin-sgy17d 8.herospin-paaxfz.herospin-ik794h 9.herospin-81en1h.herospin-xpwd21 9.herospin-jeytdf.herospin-s8q6ii 13.herospin-8d5sb6.herospin-cs9gie 11.herospin-nvpx17.herospin-l1500f 11.herospin-6d6p0r.herospin-vojwg5 11.herospin-8fo3h4.herospin-lcx8tf 13.herospin-w0fd73.herospin-k599bp 9.herospin-3q9nct.herospin-vwdc3j 9.herospin-020yct.herospin-wm1nqn 8.herospin-eh039j.herospin-xv5ik5 5.herospin-oby0ft.herospin-18fsto 5.herospin-n9lycw.herospin-cazgpw 5.herospin-433u0m.herospin-6nz89h 4.herospin-cjqblb.herospin-l1500f 1.herospin-dn48ar.herospin-bpyncn 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.herospin-arsean .herospin-0essbp {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.herospin-arsean .herospin-lie287 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.herospin-no2utk {
  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) {
  .herospin-no2utk {
    padding: 24px;
  }
}

.herospin-no2utk .herospin-3gy0vl {
  display: flex;
}

@media (min-width: 768px) {
  .herospin-no2utk .herospin-3gy0vl {
    display: none;
  }
}

.herospin-no2utk .herospin-5l9uc3 svg {
  display: none;
}

.herospin-xjigvx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.herospin-xjigvx .herospin-wgy88a {
  display: none;
}

@media (min-width: 768px) {
  .herospin-xjigvx .herospin-wgy88a {
    display: flex;
  }
}

.herospin-01k24q {
  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) {
  .herospin-01k24q {
    font-size: 40px;
    line-height: 48px;
  }
}

.herospin-01k24q > * {
  margin: 0 !important;
}

.herospin-01k24q img,
.herospin-iygygv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .herospin-01k24q img,
  .herospin-iygygv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.herospin-heogtz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .herospin-heogtz {
    width: 32px;
    height: 32px;
  }
}

.herospin-w4s74f {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .herospin-w4s74f {
    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;
  }

  .herospin-w4s74f::-webkit-scrollbar {
    display: none;
  }
}

.herospin-7wiuts {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .herospin-7wiuts {
    padding: 7px 15px;
  }
}

.herospin-7wiuts:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.herospin-3bqcko {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .herospin-3bqcko {
    display: flex;
    opacity: 1;
  }
}

.herospin-7wiuts picture {
  height: 100%;
  display: block;
}

.herospin-7wiuts img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .herospin-7wiuts img {
    width: 88px;
    height: 44px;
  }
}

.herospin-7wiuts p {
  text-align: center;
  width: 100%;
}

.herospin-vdp5eb {
  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) {
  .herospin-vdp5eb {
    font-size: 40px;
    line-height: 48px;
  }
}

.herospin-vdp5eb img,
.herospin-zjou4g {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .herospin-vdp5eb img,
  .herospin-zjou4g {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.herospin-dtncc0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .herospin-dtncc0 {
    width: 32px;
    height: 32px;
  }
}

.herospin-vd2xnt {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.herospin-ym6a69 {
  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;
}

.herospin-zoi7no {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.herospin-zoi7no.herospin-14cudm {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.herospin-nlpdt5 {
  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) {
  .herospin-nlpdt5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.herospin-ea9ysa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.herospin-86lder {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.herospin-4gows1 ease;
  opacity: 0;
  color: var(--text-color);
}

.herospin-0f1n9k {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.herospin-0f1n9k ol,
.herospin-0f1n9k ul {
  padding-left: 1.3em;
}

.herospin-zoi7no.herospin-14cudm .herospin-86lder {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.herospin-zoi7no.herospin-14cudm .herospin-ea9ysa {
  transform: rotate(180deg);
  color: var(--text-color);
}

.herospin-5ftfcq {
  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) {
  .herospin-5ftfcq {
    padding: 24px;
  }
}

.herospin-5ftfcq .herospin-3gy0vl {
  display: flex;
}

@media (min-width: 768px) {
  .herospin-5ftfcq .herospin-3gy0vl {
    display: none;
  }
}

.herospin-5ftfcq .herospin-5l9uc3 svg {
  display: none;
}

.herospin-x8y7u0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.herospin-x8y7u0 .herospin-wgy88a {
  display: none;
}

@media (min-width: 768px) {
  .herospin-x8y7u0 .herospin-wgy88a {
    display: flex;
  }
}

.herospin-s6oy09 {
  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) {
  .herospin-s6oy09 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.herospin-s6oy09 > * {
  margin: 0 !important;
}

.herospin-s6oy09 img,
.herospin-enmb3g {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .herospin-s6oy09 img,
  .herospin-enmb3g {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.herospin-z7oh2o {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .herospin-z7oh2o {
    width: 32px;
    height: 32px;
  }
}

.herospin-f46wgd {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .herospin-f46wgd {
    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;
  }

  .herospin-f46wgd::-webkit-scrollbar {
    display: none;
  }
}

.herospin-0clnqg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.herospin-0clnqg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.herospin-7iqm7w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .herospin-7iqm7w {
    display: flex;
    opacity: 1;
  }
}

.herospin-0clnqg picture {
  width: auto;
  height: 100%;
  display: block;
}

.herospin-0clnqg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.herospin-o8nm3v {
  margin: -24px 0;
}

.herospin-o8nm3v:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .herospin-o8nm3v {
    margin: -16px 0;
  }
}

.herospin-yle0wo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .herospin-yle0wo {
    flex-direction: row;
  }
}

.herospin-6dsadl {
  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) {
  .herospin-6dsadl {
    flex: 1;
  }
}

.herospin-6dsadl::placeholder {
  color: var(--Text-400);
}

.herospin-748ojc {
  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;
}

.herospin-mt96st {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.herospin-mt96st::-webkit-scrollbar {
  display: none;
}

.herospin-5o7gn1 {
  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;
}

.herospin-5o7gn1 img,
.herospin-5o7gn1 svg {
  margin-right: 8px;
}

.herospin-aseo6d {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.herospin-o8nm3v + .herospin-7lz72t {
  margin-top: 0;
}

@media (min-width: 768px) {
  .herospin-o8nm3v + .herospin-7lz72t {
    margin-top: -16px;
  }
}

.herospin-x34hm4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.herospin-x34hm4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.herospin-x34hm4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.herospin-3zu0io {
  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;
}

.herospin-734yrt {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.herospin-6jthce {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.herospin-4qzhat {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.herospin-17ooct {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.herospin-3zu0io 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;
}

.herospin-3zu0io 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) {
  .herospin-3zu0io {
    padding: 39px 179px 39px 39px;
  }

  .herospin-734yrt {
    font-size: 40px;
    line-height: 48px;
  }

  .herospin-17ooct {
    height: 348px;
  }

  .herospin-3zu0io button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .herospin-3zu0io button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .herospin-3zu0io {
    padding: 63px;
  }
}

.herospin-ddb11h {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .herospin-ddb11h {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.herospin-8ydzjx {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .herospin-8ydzjx {
    width: auto;
  }
}

.herospin-0f1hgo {
  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;
}

.herospin-0f1hgo::-webkit-scrollbar {
  display: none;
}

.herospin-0f1hgo 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);
}

.herospin-0f1hgo a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .herospin-0f1hgo {
    margin-left: 16px;
    margin-top: 0;
  }
}

.herospin-ddb11h .herospin-xvwmby {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.herospin-4gows1,
    mask-image 0.3s;
}

.herospin-ddb11h .herospin-xvwmby.herospin-gxil9e {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.herospin-z8n77x {
  margin: 40px -16px;
}

.herospin-knddxd + .herospin-xuq9jl,
.herospin-knddxd + .herospin-n3tk9x {
  margin-top: 24px;
}

.herospin-ftg270 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.herospin-ftg270 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.herospin-rlu3cj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .herospin-rlu3cj {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .herospin-rlu3cj {
    margin-top: 0;
  }
}

.herospin-3w9grh {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .herospin-3w9grh {
    font-size: 24px;
    line-height: 32px;
  }
}

.herospin-7gv8zu {
  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) {
  .herospin-7gv8zu {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.herospin-v3yua1 {
  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) {
  .herospin-v3yua1 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.herospin-1vyl4a {
  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) {
  .herospin-1vyl4a {
    font-size: 20px;
    line-height: 28px;
  }
}

.herospin-jtwflo {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .herospin-jtwflo {
    font-size: 32px;
    line-height: 40px;
  }
}

.herospin-xje2yp {
  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;
}

.herospin-s9w20g {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.herospin-s9w20g img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.herospin-7lz72t {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.herospin-ddap0p {
  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) {
  .herospin-ddap0p {
    padding: 15px 48px;
  }
}

main > .herospin-7lz72t {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .herospin-5mn59e.herospin-oqdt81 > div:nth-child(n+5) {
    display: none;
  }
}

.herospin-abcuyp p a img {
  display: block;
  margin: 0 auto;
}


.herospin-198udp {
  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 */
.herospin-wk2jsb {
  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;
}

.herospin-wk2jsb label {
  font-size: 14px;
}

.herospin-wk2jsb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.herospin-wk2jsb input,
.herospin-wk2jsb textarea,
.herospin-wk2jsb 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;
}
.herospin-wk2jsb button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.herospin-c6x8jc ease;
}
.herospin-wk2jsb button:hover {
  background-color: var(--button-bg-hover);
}
.herospin-or4ta5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.herospin-hqpmbe ease-in;
}

.herospin-or4ta5 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;
}
.herospin-r21ys9, .herospin-6fy3yj, [class*="review-card"],
thead, thead th, table th, .herospin-9ja0wz,
.herospin-jlov3v, [class*="collapsible-header"],
.herospin-sexxgs, [class*="updated-block"] {
  color: #ece7dc !important;
}
