* {
  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;
  }
}

.leon-sf5xdv {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .leon-sf5xdv {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .leon-sf5xdv {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.leon-yokzo2 {
  overflow: hidden;
}

.leon-xgkwrb img {
  background: var(--Neutral-300);
}

.leon-bkjobs {
  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;
}

.leon-3c0dou {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.leon-3c0dou:hover {
  background: var(--button-bg-hover);
}

.leon-zqx3e3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.leon-zqx3e3:hover {
  background: var(--button-bg-hover);
}

.leon-3q4ihn {
  font-size: 12px;
  line-height: 18px;
}

.leon-i4nyxw {
  font-size: 18px;
  line-height: 26px;
}

.leon-pocv4p {
  width: 100%;
}

.leon-9684sh {
  padding: 6px 16px;
}

.leon-sz68mo {
  padding: 10px 16px;
}

.leon-zjndei {
  padding: 15px 26px;
}

.leon-tzdkxr {
  flex-shrink: 0;
}

.leon-2d2xpt {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.leon-n9sjmh {
  display: none;
}

.leon-oy6jm7 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.leon-qhtv0b {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.leon-p225wz {
  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;
}

.leon-9wguwz {
  cursor: grab;
}

.leon-p225wz::-webkit-scrollbar {
  display: none;
}

.leon-6i3ira {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.leon-jf8yw0 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.leon-bejsax {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.leon-jwh3rc {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.leon-81wnce {
  visibility: visible;
}

.leon-87c4ev {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.leon-glrbnh ease;
}

.leon-uiftqi {
  background-color: var(--Primary-200);
  width: 16px;
}

.leon-u6lisz {
  -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.leon-glrbnh,
    mask-image 0.3s;
}

.leon-u6lisz.leon-kjewqt {
  -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;
  }
}

.leon-zopxnn: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;
}

.leon-z7ezc2 {
  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.leon-6fv1b8.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.leon-6fv1b8.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;
}

.leon-rnqbua {
  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);
}

.leon-rnqbua::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%
  );
}

.leon-3rvzuz {
  position: relative;
  z-index: 1;
}

.leon-su04hs {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.leon-f630df {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.leon-kok2kz {
  font-size: 40px;
  line-height: 48px;
}

.leon-b9a150 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.leon-sds86g {
  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;
}

.leon-sds86g:hover {
  background: var(--Primary-400);
}

.leon-sds86g svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.leon-zopxnn 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) {
  .leon-rnqbua {
    max-width: 600px;
    padding: 64px;
  }

  .leon-su04hs {
    font-size: 24px;
    line-height: 32px;
  }

  .leon-f630df {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .leon-kok2kz {
    font-size: 50px;
    line-height: 56px;
  }

  .leon-b9a150 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .leon-z7ezc2 {
    top: 25px;
    right: 25px;
  }
}

.leon-thps73,
.leon-biqhvz {
  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;
}

.leon-vwneah.leon-f02zfa::before,
.leon-biqhvz::before,
.leon-y6ef7h::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.leon-6fv1b8.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.leon-pflqss 14.leon-bv0msr.leon-rri4tz 14.leon-asvoer 15.leon-du7n19 14.leon-s0a8tj 15.leon-4wyjrt 14.leon-jnxlox.leon-y2sopq 14.leon-x9tx7x 19.leon-p3nctn 12.leon-kit73p 19.leon-p3nctn 10.leon-9ejqqp.leon-p3nctn 8.leon-ibkayt 17.leon-mlrecu 7.leon-6onlrd 15.leon-g0x8vl 7.leon-golny5.leon-8q2ras 7.leon-6onlrd 11.leon-f73oj7 8.leon-ibkayt 11.leon-f73oj7 10.leon-27s2ae.leon-f73oj7 12.leon-9xptij 13.leon-oz22kl 14.leon-jea9lo 15.leon-adxc2e 14.leon-ktbuzc.leon-7xrg34 14.leon-9vp9bl 15.leon-r9fvfr 14.leon-jto6l0 15.leon-nyvpkm 14.leon-x9589c.leon-pflqss 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.leon-zoy5sj 15.leon-w6jxok.leon-faddl3 15.leon-48y635 15.leon-cnb5ru 15.leon-9npg1g 15.leon-oe0um5 15.leon-uu9kjl.leon-tnsa53 15.leon-9npg1g 15.leon-46q8xv 15.leon-bp04wx 15.leon-hak923 15.leon-5ru4sv.leon-d6j6g6 15.leon-upf5cr 7.leon-3nolkk 18.leon-dwuebs 7.leon-njt38m 23.leon-n57z7w.leon-t82lei.leon-12xv07 18.leon-mzbx0l 19.leon-4zjmya 15.leon-au76ix 15.leon-zoy5sj 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.leon-n2mg3r [type="submit"] *,
.leon-dhhbl1 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .leon-gwdc5u {
    display: none;
  }
}

.leon-41rlng {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .leon-41rlng {
  display: none;
}

@media (min-width: 768px) {
  .leon-41rlng {
    bottom: 22px;
  }
}

.leon-41rlng input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .leon-41rlng {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.leon-xxzd58.static) .leon-41rlng {
    bottom: 8px;
  }
}

.leon-o73dyc {
  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.leon-6fv1b8.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.leon-d0j3v6 3.leon-jgsmo2.leon-rd9t0l.leon-sqntwc 3.leon-dkiq64 3.leon-yd2nb5 5.leon-nrvg23 3.leon-yd2nb5 8.leon-beclqm.leon-9qh2ug.leon-yd2nb5 26.leon-k4gcoc 5.leon-0d2d1z 28.leon-c9bguw 8.leon-udyrzp 28.leon-qe23kg.leon-efvwqi 28.leon-qq7dk5.leon-c1y3f8 34.leon-r35ln9.leon-pzz2kq 36.leon-5v3gmn 11.leon-gt963j 37.leon-33sxhd 12.leon-e5vli8 36.leon-92rraf.leon-gtt4sk 28.leon-ik4s5y.leon-7bjo18.leon-vkdrcm 28.leon-rzc7o5 36.leon-dc3duz 26.leon-3y8j0j 36.leon-dc3duz 23.leon-p9pkqk.leon-afz7r9.leon-dc3duz 5.leon-i8j7yu 34.leon-qxbidf 3.leon-dkiq64 31.leon-d0j3v6 3.leon-bj4mw2.leon-fm9tsi 18.leon-8ihf74.leon-wqq5iv 18.leon-ixaij1 8.leon-4yecmp 17.leon-vrplnc 8.leon-4yecmp 15.leon-hxa8z8.leon-4yecmp 14.leon-oe6wpv 9.leon-wqq5iv 13.leon-i8iipl 11.leon-fm9tsi 13.leon-ur3mo8.leon-c5t6kj 13.leon-i8iipl 13.leon-2bdq7b 14.leon-oe6wpv 13.leon-2bdq7b 15.leon-1us2h0.leon-2bdq7b 17.leon-vrplnc 12.leon-c5t6kj 18.leon-ixaij1 11.leon-fm9tsi 18.leon-37co80.leon-pddz29 18.leon-51m5ru.leon-yle13i 18.leon-ixaij1 17.leon-zjr1ha 17.leon-vrplnc 17.leon-zjr1ha 15.leon-sq31pe.leon-zjr1ha 14.leon-oe6wpv 18.leon-yle13i 13.leon-i8iipl 20.leon-pddz29 13.leon-nw0tn1.leon-dqsnns 13.leon-i8iipl 22.leon-ek9rog 14.leon-oe6wpv 22.leon-ek9rog 15.leon-04zahg.leon-m00r45 17.leon-vrplnc 21.leon-dqsnns 18.leon-ixaij1 20.leon-pddz29 18.leon-nw29tj.leon-cwnjhf 18.leon-j4nyc4.leon-ssevdn 18.leon-ixaij1 26.leon-q60prx 17.leon-vrplnc 26.leon-q60prx 15.leon-3dtlyh.leon-q60prx 14.leon-oe6wpv 27.leon-ssevdn 13.leon-i8iipl 28.leon-cwnjhf 13.leon-7ygvuz.leon-jb9fvm 13.leon-i8iipl 31.leon-tjyi7h 14.leon-oe6wpv 31.leon-tjyi7h 15.leon-lihyso.leon-q60prx 17.leon-vrplnc 30.leon-jb9fvm 18.leon-ixaij1 28.leon-cwnjhf 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"])
    .leon-o73dyc {
    display: none;
  }
}

.leon-v5ktym {
  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) {
  .leon-v5ktym {
    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;
}

.leon-dhhbl1 {
  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) {
  .leon-dhhbl1 {
    padding: 14px 16px;
  }
}

.leon-dhhbl1 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.leon-dhhbl1 button:first-child {
  align-content: end;
}

.leon-dhhbl1 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .leon-dhhbl1
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .leon-dhhbl1
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.leon-dhhbl1 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.leon-dhhbl1 button:last-child svg {
  width: 38px;
  height: 38px;
}

.leon-y6ef7h {
  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;
}

.leon-y6ef7h::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .leon-y6ef7h,
.pc61d126-chatbot[data-active-screen="3"]
  .leon-y6ef7h {
  opacity: 1;
  visibility: visible;
}

.leon-6xztbc {
  flex: 1 1;
}

.leon-r0bvbe {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .leon-r0bvbe {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .leon-4q7tz3 {
  display: block;
}

.leon-0iwgel {
  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) {
  .leon-0iwgel {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.leon-biqhvz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.leon-biqhvz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.leon-8rhcdc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.leon-8rhcdc p {
  color: var(--Text-100);
}

.leon-biqhvz .leon-nq612s {
  grid-area: button;
}

.leon-biqhvz .leon-nq612s::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.leon-6fv1b8.org/2000/svg'%3E%3Cpath d='M4.leon-uf1o4d 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.leon-javxm3 15L16.leon-javxm3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.leon-javxm3 5L16.leon-javxm3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .leon-kjg0uf {
  display: block;
}

.leon-jm879j {
  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) {
  .leon-jm879j {
    margin-top: 40px;
  }
}

.leon-thps73 label,
.leon-thps73 input {
  display: block;
  width: 100%;
}

.leon-thps73 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.leon-thps73 label.leon-grzrk7 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.leon-thps73 label.leon-grzrk7::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;
}

.leon-thps73 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;
}

.leon-thps73 input::placeholder {
  color: var(--Text-400);
}

.leon-rhzvjz {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .leon-rhzvjz {
  display: flex;
}

.leon-rhzvjz ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .leon-rhzvjz ol {
    height: 420px;
    padding: 24px;
  }
}

.leon-rhzvjz ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.leon-n2mg3r {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .leon-n2mg3r {
    padding: 0 24px 24px;
  }
}

.leon-n2mg3r 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;
}

.leon-n2mg3r input::placeholder {
  color: var(--Text-400);
}

.leon-n2mg3r [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.leon-n2mg3r [type="submit"]:disabled {
  opacity: 0.5;
}

.leon-n2mg3r [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .leon-n2mg3r [type="submit"] {
    right: 40px;
  }
}

.leon-vwneah {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.leon-vwneah.leon-f02zfa {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.leon-vwneah.leon-f02zfa::before {
  content: "";
  width: 31px;
}

.leon-vwneah.leon-f02zfa p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.leon-vwneah.leon-x20jyc p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.leon-vwneah p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.leon-41rlng .leon-nq612s {
  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;
  }
}

.leon-gwdc5u {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .leon-gwdc5u {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .leon-gwdc5u {
    padding: 18px 0;
  }
}

.leon-gwdc5u .leon-sf5xdv {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .leon-gwdc5u .leon-sf5xdv {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.leon-1eq1vz {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .leon-1eq1vz {
    max-width: 160px;
    height: 40px;
  }
}

.leon-1eq1vz picture,
.leon-1eq1vz img {
  display: block;
  width: 100%;
  height: 100%;
}

.leon-1eq1vz img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .leon-n2ouzw {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.leon-glrbnh ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .leon-gwdc5u.leon-51hwmi .leon-n2ouzw {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .leon-n2ouzw {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .leon-n2ouzw {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.leon-kmdgct,
.leon-zz2la6 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .leon-kmdgct,
  .leon-zz2la6 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .leon-zz2la6 {
    display: none;
  }
}

.leon-bidyav {
  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;
}

.leon-51hwmi .leon-bidyav {
  background: var(--fh-bg-color);
}

.leon-bidyav button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .leon-bidyav {
    display: none;
  }
}

.leon-6fywzc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .leon-6fywzc {
    display: none;
  }
}

.leon-lny6ll {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.leon-gwdc5u.leon-51hwmi .leon-lny6ll:first-child {
  display: none;
}

.leon-gwdc5u.leon-51hwmi .leon-lny6ll:last-child {
  display: block;
}

.leon-lny6ll:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .leon-lny6ll {
    display: none;
  }
}

.leon-5duorr {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .leon-5duorr {
    display: flex;
  }
}

.leon-5duorr ul {
  max-height: 350px;
  overflow-y: auto;
}

.leon-5duorr:hover ul {
  visibility: visible;
  opacity: 1;
}

.leon-5duorr:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.leon-5duorr:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.leon-5duorr:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.leon-5duorr:hover .leon-1gdipp svg {
  transform: rotate(180deg);
}

.leon-6cf2oq {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.leon-7dxexh {
  padding: 0 8px;
}

.leon-t34qzn {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.leon-t34qzn:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .leon-t34qzn {
    padding: 4px 8px;
  }
}

.leon-hm2gxw {
  display: flex;
}

.leon-hm2gxw img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.leon-1gdipp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.leon-1gdipp svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.leon-9svo08 {
  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) {
  .leon-9svo08 {
    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;
  }
}

.leon-frupi0 {
  width: 100%;
}

@media (min-width: 1200px) {
  .leon-frupi0 {
    display: none;
  }
}

.leon-d1ewuf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.leon-yoaa0w {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.leon-hu95rn {
  display: flex;
}

.leon-98f1v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.leon-cii5r4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .leon-cii5r4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .leon-cii5r4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .leon-cii5r4 .leon-d0lkwr [data-ref-el],
  .leon-cii5r4 .leon-d0lkwr span,
  .leon-cii5r4 .leon-d0lkwr a {
    white-space: nowrap;
  }
}

.leon-4qkswt {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .leon-4qkswt.leon-l3m0x2 > .leon-d0lkwr {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .leon-4qkswt.leon-s02too:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .leon-4qkswt.leon-l3m0x2 > .leon-u6tund {
    height: auto;
  }

  .leon-4qkswt.leon-l3m0x2 > div > .leon-m20lci {
    transform: rotate(180deg);
  }
}

.leon-4qkswt [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.leon-4qkswt [data-ref-el],
.leon-4qkswt span {
  cursor: pointer;
}

.leon-4qkswt [data-ref-el],
.leon-4qkswt span,
.leon-4qkswt a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .leon-4qkswt [data-ref-el],
  .leon-4qkswt span,
  .leon-4qkswt a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .leon-4qkswt [data-ref-el],
  .leon-4qkswt span,
  .leon-4qkswt a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.leon-u6tund {
  height: 0;
  overflow: hidden;
  transition: height 0.leon-glrbnh ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.leon-u6tund::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.leon-u6tund::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.leon-u6tund::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .leon-u6tund {
    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;
  }

  .leon-u6tund:has(> .leon-4qkswt.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .leon-u6tund .leon-u6tund {
    padding: 0;
  }

  .leon-u6tund .leon-4qkswt {
    font-weight: 400;
  }

  .leon-u6tund .leon-4qkswt:hover > .leon-d0lkwr {
    background: var(--Neutral-300);
  }

  .leon-u6tund .leon-m20lci {
    rotate: -90deg;
  }
}

.leon-d0lkwr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .leon-d0lkwr {
    padding: 8px;
  }

  .leon-4qkswt.leon-i0rs3a > .leon-d0lkwr {
    background: var(--Neutral-300);
  }
}

.leon-m20lci {
  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.leon-6fv1b8.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.leon-7vlncq 0.leon-dosxyq.leon-bicjgy -0.leon-rmlw1d 0.leon-ipyr60 -0.leon-rmlw1d 1.leon-nb4s5v 0.leon-yi5huu.leon-ktv649 4.leon-x0f53d.leon-7vlncq 0.leon-9a27do.leon-ofoe96 -0.leon-rmlw1d 9.leon-pkh7yj -0.leon-rmlw1d 10.leon-l9cc8g 0.leon-1mea6x.leon-ls1unm 0.leon-bicjgy 10.leon-ls1unm 0.leon-ipyr60 10.leon-l9cc8g 1.leon-098b0k.leon-noskh9 5.leon-b3hqj3.leon-q5tir9 6.leon-m2qp6e 5.leon-ru9r84 6.leon-m2qp6e 4.leon-c4giso 5.leon-dgjp1a.leon-7vlncq 1.leon-ym8wvi.leon-rmlw1d 0.leon-ipyr60 -0.leon-rmlw1d 0.leon-bicjgy 0.leon-7vlncq 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.leon-glrbnh ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .leon-m20lci {
    cursor: default;
  }
}

.leon-ojamq2 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.leon-rup6kx {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .leon-rup6kx {
    padding: 40px 4px;
  }
}

.leon-4j91np {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .leon-4j91np {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.leon-59xwso {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .leon-59xwso {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.leon-59xwso ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.leon-59xwso [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.leon-59xwso [data-ref-el],
.leon-59xwso span,
.leon-59xwso a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.leon-hccdzi {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .leon-hccdzi {
    margin-bottom: 12px;
  }
}

.leon-4b45uo {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.leon-4b45uo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .leon-4b45uo:last-child {
    margin-right: 0;
  }
}

.leon-fazd6z {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.leon-hccdzi:hover .leon-9y2h1g {
  visibility: visible;
  opacity: 1;
}

.leon-9y2h1g {
  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);
}

.leon-je3by6 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.leon-zjdp5b {
  display: flex;
  margin: 6px;
}

.leon-zjdp5b img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.leon-9y2h1g::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);
}

.leon-9y2h1g::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);
}

.leon-1wv1gp {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .leon-1wv1gp {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.leon-dujlsm {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .leon-dujlsm {
    margin-right: 32px;
  }
}

.leon-yexghz {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .leon-yexghz {
    margin-top: 0;
    width: 340px;
  }
}

.leon-yexghz a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.leon-fzmeen {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.leon-2lng41 {
  position: relative;
}

@media (min-width: 768px) {
  .leon-2lng41 {
    margin-top: 40px;
  }
}

.leon-2lng41 + .leon-3rb93w,
.leon-2lng41 + .leon-2lng41 {
  margin-top: 24px;
}

.leon-6j49jr {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .leon-6j49jr {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .leon-6j49jr {
    padding: 80px;
  }
}

.leon-vbcbsc {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .leon-vbcbsc {
    padding: 0 16px;
}


}

.leon-hmigwi {
  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) {
  .leon-hmigwi {
    font-size: 48px;
    line-height: 56px;
  }
}

.leon-72s2a9 {
  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) {
  .leon-72s2a9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.leon-154d5w {
  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;
}

.leon-154d5w:hover {
  background: var(--button-bg-hover);
}

.leon-tjvury {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.leon-tjvury img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .leon-tjvury img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .leon-tjvury img {
  min-height: 100%;
  }
}

.leon-6j49jr::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.leon-d2pv5o {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.leon-d2pv5o h1,
.leon-d2pv5o h2,
.leon-d2pv5o h3,
.leon-d2pv5o h4 {
  margin-bottom: 6px;
}

.leon-d2pv5o h1:not(:first-child),
.leon-d2pv5o h2:not(:first-child),
.leon-d2pv5o h3:not(:first-child),
.leon-d2pv5o h4:not(:first-child) {
  margin-top: 16px;
}

.leon-d2pv5o h1,
.leon-d2pv5o h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .leon-d2pv5o h1,
  .leon-d2pv5o h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.leon-d2pv5o h2,
.leon-d2pv5o h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .leon-d2pv5o h2,
  .leon-d2pv5o h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.leon-d2pv5o h3,
.leon-d2pv5o h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .leon-d2pv5o h3,
  .leon-d2pv5o h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.leon-d2pv5o h4,
.leon-d2pv5o h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.leon-d2pv5o ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.leon-d2pv5o ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.leon-d2pv5o 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);
}

.leon-d2pv5o ul ul {
  margin-bottom: 8px;
}

.leon-d2pv5o ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.leon-d2pv5o ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.leon-d2pv5o ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.leon-d2pv5o ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.leon-d2pv5o ol li::marker {
  font-weight: 700;
}

.leon-d2pv5o ol ol {
  margin-bottom: 8px;
}

.leon-d2pv5o ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.leon-d2pv5o ol ul li {
  padding-left: 16px;
}

.leon-d2pv5o 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) {
  .leon-d2pv5o table {
    padding: 24px;
  }
}

.leon-d2pv5o table.leon-u0bhip {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.leon-glrbnh,
    mask-image 0.3s;
}

.leon-d2pv5o table.leon-u0bhip.leon-kjewqt {
  -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) {
  .leon-d2pv5o table {
    display: table;
  }
}

.leon-d2pv5o 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);
}

.leon-d2pv5o table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.leon-d2pv5o table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.leon-d2pv5o 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) {
  .leon-d2pv5o table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.leon-d2pv5o table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.leon-d2pv5o table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.leon-d2pv5o table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.leon-d2pv5o img {
  max-width: 100%;
  height: auto;
}

.leon-vn8nml {
  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) {
  .leon-vn8nml {
    padding: 24px;
  }
}

.leon-b6ow9h {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .leon-b6ow9h {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.leon-b6ow9h > * {
  margin: 0 !important;
}

.leon-b6ow9h img,
.leon-vj1z6u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .leon-b6ow9h img,
  .leon-vj1z6u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.leon-1uyy4x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .leon-1uyy4x {
    width: 32px;
    height: 32px;
  }
}

.leon-maplf0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.leon-maplf0 .leon-6mgcfx {
  flex-shrink: 0;
}

.leon-maplf0 .leon-5922wo svg {
  display: none;
}

.leon-hj77an {
  display: grid;
  transition: max-height 0.leon-glrbnh ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .leon-hj77an {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .leon-hj77an {
    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));
  }
}

.leon-hj77an.leon-z3mvge + .leon-6mgcfx svg {
  transform: rotate(180deg);
}

.leon-y0g7nd {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.leon-y0g7nd > div:nth-child(3n) {
  grid-column: span 2;
}

.leon-y0g7nd
  > div:nth-child(3n)
  .leon-9lcf0n
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .leon-y0g7nd {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .leon-y0g7nd > div:nth-child(3n) {
    grid-column: unset;
  }

  .leon-y0g7nd
    > div:nth-child(3n)
    .leon-9lcf0n
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .leon-y0g7nd {
    max-width: 270px;
  }
}

.leon-y0g7nd .leon-9lcf0n button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .leon-y0g7nd .leon-9lcf0n button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .leon-y0g7nd .leon-9lcf0n button {
    max-width: 104px;
  }
}

.leon-d2bc9g {
  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) {
  .leon-d2bc9g {
    margin-bottom: 0;
  }
}

.leon-5jg7s1 {
  display: none;
  opacity: 0;
}

.leon-0ax09j {
  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;
  }
}

.leon-0ax09j img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.leon-9lcf0n {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.leon-9lcf0n button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .leon-9lcf0n
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .leon-9lcf0n
    button {
    max-width: 145px;
  }
}

.leon-6bi9ck:first-child
  .leon-9lcf0n
  button {
  max-width: 270px;
}

.leon-uas83l {
  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%;
}

.leon-d2bc9g picture {
  width: 100%;
  max-width: 100%;
}

.leon-bchres {
  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;
}

.leon-bchres svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.leon-d2bc9g:hover .leon-bchres {
  display: flex;
}

.leon-5ger4s {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.leon-mxtto3 {
  display: flex;
}

.leon-mxtto3:hover .leon-v1ei7j,
.leon-mxtto3 .leon-i0rs3a .leon-v1ei7j {
  display: flex;
}

.leon-mxtto3 svg {
  flex-shrink: 0;
}

.leon-v1ei7j {
  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) {
  .leon-v1ei7j {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.leon-v1ei7j:hover {
  display: flex;
}

.leon-v1ei7j svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.leon-s40f8a {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .leon-s40f8a {
    font-size: 12px;
  }
}

.leon-b8141s,
.leon-lfqyhz {
  width: 50%;
  flex-shrink: 0;
}

.leon-b8141s {
  font-weight: 700;
}

.leon-f2ufu8 .leon-hj77an {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .leon-f2ufu8 .leon-hj77an {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .leon-f2ufu8 .leon-hj77an {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.leon-f2ufu8
  .leon-uas83l:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.leon-f2ufu8 .leon-0ax09j {
  height: 100% !important;
  border-radius: 16px;
}

.leon-f2ufu8 .leon-9lcf0n {
  gap: 4px;
  align-items: center;
}

.leon-f2ufu8 .leon-9lcf0n button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leon-f2ufu8 .leon-9lcf0n svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.leon-f2ufu8 .leon-c4tbfl,
.leon-f2ufu8 .leon-rdkx1v {
  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.leon-6fv1b8.org/2000/svg'%3E%3Cpath d='M9.leon-fv8os0 4.leon-h454zq.leon-2m3sz8 5.leon-bs609e.leon-5xf6qj 5.leon-h9tms6.leon-6s99mm 5.leon-h9ti73.leon-79pslk 8.leon-lt6e2w.leon-pmjnxo 9.leon-3877q9.leon-91kps0 9.leon-cwowv3.leon-02upsi 13.leon-44l21m.leon-2l4vy9 11.leon-yv8csw.leon-2uu0i5 11.leon-maprg7.leon-8y1s39 11.leon-749li9.leon-57wkao 13.leon-w0fty0.leon-lh1y9o 9.leon-0uew5j.leon-pyw6sh 9.leon-g2nm74.leon-wy59nd 8.leon-izytsr.leon-y3da05 5.leon-xc0o0q.leon-ulovq8 5.leon-hcdsjg.leon-hg7512 5.leon-moberh.leon-pn2mkd 4.leon-5meh3e.leon-2uu0i5 1.leon-72ggvj.leon-fv8os0 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.leon-f2ufu8 .leon-c4tbfl {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.leon-f2ufu8 .leon-rdkx1v {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.leon-l9gee1 {
  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) {
  .leon-l9gee1 {
    padding: 24px;
  }
}

.leon-l9gee1 .leon-6mgcfx {
  display: flex;
}

@media (min-width: 768px) {
  .leon-l9gee1 .leon-6mgcfx {
    display: none;
  }
}

.leon-l9gee1 .leon-5922wo svg {
  display: none;
}

.leon-fvhxji {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.leon-fvhxji .leon-bkjobs {
  display: none;
}

@media (min-width: 768px) {
  .leon-fvhxji .leon-bkjobs {
    display: flex;
  }
}

.leon-kysfsc {
  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) {
  .leon-kysfsc {
    font-size: 40px;
    line-height: 48px;
  }
}

.leon-kysfsc > * {
  margin: 0 !important;
}

.leon-kysfsc img,
.leon-sbheuc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .leon-kysfsc img,
  .leon-sbheuc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.leon-334xpj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .leon-334xpj {
    width: 32px;
    height: 32px;
  }
}

.leon-4nj5on {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .leon-4nj5on {
    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;
  }

  .leon-4nj5on::-webkit-scrollbar {
    display: none;
  }
}

.leon-mw68fn {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .leon-mw68fn {
    padding: 7px 15px;
  }
}

.leon-mw68fn:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.leon-or0j28 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .leon-or0j28 {
    display: flex;
    opacity: 1;
  }
}

.leon-mw68fn picture {
  height: 100%;
  display: block;
}

.leon-mw68fn img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .leon-mw68fn img {
    width: 88px;
    height: 44px;
  }
}

.leon-mw68fn p {
  text-align: center;
  width: 100%;
}

.leon-uqgu62 {
  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) {
  .leon-uqgu62 {
    font-size: 40px;
    line-height: 48px;
  }
}

.leon-uqgu62 img,
.leon-fd9lmi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .leon-uqgu62 img,
  .leon-fd9lmi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.leon-fal75e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .leon-fal75e {
    width: 32px;
    height: 32px;
  }
}

.leon-u9qrh5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.leon-tggxkb {
  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;
}

.leon-59qsam {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.leon-59qsam.leon-i0rs3a {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.leon-rve2pt {
  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) {
  .leon-rve2pt {
    font-size: 20px;
    line-height: 28px;
  }
}

.leon-kvlu5w {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.leon-jw0esd {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.leon-glrbnh ease;
  opacity: 0;
  color: var(--text-color);
}

.leon-rjk55t {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.leon-rjk55t ol,
.leon-rjk55t ul {
  padding-left: 1.3em;
}

.leon-59qsam.leon-i0rs3a .leon-jw0esd {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.leon-59qsam.leon-i0rs3a .leon-kvlu5w {
  transform: rotate(180deg);
  color: var(--text-color);
}

.leon-11f78y {
  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) {
  .leon-11f78y {
    padding: 24px;
  }
}

.leon-11f78y .leon-6mgcfx {
  display: flex;
}

@media (min-width: 768px) {
  .leon-11f78y .leon-6mgcfx {
    display: none;
  }
}

.leon-11f78y .leon-5922wo svg {
  display: none;
}

.leon-vq74me {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leon-vq74me .leon-bkjobs {
  display: none;
}

@media (min-width: 768px) {
  .leon-vq74me .leon-bkjobs {
    display: flex;
  }
}

.leon-oe71jj {
  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) {
  .leon-oe71jj {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.leon-oe71jj > * {
  margin: 0 !important;
}

.leon-oe71jj img,
.leon-ievji7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .leon-oe71jj img,
  .leon-ievji7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.leon-9awxfu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .leon-9awxfu {
    width: 32px;
    height: 32px;
  }
}

.leon-p4k53y {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .leon-p4k53y {
    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;
  }

  .leon-p4k53y::-webkit-scrollbar {
    display: none;
  }
}

.leon-4k8gfh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.leon-4k8gfh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.leon-rgmf5t {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .leon-rgmf5t {
    display: flex;
    opacity: 1;
  }
}

.leon-4k8gfh picture {
  width: auto;
  height: 100%;
  display: block;
}

.leon-4k8gfh picture img {
  display: block;
  width: auto;
  height: 100%;
}

.leon-lpiq2c {
  margin: -24px 0;
}

.leon-lpiq2c:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .leon-lpiq2c {
    margin: -16px 0;
  }
}

.leon-mbqfsp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .leon-mbqfsp {
    flex-direction: row;
  }
}

.leon-2xv5yj {
  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) {
  .leon-2xv5yj {
    flex: 1;
  }
}

.leon-2xv5yj::placeholder {
  color: var(--Text-400);
}

.leon-lv4wlc {
  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;
}

.leon-bnw2c7 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.leon-bnw2c7::-webkit-scrollbar {
  display: none;
}

.leon-zh3tto {
  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;
}

.leon-zh3tto img,
.leon-zh3tto svg {
  margin-right: 8px;
}

.leon-mtwast {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.leon-lpiq2c + .leon-colptz {
  margin-top: 0;
}

@media (min-width: 768px) {
  .leon-lpiq2c + .leon-colptz {
    margin-top: -16px;
  }
}

.leon-y06vfx {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.leon-y06vfx > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.leon-y06vfx > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.leon-cfljpj {
  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;
}

.leon-b29nl9 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.leon-bwrrec {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.leon-iqqczz {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.leon-tdhzca {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.leon-cfljpj 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;
}

.leon-cfljpj 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) {
  .leon-cfljpj {
    padding: 39px 179px 39px 39px;
  }

  .leon-b29nl9 {
    font-size: 40px;
    line-height: 48px;
  }

  .leon-tdhzca {
    height: 348px;
  }

  .leon-cfljpj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .leon-cfljpj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .leon-cfljpj {
    padding: 63px;
  }
}

.leon-aev8j4 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .leon-aev8j4 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.leon-dyfddq {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .leon-dyfddq {
    width: auto;
  }
}

.leon-89nxiq {
  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;
}

.leon-89nxiq::-webkit-scrollbar {
  display: none;
}

.leon-89nxiq 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);
}

.leon-89nxiq a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .leon-89nxiq {
    margin-left: 16px;
    margin-top: 0;
  }
}

.leon-aev8j4 .leon-y2uvgs {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.leon-glrbnh,
    mask-image 0.3s;
}

.leon-aev8j4 .leon-y2uvgs.leon-kjewqt {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.leon-tpeg71 {
  margin: 40px -16px;
}

.leon-9qio1h + .leon-3rb93w,
.leon-9qio1h + .leon-2lng41 {
  margin-top: 24px;
}

.leon-f1f3lt {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.leon-f1f3lt picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.leon-d80pi0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .leon-d80pi0 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .leon-d80pi0 {
    margin-top: 0;
  }
}

.leon-6m3pw2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .leon-6m3pw2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.leon-mlfq5l {
  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) {
  .leon-mlfq5l {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.leon-b7ricd {
  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) {
  .leon-b7ricd {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.leon-lpowpn {
  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) {
  .leon-lpowpn {
    font-size: 20px;
    line-height: 28px;
  }
}

.leon-6ftmuu {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .leon-6ftmuu {
    font-size: 32px;
    line-height: 40px;
  }
}

.leon-rruadw {
  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;
}

.leon-olg8qs {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.leon-olg8qs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.leon-colptz {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.leon-2cgpyk {
  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) {
  .leon-2cgpyk {
    padding: 15px 48px;
  }
}

main > .leon-colptz {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .leon-hj77an.leon-tlqr4l > div:nth-child(n+5) {
    display: none;
  }
}

.leon-d2pv5o p a img {
  display: block;
  margin: 0 auto;
}


.leon-6zxuy3 {
  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 */
.leon-4rc8o7 {
  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;
}

.leon-4rc8o7 label {
  font-size: 14px;
}

.leon-4rc8o7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.leon-4rc8o7 input,
.leon-4rc8o7 textarea,
.leon-4rc8o7 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;
}
.leon-4rc8o7 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.leon-0r97zj ease;
}
.leon-4rc8o7 button:hover {
  background-color: var(--button-bg-hover);
}
.leon-nur037 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.leon-di15ql ease-in;
}

.leon-nur037 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;
}
.leon-nanx1t, .leon-jy49r1, [class*="review-card"],
thead, thead th, table th, .leon-7v3lu8,
.leon-m5x9z9, [class*="collapsible-header"],
.leon-7ke5ot, [class*="updated-block"] {
  color: #ece7dc !important;
}
