* {
  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;
  }
}

.n1-0ni4if {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .n1-0ni4if {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .n1-0ni4if {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.n1-zf11oz {
  overflow: hidden;
}

.n1-mmaj20 img {
  background: var(--Neutral-300);
}

.n1-ws23xr {
  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;
}

.n1-9w5u5k {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.n1-9w5u5k:hover {
  background: var(--button-bg-hover);
}

.n1-1aqla6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.n1-1aqla6:hover {
  background: var(--button-bg-hover);
}

.n1-fslod5 {
  font-size: 12px;
  line-height: 18px;
}

.n1-c05jaw {
  font-size: 18px;
  line-height: 26px;
}

.n1-xjq06l {
  width: 100%;
}

.n1-bpanzv {
  padding: 6px 16px;
}

.n1-l8reb3 {
  padding: 10px 16px;
}

.n1-1mc5k9 {
  padding: 15px 26px;
}

.n1-mxyx6y {
  flex-shrink: 0;
}

.n1-a0gv9b {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.n1-zeddjy {
  display: none;
}

.n1-w6g5lh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.n1-f78l5c {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.n1-czmpbc {
  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;
}

.n1-8ol8xl {
  cursor: grab;
}

.n1-czmpbc::-webkit-scrollbar {
  display: none;
}

.n1-l7xnnp {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.n1-wh1jom {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.n1-23epq5 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.n1-fayxvf {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.n1-arme18 {
  visibility: visible;
}

.n1-evst1v {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.n1-xetjr5 ease;
}

.n1-55g906 {
  background-color: var(--Primary-200);
  width: 16px;
}

.n1-paewvh {
  -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.n1-xetjr5,
    mask-image 0.3s;
}

.n1-paewvh.n1-drwno9 {
  -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;
  }
}

.n1-v4dhhu: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;
}

.n1-9pk8cy {
  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.n1-bcbuei.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.n1-bcbuei.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;
}

.n1-5ixrcb {
  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);
}

.n1-5ixrcb::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%
  );
}

.n1-vj4zys {
  position: relative;
  z-index: 1;
}

.n1-7d5ayo {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.n1-fehcg3 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.n1-an07nx {
  font-size: 40px;
  line-height: 48px;
}

.n1-p5kk7r {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.n1-q2w3gd {
  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;
}

.n1-q2w3gd:hover {
  background: var(--Primary-400);
}

.n1-q2w3gd svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.n1-v4dhhu 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) {
  .n1-5ixrcb {
    max-width: 600px;
    padding: 64px;
  }

  .n1-7d5ayo {
    font-size: 24px;
    line-height: 32px;
  }

  .n1-fehcg3 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .n1-an07nx {
    font-size: 50px;
    line-height: 56px;
  }

  .n1-p5kk7r {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .n1-9pk8cy {
    top: 25px;
    right: 25px;
  }
}

.n1-v09wgj,
.n1-kec9li {
  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;
}

.n1-mgdw06.n1-mzirch::before,
.n1-kec9li::before,
.n1-ndz99k::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.n1-bcbuei.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.n1-3zd9sa 14.n1-q93g9v.n1-elvkn1 14.n1-dnqnc5 15.n1-pbw3oe 14.n1-su6ir9 15.n1-1tefw2 14.n1-qo4aqb.n1-va4bd9 14.n1-v1oxb8 19.n1-78t3gw 12.n1-wzr86j 19.n1-78t3gw 10.n1-yzmw2l.n1-78t3gw 8.n1-ukejum 17.n1-wzfudd 7.n1-89mtoj 15.n1-5axz29 7.n1-8ad6k5.n1-90crlc 7.n1-89mtoj 11.n1-9s8iiu 8.n1-ukejum 11.n1-9s8iiu 10.n1-bqhv1j.n1-9s8iiu 12.n1-05rxgl 13.n1-h8sanh 14.n1-pyn7jr 15.n1-76mt1g 14.n1-lt1cq3.n1-z2qa1g 14.n1-8flsmo 15.n1-2ptvry 14.n1-xsq7d5 15.n1-9t7asp 14.n1-awuync.n1-3zd9sa 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.n1-l23y9u 15.n1-cvzmbv.n1-wrt9lh 15.n1-i7vn5n 15.n1-6wy3d2 15.n1-vrnte8 15.n1-09ihn7 15.n1-uq2wde.n1-zvyyc7 15.n1-vrnte8 15.n1-s5smof 15.n1-bnxki8 15.n1-j4lhct 15.n1-vwjnwm.n1-3bpka5 15.n1-29hko6 7.n1-hiyw0h 18.n1-3mqklc 7.n1-el8u62 23.n1-grbzwz.n1-8ybs6w.n1-1zgwxa 18.n1-h9ttlp 19.n1-nl8uxj 15.n1-mjolk3 15.n1-l23y9u 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.n1-5ml3d2 [type="submit"] *,
.n1-fiz0n9 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .n1-1gfmzq {
    display: none;
  }
}

.n1-24otk1 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .n1-24otk1 {
  display: none;
}

@media (min-width: 768px) {
  .n1-24otk1 {
    bottom: 22px;
  }
}

.n1-24otk1 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .n1-24otk1 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.n1-4orebz.static) .n1-24otk1 {
    bottom: 8px;
  }
}

.n1-8mg406 {
  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.n1-bcbuei.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.n1-rp6w6x 3.n1-7r67u3.n1-uk59qy.n1-6dxm1w 3.n1-zvafx9 3.n1-lqdjw7 5.n1-s7hjzk 3.n1-lqdjw7 8.n1-hvn93b.n1-zswi2z.n1-lqdjw7 26.n1-d7y2og 5.n1-fi8qyl 28.n1-hzrqiy 8.n1-8puadv 28.n1-d4upt2.n1-v78l7u 28.n1-peya1v.n1-ftjwya 34.n1-27r9cc.n1-rsl94y 36.n1-bby6tz 11.n1-7ytbkw 37.n1-gdfgt3 12.n1-vkwayw 36.n1-z4gjkx.n1-on8afj 28.n1-ze3sxj.n1-s9so9j.n1-jnghnm 28.n1-r6k6hq 36.n1-01wy22 26.n1-x5ff3n 36.n1-01wy22 23.n1-8p0t4c.n1-64js6j.n1-01wy22 5.n1-plzgdd 34.n1-n3yjys 3.n1-zvafx9 31.n1-rp6w6x 3.n1-iub2ti.n1-yr384c 18.n1-hzwmo8.n1-1ogb2g 18.n1-nsu013 8.n1-kr9c4m 17.n1-ngva39 8.n1-kr9c4m 15.n1-ua8uf4.n1-kr9c4m 14.n1-x9wo4z 9.n1-1ogb2g 13.n1-dqb60n 11.n1-yr384c 13.n1-lzqv4q.n1-jy7mx2 13.n1-dqb60n 13.n1-zbn7s6 14.n1-x9wo4z 13.n1-zbn7s6 15.n1-wkhndj.n1-zbn7s6 17.n1-ngva39 12.n1-jy7mx2 18.n1-nsu013 11.n1-yr384c 18.n1-le9smr.n1-5tesrp 18.n1-l8rxxa.n1-05jp22 18.n1-nsu013 17.n1-mv6h3t 17.n1-ngva39 17.n1-mv6h3t 15.n1-tv450p.n1-mv6h3t 14.n1-x9wo4z 18.n1-05jp22 13.n1-dqb60n 20.n1-5tesrp 13.n1-edkxz6.n1-3num27 13.n1-dqb60n 22.n1-og7psq 14.n1-x9wo4z 22.n1-og7psq 15.n1-8g2ldo.n1-ujes3h 17.n1-ngva39 21.n1-3num27 18.n1-nsu013 20.n1-5tesrp 18.n1-ibo3ql.n1-8mdjkc 18.n1-js2h3a.n1-bqvxbm 18.n1-nsu013 26.n1-1mdboq 17.n1-ngva39 26.n1-1mdboq 15.n1-4dz0kh.n1-1mdboq 14.n1-x9wo4z 27.n1-bqvxbm 13.n1-dqb60n 28.n1-8mdjkc 13.n1-phskw3.n1-l3oywu 13.n1-dqb60n 31.n1-skj03r 14.n1-x9wo4z 31.n1-skj03r 15.n1-q01ke9.n1-1mdboq 17.n1-ngva39 30.n1-l3oywu 18.n1-nsu013 28.n1-8mdjkc 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"])
    .n1-8mg406 {
    display: none;
  }
}

.n1-f18558 {
  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) {
  .n1-f18558 {
    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;
}

.n1-fiz0n9 {
  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) {
  .n1-fiz0n9 {
    padding: 14px 16px;
  }
}

.n1-fiz0n9 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.n1-fiz0n9 button:first-child {
  align-content: end;
}

.n1-fiz0n9 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .n1-fiz0n9
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .n1-fiz0n9
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.n1-fiz0n9 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.n1-fiz0n9 button:last-child svg {
  width: 38px;
  height: 38px;
}

.n1-ndz99k {
  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;
}

.n1-ndz99k::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .n1-ndz99k,
.pc61d126-chatbot[data-active-screen="3"]
  .n1-ndz99k {
  opacity: 1;
  visibility: visible;
}

.n1-y3414o {
  flex: 1 1;
}

.n1-3ptpin {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .n1-3ptpin {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .n1-ab83r8 {
  display: block;
}

.n1-32ax37 {
  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) {
  .n1-32ax37 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.n1-kec9li {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.n1-kec9li::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.n1-aszj7f span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.n1-aszj7f p {
  color: var(--Text-100);
}

.n1-kec9li .n1-4qn0x8 {
  grid-area: button;
}

.n1-kec9li .n1-4qn0x8::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.n1-bcbuei.org/2000/svg'%3E%3Cpath d='M4.n1-uh6oxh 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.n1-kdd6q1 15L16.n1-kdd6q1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.n1-kdd6q1 5L16.n1-kdd6q1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .n1-sv9lyt {
  display: block;
}

.n1-54iscx {
  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) {
  .n1-54iscx {
    margin-top: 40px;
  }
}

.n1-v09wgj label,
.n1-v09wgj input {
  display: block;
  width: 100%;
}

.n1-v09wgj label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.n1-v09wgj label.n1-3da22r input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.n1-v09wgj label.n1-3da22r::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;
}

.n1-v09wgj 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;
}

.n1-v09wgj input::placeholder {
  color: var(--Text-400);
}

.n1-1ibe1g {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .n1-1ibe1g {
  display: flex;
}

.n1-1ibe1g ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .n1-1ibe1g ol {
    height: 420px;
    padding: 24px;
  }
}

.n1-1ibe1g ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.n1-5ml3d2 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .n1-5ml3d2 {
    padding: 0 24px 24px;
  }
}

.n1-5ml3d2 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;
}

.n1-5ml3d2 input::placeholder {
  color: var(--Text-400);
}

.n1-5ml3d2 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.n1-5ml3d2 [type="submit"]:disabled {
  opacity: 0.5;
}

.n1-5ml3d2 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .n1-5ml3d2 [type="submit"] {
    right: 40px;
  }
}

.n1-mgdw06 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.n1-mgdw06.n1-mzirch {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.n1-mgdw06.n1-mzirch::before {
  content: "";
  width: 31px;
}

.n1-mgdw06.n1-mzirch p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.n1-mgdw06.n1-rpzx65 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.n1-mgdw06 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.n1-24otk1 .n1-4qn0x8 {
  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;
  }
}

.n1-1gfmzq {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .n1-1gfmzq {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .n1-1gfmzq {
    padding: 15px 0;
  }
}

.n1-1gfmzq .n1-0ni4if {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .n1-1gfmzq .n1-0ni4if {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.n1-4ech2n {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .n1-4ech2n {
    max-width: 180px;
    height: 47px;
  }
}

.n1-4ech2n picture,
.n1-4ech2n img {
  display: block;
  width: 100%;
  height: 100%;
}

.n1-4ech2n img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .n1-q0hgqo {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.n1-xetjr5 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .n1-1gfmzq.n1-p7vd8h .n1-q0hgqo {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .n1-q0hgqo {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .n1-q0hgqo {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.n1-s5elp7,
.n1-6yl9o9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .n1-s5elp7,
  .n1-6yl9o9 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .n1-6yl9o9 {
    display: none;
  }
}

.n1-9i5sxy {
  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;
}

.n1-p7vd8h .n1-9i5sxy {
  background: var(--fh-bg-color);
}

.n1-9i5sxy button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .n1-9i5sxy {
    display: none;
  }
}

.n1-dfxz64 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .n1-dfxz64 {
    display: none;
  }
}

.n1-wj20yq {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.n1-1gfmzq.n1-p7vd8h .n1-wj20yq:first-child {
  display: none;
}

.n1-1gfmzq.n1-p7vd8h .n1-wj20yq:last-child {
  display: block;
}

.n1-wj20yq:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .n1-wj20yq {
    display: none;
  }
}

.n1-178vkj {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .n1-178vkj {
    display: flex;
  }
}

.n1-178vkj ul {
  max-height: 350px;
  overflow-y: auto;
}

.n1-178vkj:hover ul {
  visibility: visible;
  opacity: 1;
}

.n1-178vkj:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.n1-178vkj:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.n1-178vkj:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.n1-178vkj:hover .n1-1vxhug svg {
  transform: rotate(180deg);
}

.n1-24f2pm {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.n1-7q7q45 {
  padding: 0 8px;
}

.n1-6a6f10 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.n1-6a6f10:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .n1-6a6f10 {
    padding: 4px 8px;
  }
}

.n1-u25we3 {
  display: flex;
}

.n1-u25we3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.n1-1vxhug {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.n1-1vxhug svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.n1-ppfxt3 {
  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) {
  .n1-ppfxt3 {
    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;
  }
}

.n1-z7dshm {
  width: 100%;
}

@media (min-width: 1200px) {
  .n1-z7dshm {
    display: none;
  }
}

.n1-y8tx7o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.n1-yv9qv3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.n1-7uej8k {
  display: flex;
}

.n1-tb0od3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.n1-pqcz9q {
  list-style: none;
}

@media (max-width: 1199px) {
  .n1-pqcz9q {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .n1-pqcz9q {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .n1-pqcz9q .n1-44dula [data-ref-el],
  .n1-pqcz9q .n1-44dula span,
  .n1-pqcz9q .n1-44dula a {
    white-space: nowrap;
  }
}

.n1-dc9q35 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .n1-dc9q35.n1-ejodz3 > .n1-44dula {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .n1-dc9q35.n1-7cfxpr:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .n1-dc9q35.n1-ejodz3 > .n1-blepx1 {
    height: auto;
  }

  .n1-dc9q35.n1-ejodz3 > div > .n1-yusmx7 {
    transform: rotate(180deg);
  }
}

.n1-dc9q35 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.n1-dc9q35 [data-ref-el],
.n1-dc9q35 span {
  cursor: pointer;
}

.n1-dc9q35 [data-ref-el],
.n1-dc9q35 span,
.n1-dc9q35 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .n1-dc9q35 [data-ref-el],
  .n1-dc9q35 span,
  .n1-dc9q35 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .n1-dc9q35 [data-ref-el],
  .n1-dc9q35 span,
  .n1-dc9q35 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.n1-blepx1 {
  height: 0;
  overflow: hidden;
  transition: height 0.n1-xetjr5 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.n1-blepx1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.n1-blepx1::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.n1-blepx1::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .n1-blepx1 {
    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;
  }

  .n1-blepx1:has(> .n1-dc9q35.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .n1-blepx1 .n1-blepx1 {
    padding: 0;
  }

  .n1-blepx1 .n1-dc9q35 {
    font-weight: 400;
  }

  .n1-blepx1 .n1-dc9q35:hover > .n1-44dula {
    background: var(--Neutral-300);
  }

  .n1-blepx1 .n1-yusmx7 {
    rotate: -90deg;
  }
}

.n1-44dula {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .n1-44dula {
    padding: 8px;
  }

  .n1-dc9q35.n1-yjkm9j > .n1-44dula {
    background: var(--Neutral-300);
  }
}

.n1-yusmx7 {
  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.n1-bcbuei.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.n1-oor432 0.n1-7kfvnx.n1-7t6eca -0.n1-k23b0f 0.n1-mcf9ha -0.n1-k23b0f 1.n1-j2q1x7 0.n1-fbmh7t.n1-3dmq3h 4.n1-c1jr2v.n1-oor432 0.n1-upmppj.n1-zlzu0o -0.n1-k23b0f 9.n1-p53mq8 -0.n1-k23b0f 10.n1-z66iye 0.n1-qqf1l3.n1-nz2qpb 0.n1-7t6eca 10.n1-nz2qpb 0.n1-mcf9ha 10.n1-z66iye 1.n1-56b6es.n1-z270nw 5.n1-z2dmvt.n1-aiv21w 6.n1-v5svut 5.n1-98gw5b 6.n1-v5svut 4.n1-5n7js0 5.n1-fen8cd.n1-oor432 1.n1-8em9n7.n1-k23b0f 0.n1-mcf9ha -0.n1-k23b0f 0.n1-7t6eca 0.n1-oor432 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.n1-xetjr5 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .n1-yusmx7 {
    cursor: default;
  }
}

.n1-939pea {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.n1-dun7xv {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .n1-dun7xv {
    padding: 40px 4px;
  }
}

.n1-ocer53 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .n1-ocer53 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.n1-n9uezg {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .n1-n9uezg {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.n1-n9uezg ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.n1-n9uezg [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.n1-n9uezg [data-ref-el],
.n1-n9uezg span,
.n1-n9uezg a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.n1-xgya89 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .n1-xgya89 {
    margin-bottom: 12px;
  }
}

.n1-4w1y94 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.n1-4w1y94 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .n1-4w1y94:last-child {
    margin-right: 0;
  }
}

.n1-ds994n {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.n1-xgya89:hover .n1-1d33eo {
  visibility: visible;
  opacity: 1;
}

.n1-1d33eo {
  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);
}

.n1-l7dgn5 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.n1-1blxb4 {
  display: flex;
  margin: 6px;
}

.n1-1blxb4 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.n1-1d33eo::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);
}

.n1-1d33eo::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);
}

.n1-myz2cf {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .n1-myz2cf {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.n1-z9oyqs {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .n1-z9oyqs {
    margin-right: 32px;
  }
}

.n1-ooeoej {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .n1-ooeoej {
    margin-top: 0;
    width: 340px;
  }
}

.n1-ooeoej a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.n1-lahsev {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.n1-smy0xw {
  position: relative;
}

@media (min-width: 768px) {
  .n1-smy0xw {
    margin-top: 40px;
  }
}

.n1-smy0xw + .n1-19vpl0,
.n1-smy0xw + .n1-smy0xw {
  margin-top: 24px;
}

.n1-bllwd3 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .n1-bllwd3 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .n1-bllwd3 {
    padding: 80px;
  }
}

.n1-ysrn9p {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .n1-ysrn9p {
    padding: 0 16px;
}


}

.n1-5dcdcy {
  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) {
  .n1-5dcdcy {
    font-size: 48px;
    line-height: 56px;
  }
}

.n1-ow19hg {
  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) {
  .n1-ow19hg {
    font-size: 24px;
    line-height: 32px;
  }
}

.n1-ihiqmk {
  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;
}

.n1-ihiqmk:hover {
  background: var(--button-bg-hover);
}

.n1-cxihuz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.n1-cxihuz img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .n1-cxihuz img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .n1-cxihuz img {
  min-height: 100%;
  }
}

.n1-bllwd3::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.n1-edmoud {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.n1-edmoud h1,
.n1-edmoud h2,
.n1-edmoud h3,
.n1-edmoud h4 {
  margin-bottom: 6px;
}

.n1-edmoud h1:not(:first-child),
.n1-edmoud h2:not(:first-child),
.n1-edmoud h3:not(:first-child),
.n1-edmoud h4:not(:first-child) {
  margin-top: 16px;
}

.n1-edmoud h1,
.n1-edmoud h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .n1-edmoud h1,
  .n1-edmoud h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.n1-edmoud h2,
.n1-edmoud h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .n1-edmoud h2,
  .n1-edmoud h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.n1-edmoud h3,
.n1-edmoud h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .n1-edmoud h3,
  .n1-edmoud h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.n1-edmoud h4,
.n1-edmoud h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.n1-edmoud ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.n1-edmoud ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.n1-edmoud 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);
}

.n1-edmoud ul ul {
  margin-bottom: 8px;
}

.n1-edmoud ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.n1-edmoud ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.n1-edmoud ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.n1-edmoud ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.n1-edmoud ol li::marker {
  font-weight: 700;
}

.n1-edmoud ol ol {
  margin-bottom: 8px;
}

.n1-edmoud ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.n1-edmoud ol ul li {
  padding-left: 16px;
}

.n1-edmoud 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) {
  .n1-edmoud table {
    padding: 24px;
  }
}

.n1-edmoud table.n1-7qonkc {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.n1-xetjr5,
    mask-image 0.3s;
}

.n1-edmoud table.n1-7qonkc.n1-drwno9 {
  -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) {
  .n1-edmoud table {
    display: table;
  }
}

.n1-edmoud table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.n1-edmoud table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.n1-edmoud table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.n1-edmoud 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) {
  .n1-edmoud table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.n1-edmoud table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.n1-edmoud table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.n1-edmoud table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.n1-edmoud img {
  max-width: 100%;
  height: auto;
}

.n1-9h7qc2 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .n1-9h7qc2 {
    padding: 24px;
  }
}

.n1-vlti4y {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .n1-vlti4y {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.n1-vlti4y > * {
  margin: 0 !important;
}

.n1-vlti4y img,
.n1-2shumm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .n1-vlti4y img,
  .n1-2shumm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.n1-pj8sec {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .n1-pj8sec {
    width: 32px;
    height: 32px;
  }
}

.n1-edjzb1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.n1-edjzb1 .n1-yhtlo6 {
  flex-shrink: 0;
}

.n1-edjzb1 .n1-ik1sqj svg {
  display: none;
}

.n1-79vphz {
  display: grid;
  transition: max-height 0.n1-xetjr5 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .n1-79vphz {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .n1-79vphz {
    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));
  }
}

.n1-79vphz.n1-i22rkt + .n1-yhtlo6 svg {
  transform: rotate(180deg);
}

.n1-1rxd1z {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.n1-1rxd1z > div:nth-child(3n) {
  grid-column: span 2;
}

.n1-1rxd1z
  > div:nth-child(3n)
  .n1-jrorkt
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .n1-1rxd1z {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .n1-1rxd1z > div:nth-child(3n) {
    grid-column: unset;
  }

  .n1-1rxd1z
    > div:nth-child(3n)
    .n1-jrorkt
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .n1-1rxd1z {
    max-width: 270px;
  }
}

.n1-1rxd1z .n1-jrorkt button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .n1-1rxd1z .n1-jrorkt button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .n1-1rxd1z .n1-jrorkt button {
    max-width: 104px;
  }
}

.n1-rx47wf {
  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) {
  .n1-rx47wf {
    margin-bottom: 0;
  }
}

.n1-2djjd1 {
  display: none;
  opacity: 0;
}

.n1-fjrkkv {
  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;
  }
}

.n1-fjrkkv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.n1-jrorkt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.n1-jrorkt button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .n1-jrorkt
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .n1-jrorkt
    button {
    max-width: 145px;
  }
}

.n1-i190cl:first-child
  .n1-jrorkt
  button {
  max-width: 270px;
}

.n1-fereca {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.n1-rx47wf picture {
  width: 100%;
  max-width: 100%;
}

.n1-jaqfmc {
  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;
}

.n1-jaqfmc svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.n1-rx47wf:hover .n1-jaqfmc {
  display: flex;
}

.n1-laoe2w {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.n1-pzixme {
  display: flex;
}

.n1-pzixme:hover .n1-m8slok,
.n1-pzixme .n1-yjkm9j .n1-m8slok {
  display: flex;
}

.n1-pzixme svg {
  flex-shrink: 0;
}

.n1-m8slok {
  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) {
  .n1-m8slok {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.n1-m8slok:hover {
  display: flex;
}

.n1-m8slok svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.n1-cxny69 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .n1-cxny69 {
    font-size: 12px;
  }
}

.n1-l6f3bc,
.n1-ja9bo6 {
  width: 50%;
  flex-shrink: 0;
}

.n1-l6f3bc {
  font-weight: 700;
}

.n1-ldlmgb .n1-79vphz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .n1-ldlmgb .n1-79vphz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .n1-ldlmgb .n1-79vphz {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.n1-ldlmgb
  .n1-fereca:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.n1-ldlmgb .n1-fjrkkv {
  height: 100% !important;
  border-radius: 16px;
}

.n1-ldlmgb .n1-jrorkt {
  gap: 4px;
  align-items: center;
}

.n1-ldlmgb .n1-jrorkt button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-ldlmgb .n1-jrorkt svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.n1-ldlmgb .n1-wx9tjj,
.n1-ldlmgb .n1-ns9be0 {
  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.n1-bcbuei.org/2000/svg'%3E%3Cpath d='M9.n1-s4q5n1 4.n1-q9jx43.n1-agnfls 5.n1-jco8n3.n1-lhvl9i 5.n1-eu337z.n1-jt4cuq 5.n1-n0m9v9.n1-9c1rio 8.n1-myeyg3.n1-nq2zp1 9.n1-zm42w6.n1-bqgkxe 9.n1-lbr034.n1-a37gm2 13.n1-6i20o5.n1-nsea0q 11.n1-tud7p4.n1-gyr4k6 11.n1-5qmyy9.n1-asj6r2 11.n1-ygl4bb.n1-w4bf3f 13.n1-y5h954.n1-f4ce6i 9.n1-ktrdyg.n1-r2z6su 9.n1-a5ckv3.n1-1de0p0 8.n1-x24cyt.n1-irx1ae 5.n1-bmnjls.n1-zt2cp1 5.n1-pz4gb9.n1-aef7x0 5.n1-vaaskx.n1-bo7t72 4.n1-bwmb3g.n1-gyr4k6 1.n1-lec9yc.n1-s4q5n1 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.n1-ldlmgb .n1-wx9tjj {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.n1-ldlmgb .n1-ns9be0 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.n1-kqaj5g {
  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) {
  .n1-kqaj5g {
    padding: 24px;
  }
}

.n1-kqaj5g .n1-yhtlo6 {
  display: flex;
}

@media (min-width: 768px) {
  .n1-kqaj5g .n1-yhtlo6 {
    display: none;
  }
}

.n1-kqaj5g .n1-ik1sqj svg {
  display: none;
}

.n1-w2u28p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.n1-w2u28p .n1-ws23xr {
  display: none;
}

@media (min-width: 768px) {
  .n1-w2u28p .n1-ws23xr {
    display: flex;
  }
}

.n1-x8nppl {
  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) {
  .n1-x8nppl {
    font-size: 40px;
    line-height: 48px;
  }
}

.n1-x8nppl > * {
  margin: 0 !important;
}

.n1-x8nppl img,
.n1-jj93gs {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .n1-x8nppl img,
  .n1-jj93gs {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.n1-hsdooj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .n1-hsdooj {
    width: 32px;
    height: 32px;
  }
}

.n1-s3atab {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .n1-s3atab {
    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;
  }

  .n1-s3atab::-webkit-scrollbar {
    display: none;
  }
}

.n1-qqda4l {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .n1-qqda4l {
    padding: 7px 15px;
  }
}

.n1-qqda4l:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.n1-4rd2r6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .n1-4rd2r6 {
    display: flex;
    opacity: 1;
  }
}

.n1-qqda4l picture {
  height: 100%;
  display: block;
}

.n1-qqda4l img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .n1-qqda4l img {
    width: 88px;
    height: 44px;
  }
}

.n1-qqda4l p {
  text-align: center;
  width: 100%;
}

.n1-2a5pdv {
  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) {
  .n1-2a5pdv {
    font-size: 40px;
    line-height: 48px;
  }
}

.n1-2a5pdv img,
.n1-74vl7x {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .n1-2a5pdv img,
  .n1-74vl7x {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.n1-nhar50 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .n1-nhar50 {
    width: 32px;
    height: 32px;
  }
}

.n1-zrctnb {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.n1-uelczb {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.n1-wk27b8 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.n1-wk27b8.n1-yjkm9j {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.n1-bosgjf {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .n1-bosgjf {
    font-size: 20px;
    line-height: 28px;
  }
}

.n1-yyni2p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.n1-paiaxn {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.n1-xetjr5 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.n1-lee79t {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.n1-lee79t ol,
.n1-lee79t ul {
  padding-left: 1.3em;
}

.n1-wk27b8.n1-yjkm9j .n1-paiaxn {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.n1-wk27b8.n1-yjkm9j .n1-yyni2p {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.n1-0mem0u {
  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) {
  .n1-0mem0u {
    padding: 24px;
  }
}

.n1-0mem0u .n1-yhtlo6 {
  display: flex;
}

@media (min-width: 768px) {
  .n1-0mem0u .n1-yhtlo6 {
    display: none;
  }
}

.n1-0mem0u .n1-ik1sqj svg {
  display: none;
}

.n1-5ln1il {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n1-5ln1il .n1-ws23xr {
  display: none;
}

@media (min-width: 768px) {
  .n1-5ln1il .n1-ws23xr {
    display: flex;
  }
}

.n1-aux0i1 {
  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) {
  .n1-aux0i1 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.n1-aux0i1 > * {
  margin: 0 !important;
}

.n1-aux0i1 img,
.n1-4u9eku {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .n1-aux0i1 img,
  .n1-4u9eku {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.n1-kdb6at {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .n1-kdb6at {
    width: 32px;
    height: 32px;
  }
}

.n1-lvk2ts {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .n1-lvk2ts {
    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;
  }

  .n1-lvk2ts::-webkit-scrollbar {
    display: none;
  }
}

.n1-jn4qj9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.n1-jn4qj9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.n1-d19asd {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .n1-d19asd {
    display: flex;
    opacity: 1;
  }
}

.n1-jn4qj9 picture {
  width: auto;
  height: 100%;
  display: block;
}

.n1-jn4qj9 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.n1-8weo4o {
  margin: -24px 0;
}

.n1-8weo4o:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .n1-8weo4o {
    margin: -16px 0;
  }
}

.n1-1sn1z1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .n1-1sn1z1 {
    flex-direction: row;
  }
}

.n1-g3dwr9 {
  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) {
  .n1-g3dwr9 {
    flex: 1;
  }
}

.n1-g3dwr9::placeholder {
  color: var(--Text-400);
}

.n1-0hbb08 {
  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;
}

.n1-v4c5d3 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.n1-v4c5d3::-webkit-scrollbar {
  display: none;
}

.n1-ja6kdh {
  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;
}

.n1-ja6kdh img,
.n1-ja6kdh svg {
  margin-right: 8px;
}

.n1-cdani5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.n1-8weo4o + .n1-0auh86 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .n1-8weo4o + .n1-0auh86 {
    margin-top: -16px;
  }
}

.n1-7ee19k {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.n1-7ee19k > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.n1-7ee19k > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.n1-1lgxjv {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.n1-qg87ko {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.n1-3nrwgr {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.n1-jyh1oq {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.n1-veicpj {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.n1-1lgxjv 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;
}

.n1-1lgxjv 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) {
  .n1-1lgxjv {
    padding: 39px 179px 39px 39px;
  }

  .n1-qg87ko {
    font-size: 40px;
    line-height: 48px;
  }

  .n1-veicpj {
    height: 348px;
  }

  .n1-1lgxjv button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .n1-1lgxjv button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .n1-1lgxjv {
    padding: 63px;
  }
}

.n1-trz74a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .n1-trz74a {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.n1-je1n8m {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .n1-je1n8m {
    width: auto;
  }
}

.n1-qxnn5k {
  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;
}

.n1-qxnn5k::-webkit-scrollbar {
  display: none;
}

.n1-qxnn5k 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);
}

.n1-qxnn5k a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .n1-qxnn5k {
    margin-left: 16px;
    margin-top: 0;
  }
}

.n1-trz74a .n1-gryxow {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.n1-xetjr5,
    mask-image 0.3s;
}

.n1-trz74a .n1-gryxow.n1-drwno9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.n1-gdj8vx {
  margin: 40px -16px;
}

.n1-25upt5 + .n1-19vpl0,
.n1-25upt5 + .n1-smy0xw {
  margin-top: 24px;
}

.n1-fb01fk {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.n1-fb01fk picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.n1-o19h4x {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .n1-o19h4x {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .n1-o19h4x {
    margin-top: 0;
  }
}

.n1-csw581 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .n1-csw581 {
    font-size: 24px;
    line-height: 32px;
  }
}

.n1-rsp2l5 {
  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) {
  .n1-rsp2l5 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.n1-sfseyu {
  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) {
  .n1-sfseyu {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.n1-qjmbzw {
  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) {
  .n1-qjmbzw {
    font-size: 20px;
    line-height: 28px;
  }
}

.n1-vjaeck {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .n1-vjaeck {
    font-size: 32px;
    line-height: 40px;
  }
}

.n1-so84od {
  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;
}

.n1-ji6fiq {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.n1-ji6fiq img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.n1-0auh86 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.n1-t8xd05 {
  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) {
  .n1-t8xd05 {
    padding: 15px 48px;
  }
}

main > .n1-0auh86 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .n1-79vphz.n1-ii1f81 > div:nth-child(n+5) {
    display: none;
  }
}

.n1-edmoud p a img {
  display: block;
  margin: 0 auto;
}


.n1-ubv4k2 {
  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 */
.n1-kz8obi {
  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;
}

.n1-kz8obi label {
  font-size: 14px;
}

.n1-kz8obi h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.n1-kz8obi input,
.n1-kz8obi textarea,
.n1-kz8obi 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;
}
.n1-kz8obi button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.n1-9jkf0r ease;
}
.n1-kz8obi button:hover {
  background-color: var(--button-bg-hover);
}
.n1-11vtjf {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.n1-rv7sxk ease-in;
}

.n1-11vtjf 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;
}
.n1-waxuj4, .n1-ezcwni, [class*="review-card"],
thead, thead th, table th, .n1-dcfotw,
.n1-r485da, [class*="collapsible-header"],
.n1-7w9jg4, [class*="updated-block"] {
  color: #ece7dc !important;
}

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