* {
  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;
  }
}

.woo-5icdzw {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .woo-5icdzw {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .woo-5icdzw {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.woo-foejkd {
  overflow: hidden;
}

.woo-ytskld img {
  background: var(--Neutral-300);
}

.woo-jqy5wk {
  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;
}

.woo-8tbyz0 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.woo-8tbyz0:hover {
  background: var(--button-bg-hover);
}

.woo-5v6d2k {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.woo-5v6d2k:hover {
  background: var(--button-bg-hover);
}

.woo-xxzsoc {
  font-size: 12px;
  line-height: 18px;
}

.woo-mjhlmo {
  font-size: 18px;
  line-height: 26px;
}

.woo-o02sh4 {
  width: 100%;
}

.woo-y32w5o {
  padding: 6px 16px;
}

.woo-epq06q {
  padding: 10px 16px;
}

.woo-ncm511 {
  padding: 15px 26px;
}

.woo-2recv7 {
  flex-shrink: 0;
}

.woo-amyl8m {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.woo-0ilakq {
  display: none;
}

.woo-nvybu9 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.woo-a9folq {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.woo-vidc54 {
  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;
}

.woo-xs46p8 {
  cursor: grab;
}

.woo-vidc54::-webkit-scrollbar {
  display: none;
}

.woo-03y66o {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.woo-wjf5pu {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.woo-32ni4t {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.woo-a4egeb {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.woo-sf8vml {
  visibility: visible;
}

.woo-v3axkx {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.woo-k25ybv ease;
}

.woo-1jk7oo {
  background-color: var(--Primary-200);
  width: 16px;
}

.woo-5wqwwy {
  -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.woo-k25ybv,
    mask-image 0.3s;
}

.woo-5wqwwy.woo-moht70 {
  -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;
  }
}

.woo-la7glx: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;
}

.woo-n5omqf {
  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.woo-5teajd.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.woo-5teajd.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;
}

.woo-enpzuw {
  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);
}

.woo-enpzuw::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%
  );
}

.woo-d9gx8v {
  position: relative;
  z-index: 1;
}

.woo-txlebs {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.woo-gvjpux {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.woo-ss0ynx {
  font-size: 40px;
  line-height: 48px;
}

.woo-wvdygp {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.woo-9qvd5j {
  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;
}

.woo-9qvd5j:hover {
  background: var(--Primary-400);
}

.woo-9qvd5j svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.woo-la7glx 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) {
  .woo-enpzuw {
    max-width: 600px;
    padding: 64px;
  }

  .woo-txlebs {
    font-size: 24px;
    line-height: 32px;
  }

  .woo-gvjpux {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .woo-ss0ynx {
    font-size: 50px;
    line-height: 56px;
  }

  .woo-wvdygp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .woo-n5omqf {
    top: 25px;
    right: 25px;
  }
}

.woo-ytmxci,
.woo-hdl2sk {
  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;
}

.woo-rxs3mw.woo-omolay::before,
.woo-hdl2sk::before,
.woo-uq45zb::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.woo-5teajd.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.woo-uno7lt 14.woo-oscz4j.woo-m1jjc4 14.woo-zd9pxy 15.woo-buzvsk 14.woo-iffel4 15.woo-snnnfa 14.woo-0vq98o.woo-up2oxr 14.woo-pw6cgs 19.woo-8l4rcb 12.woo-rdbyjk 19.woo-8l4rcb 10.woo-eb3rv3.woo-8l4rcb 8.woo-754nyy 17.woo-s997df 7.woo-bmfz20 15.woo-tev5wu 7.woo-nc04oq.woo-ngar3k 7.woo-bmfz20 11.woo-50mafw 8.woo-754nyy 11.woo-50mafw 10.woo-r723db.woo-50mafw 12.woo-v8t47n 13.woo-9tyq9r 14.woo-x5gala 15.woo-z6f2mj 14.woo-s7pyvm.woo-kwfcz1 14.woo-c7hat5 15.woo-s3f5go 14.woo-p9w7wp 15.woo-9adjhx 14.woo-fcj1rp.woo-uno7lt 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.woo-msw48c 15.woo-3xvkuh.woo-1qaljt 15.woo-pb2w2v 15.woo-q4t57o 15.woo-4w6h2b 15.woo-fsu2z8 15.woo-qihk3c.woo-m3ckuj 15.woo-4w6h2b 15.woo-t0c4iv 15.woo-iov0b4 15.woo-3jd016 15.woo-vwfbzh.woo-j0y3i5 15.woo-buek82 7.woo-rym4iw 18.woo-uju6s8 7.woo-11pec1 23.woo-5412sp.woo-6sv8qu.woo-y9vdkd 18.woo-osvg88 19.woo-fylo5g 15.woo-edxq7p 15.woo-msw48c 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.woo-q4lnu8 [type="submit"] *,
.woo-wpbf5s button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .woo-t724gv {
    display: none;
  }
}

.woo-s7t2r6 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .woo-s7t2r6 {
  display: none;
}

@media (min-width: 768px) {
  .woo-s7t2r6 {
    bottom: 22px;
  }
}

.woo-s7t2r6 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .woo-s7t2r6 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.woo-a3so93.static) .woo-s7t2r6 {
    bottom: 8px;
  }
}

.woo-xvnkwj {
  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.woo-5teajd.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.woo-c1zr5n 3.woo-404n0s.woo-noslbv.woo-t9u03h 3.woo-cvf2tj 3.woo-5ap3si 5.woo-fcbuc2 3.woo-5ap3si 8.woo-d664lb.woo-ri33mk.woo-5ap3si 26.woo-ctn4y7 5.woo-qnjqfe 28.woo-dtnpy2 8.woo-do2em7 28.woo-8skz7f.woo-bbnq3j 28.woo-un5e1r.woo-jnzbof 34.woo-eronmi.woo-bg32wb 36.woo-z3kaxs 11.woo-nq00pt 37.woo-r49xkb 12.woo-sxw4hr 36.woo-pd6nru.woo-0tuuqn 28.woo-2myjqd.woo-lnquab.woo-q3iydc 28.woo-04xbfd 36.woo-rwjn9s 26.woo-bdvm1q 36.woo-rwjn9s 23.woo-6d7wei.woo-z550e5.woo-rwjn9s 5.woo-8mnvor 34.woo-ykhdxn 3.woo-cvf2tj 31.woo-c1zr5n 3.woo-ir4vq4.woo-0813fc 18.woo-sfd0c6.woo-6hpizy 18.woo-wtwhj3 8.woo-9lsg60 17.woo-4feqjw 8.woo-9lsg60 15.woo-sr4u7b.woo-9lsg60 14.woo-xhxzt6 9.woo-6hpizy 13.woo-m92wb4 11.woo-0813fc 13.woo-vz6a7w.woo-edpl69 13.woo-m92wb4 13.woo-mt1l69 14.woo-xhxzt6 13.woo-mt1l69 15.woo-1kilz2.woo-mt1l69 17.woo-4feqjw 12.woo-edpl69 18.woo-wtwhj3 11.woo-0813fc 18.woo-84npat.woo-nl4vq0 18.woo-bg99yx.woo-digrsr 18.woo-wtwhj3 17.woo-11ni2w 17.woo-4feqjw 17.woo-11ni2w 15.woo-9okgxu.woo-11ni2w 14.woo-xhxzt6 18.woo-digrsr 13.woo-m92wb4 20.woo-nl4vq0 13.woo-3eovm1.woo-xmglb0 13.woo-m92wb4 22.woo-vnf4qn 14.woo-xhxzt6 22.woo-vnf4qn 15.woo-kaw8hs.woo-vppzee 17.woo-4feqjw 21.woo-xmglb0 18.woo-wtwhj3 20.woo-nl4vq0 18.woo-adfb38.woo-gr4v6z 18.woo-97hmui.woo-1orgnx 18.woo-wtwhj3 26.woo-nrzlsv 17.woo-4feqjw 26.woo-nrzlsv 15.woo-dbr0v1.woo-nrzlsv 14.woo-xhxzt6 27.woo-1orgnx 13.woo-m92wb4 28.woo-gr4v6z 13.woo-ctx0qd.woo-ufo3my 13.woo-m92wb4 31.woo-4mkwiv 14.woo-xhxzt6 31.woo-4mkwiv 15.woo-k5wdgi.woo-nrzlsv 17.woo-4feqjw 30.woo-ufo3my 18.woo-wtwhj3 28.woo-gr4v6z 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"])
    .woo-xvnkwj {
    display: none;
  }
}

.woo-ed0hag {
  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) {
  .woo-ed0hag {
    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;
}

.woo-wpbf5s {
  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) {
  .woo-wpbf5s {
    padding: 14px 16px;
  }
}

.woo-wpbf5s button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.woo-wpbf5s button:first-child {
  align-content: end;
}

.woo-wpbf5s button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .woo-wpbf5s
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .woo-wpbf5s
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.woo-wpbf5s button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.woo-wpbf5s button:last-child svg {
  width: 38px;
  height: 38px;
}

.woo-uq45zb {
  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;
}

.woo-uq45zb::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .woo-uq45zb,
.pc61d126-chatbot[data-active-screen="3"]
  .woo-uq45zb {
  opacity: 1;
  visibility: visible;
}

.woo-t91xx8 {
  flex: 1 1;
}

.woo-bdt5t7 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .woo-bdt5t7 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .woo-goi4rk {
  display: block;
}

.woo-67z3ec {
  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) {
  .woo-67z3ec {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.woo-hdl2sk {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.woo-hdl2sk::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.woo-sj4e33 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.woo-sj4e33 p {
  color: var(--Text-100);
}

.woo-hdl2sk .woo-tosrxp {
  grid-area: button;
}

.woo-hdl2sk .woo-tosrxp::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.woo-5teajd.org/2000/svg'%3E%3Cpath d='M4.woo-8t0c0f 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.woo-cpx597 15L16.woo-cpx597 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.woo-cpx597 5L16.woo-cpx597 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .woo-sbsop0 {
  display: block;
}

.woo-567w60 {
  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) {
  .woo-567w60 {
    margin-top: 40px;
  }
}

.woo-ytmxci label,
.woo-ytmxci input {
  display: block;
  width: 100%;
}

.woo-ytmxci label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.woo-ytmxci label.woo-80mvh0 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.woo-ytmxci label.woo-80mvh0::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;
}

.woo-ytmxci 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;
}

.woo-ytmxci input::placeholder {
  color: var(--Text-400);
}

.woo-fw0uff {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .woo-fw0uff {
  display: flex;
}

.woo-fw0uff ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .woo-fw0uff ol {
    height: 420px;
    padding: 24px;
  }
}

.woo-fw0uff ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.woo-q4lnu8 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .woo-q4lnu8 {
    padding: 0 24px 24px;
  }
}

.woo-q4lnu8 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;
}

.woo-q4lnu8 input::placeholder {
  color: var(--Text-400);
}

.woo-q4lnu8 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.woo-q4lnu8 [type="submit"]:disabled {
  opacity: 0.5;
}

.woo-q4lnu8 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .woo-q4lnu8 [type="submit"] {
    right: 40px;
  }
}

.woo-rxs3mw {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.woo-rxs3mw.woo-omolay {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.woo-rxs3mw.woo-omolay::before {
  content: "";
  width: 31px;
}

.woo-rxs3mw.woo-omolay p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.woo-rxs3mw.woo-ixcepa p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.woo-rxs3mw p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.woo-s7t2r6 .woo-tosrxp {
  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;
  }
}

.woo-t724gv {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .woo-t724gv {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .woo-t724gv {
    padding: 18px 0;
  }
}

.woo-t724gv .woo-5icdzw {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .woo-t724gv .woo-5icdzw {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.woo-q3nez6 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .woo-q3nez6 {
    max-width: 160px;
    height: 40px;
  }
}

.woo-q3nez6 picture,
.woo-q3nez6 img {
  display: block;
  width: 100%;
  height: 100%;
}

.woo-q3nez6 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .woo-gtfmvv {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.woo-k25ybv ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .woo-t724gv.woo-wr57lx .woo-gtfmvv {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .woo-gtfmvv {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .woo-gtfmvv {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.woo-o6k51q,
.woo-bxjpxc {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .woo-o6k51q,
  .woo-bxjpxc {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .woo-bxjpxc {
    display: none;
  }
}

.woo-gbixmw {
  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;
}

.woo-wr57lx .woo-gbixmw {
  background: var(--fh-bg-color);
}

.woo-gbixmw button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .woo-gbixmw {
    display: none;
  }
}

.woo-9qaz8w {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .woo-9qaz8w {
    display: none;
  }
}

.woo-3h4dyz {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.woo-t724gv.woo-wr57lx .woo-3h4dyz:first-child {
  display: none;
}

.woo-t724gv.woo-wr57lx .woo-3h4dyz:last-child {
  display: block;
}

.woo-3h4dyz:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .woo-3h4dyz {
    display: none;
  }
}

.woo-cm2r2n {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .woo-cm2r2n {
    display: flex;
  }
}

.woo-cm2r2n ul {
  max-height: 350px;
  overflow-y: auto;
}

.woo-cm2r2n:hover ul {
  visibility: visible;
  opacity: 1;
}

.woo-cm2r2n:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.woo-cm2r2n:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.woo-cm2r2n:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.woo-cm2r2n:hover .woo-gmfthk svg {
  transform: rotate(180deg);
}

.woo-8dtxes {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.woo-wloojj {
  padding: 0 8px;
}

.woo-v511n2 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.woo-v511n2:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .woo-v511n2 {
    padding: 4px 8px;
  }
}

.woo-vhn2ur {
  display: flex;
}

.woo-vhn2ur img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.woo-gmfthk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.woo-gmfthk svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.woo-pceo8g {
  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) {
  .woo-pceo8g {
    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;
  }
}

.woo-g8dj0n {
  width: 100%;
}

@media (min-width: 1200px) {
  .woo-g8dj0n {
    display: none;
  }
}

.woo-6omuxa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.woo-tpjyws {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.woo-ski0ty {
  display: flex;
}

.woo-yh5mf2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.woo-xlf3x0 {
  list-style: none;
}

@media (max-width: 1199px) {
  .woo-xlf3x0 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .woo-xlf3x0 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .woo-xlf3x0 .woo-s2pck3 [data-ref-el],
  .woo-xlf3x0 .woo-s2pck3 span,
  .woo-xlf3x0 .woo-s2pck3 a {
    white-space: nowrap;
  }
}

.woo-vjfqzu {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .woo-vjfqzu.woo-y5l4vr > .woo-s2pck3 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .woo-vjfqzu.woo-sx73as:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .woo-vjfqzu.woo-y5l4vr > .woo-dvsxuu {
    height: auto;
  }

  .woo-vjfqzu.woo-y5l4vr > div > .woo-93czh4 {
    transform: rotate(180deg);
  }
}

.woo-vjfqzu [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.woo-vjfqzu [data-ref-el],
.woo-vjfqzu span {
  cursor: pointer;
}

.woo-vjfqzu [data-ref-el],
.woo-vjfqzu span,
.woo-vjfqzu a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .woo-vjfqzu [data-ref-el],
  .woo-vjfqzu span,
  .woo-vjfqzu a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .woo-vjfqzu [data-ref-el],
  .woo-vjfqzu span,
  .woo-vjfqzu a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.woo-dvsxuu {
  height: 0;
  overflow: hidden;
  transition: height 0.woo-k25ybv ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.woo-dvsxuu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.woo-dvsxuu::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.woo-dvsxuu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .woo-dvsxuu {
    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;
  }

  .woo-dvsxuu:has(> .woo-vjfqzu.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .woo-dvsxuu .woo-dvsxuu {
    padding: 0;
  }

  .woo-dvsxuu .woo-vjfqzu {
    font-weight: 400;
  }

  .woo-dvsxuu .woo-vjfqzu:hover > .woo-s2pck3 {
    background: var(--Neutral-300);
  }

  .woo-dvsxuu .woo-93czh4 {
    rotate: -90deg;
  }
}

.woo-s2pck3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .woo-s2pck3 {
    padding: 8px;
  }

  .woo-vjfqzu.woo-aj12sa > .woo-s2pck3 {
    background: var(--Neutral-300);
  }
}

.woo-93czh4 {
  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.woo-5teajd.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.woo-kinu9i 0.woo-tjcycg.woo-6uk83h -0.woo-jqnwa8 0.woo-7rcjfv -0.woo-jqnwa8 1.woo-ehbiln 0.woo-r48zcx.woo-7a7ryg 4.woo-zblwmd.woo-kinu9i 0.woo-euvqbd.woo-fzjv2s -0.woo-jqnwa8 9.woo-091c12 -0.woo-jqnwa8 10.woo-jdc6wx 0.woo-si25h0.woo-hnrvaa 0.woo-6uk83h 10.woo-hnrvaa 0.woo-7rcjfv 10.woo-jdc6wx 1.woo-88w7vh.woo-c91x8b 5.woo-ozf9vw.woo-0nrp4c 6.woo-t98itp 5.woo-7u3yqu 6.woo-t98itp 4.woo-mlgf3v 5.woo-mmxxo2.woo-kinu9i 1.woo-c7oiyn.woo-jqnwa8 0.woo-7rcjfv -0.woo-jqnwa8 0.woo-6uk83h 0.woo-kinu9i 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.woo-k25ybv ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .woo-93czh4 {
    cursor: default;
  }
}

.woo-otkjm2 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.woo-0wmozh {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .woo-0wmozh {
    padding: 40px 4px;
  }
}

.woo-rv9xtq {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .woo-rv9xtq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.woo-hid0yr {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .woo-hid0yr {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.woo-hid0yr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.woo-hid0yr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.woo-hid0yr [data-ref-el],
.woo-hid0yr span,
.woo-hid0yr a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.woo-39ap8t {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .woo-39ap8t {
    margin-bottom: 12px;
  }
}

.woo-9ekx3c {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.woo-9ekx3c img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .woo-9ekx3c:last-child {
    margin-right: 0;
  }
}

.woo-0r3g2i {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.woo-39ap8t:hover .woo-qbe3fc {
  visibility: visible;
  opacity: 1;
}

.woo-qbe3fc {
  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);
}

.woo-uek081 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.woo-yufryp {
  display: flex;
  margin: 6px;
}

.woo-yufryp img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.woo-qbe3fc::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);
}

.woo-qbe3fc::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);
}

.woo-41dqfr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .woo-41dqfr {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.woo-bcfgnf {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .woo-bcfgnf {
    margin-right: 32px;
  }
}

.woo-ji174x {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .woo-ji174x {
    margin-top: 0;
    width: 340px;
  }
}

.woo-ji174x a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.woo-pfhoiq {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.woo-adp1fb {
  position: relative;
}

@media (min-width: 768px) {
  .woo-adp1fb {
    margin-top: 40px;
  }
}

.woo-adp1fb + .woo-694qro,
.woo-adp1fb + .woo-adp1fb {
  margin-top: 24px;
}

.woo-igvm6x {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .woo-igvm6x {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .woo-igvm6x {
    padding: 80px;
  }
}

.woo-bjtakf {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .woo-bjtakf {
    padding: 0 16px;
}


}

.woo-vvambu {
  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) {
  .woo-vvambu {
    font-size: 48px;
    line-height: 56px;
  }
}

.woo-ebd420 {
  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) {
  .woo-ebd420 {
    font-size: 24px;
    line-height: 32px;
  }
}

.woo-nhdaiy {
  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;
}

.woo-nhdaiy:hover {
  background: var(--button-bg-hover);
}

.woo-xjiqhw {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.woo-xjiqhw img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .woo-xjiqhw img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .woo-xjiqhw img {
  min-height: 100%;
  }
}

.woo-igvm6x::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.woo-r0hqqv {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.woo-r0hqqv h1,
.woo-r0hqqv h2,
.woo-r0hqqv h3,
.woo-r0hqqv h4 {
  margin-bottom: 6px;
}

.woo-r0hqqv h1:not(:first-child),
.woo-r0hqqv h2:not(:first-child),
.woo-r0hqqv h3:not(:first-child),
.woo-r0hqqv h4:not(:first-child) {
  margin-top: 16px;
}

.woo-r0hqqv h1,
.woo-r0hqqv h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .woo-r0hqqv h1,
  .woo-r0hqqv h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.woo-r0hqqv h2,
.woo-r0hqqv h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .woo-r0hqqv h2,
  .woo-r0hqqv h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.woo-r0hqqv h3,
.woo-r0hqqv h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .woo-r0hqqv h3,
  .woo-r0hqqv h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.woo-r0hqqv h4,
.woo-r0hqqv h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.woo-r0hqqv ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.woo-r0hqqv ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.woo-r0hqqv 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);
}

.woo-r0hqqv ul ul {
  margin-bottom: 8px;
}

.woo-r0hqqv ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.woo-r0hqqv ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.woo-r0hqqv ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.woo-r0hqqv ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.woo-r0hqqv ol li::marker {
  font-weight: 700;
}

.woo-r0hqqv ol ol {
  margin-bottom: 8px;
}

.woo-r0hqqv ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.woo-r0hqqv ol ul li {
  padding-left: 16px;
}

.woo-r0hqqv 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) {
  .woo-r0hqqv table {
    padding: 24px;
  }
}

.woo-r0hqqv table.woo-xsppjn {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.woo-k25ybv,
    mask-image 0.3s;
}

.woo-r0hqqv table.woo-xsppjn.woo-moht70 {
  -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) {
  .woo-r0hqqv table {
    display: table;
  }
}

.woo-r0hqqv 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);
}

.woo-r0hqqv table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.woo-r0hqqv table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.woo-r0hqqv 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) {
  .woo-r0hqqv table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.woo-r0hqqv table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.woo-r0hqqv table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.woo-r0hqqv table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.woo-r0hqqv img {
  max-width: 100%;
  height: auto;
}

.woo-jzsmse {
  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) {
  .woo-jzsmse {
    padding: 24px;
  }
}

.woo-vnind9 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .woo-vnind9 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.woo-vnind9 > * {
  margin: 0 !important;
}

.woo-vnind9 img,
.woo-t4jv0n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .woo-vnind9 img,
  .woo-t4jv0n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.woo-n31i2t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .woo-n31i2t {
    width: 32px;
    height: 32px;
  }
}

.woo-x73chy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.woo-x73chy .woo-220lx5 {
  flex-shrink: 0;
}

.woo-x73chy .woo-071kku svg {
  display: none;
}

.woo-8xwnmx {
  display: grid;
  transition: max-height 0.woo-k25ybv ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .woo-8xwnmx {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .woo-8xwnmx {
    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));
  }
}

.woo-8xwnmx.woo-4nwpqn + .woo-220lx5 svg {
  transform: rotate(180deg);
}

.woo-l1l7qc {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.woo-l1l7qc > div:nth-child(3n) {
  grid-column: span 2;
}

.woo-l1l7qc
  > div:nth-child(3n)
  .woo-srbg3s
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .woo-l1l7qc {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .woo-l1l7qc > div:nth-child(3n) {
    grid-column: unset;
  }

  .woo-l1l7qc
    > div:nth-child(3n)
    .woo-srbg3s
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .woo-l1l7qc {
    max-width: 270px;
  }
}

.woo-l1l7qc .woo-srbg3s button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .woo-l1l7qc .woo-srbg3s button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .woo-l1l7qc .woo-srbg3s button {
    max-width: 104px;
  }
}

.woo-zp77m9 {
  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) {
  .woo-zp77m9 {
    margin-bottom: 0;
  }
}

.woo-tw5rxg {
  display: none;
  opacity: 0;
}

.woo-wn6fz6 {
  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;
  }
}

.woo-wn6fz6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.woo-srbg3s {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.woo-srbg3s button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .woo-srbg3s
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .woo-srbg3s
    button {
    max-width: 145px;
  }
}

.woo-kiszhu:first-child
  .woo-srbg3s
  button {
  max-width: 270px;
}

.woo-z15umo {
  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%;
}

.woo-zp77m9 picture {
  width: 100%;
  max-width: 100%;
}

.woo-w8quop {
  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;
}

.woo-w8quop svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.woo-zp77m9:hover .woo-w8quop {
  display: flex;
}

.woo-rio16x {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.woo-jf6ose {
  display: flex;
}

.woo-jf6ose:hover .woo-elm250,
.woo-jf6ose .woo-aj12sa .woo-elm250 {
  display: flex;
}

.woo-jf6ose svg {
  flex-shrink: 0;
}

.woo-elm250 {
  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) {
  .woo-elm250 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.woo-elm250:hover {
  display: flex;
}

.woo-elm250 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.woo-1ky0f1 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .woo-1ky0f1 {
    font-size: 12px;
  }
}

.woo-gkfnn8,
.woo-g87fym {
  width: 50%;
  flex-shrink: 0;
}

.woo-gkfnn8 {
  font-weight: 700;
}

.woo-1q9nml .woo-8xwnmx {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .woo-1q9nml .woo-8xwnmx {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .woo-1q9nml .woo-8xwnmx {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.woo-1q9nml
  .woo-z15umo:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.woo-1q9nml .woo-wn6fz6 {
  height: 100% !important;
  border-radius: 16px;
}

.woo-1q9nml .woo-srbg3s {
  gap: 4px;
  align-items: center;
}

.woo-1q9nml .woo-srbg3s button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woo-1q9nml .woo-srbg3s svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.woo-1q9nml .woo-7xh5jm,
.woo-1q9nml .woo-7lusax {
  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.woo-5teajd.org/2000/svg'%3E%3Cpath d='M9.woo-t7639w 4.woo-ll6gwf.woo-xcbhoq 5.woo-97twvz.woo-ai1zbu 5.woo-3k16w3.woo-8d9afc 5.woo-4ecfww.woo-e4pqh9 8.woo-tc4aw6.woo-2rn8sa 9.woo-du4qgi.woo-huajvb 9.woo-vpnu74.woo-qq1jo6 13.woo-mroa51.woo-ahf8yg 11.woo-ornx8q.woo-ev2i1h 11.woo-ctonyk.woo-8tczwl 11.woo-eyxhm3.woo-ortvgv 13.woo-laxwx5.woo-sl8r9b 9.woo-thi8qt.woo-kx9we7 9.woo-zdc1f2.woo-pr2pi1 8.woo-h9wxb9.woo-edz1gx 5.woo-0tv5vi.woo-p3sc1y 5.woo-rjbmqi.woo-fc8l8t 5.woo-52q80a.woo-hlplyd 4.woo-cgt5ft.woo-ev2i1h 1.woo-jlj2fg.woo-t7639w 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.woo-1q9nml .woo-7xh5jm {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.woo-1q9nml .woo-7lusax {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.woo-rgriin {
  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) {
  .woo-rgriin {
    padding: 24px;
  }
}

.woo-rgriin .woo-220lx5 {
  display: flex;
}

@media (min-width: 768px) {
  .woo-rgriin .woo-220lx5 {
    display: none;
  }
}

.woo-rgriin .woo-071kku svg {
  display: none;
}

.woo-4z7b12 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.woo-4z7b12 .woo-jqy5wk {
  display: none;
}

@media (min-width: 768px) {
  .woo-4z7b12 .woo-jqy5wk {
    display: flex;
  }
}

.woo-wo374n {
  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) {
  .woo-wo374n {
    font-size: 40px;
    line-height: 48px;
  }
}

.woo-wo374n > * {
  margin: 0 !important;
}

.woo-wo374n img,
.woo-kgfzjv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .woo-wo374n img,
  .woo-kgfzjv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.woo-jhdaln {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .woo-jhdaln {
    width: 32px;
    height: 32px;
  }
}

.woo-2y3w42 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .woo-2y3w42 {
    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;
  }

  .woo-2y3w42::-webkit-scrollbar {
    display: none;
  }
}

.woo-k9f20t {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .woo-k9f20t {
    padding: 7px 15px;
  }
}

.woo-k9f20t:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.woo-8povvj {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .woo-8povvj {
    display: flex;
    opacity: 1;
  }
}

.woo-k9f20t picture {
  height: 100%;
  display: block;
}

.woo-k9f20t img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .woo-k9f20t img {
    width: 88px;
    height: 44px;
  }
}

.woo-k9f20t p {
  text-align: center;
  width: 100%;
}

.woo-aq4nkb {
  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) {
  .woo-aq4nkb {
    font-size: 40px;
    line-height: 48px;
  }
}

.woo-aq4nkb img,
.woo-rjca5o {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .woo-aq4nkb img,
  .woo-rjca5o {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.woo-q95tf8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .woo-q95tf8 {
    width: 32px;
    height: 32px;
  }
}

.woo-mvkf7b {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.woo-ifl9du {
  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;
}

.woo-0dp76l {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.woo-0dp76l.woo-aj12sa {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.woo-8ft6c8 {
  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) {
  .woo-8ft6c8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.woo-0fb3mk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.woo-8ibude {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.woo-k25ybv ease;
  opacity: 0;
  color: var(--text-color);
}

.woo-ajtnhn {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.woo-ajtnhn ol,
.woo-ajtnhn ul {
  padding-left: 1.3em;
}

.woo-0dp76l.woo-aj12sa .woo-8ibude {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.woo-0dp76l.woo-aj12sa .woo-0fb3mk {
  transform: rotate(180deg);
  color: var(--text-color);
}

.woo-8hmdyq {
  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) {
  .woo-8hmdyq {
    padding: 24px;
  }
}

.woo-8hmdyq .woo-220lx5 {
  display: flex;
}

@media (min-width: 768px) {
  .woo-8hmdyq .woo-220lx5 {
    display: none;
  }
}

.woo-8hmdyq .woo-071kku svg {
  display: none;
}

.woo-9wxxbl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woo-9wxxbl .woo-jqy5wk {
  display: none;
}

@media (min-width: 768px) {
  .woo-9wxxbl .woo-jqy5wk {
    display: flex;
  }
}

.woo-z7kp5f {
  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) {
  .woo-z7kp5f {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.woo-z7kp5f > * {
  margin: 0 !important;
}

.woo-z7kp5f img,
.woo-zlrlug {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .woo-z7kp5f img,
  .woo-zlrlug {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.woo-a29gkw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .woo-a29gkw {
    width: 32px;
    height: 32px;
  }
}

.woo-2qa3si {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .woo-2qa3si {
    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;
  }

  .woo-2qa3si::-webkit-scrollbar {
    display: none;
  }
}

.woo-zlayuo {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.woo-zlayuo:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.woo-uq5abr {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .woo-uq5abr {
    display: flex;
    opacity: 1;
  }
}

.woo-zlayuo picture {
  width: auto;
  height: 100%;
  display: block;
}

.woo-zlayuo picture img {
  display: block;
  width: auto;
  height: 100%;
}

.woo-1iw1gx {
  margin: -24px 0;
}

.woo-1iw1gx:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .woo-1iw1gx {
    margin: -16px 0;
  }
}

.woo-dhp52k {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .woo-dhp52k {
    flex-direction: row;
  }
}

.woo-qn95jt {
  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) {
  .woo-qn95jt {
    flex: 1;
  }
}

.woo-qn95jt::placeholder {
  color: var(--Text-400);
}

.woo-jbgt2g {
  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;
}

.woo-s4jb90 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.woo-s4jb90::-webkit-scrollbar {
  display: none;
}

.woo-ma2gkw {
  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;
}

.woo-ma2gkw img,
.woo-ma2gkw svg {
  margin-right: 8px;
}

.woo-r011k5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.woo-1iw1gx + .woo-fyy7ux {
  margin-top: 0;
}

@media (min-width: 768px) {
  .woo-1iw1gx + .woo-fyy7ux {
    margin-top: -16px;
  }
}

.woo-rqho0h {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.woo-rqho0h > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.woo-rqho0h > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.woo-e7mtmn {
  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;
}

.woo-t44k8a {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.woo-mlg3g3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.woo-n7cw83 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.woo-jcq6n2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.woo-e7mtmn 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;
}

.woo-e7mtmn 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) {
  .woo-e7mtmn {
    padding: 39px 179px 39px 39px;
  }

  .woo-t44k8a {
    font-size: 40px;
    line-height: 48px;
  }

  .woo-jcq6n2 {
    height: 348px;
  }

  .woo-e7mtmn button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .woo-e7mtmn button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .woo-e7mtmn {
    padding: 63px;
  }
}

.woo-p0ew5x {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .woo-p0ew5x {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.woo-vvdkvd {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .woo-vvdkvd {
    width: auto;
  }
}

.woo-nuhk9s {
  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;
}

.woo-nuhk9s::-webkit-scrollbar {
  display: none;
}

.woo-nuhk9s 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);
}

.woo-nuhk9s a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .woo-nuhk9s {
    margin-left: 16px;
    margin-top: 0;
  }
}

.woo-p0ew5x .woo-dayvc7 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.woo-k25ybv,
    mask-image 0.3s;
}

.woo-p0ew5x .woo-dayvc7.woo-moht70 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.woo-0aa8mh {
  margin: 40px -16px;
}

.woo-exk0sx + .woo-694qro,
.woo-exk0sx + .woo-adp1fb {
  margin-top: 24px;
}

.woo-549mep {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.woo-549mep picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.woo-zmo496 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .woo-zmo496 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .woo-zmo496 {
    margin-top: 0;
  }
}

.woo-y4uxw5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .woo-y4uxw5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.woo-jreml2 {
  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) {
  .woo-jreml2 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.woo-yo1vf4 {
  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) {
  .woo-yo1vf4 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.woo-1vi6yu {
  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) {
  .woo-1vi6yu {
    font-size: 20px;
    line-height: 28px;
  }
}

.woo-q4w0ry {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .woo-q4w0ry {
    font-size: 32px;
    line-height: 40px;
  }
}

.woo-mayl55 {
  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;
}

.woo-tv79fx {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.woo-tv79fx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.woo-fyy7ux {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.woo-d4a5yt {
  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) {
  .woo-d4a5yt {
    padding: 15px 48px;
  }
}

main > .woo-fyy7ux {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .woo-8xwnmx.woo-s24m4i > div:nth-child(n+5) {
    display: none;
  }
}

.woo-r0hqqv p a img {
  display: block;
  margin: 0 auto;
}


.woo-fl57qd {
  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 */
.woo-3f5i4o {
  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;
}

.woo-3f5i4o label {
  font-size: 14px;
}

.woo-3f5i4o h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.woo-3f5i4o input,
.woo-3f5i4o textarea,
.woo-3f5i4o 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;
}
.woo-3f5i4o button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.woo-e2m15k ease;
}
.woo-3f5i4o button:hover {
  background-color: var(--button-bg-hover);
}
.woo-m1g1r2 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.woo-a27qdf ease-in;
}

.woo-m1g1r2 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;
}
.woo-37b6ih, .woo-yqvrkw, [class*="review-card"],
thead, thead th, table th, .woo-uul60u,
.woo-137eqq, [class*="collapsible-header"],
.woo-3mrxwv, [class*="updated-block"] {
  color: #ece7dc !important;
}
