* {
  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-2ug6gp {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .joo-2ug6gp {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-2ug6gp {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.joo-x3x183 {
  overflow: hidden;
}

.joo-y1lz4g img {
  background: var(--Neutral-300);
}

.joo-adti2t {
  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-tghplg {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.joo-tghplg:hover {
  background: var(--button-bg-hover);
}

.joo-lts8b6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.joo-lts8b6:hover {
  background: var(--button-bg-hover);
}

.joo-gr76ru {
  font-size: 12px;
  line-height: 18px;
}

.joo-zd6bta {
  font-size: 18px;
  line-height: 26px;
}

.joo-wdzrjw {
  width: 100%;
}

.joo-vqbh0l {
  padding: 6px 16px;
}

.joo-qsq1ah {
  padding: 10px 16px;
}

.joo-6hplpq {
  padding: 15px 26px;
}

.joo-i0vchh {
  flex-shrink: 0;
}

.joo-uvhu79 {
  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-hb72q9 {
  display: none;
}

.joo-uclhrw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.joo-v3eekf {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.joo-g7x7mq {
  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-slh0os {
  cursor: grab;
}

.joo-g7x7mq::-webkit-scrollbar {
  display: none;
}

.joo-ci0mku {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.joo-qn1dou {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.joo-8rcixa {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.joo-70hztq {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.joo-87ttv2 {
  visibility: visible;
}

.joo-bvex1e {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.joo-4qxs4l ease;
}

.joo-m7euaz {
  background-color: var(--Primary-200);
  width: 16px;
}

.joo-3s9ubp {
  -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-4qxs4l,
    mask-image 0.3s;
}

.joo-3s9ubp.joo-89e8nr {
  -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-wly6y9: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-uj54g8 {
  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-fujtht.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-fujtht.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-4p592i {
  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-4p592i::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-oevoju {
  position: relative;
  z-index: 1;
}

.joo-ywksv7 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.joo-4cncu4 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.joo-dyvkkn {
  font-size: 40px;
  line-height: 48px;
}

.joo-urjkgi {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.joo-t79xz0 {
  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-t79xz0:hover {
  background: var(--Primary-400);
}

.joo-t79xz0 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.joo-wly6y9 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-4p592i {
    max-width: 600px;
    padding: 64px;
  }

  .joo-ywksv7 {
    font-size: 24px;
    line-height: 32px;
  }

  .joo-4cncu4 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .joo-dyvkkn {
    font-size: 50px;
    line-height: 56px;
  }

  .joo-urjkgi {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .joo-uj54g8 {
    top: 25px;
    right: 25px;
  }
}

.joo-64chjb,
.joo-0wa5yq {
  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-rxi45m.joo-e0ib6k::before,
.joo-0wa5yq::before,
.joo-yhn5lv::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-fujtht.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.joo-knwkzn 14.joo-wi5ojx.joo-ghrcps 14.joo-83khq9 15.joo-7hmgm1 14.joo-5oui9c 15.joo-5siamf 14.joo-fwi7qh.joo-rkwj9z 14.joo-bq10gx 19.joo-94r3ik 12.joo-386btk 19.joo-94r3ik 10.joo-r88p5y.joo-94r3ik 8.joo-8yfp3g 17.joo-9m1ahg 7.joo-rzasn5 15.joo-3rr1t5 7.joo-q1bjsc.joo-jmz3mx 7.joo-rzasn5 11.joo-u1rimj 8.joo-8yfp3g 11.joo-u1rimj 10.joo-fyd1ec.joo-u1rimj 12.joo-n2miy6 13.joo-i3wqs4 14.joo-k4e272 15.joo-pxw11b 14.joo-v7ts43.joo-hx09g2 14.joo-xjch9t 15.joo-cve2mb 14.joo-t09jwn 15.joo-mi3927 14.joo-32c431.joo-knwkzn 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.joo-ow7n80 15.joo-hxr536.joo-o19vvh 15.joo-x2jy45 15.joo-c8bhuf 15.joo-n5sokp 15.joo-lbxljj 15.joo-rrws01.joo-bo2m8d 15.joo-n5sokp 15.joo-mwax5d 15.joo-zfrl17 15.joo-kxcgy1 15.joo-hrx27d.joo-5epkkn 15.joo-rn978o 7.joo-13kdic 18.joo-7klthp 7.joo-nuk8pf 23.joo-wdymex.joo-0ipazx.joo-t2l9ny 18.joo-o3nicp 19.joo-n52agp 15.joo-pa5kqv 15.joo-ow7n80 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.joo-xi1jwh [type="submit"] *,
.joo-sqtic7 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .joo-2by3n7 {
    display: none;
  }
}

.joo-rig8ch {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .joo-rig8ch {
  display: none;
}

@media (min-width: 768px) {
  .joo-rig8ch {
    bottom: 22px;
  }
}

.joo-rig8ch input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .joo-rig8ch {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.joo-nbxkvw.static) .joo-rig8ch {
    bottom: 8px;
  }
}

.joo-pzx7mz {
  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-fujtht.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.joo-mkw66e 3.joo-v02lqx.joo-3i3qeo.joo-0rop7y 3.joo-iidbdi 3.joo-ryt7v4 5.joo-tw1ny9 3.joo-ryt7v4 8.joo-p8el7x.joo-yziqsu.joo-ryt7v4 26.joo-9d243f 5.joo-7pyt0s 28.joo-sly8gh 8.joo-c3zg0w 28.joo-ggyaim.joo-ip897j 28.joo-mgnoq3.joo-peitbk 34.joo-d1is08.joo-8ty9iz 36.joo-wia24u 11.joo-ybs10b 37.joo-vxlrea 12.joo-b2ydmt 36.joo-4hvoyp.joo-icis9o 28.joo-w61b89.joo-6i48vg.joo-sos920 28.joo-t3xtmz 36.joo-q17mhs 26.joo-l1rd0m 36.joo-q17mhs 23.joo-kub3ow.joo-kqsk4f.joo-q17mhs 5.joo-qkz0do 34.joo-f1wyl5 3.joo-iidbdi 31.joo-mkw66e 3.joo-76gzzt.joo-53edu5 18.joo-p72w48.joo-8wbykj 18.joo-kj4yfx 8.joo-heoytn 17.joo-muiy63 8.joo-heoytn 15.joo-ff0rtx.joo-heoytn 14.joo-0j5hjz 9.joo-8wbykj 13.joo-bl4mz4 11.joo-53edu5 13.joo-tyxpey.joo-oia1vu 13.joo-bl4mz4 13.joo-wz89ir 14.joo-0j5hjz 13.joo-wz89ir 15.joo-1s9p01.joo-wz89ir 17.joo-muiy63 12.joo-oia1vu 18.joo-kj4yfx 11.joo-53edu5 18.joo-u25k21.joo-aojm0i 18.joo-z9kcu7.joo-pjz2ct 18.joo-kj4yfx 17.joo-tg6m82 17.joo-muiy63 17.joo-tg6m82 15.joo-409skw.joo-tg6m82 14.joo-0j5hjz 18.joo-pjz2ct 13.joo-bl4mz4 20.joo-aojm0i 13.joo-4b1tlv.joo-86uxg5 13.joo-bl4mz4 22.joo-u4clm4 14.joo-0j5hjz 22.joo-u4clm4 15.joo-5r7mn3.joo-6q8m91 17.joo-muiy63 21.joo-86uxg5 18.joo-kj4yfx 20.joo-aojm0i 18.joo-h0krip.joo-ob4qee 18.joo-8genxz.joo-bzkzet 18.joo-kj4yfx 26.joo-j41qxc 17.joo-muiy63 26.joo-j41qxc 15.joo-waskqc.joo-j41qxc 14.joo-0j5hjz 27.joo-bzkzet 13.joo-bl4mz4 28.joo-ob4qee 13.joo-h3y1d7.joo-n3v3jh 13.joo-bl4mz4 31.joo-7o8yc0 14.joo-0j5hjz 31.joo-7o8yc0 15.joo-np9tmt.joo-j41qxc 17.joo-muiy63 30.joo-n3v3jh 18.joo-kj4yfx 28.joo-ob4qee 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-pzx7mz {
    display: none;
  }
}

.joo-yid632 {
  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-yid632 {
    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-sqtic7 {
  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-sqtic7 {
    padding: 14px 16px;
  }
}

.joo-sqtic7 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.joo-sqtic7 button:first-child {
  align-content: end;
}

.joo-sqtic7 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .joo-sqtic7
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .joo-sqtic7
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.joo-sqtic7 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.joo-sqtic7 button:last-child svg {
  width: 38px;
  height: 38px;
}

.joo-yhn5lv {
  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-yhn5lv::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .joo-yhn5lv,
.pc61d126-chatbot[data-active-screen="3"]
  .joo-yhn5lv {
  opacity: 1;
  visibility: visible;
}

.joo-ymsj07 {
  flex: 1 1;
}

.joo-psn0yj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .joo-psn0yj {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .joo-lthhqj {
  display: block;
}

.joo-qb5um1 {
  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-qb5um1 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.joo-0wa5yq {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.joo-0wa5yq::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.joo-sylvzu span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.joo-sylvzu p {
  color: var(--Text-100);
}

.joo-0wa5yq .joo-hsbyec {
  grid-area: button;
}

.joo-0wa5yq .joo-hsbyec::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-fujtht.org/2000/svg'%3E%3Cpath d='M4.joo-kid6bf 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.joo-e5mxea 15L16.joo-e5mxea 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.joo-e5mxea 5L16.joo-e5mxea 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .joo-9l15h6 {
  display: block;
}

.joo-hja73h {
  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-hja73h {
    margin-top: 40px;
  }
}

.joo-64chjb label,
.joo-64chjb input {
  display: block;
  width: 100%;
}

.joo-64chjb label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.joo-64chjb label.joo-jy1t4w input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.joo-64chjb label.joo-jy1t4w::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-64chjb 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-64chjb input::placeholder {
  color: var(--Text-400);
}

.joo-zmkusi {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .joo-zmkusi {
  display: flex;
}

.joo-zmkusi ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .joo-zmkusi ol {
    height: 420px;
    padding: 24px;
  }
}

.joo-zmkusi ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.joo-xi1jwh {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .joo-xi1jwh {
    padding: 0 24px 24px;
  }
}

.joo-xi1jwh 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-xi1jwh input::placeholder {
  color: var(--Text-400);
}

.joo-xi1jwh [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.joo-xi1jwh [type="submit"]:disabled {
  opacity: 0.5;
}

.joo-xi1jwh [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .joo-xi1jwh [type="submit"] {
    right: 40px;
  }
}

.joo-rxi45m {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.joo-rxi45m.joo-e0ib6k {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.joo-rxi45m.joo-e0ib6k::before {
  content: "";
  width: 31px;
}

.joo-rxi45m.joo-e0ib6k p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.joo-rxi45m.joo-ymixsc p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.joo-rxi45m p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.joo-rig8ch .joo-hsbyec {
  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-2by3n7 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .joo-2by3n7 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .joo-2by3n7 {
    padding: 18px 0;
  }
}

.joo-2by3n7 .joo-2ug6gp {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .joo-2by3n7 .joo-2ug6gp {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.joo-qsknw2 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .joo-qsknw2 {
    max-width: 160px;
    height: 40px;
  }
}

.joo-qsknw2 picture,
.joo-qsknw2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.joo-qsknw2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .joo-3tiegd {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.joo-4qxs4l ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .joo-2by3n7.joo-2cu0re .joo-3tiegd {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .joo-3tiegd {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .joo-3tiegd {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.joo-c0ky0h,
.joo-cw224u {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .joo-c0ky0h,
  .joo-cw224u {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .joo-cw224u {
    display: none;
  }
}

.joo-lwbm6a {
  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-2cu0re .joo-lwbm6a {
  background: var(--fh-bg-color);
}

.joo-lwbm6a button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .joo-lwbm6a {
    display: none;
  }
}

.joo-gw0e49 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .joo-gw0e49 {
    display: none;
  }
}

.joo-ofc55m {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.joo-2by3n7.joo-2cu0re .joo-ofc55m:first-child {
  display: none;
}

.joo-2by3n7.joo-2cu0re .joo-ofc55m:last-child {
  display: block;
}

.joo-ofc55m:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .joo-ofc55m {
    display: none;
  }
}

.joo-et1pg3 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .joo-et1pg3 {
    display: flex;
  }
}

.joo-et1pg3 ul {
  max-height: 350px;
  overflow-y: auto;
}

.joo-et1pg3:hover ul {
  visibility: visible;
  opacity: 1;
}

.joo-et1pg3:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.joo-et1pg3:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.joo-et1pg3:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.joo-et1pg3:hover .joo-k97sq8 svg {
  transform: rotate(180deg);
}

.joo-b3t2yc {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.joo-49e3yu {
  padding: 0 8px;
}

.joo-eu4q76 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.joo-eu4q76:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .joo-eu4q76 {
    padding: 4px 8px;
  }
}

.joo-9ctol5 {
  display: flex;
}

.joo-9ctol5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.joo-k97sq8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.joo-k97sq8 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.joo-0yq7sr {
  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-0yq7sr {
    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-xnyivz {
  width: 100%;
}

@media (min-width: 1200px) {
  .joo-xnyivz {
    display: none;
  }
}

.joo-mkpvfi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.joo-ii9juw {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.joo-cbr6xv {
  display: flex;
}

.joo-ok82zp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.joo-bcemra {
  list-style: none;
}

@media (max-width: 1199px) {
  .joo-bcemra {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .joo-bcemra {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .joo-bcemra .joo-0qv9qy [data-ref-el],
  .joo-bcemra .joo-0qv9qy span,
  .joo-bcemra .joo-0qv9qy a {
    white-space: nowrap;
  }
}

.joo-fv7be1 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .joo-fv7be1.joo-w1z4mt > .joo-0qv9qy {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .joo-fv7be1.joo-63240g:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .joo-fv7be1.joo-w1z4mt > .joo-z1n3e3 {
    height: auto;
  }

  .joo-fv7be1.joo-w1z4mt > div > .joo-7oy0og {
    transform: rotate(180deg);
  }
}

.joo-fv7be1 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.joo-fv7be1 [data-ref-el],
.joo-fv7be1 span {
  cursor: pointer;
}

.joo-fv7be1 [data-ref-el],
.joo-fv7be1 span,
.joo-fv7be1 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .joo-fv7be1 [data-ref-el],
  .joo-fv7be1 span,
  .joo-fv7be1 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .joo-fv7be1 [data-ref-el],
  .joo-fv7be1 span,
  .joo-fv7be1 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.joo-z1n3e3 {
  height: 0;
  overflow: hidden;
  transition: height 0.joo-4qxs4l ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.joo-z1n3e3::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.joo-z1n3e3::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.joo-z1n3e3::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .joo-z1n3e3 {
    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-z1n3e3:has(> .joo-fv7be1.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .joo-z1n3e3 .joo-z1n3e3 {
    padding: 0;
  }

  .joo-z1n3e3 .joo-fv7be1 {
    font-weight: 400;
  }

  .joo-z1n3e3 .joo-fv7be1:hover > .joo-0qv9qy {
    background: var(--Neutral-300);
  }

  .joo-z1n3e3 .joo-7oy0og {
    rotate: -90deg;
  }
}

.joo-0qv9qy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .joo-0qv9qy {
    padding: 8px;
  }

  .joo-fv7be1.joo-282cbx > .joo-0qv9qy {
    background: var(--Neutral-300);
  }
}

.joo-7oy0og {
  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-fujtht.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.joo-d04ezw 0.joo-wv3f6n.joo-cm263i -0.joo-v8wrzz 0.joo-p78j6b -0.joo-v8wrzz 1.joo-pnwlo5 0.joo-6nj8n8.joo-ilurv8 4.joo-1fg969.joo-d04ezw 0.joo-4xtexb.joo-bztghx -0.joo-v8wrzz 9.joo-62wsgl -0.joo-v8wrzz 10.joo-bp5cfu 0.joo-xbu7ye.joo-1trl5c 0.joo-cm263i 10.joo-1trl5c 0.joo-p78j6b 10.joo-bp5cfu 1.joo-dbeucg.joo-bsogxw 5.joo-r2jp30.joo-3idp8r 6.joo-kuk6di 5.joo-acdb22 6.joo-kuk6di 4.joo-sxmbkt 5.joo-u9zkqc.joo-d04ezw 1.joo-p1nmpi.joo-v8wrzz 0.joo-p78j6b -0.joo-v8wrzz 0.joo-cm263i 0.joo-d04ezw 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.joo-4qxs4l ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .joo-7oy0og {
    cursor: default;
  }
}

.joo-5pisgf {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.joo-j4vunf {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .joo-j4vunf {
    padding: 40px 4px;
  }
}

.joo-s8lvxb {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .joo-s8lvxb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.joo-k7d6nj {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .joo-k7d6nj {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.joo-k7d6nj ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.joo-k7d6nj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.joo-k7d6nj [data-ref-el],
.joo-k7d6nj span,
.joo-k7d6nj a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.joo-snk0zp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .joo-snk0zp {
    margin-bottom: 12px;
  }
}

.joo-63j0r6 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.joo-63j0r6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .joo-63j0r6:last-child {
    margin-right: 0;
  }
}

.joo-smywtx {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.joo-snk0zp:hover .joo-fh7j00 {
  visibility: visible;
  opacity: 1;
}

.joo-fh7j00 {
  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-9lvpcy {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.joo-qkb8dw {
  display: flex;
  margin: 6px;
}

.joo-qkb8dw img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.joo-fh7j00::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-fh7j00::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-d47pvi {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .joo-d47pvi {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.joo-ccbve5 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .joo-ccbve5 {
    margin-right: 32px;
  }
}

.joo-o4i7ug {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .joo-o4i7ug {
    margin-top: 0;
    width: 340px;
  }
}

.joo-o4i7ug a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.joo-mbwdyo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.joo-vjqqb8 {
  position: relative;
}

@media (min-width: 768px) {
  .joo-vjqqb8 {
    margin-top: 40px;
  }
}

.joo-vjqqb8 + .joo-da671z,
.joo-vjqqb8 + .joo-vjqqb8 {
  margin-top: 24px;
}

.joo-ks2y08 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .joo-ks2y08 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-ks2y08 {
    padding: 80px;
  }
}

.joo-k290w0 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .joo-k290w0 {
    padding: 0 16px;
}


}

.joo-s69n6v {
  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-s69n6v {
    font-size: 48px;
    line-height: 56px;
  }
}

.joo-k0k6hd {
  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-k0k6hd {
    font-size: 24px;
    line-height: 32px;
  }
}

.joo-d62e6e {
  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-d62e6e:hover {
  background: var(--button-bg-hover);
}

.joo-ryn67k {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.joo-ryn67k img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .joo-ryn67k img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .joo-ryn67k img {
  min-height: 100%;
  }
}

.joo-ks2y08::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.joo-ujdudy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.joo-ujdudy h1,
.joo-ujdudy h2,
.joo-ujdudy h3,
.joo-ujdudy h4 {
  margin-bottom: 6px;
}

.joo-ujdudy h1:not(:first-child),
.joo-ujdudy h2:not(:first-child),
.joo-ujdudy h3:not(:first-child),
.joo-ujdudy h4:not(:first-child) {
  margin-top: 16px;
}

.joo-ujdudy h1,
.joo-ujdudy h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .joo-ujdudy h1,
  .joo-ujdudy h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.joo-ujdudy h2,
.joo-ujdudy h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .joo-ujdudy h2,
  .joo-ujdudy h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-ujdudy h3,
.joo-ujdudy h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .joo-ujdudy h3,
  .joo-ujdudy h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.joo-ujdudy h4,
.joo-ujdudy h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.joo-ujdudy ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.joo-ujdudy ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.joo-ujdudy 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-ujdudy ul ul {
  margin-bottom: 8px;
}

.joo-ujdudy ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.joo-ujdudy ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.joo-ujdudy ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.joo-ujdudy ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.joo-ujdudy ol li::marker {
  font-weight: 700;
}

.joo-ujdudy ol ol {
  margin-bottom: 8px;
}

.joo-ujdudy ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.joo-ujdudy ol ul li {
  padding-left: 16px;
}

.joo-ujdudy 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-ujdudy table {
    padding: 24px;
  }
}

.joo-ujdudy table.joo-j1nu48 {
  -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-4qxs4l,
    mask-image 0.3s;
}

.joo-ujdudy table.joo-j1nu48.joo-89e8nr {
  -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-ujdudy table {
    display: table;
  }
}

.joo-ujdudy 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);
}

.joo-ujdudy table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.joo-ujdudy table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.joo-ujdudy 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-ujdudy table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.joo-ujdudy table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.joo-ujdudy table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.joo-ujdudy table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.joo-ujdudy img {
  max-width: 100%;
  height: auto;
}

.joo-o3th9y {
  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) {
  .joo-o3th9y {
    padding: 24px;
  }
}

.joo-arrp0u {
  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-arrp0u {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.joo-arrp0u > * {
  margin: 0 !important;
}

.joo-arrp0u img,
.joo-cxqfvm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-arrp0u img,
  .joo-cxqfvm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-v7golk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-v7golk {
    width: 32px;
    height: 32px;
  }
}

.joo-x40dp2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.joo-x40dp2 .joo-8e6k8r {
  flex-shrink: 0;
}

.joo-x40dp2 .joo-ptjxe5 svg {
  display: none;
}

.joo-kjkr5d {
  display: grid;
  transition: max-height 0.joo-4qxs4l ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .joo-kjkr5d {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .joo-kjkr5d {
    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-kjkr5d.joo-seqkov + .joo-8e6k8r svg {
  transform: rotate(180deg);
}

.joo-lz4s74 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.joo-lz4s74 > div:nth-child(3n) {
  grid-column: span 2;
}

.joo-lz4s74
  > div:nth-child(3n)
  .joo-gdeh2e
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .joo-lz4s74 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .joo-lz4s74 > div:nth-child(3n) {
    grid-column: unset;
  }

  .joo-lz4s74
    > div:nth-child(3n)
    .joo-gdeh2e
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .joo-lz4s74 {
    max-width: 270px;
  }
}

.joo-lz4s74 .joo-gdeh2e button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .joo-lz4s74 .joo-gdeh2e button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .joo-lz4s74 .joo-gdeh2e button {
    max-width: 104px;
  }
}

.joo-pdk1al {
  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-pdk1al {
    margin-bottom: 0;
  }
}

.joo-tlv8wv {
  display: none;
  opacity: 0;
}

.joo-buy40s {
  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-buy40s img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.joo-gdeh2e {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.joo-gdeh2e 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-gdeh2e
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .joo-gdeh2e
    button {
    max-width: 145px;
  }
}

.joo-qm1x05:first-child
  .joo-gdeh2e
  button {
  max-width: 270px;
}

.joo-br6415 {
  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%;
}

.joo-pdk1al picture {
  width: 100%;
  max-width: 100%;
}

.joo-q8dyzi {
  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-q8dyzi svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.joo-pdk1al:hover .joo-q8dyzi {
  display: flex;
}

.joo-4n5dse {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.joo-b66386 {
  display: flex;
}

.joo-b66386:hover .joo-38ilt6,
.joo-b66386 .joo-282cbx .joo-38ilt6 {
  display: flex;
}

.joo-b66386 svg {
  flex-shrink: 0;
}

.joo-38ilt6 {
  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-38ilt6 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.joo-38ilt6:hover {
  display: flex;
}

.joo-38ilt6 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.joo-ooucfv {
  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-ooucfv {
    font-size: 12px;
  }
}

.joo-7y2gnk,
.joo-9ir7dq {
  width: 50%;
  flex-shrink: 0;
}

.joo-7y2gnk {
  font-weight: 700;
}

.joo-56afza .joo-kjkr5d {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .joo-56afza .joo-kjkr5d {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .joo-56afza .joo-kjkr5d {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.joo-56afza
  .joo-br6415:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.joo-56afza .joo-buy40s {
  height: 100% !important;
  border-radius: 16px;
}

.joo-56afza .joo-gdeh2e {
  gap: 4px;
  align-items: center;
}

.joo-56afza .joo-gdeh2e button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.joo-56afza .joo-gdeh2e svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.joo-56afza .joo-4z1ek5,
.joo-56afza .joo-uzx8y5 {
  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-fujtht.org/2000/svg'%3E%3Cpath d='M9.joo-27bk4t 4.joo-rfpsdw.joo-m21zk0 5.joo-028hqr.joo-hudhi8 5.joo-oy1ij2.joo-h2hfsl 5.joo-i234ae.joo-ub6olh 8.joo-tdvh13.joo-4zeua3 9.joo-7n8bo1.joo-fs9i4k 9.joo-0ktow4.joo-84zebm 13.joo-m19qo7.joo-u1773x 11.joo-55jvwu.joo-96r37h 11.joo-ueltd4.joo-ggtcip 11.joo-lgzdj6.joo-u560n0 13.joo-at0zja.joo-bstqjc 9.joo-eof83q.joo-tk92tv 9.joo-b78xmq.joo-qpa9d2 8.joo-f8a1rb.joo-o1vwl3 5.joo-a0n8v6.joo-h1alzi 5.joo-1b9lqf.joo-0mef8f 5.joo-7v1gz3.joo-ob43pb 4.joo-g59qfx.joo-96r37h 1.joo-l3f64g.joo-27bk4t 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.joo-56afza .joo-4z1ek5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.joo-56afza .joo-uzx8y5 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.joo-8jftd0 {
  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-8jftd0 {
    padding: 24px;
  }
}

.joo-8jftd0 .joo-8e6k8r {
  display: flex;
}

@media (min-width: 768px) {
  .joo-8jftd0 .joo-8e6k8r {
    display: none;
  }
}

.joo-8jftd0 .joo-ptjxe5 svg {
  display: none;
}

.joo-xr6jjb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.joo-xr6jjb .joo-adti2t {
  display: none;
}

@media (min-width: 768px) {
  .joo-xr6jjb .joo-adti2t {
    display: flex;
  }
}

.joo-94xkpw {
  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-94xkpw {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-94xkpw > * {
  margin: 0 !important;
}

.joo-94xkpw img,
.joo-9u1ubg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-94xkpw img,
  .joo-9u1ubg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-xy9s0q {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-xy9s0q {
    width: 32px;
    height: 32px;
  }
}

.joo-u9r401 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .joo-u9r401 {
    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-u9r401::-webkit-scrollbar {
    display: none;
  }
}

.joo-c3o0bb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .joo-c3o0bb {
    padding: 7px 15px;
  }
}

.joo-c3o0bb:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.joo-a3751w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .joo-a3751w {
    display: flex;
    opacity: 1;
  }
}

.joo-c3o0bb picture {
  height: 100%;
  display: block;
}

.joo-c3o0bb img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .joo-c3o0bb img {
    width: 88px;
    height: 44px;
  }
}

.joo-c3o0bb p {
  text-align: center;
  width: 100%;
}

.joo-wvqijs {
  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-wvqijs {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-wvqijs img,
.joo-eec5rg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-wvqijs img,
  .joo-eec5rg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-diulw7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-diulw7 {
    width: 32px;
    height: 32px;
  }
}

.joo-hbvc86 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.joo-fegter {
  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;
}

.joo-t77mqx {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.joo-t77mqx.joo-282cbx {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.joo-6yquch {
  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) {
  .joo-6yquch {
    font-size: 20px;
    line-height: 28px;
  }
}

.joo-nqsnkn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.joo-4zg996 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.joo-4qxs4l ease;
  opacity: 0;
  color: var(--text-color);
}

.joo-up21yg {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.joo-up21yg ol,
.joo-up21yg ul {
  padding-left: 1.3em;
}

.joo-t77mqx.joo-282cbx .joo-4zg996 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.joo-t77mqx.joo-282cbx .joo-nqsnkn {
  transform: rotate(180deg);
  color: var(--text-color);
}

.joo-gup7bd {
  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-gup7bd {
    padding: 24px;
  }
}

.joo-gup7bd .joo-8e6k8r {
  display: flex;
}

@media (min-width: 768px) {
  .joo-gup7bd .joo-8e6k8r {
    display: none;
  }
}

.joo-gup7bd .joo-ptjxe5 svg {
  display: none;
}

.joo-qn4ix4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.joo-qn4ix4 .joo-adti2t {
  display: none;
}

@media (min-width: 768px) {
  .joo-qn4ix4 .joo-adti2t {
    display: flex;
  }
}

.joo-qlgpg1 {
  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-qlgpg1 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-qlgpg1 > * {
  margin: 0 !important;
}

.joo-qlgpg1 img,
.joo-9pcn3z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-qlgpg1 img,
  .joo-9pcn3z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-m1x1dc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-m1x1dc {
    width: 32px;
    height: 32px;
  }
}

.joo-zqfd1c {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .joo-zqfd1c {
    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-zqfd1c::-webkit-scrollbar {
    display: none;
  }
}

.joo-frgz3q {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.joo-frgz3q:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.joo-65170p {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .joo-65170p {
    display: flex;
    opacity: 1;
  }
}

.joo-frgz3q picture {
  width: auto;
  height: 100%;
  display: block;
}

.joo-frgz3q picture img {
  display: block;
  width: auto;
  height: 100%;
}

.joo-hn84k2 {
  margin: -24px 0;
}

.joo-hn84k2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .joo-hn84k2 {
    margin: -16px 0;
  }
}

.joo-k7613a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .joo-k7613a {
    flex-direction: row;
  }
}

.joo-eucke7 {
  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-eucke7 {
    flex: 1;
  }
}

.joo-eucke7::placeholder {
  color: var(--Text-400);
}

.joo-nz19ze {
  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-8czzdg {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.joo-8czzdg::-webkit-scrollbar {
  display: none;
}

.joo-jnhnkv {
  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-jnhnkv img,
.joo-jnhnkv svg {
  margin-right: 8px;
}

.joo-4uyd90 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.joo-hn84k2 + .joo-hcmslw {
  margin-top: 0;
}

@media (min-width: 768px) {
  .joo-hn84k2 + .joo-hcmslw {
    margin-top: -16px;
  }
}

.joo-46sq2u {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.joo-46sq2u > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.joo-46sq2u > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.joo-o41a44 {
  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;
}

.joo-6wra48 {
  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-aditcq {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.joo-a618oi {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.joo-c6x77u {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.joo-o41a44 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-o41a44 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-o41a44 {
    padding: 39px 179px 39px 39px;
  }

  .joo-6wra48 {
    font-size: 40px;
    line-height: 48px;
  }

  .joo-c6x77u {
    height: 348px;
  }

  .joo-o41a44 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .joo-o41a44 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-o41a44 {
    padding: 63px;
  }
}

.joo-hnlh39 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .joo-hnlh39 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.joo-jux57e {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .joo-jux57e {
    width: auto;
  }
}

.joo-lxmp3x {
  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-lxmp3x::-webkit-scrollbar {
  display: none;
}

.joo-lxmp3x 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-lxmp3x a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .joo-lxmp3x {
    margin-left: 16px;
    margin-top: 0;
  }
}

.joo-hnlh39 .joo-8vx49o {
  -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-4qxs4l,
    mask-image 0.3s;
}

.joo-hnlh39 .joo-8vx49o.joo-89e8nr {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.joo-axec82 {
  margin: 40px -16px;
}

.joo-puvafj + .joo-da671z,
.joo-puvafj + .joo-vjqqb8 {
  margin-top: 24px;
}

.joo-2tjymq {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.joo-2tjymq picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.joo-d6wdde {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .joo-d6wdde {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .joo-d6wdde {
    margin-top: 0;
  }
}

.joo-vcrs9x {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .joo-vcrs9x {
    font-size: 24px;
    line-height: 32px;
  }
}

.joo-7wwnlp {
  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-7wwnlp {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.joo-6xisav {
  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-6xisav {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.joo-j7kllb {
  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-j7kllb {
    font-size: 20px;
    line-height: 28px;
  }
}

.joo-6why56 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .joo-6why56 {
    font-size: 32px;
    line-height: 40px;
  }
}

.joo-3utog8 {
  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-xnlks7 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.joo-xnlks7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.joo-hcmslw {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.joo-nxtnfb {
  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-nxtnfb {
    padding: 15px 48px;
  }
}

main > .joo-hcmslw {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .joo-kjkr5d.joo-q95pkv > div:nth-child(n+5) {
    display: none;
  }
}

.joo-ujdudy p a img {
  display: block;
  margin: 0 auto;
}


.joo-3trzuo {
  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-xbs31z {
  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-xbs31z label {
  font-size: 14px;
}

.joo-xbs31z h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.joo-xbs31z input,
.joo-xbs31z textarea,
.joo-xbs31z 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-xbs31z button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.joo-2jj89l ease;
}
.joo-xbs31z button:hover {
  background-color: var(--button-bg-hover);
}
.joo-clpaku {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.joo-bqp61z ease-in;
}

.joo-clpaku 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-y09b9s, .joo-4ym04p, [class*="review-card"],
thead, thead th, table th, .joo-kr4kwu,
.joo-b2z3e3, [class*="collapsible-header"],
.joo-jxo2ar, [class*="updated-block"] {
  color: #ece7dc !important;
}
