* {
  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-zqds9b {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .joo-zqds9b {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-zqds9b {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.joo-q04l9p {
  overflow: hidden;
}

.joo-kjyie3 img {
  background: var(--Neutral-300);
}

.joo-y6bfad {
  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-jjokjm {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.joo-jjokjm:hover {
  background: var(--button-bg-hover);
}

.joo-1tqbfw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.joo-1tqbfw:hover {
  background: var(--button-bg-hover);
}

.joo-kiy3vn {
  font-size: 12px;
  line-height: 18px;
}

.joo-g6yp7d {
  font-size: 18px;
  line-height: 26px;
}

.joo-34hz1b {
  width: 100%;
}

.joo-aj8arh {
  padding: 6px 16px;
}

.joo-fx7chf {
  padding: 10px 16px;
}

.joo-fwtyqq {
  padding: 15px 26px;
}

.joo-thdy0u {
  flex-shrink: 0;
}

.joo-mlfwgm {
  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-b27yeo {
  display: none;
}

.joo-58dto5 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.joo-4hn89j {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.joo-7kystc {
  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-amkcok {
  cursor: grab;
}

.joo-7kystc::-webkit-scrollbar {
  display: none;
}

.joo-edww2g {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.joo-oujnb0 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.joo-f1oic4 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.joo-84hpbk {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.joo-nxaxzj {
  visibility: visible;
}

.joo-ppsm38 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.joo-74fa24 ease;
}

.joo-rvvpni {
  background-color: var(--Primary-200);
  width: 16px;
}

.joo-ulnqd1 {
  -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-74fa24,
    mask-image 0.3s;
}

.joo-ulnqd1.joo-8vratq {
  -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-eyg9zb: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-h3el6u {
  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-9ss4js.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-9ss4js.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-9p87ce {
  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-9p87ce::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-tcz06x {
  position: relative;
  z-index: 1;
}

.joo-3uz6ux {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.joo-ncldls {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.joo-v4x15h {
  font-size: 40px;
  line-height: 48px;
}

.joo-5ba2vf {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.joo-2pmpoz {
  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-2pmpoz:hover {
  background: var(--Primary-400);
}

.joo-2pmpoz svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.joo-eyg9zb 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-9p87ce {
    max-width: 600px;
    padding: 64px;
  }

  .joo-3uz6ux {
    font-size: 24px;
    line-height: 32px;
  }

  .joo-ncldls {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .joo-v4x15h {
    font-size: 50px;
    line-height: 56px;
  }

  .joo-5ba2vf {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .joo-h3el6u {
    top: 25px;
    right: 25px;
  }
}

.joo-cwdc9o,
.joo-tc95vj {
  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-y7emob.joo-hesegp::before,
.joo-tc95vj::before,
.joo-1manpr::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-9ss4js.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.joo-ni5x13 14.joo-3jfflv.joo-sv63o9 14.joo-ltpx65 15.joo-9j9hkp 14.joo-gvqa9f 15.joo-wjesnn 14.joo-ev7aba.joo-bjrubj 14.joo-bawx2o 19.joo-d0bj98 12.joo-tzwqi5 19.joo-d0bj98 10.joo-q1bdxu.joo-d0bj98 8.joo-l0q2x4 17.joo-s3jf26 7.joo-cddfwt 15.joo-v348gy 7.joo-mwzfj8.joo-mjbybl 7.joo-cddfwt 11.joo-m3gmo9 8.joo-l0q2x4 11.joo-m3gmo9 10.joo-aw4ko5.joo-m3gmo9 12.joo-yrbfim 13.joo-7139nq 14.joo-lw99ov 15.joo-9py4bd 14.joo-4wxjtn.joo-11rrab 14.joo-xmvujj 15.joo-2elkrc 14.joo-s3vbps 15.joo-qi9isi 14.joo-9nzcwk.joo-ni5x13 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.joo-43sc7c 15.joo-zmqur6.joo-7kaxlm 15.joo-co6b4a 15.joo-jpc9n3 15.joo-4sxpeg 15.joo-0yixfh 15.joo-1ynls9.joo-ynonrv 15.joo-4sxpeg 15.joo-sc2cp5 15.joo-znatzm 15.joo-4h2e9p 15.joo-7jc8ld.joo-dyjhfo 15.joo-393scf 7.joo-suts7d 18.joo-tjdmgu 7.joo-8cq1sy 23.joo-rakea2.joo-3va8df.joo-wbv93t 18.joo-mn9brf 19.joo-mzd5ri 15.joo-z4109f 15.joo-43sc7c 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.joo-mfaolp [type="submit"] *,
.joo-hpr78v button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .joo-043oiy {
    display: none;
  }
}

.joo-n12nqc {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .joo-n12nqc {
  display: none;
}

@media (min-width: 768px) {
  .joo-n12nqc {
    bottom: 22px;
  }
}

.joo-n12nqc input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .joo-n12nqc {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.joo-keg710.static) .joo-n12nqc {
    bottom: 8px;
  }
}

.joo-6hls38 {
  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-9ss4js.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.joo-a5olx8 3.joo-1gzz5l.joo-l988q1.joo-2evbw2 3.joo-n69cvz 3.joo-fz3mfo 5.joo-7uyvxb 3.joo-fz3mfo 8.joo-966nlr.joo-oadfv7.joo-fz3mfo 26.joo-00hvie 5.joo-p812in 28.joo-tc34zn 8.joo-y5ovsd 28.joo-yjnn21.joo-hbczhb 28.joo-ypu30i.joo-wyebve 34.joo-10o6yn.joo-j2rv88 36.joo-g16lvi 11.joo-xkbv2j 37.joo-2ivu5p 12.joo-7x6xtv 36.joo-fxc9qk.joo-21pq7f 28.joo-ohzw05.joo-iy73tf.joo-nvaprd 28.joo-uh9kaq 36.joo-fo0hgh 26.joo-tgwruc 36.joo-fo0hgh 23.joo-10m4v6.joo-94kb6s.joo-fo0hgh 5.joo-xx0u5a 34.joo-wnvy3j 3.joo-n69cvz 31.joo-a5olx8 3.joo-qxgutu.joo-hjc09s 18.joo-zi04jk.joo-3kh3pr 18.joo-rnjc14 8.joo-n6nd4h 17.joo-zvlsp8 8.joo-n6nd4h 15.joo-uwm3n0.joo-n6nd4h 14.joo-xzu1oh 9.joo-3kh3pr 13.joo-8jxoja 11.joo-hjc09s 13.joo-7qbkts.joo-kqv58f 13.joo-8jxoja 13.joo-nhbd0v 14.joo-xzu1oh 13.joo-nhbd0v 15.joo-0zmqit.joo-nhbd0v 17.joo-zvlsp8 12.joo-kqv58f 18.joo-rnjc14 11.joo-hjc09s 18.joo-e6dqzr.joo-hxol19 18.joo-rg1rmm.joo-lpud2m 18.joo-rnjc14 17.joo-t2i5mg 17.joo-zvlsp8 17.joo-t2i5mg 15.joo-0j021j.joo-t2i5mg 14.joo-xzu1oh 18.joo-lpud2m 13.joo-8jxoja 20.joo-hxol19 13.joo-242aqi.joo-b1ux7o 13.joo-8jxoja 22.joo-60q32q 14.joo-xzu1oh 22.joo-60q32q 15.joo-dcx40p.joo-josn26 17.joo-zvlsp8 21.joo-b1ux7o 18.joo-rnjc14 20.joo-hxol19 18.joo-un9yar.joo-scao49 18.joo-s99dxe.joo-ahdh2t 18.joo-rnjc14 26.joo-uo18v8 17.joo-zvlsp8 26.joo-uo18v8 15.joo-15nfeg.joo-uo18v8 14.joo-xzu1oh 27.joo-ahdh2t 13.joo-8jxoja 28.joo-scao49 13.joo-zppnee.joo-nslwcf 13.joo-8jxoja 31.joo-ke40cl 14.joo-xzu1oh 31.joo-ke40cl 15.joo-aknqng.joo-uo18v8 17.joo-zvlsp8 30.joo-nslwcf 18.joo-rnjc14 28.joo-scao49 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-6hls38 {
    display: none;
  }
}

.joo-6bkhfq {
  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-6bkhfq {
    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-hpr78v {
  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-hpr78v {
    padding: 14px 16px;
  }
}

.joo-hpr78v button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.joo-hpr78v button:first-child {
  align-content: end;
}

.joo-hpr78v button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .joo-hpr78v
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .joo-hpr78v
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.joo-hpr78v button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.joo-hpr78v button:last-child svg {
  width: 38px;
  height: 38px;
}

.joo-1manpr {
  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-1manpr::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .joo-1manpr,
.pc61d126-chatbot[data-active-screen="3"]
  .joo-1manpr {
  opacity: 1;
  visibility: visible;
}

.joo-rjtfhu {
  flex: 1 1;
}

.joo-zougws {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .joo-zougws {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .joo-k7gfok {
  display: block;
}

.joo-epabhs {
  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-epabhs {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.joo-tc95vj {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.joo-tc95vj::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.joo-r1ne8q span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.joo-r1ne8q p {
  color: var(--Text-100);
}

.joo-tc95vj .joo-qxal9h {
  grid-area: button;
}

.joo-tc95vj .joo-qxal9h::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-9ss4js.org/2000/svg'%3E%3Cpath d='M4.joo-l1tbpa 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.joo-1t9agh 15L16.joo-1t9agh 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.joo-1t9agh 5L16.joo-1t9agh 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .joo-j9iz2p {
  display: block;
}

.joo-59zfy7 {
  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-59zfy7 {
    margin-top: 40px;
  }
}

.joo-cwdc9o label,
.joo-cwdc9o input {
  display: block;
  width: 100%;
}

.joo-cwdc9o label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.joo-cwdc9o label.joo-9fra7x input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.joo-cwdc9o label.joo-9fra7x::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-cwdc9o 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-cwdc9o input::placeholder {
  color: var(--Text-400);
}

.joo-g8sk0w {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .joo-g8sk0w {
  display: flex;
}

.joo-g8sk0w ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .joo-g8sk0w ol {
    height: 420px;
    padding: 24px;
  }
}

.joo-g8sk0w ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.joo-mfaolp {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .joo-mfaolp {
    padding: 0 24px 24px;
  }
}

.joo-mfaolp 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-mfaolp input::placeholder {
  color: var(--Text-400);
}

.joo-mfaolp [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.joo-mfaolp [type="submit"]:disabled {
  opacity: 0.5;
}

.joo-mfaolp [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .joo-mfaolp [type="submit"] {
    right: 40px;
  }
}

.joo-y7emob {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.joo-y7emob.joo-hesegp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.joo-y7emob.joo-hesegp::before {
  content: "";
  width: 31px;
}

.joo-y7emob.joo-hesegp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.joo-y7emob.joo-3i25k0 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.joo-y7emob p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.joo-n12nqc .joo-qxal9h {
  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-043oiy {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .joo-043oiy {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .joo-043oiy {
    padding: 18px 0;
  }
}

.joo-043oiy .joo-zqds9b {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .joo-043oiy .joo-zqds9b {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.joo-rl3ea3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .joo-rl3ea3 {
    max-width: 160px;
    height: 40px;
  }
}

.joo-rl3ea3 picture,
.joo-rl3ea3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.joo-rl3ea3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .joo-yphslo {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.joo-74fa24 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .joo-043oiy.joo-qn7sx2 .joo-yphslo {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .joo-yphslo {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .joo-yphslo {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.joo-qv6ugg,
.joo-70zxgq {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .joo-qv6ugg,
  .joo-70zxgq {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .joo-70zxgq {
    display: none;
  }
}

.joo-szdzg2 {
  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-qn7sx2 .joo-szdzg2 {
  background: var(--fh-bg-color);
}

.joo-szdzg2 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .joo-szdzg2 {
    display: none;
  }
}

.joo-uwmm6c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .joo-uwmm6c {
    display: none;
  }
}

.joo-flz2pa {
  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-043oiy.joo-qn7sx2 .joo-flz2pa:first-child {
  display: none;
}

.joo-043oiy.joo-qn7sx2 .joo-flz2pa:last-child {
  display: block;
}

.joo-flz2pa:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .joo-flz2pa {
    display: none;
  }
}

.joo-pi2swg {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .joo-pi2swg {
    display: flex;
  }
}

.joo-pi2swg ul {
  max-height: 350px;
  overflow-y: auto;
}

.joo-pi2swg:hover ul {
  visibility: visible;
  opacity: 1;
}

.joo-pi2swg:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.joo-pi2swg:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.joo-pi2swg:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.joo-pi2swg:hover .joo-qp6eld svg {
  transform: rotate(180deg);
}

.joo-7awgqj {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.joo-3tkv7x {
  padding: 0 8px;
}

.joo-nhhylo {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.joo-nhhylo:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .joo-nhhylo {
    padding: 4px 8px;
  }
}

.joo-9omgzk {
  display: flex;
}

.joo-9omgzk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.joo-qp6eld {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.joo-qp6eld svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.joo-ku7zpp {
  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-ku7zpp {
    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-qcq5nx {
  width: 100%;
}

@media (min-width: 1200px) {
  .joo-qcq5nx {
    display: none;
  }
}

.joo-ok1eiy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.joo-m2g6ry {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.joo-eidi8j {
  display: flex;
}

.joo-o2vxm7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.joo-qowrcw {
  list-style: none;
}

@media (max-width: 1199px) {
  .joo-qowrcw {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .joo-qowrcw {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .joo-qowrcw .joo-szoud7 [data-ref-el],
  .joo-qowrcw .joo-szoud7 span,
  .joo-qowrcw .joo-szoud7 a {
    white-space: nowrap;
  }
}

.joo-6ow270 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .joo-6ow270.joo-wazozy > .joo-szoud7 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .joo-6ow270.joo-05m5x9:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .joo-6ow270.joo-wazozy > .joo-ajlj6d {
    height: auto;
  }

  .joo-6ow270.joo-wazozy > div > .joo-pdg99k {
    transform: rotate(180deg);
  }
}

.joo-6ow270 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.joo-6ow270 [data-ref-el],
.joo-6ow270 span {
  cursor: pointer;
}

.joo-6ow270 [data-ref-el],
.joo-6ow270 span,
.joo-6ow270 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-6ow270 [data-ref-el],
  .joo-6ow270 span,
  .joo-6ow270 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .joo-6ow270 [data-ref-el],
  .joo-6ow270 span,
  .joo-6ow270 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.joo-ajlj6d {
  height: 0;
  overflow: hidden;
  transition: height 0.joo-74fa24 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.joo-ajlj6d::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.joo-ajlj6d::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.joo-ajlj6d::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .joo-ajlj6d {
    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-ajlj6d:has(> .joo-6ow270.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .joo-ajlj6d .joo-ajlj6d {
    padding: 0;
  }

  .joo-ajlj6d .joo-6ow270 {
    font-weight: 400;
  }

  .joo-ajlj6d .joo-6ow270:hover > .joo-szoud7 {
    background: var(--Neutral-300);
  }

  .joo-ajlj6d .joo-pdg99k {
    rotate: -90deg;
  }
}

.joo-szoud7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .joo-szoud7 {
    padding: 8px;
  }

  .joo-6ow270.joo-cs316k > .joo-szoud7 {
    background: var(--Neutral-300);
  }
}

.joo-pdg99k {
  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-9ss4js.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.joo-zbtcow 0.joo-j7qhp6.joo-zpto1b -0.joo-8ncws1 0.joo-aeezeh -0.joo-8ncws1 1.joo-y6jktr 0.joo-38yaw0.joo-ukpncp 4.joo-yg5qsf.joo-zbtcow 0.joo-0jo0it.joo-ktwmu4 -0.joo-8ncws1 9.joo-e6uyj0 -0.joo-8ncws1 10.joo-vnpld0 0.joo-nfmrdz.joo-lpec50 0.joo-zpto1b 10.joo-lpec50 0.joo-aeezeh 10.joo-vnpld0 1.joo-59we23.joo-d4iw9y 5.joo-rwmcty.joo-062q01 6.joo-mc9khk 5.joo-h93c1q 6.joo-mc9khk 4.joo-9ksqiy 5.joo-okresk.joo-zbtcow 1.joo-xz9ppj.joo-8ncws1 0.joo-aeezeh -0.joo-8ncws1 0.joo-zpto1b 0.joo-zbtcow 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.joo-74fa24 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .joo-pdg99k {
    cursor: default;
  }
}

.joo-2bf9ox {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.joo-4pplx1 {
  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-4pplx1 {
    padding: 40px 4px;
  }
}

.joo-pxgp80 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .joo-pxgp80 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.joo-nm7sfm {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .joo-nm7sfm {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.joo-nm7sfm ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.joo-nm7sfm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.joo-nm7sfm [data-ref-el],
.joo-nm7sfm span,
.joo-nm7sfm a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.joo-t2tc2m {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .joo-t2tc2m {
    margin-bottom: 12px;
  }
}

.joo-0fapeo {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.joo-0fapeo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .joo-0fapeo:last-child {
    margin-right: 0;
  }
}

.joo-3j580n {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.joo-t2tc2m:hover .joo-885uqg {
  visibility: visible;
  opacity: 1;
}

.joo-885uqg {
  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-97qolb {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.joo-cq1rrp {
  display: flex;
  margin: 6px;
}

.joo-cq1rrp img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.joo-885uqg::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-885uqg::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-njemf7 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .joo-njemf7 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.joo-v27ohv {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .joo-v27ohv {
    margin-right: 32px;
  }
}

.joo-wfq0m6 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .joo-wfq0m6 {
    margin-top: 0;
    width: 340px;
  }
}

.joo-wfq0m6 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.joo-r0hwwd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.joo-se7srg {
  position: relative;
}

@media (min-width: 768px) {
  .joo-se7srg {
    margin-top: 40px;
  }
}

.joo-se7srg + .joo-54jbho,
.joo-se7srg + .joo-se7srg {
  margin-top: 24px;
}

.joo-t0lr2l {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .joo-t0lr2l {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-t0lr2l {
    padding: 80px;
  }
}

.joo-f2ofbx {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .joo-f2ofbx {
    padding: 0 16px;
}


}

.joo-thr4my {
  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-thr4my {
    font-size: 48px;
    line-height: 56px;
  }
}

.joo-2cjod2 {
  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-2cjod2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.joo-brma4o {
  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-brma4o:hover {
  background: var(--button-bg-hover);
}

.joo-udqejr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.joo-udqejr img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .joo-udqejr img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .joo-udqejr img {
  min-height: 100%;
  }
}

.joo-t0lr2l::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.joo-iozn07 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.joo-iozn07 h1,
.joo-iozn07 h2,
.joo-iozn07 h3,
.joo-iozn07 h4 {
  margin-bottom: 6px;
}

.joo-iozn07 h1:not(:first-child),
.joo-iozn07 h2:not(:first-child),
.joo-iozn07 h3:not(:first-child),
.joo-iozn07 h4:not(:first-child) {
  margin-top: 16px;
}

.joo-iozn07 h1,
.joo-iozn07 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .joo-iozn07 h1,
  .joo-iozn07 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.joo-iozn07 h2,
.joo-iozn07 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .joo-iozn07 h2,
  .joo-iozn07 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-iozn07 h3,
.joo-iozn07 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .joo-iozn07 h3,
  .joo-iozn07 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.joo-iozn07 h4,
.joo-iozn07 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.joo-iozn07 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.joo-iozn07 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.joo-iozn07 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-iozn07 ul ul {
  margin-bottom: 8px;
}

.joo-iozn07 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.joo-iozn07 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.joo-iozn07 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.joo-iozn07 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.joo-iozn07 ol li::marker {
  font-weight: 700;
}

.joo-iozn07 ol ol {
  margin-bottom: 8px;
}

.joo-iozn07 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.joo-iozn07 ol ul li {
  padding-left: 16px;
}

.joo-iozn07 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-iozn07 table {
    padding: 24px;
  }
}

.joo-iozn07 table.joo-5xepml {
  -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-74fa24,
    mask-image 0.3s;
}

.joo-iozn07 table.joo-5xepml.joo-8vratq {
  -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-iozn07 table {
    display: table;
  }
}

.joo-iozn07 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-iozn07 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.joo-iozn07 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.joo-iozn07 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-iozn07 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.joo-iozn07 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.joo-iozn07 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.joo-iozn07 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.joo-iozn07 img {
  max-width: 100%;
  height: auto;
}

.joo-uyf5qf {
  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-uyf5qf {
    padding: 24px;
  }
}

.joo-orv0qa {
  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-orv0qa {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.joo-orv0qa > * {
  margin: 0 !important;
}

.joo-orv0qa img,
.joo-6irrn2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-orv0qa img,
  .joo-6irrn2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-8t1f9s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-8t1f9s {
    width: 32px;
    height: 32px;
  }
}

.joo-7qsspb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.joo-7qsspb .joo-g8pmkg {
  flex-shrink: 0;
}

.joo-7qsspb .joo-qqn2ut svg {
  display: none;
}

.joo-sxeoog {
  display: grid;
  transition: max-height 0.joo-74fa24 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .joo-sxeoog {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .joo-sxeoog {
    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-sxeoog.joo-jyooc0 + .joo-g8pmkg svg {
  transform: rotate(180deg);
}

.joo-1c4jsk {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.joo-1c4jsk > div:nth-child(3n) {
  grid-column: span 2;
}

.joo-1c4jsk
  > div:nth-child(3n)
  .joo-12zz3z
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .joo-1c4jsk {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .joo-1c4jsk > div:nth-child(3n) {
    grid-column: unset;
  }

  .joo-1c4jsk
    > div:nth-child(3n)
    .joo-12zz3z
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .joo-1c4jsk {
    max-width: 270px;
  }
}

.joo-1c4jsk .joo-12zz3z button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .joo-1c4jsk .joo-12zz3z button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .joo-1c4jsk .joo-12zz3z button {
    max-width: 104px;
  }
}

.joo-oz47b0 {
  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-oz47b0 {
    margin-bottom: 0;
  }
}

.joo-wi7xme {
  display: none;
  opacity: 0;
}

.joo-4m2ymk {
  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-4m2ymk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.joo-12zz3z {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.joo-12zz3z 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-12zz3z
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .joo-12zz3z
    button {
    max-width: 145px;
  }
}

.joo-a1penc:first-child
  .joo-12zz3z
  button {
  max-width: 270px;
}

.joo-v3xl9m {
  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-oz47b0 picture {
  width: 100%;
  max-width: 100%;
}

.joo-mtpzlx {
  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-mtpzlx svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.joo-oz47b0:hover .joo-mtpzlx {
  display: flex;
}

.joo-idktvi {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.joo-rmcf9h {
  display: flex;
}

.joo-rmcf9h:hover .joo-g8m0zh,
.joo-rmcf9h .joo-cs316k .joo-g8m0zh {
  display: flex;
}

.joo-rmcf9h svg {
  flex-shrink: 0;
}

.joo-g8m0zh {
  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-g8m0zh {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.joo-g8m0zh:hover {
  display: flex;
}

.joo-g8m0zh svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.joo-7twudo {
  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-7twudo {
    font-size: 12px;
  }
}

.joo-v8yj3t,
.joo-5nlfco {
  width: 50%;
  flex-shrink: 0;
}

.joo-v8yj3t {
  font-weight: 700;
}

.joo-0m6p0o .joo-sxeoog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .joo-0m6p0o .joo-sxeoog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .joo-0m6p0o .joo-sxeoog {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.joo-0m6p0o
  .joo-v3xl9m:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.joo-0m6p0o .joo-4m2ymk {
  height: 100% !important;
  border-radius: 16px;
}

.joo-0m6p0o .joo-12zz3z {
  gap: 4px;
  align-items: center;
}

.joo-0m6p0o .joo-12zz3z button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.joo-0m6p0o .joo-12zz3z svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.joo-0m6p0o .joo-ejjaxc,
.joo-0m6p0o .joo-k70ihc {
  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-9ss4js.org/2000/svg'%3E%3Cpath d='M9.joo-9dokj6 4.joo-tqmboo.joo-74ms0t 5.joo-lr4pf5.joo-uj3g1g 5.joo-a2b46m.joo-2xhj1r 5.joo-8nc127.joo-t7nl6c 8.joo-pdrd4h.joo-6s6g6l 9.joo-y9n151.joo-u0f7av 9.joo-zzbfrs.joo-2y5b09 13.joo-5q998t.joo-7hlfvr 11.joo-czoooi.joo-jzoejy 11.joo-6s49et.joo-30j3ry 11.joo-0wbzhm.joo-hrydxc 13.joo-x1nzom.joo-lyps0o 9.joo-eevb25.joo-54evc2 9.joo-u05k7l.joo-t1ey5v 8.joo-hpgpog.joo-oaodrj 5.joo-3s1w14.joo-y5p04s 5.joo-h8d8q2.joo-z18vhk 5.joo-yjrgja.joo-urlark 4.joo-72e1gz.joo-jzoejy 1.joo-6ohi2x.joo-9dokj6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.joo-0m6p0o .joo-ejjaxc {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.joo-0m6p0o .joo-k70ihc {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.joo-zdl5th {
  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-zdl5th {
    padding: 24px;
  }
}

.joo-zdl5th .joo-g8pmkg {
  display: flex;
}

@media (min-width: 768px) {
  .joo-zdl5th .joo-g8pmkg {
    display: none;
  }
}

.joo-zdl5th .joo-qqn2ut svg {
  display: none;
}

.joo-qdeenh {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.joo-qdeenh .joo-y6bfad {
  display: none;
}

@media (min-width: 768px) {
  .joo-qdeenh .joo-y6bfad {
    display: flex;
  }
}

.joo-45al3m {
  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-45al3m {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-45al3m > * {
  margin: 0 !important;
}

.joo-45al3m img,
.joo-ebjy5h {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-45al3m img,
  .joo-ebjy5h {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-mamu7o {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-mamu7o {
    width: 32px;
    height: 32px;
  }
}

.joo-zbvaiz {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .joo-zbvaiz {
    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-zbvaiz::-webkit-scrollbar {
    display: none;
  }
}

.joo-4llppy {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .joo-4llppy {
    padding: 7px 15px;
  }
}

.joo-4llppy:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.joo-ioi3ag {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .joo-ioi3ag {
    display: flex;
    opacity: 1;
  }
}

.joo-4llppy picture {
  height: 100%;
  display: block;
}

.joo-4llppy img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .joo-4llppy img {
    width: 88px;
    height: 44px;
  }
}

.joo-4llppy p {
  text-align: center;
  width: 100%;
}

.joo-bohldd {
  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-bohldd {
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-bohldd img,
.joo-l99087 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-bohldd img,
  .joo-l99087 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-kud4j9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-kud4j9 {
    width: 32px;
    height: 32px;
  }
}

.joo-0456gk {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.joo-m0ocun {
  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-icacib {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.joo-icacib.joo-cs316k {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.joo-z1plv9 {
  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-z1plv9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.joo-xztzt9 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.joo-98cfut {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.joo-74fa24 ease;
  opacity: 0;
  color: var(--text-color);
}

.joo-csyekq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.joo-csyekq ol,
.joo-csyekq ul {
  padding-left: 1.3em;
}

.joo-icacib.joo-cs316k .joo-98cfut {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.joo-icacib.joo-cs316k .joo-xztzt9 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.joo-2q0l6g {
  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-2q0l6g {
    padding: 24px;
  }
}

.joo-2q0l6g .joo-g8pmkg {
  display: flex;
}

@media (min-width: 768px) {
  .joo-2q0l6g .joo-g8pmkg {
    display: none;
  }
}

.joo-2q0l6g .joo-qqn2ut svg {
  display: none;
}

.joo-rujht6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.joo-rujht6 .joo-y6bfad {
  display: none;
}

@media (min-width: 768px) {
  .joo-rujht6 .joo-y6bfad {
    display: flex;
  }
}

.joo-0eiekv {
  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-0eiekv {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.joo-0eiekv > * {
  margin: 0 !important;
}

.joo-0eiekv img,
.joo-le55eu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joo-0eiekv img,
  .joo-le55eu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joo-lvlcuj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joo-lvlcuj {
    width: 32px;
    height: 32px;
  }
}

.joo-fw304b {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .joo-fw304b {
    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-fw304b::-webkit-scrollbar {
    display: none;
  }
}

.joo-fb3guw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.joo-fb3guw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.joo-h4owii {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .joo-h4owii {
    display: flex;
    opacity: 1;
  }
}

.joo-fb3guw picture {
  width: auto;
  height: 100%;
  display: block;
}

.joo-fb3guw picture img {
  display: block;
  width: auto;
  height: 100%;
}

.joo-1r8d1q {
  margin: -24px 0;
}

.joo-1r8d1q:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .joo-1r8d1q {
    margin: -16px 0;
  }
}

.joo-pumvad {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .joo-pumvad {
    flex-direction: row;
  }
}

.joo-9j4ejn {
  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-9j4ejn {
    flex: 1;
  }
}

.joo-9j4ejn::placeholder {
  color: var(--Text-400);
}

.joo-viwz5k {
  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-x7ttfs {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.joo-x7ttfs::-webkit-scrollbar {
  display: none;
}

.joo-c76r1k {
  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-c76r1k img,
.joo-c76r1k svg {
  margin-right: 8px;
}

.joo-h6xu2m {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.joo-1r8d1q + .joo-cpnngo {
  margin-top: 0;
}

@media (min-width: 768px) {
  .joo-1r8d1q + .joo-cpnngo {
    margin-top: -16px;
  }
}

.joo-7oqmc2 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.joo-7oqmc2 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.joo-7oqmc2 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.joo-iqyyx8 {
  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-dhhylh {
  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-2m1ui6 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.joo-69gf70 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.joo-tofbbc {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.joo-iqyyx8 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-iqyyx8 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-iqyyx8 {
    padding: 39px 179px 39px 39px;
  }

  .joo-dhhylh {
    font-size: 40px;
    line-height: 48px;
  }

  .joo-tofbbc {
    height: 348px;
  }

  .joo-iqyyx8 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .joo-iqyyx8 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .joo-iqyyx8 {
    padding: 63px;
  }
}

.joo-9pe0nh {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .joo-9pe0nh {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.joo-drct87 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .joo-drct87 {
    width: auto;
  }
}

.joo-o3nm6t {
  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-o3nm6t::-webkit-scrollbar {
  display: none;
}

.joo-o3nm6t 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-o3nm6t a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .joo-o3nm6t {
    margin-left: 16px;
    margin-top: 0;
  }
}

.joo-9pe0nh .joo-izchxe {
  -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-74fa24,
    mask-image 0.3s;
}

.joo-9pe0nh .joo-izchxe.joo-8vratq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.joo-acka2b {
  margin: 40px -16px;
}

.joo-5dzn55 + .joo-54jbho,
.joo-5dzn55 + .joo-se7srg {
  margin-top: 24px;
}

.joo-gfo9vz {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.joo-gfo9vz picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.joo-2ly86h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .joo-2ly86h {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .joo-2ly86h {
    margin-top: 0;
  }
}

.joo-ux8d6w {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .joo-ux8d6w {
    font-size: 24px;
    line-height: 32px;
  }
}

.joo-5yc52w {
  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-5yc52w {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.joo-gn03hh {
  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-gn03hh {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.joo-vwtktb {
  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-vwtktb {
    font-size: 20px;
    line-height: 28px;
  }
}

.joo-ohvkid {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .joo-ohvkid {
    font-size: 32px;
    line-height: 40px;
  }
}

.joo-8y6a0s {
  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-58f15m {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.joo-58f15m img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.joo-cpnngo {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.joo-q8hwbn {
  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-q8hwbn {
    padding: 15px 48px;
  }
}

main > .joo-cpnngo {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .joo-sxeoog.joo-a9soxp > div:nth-child(n+5) {
    display: none;
  }
}

.joo-iozn07 p a img {
  display: block;
  margin: 0 auto;
}


.joo-hy5x4l {
  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-8lwmu7 {
  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-8lwmu7 label {
  font-size: 14px;
}

.joo-8lwmu7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.joo-8lwmu7 input,
.joo-8lwmu7 textarea,
.joo-8lwmu7 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-8lwmu7 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.joo-f7lb7y ease;
}
.joo-8lwmu7 button:hover {
  background-color: var(--button-bg-hover);
}
.joo-fw6v92 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.joo-yznwit ease-in;
}

.joo-fw6v92 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-ki32vu, .joo-ydecv3, [class*="review-card"],
thead, thead th, table th, .joo-t2xauq,
.joo-7x1buk, [class*="collapsible-header"],
.joo-1g4hzn, [class*="updated-block"] {
  color: #ece7dc !important;
}

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