* {
  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;
  }
}

.legiano-p1yrt9 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .legiano-p1yrt9 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .legiano-p1yrt9 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.legiano-sthcgv {
  overflow: hidden;
}

.legiano-3efqzq img {
  background: var(--Neutral-300);
}

.legiano-5c47f5 {
  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;
}

.legiano-oupww9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.legiano-oupww9:hover {
  background: var(--button-bg-hover);
}

.legiano-d2jh17 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.legiano-d2jh17:hover {
  background: var(--button-bg-hover);
}

.legiano-u8updl {
  font-size: 12px;
  line-height: 18px;
}

.legiano-gs54mb {
  font-size: 18px;
  line-height: 26px;
}

.legiano-xrme8f {
  width: 100%;
}

.legiano-kc1d91 {
  padding: 6px 16px;
}

.legiano-prkhhp {
  padding: 10px 16px;
}

.legiano-lwjgek {
  padding: 15px 26px;
}

.legiano-mbhfm5 {
  flex-shrink: 0;
}

.legiano-vznh7c {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.legiano-fwzc6p {
  display: none;
}

.legiano-u3i0jq {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.legiano-321qqe {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.legiano-f7d6my {
  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;
}

.legiano-ae45w5 {
  cursor: grab;
}

.legiano-f7d6my::-webkit-scrollbar {
  display: none;
}

.legiano-edrp3a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.legiano-cpqaki {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.legiano-ofp2e2 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.legiano-h8se4u {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.legiano-t2dty6 {
  visibility: visible;
}

.legiano-ktqdqb {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.legiano-gp2eim ease;
}

.legiano-1j21ru {
  background-color: var(--Primary-200);
  width: 16px;
}

.legiano-450zih {
  -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.legiano-gp2eim,
    mask-image 0.3s;
}

.legiano-450zih.legiano-4snyfj {
  -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;
  }
}

.legiano-4n6teq: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;
}

.legiano-7rzk3u {
  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.legiano-cake9q.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.legiano-cake9q.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;
}

.legiano-2p0f0b {
  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);
}

.legiano-2p0f0b::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%
  );
}

.legiano-06pjfp {
  position: relative;
  z-index: 1;
}

