* {
  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;
  }
}

.lemon-o9ylap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .lemon-o9ylap {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .lemon-o9ylap {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.lemon-emgmbs {
  overflow: hidden;
}

.lemon-1o518z img {
  background: var(--Neutral-300);
}

.lemon-tu77le {
  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;
}

.lemon-8hkqwq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.lemon-8hkqwq:hover {
  background: var(--button-bg-hover);
}

.lemon-0kb5fc {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.lemon-0kb5fc:hover {
  background: var(--button-bg-hover);
}

.lemon-joz9vv {
  font-size: 12px;
  line-height: 18px;
}

.lemon-79qg9c {
  font-size: 18px;
  line-height: 26px;
}

.lemon-2i05le {
  width: 100%;
}

.lemon-c0erzw {
  padding: 6px 16px;
}

.lemon-3rqluv {
  padding: 10px 16px;
}

.lemon-kyqly3 {
  padding: 15px 26px;
}

.lemon-8ntr57 {
  flex-shrink: 0;
}

.lemon-n436kh {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.lemon-mhtcdu {
  display: none;
}

.lemon-nsgcpd {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.lemon-imxjj6 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.lemon-zvi8e9 {
  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;
}

.lemon-ua81qu {
  cursor: grab;
}

.lemon-zvi8e9::-webkit-scrollbar {
  display: none;
}

.lemon-5ua0dc {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.lemon-3m5zuk {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.lemon-83yxse {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.lemon-dofngg {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.lemon-9yfxnn {
  visibility: visible;
}

.lemon-5mvcqc {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.lemon-7gaq1r ease;
}

.lemon-caakkl {
  background-color: var(--Primary-200);
  width: 16px;
}

.lemon-wif5c9 {
  -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.lemon-7gaq1r,
    mask-image 0.3s;
}

.lemon-wif5c9.lemon-gawu24 {
  -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;
  }
}

.lemon-n5jc8q: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;
}

.lemon-bibpqi {
  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.lemon-0un3em.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.lemon-0un3em.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;
}

.lemon-tjvg4h {
  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);
}

.lemon-tjvg4h::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%
  );
}

.lemon-uauds7 {
  position: relative;
  z-index: 1;
}

.lemon-fn48t3 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.lemon-7n47uv {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.lemon-4bxa6b {
  font-size: 40px;
  line-height: 48px;
}

.lemon-5qujct {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.lemon-23wplo {
  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;
}

.lemon-23wplo:hover {
  background: var(--Primary-400);
}

.lemon-23wplo svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.lemon-n5jc8q 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) {
  .lemon-tjvg4h {
    max-width: 600px;
    padding: 64px;
  }

  .lemon-fn48t3 {
    font-size: 24px;
    line-height: 32px;
  }

  .lemon-7n47uv {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .lemon-4bxa6b {
    font-size: 50px;
    line-height: 56px;
  }

  .lemon-5qujct {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .lemon-bibpqi {
    top: 25px;
    right: 25px;
  }
}

.lemon-5nkxe3,
.lemon-hc96d4 {
  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;
}

.lemon-8ascfe.lemon-lx4uo7::before,
.lemon-hc96d4::before,
.lemon-du8fu2::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.lemon-0un3em.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.lemon-fp5z8i 14.lemon-e657dh.lemon-3w089i 14.lemon-gxh83i 15.lemon-ugkzup 14.lemon-fy8fqk 15.lemon-t8tet8 14.lemon-9n1mhb.lemon-npdtn6 14.lemon-690o2e 19.lemon-xumjsi 12.lemon-7ybchr 19.lemon-xumjsi 10.lemon-fhi31o.lemon-xumjsi 8.lemon-mc9l6b 17.lemon-am76we 7.lemon-5q2izk 15.lemon-y1e51m 7.lemon-0ci6g4.lemon-phao3b 7.lemon-5q2izk 11.lemon-ibo8i5 8.lemon-mc9l6b 11.lemon-ibo8i5 10.lemon-hm2qi6.lemon-ibo8i5 12.lemon-ndoi6f 13.lemon-dalkhi 14.lemon-ut1urd 15.lemon-o77m3u 14.lemon-d2tqga.lemon-6eap7c 14.lemon-i7ldhk 15.lemon-0ucm1s 14.lemon-kn3s9l 15.lemon-gkqdqo 14.lemon-mjdg2a.lemon-fp5z8i 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.lemon-nt128p 15.lemon-6mrqg3.lemon-0db7ym 15.lemon-o2i43i 15.lemon-f7m7md 15.lemon-q4bk4m 15.lemon-b1507s 15.lemon-ak4wqk.lemon-8u3b0d 15.lemon-q4bk4m 15.lemon-txax91 15.lemon-waj5pv 15.lemon-7r5c8s 15.lemon-f2vah0.lemon-4yymaj 15.lemon-x5188z 7.lemon-mq5lpc 18.lemon-uvyt3n 7.lemon-mujk6m 23.lemon-mh0nqt.lemon-7omc5h.lemon-6xyowb 18.lemon-up71gv 19.lemon-2vsh43 15.lemon-jliiq3 15.lemon-nt128p 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.lemon-a20kjd [type="submit"] *,
.lemon-k1wbgx button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .lemon-kz8s41 {
    display: none;
  }
}

.lemon-lcicmk {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .lemon-lcicmk {
  display: none;
}

@media (min-width: 768px) {
  .lemon-lcicmk {
    bottom: 22px;
  }
}

.lemon-lcicmk input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .lemon-lcicmk {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.lemon-77lrax.static) .lemon-lcicmk {
    bottom: 8px;
  }
}

.lemon-h3qmtf {
  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.lemon-0un3em.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.lemon-8lwjot 3.lemon-gieuib.lemon-fa62fb.lemon-49n16o 3.lemon-fjeoiv 3.lemon-ey7sr6 5.lemon-w02k4o 3.lemon-ey7sr6 8.lemon-ox0og0.lemon-l21972.lemon-ey7sr6 26.lemon-t0uxom 5.lemon-lh89ej 28.lemon-o38uh4 8.lemon-wuren9 28.lemon-wxelh0.lemon-94z8qa 28.lemon-c3fw3e.lemon-36u8gq 34.lemon-0pn2xn.lemon-ds96og 36.lemon-xfz8zy 11.lemon-yp3vju 37.lemon-iusvch 12.lemon-qqjijb 36.lemon-8niicq.lemon-oin4f3 28.lemon-i6sexs.lemon-11qfse.lemon-z4yv51 28.lemon-d0pf1p 36.lemon-75jc61 26.lemon-3d5osm 36.lemon-75jc61 23.lemon-5uogrl.lemon-lmck2d.lemon-75jc61 5.lemon-ogwtvl 34.lemon-knztnb 3.lemon-fjeoiv 31.lemon-8lwjot 3.lemon-i882ki.lemon-j3focy 18.lemon-elrn07.lemon-e7mfk3 18.lemon-vuqslq 8.lemon-3pckfy 17.lemon-h3rq6u 8.lemon-3pckfy 15.lemon-n588wr.lemon-3pckfy 14.lemon-la7n1v 9.lemon-e7mfk3 13.lemon-ri5kq3 11.lemon-j3focy 13.lemon-qala1m.lemon-o3sc8e 13.lemon-ri5kq3 13.lemon-8lsxa7 14.lemon-la7n1v 13.lemon-8lsxa7 15.lemon-3og5ww.lemon-8lsxa7 17.lemon-h3rq6u 12.lemon-o3sc8e 18.lemon-vuqslq 11.lemon-j3focy 18.lemon-6jl364.lemon-bxb9ew 18.lemon-m17vun.lemon-99zs01 18.lemon-vuqslq 17.lemon-rvj6en 17.lemon-h3rq6u 17.lemon-rvj6en 15.lemon-s20072.lemon-rvj6en 14.lemon-la7n1v 18.lemon-99zs01 13.lemon-ri5kq3 20.lemon-bxb9ew 13.lemon-95gx1n.lemon-sr3xpg 13.lemon-ri5kq3 22.lemon-w3obrl 14.lemon-la7n1v 22.lemon-w3obrl 15.lemon-gg8t68.lemon-g5n6dr 17.lemon-h3rq6u 21.lemon-sr3xpg 18.lemon-vuqslq 20.lemon-bxb9ew 18.lemon-0uxa03.lemon-pxpqea 18.lemon-j13zw2.lemon-mer9dv 18.lemon-vuqslq 26.lemon-2fu1zx 17.lemon-h3rq6u 26.lemon-2fu1zx 15.lemon-7llqa0.lemon-2fu1zx 14.lemon-la7n1v 27.lemon-mer9dv 13.lemon-ri5kq3 28.lemon-pxpqea 13.lemon-e5vcjn.lemon-kp2xa2 13.lemon-ri5kq3 31.lemon-550tqu 14.lemon-la7n1v 31.lemon-550tqu 15.lemon-4cbudu.lemon-2fu1zx 17.lemon-h3rq6u 30.lemon-kp2xa2 18.lemon-vuqslq 28.lemon-pxpqea 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"])
    .lemon-h3qmtf {
    display: none;
  }
}

.lemon-g4iht6 {
  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) {
  .lemon-g4iht6 {
    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;
}

.lemon-k1wbgx {
  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) {
  .lemon-k1wbgx {
    padding: 14px 16px;
  }
}

.lemon-k1wbgx button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.lemon-k1wbgx button:first-child {
  align-content: end;
}

.lemon-k1wbgx button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .lemon-k1wbgx
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .lemon-k1wbgx
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.lemon-k1wbgx button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.lemon-k1wbgx button:last-child svg {
  width: 38px;
  height: 38px;
}

.lemon-du8fu2 {
  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;
}

.lemon-du8fu2::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .lemon-du8fu2,
.pc61d126-chatbot[data-active-screen="3"]
  .lemon-du8fu2 {
  opacity: 1;
  visibility: visible;
}

.lemon-i5rd7e {
  flex: 1 1;
}

.lemon-4tplok {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .lemon-4tplok {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .lemon-ft2zt5 {
  display: block;
}

.lemon-qk0ltn {
  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) {
  .lemon-qk0ltn {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.lemon-hc96d4 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.lemon-hc96d4::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.lemon-uu5xkt span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.lemon-uu5xkt p {
  color: var(--Text-100);
}

.lemon-hc96d4 .lemon-36whg0 {
  grid-area: button;
}

.lemon-hc96d4 .lemon-36whg0::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.lemon-0un3em.org/2000/svg'%3E%3Cpath d='M4.lemon-tv4c5j 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.lemon-oymzlm 15L16.lemon-oymzlm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.lemon-oymzlm 5L16.lemon-oymzlm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .lemon-c02ioq {
  display: block;
}

.lemon-n7tu6l {
  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) {
  .lemon-n7tu6l {
    margin-top: 40px;
  }
}

.lemon-5nkxe3 label,
.lemon-5nkxe3 input {
  display: block;
  width: 100%;
}

.lemon-5nkxe3 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.lemon-5nkxe3 label.lemon-u1iei6 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.lemon-5nkxe3 label.lemon-u1iei6::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;
}

.lemon-5nkxe3 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;
}

.lemon-5nkxe3 input::placeholder {
  color: var(--Text-400);
}

.lemon-d9ac3m {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .lemon-d9ac3m {
  display: flex;
}

.lemon-d9ac3m ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .lemon-d9ac3m ol {
    height: 420px;
    padding: 24px;
  }
}

.lemon-d9ac3m ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.lemon-a20kjd {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .lemon-a20kjd {
    padding: 0 24px 24px;
  }
}

.lemon-a20kjd 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;
}

.lemon-a20kjd input::placeholder {
  color: var(--Text-400);
}

.lemon-a20kjd [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.lemon-a20kjd [type="submit"]:disabled {
  opacity: 0.5;
}

.lemon-a20kjd [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .lemon-a20kjd [type="submit"] {
    right: 40px;
  }
}

.lemon-8ascfe {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.lemon-8ascfe.lemon-lx4uo7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.lemon-8ascfe.lemon-lx4uo7::before {
  content: "";
  width: 31px;
}

.lemon-8ascfe.lemon-lx4uo7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.lemon-8ascfe.lemon-58o84i p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.lemon-8ascfe p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.lemon-lcicmk .lemon-36whg0 {
  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;
  }
}

.lemon-kz8s41 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .lemon-kz8s41 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .lemon-kz8s41 {
    padding: 18px 0;
  }
}

.lemon-kz8s41 .lemon-o9ylap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .lemon-kz8s41 .lemon-o9ylap {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.lemon-iey8su {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .lemon-iey8su {
    max-width: 160px;
    height: 40px;
  }
}

.lemon-iey8su picture,
.lemon-iey8su img {
  display: block;
  width: 100%;
  height: 100%;
}

.lemon-iey8su img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .lemon-82nh4x {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.lemon-7gaq1r ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .lemon-kz8s41.lemon-xyzb78 .lemon-82nh4x {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .lemon-82nh4x {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .lemon-82nh4x {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.lemon-oxywan,
.lemon-dum4ux {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .lemon-oxywan,
  .lemon-dum4ux {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .lemon-dum4ux {
    display: none;
  }
}

.lemon-2zcc17 {
  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;
}

.lemon-xyzb78 .lemon-2zcc17 {
  background: var(--fh-bg-color);
}

.lemon-2zcc17 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .lemon-2zcc17 {
    display: none;
  }
}

.lemon-u2wghh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .lemon-u2wghh {
    display: none;
  }
}

.lemon-e6ip5f {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.lemon-kz8s41.lemon-xyzb78 .lemon-e6ip5f:first-child {
  display: none;
}

.lemon-kz8s41.lemon-xyzb78 .lemon-e6ip5f:last-child {
  display: block;
}

.lemon-e6ip5f:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .lemon-e6ip5f {
    display: none;
  }
}

.lemon-rat3qr {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .lemon-rat3qr {
    display: flex;
  }
}

.lemon-rat3qr ul {
  max-height: 350px;
  overflow-y: auto;
}

.lemon-rat3qr:hover ul {
  visibility: visible;
  opacity: 1;
}

.lemon-rat3qr:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.lemon-rat3qr:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.lemon-rat3qr:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.lemon-rat3qr:hover .lemon-zrk6a7 svg {
  transform: rotate(180deg);
}

.lemon-iio1u5 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.lemon-j2n9vw {
  padding: 0 8px;
}

.lemon-cvgmqa {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.lemon-cvgmqa:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .lemon-cvgmqa {
    padding: 4px 8px;
  }
}

.lemon-rr1ijq {
  display: flex;
}

.lemon-rr1ijq img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.lemon-zrk6a7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.lemon-zrk6a7 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.lemon-ihjyvs {
  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) {
  .lemon-ihjyvs {
    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;
  }
}

.lemon-xun72i {
  width: 100%;
}

@media (min-width: 1200px) {
  .lemon-xun72i {
    display: none;
  }
}

.lemon-s6wp2e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.lemon-ofvlnp {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.lemon-smxuov {
  display: flex;
}

.lemon-9pf1kx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.lemon-861apy {
  list-style: none;
}

@media (max-width: 1199px) {
  .lemon-861apy {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .lemon-861apy {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .lemon-861apy .lemon-shlxlm [data-ref-el],
  .lemon-861apy .lemon-shlxlm span,
  .lemon-861apy .lemon-shlxlm a {
    white-space: nowrap;
  }
}

.lemon-1ogtzs {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .lemon-1ogtzs.lemon-wni5jl > .lemon-shlxlm {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .lemon-1ogtzs.lemon-xvk9f4:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .lemon-1ogtzs.lemon-wni5jl > .lemon-dlsct6 {
    height: auto;
  }

  .lemon-1ogtzs.lemon-wni5jl > div > .lemon-wu0wer {
    transform: rotate(180deg);
  }
}

.lemon-1ogtzs [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.lemon-1ogtzs [data-ref-el],
.lemon-1ogtzs span {
  cursor: pointer;
}

.lemon-1ogtzs [data-ref-el],
.lemon-1ogtzs span,
.lemon-1ogtzs a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .lemon-1ogtzs [data-ref-el],
  .lemon-1ogtzs span,
  .lemon-1ogtzs a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .lemon-1ogtzs [data-ref-el],
  .lemon-1ogtzs span,
  .lemon-1ogtzs a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.lemon-dlsct6 {
  height: 0;
  overflow: hidden;
  transition: height 0.lemon-7gaq1r ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.lemon-dlsct6::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.lemon-dlsct6::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.lemon-dlsct6::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .lemon-dlsct6 {
    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;
  }

  .lemon-dlsct6:has(> .lemon-1ogtzs.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .lemon-dlsct6 .lemon-dlsct6 {
    padding: 0;
  }

  .lemon-dlsct6 .lemon-1ogtzs {
    font-weight: 400;
  }

  .lemon-dlsct6 .lemon-1ogtzs:hover > .lemon-shlxlm {
    background: var(--Neutral-300);
  }

  .lemon-dlsct6 .lemon-wu0wer {
    rotate: -90deg;
  }
}

.lemon-shlxlm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .lemon-shlxlm {
    padding: 8px;
  }

  .lemon-1ogtzs.lemon-4yeojp > .lemon-shlxlm {
    background: var(--Neutral-300);
  }
}

.lemon-wu0wer {
  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.lemon-0un3em.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.lemon-wbm3dd 0.lemon-xrsr13.lemon-fnl73y -0.lemon-6aakbi 0.lemon-vegzyr -0.lemon-6aakbi 1.lemon-neggpl 0.lemon-4whdn3.lemon-sj6242 4.lemon-vo9o1i.lemon-wbm3dd 0.lemon-r6odyn.lemon-fjunm1 -0.lemon-6aakbi 9.lemon-pjz76f -0.lemon-6aakbi 10.lemon-5fhmcm 0.lemon-84u0dk.lemon-7ubf7w 0.lemon-fnl73y 10.lemon-7ubf7w 0.lemon-vegzyr 10.lemon-5fhmcm 1.lemon-exkm9z.lemon-y0ldy7 5.lemon-buikm1.lemon-gwqmdu 6.lemon-hk7usl 5.lemon-ac3hkc 6.lemon-hk7usl 4.lemon-h81lzy 5.lemon-34eo4z.lemon-wbm3dd 1.lemon-a2soqt.lemon-6aakbi 0.lemon-vegzyr -0.lemon-6aakbi 0.lemon-fnl73y 0.lemon-wbm3dd 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.lemon-7gaq1r ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .lemon-wu0wer {
    cursor: default;
  }
}

.lemon-rwpshf {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.lemon-u5wwii {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .lemon-u5wwii {
    padding: 40px 4px;
  }
}

.lemon-m1aa5e {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .lemon-m1aa5e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.lemon-3hr4vr {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .lemon-3hr4vr {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.lemon-3hr4vr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.lemon-3hr4vr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.lemon-3hr4vr [data-ref-el],
.lemon-3hr4vr span,
.lemon-3hr4vr a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.lemon-xuy3jp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .lemon-xuy3jp {
    margin-bottom: 12px;
  }
}

.lemon-81vnv9 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.lemon-81vnv9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .lemon-81vnv9:last-child {
    margin-right: 0;
  }
}

.lemon-0lyogq {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.lemon-xuy3jp:hover .lemon-bbvghi {
  visibility: visible;
  opacity: 1;
}

.lemon-bbvghi {
  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);
}

.lemon-mzkr32 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.lemon-f8u165 {
  display: flex;
  margin: 6px;
}

.lemon-f8u165 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.lemon-bbvghi::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);
}

.lemon-bbvghi::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);
}

.lemon-5m86q9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .lemon-5m86q9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.lemon-dslo64 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .lemon-dslo64 {
    margin-right: 32px;
  }
}

.lemon-dck8o7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .lemon-dck8o7 {
    margin-top: 0;
    width: 340px;
  }
}

.lemon-dck8o7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.lemon-siz1re {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.lemon-yn8fab {
  position: relative;
}

@media (min-width: 768px) {
  .lemon-yn8fab {
    margin-top: 40px;
  }
}

.lemon-yn8fab + .lemon-b6bxvr,
.lemon-yn8fab + .lemon-yn8fab {
  margin-top: 24px;
}

.lemon-yo4u63 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .lemon-yo4u63 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .lemon-yo4u63 {
    padding: 80px;
  }
}

.lemon-3n4wtp {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .lemon-3n4wtp {
    padding: 0 16px;
}


}

.lemon-5jatum {
  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) {
  .lemon-5jatum {
    font-size: 48px;
    line-height: 56px;
  }
}

.lemon-u0283s {
  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) {
  .lemon-u0283s {
    font-size: 24px;
    line-height: 32px;
  }
}

.lemon-v1i5xa {
  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;
}

.lemon-v1i5xa:hover {
  background: var(--button-bg-hover);
}

.lemon-nb108u {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.lemon-nb108u img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .lemon-nb108u img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .lemon-nb108u img {
  min-height: 100%;
  }
}

.lemon-yo4u63::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.lemon-efugpd {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lemon-efugpd h1,
.lemon-efugpd h2,
.lemon-efugpd h3,
.lemon-efugpd h4 {
  margin-bottom: 6px;
}

.lemon-efugpd h1:not(:first-child),
.lemon-efugpd h2:not(:first-child),
.lemon-efugpd h3:not(:first-child),
.lemon-efugpd h4:not(:first-child) {
  margin-top: 16px;
}

.lemon-efugpd h1,
.lemon-efugpd h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .lemon-efugpd h1,
  .lemon-efugpd h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.lemon-efugpd h2,
.lemon-efugpd h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .lemon-efugpd h2,
  .lemon-efugpd h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.lemon-efugpd h3,
.lemon-efugpd h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .lemon-efugpd h3,
  .lemon-efugpd h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.lemon-efugpd h4,
.lemon-efugpd h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.lemon-efugpd ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.lemon-efugpd ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.lemon-efugpd 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);
}

.lemon-efugpd ul ul {
  margin-bottom: 8px;
}

.lemon-efugpd ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.lemon-efugpd ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.lemon-efugpd ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.lemon-efugpd ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.lemon-efugpd ol li::marker {
  font-weight: 700;
}

.lemon-efugpd ol ol {
  margin-bottom: 8px;
}

.lemon-efugpd ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.lemon-efugpd ol ul li {
  padding-left: 16px;
}

.lemon-efugpd 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) {
  .lemon-efugpd table {
    padding: 24px;
  }
}

.lemon-efugpd table.lemon-4u1i8h {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.lemon-7gaq1r,
    mask-image 0.3s;
}

.lemon-efugpd table.lemon-4u1i8h.lemon-gawu24 {
  -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) {
  .lemon-efugpd table {
    display: table;
  }
}

.lemon-efugpd 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);
}

.lemon-efugpd table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.lemon-efugpd table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.lemon-efugpd 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) {
  .lemon-efugpd table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.lemon-efugpd table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.lemon-efugpd table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.lemon-efugpd table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.lemon-efugpd img {
  max-width: 100%;
  height: auto;
}

.lemon-g38mqc {
  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) {
  .lemon-g38mqc {
    padding: 24px;
  }
}

.lemon-cqidyt {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .lemon-cqidyt {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.lemon-cqidyt > * {
  margin: 0 !important;
}

.lemon-cqidyt img,
.lemon-bzzbkm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .lemon-cqidyt img,
  .lemon-bzzbkm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.lemon-00v45m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lemon-00v45m {
    width: 32px;
    height: 32px;
  }
}

.lemon-l5eaj6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.lemon-l5eaj6 .lemon-wjuaj8 {
  flex-shrink: 0;
}

.lemon-l5eaj6 .lemon-flid7z svg {
  display: none;
}

.lemon-nhfss3 {
  display: grid;
  transition: max-height 0.lemon-7gaq1r ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .lemon-nhfss3 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .lemon-nhfss3 {
    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));
  }
}

.lemon-nhfss3.lemon-3v4inl + .lemon-wjuaj8 svg {
  transform: rotate(180deg);
}

.lemon-on4qbd {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.lemon-on4qbd > div:nth-child(3n) {
  grid-column: span 2;
}

.lemon-on4qbd
  > div:nth-child(3n)
  .lemon-kut66i
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .lemon-on4qbd {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .lemon-on4qbd > div:nth-child(3n) {
    grid-column: unset;
  }

  .lemon-on4qbd
    > div:nth-child(3n)
    .lemon-kut66i
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .lemon-on4qbd {
    max-width: 270px;
  }
}

.lemon-on4qbd .lemon-kut66i button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .lemon-on4qbd .lemon-kut66i button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .lemon-on4qbd .lemon-kut66i button {
    max-width: 104px;
  }
}

.lemon-iqqys3 {
  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) {
  .lemon-iqqys3 {
    margin-bottom: 0;
  }
}

.lemon-cwk992 {
  display: none;
  opacity: 0;
}

.lemon-7gg66o {
  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;
  }
}

.lemon-7gg66o img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.lemon-kut66i {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.lemon-kut66i button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .lemon-kut66i
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .lemon-kut66i
    button {
    max-width: 145px;
  }
}

.lemon-gpajmm:first-child
  .lemon-kut66i
  button {
  max-width: 270px;
}

.lemon-d3w7ay {
  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%;
}

.lemon-iqqys3 picture {
  width: 100%;
  max-width: 100%;
}

.lemon-vb38ub {
  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;
}

.lemon-vb38ub svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.lemon-iqqys3:hover .lemon-vb38ub {
  display: flex;
}

.lemon-qtvws1 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.lemon-6bn2j0 {
  display: flex;
}

.lemon-6bn2j0:hover .lemon-c24nqh,
.lemon-6bn2j0 .lemon-4yeojp .lemon-c24nqh {
  display: flex;
}

.lemon-6bn2j0 svg {
  flex-shrink: 0;
}

.lemon-c24nqh {
  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) {
  .lemon-c24nqh {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.lemon-c24nqh:hover {
  display: flex;
}

.lemon-c24nqh svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.lemon-yr2e13 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .lemon-yr2e13 {
    font-size: 12px;
  }
}

.lemon-emertm,
.lemon-x0r84u {
  width: 50%;
  flex-shrink: 0;
}

.lemon-emertm {
  font-weight: 700;
}

.lemon-w769vp .lemon-nhfss3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .lemon-w769vp .lemon-nhfss3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .lemon-w769vp .lemon-nhfss3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.lemon-w769vp
  .lemon-d3w7ay:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.lemon-w769vp .lemon-7gg66o {
  height: 100% !important;
  border-radius: 16px;
}

.lemon-w769vp .lemon-kut66i {
  gap: 4px;
  align-items: center;
}

.lemon-w769vp .lemon-kut66i button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lemon-w769vp .lemon-kut66i svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.lemon-w769vp .lemon-dy2tsc,
.lemon-w769vp .lemon-l6mjkd {
  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.lemon-0un3em.org/2000/svg'%3E%3Cpath d='M9.lemon-9vr15g 4.lemon-mylnk2.lemon-14cbqw 5.lemon-e6w4c3.lemon-ek5rau 5.lemon-v796n5.lemon-ncp9tr 5.lemon-4qje00.lemon-8jk9x9 8.lemon-g2a067.lemon-sj1cyb 9.lemon-1hud1k.lemon-xje7x3 9.lemon-frlke3.lemon-0a64l6 13.lemon-10i0g0.lemon-2hjcam 11.lemon-q6q252.lemon-gktjd2 11.lemon-q2lvok.lemon-9dq7s0 11.lemon-ed1d3b.lemon-hzpf8p 13.lemon-a3j2nl.lemon-6p0b3v 9.lemon-b8i9b6.lemon-tyl7y2 9.lemon-vb1wp5.lemon-yswhee 8.lemon-2j2jkb.lemon-84wrq9 5.lemon-bl73iv.lemon-es1dwb 5.lemon-468i8g.lemon-7du2fg 5.lemon-jbnfks.lemon-n1kqu7 4.lemon-2x5hr4.lemon-gktjd2 1.lemon-9w7rff.lemon-9vr15g 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.lemon-w769vp .lemon-dy2tsc {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.lemon-w769vp .lemon-l6mjkd {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.lemon-j3knlb {
  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) {
  .lemon-j3knlb {
    padding: 24px;
  }
}

.lemon-j3knlb .lemon-wjuaj8 {
  display: flex;
}

@media (min-width: 768px) {
  .lemon-j3knlb .lemon-wjuaj8 {
    display: none;
  }
}

.lemon-j3knlb .lemon-flid7z svg {
  display: none;
}

.lemon-mgc8g3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lemon-mgc8g3 .lemon-tu77le {
  display: none;
}

@media (min-width: 768px) {
  .lemon-mgc8g3 .lemon-tu77le {
    display: flex;
  }
}

.lemon-vkndgt {
  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) {
  .lemon-vkndgt {
    font-size: 40px;
    line-height: 48px;
  }
}

.lemon-vkndgt > * {
  margin: 0 !important;
}

.lemon-vkndgt img,
.lemon-es3bla {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .lemon-vkndgt img,
  .lemon-es3bla {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.lemon-twohab {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lemon-twohab {
    width: 32px;
    height: 32px;
  }
}

.lemon-22nj29 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .lemon-22nj29 {
    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;
  }

  .lemon-22nj29::-webkit-scrollbar {
    display: none;
  }
}

.lemon-1jhwvv {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .lemon-1jhwvv {
    padding: 7px 15px;
  }
}

.lemon-1jhwvv:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.lemon-4pw4rl {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .lemon-4pw4rl {
    display: flex;
    opacity: 1;
  }
}

.lemon-1jhwvv picture {
  height: 100%;
  display: block;
}

.lemon-1jhwvv img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .lemon-1jhwvv img {
    width: 88px;
    height: 44px;
  }
}

.lemon-1jhwvv p {
  text-align: center;
  width: 100%;
}

.lemon-32f60s {
  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) {
  .lemon-32f60s {
    font-size: 40px;
    line-height: 48px;
  }
}

.lemon-32f60s img,
.lemon-zg7mfy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .lemon-32f60s img,
  .lemon-zg7mfy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.lemon-nsyiby {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lemon-nsyiby {
    width: 32px;
    height: 32px;
  }
}

.lemon-iw59cq {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.lemon-wsxaoh {
  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;
}

.lemon-vry0lv {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.lemon-vry0lv.lemon-4yeojp {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.lemon-sh8p56 {
  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) {
  .lemon-sh8p56 {
    font-size: 20px;
    line-height: 28px;
  }
}

.lemon-mnwx0i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.lemon-grfggz {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.lemon-7gaq1r ease;
  opacity: 0;
  color: var(--text-color);
}

.lemon-mwgmtw {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.lemon-mwgmtw ol,
.lemon-mwgmtw ul {
  padding-left: 1.3em;
}

.lemon-vry0lv.lemon-4yeojp .lemon-grfggz {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.lemon-vry0lv.lemon-4yeojp .lemon-mnwx0i {
  transform: rotate(180deg);
  color: var(--text-color);
}

.lemon-d1jy91 {
  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) {
  .lemon-d1jy91 {
    padding: 24px;
  }
}

.lemon-d1jy91 .lemon-wjuaj8 {
  display: flex;
}

@media (min-width: 768px) {
  .lemon-d1jy91 .lemon-wjuaj8 {
    display: none;
  }
}

.lemon-d1jy91 .lemon-flid7z svg {
  display: none;
}

.lemon-9fz2vc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lemon-9fz2vc .lemon-tu77le {
  display: none;
}

@media (min-width: 768px) {
  .lemon-9fz2vc .lemon-tu77le {
    display: flex;
  }
}

.lemon-ufvt1f {
  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) {
  .lemon-ufvt1f {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.lemon-ufvt1f > * {
  margin: 0 !important;
}

.lemon-ufvt1f img,
.lemon-iazyp3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .lemon-ufvt1f img,
  .lemon-iazyp3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.lemon-l886ga {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lemon-l886ga {
    width: 32px;
    height: 32px;
  }
}

.lemon-gksbm6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .lemon-gksbm6 {
    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;
  }

  .lemon-gksbm6::-webkit-scrollbar {
    display: none;
  }
}

.lemon-70ppd3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.lemon-70ppd3:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.lemon-9vrr1i {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .lemon-9vrr1i {
    display: flex;
    opacity: 1;
  }
}

.lemon-70ppd3 picture {
  width: auto;
  height: 100%;
  display: block;
}

.lemon-70ppd3 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.lemon-vu9eu8 {
  margin: -24px 0;
}

.lemon-vu9eu8:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .lemon-vu9eu8 {
    margin: -16px 0;
  }
}

.lemon-z0glbn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .lemon-z0glbn {
    flex-direction: row;
  }
}

.lemon-7v7asu {
  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) {
  .lemon-7v7asu {
    flex: 1;
  }
}

.lemon-7v7asu::placeholder {
  color: var(--Text-400);
}

.lemon-1fu2x9 {
  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;
}

.lemon-eujvmw {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.lemon-eujvmw::-webkit-scrollbar {
  display: none;
}

.lemon-ydlj5f {
  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;
}

.lemon-ydlj5f img,
.lemon-ydlj5f svg {
  margin-right: 8px;
}

.lemon-lr3rah {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.lemon-vu9eu8 + .lemon-dbsqrt {
  margin-top: 0;
}

@media (min-width: 768px) {
  .lemon-vu9eu8 + .lemon-dbsqrt {
    margin-top: -16px;
  }
}

.lemon-m8vcbq {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.lemon-m8vcbq > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.lemon-m8vcbq > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.lemon-2zs436 {
  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;
}

.lemon-jamwu9 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.lemon-dxq66r {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.lemon-73p7c0 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.lemon-9wao1g {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.lemon-2zs436 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;
}

.lemon-2zs436 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) {
  .lemon-2zs436 {
    padding: 39px 179px 39px 39px;
  }

  .lemon-jamwu9 {
    font-size: 40px;
    line-height: 48px;
  }

  .lemon-9wao1g {
    height: 348px;
  }

  .lemon-2zs436 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .lemon-2zs436 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .lemon-2zs436 {
    padding: 63px;
  }
}

.lemon-bpvmzj {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .lemon-bpvmzj {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.lemon-2fqq87 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .lemon-2fqq87 {
    width: auto;
  }
}

.lemon-d9c6cz {
  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;
}

.lemon-d9c6cz::-webkit-scrollbar {
  display: none;
}

.lemon-d9c6cz 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);
}

.lemon-d9c6cz a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .lemon-d9c6cz {
    margin-left: 16px;
    margin-top: 0;
  }
}

.lemon-bpvmzj .lemon-1cgiad {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.lemon-7gaq1r,
    mask-image 0.3s;
}

.lemon-bpvmzj .lemon-1cgiad.lemon-gawu24 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.lemon-239kvz {
  margin: 40px -16px;
}

.lemon-xb1s2g + .lemon-b6bxvr,
.lemon-xb1s2g + .lemon-yn8fab {
  margin-top: 24px;
}

.lemon-6vacty {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.lemon-6vacty picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.lemon-wztawj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .lemon-wztawj {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .lemon-wztawj {
    margin-top: 0;
  }
}

.lemon-qcjted {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .lemon-qcjted {
    font-size: 24px;
    line-height: 32px;
  }
}

.lemon-w1fixx {
  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) {
  .lemon-w1fixx {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.lemon-zozefb {
  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) {
  .lemon-zozefb {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.lemon-pasano {
  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) {
  .lemon-pasano {
    font-size: 20px;
    line-height: 28px;
  }
}

.lemon-6yfuz4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .lemon-6yfuz4 {
    font-size: 32px;
    line-height: 40px;
  }
}

.lemon-482gsz {
  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;
}

.lemon-m1nygp {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.lemon-m1nygp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lemon-dbsqrt {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.lemon-g60ty3 {
  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) {
  .lemon-g60ty3 {
    padding: 15px 48px;
  }
}

main > .lemon-dbsqrt {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .lemon-nhfss3.lemon-9qpf8o > div:nth-child(n+5) {
    display: none;
  }
}

.lemon-efugpd p a img {
  display: block;
  margin: 0 auto;
}


.lemon-rv7g92 {
  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 */
.lemon-k9ky9d {
  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;
}

.lemon-k9ky9d label {
  font-size: 14px;
}

.lemon-k9ky9d h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.lemon-k9ky9d input,
.lemon-k9ky9d textarea,
.lemon-k9ky9d 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;
}
.lemon-k9ky9d button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.lemon-gr08y9 ease;
}
.lemon-k9ky9d button:hover {
  background-color: var(--button-bg-hover);
}
.lemon-njzwmk {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.lemon-s3hcnw ease-in;
}

.lemon-njzwmk 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;
}
.lemon-w90skd, .lemon-pcxbd7, [class*="review-card"],
thead, thead th, table th, .lemon-kf5f52,
.lemon-iecap0, [class*="collapsible-header"],
.lemon-79l4e6, [class*="updated-block"] {
  color: #ece7dc !important;
}
