* {
  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-639j28 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .woo-639j28 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .woo-639j28 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.woo-hddvc8 {
  overflow: hidden;
}

.woo-j491k8 img {
  background: var(--Neutral-300);
}

.woo-lu8w7s {
  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-se03r3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.woo-se03r3:hover {
  background: var(--button-bg-hover);
}

.woo-gmdspm {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.woo-gmdspm:hover {
  background: var(--button-bg-hover);
}

.woo-wjzuob {
  font-size: 12px;
  line-height: 18px;
}

.woo-b0p5ek {
  font-size: 18px;
  line-height: 26px;
}

.woo-cw9tcr {
  width: 100%;
}

.woo-8x7kw2 {
  padding: 6px 16px;
}

.woo-po8epf {
  padding: 10px 16px;
}

.woo-xypjw4 {
  padding: 15px 26px;
}

.woo-fdqluk {
  flex-shrink: 0;
}

.woo-nmmasy {
  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-izjp8h {
  display: none;
}

.woo-yo1661 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.woo-y65ets {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.woo-idi21h {
  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-k8zks6 {
  cursor: grab;
}

.woo-idi21h::-webkit-scrollbar {
  display: none;
}

.woo-n23ppz {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.woo-zcivgb {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.woo-xqbwyr {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.woo-t1m064 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.woo-si4xbf {
  visibility: visible;
}

.woo-mj9xld {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.woo-edjnx6 ease;
}

.woo-ktjaok {
  background-color: var(--Primary-200);
  width: 16px;
}

.woo-ivb395 {
  -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-edjnx6,
    mask-image 0.3s;
}

.woo-ivb395.woo-4jby6p {
  -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-qtuq8g: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-nzjwpy {
  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-fq6a89.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-fq6a89.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-zuf587 {
  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-zuf587::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-hcb9eu {
  position: relative;
  z-index: 1;
}

.woo-ucuxq7 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.woo-go9azg {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.woo-odo7q8 {
  font-size: 40px;
  line-height: 48px;
}

.woo-qw5knp {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.woo-f9gvo8 {
  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-f9gvo8:hover {
  background: var(--Primary-400);
}

.woo-f9gvo8 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.woo-qtuq8g 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-zuf587 {
    max-width: 600px;
    padding: 64px;
  }

  .woo-ucuxq7 {
    font-size: 24px;
    line-height: 32px;
  }

  .woo-go9azg {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .woo-odo7q8 {
    font-size: 50px;
    line-height: 56px;
  }

  .woo-qw5knp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .woo-nzjwpy {
    top: 25px;
    right: 25px;
  }
}

.woo-i3keof,
.woo-oi43v2 {
  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-9xgtln.woo-5pg49b::before,
.woo-oi43v2::before,
.woo-elus2c::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-fq6a89.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.woo-grclks 14.woo-m0ys0d.woo-84zk8d 14.woo-d4g1s4 15.woo-tj67et 14.woo-4khs6k 15.woo-l06tto 14.woo-icdtjm.woo-pzd3l2 14.woo-bbybee 19.woo-mj3t2m 12.woo-4j30qw 19.woo-mj3t2m 10.woo-kbf9ct.woo-mj3t2m 8.woo-etl94t 17.woo-z74c5r 7.woo-jr80wm 15.woo-w83rom 7.woo-dmsub1.woo-nr4wm1 7.woo-jr80wm 11.woo-d1t9nl 8.woo-etl94t 11.woo-d1t9nl 10.woo-nv1lk9.woo-d1t9nl 12.woo-oabkov 13.woo-yyxet4 14.woo-9ewt0i 15.woo-hllqpn 14.woo-gyk4br.woo-6wta4z 14.woo-wcq31q 15.woo-oprqvn 14.woo-lbt7zd 15.woo-la9d1l 14.woo-5f7byq.woo-grclks 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.woo-cu0cps 15.woo-vg793i.woo-srdcac 15.woo-o21k9i 15.woo-5tk26d 15.woo-37cu1n 15.woo-e7rdfo 15.woo-126whg.woo-qjez4r 15.woo-37cu1n 15.woo-hhbhnd 15.woo-zrl8cs 15.woo-0ykm8m 15.woo-9vt5n9.woo-4gsgwn 15.woo-95mhue 7.woo-4k5tus 18.woo-8qnzcv 7.woo-d71u8y 23.woo-c2f9ga.woo-j36arw.woo-28c47b 18.woo-7mmndr 19.woo-ts12ed 15.woo-4d7bdu 15.woo-cu0cps 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.woo-39jhdv [type="submit"] *,
.woo-qx41q0 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .woo-lwskqo {
    display: none;
  }
}

.woo-e74tp5 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .woo-e74tp5 {
  display: none;
}

@media (min-width: 768px) {
  .woo-e74tp5 {
    bottom: 22px;
  }
}

.woo-e74tp5 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .woo-e74tp5 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.woo-j1e1q6.static) .woo-e74tp5 {
    bottom: 8px;
  }
}

.woo-fa0jhf {
  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-fq6a89.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.woo-px9ffv 3.woo-2p2ugj.woo-8033th.woo-nzvmuu 3.woo-pkbi36 3.woo-wdccaz 5.woo-32yblb 3.woo-wdccaz 8.woo-db1b0p.woo-r77guc.woo-wdccaz 26.woo-2qv8fd 5.woo-3cdxbr 28.woo-jnfr6z 8.woo-1ktn6f 28.woo-ksyxem.woo-hc8rnh 28.woo-qr95a7.woo-7ftn2n 34.woo-e0hpm1.woo-vcy74h 36.woo-ipy56a 11.woo-i3v4f4 37.woo-a1ke5w 12.woo-n3jhrk 36.woo-p8weyr.woo-0hv33z 28.woo-8n5p50.woo-6bz89a.woo-iuasen 28.woo-5x9qug 36.woo-afgy0k 26.woo-58a19l 36.woo-afgy0k 23.woo-bvc4p3.woo-0g5wx0.woo-afgy0k 5.woo-cyoo6c 34.woo-nt25kx 3.woo-pkbi36 31.woo-px9ffv 3.woo-nihw7o.woo-2hg366 18.woo-sq861y.woo-nop6b1 18.woo-7iodip 8.woo-y2ef5g 17.woo-1d1qnn 8.woo-y2ef5g 15.woo-wiegfj.woo-y2ef5g 14.woo-a3xxpu 9.woo-nop6b1 13.woo-uf3l8d 11.woo-2hg366 13.woo-avuwcs.woo-s1zisg 13.woo-uf3l8d 13.woo-6u7zus 14.woo-a3xxpu 13.woo-6u7zus 15.woo-mha616.woo-6u7zus 17.woo-1d1qnn 12.woo-s1zisg 18.woo-7iodip 11.woo-2hg366 18.woo-sdfgqd.woo-dyte80 18.woo-gssmti.woo-10e8m5 18.woo-7iodip 17.woo-na3rnc 17.woo-1d1qnn 17.woo-na3rnc 15.woo-h41nv2.woo-na3rnc 14.woo-a3xxpu 18.woo-10e8m5 13.woo-uf3l8d 20.woo-dyte80 13.woo-b3ihht.woo-rj1i0w 13.woo-uf3l8d 22.woo-388b0p 14.woo-a3xxpu 22.woo-388b0p 15.woo-m4emsb.woo-m5c4wo 17.woo-1d1qnn 21.woo-rj1i0w 18.woo-7iodip 20.woo-dyte80 18.woo-0kzja3.woo-zx2wt9 18.woo-z4mcc0.woo-svohw1 18.woo-7iodip 26.woo-6e5vnm 17.woo-1d1qnn 26.woo-6e5vnm 15.woo-nmuhrh.woo-6e5vnm 14.woo-a3xxpu 27.woo-svohw1 13.woo-uf3l8d 28.woo-zx2wt9 13.woo-f95i3e.woo-hq3eq8 13.woo-uf3l8d 31.woo-muwcqg 14.woo-a3xxpu 31.woo-muwcqg 15.woo-b9zerf.woo-6e5vnm 17.woo-1d1qnn 30.woo-hq3eq8 18.woo-7iodip 28.woo-zx2wt9 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-fa0jhf {
    display: none;
  }
}

.woo-9sc45v {
  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-9sc45v {
    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-qx41q0 {
  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-qx41q0 {
    padding: 14px 16px;
  }
}

.woo-qx41q0 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.woo-qx41q0 button:first-child {
  align-content: end;
}

.woo-qx41q0 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .woo-qx41q0
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .woo-qx41q0
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.woo-qx41q0 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.woo-qx41q0 button:last-child svg {
  width: 38px;
  height: 38px;
}

.woo-elus2c {
  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-elus2c::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .woo-elus2c,
.pc61d126-chatbot[data-active-screen="3"]
  .woo-elus2c {
  opacity: 1;
  visibility: visible;
}

.woo-hd7dys {
  flex: 1 1;
}

.woo-b1uj8f {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .woo-b1uj8f {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .woo-mjydz3 {
  display: block;
}

.woo-isja71 {
  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-isja71 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.woo-oi43v2 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.woo-oi43v2::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.woo-6u41d6 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.woo-6u41d6 p {
  color: var(--Text-100);
}

.woo-oi43v2 .woo-u5z29y {
  grid-area: button;
}

.woo-oi43v2 .woo-u5z29y::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-fq6a89.org/2000/svg'%3E%3Cpath d='M4.woo-yhax9h 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.woo-eizz5i 15L16.woo-eizz5i 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.woo-eizz5i 5L16.woo-eizz5i 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .woo-bxnvjl {
  display: block;
}

.woo-gqtq4v {
  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-gqtq4v {
    margin-top: 40px;
  }
}

.woo-i3keof label,
.woo-i3keof input {
  display: block;
  width: 100%;
}

.woo-i3keof label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.woo-i3keof label.woo-9v97rm input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.woo-i3keof label.woo-9v97rm::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-i3keof 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-i3keof input::placeholder {
  color: var(--Text-400);
}

.woo-ypiiem {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .woo-ypiiem {
  display: flex;
}

.woo-ypiiem ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .woo-ypiiem ol {
    height: 420px;
    padding: 24px;
  }
}

.woo-ypiiem ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.woo-39jhdv {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .woo-39jhdv {
    padding: 0 24px 24px;
  }
}

.woo-39jhdv 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-39jhdv input::placeholder {
  color: var(--Text-400);
}

.woo-39jhdv [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.woo-39jhdv [type="submit"]:disabled {
  opacity: 0.5;
}

.woo-39jhdv [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .woo-39jhdv [type="submit"] {
    right: 40px;
  }
}

.woo-9xgtln {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.woo-9xgtln.woo-5pg49b {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.woo-9xgtln.woo-5pg49b::before {
  content: "";
  width: 31px;
}

.woo-9xgtln.woo-5pg49b p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.woo-9xgtln.woo-6dpi3e p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.woo-9xgtln p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.woo-e74tp5 .woo-u5z29y {
  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-lwskqo {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .woo-lwskqo {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .woo-lwskqo {
    padding: 18px 0;
  }
}

.woo-lwskqo .woo-639j28 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .woo-lwskqo .woo-639j28 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.woo-gmpxis {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .woo-gmpxis {
    max-width: 160px;
    height: 40px;
  }
}

.woo-gmpxis picture,
.woo-gmpxis img {
  display: block;
  width: 100%;
  height: 100%;
}

.woo-gmpxis img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .woo-hsrw7j {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.woo-edjnx6 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .woo-lwskqo.woo-0asbxk .woo-hsrw7j {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .woo-hsrw7j {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .woo-hsrw7j {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.woo-wqzdk3,
.woo-v436il {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .woo-wqzdk3,
  .woo-v436il {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .woo-v436il {
    display: none;
  }
}

.woo-3wisoc {
  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-0asbxk .woo-3wisoc {
  background: var(--fh-bg-color);
}

.woo-3wisoc button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .woo-3wisoc {
    display: none;
  }
}

.woo-qhepxg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .woo-qhepxg {
    display: none;
  }
}

.woo-zllcg3 {
  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-lwskqo.woo-0asbxk .woo-zllcg3:first-child {
  display: none;
}

.woo-lwskqo.woo-0asbxk .woo-zllcg3:last-child {
  display: block;
}

.woo-zllcg3:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .woo-zllcg3 {
    display: none;
  }
}

.woo-opchh2 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .woo-opchh2 {
    display: flex;
  }
}

.woo-opchh2 ul {
  max-height: 350px;
  overflow-y: auto;
}

.woo-opchh2:hover ul {
  visibility: visible;
  opacity: 1;
}

.woo-opchh2:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.woo-opchh2:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.woo-opchh2:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.woo-opchh2:hover .woo-cez8xl svg {
  transform: rotate(180deg);
}

.woo-ajv6lx {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.woo-ou9pph {
  padding: 0 8px;
}

.woo-ydyc5w {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.woo-ydyc5w:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .woo-ydyc5w {
    padding: 4px 8px;
  }
}

.woo-ynxbj7 {
  display: flex;
}

.woo-ynxbj7 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.woo-cez8xl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.woo-cez8xl svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.woo-agtpx7 {
  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-agtpx7 {
    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-ztogm2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .woo-ztogm2 {
    display: none;
  }
}

.woo-xr7eyd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.woo-slrie1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.woo-pemv26 {
  display: flex;
}

.woo-qg0rjs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.woo-ue0exp {
  list-style: none;
}

@media (max-width: 1199px) {
  .woo-ue0exp {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .woo-ue0exp {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .woo-ue0exp .woo-gupn5s [data-ref-el],
  .woo-ue0exp .woo-gupn5s span,
  .woo-ue0exp .woo-gupn5s a {
    white-space: nowrap;
  }
}

.woo-dm13uh {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .woo-dm13uh.woo-pw9zod > .woo-gupn5s {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .woo-dm13uh.woo-lg4kv5:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .woo-dm13uh.woo-pw9zod > .woo-trqyod {
    height: auto;
  }

  .woo-dm13uh.woo-pw9zod > div > .woo-uejv21 {
    transform: rotate(180deg);
  }
}

.woo-dm13uh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.woo-dm13uh [data-ref-el],
.woo-dm13uh span {
  cursor: pointer;
}

.woo-dm13uh [data-ref-el],
.woo-dm13uh span,
.woo-dm13uh 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-dm13uh [data-ref-el],
  .woo-dm13uh span,
  .woo-dm13uh a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .woo-dm13uh [data-ref-el],
  .woo-dm13uh span,
  .woo-dm13uh a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.woo-trqyod {
  height: 0;
  overflow: hidden;
  transition: height 0.woo-edjnx6 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.woo-trqyod::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.woo-trqyod::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.woo-trqyod::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .woo-trqyod {
    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-trqyod:has(> .woo-dm13uh.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .woo-trqyod .woo-trqyod {
    padding: 0;
  }

  .woo-trqyod .woo-dm13uh {
    font-weight: 400;
  }

  .woo-trqyod .woo-dm13uh:hover > .woo-gupn5s {
    background: var(--Neutral-300);
  }

  .woo-trqyod .woo-uejv21 {
    rotate: -90deg;
  }
}

.woo-gupn5s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .woo-gupn5s {
    padding: 8px;
  }

  .woo-dm13uh.woo-hg9mjh > .woo-gupn5s {
    background: var(--Neutral-300);
  }
}

.woo-uejv21 {
  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-fq6a89.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.woo-5y2ljj 0.woo-fns7oy.woo-gto6kf -0.woo-p3tvab 0.woo-p9527j -0.woo-p3tvab 1.woo-ccexa4 0.woo-463r7g.woo-6nz5cp 4.woo-xmx8rq.woo-5y2ljj 0.woo-ujtnh6.woo-jpci0n -0.woo-p3tvab 9.woo-upvde8 -0.woo-p3tvab 10.woo-vvmxvi 0.woo-5o4061.woo-iminfp 0.woo-gto6kf 10.woo-iminfp 0.woo-p9527j 10.woo-vvmxvi 1.woo-6lx3ya.woo-j7l4f8 5.woo-wk6jgn.woo-w0lswm 6.woo-d4ca3r 5.woo-jia76s 6.woo-d4ca3r 4.woo-5il4v9 5.woo-0l7xju.woo-5y2ljj 1.woo-3jiju6.woo-p3tvab 0.woo-p9527j -0.woo-p3tvab 0.woo-gto6kf 0.woo-5y2ljj 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.woo-edjnx6 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .woo-uejv21 {
    cursor: default;
  }
}

.woo-923a39 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.woo-g5h9rb {
  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-g5h9rb {
    padding: 40px 4px;
  }
}

.woo-c0769n {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .woo-c0769n {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.woo-zg4lq2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .woo-zg4lq2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.woo-zg4lq2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.woo-zg4lq2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.woo-zg4lq2 [data-ref-el],
.woo-zg4lq2 span,
.woo-zg4lq2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.woo-q7wkv3 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .woo-q7wkv3 {
    margin-bottom: 12px;
  }
}

.woo-5tts0n {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.woo-5tts0n img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .woo-5tts0n:last-child {
    margin-right: 0;
  }
}

.woo-k01m4s {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.woo-q7wkv3:hover .woo-h2jr2r {
  visibility: visible;
  opacity: 1;
}

.woo-h2jr2r {
  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-l2x4t9 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.woo-weoue4 {
  display: flex;
  margin: 6px;
}

.woo-weoue4 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.woo-h2jr2r::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-h2jr2r::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-j1m07o {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .woo-j1m07o {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.woo-931yie {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .woo-931yie {
    margin-right: 32px;
  }
}

.woo-dg1h97 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .woo-dg1h97 {
    margin-top: 0;
    width: 340px;
  }
}

.woo-dg1h97 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.woo-v3j0ze {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.woo-p9g5wu {
  position: relative;
}

@media (min-width: 768px) {
  .woo-p9g5wu {
    margin-top: 40px;
  }
}

.woo-p9g5wu + .woo-bym0bm,
.woo-p9g5wu + .woo-p9g5wu {
  margin-top: 24px;
}

.woo-l10pfd {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .woo-l10pfd {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .woo-l10pfd {
    padding: 80px;
  }
}

.woo-zuwo88 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .woo-zuwo88 {
    padding: 0 16px;
}


}

.woo-lqk9wq {
  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-lqk9wq {
    font-size: 48px;
    line-height: 56px;
  }
}

.woo-i7b5qv {
  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-i7b5qv {
    font-size: 24px;
    line-height: 32px;
  }
}

.woo-mfzh5p {
  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-mfzh5p:hover {
  background: var(--button-bg-hover);
}

.woo-dma3ev {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.woo-dma3ev img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .woo-dma3ev img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .woo-dma3ev img {
  min-height: 100%;
  }
}

.woo-l10pfd::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.woo-u2ur5j {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.woo-u2ur5j h1,
.woo-u2ur5j h2,
.woo-u2ur5j h3,
.woo-u2ur5j h4 {
  margin-bottom: 6px;
}

.woo-u2ur5j h1:not(:first-child),
.woo-u2ur5j h2:not(:first-child),
.woo-u2ur5j h3:not(:first-child),
.woo-u2ur5j h4:not(:first-child) {
  margin-top: 16px;
}

.woo-u2ur5j h1,
.woo-u2ur5j h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .woo-u2ur5j h1,
  .woo-u2ur5j h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.woo-u2ur5j h2,
.woo-u2ur5j h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .woo-u2ur5j h2,
  .woo-u2ur5j h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.woo-u2ur5j h3,
.woo-u2ur5j h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .woo-u2ur5j h3,
  .woo-u2ur5j h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.woo-u2ur5j h4,
.woo-u2ur5j h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.woo-u2ur5j ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.woo-u2ur5j ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.woo-u2ur5j 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-u2ur5j ul ul {
  margin-bottom: 8px;
}

.woo-u2ur5j ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.woo-u2ur5j ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.woo-u2ur5j ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.woo-u2ur5j ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.woo-u2ur5j ol li::marker {
  font-weight: 700;
}

.woo-u2ur5j ol ol {
  margin-bottom: 8px;
}

.woo-u2ur5j ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.woo-u2ur5j ol ul li {
  padding-left: 16px;
}

.woo-u2ur5j 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-u2ur5j table {
    padding: 24px;
  }
}

.woo-u2ur5j table.woo-h5nibi {
  -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-edjnx6,
    mask-image 0.3s;
}

.woo-u2ur5j table.woo-h5nibi.woo-4jby6p {
  -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-u2ur5j table {
    display: table;
  }
}

.woo-u2ur5j 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-u2ur5j table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.woo-u2ur5j table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.woo-u2ur5j 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-u2ur5j table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.woo-u2ur5j table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.woo-u2ur5j table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.woo-u2ur5j table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.woo-u2ur5j img {
  max-width: 100%;
  height: auto;
}

.woo-9e10ul {
  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-9e10ul {
    padding: 24px;
  }
}

.woo-x3uz4y {
  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-x3uz4y {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.woo-x3uz4y > * {
  margin: 0 !important;
}

.woo-x3uz4y img,
.woo-ovdggk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .woo-x3uz4y img,
  .woo-ovdggk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.woo-e2uvfa {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .woo-e2uvfa {
    width: 32px;
    height: 32px;
  }
}

.woo-efxae6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.woo-efxae6 .woo-eo7uy1 {
  flex-shrink: 0;
}

.woo-efxae6 .woo-lsbex3 svg {
  display: none;
}

.woo-wv1mbm {
  display: grid;
  transition: max-height 0.woo-edjnx6 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .woo-wv1mbm {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .woo-wv1mbm {
    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-wv1mbm.woo-lvdilw + .woo-eo7uy1 svg {
  transform: rotate(180deg);
}

.woo-oa959a {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.woo-oa959a > div:nth-child(3n) {
  grid-column: span 2;
}

.woo-oa959a
  > div:nth-child(3n)
  .woo-me264f
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .woo-oa959a {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .woo-oa959a > div:nth-child(3n) {
    grid-column: unset;
  }

  .woo-oa959a
    > div:nth-child(3n)
    .woo-me264f
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .woo-oa959a {
    max-width: 270px;
  }
}

.woo-oa959a .woo-me264f button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .woo-oa959a .woo-me264f button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .woo-oa959a .woo-me264f button {
    max-width: 104px;
  }
}

.woo-kg5wzr {
  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-kg5wzr {
    margin-bottom: 0;
  }
}

.woo-yih442 {
  display: none;
  opacity: 0;
}

.woo-ywnf4g {
  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-ywnf4g img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.woo-me264f {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.woo-me264f 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-me264f
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .woo-me264f
    button {
    max-width: 145px;
  }
}

.woo-7idl3p:first-child
  .woo-me264f
  button {
  max-width: 270px;
}

.woo-d117fo {
  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-kg5wzr picture {
  width: 100%;
  max-width: 100%;
}

.woo-1zbzeh {
  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-1zbzeh svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.woo-kg5wzr:hover .woo-1zbzeh {
  display: flex;
}

.woo-81al2a {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.woo-1u8f0l {
  display: flex;
}

.woo-1u8f0l:hover .woo-m57yni,
.woo-1u8f0l .woo-hg9mjh .woo-m57yni {
  display: flex;
}

.woo-1u8f0l svg {
  flex-shrink: 0;
}

.woo-m57yni {
  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-m57yni {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.woo-m57yni:hover {
  display: flex;
}

.woo-m57yni svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.woo-3s8mgb {
  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-3s8mgb {
    font-size: 12px;
  }
}

.woo-jy5mk2,
.woo-ulb29u {
  width: 50%;
  flex-shrink: 0;
}

.woo-jy5mk2 {
  font-weight: 700;
}

.woo-xqiwga .woo-wv1mbm {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .woo-xqiwga .woo-wv1mbm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .woo-xqiwga .woo-wv1mbm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.woo-xqiwga
  .woo-d117fo:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.woo-xqiwga .woo-ywnf4g {
  height: 100% !important;
  border-radius: 16px;
}

.woo-xqiwga .woo-me264f {
  gap: 4px;
  align-items: center;
}

.woo-xqiwga .woo-me264f button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woo-xqiwga .woo-me264f svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.woo-xqiwga .woo-zy9405,
.woo-xqiwga .woo-ujgk2h {
  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-fq6a89.org/2000/svg'%3E%3Cpath d='M9.woo-rpymiy 4.woo-v02bxm.woo-axzzdw 5.woo-84ehce.woo-j5sn9v 5.woo-ptk6bf.woo-u1v8ko 5.woo-0dx9gn.woo-b3d35o 8.woo-4bigt7.woo-glfe32 9.woo-skpu17.woo-e74cou 9.woo-m27ryu.woo-trogql 13.woo-7bc683.woo-qkpyqk 11.woo-y32p59.woo-kc5jdt 11.woo-lrhqui.woo-ytixb8 11.woo-64pz38.woo-6zbcqn 13.woo-7w5szr.woo-j6xl9a 9.woo-pi3o7w.woo-1us6ut 9.woo-0s3wfn.woo-bk03yc 8.woo-1tgpk8.woo-bgudoe 5.woo-h0oc70.woo-rt3obo 5.woo-agnyz4.woo-ksdrcq 5.woo-988ajr.woo-exqbyl 4.woo-aclwq8.woo-kc5jdt 1.woo-l16wy9.woo-rpymiy 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.woo-xqiwga .woo-zy9405 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.woo-xqiwga .woo-ujgk2h {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.woo-yhgwiu {
  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-yhgwiu {
    padding: 24px;
  }
}

.woo-yhgwiu .woo-eo7uy1 {
  display: flex;
}

@media (min-width: 768px) {
  .woo-yhgwiu .woo-eo7uy1 {
    display: none;
  }
}

.woo-yhgwiu .woo-lsbex3 svg {
  display: none;
}

.woo-c38z23 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.woo-c38z23 .woo-lu8w7s {
  display: none;
}

@media (min-width: 768px) {
  .woo-c38z23 .woo-lu8w7s {
    display: flex;
  }
}

.woo-77hu0z {
  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-77hu0z {
    font-size: 40px;
    line-height: 48px;
  }
}

.woo-77hu0z > * {
  margin: 0 !important;
}

.woo-77hu0z img,
.woo-w4yto9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .woo-77hu0z img,
  .woo-w4yto9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.woo-hbqtoi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .woo-hbqtoi {
    width: 32px;
    height: 32px;
  }
}

.woo-kx04w8 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .woo-kx04w8 {
    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-kx04w8::-webkit-scrollbar {
    display: none;
  }
}

.woo-ui7oqe {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .woo-ui7oqe {
    padding: 7px 15px;
  }
}

.woo-ui7oqe:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.woo-liiswn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .woo-liiswn {
    display: flex;
    opacity: 1;
  }
}

.woo-ui7oqe picture {
  height: 100%;
  display: block;
}

.woo-ui7oqe img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .woo-ui7oqe img {
    width: 88px;
    height: 44px;
  }
}

.woo-ui7oqe p {
  text-align: center;
  width: 100%;
}

.woo-6pzhui {
  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-6pzhui {
    font-size: 40px;
    line-height: 48px;
  }
}

.woo-6pzhui img,
.woo-9nrycw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .woo-6pzhui img,
  .woo-9nrycw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.woo-lr42jy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .woo-lr42jy {
    width: 32px;
    height: 32px;
  }
}

.woo-8orhjx {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.woo-66qsl7 {
  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-ldjofe {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.woo-ldjofe.woo-hg9mjh {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.woo-q2icbv {
  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-q2icbv {
    font-size: 20px;
    line-height: 28px;
  }
}

.woo-n5d1tg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.woo-6q2vak {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.woo-edjnx6 ease;
  opacity: 0;
  color: var(--text-color);
}

.woo-o0e4bz {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.woo-o0e4bz ol,
.woo-o0e4bz ul {
  padding-left: 1.3em;
}

.woo-ldjofe.woo-hg9mjh .woo-6q2vak {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.woo-ldjofe.woo-hg9mjh .woo-n5d1tg {
  transform: rotate(180deg);
  color: var(--text-color);
}

.woo-0nh81p {
  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-0nh81p {
    padding: 24px;
  }
}

.woo-0nh81p .woo-eo7uy1 {
  display: flex;
}

@media (min-width: 768px) {
  .woo-0nh81p .woo-eo7uy1 {
    display: none;
  }
}

.woo-0nh81p .woo-lsbex3 svg {
  display: none;
}

.woo-p3mt6b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woo-p3mt6b .woo-lu8w7s {
  display: none;
}

@media (min-width: 768px) {
  .woo-p3mt6b .woo-lu8w7s {
    display: flex;
  }
}

.woo-qfwmmx {
  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-qfwmmx {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.woo-qfwmmx > * {
  margin: 0 !important;
}

.woo-qfwmmx img,
.woo-l2m107 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .woo-qfwmmx img,
  .woo-l2m107 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.woo-a0pzyp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .woo-a0pzyp {
    width: 32px;
    height: 32px;
  }
}

.woo-114lu6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .woo-114lu6 {
    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-114lu6::-webkit-scrollbar {
    display: none;
  }
}

.woo-w300mi {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.woo-w300mi:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.woo-n0v0tk {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .woo-n0v0tk {
    display: flex;
    opacity: 1;
  }
}

.woo-w300mi picture {
  width: auto;
  height: 100%;
  display: block;
}

.woo-w300mi picture img {
  display: block;
  width: auto;
  height: 100%;
}

.woo-kf4vxp {
  margin: -24px 0;
}

.woo-kf4vxp:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .woo-kf4vxp {
    margin: -16px 0;
  }
}

.woo-l9li83 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .woo-l9li83 {
    flex-direction: row;
  }
}

.woo-dz2ofq {
  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-dz2ofq {
    flex: 1;
  }
}

.woo-dz2ofq::placeholder {
  color: var(--Text-400);
}

.woo-xtnyp7 {
  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-zagxd4 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.woo-zagxd4::-webkit-scrollbar {
  display: none;
}

.woo-diywwf {
  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-diywwf img,
.woo-diywwf svg {
  margin-right: 8px;
}

.woo-g8k2g3 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.woo-kf4vxp + .woo-x20724 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .woo-kf4vxp + .woo-x20724 {
    margin-top: -16px;
  }
}

.woo-3i4guy {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.woo-3i4guy > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.woo-3i4guy > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.woo-icqnfu {
  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-2u2xs8 {
  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-kntr2p {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.woo-2vahhx {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.woo-2cpc0z {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.woo-icqnfu 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-icqnfu 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-icqnfu {
    padding: 39px 179px 39px 39px;
  }

  .woo-2u2xs8 {
    font-size: 40px;
    line-height: 48px;
  }

  .woo-2cpc0z {
    height: 348px;
  }

  .woo-icqnfu button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .woo-icqnfu button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .woo-icqnfu {
    padding: 63px;
  }
}

.woo-hmcok8 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .woo-hmcok8 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.woo-e90uwh {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .woo-e90uwh {
    width: auto;
  }
}

.woo-bj35ei {
  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-bj35ei::-webkit-scrollbar {
  display: none;
}

.woo-bj35ei 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-bj35ei a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .woo-bj35ei {
    margin-left: 16px;
    margin-top: 0;
  }
}

.woo-hmcok8 .woo-2r0l5y {
  -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-edjnx6,
    mask-image 0.3s;
}

.woo-hmcok8 .woo-2r0l5y.woo-4jby6p {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.woo-sfjd1g {
  margin: 40px -16px;
}

.woo-8dc4ul + .woo-bym0bm,
.woo-8dc4ul + .woo-p9g5wu {
  margin-top: 24px;
}

.woo-mseqn9 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.woo-mseqn9 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.woo-r8f7pv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .woo-r8f7pv {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .woo-r8f7pv {
    margin-top: 0;
  }
}

.woo-2hpjtj {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .woo-2hpjtj {
    font-size: 24px;
    line-height: 32px;
  }
}

.woo-6o27ax {
  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-6o27ax {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.woo-08r6g3 {
  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-08r6g3 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.woo-a6lnjv {
  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-a6lnjv {
    font-size: 20px;
    line-height: 28px;
  }
}

.woo-1h0qcr {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .woo-1h0qcr {
    font-size: 32px;
    line-height: 40px;
  }
}

.woo-qh5jun {
  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-t68nns {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.woo-t68nns img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.woo-x20724 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.woo-w5y7xe {
  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-w5y7xe {
    padding: 15px 48px;
  }
}

main > .woo-x20724 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .woo-wv1mbm.woo-w0x3bx > div:nth-child(n+5) {
    display: none;
  }
}

.woo-u2ur5j p a img {
  display: block;
  margin: 0 auto;
}


.woo-96109s {
  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-e8ueu4 {
  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-e8ueu4 label {
  font-size: 14px;
}

.woo-e8ueu4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.woo-e8ueu4 input,
.woo-e8ueu4 textarea,
.woo-e8ueu4 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-e8ueu4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.woo-r4rexz ease;
}
.woo-e8ueu4 button:hover {
  background-color: var(--button-bg-hover);
}
.woo-xkq4hr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.woo-l04k6u ease-in;
}

.woo-xkq4hr 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-3dry2b, .woo-jmbgg8, [class*="review-card"],
thead, thead th, table th, .woo-dvut1i,
.woo-poxna0, [class*="collapsible-header"],
.woo-biyi9e, [class*="updated-block"] {
  color: #ece7dc !important;
}