.legiano-6cy9wy {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.legiano-zbf5n1 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.legiano-lhcdvp {
  font-size: 40px;
  line-height: 48px;
}

.legiano-0j8ssz {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.legiano-e4kbdr {
  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;
}

.legiano-e4kbdr:hover {
  background: var(--Primary-400);
}

.legiano-e4kbdr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.legiano-4n6teq 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) {
  .legiano-2p0f0b {
    max-width: 600px;
    padding: 64px;
  }

  .legiano-6cy9wy {
    font-size: 24px;
    line-height: 32px;
  }

  .legiano-zbf5n1 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .legiano-lhcdvp {
    font-size: 50px;
    line-height: 56px;
  }

  .legiano-0j8ssz {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .legiano-7rzk3u {
    top: 25px;
    right: 25px;
  }
}

.legiano-2kuclq,
.legiano-erjcl5 {
  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;
}

.legiano-fjpudd.legiano-n4oyap::before,
.legiano-erjcl5::before,
.legiano-exsvn9::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.legiano-cake9q.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.legiano-9trzmv 14.legiano-khah9n.legiano-humav9 14.legiano-f3mej4 15.legiano-xbb89h 14.legiano-aaym7f 15.legiano-cfol6t 14.legiano-7l9ya9.legiano-tsyein 14.legiano-yh6t3g 19.legiano-cm2vua 12.legiano-j8tpr1 19.legiano-cm2vua 10.legiano-9s4dtm.legiano-cm2vua 8.legiano-hcmcd9 17.legiano-s2yqhy 7.legiano-y8nydr 15.legiano-jubhjl 7.legiano-vnjntx.legiano-jfk85d 7.legiano-y8nydr 11.legiano-z2chq0 8.legiano-hcmcd9 11.legiano-z2chq0 10.legiano-t51jrg.legiano-z2chq0 12.legiano-ztzq6b 13.legiano-mqi5qs 14.legiano-5uv9iw 15.legiano-qx9yv2 14.legiano-08ekej.legiano-wa9b6e 14.legiano-bhs96l 15.legiano-8tpir9 14.legiano-hhgw9p 15.legiano-91wlvd 14.legiano-5hsqy5.legiano-9trzmv 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.legiano-ipo2hw 15.legiano-cibp1r.legiano-6al6lk 15.legiano-fj9mx1 15.legiano-firq7e 15.legiano-vxhc8w 15.legiano-i4j74k 15.legiano-d5jtqq.legiano-85002c 15.legiano-vxhc8w 15.legiano-u71aw3 15.legiano-jy02lm 15.legiano-82gg1n 15.legiano-m1nnqq.legiano-g8smz9 15.legiano-mlzxo5 7.legiano-clswog 18.legiano-kgt95z 7.legiano-baf0e1 23.legiano-dhwaeu.legiano-ogrznt.legiano-rcpnf4 18.legiano-wsarzc 19.legiano-uqnsfc 15.legiano-je6dov 15.legiano-ipo2hw 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.legiano-g48v6s [type="submit"] *,
.legiano-hidpr2 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .legiano-u7elz1 {
    display: none;
  }
}

.legiano-39usai {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .legiano-39usai {
  display: none;
}

@media (min-width: 768px) {
  .legiano-39usai {
    bottom: 22px;
  }
}

.legiano-39usai input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .legiano-39usai {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.legiano-rnykk6.static) .legiano-39usai {
    bottom: 8px;
  }
}

.legiano-x13usn {
  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.legiano-cake9q.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.legiano-mxvbpi 3.legiano-6vk8rh.legiano-6xzmxz.legiano-u5z5rr 3.legiano-pe2es6 3.legiano-3ug6li 5.legiano-kw5nfw 3.legiano-3ug6li 8.legiano-d0lx2q.legiano-6fe1ep.legiano-3ug6li 26.legiano-3bfbg4 5.legiano-64mn43 28.legiano-mne97k 8.legiano-ydkd30 28.legiano-tr3eyd.legiano-yfog1e 28.legiano-7cj9w6.legiano-5dj22f 34.legiano-vye6r2.legiano-q88eig 36.legiano-vzpj15 11.legiano-8yq8md 37.legiano-xqxgc4 12.legiano-axfet3 36.legiano-npfcaa.legiano-k8kbuh 28.legiano-0376ph.legiano-867u7h.legiano-itg4le 28.legiano-e91lwh 36.legiano-d3bk3a 26.legiano-8ie9ve 36.legiano-d3bk3a 23.legiano-0cho4w.legiano-yiwmjt.legiano-d3bk3a 5.legiano-ahfy9m 34.legiano-zdwtd6 3.legiano-pe2es6 31.legiano-mxvbpi 3.legiano-xp93x4.legiano-683heu 18.legiano-vdew49.legiano-xrcsbl 18.legiano-2mhtrv 8.legiano-72mejv 17.legiano-xnq1rt 8.legiano-72mejv 15.legiano-fbg6t4.legiano-72mejv 14.legiano-1x00yy 9.legiano-xrcsbl 13.legiano-5krsj2 11.legiano-683heu 13.legiano-6fv64p.legiano-byz18n 13.legiano-5krsj2 13.legiano-0f0hn3 14.legiano-1x00yy 13.legiano-0f0hn3 15.legiano-htmvq9.legiano-0f0hn3 17.legiano-xnq1rt 12.legiano-byz18n 18.legiano-2mhtrv 11.legiano-683heu 18.legiano-rwb3yz.legiano-ehd7gx 18.legiano-a99oyb.legiano-x62q62 18.legiano-2mhtrv 17.legiano-0vw4jp 17.legiano-xnq1rt 17.legiano-0vw4jp 15.legiano-jlg1h4.legiano-0vw4jp 14.legiano-1x00yy 18.legiano-x62q62 13.legiano-5krsj2 20.legiano-ehd7gx 13.legiano-tthzvf.legiano-o45ezo 13.legiano-5krsj2 22.legiano-azzp9r 14.legiano-1x00yy 22.legiano-azzp9r 15.legiano-6pagnr.legiano-cfq5we 17.legiano-xnq1rt 21.legiano-o45ezo 18.legiano-2mhtrv 20.legiano-ehd7gx 18.legiano-pxuu08.legiano-u9janc 18.legiano-3qk6kz.legiano-20essq 18.legiano-2mhtrv 26.legiano-i85znj 17.legiano-xnq1rt 26.legiano-i85znj 15.legiano-5coe6a.legiano-i85znj 14.legiano-1x00yy 27.legiano-20essq 13.legiano-5krsj2 28.legiano-u9janc 13.legiano-jdte95.legiano-lzc4fz 13.legiano-5krsj2 31.legiano-x1vgxc 14.legiano-1x00yy 31.legiano-x1vgxc 15.legiano-e45ke0.legiano-i85znj 17.legiano-xnq1rt 30.legiano-lzc4fz 18.legiano-2mhtrv 28.legiano-u9janc 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"])
    .legiano-x13usn {
    display: none;
  }
}

.legiano-u8l637 {
  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) {
  .legiano-u8l637 {
    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;
}

.legiano-hidpr2 {
  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) {
  .legiano-hidpr2 {
    padding: 14px 16px;
  }
}

.legiano-hidpr2 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.legiano-hidpr2 button:first-child {
  align-content: end;
}

.legiano-hidpr2 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .legiano-hidpr2
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .legiano-hidpr2
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.legiano-hidpr2 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.legiano-hidpr2 button:last-child svg {
  width: 38px;
  height: 38px;
}

.legiano-exsvn9 {
  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;
}

.legiano-exsvn9::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .legiano-exsvn9,
.pc61d126-chatbot[data-active-screen="3"]
  .legiano-exsvn9 {
  opacity: 1;
  visibility: visible;
}

.legiano-ls52ms {
  flex: 1 1;
}

.legiano-gvwgtv {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .legiano-gvwgtv {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .legiano-5zac8x {
  display: block;
}

.legiano-n9tcg9 {
  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) {
  .legiano-n9tcg9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.legiano-erjcl5 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.legiano-erjcl5::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.legiano-03j09o span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.legiano-03j09o p {
  color: var(--Text-100);
}

.legiano-erjcl5 .legiano-sdpijm {
  grid-area: button;
}

.legiano-erjcl5 .legiano-sdpijm::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.legiano-cake9q.org/2000/svg'%3E%3Cpath d='M4.legiano-cpifo8 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.legiano-jrmx9p 15L16.legiano-jrmx9p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.legiano-jrmx9p 5L16.legiano-jrmx9p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .legiano-y3f98i {
  display: block;
}

.legiano-gtedpc {
  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) {
  .legiano-gtedpc {
    margin-top: 40px;
  }
}

.legiano-2kuclq label,
.legiano-2kuclq input {
  display: block;
  width: 100%;
}

.legiano-2kuclq label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.legiano-2kuclq label.legiano-b3yvsy input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.legiano-2kuclq label.legiano-b3yvsy::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;
}

.legiano-2kuclq 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;
}

.legiano-2kuclq input::placeholder {
  color: var(--Text-400);
}

.legiano-5qtrqj {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .legiano-5qtrqj {
  display: flex;
}

.legiano-5qtrqj ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .legiano-5qtrqj ol {
    height: 420px;
    padding: 24px;
  }
}

.legiano-5qtrqj ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.legiano-g48v6s {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .legiano-g48v6s {
    padding: 0 24px 24px;
  }
}

.legiano-g48v6s 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;
}

.legiano-g48v6s input::placeholder {
  color: var(--Text-400);
}

.legiano-g48v6s [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.legiano-g48v6s [type="submit"]:disabled {
  opacity: 0.5;
}

.legiano-g48v6s [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .legiano-g48v6s [type="submit"] {
    right: 40px;
  }
}

.legiano-fjpudd {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.legiano-fjpudd.legiano-n4oyap {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.legiano-fjpudd.legiano-n4oyap::before {
  content: "";
  width: 31px;
}

.legiano-fjpudd.legiano-n4oyap p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.legiano-fjpudd.legiano-v1iguh p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.legiano-fjpudd p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.legiano-39usai .legiano-sdpijm {
  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;
  }
}

.legiano-u7elz1 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .legiano-u7elz1 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .legiano-u7elz1 {
    padding: 18px 0;
  }
}

.legiano-u7elz1 .legiano-p1yrt9 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .legiano-u7elz1 .legiano-p1yrt9 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.legiano-4c1bs1 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .legiano-4c1bs1 {
    max-width: 160px;
    height: 40px;
  }
}

.legiano-4c1bs1 picture,
.legiano-4c1bs1 img {
  display: block;
  width: 100%;
  height: 100%;
}

.legiano-4c1bs1 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .legiano-m4572x {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.legiano-gp2eim ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .legiano-u7elz1.legiano-of8nc5 .legiano-m4572x {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .legiano-m4572x {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .legiano-m4572x {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.legiano-iqlakx,
.legiano-dajkix {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .legiano-iqlakx,
  .legiano-dajkix {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .legiano-dajkix {
    display: none;
  }
}

.legiano-fhpc7e {
  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;
}

.legiano-of8nc5 .legiano-fhpc7e {
  background: var(--fh-bg-color);
}

.legiano-fhpc7e button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .legiano-fhpc7e {
    display: none;
  }
}

.legiano-pxhi8n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .legiano-pxhi8n {
    display: none;
  }
}

.legiano-4qsg2x {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.legiano-u7elz1.legiano-of8nc5 .legiano-4qsg2x:first-child {
  display: none;
}

.legiano-u7elz1.legiano-of8nc5 .legiano-4qsg2x:last-child {
  display: block;
}

.legiano-4qsg2x:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .legiano-4qsg2x {
    display: none;
  }
}

.legiano-2hhldy {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .legiano-2hhldy {
    display: flex;
  }
}

.legiano-2hhldy ul {
  max-height: 350px;
  overflow-y: auto;
}

.legiano-2hhldy:hover ul {
  visibility: visible;
  opacity: 1;
}

.legiano-2hhldy:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.legiano-2hhldy:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.legiano-2hhldy:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.legiano-2hhldy:hover .legiano-0zkm5l svg {
  transform: rotate(180deg);
}

.legiano-4wpucr {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.legiano-o50tsb {
  padding: 0 8px;
}

.legiano-onv4uh {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.legiano-onv4uh:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .legiano-onv4uh {
    padding: 4px 8px;
  }
}

.legiano-rwa7ji {
  display: flex;
}

.legiano-rwa7ji img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.legiano-0zkm5l {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.legiano-0zkm5l svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.legiano-gdq71l {
  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) {
  .legiano-gdq71l {
    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;
  }
}

.legiano-52bv17 {
  width: 100%;
}

@media (min-width: 1200px) {
  .legiano-52bv17 {
    display: none;
  }
}

.legiano-m59ny7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.legiano-i3qhaz {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.legiano-nbeoj2 {
  display: flex;
}

.legiano-zaafsk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.legiano-c4sc23 {
  list-style: none;
}

@media (max-width: 1199px) {
  .legiano-c4sc23 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .legiano-c4sc23 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .legiano-c4sc23 .legiano-rlwmvy [data-ref-el],
  .legiano-c4sc23 .legiano-rlwmvy span,
  .legiano-c4sc23 .legiano-rlwmvy a {
    white-space: nowrap;
  }
}

.legiano-d9srbu {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .legiano-d9srbu.legiano-bkqw8z > .legiano-rlwmvy {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .legiano-d9srbu.legiano-t0r4p8:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .legiano-d9srbu.legiano-bkqw8z > .legiano-4nbbpg {
    height: auto;
  }

  .legiano-d9srbu.legiano-bkqw8z > div > .legiano-3cgps5 {
    transform: rotate(180deg);
  }
}

.legiano-d9srbu [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.legiano-d9srbu [data-ref-el],
.legiano-d9srbu span {
  cursor: pointer;
}

.legiano-d9srbu [data-ref-el],
.legiano-d9srbu span,
.legiano-d9srbu a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .legiano-d9srbu [data-ref-el],
  .legiano-d9srbu span,
  .legiano-d9srbu a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .legiano-d9srbu [data-ref-el],
  .legiano-d9srbu span,
  .legiano-d9srbu a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.legiano-4nbbpg {
  height: 0;
  overflow: hidden;
  transition: height 0.legiano-gp2eim ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.legiano-4nbbpg::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.legiano-4nbbpg::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.legiano-4nbbpg::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .legiano-4nbbpg {
    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;
  }

  .legiano-4nbbpg:has(> .legiano-d9srbu.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .legiano-4nbbpg .legiano-4nbbpg {
    padding: 0;
  }

  .legiano-4nbbpg .legiano-d9srbu {
    font-weight: 400;
  }

  .legiano-4nbbpg .legiano-d9srbu:hover > .legiano-rlwmvy {
    background: var(--Neutral-300);
  }

  .legiano-4nbbpg .legiano-3cgps5 {
    rotate: -90deg;
  }
}

.legiano-rlwmvy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .legiano-rlwmvy {
    padding: 8px;
  }

  .legiano-d9srbu.legiano-z8x5t5 > .legiano-rlwmvy {
    background: var(--Neutral-300);
  }
}

.legiano-3cgps5 {
  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.legiano-cake9q.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.legiano-xuexxg 0.legiano-3znxez.legiano-z0lf2b -0.legiano-pdxjzf 0.legiano-707453 -0.legiano-pdxjzf 1.legiano-ihq7io 0.legiano-bv6qet.legiano-wczydw 4.legiano-46qtwm.legiano-xuexxg 0.legiano-oe6iua.legiano-e1tcj2 -0.legiano-pdxjzf 9.legiano-5rpv0b -0.legiano-pdxjzf 10.legiano-s3ompu 0.legiano-4qg9x0.legiano-5mzcxr 0.legiano-z0lf2b 10.legiano-5mzcxr 0.legiano-707453 10.legiano-s3ompu 1.legiano-28e6wa.legiano-3uz2s8 5.legiano-rn7g31.legiano-5c42t9 6.legiano-n2qe5s 5.legiano-4m33aq 6.legiano-n2qe5s 4.legiano-qjvcgt 5.legiano-shgwtq.legiano-xuexxg 1.legiano-10wkms.legiano-pdxjzf 0.legiano-707453 -0.legiano-pdxjzf 0.legiano-z0lf2b 0.legiano-xuexxg 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.legiano-gp2eim ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .legiano-3cgps5 {
    cursor: default;
  }
}

.legiano-h3aiec {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.legiano-txwmwp {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .legiano-txwmwp {
    padding: 40px 4px;
  }
}

.legiano-1c13tx {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .legiano-1c13tx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.legiano-bi6zcj {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .legiano-bi6zcj {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.legiano-bi6zcj ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.legiano-bi6zcj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.legiano-bi6zcj [data-ref-el],
.legiano-bi6zcj span,
.legiano-bi6zcj a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.legiano-gznu84 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .legiano-gznu84 {
    margin-bottom: 12px;
  }
}

.legiano-ys2lhv {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.legiano-ys2lhv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .legiano-ys2lhv:last-child {
    margin-right: 0;
  }
}

.legiano-98s5yb {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.legiano-gznu84:hover .legiano-a0y97x {
  visibility: visible;
  opacity: 1;
}

.legiano-a0y97x {
  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);
}

.legiano-yu6qo3 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.legiano-qt4fcx {
  display: flex;
  margin: 6px;
}

.legiano-qt4fcx img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.legiano-a0y97x::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);
}

.legiano-a0y97x::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);
}

.legiano-rlxk6j {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .legiano-rlxk6j {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.legiano-vsga66 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .legiano-vsga66 {
    margin-right: 32px;
  }
}

.legiano-6mffiw {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .legiano-6mffiw {
    margin-top: 0;
    width: 340px;
  }
}

.legiano-6mffiw a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.legiano-mqpw4k {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.legiano-jbcz49 {
  position: relative;
}

@media (min-width: 768px) {
  .legiano-jbcz49 {
    margin-top: 40px;
  }
}

.legiano-jbcz49 + .legiano-cdwb8i,
.legiano-jbcz49 + .legiano-jbcz49 {
  margin-top: 24px;
}

.legiano-b7w35g {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .legiano-b7w35g {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .legiano-b7w35g {
    padding: 80px;
  }
}

.legiano-2o4ek4 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .legiano-2o4ek4 {
    padding: 0 16px;
}


}

.legiano-a4mtqg {
  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) {
  .legiano-a4mtqg {
    font-size: 48px;
    line-height: 56px;
  }
}

.legiano-btysi0 {
  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) {
  .legiano-btysi0 {
    font-size: 24px;
    line-height: 32px;
  }
}

.legiano-f2qru4 {
  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;
}

.legiano-f2qru4:hover {
  background: var(--button-bg-hover);
}

.legiano-7q8kwi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.legiano-7q8kwi img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .legiano-7q8kwi img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .legiano-7q8kwi img {
  min-height: 100%;
  }
}

.legiano-b7w35g::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.legiano-okgci8 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.legiano-okgci8 h1,
.legiano-okgci8 h2,
.legiano-okgci8 h3,
.legiano-okgci8 h4 {
  margin-bottom: 6px;
}

.legiano-okgci8 h1:not(:first-child),
.legiano-okgci8 h2:not(:first-child),
.legiano-okgci8 h3:not(:first-child),
.legiano-okgci8 h4:not(:first-child) {
  margin-top: 16px;
}

.legiano-okgci8 h1,
.legiano-okgci8 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .legiano-okgci8 h1,
  .legiano-okgci8 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.legiano-okgci8 h2,
.legiano-okgci8 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .legiano-okgci8 h2,
  .legiano-okgci8 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.legiano-okgci8 h3,
.legiano-okgci8 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .legiano-okgci8 h3,
  .legiano-okgci8 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.legiano-okgci8 h4,
.legiano-okgci8 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.legiano-okgci8 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.legiano-okgci8 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.legiano-okgci8 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);
}

.legiano-okgci8 ul ul {
  margin-bottom: 8px;
}

.legiano-okgci8 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.legiano-okgci8 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.legiano-okgci8 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.legiano-okgci8 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.legiano-okgci8 ol li::marker {
  font-weight: 700;
}

.legiano-okgci8 ol ol {
  margin-bottom: 8px;
}

.legiano-okgci8 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.legiano-okgci8 ol ul li {
  padding-left: 16px;
}

.legiano-okgci8 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) {
  .legiano-okgci8 table {
    padding: 24px;
  }
}

.legiano-okgci8 table.legiano-xxw7u8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.legiano-gp2eim,
    mask-image 0.3s;
}

.legiano-okgci8 table.legiano-xxw7u8.legiano-4snyfj {
  -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) {
  .legiano-okgci8 table {
    display: table;
  }
}

.legiano-okgci8 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);
}

.legiano-okgci8 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.legiano-okgci8 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.legiano-okgci8 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) {
  .legiano-okgci8 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.legiano-okgci8 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.legiano-okgci8 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.legiano-okgci8 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.legiano-okgci8 img {
  max-width: 100%;
  height: auto;
}

.legiano-vhdllj {
  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) {
  .legiano-vhdllj {
    padding: 24px;
  }
}

.legiano-qsdehx {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .legiano-qsdehx {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.legiano-qsdehx > * {
  margin: 0 !important;
}

.legiano-qsdehx img,
.legiano-t3f7ww {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .legiano-qsdehx img,
  .legiano-t3f7ww {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.legiano-u3j30c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .legiano-u3j30c {
    width: 32px;
    height: 32px;
  }
}

.legiano-d21hjs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.legiano-d21hjs .legiano-zo6fug {
  flex-shrink: 0;
}

.legiano-d21hjs .legiano-sbxhmh svg {
  display: none;
}

.legiano-cmnr1l {
  display: grid;
  transition: max-height 0.legiano-gp2eim ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .legiano-cmnr1l {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .legiano-cmnr1l {
    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));
  }
}

.legiano-cmnr1l.legiano-tyd5fo + .legiano-zo6fug svg {
  transform: rotate(180deg);
}

.legiano-r31c7m {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.legiano-r31c7m > div:nth-child(3n) {
  grid-column: span 2;
}

.legiano-r31c7m
  > div:nth-child(3n)
  .legiano-00notj
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .legiano-r31c7m {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .legiano-r31c7m > div:nth-child(3n) {
    grid-column: unset;
  }

  .legiano-r31c7m
    > div:nth-child(3n)
    .legiano-00notj
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .legiano-r31c7m {
    max-width: 270px;
  }
}

.legiano-r31c7m .legiano-00notj button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .legiano-r31c7m .legiano-00notj button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .legiano-r31c7m .legiano-00notj button {
    max-width: 104px;
  }
}

.legiano-0iob3b {
  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) {
  .legiano-0iob3b {
    margin-bottom: 0;
  }
}

.legiano-r99hpg {
  display: none;
  opacity: 0;
}

.legiano-1euhs6 {
  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;
  }
}

.legiano-1euhs6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.legiano-00notj {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.legiano-00notj button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .legiano-00notj
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .legiano-00notj
    button {
    max-width: 145px;
  }
}

.legiano-v25rti:first-child
  .legiano-00notj
  button {
  max-width: 270px;
}

.legiano-9k5bml {
  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%;
}

.legiano-0iob3b picture {
  width: 100%;
  max-width: 100%;
}

.legiano-963bb8 {
  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;
}

.legiano-963bb8 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.legiano-0iob3b:hover .legiano-963bb8 {
  display: flex;
}

.legiano-2l62ed {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.legiano-qybfmn {
  display: flex;
}

.legiano-qybfmn:hover .legiano-l0ianj,
.legiano-qybfmn .legiano-z8x5t5 .legiano-l0ianj {
  display: flex;
}

.legiano-qybfmn svg {
  flex-shrink: 0;
}

.legiano-l0ianj {
  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) {
  .legiano-l0ianj {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.legiano-l0ianj:hover {
  display: flex;
}

.legiano-l0ianj svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.legiano-y1v9nm {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .legiano-y1v9nm {
    font-size: 12px;
  }
}

.legiano-x495gm,
.legiano-1dcqcr {
  width: 50%;
  flex-shrink: 0;
}

.legiano-x495gm {
  font-weight: 700;
}

.legiano-luzh1x .legiano-cmnr1l {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .legiano-luzh1x .legiano-cmnr1l {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .legiano-luzh1x .legiano-cmnr1l {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.legiano-luzh1x
  .legiano-9k5bml:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.legiano-luzh1x .legiano-1euhs6 {
  height: 100% !important;
  border-radius: 16px;
}

.legiano-luzh1x .legiano-00notj {
  gap: 4px;
  align-items: center;
}

.legiano-luzh1x .legiano-00notj button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.legiano-luzh1x .legiano-00notj svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.legiano-luzh1x .legiano-44lu4u,
.legiano-luzh1x .legiano-ykukpz {
  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.legiano-cake9q.org/2000/svg'%3E%3Cpath d='M9.legiano-ick1u6 4.legiano-7dok0a.legiano-7hl964 5.legiano-v3h0jb.legiano-qur9eg 5.legiano-xsrqlu.legiano-oria0n 5.legiano-8yqak4.legiano-1l3vmn 8.legiano-4jx2tj.legiano-3fqvxa 9.legiano-308mnh.legiano-4dpp5d 9.legiano-jcq8j4.legiano-an7bb8 13.legiano-ahzrmp.legiano-9bm083 11.legiano-iw6sk9.legiano-11i76b 11.legiano-nxe55m.legiano-v4e7lm 11.legiano-go008l.legiano-wc2sfc 13.legiano-kibyn5.legiano-37xfqe 9.legiano-axfq20.legiano-a95z8h 9.legiano-05i9gb.legiano-1irtwy 8.legiano-s4v5oq.legiano-b5r6yu 5.legiano-eixqke.legiano-m8w184 5.legiano-n5lxzf.legiano-ojgh39 5.legiano-ybe3t0.legiano-4pekpy 4.legiano-azhiey.legiano-11i76b 1.legiano-uqs4yf.legiano-ick1u6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.legiano-luzh1x .legiano-44lu4u {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.legiano-luzh1x .legiano-ykukpz {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.legiano-u7ggma {
  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) {
  .legiano-u7ggma {
    padding: 24px;
  }
}

.legiano-u7ggma .legiano-zo6fug {
  display: flex;
}

@media (min-width: 768px) {
  .legiano-u7ggma .legiano-zo6fug {
    display: none;
  }
}

.legiano-u7ggma .legiano-sbxhmh svg {
  display: none;
}

.legiano-54cijl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.legiano-54cijl .legiano-5c47f5 {
  display: none;
}

@media (min-width: 768px) {
  .legiano-54cijl .legiano-5c47f5 {
    display: flex;
  }
}

.legiano-2xpeu5 {
  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) {
  .legiano-2xpeu5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.legiano-2xpeu5 > * {
  margin: 0 !important;
}

.legiano-2xpeu5 img,
.legiano-dxvw33 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .legiano-2xpeu5 img,
  .legiano-dxvw33 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.legiano-gkt5kp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .legiano-gkt5kp {
    width: 32px;
    height: 32px;
  }
}

.legiano-aw4bn7 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .legiano-aw4bn7 {
    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;
  }

  .legiano-aw4bn7::-webkit-scrollbar {
    display: none;
  }
}

.legiano-p3g5az {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .legiano-p3g5az {
    padding: 7px 15px;
  }
}

.legiano-p3g5az:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.legiano-mgap6p {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .legiano-mgap6p {
    display: flex;
    opacity: 1;
  }
}

.legiano-p3g5az picture {
  height: 100%;
  display: block;
}

.legiano-p3g5az img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .legiano-p3g5az img {
    width: 88px;
    height: 44px;
  }
}

.legiano-p3g5az p {
  text-align: center;
  width: 100%;
}

.legiano-fn22yg {
  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) {
  .legiano-fn22yg {
    font-size: 40px;
    line-height: 48px;
  }
}

.legiano-fn22yg img,
.legiano-tbm20l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .legiano-fn22yg img,
  .legiano-tbm20l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.legiano-xglcpq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .legiano-xglcpq {
    width: 32px;
    height: 32px;
  }
}

.legiano-maj1lv {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.legiano-e7hwr3 {
  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;
}

.legiano-qv53wb {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.legiano-qv53wb.legiano-z8x5t5 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.legiano-l9h98u {
  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) {
  .legiano-l9h98u {
    font-size: 20px;
    line-height: 28px;
  }
}

.legiano-7wvets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.legiano-l7izij {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.legiano-gp2eim ease;
  opacity: 0;
  color: var(--text-color);
}

.legiano-r1w0uj {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.legiano-r1w0uj ol,
.legiano-r1w0uj ul {
  padding-left: 1.3em;
}

.legiano-qv53wb.legiano-z8x5t5 .legiano-l7izij {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.legiano-qv53wb.legiano-z8x5t5 .legiano-7wvets {
  transform: rotate(180deg);
  color: var(--text-color);
}

.legiano-hpzkrx {
  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) {
  .legiano-hpzkrx {
    padding: 24px;
  }
}

.legiano-hpzkrx .legiano-zo6fug {
  display: flex;
}

@media (min-width: 768px) {
  .legiano-hpzkrx .legiano-zo6fug {
    display: none;
  }
}

.legiano-hpzkrx .legiano-sbxhmh svg {
  display: none;
}

.legiano-tio5dh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.legiano-tio5dh .legiano-5c47f5 {
  display: none;
}

@media (min-width: 768px) {
  .legiano-tio5dh .legiano-5c47f5 {
    display: flex;
  }
}

.legiano-r6f2o2 {
  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) {
  .legiano-r6f2o2 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.legiano-r6f2o2 > * {
  margin: 0 !important;
}

.legiano-r6f2o2 img,
.legiano-2fykdi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .legiano-r6f2o2 img,
  .legiano-2fykdi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.legiano-wua6tk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .legiano-wua6tk {
    width: 32px;
    height: 32px;
  }
}

.legiano-rsgig2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .legiano-rsgig2 {
    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;
  }

  .legiano-rsgig2::-webkit-scrollbar {
    display: none;
  }
}

.legiano-qq8fn0 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.legiano-qq8fn0:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.legiano-s0rhvw {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .legiano-s0rhvw {
    display: flex;
    opacity: 1;
  }
}

.legiano-qq8fn0 picture {
  width: auto;
  height: 100%;
  display: block;
}

.legiano-qq8fn0 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.legiano-yz8jkb {
  margin: -24px 0;
}

.legiano-yz8jkb:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .legiano-yz8jkb {
    margin: -16px 0;
  }
}

.legiano-9nhbti {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .legiano-9nhbti {
    flex-direction: row;
  }
}

.legiano-36ms3f {
  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) {
  .legiano-36ms3f {
    flex: 1;
  }
}

.legiano-36ms3f::placeholder {
  color: var(--Text-400);
}

.legiano-mfspqo {
  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;
}

.legiano-3uxw7i {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.legiano-3uxw7i::-webkit-scrollbar {
  display: none;
}

.legiano-cemomh {
  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;
}

.legiano-cemomh img,
.legiano-cemomh svg {
  margin-right: 8px;
}

.legiano-giybwi {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.legiano-yz8jkb + .legiano-qawrud {
  margin-top: 0;
}

@media (min-width: 768px) {
  .legiano-yz8jkb + .legiano-qawrud {
    margin-top: -16px;
  }
}

.legiano-3g64o4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.legiano-3g64o4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.legiano-3g64o4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.legiano-mmw2dt {
  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;
}

.legiano-dk7ymg {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.legiano-rulgq8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.legiano-i7ggqb {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.legiano-dpop5g {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.legiano-mmw2dt 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;
}

.legiano-mmw2dt 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) {
  .legiano-mmw2dt {
    padding: 39px 179px 39px 39px;
  }

  .legiano-dk7ymg {
    font-size: 40px;
    line-height: 48px;
  }

  .legiano-dpop5g {
    height: 348px;
  }

  .legiano-mmw2dt button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .legiano-mmw2dt button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .legiano-mmw2dt {
    padding: 63px;
  }
}

.legiano-jtq6ig {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .legiano-jtq6ig {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.legiano-v14064 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .legiano-v14064 {
    width: auto;
  }
}

.legiano-o0y9px {
  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;
}

.legiano-o0y9px::-webkit-scrollbar {
  display: none;
}

.legiano-o0y9px 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);
}

.legiano-o0y9px a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .legiano-o0y9px {
    margin-left: 16px;
    margin-top: 0;
  }
}

.legiano-jtq6ig .legiano-b1qaf1 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.legiano-gp2eim,
    mask-image 0.3s;
}

.legiano-jtq6ig .legiano-b1qaf1.legiano-4snyfj {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.legiano-s99x0j {
  margin: 40px -16px;
}

.legiano-e2uv2b + .legiano-cdwb8i,
.legiano-e2uv2b + .legiano-jbcz49 {
  margin-top: 24px;
}

.legiano-w123ip {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.legiano-w123ip picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.legiano-ccy4k0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .legiano-ccy4k0 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .legiano-ccy4k0 {
    margin-top: 0;
  }
}

.legiano-cc15fj {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .legiano-cc15fj {
    font-size: 24px;
    line-height: 32px;
  }
}

.legiano-p5hpx8 {
  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) {
  .legiano-p5hpx8 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.legiano-5t4bmw {
  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) {
  .legiano-5t4bmw {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.legiano-ppi1v7 {
  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) {
  .legiano-ppi1v7 {
    font-size: 20px;
    line-height: 28px;
  }
}

.legiano-9onvtm {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .legiano-9onvtm {
    font-size: 32px;
    line-height: 40px;
  }
}

.legiano-gf7ti5 {
  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;
}

.legiano-8eclyo {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.legiano-8eclyo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.legiano-qawrud {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.legiano-mnoba5 {
  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) {
  .legiano-mnoba5 {
    padding: 15px 48px;
  }
}

main > .legiano-qawrud {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .legiano-cmnr1l.legiano-muj2px > div:nth-child(n+5) {
    display: none;
  }
}

.legiano-okgci8 p a img {
  display: block;
  margin: 0 auto;
}


.legiano-4wnnog {
  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 */
.legiano-3kiswk {
  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;
}

.legiano-3kiswk label {
  font-size: 14px;
}

.legiano-3kiswk h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.legiano-3kiswk input,
.legiano-3kiswk textarea,
.legiano-3kiswk 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;
}
.legiano-3kiswk button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.legiano-z6eof3 ease;
}
.legiano-3kiswk button:hover {
  background-color: var(--button-bg-hover);
}
.legiano-4t1ssy {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.legiano-7q2kcm ease-in;
}

.legiano-4t1ssy 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;
}
.legiano-3duco1, .legiano-6jkzrb, [class*="review-card"],
thead, thead th, table th, .legiano-awm66z,
.legiano-2n9vr5, [class*="collapsible-header"],
.legiano-wa3ntm, [class*="updated-block"] {
  color: #ece7dc !important;
}

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