* {
  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;
  }
}

.joo-b7klxk {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .joo-b7klxk {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-b7klxk {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.joo-66e0zp {
  overflow: hidden;
}

.joo-kdmsl3 img {
  background: var(--Neutral-300);
}

.joo-l0u05l {
  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;
}

.joo-3mxbwi {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.joo-3mxbwi:hover {
  background: var(--button-bg-hover);
}

.joo-ijmcho {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.joo-ijmcho:hover {
  background: var(--button-bg-hover);
}

.joo-foxabh {
  font-size: 12px;
  line-height: 18px;
}

.joo-jp080m {
  font-size: 18px;
  line-height: 26px;
}

.joo-g1b4k0 {
  width: 100%;
}

.joo-wylpq9 {
  padding: 6px 16px;
}

.joo-hluclx {
  padding: 10px 16px;
}

.joo-jr8t5d {
  padding: 15px 26px;
}

.joo-vvrcj0 {
  flex-shrink: 0;
}

.joo-kd9qvp {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.joo-7c9yn1 {
  display: none;
}

.joo-sk0vf6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.joo-x7d9ux {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.joo-0nzavp {
  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;
}

.joo-9devc7 {
  cursor: grab;
}

.joo-0nzavp::-webkit-scrollbar {
  display: none;
}

.joo-821lgr {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.joo-ysm0hj {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.joo-qzd1cu {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.joo-cbhx3i {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.joo-1hbiil {
  visibility: visible;
}

.joo-xsdo5h {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.joo-gbo6q7 ease;
}

.joo-uw7kf9 {
  background-color: var(--Primary-200);
  width: 16px;
}

.joo-apqwfo {
  -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.joo-gbo6q7,
    mask-image 0.3s;
}

.joo-apqwfo.joo-rpa9mi {
  -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;
  }
}

.joo-ws1byx: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;
}

.joo-4b5mu4 {
  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.joo-jllcsw.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.joo-jllcsw.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;
}

.joo-nkhtbx {
  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);
}

.joo-nkhtbx::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%
  );
}

.joo-poqe4c {
  position: relative;
  z-index: 1;
}

.joo-mqhdjc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.joo-buce1v {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.joo-abdczo {
  font-size: 40px;
  line-height: 48px;
}

.joo-ln3abn {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.joo-tk5bhw {
  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;
}

.joo-tk5bhw:hover {
  background: var(--Primary-400);
}

.joo-tk5bhw svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.joo-ws1byx 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) {
  .joo-nkhtbx {
    max-width: 600px;
    padding: 64px;
  }

  .joo-mqhdjc {
    font-size: 24px;
    line-height: 32px;
  }

  .joo-buce1v {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .joo-abdczo {
    font-size: 50px;
    line-height: 56px;
  }

  .joo-ln3abn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .joo-4b5mu4 {
    top: 25px;
    right: 25px;
  }
}

.joo-ybnhc5,
.joo-5hmq31 {
  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;
}

.joo-t4u6c6.joo-2hoqw6::before,
.joo-5hmq31::before,
.joo-loaftq::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.joo-jllcsw.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.joo-s89u61 14.joo-cvu27h.joo-b7417n 14.joo-qus4i6 15.joo-l9w70b 14.joo-jg23f8 15.joo-emkcdx 14.joo-qwpu9w.joo-str44u 14.joo-lkfzqf 19.joo-kpumiu 12.joo-x5m8g2 19.joo-kpumiu 10.joo-e5dfdx.joo-kpumiu 8.joo-jq9ttt 17.joo-mmfgxx 7.joo-ntu4rx 15.joo-b2jpg9 7.joo-4zzen1.joo-guunvg 7.joo-ntu4rx 11.joo-s6clmj 8.joo-jq9ttt 11.joo-s6clmj 10.joo-dvtgdd.joo-s6clmj 12.joo-l869gm 13.joo-rrg9d5 14.joo-y3ddlz 15.joo-72fzby 14.joo-uuavdq.joo-g06iqm 14.joo-rtpqq0 15.joo-hv6qzb 14.joo-x9j5ja 15.joo-yyo8eh 14.joo-m09pzn.joo-s89u61 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.joo-61vzk0 15.joo-syw5bk.joo-4j6hog 15.joo-ay5b9j 15.joo-vy6lkf 15.joo-lh17ai 15.joo-d9ck54 15.joo-xbrie5.joo-2ofwap 15.joo-lh17ai 15.joo-5yhk38 15.joo-338h13 15.joo-h40ppi 15.joo-1u6lf1.joo-nz6fwn 15.joo-3gv23x 7.joo-reqltn 18.joo-9g37r2 7.joo-gb9ges 23.joo-kbbbih.joo-61g9te.joo-2yolvn 18.joo-vkk8pw 19.joo-snpmxj 15.joo-ip09ow 15.joo-61vzk0 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.joo-eyxllp [type="submit"] *,
.joo-5mlqwn button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .joo-36m2vn {
    display: none;
  }
}

.joo-56a4km {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .joo-56a4km {
  display: none;
}

@media (min-width: 768px) {
  .joo-56a4km {
    bottom: 22px;
  }
}

.joo-56a4km input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .joo-56a4km {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.joo-1gdmyv.static) .joo-56a4km {
    bottom: 8px;
  }
}

.joo-16zsvk {
  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.joo-jllcsw.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.joo-npgr2f 3.joo-8i0xnd.joo-thek50.joo-if8lrf 3.joo-mq553b 3.joo-dvypqs 5.joo-ep6ert 3.joo-dvypqs 8.joo-7vhfry.joo-0fu20n.joo-dvypqs 26.joo-3jr4kr 5.joo-obxrbq 28.joo-x8aqby 8.joo-smxp99 28.joo-t1zax6.joo-gzbtp0 28.joo-jxoybh.joo-y045bs 34.joo-opbrx4.joo-cievq7 36.joo-pz7pcj 11.joo-zseix3 37.joo-vivu0t 12.joo-xfhar2 36.joo-mybg6s.joo-47h5hd 28.joo-y6mxpu.joo-s3xmsz.joo-yel2mi 28.joo-tf788o 36.joo-tlvj7p 26.joo-u2mrok 36.joo-tlvj7p 23.joo-novv0t.joo-iztok7.joo-tlvj7p 5.joo-zq8k3d 34.joo-us9zxg 3.joo-mq553b 31.joo-npgr2f 3.joo-hp79oo.joo-4bdpo3 18.joo-c4yjyh.joo-pe629h 18.joo-7mgfy4 8.joo-04j3q2 17.joo-ajukqg 8.joo-04j3q2 15.joo-d0pxk5.joo-04j3q2 14.joo-zb2ky2 9.joo-pe629h 13.joo-h8i2s0 11.joo-4bdpo3 13.joo-4of3b4.joo-ei5twm 13.joo-h8i2s0 13.joo-2mfoi6 14.joo-zb2ky2 13.joo-2mfoi6 15.joo-qri2c4.joo-2mfoi6 17.joo-ajukqg 12.joo-ei5twm 18.joo-7mgfy4 11.joo-4bdpo3 18.joo-v63don.joo-vj9iju 18.joo-cdkv71.joo-x34ukw 18.joo-7mgfy4 17.joo-sihz5p 17.joo-ajukqg 17.joo-sihz5p 15.joo-nyjqiq.joo-sihz5p 14.joo-zb2ky2 18.joo-x34ukw 13.joo-h8i2s0 20.joo-vj9iju 13.joo-0und2w.joo-5o3784 13.joo-h8i2s0 22.joo-607o8y 14.joo-zb2ky2 22.joo-607o8y 15.joo-5xuxfo.joo-0d9hl7 17.joo-ajukqg 21.joo-5o3784 18.joo-7mgfy4 20.joo-vj9iju 18.joo-zg81uw.joo-o4366c 18.joo-cswg4e.joo-9fnb7n 18.joo-7mgfy4 26.joo-4pmnlh 17.joo-ajukqg 26.joo-4pmnlh 15.joo-51pth0.joo-4pmnlh 14.joo-zb2ky2 27.joo-9fnb7n 13.joo-h8i2s0 28.joo-o4366c 13.joo-imy51s.joo-mjsjd2 13.joo-h8i2s0 31.joo-ij8mcn 14.joo-zb2ky2 31.joo-ij8mcn 15.joo-k5755e.joo-4pmnlh 17.joo-ajukqg 30.joo-mjsjd2 18.joo-7mgfy4 28.joo-o4366c 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"])
    .joo-16zsvk {
    display: none;
  }
}

.joo-0euhig {
  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) {
  .joo-0euhig {
    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;
}

.joo-5mlqwn {
  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) {
  .joo-5mlqwn {
    padding: 14px 16px;
  }
}

.joo-5mlqwn button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.joo-5mlqwn button:first-child {
  align-content: end;
}

.joo-5mlqwn button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .joo-5mlqwn
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .joo-5mlqwn
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.joo-5mlqwn button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.joo-5mlqwn button:last-child svg {
  width: 38px;
  height: 38px;
}

.joo-loaftq {
  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;
}

.joo-loaftq::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .joo-loaftq,
.pc61d126-chatbot[data-active-screen="3"]
  .joo-loaftq {
  opacity: 1;
  visibility: visible;
}

.joo-vimash {
  flex: 1 1;
}

.joo-yq6qul {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .joo-yq6qul {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .joo-577mhp {
  display: block;
}

.joo-y3bvuj {
  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) {
  .joo-y3bvuj {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.joo-5hmq31 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.joo-5hmq31::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.joo-exupcb span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.joo-exupcb p {
  color: var(--Text-100);
}

.joo-5hmq31 .joo-i1dw8t {
  grid-area: button;
}

.joo-5hmq31 .joo-i1dw8t::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.joo-jllcsw.org/2000/svg'%3E%3Cpath d='M4.joo-i8hkow 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.joo-aj49oj 15L16.joo-aj49oj 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.joo-aj49oj 5L16.joo-aj49oj 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .joo-5dbv85 {
  display: block;
}

.joo-y8q3z3 {
  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) {
  .joo-y8q3z3 {
    margin-top: 40px;
  }
}

.joo-ybnhc5 label,
.joo-ybnhc5 input {
  display: block;
  width: 100%;
}

.joo-ybnhc5 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.joo-ybnhc5 label.joo-70l770 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.joo-ybnhc5 label.joo-70l770::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;
}

.joo-ybnhc5 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;
}

.joo-ybnhc5 input::placeholder {
  color: var(--Text-400);
}

.joo-4ht8aq {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .joo-4ht8aq {
  display: flex;
}

.joo-4ht8aq ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .joo-4ht8aq ol {
    height: 420px;
    padding: 24px;
  }
}

.joo-4ht8aq ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.joo-eyxllp {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .joo-eyxllp {
    padding: 0 24px 24px;
  }
}

.joo-eyxllp 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;
}

.joo-eyxllp input::placeholder {
  color: var(--Text-400);
}

.joo-eyxllp [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.joo-eyxllp [type="submit"]:disabled {
  opacity: 0.5;
}

.joo-eyxllp [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .joo-eyxllp [type="submit"] {
    right: 40px;
  }
}

.joo-t4u6c6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.joo-t4u6c6.joo-2hoqw6 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.joo-t4u6c6.joo-2hoqw6::before {
  content: "";
  width: 31px;
}

.joo-t4u6c6.joo-2hoqw6 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.joo-t4u6c6.joo-z9ct7w p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.joo-t4u6c6 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.joo-56a4km .joo-i1dw8t {
  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;
  }
}

.joo-36m2vn {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .joo-36m2vn {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .joo-36m2vn {
    padding: 15px 0;
  }
}

.joo-36m2vn .joo-b7klxk {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .joo-36m2vn .joo-b7klxk {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.joo-fgcigx {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .joo-fgcigx {
    max-width: 180px;
    height: 47px;
  }
}

.joo-fgcigx picture,
.joo-fgcigx img {
  display: block;
  width: 100%;
  height: 100%;
}

.joo-fgcigx img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .joo-fmqd28 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.joo-gbo6q7 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .joo-36m2vn.joo-ny7bcj .joo-fmqd28 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .joo-fmqd28 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .joo-fmqd28 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.joo-uchl7w,
.joo-3gh9lo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .joo-uchl7w,
  .joo-3gh9lo {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .joo-3gh9lo {
    display: none;
  }
}

.joo-0k7dp4 {
  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;
}

.joo-ny7bcj .joo-0k7dp4 {
  background: var(--fh-bg-color);
}

.joo-0k7dp4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .joo-0k7dp4 {
    display: none;
  }
}

.joo-prbyf8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .joo-prbyf8 {
    display: none;
  }
}

.joo-ec2zbx {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.joo-36m2vn.joo-ny7bcj .joo-ec2zbx:first-child {
  display: none;
}

.joo-36m2vn.joo-ny7bcj .joo-ec2zbx:last-child {
  display: block;
}

.joo-ec2zbx:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .joo-ec2zbx {
    display: none;
  }
}

.joo-o4v6qd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .joo-o4v6qd {
    display: flex;
  }
}

.joo-o4v6qd ul {
  max-height: 350px;
  overflow-y: auto;
}

.joo-o4v6qd:hover ul {
  visibility: visible;
  opacity: 1;
}

.joo-o4v6qd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.joo-o4v6qd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.joo-o4v6qd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.joo-o4v6qd:hover .joo-2u6gok svg {
  transform: rotate(180deg);
}

.joo-5a4a0t {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.joo-82gnl1 {
  padding: 0 8px;
}

.joo-lzeaph {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.joo-lzeaph:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .joo-lzeaph {
    padding: 4px 8px;
  }
}

.joo-9c8q2q {
  display: flex;
}

.joo-9c8q2q img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.joo-2u6gok {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.joo-2u6gok svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.joo-bwbw0e {
  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) {
  .joo-bwbw0e {
    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;
  }
}

.joo-frwhss {
  width: 100%;
}

@media (min-width: 1200px) {
  .joo-frwhss {
    display: none;
  }
}

.joo-j7knfd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.joo-l6q0dn {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.joo-t7pe9r {
  display: flex;
}

.joo-tjkf5k {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.joo-tdd7yu {
  list-style: none;
}

@media (max-width: 1199px) {
  .joo-tdd7yu {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .joo-tdd7yu {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .joo-tdd7yu .joo-yfod01 [data-ref-el],
  .joo-tdd7yu .joo-yfod01 span,
  .joo-tdd7yu .joo-yfod01 a {
    white-space: nowrap;
  }
}

.joo-1qezdj {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .joo-1qezdj.joo-qle4z1 > .joo-yfod01 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .joo-1qezdj.joo-dhmdqz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .joo-1qezdj.joo-qle4z1 > .joo-owywar {
    height: auto;
  }

  .joo-1qezdj.joo-qle4z1 > div > .joo-d1r3ii {
    transform: rotate(180deg);
  }
}

.joo-1qezdj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.joo-1qezdj [data-ref-el],
.joo-1qezdj span {
  cursor: pointer;
}

.joo-1qezdj [data-ref-el],
.joo-1qezdj span,
.joo-1qezdj a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .joo-1qezdj [data-ref-el],
  .joo-1qezdj span,
  .joo-1qezdj a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .joo-1qezdj [data-ref-el],
  .joo-1qezdj span,
  .joo-1qezdj a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.joo-owywar {
  height: 0;
  overflow: hidden;
  transition: height 0.joo-gbo6q7 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.joo-owywar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.joo-owywar::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.joo-owywar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .joo-owywar {
    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;
  }

  .joo-owywar:has(> .joo-1qezdj.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .joo-owywar .joo-owywar {
    padding: 0;
  }

  .joo-owywar .joo-1qezdj {
    font-weight: 400;
  }

  .joo-owywar .joo-1qezdj:hover > .joo-yfod01 {
    background: var(--Neutral-300);
  }

  .joo-owywar .joo-d1r3ii {
    rotate: -90deg;
  }
}

.joo-yfod01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .joo-yfod01 {
    padding: 8px;
  }

  .joo-1qezdj.joo-3lkc6h > .joo-yfod01 {
    background: var(--Neutral-300);
  }
}

.joo-d1r3ii {
  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.joo-jllcsw.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.joo-mw9yqa 0.joo-ixbs0c.joo-am57h8 -0.joo-5p8akj 0.joo-dqfb47 -0.joo-5p8akj 1.joo-3nn73c 0.joo-sgvl8c.joo-chcwek 4.joo-9f38z0.joo-mw9yqa 0.joo-s2ph1i.joo-cl0zdh -0.joo-5p8akj 9.joo-2decxv -0.joo-5p8akj 10.joo-ojve5t 0.joo-biypr3.joo-mu1vtw 0.joo-am57h8 10.joo-mu1vtw 0.joo-dqfb47 10.joo-ojve5t 1.joo-nru12b.joo-ouuuw7 5.joo-0qmica.joo-1l26k0 6.joo-k0y1br 5.joo-z2n8xx 6.joo-k0y1br 4.joo-qo169j 5.joo-khdht3.joo-mw9yqa 1.joo-ba2za2.joo-5p8akj 0.joo-dqfb47 -0.joo-5p8akj 0.joo-am57h8 0.joo-mw9yqa 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.joo-gbo6q7 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .joo-d1r3ii {
    cursor: default;
  }
}

.joo-yfz65g {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.joo-uoynew {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .joo-uoynew {
    padding: 40px 4px;
  }
}

.joo-juvzna {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .joo-juvzna {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.joo-2uhwoc {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .joo-2uhwoc {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.joo-2uhwoc ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.joo-2uhwoc [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.joo-2uhwoc [data-ref-el],
.joo-2uhwoc span,
.joo-2uhwoc a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.joo-o9gmdb {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .joo-o9gmdb {
    margin-bottom: 12px;
  }
}

.joo-qhysm9 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.joo-qhysm9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .joo-qhysm9:last-child {
    margin-right: 0;
  }
}

.joo-bx2dfi {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.joo-o9gmdb:hover .joo-yow9kj {
  visibility: visible;
  opacity: 1;
}

.joo-yow9kj {
  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);
}

.joo-fvidk2 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.joo-vdf1kl {
  display: flex;
  margin: 6px;
}

.joo-vdf1kl img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.joo-yow9kj::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);
}

.joo-yow9kj::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);
}

.joo-flskl0 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .joo-flskl0 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.joo-zjx172 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .joo-zjx172 {
    margin-right: 32px;
  }
}

.joo-lg65b8 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .joo-lg65b8 {
    margin-top: 0;
    width: 340px;
  }
}

.joo-lg65b8 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.joo-mn8q2o {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.joo-4wrna3 {
  position: relative;
}

@media (min-width: 768px) {
  .joo-4wrna3 {
    margin-top: 40px;
  }
}

.joo-4wrna3 + .joo-nl9zze,
.joo-4wrna3 + .joo-4wrna3 {
  margin-top: 24px;
}

.joo-4mav72 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .joo-4mav72 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-4mav72 {
    padding: 80px;
  }
}

.joo-821a7e {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .joo-821a7e {
    padding: 0 16px;
}


}

.joo-c3uh5h {
  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) {
  .joo-c3uh5h {
    font-size: 48px;
    line-height: 56px;
  }
}

.joo-3idubl {
  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) {
  .joo-3idubl {
    font-size: 24px;
    line-height: 32px;
  }
}

.joo-5js4b3 {
  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;
}

.joo-5js4b3:hover {
  background: var(--button-bg-hover);
}

.joo-2vjfvm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.joo-2vjfvm img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .joo-2vjfvm img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .joo-2vjfvm img {
  min-height: 100%;
  }
}

.joo-4mav72::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.joo-kspr2x {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.joo-kspr2x h1,
.joo-kspr2x h2,
.joo-kspr2x h3,
.joo-kspr2x h4 {
  margin-bottom: 6px;
}

.joo-kspr2x h1:not(:first-child),
.joo-kspr2x h2:not(:first-child),
.joo-kspr2x h3:not(:first-child),
.joo-kspr2x h4:not(:first-child) {
  margin-top: 16px;
}

.joo-kspr2x h1,
.joo-kspr2x h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .joo-kspr2x h1,
  .joo-kspr2x h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.joo-kspr2x h2,
.joo-kspr2x h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .joo-kspr2x h2,
  .joo-kspr2x h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-kspr2x h3,
.joo-kspr2x h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .joo-kspr2x h3,
  .joo-kspr2x h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.joo-kspr2x h4,
.joo-kspr2x h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.joo-kspr2x ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.joo-kspr2x ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.joo-kspr2x 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);
}

.joo-kspr2x ul ul {
  margin-bottom: 8px;
}

.joo-kspr2x ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.joo-kspr2x ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.joo-kspr2x ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.joo-kspr2x ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.joo-kspr2x ol li::marker {
  font-weight: 700;
}

.joo-kspr2x ol ol {
  margin-bottom: 8px;
}

.joo-kspr2x ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.joo-kspr2x ol ul li {
  padding-left: 16px;
}

.joo-kspr2x 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) {
  .joo-kspr2x table {
    padding: 24px;
  }
}

.joo-kspr2x table.joo-2nurqy {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.joo-gbo6q7,
    mask-image 0.3s;
}

.joo-kspr2x table.joo-2nurqy.joo-rpa9mi {
  -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) {
  .joo-kspr2x table {
    display: table;
  }
}

.joo-kspr2x table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.joo-kspr2x table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.joo-kspr2x table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.joo-kspr2x 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) {
  .joo-kspr2x table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.joo-kspr2x table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.joo-kspr2x table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.joo-kspr2x table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.joo-kspr2x img {
  max-width: 100%;
  height: auto;
}

.joo-0mk6ib {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .joo-0mk6ib {
    padding: 24px;
  }
}

.joo-lhi2dl {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .joo-lhi2dl {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.joo-lhi2dl > * {
  margin: 0 !important;
}

.joo-lhi2dl img,
.joo-r4lwxf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-lhi2dl img,
  .joo-r4lwxf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-pj649a {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-pj649a {
    width: 32px;
    height: 32px;
  }
}

.joo-7yts6y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.joo-7yts6y .joo-7tr63j {
  flex-shrink: 0;
}

.joo-7yts6y .joo-6yrclh svg {
  display: none;
}

.joo-fjfgow {
  display: grid;
  transition: max-height 0.joo-gbo6q7 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .joo-fjfgow {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .joo-fjfgow {
    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));
  }
}

.joo-fjfgow.joo-j0it6s + .joo-7tr63j svg {
  transform: rotate(180deg);
}

.joo-6tjff0 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.joo-6tjff0 > div:nth-child(3n) {
  grid-column: span 2;
}

.joo-6tjff0
  > div:nth-child(3n)
  .joo-lyoz6q
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .joo-6tjff0 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .joo-6tjff0 > div:nth-child(3n) {
    grid-column: unset;
  }

  .joo-6tjff0
    > div:nth-child(3n)
    .joo-lyoz6q
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .joo-6tjff0 {
    max-width: 270px;
  }
}

.joo-6tjff0 .joo-lyoz6q button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .joo-6tjff0 .joo-lyoz6q button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .joo-6tjff0 .joo-lyoz6q button {
    max-width: 104px;
  }
}

.joo-hdyz77 {
  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) {
  .joo-hdyz77 {
    margin-bottom: 0;
  }
}

.joo-z3j3ss {
  display: none;
  opacity: 0;
}

.joo-gj48yc {
  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;
  }
}

.joo-gj48yc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.joo-lyoz6q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.joo-lyoz6q button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .joo-lyoz6q
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .joo-lyoz6q
    button {
    max-width: 145px;
  }
}

.joo-5ebdmh:first-child
  .joo-lyoz6q
  button {
  max-width: 270px;
}

.joo-awgl9c {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.joo-hdyz77 picture {
  width: 100%;
  max-width: 100%;
}

.joo-vmn45k {
  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;
}

.joo-vmn45k svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.joo-hdyz77:hover .joo-vmn45k {
  display: flex;
}

.joo-ip8ecs {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.joo-kw9vgn {
  display: flex;
}

.joo-kw9vgn:hover .joo-fr49nc,
.joo-kw9vgn .joo-3lkc6h .joo-fr49nc {
  display: flex;
}

.joo-kw9vgn svg {
  flex-shrink: 0;
}

.joo-fr49nc {
  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) {
  .joo-fr49nc {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.joo-fr49nc:hover {
  display: flex;
}

.joo-fr49nc svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.joo-joiwrb {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .joo-joiwrb {
    font-size: 12px;
  }
}

.joo-od1nvd,
.joo-lupli7 {
  width: 50%;
  flex-shrink: 0;
}

.joo-od1nvd {
  font-weight: 700;
}

.joo-h2mcgx .joo-fjfgow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .joo-h2mcgx .joo-fjfgow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .joo-h2mcgx .joo-fjfgow {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.joo-h2mcgx
  .joo-awgl9c:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.joo-h2mcgx .joo-gj48yc {
  height: 100% !important;
  border-radius: 16px;
}

.joo-h2mcgx .joo-lyoz6q {
  gap: 4px;
  align-items: center;
}

.joo-h2mcgx .joo-lyoz6q button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.joo-h2mcgx .joo-lyoz6q svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.joo-h2mcgx .joo-859hyw,
.joo-h2mcgx .joo-61udje {
  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.joo-jllcsw.org/2000/svg'%3E%3Cpath d='M9.joo-nr1zsy 4.joo-ajaml0.joo-bqqvh9 5.joo-ghh3s8.joo-afeje8 5.joo-mcz579.joo-x01hqh 5.joo-9jij9a.joo-db3902 8.joo-sbwpe7.joo-mk1i87 9.joo-1hsdau.joo-wal81v 9.joo-poykid.joo-bq7ijz 13.joo-2voxyj.joo-2n09ji 11.joo-wbnein.joo-3vq4mj 11.joo-808t39.joo-yywpyd 11.joo-48w4gl.joo-u5lxwk 13.joo-qojac1.joo-rt5n5l 9.joo-cy76a9.joo-6jodn0 9.joo-rlpkoe.joo-2a22ji 8.joo-jo2ma9.joo-149h6b 5.joo-mwxe98.joo-hkltgv 5.joo-ussykp.joo-ljvysb 5.joo-onogqc.joo-hbqnzz 4.joo-34gqqt.joo-3vq4mj 1.joo-euhg9w.joo-nr1zsy 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.joo-h2mcgx .joo-859hyw {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.joo-h2mcgx .joo-61udje {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.joo-71jta6 {
  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) {
  .joo-71jta6 {
    padding: 24px;
  }
}

.joo-71jta6 .joo-7tr63j {
  display: flex;
}

@media (min-width: 768px) {
  .joo-71jta6 .joo-7tr63j {
    display: none;
  }
}

.joo-71jta6 .joo-6yrclh svg {
  display: none;
}

.joo-rkgun5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.joo-rkgun5 .joo-l0u05l {
  display: none;
}

@media (min-width: 768px) {
  .joo-rkgun5 .joo-l0u05l {
    display: flex;
  }
}

.joo-u568uq {
  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) {
  .joo-u568uq {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-u568uq > * {
  margin: 0 !important;
}

.joo-u568uq img,
.joo-0m4irb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-u568uq img,
  .joo-0m4irb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-cjf5rh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-cjf5rh {
    width: 32px;
    height: 32px;
  }
}

.joo-w4qy73 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .joo-w4qy73 {
    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;
  }

  .joo-w4qy73::-webkit-scrollbar {
    display: none;
  }
}

.joo-vxlbgq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .joo-vxlbgq {
    padding: 7px 15px;
  }
}

.joo-vxlbgq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.joo-g1bdyy {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .joo-g1bdyy {
    display: flex;
    opacity: 1;
  }
}

.joo-vxlbgq picture {
  height: 100%;
  display: block;
}

.joo-vxlbgq img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .joo-vxlbgq img {
    width: 88px;
    height: 44px;
  }
}

.joo-vxlbgq p {
  text-align: center;
  width: 100%;
}

.joo-1yxcr0 {
  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) {
  .joo-1yxcr0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-1yxcr0 img,
.joo-sttn35 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-1yxcr0 img,
  .joo-sttn35 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-arj89c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-arj89c {
    width: 32px;
    height: 32px;
  }
}

.joo-nmh672 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.joo-534j8y {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.joo-t5okhs {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.joo-t5okhs.joo-3lkc6h {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.joo-auak32 {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .joo-auak32 {
    font-size: 20px;
    line-height: 28px;
  }
}

.joo-aniia2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.joo-ll7jsl {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.joo-gbo6q7 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.joo-164lqz {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.joo-164lqz ol,
.joo-164lqz ul {
  padding-left: 1.3em;
}

.joo-t5okhs.joo-3lkc6h .joo-ll7jsl {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.joo-t5okhs.joo-3lkc6h .joo-aniia2 {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.joo-2xlp5u {
  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) {
  .joo-2xlp5u {
    padding: 24px;
  }
}

.joo-2xlp5u .joo-7tr63j {
  display: flex;
}

@media (min-width: 768px) {
  .joo-2xlp5u .joo-7tr63j {
    display: none;
  }
}

.joo-2xlp5u .joo-6yrclh svg {
  display: none;
}

.joo-whbahh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.joo-whbahh .joo-l0u05l {
  display: none;
}

@media (min-width: 768px) {
  .joo-whbahh .joo-l0u05l {
    display: flex;
  }
}

.joo-buelma {
  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) {
  .joo-buelma {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-buelma > * {
  margin: 0 !important;
}

.joo-buelma img,
.joo-pvmlzu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-buelma img,
  .joo-pvmlzu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-2r55px {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-2r55px {
    width: 32px;
    height: 32px;
  }
}

.joo-8obc1b {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .joo-8obc1b {
    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;
  }

  .joo-8obc1b::-webkit-scrollbar {
    display: none;
  }
}

.joo-ho1gl0 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.joo-ho1gl0:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.joo-th6dv7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .joo-th6dv7 {
    display: flex;
    opacity: 1;
  }
}

.joo-ho1gl0 picture {
  width: auto;
  height: 100%;
  display: block;
}

.joo-ho1gl0 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.joo-9cf1jc {
  margin: -24px 0;
}

.joo-9cf1jc:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .joo-9cf1jc {
    margin: -16px 0;
  }
}

.joo-e4ruvr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .joo-e4ruvr {
    flex-direction: row;
  }
}

.joo-mhmge8 {
  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) {
  .joo-mhmge8 {
    flex: 1;
  }
}

.joo-mhmge8::placeholder {
  color: var(--Text-400);
}

.joo-tpi8yk {
  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;
}

.joo-wjkaub {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.joo-wjkaub::-webkit-scrollbar {
  display: none;
}

.joo-4u1mto {
  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;
}

.joo-4u1mto img,
.joo-4u1mto svg {
  margin-right: 8px;
}

.joo-286pxo {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.joo-9cf1jc + .joo-cajm4l {
  margin-top: 0;
}

@media (min-width: 768px) {
  .joo-9cf1jc + .joo-cajm4l {
    margin-top: -16px;
  }
}

.joo-uzz6rc {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.joo-uzz6rc > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.joo-uzz6rc > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.joo-7u4kgu {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.joo-j31ij0 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.joo-5xxru8 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.joo-ucn3u9 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.joo-u82el9 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.joo-7u4kgu 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;
}

.joo-7u4kgu 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) {
  .joo-7u4kgu {
    padding: 39px 179px 39px 39px;
  }

  .joo-j31ij0 {
    font-size: 40px;
    line-height: 48px;
  }

  .joo-u82el9 {
    height: 348px;
  }

  .joo-7u4kgu button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .joo-7u4kgu button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-7u4kgu {
    padding: 63px;
  }
}

.joo-c1lv6u {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .joo-c1lv6u {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.joo-lgvfcd {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .joo-lgvfcd {
    width: auto;
  }
}

.joo-6ac0ex {
  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;
}

.joo-6ac0ex::-webkit-scrollbar {
  display: none;
}

.joo-6ac0ex 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);
}

.joo-6ac0ex a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .joo-6ac0ex {
    margin-left: 16px;
    margin-top: 0;
  }
}

.joo-c1lv6u .joo-uwrtgi {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.joo-gbo6q7,
    mask-image 0.3s;
}

.joo-c1lv6u .joo-uwrtgi.joo-rpa9mi {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.joo-x4srrr {
  margin: 40px -16px;
}

.joo-k6fe6t + .joo-nl9zze,
.joo-k6fe6t + .joo-4wrna3 {
  margin-top: 24px;
}

.joo-agsn7j {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.joo-agsn7j picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.joo-0bfkv8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .joo-0bfkv8 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .joo-0bfkv8 {
    margin-top: 0;
  }
}

.joo-kuittz {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .joo-kuittz {
    font-size: 24px;
    line-height: 32px;
  }
}

.joo-k56suk {
  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) {
  .joo-k56suk {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.joo-vqywwn {
  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) {
  .joo-vqywwn {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.joo-b9kbh2 {
  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) {
  .joo-b9kbh2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.joo-4zwdvm {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .joo-4zwdvm {
    font-size: 32px;
    line-height: 40px;
  }
}

.joo-bfyu0f {
  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;
}

.joo-eas3vy {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.joo-eas3vy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.joo-cajm4l {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.joo-u9pmfu {
  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) {
  .joo-u9pmfu {
    padding: 15px 48px;
  }
}

main > .joo-cajm4l {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .joo-fjfgow.joo-rz6sm7 > div:nth-child(n+5) {
    display: none;
  }
}

.joo-kspr2x p a img {
  display: block;
  margin: 0 auto;
}


.joo-zeghrk {
  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 */
.joo-lgsluk {
  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;
}

.joo-lgsluk label {
  font-size: 14px;
}

.joo-lgsluk h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.joo-lgsluk input,
.joo-lgsluk textarea,
.joo-lgsluk 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;
}
.joo-lgsluk button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.joo-ix09sz ease;
}
.joo-lgsluk button:hover {
  background-color: var(--button-bg-hover);
}
.joo-t79f0t {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.joo-o81j2g ease-in;
}

.joo-t79f0t 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;
}
.joo-syoyo5, .joo-cltzto, [class*="review-card"],
thead, thead th, table th, .joo-civ7ls,
.joo-yjw482, [class*="collapsible-header"],
.joo-vofrgy, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
