* {
  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;
  }
}

.m99-vmlkp4 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .m99-vmlkp4 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .m99-vmlkp4 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.m99-ofxow0 {
  overflow: hidden;
}

.m99-ddjdio img {
  background: var(--Neutral-300);
}

.m99-xeuu54 {
  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;
}

.m99-2wgjnb {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.m99-2wgjnb:hover {
  background: var(--button-bg-hover);
}

.m99-oi9d0p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.m99-oi9d0p:hover {
  background: var(--button-bg-hover);
}

.m99-4zwhzj {
  font-size: 12px;
  line-height: 18px;
}

.m99-47x5uo {
  font-size: 18px;
  line-height: 26px;
}

.m99-o0vm01 {
  width: 100%;
}

.m99-0hqih3 {
  padding: 6px 16px;
}

.m99-29roup {
  padding: 10px 16px;
}

.m99-q2qp6r {
  padding: 15px 26px;
}

.m99-ib2702 {
  flex-shrink: 0;
}

.m99-hs2qw0 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.m99-ivll4b {
  display: none;
}

.m99-l2j03j {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.m99-2hehab {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.m99-d1dhgt {
  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;
}

.m99-zmazbh {
  cursor: grab;
}

.m99-d1dhgt::-webkit-scrollbar {
  display: none;
}

.m99-hfcxss {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.m99-hxnuz7 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.m99-9tkbo0 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.m99-xw1sc8 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.m99-ns522e {
  visibility: visible;
}

.m99-nerb30 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.m99-cq7916 ease;
}

.m99-7pstts {
  background-color: var(--Primary-200);
  width: 16px;
}

.m99-j6107m {
  -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.m99-cq7916,
    mask-image 0.3s;
}

.m99-j6107m.m99-rlle26 {
  -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;
  }
}

.m99-pmmotw: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;
}

.m99-80hnyb {
  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.m99-8kul0b.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.m99-8kul0b.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;
}

.m99-i5etq0 {
  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);
}

.m99-i5etq0::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%
  );
}

.m99-zdxfl8 {
  position: relative;
  z-index: 1;
}

.m99-306uty {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.m99-z90qz9 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.m99-ja1l6n {
  font-size: 40px;
  line-height: 48px;
}

.m99-xv8gw5 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.m99-p4b10b {
  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;
}

.m99-p4b10b:hover {
  background: var(--Primary-400);
}

.m99-p4b10b svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.m99-pmmotw 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) {
  .m99-i5etq0 {
    max-width: 600px;
    padding: 64px;
  }

  .m99-306uty {
    font-size: 24px;
    line-height: 32px;
  }

  .m99-z90qz9 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .m99-ja1l6n {
    font-size: 50px;
    line-height: 56px;
  }

  .m99-xv8gw5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .m99-80hnyb {
    top: 25px;
    right: 25px;
  }
}

.m99-su6t9g,
.m99-9mhvxi {
  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;
}

.m99-f4ajdv.m99-di2pkl::before,
.m99-9mhvxi::before,
.m99-i7ctv0::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.m99-8kul0b.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.m99-h9rbd3 14.m99-xeuknm.m99-mwu5xi 14.m99-lqnlsp 15.m99-72e7gp 14.m99-61svvc 15.m99-r7nay4 14.m99-i1atl1.m99-w36nw9 14.m99-xfaqs9 19.m99-aytvso 12.m99-32pi61 19.m99-aytvso 10.m99-oi6npg.m99-aytvso 8.m99-1qfh76 17.m99-bwabkv 7.m99-6tmxrp 15.m99-08yixy 7.m99-zv0jvh.m99-0stujb 7.m99-6tmxrp 11.m99-k8dtla 8.m99-1qfh76 11.m99-k8dtla 10.m99-nlbgpi.m99-k8dtla 12.m99-wbml2g 13.m99-dds2nj 14.m99-gcwjdn 15.m99-648f4f 14.m99-gbz4am.m99-nheucv 14.m99-5ekrly 15.m99-34me1c 14.m99-6uqxez 15.m99-08uz63 14.m99-b4am0r.m99-h9rbd3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.m99-ynpir7 15.m99-r0c2l2.m99-pvd93w 15.m99-36b761 15.m99-hbrc4y 15.m99-x7v1us 15.m99-o5qhvf 15.m99-zcq6ey.m99-uckcxu 15.m99-x7v1us 15.m99-zbd15k 15.m99-8zals7 15.m99-e6fv1t 15.m99-kcu2kc.m99-504hnt 15.m99-c23hcs 7.m99-9ucc58 18.m99-bccsjp 7.m99-2n7u6s 23.m99-4wpzzt.m99-8w4qk2.m99-tpd0vm 18.m99-1f4mik 19.m99-90lrlq 15.m99-zyqfw4 15.m99-ynpir7 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.m99-z9gmnu [type="submit"] *,
.m99-r34wxt button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .m99-iza3dh {
    display: none;
  }
}

.m99-jhg4nx {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .m99-jhg4nx {
  display: none;
}

@media (min-width: 768px) {
  .m99-jhg4nx {
    bottom: 22px;
  }
}

.m99-jhg4nx input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .m99-jhg4nx {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.m99-eviu0m.static) .m99-jhg4nx {
    bottom: 8px;
  }
}

.m99-psbttv {
  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.m99-8kul0b.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.m99-z75o2h 3.m99-pchrt9.m99-y6xefh.m99-5wlm91 3.m99-kclyxo 3.m99-aegrzt 5.m99-65rmvm 3.m99-aegrzt 8.m99-qem4qo.m99-q83v9f.m99-aegrzt 26.m99-nudj8s 5.m99-ltwn37 28.m99-3znhtf 8.m99-hezlon 28.m99-j4dilc.m99-kpy0nm 28.m99-pnwt8f.m99-o0vuc6 34.m99-zhb7vo.m99-44ieus 36.m99-05cyer 11.m99-3kwpmt 37.m99-323ojt 12.m99-oqati6 36.m99-41ouhm.m99-oo9ef2 28.m99-atv3h2.m99-4zaq8h.m99-6a8fjm 28.m99-4gvm68 36.m99-ellvk8 26.m99-szl8l5 36.m99-ellvk8 23.m99-s2a71n.m99-b7cu1v.m99-ellvk8 5.m99-qfd6vo 34.m99-hc058i 3.m99-kclyxo 31.m99-z75o2h 3.m99-i7qpd8.m99-ngcsou 18.m99-086569.m99-zeub57 18.m99-ysf6b6 8.m99-kqh72l 17.m99-b3ksb2 8.m99-kqh72l 15.m99-6mbijq.m99-kqh72l 14.m99-kuruf2 9.m99-zeub57 13.m99-2vi1ts 11.m99-ngcsou 13.m99-pkrs5r.m99-qhck5r 13.m99-2vi1ts 13.m99-kfoup5 14.m99-kuruf2 13.m99-kfoup5 15.m99-8ixcnn.m99-kfoup5 17.m99-b3ksb2 12.m99-qhck5r 18.m99-ysf6b6 11.m99-ngcsou 18.m99-t759yu.m99-smq431 18.m99-zzmlup.m99-a7jvyj 18.m99-ysf6b6 17.m99-pzwygs 17.m99-b3ksb2 17.m99-pzwygs 15.m99-n4o5sz.m99-pzwygs 14.m99-kuruf2 18.m99-a7jvyj 13.m99-2vi1ts 20.m99-smq431 13.m99-h38v02.m99-mtfttk 13.m99-2vi1ts 22.m99-ckxokk 14.m99-kuruf2 22.m99-ckxokk 15.m99-qaqoj1.m99-2gp81o 17.m99-b3ksb2 21.m99-mtfttk 18.m99-ysf6b6 20.m99-smq431 18.m99-07j0ql.m99-ytxjad 18.m99-iyc2oc.m99-mbjbc7 18.m99-ysf6b6 26.m99-93lt51 17.m99-b3ksb2 26.m99-93lt51 15.m99-9e3sjg.m99-93lt51 14.m99-kuruf2 27.m99-mbjbc7 13.m99-2vi1ts 28.m99-ytxjad 13.m99-ogssfd.m99-0b5no9 13.m99-2vi1ts 31.m99-n1dckp 14.m99-kuruf2 31.m99-n1dckp 15.m99-qgw07c.m99-93lt51 17.m99-b3ksb2 30.m99-0b5no9 18.m99-ysf6b6 28.m99-ytxjad 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"])
    .m99-psbttv {
    display: none;
  }
}

.m99-27vss3 {
  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) {
  .m99-27vss3 {
    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;
}

.m99-r34wxt {
  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) {
  .m99-r34wxt {
    padding: 14px 16px;
  }
}

.m99-r34wxt button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.m99-r34wxt button:first-child {
  align-content: end;
}

.m99-r34wxt button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .m99-r34wxt
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .m99-r34wxt
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.m99-r34wxt button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.m99-r34wxt button:last-child svg {
  width: 38px;
  height: 38px;
}

.m99-i7ctv0 {
  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;
}

.m99-i7ctv0::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .m99-i7ctv0,
.pc61d126-chatbot[data-active-screen="3"]
  .m99-i7ctv0 {
  opacity: 1;
  visibility: visible;
}

.m99-pf9g2j {
  flex: 1 1;
}

.m99-y4vwr7 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .m99-y4vwr7 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .m99-ev6bx3 {
  display: block;
}

.m99-ifxnpm {
  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) {
  .m99-ifxnpm {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.m99-9mhvxi {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.m99-9mhvxi::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.m99-6333zv span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.m99-6333zv p {
  color: var(--Text-100);
}

.m99-9mhvxi .m99-bgp7g8 {
  grid-area: button;
}

.m99-9mhvxi .m99-bgp7g8::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.m99-8kul0b.org/2000/svg'%3E%3Cpath d='M4.m99-5gt45i 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.m99-iebpg0 15L16.m99-iebpg0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.m99-iebpg0 5L16.m99-iebpg0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .m99-przh0g {
  display: block;
}

.m99-31kcuw {
  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) {
  .m99-31kcuw {
    margin-top: 40px;
  }
}

.m99-su6t9g label,
.m99-su6t9g input {
  display: block;
  width: 100%;
}

.m99-su6t9g label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.m99-su6t9g label.m99-fugqmn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.m99-su6t9g label.m99-fugqmn::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;
}

.m99-su6t9g 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;
}

.m99-su6t9g input::placeholder {
  color: var(--Text-400);
}

.m99-xqrudl {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .m99-xqrudl {
  display: flex;
}

.m99-xqrudl ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .m99-xqrudl ol {
    height: 420px;
    padding: 24px;
  }
}

.m99-xqrudl ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.m99-z9gmnu {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .m99-z9gmnu {
    padding: 0 24px 24px;
  }
}

.m99-z9gmnu 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;
}

.m99-z9gmnu input::placeholder {
  color: var(--Text-400);
}

.m99-z9gmnu [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.m99-z9gmnu [type="submit"]:disabled {
  opacity: 0.5;
}

.m99-z9gmnu [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .m99-z9gmnu [type="submit"] {
    right: 40px;
  }
}

.m99-f4ajdv {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.m99-f4ajdv.m99-di2pkl {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.m99-f4ajdv.m99-di2pkl::before {
  content: "";
  width: 31px;
}

.m99-f4ajdv.m99-di2pkl p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.m99-f4ajdv.m99-ogt4o8 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.m99-f4ajdv p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.m99-jhg4nx .m99-bgp7g8 {
  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;
  }
}

.m99-iza3dh {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .m99-iza3dh {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .m99-iza3dh {
    padding: 18px 0;
  }
}

.m99-iza3dh .m99-vmlkp4 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .m99-iza3dh .m99-vmlkp4 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.m99-ph3p4b {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .m99-ph3p4b {
    max-width: 160px;
    height: 40px;
  }
}

.m99-ph3p4b picture,
.m99-ph3p4b img {
  display: block;
  width: 100%;
  height: 100%;
}

.m99-ph3p4b img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .m99-urkr7r {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.m99-cq7916 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .m99-iza3dh.m99-7qs2f5 .m99-urkr7r {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .m99-urkr7r {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .m99-urkr7r {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.m99-4nkum2,
.m99-q81ag5 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .m99-4nkum2,
  .m99-q81ag5 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .m99-q81ag5 {
    display: none;
  }
}

.m99-fvu8n4 {
  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;
}

.m99-7qs2f5 .m99-fvu8n4 {
  background: var(--fh-bg-color);
}

.m99-fvu8n4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .m99-fvu8n4 {
    display: none;
  }
}

.m99-v0ol8e {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .m99-v0ol8e {
    display: none;
  }
}

.m99-h8yh0e {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.m99-iza3dh.m99-7qs2f5 .m99-h8yh0e:first-child {
  display: none;
}

.m99-iza3dh.m99-7qs2f5 .m99-h8yh0e:last-child {
  display: block;
}

.m99-h8yh0e:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .m99-h8yh0e {
    display: none;
  }
}

.m99-etfde6 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .m99-etfde6 {
    display: flex;
  }
}

.m99-etfde6 ul {
  max-height: 350px;
  overflow-y: auto;
}

.m99-etfde6:hover ul {
  visibility: visible;
  opacity: 1;
}

.m99-etfde6:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.m99-etfde6:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.m99-etfde6:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.m99-etfde6:hover .m99-bftrhu svg {
  transform: rotate(180deg);
}

.m99-xuohxq {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.m99-m85l9c {
  padding: 0 8px;
}

.m99-i9y4xf {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.m99-i9y4xf:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .m99-i9y4xf {
    padding: 4px 8px;
  }
}

.m99-s7f1mt {
  display: flex;
}

.m99-s7f1mt img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.m99-bftrhu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.m99-bftrhu svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.m99-mjwpkl {
  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) {
  .m99-mjwpkl {
    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;
  }
}

.m99-kdev1l {
  width: 100%;
}

@media (min-width: 1200px) {
  .m99-kdev1l {
    display: none;
  }
}

.m99-1o5sl2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.m99-daw3d3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.m99-cr9vy3 {
  display: flex;
}

.m99-1ps6ps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.m99-pwqx6a {
  list-style: none;
}

@media (max-width: 1199px) {
  .m99-pwqx6a {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .m99-pwqx6a {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .m99-pwqx6a .m99-0kn6yh [data-ref-el],
  .m99-pwqx6a .m99-0kn6yh span,
  .m99-pwqx6a .m99-0kn6yh a {
    white-space: nowrap;
  }
}

.m99-i1nje7 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .m99-i1nje7.m99-g9ir1k > .m99-0kn6yh {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .m99-i1nje7.m99-f9mzw0:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .m99-i1nje7.m99-g9ir1k > .m99-bwdh8z {
    height: auto;
  }

  .m99-i1nje7.m99-g9ir1k > div > .m99-zgdl3v {
    transform: rotate(180deg);
  }
}

.m99-i1nje7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.m99-i1nje7 [data-ref-el],
.m99-i1nje7 span {
  cursor: pointer;
}

.m99-i1nje7 [data-ref-el],
.m99-i1nje7 span,
.m99-i1nje7 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .m99-i1nje7 [data-ref-el],
  .m99-i1nje7 span,
  .m99-i1nje7 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .m99-i1nje7 [data-ref-el],
  .m99-i1nje7 span,
  .m99-i1nje7 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.m99-bwdh8z {
  height: 0;
  overflow: hidden;
  transition: height 0.m99-cq7916 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.m99-bwdh8z::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.m99-bwdh8z::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.m99-bwdh8z::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .m99-bwdh8z {
    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;
  }

  .m99-bwdh8z:has(> .m99-i1nje7.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .m99-bwdh8z .m99-bwdh8z {
    padding: 0;
  }

  .m99-bwdh8z .m99-i1nje7 {
    font-weight: 400;
  }

  .m99-bwdh8z .m99-i1nje7:hover > .m99-0kn6yh {
    background: var(--Neutral-300);
  }

  .m99-bwdh8z .m99-zgdl3v {
    rotate: -90deg;
  }
}

.m99-0kn6yh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .m99-0kn6yh {
    padding: 8px;
  }

  .m99-i1nje7.m99-762z9a > .m99-0kn6yh {
    background: var(--Neutral-300);
  }
}

.m99-zgdl3v {
  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.m99-8kul0b.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.m99-1fib5w 0.m99-yafjzv.m99-p71jwq -0.m99-pvn301 0.m99-8c4mqs -0.m99-pvn301 1.m99-o726ov 0.m99-lz5bng.m99-uq31qp 4.m99-ktz66v.m99-1fib5w 0.m99-kzzmdg.m99-vif5si -0.m99-pvn301 9.m99-cdwk0y -0.m99-pvn301 10.m99-1o856a 0.m99-i66m04.m99-02irpk 0.m99-p71jwq 10.m99-02irpk 0.m99-8c4mqs 10.m99-1o856a 1.m99-0z4xgx.m99-1pulx1 5.m99-0a7sqo.m99-c9pujh 6.m99-6mq4g4 5.m99-08t1kg 6.m99-6mq4g4 4.m99-lff25a 5.m99-qf17dn.m99-1fib5w 1.m99-v1by19.m99-pvn301 0.m99-8c4mqs -0.m99-pvn301 0.m99-p71jwq 0.m99-1fib5w 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.m99-cq7916 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .m99-zgdl3v {
    cursor: default;
  }
}

.m99-ys08gf {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.m99-2auuii {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .m99-2auuii {
    padding: 40px 4px;
  }
}

.m99-gaseg3 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .m99-gaseg3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.m99-x6wxjw {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .m99-x6wxjw {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.m99-x6wxjw ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.m99-x6wxjw [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.m99-x6wxjw [data-ref-el],
.m99-x6wxjw span,
.m99-x6wxjw a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.m99-ubdp1f {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .m99-ubdp1f {
    margin-bottom: 12px;
  }
}

.m99-vvyk6s {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.m99-vvyk6s img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .m99-vvyk6s:last-child {
    margin-right: 0;
  }
}

.m99-511lut {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.m99-ubdp1f:hover .m99-4s0jm5 {
  visibility: visible;
  opacity: 1;
}

.m99-4s0jm5 {
  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);
}

.m99-8h715t {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.m99-mkc1cz {
  display: flex;
  margin: 6px;
}

.m99-mkc1cz img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.m99-4s0jm5::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);
}

.m99-4s0jm5::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);
}

.m99-3rcucx {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .m99-3rcucx {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.m99-n7cgii {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .m99-n7cgii {
    margin-right: 32px;
  }
}

.m99-hhrb37 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .m99-hhrb37 {
    margin-top: 0;
    width: 340px;
  }
}

.m99-hhrb37 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.m99-vtl2fl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.m99-dy6nev {
  position: relative;
}

@media (min-width: 768px) {
  .m99-dy6nev {
    margin-top: 40px;
  }
}

.m99-dy6nev + .m99-klxz2z,
.m99-dy6nev + .m99-dy6nev {
  margin-top: 24px;
}

.m99-e3knk4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .m99-e3knk4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .m99-e3knk4 {
    padding: 80px;
  }
}

.m99-90uju0 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .m99-90uju0 {
    padding: 0 16px;
}


}

.m99-bn4hh0 {
  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) {
  .m99-bn4hh0 {
    font-size: 48px;
    line-height: 56px;
  }
}

.m99-g0n2tx {
  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) {
  .m99-g0n2tx {
    font-size: 24px;
    line-height: 32px;
  }
}

.m99-atwn82 {
  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;
}

.m99-atwn82:hover {
  background: var(--button-bg-hover);
}

.m99-96zo8r {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.m99-96zo8r img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .m99-96zo8r img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .m99-96zo8r img {
  min-height: 100%;
  }
}

.m99-e3knk4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.m99-l0qigp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.m99-l0qigp h1,
.m99-l0qigp h2,
.m99-l0qigp h3,
.m99-l0qigp h4 {
  margin-bottom: 6px;
}

.m99-l0qigp h1:not(:first-child),
.m99-l0qigp h2:not(:first-child),
.m99-l0qigp h3:not(:first-child),
.m99-l0qigp h4:not(:first-child) {
  margin-top: 16px;
}

.m99-l0qigp h1,
.m99-l0qigp h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .m99-l0qigp h1,
  .m99-l0qigp h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.m99-l0qigp h2,
.m99-l0qigp h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .m99-l0qigp h2,
  .m99-l0qigp h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.m99-l0qigp h3,
.m99-l0qigp h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .m99-l0qigp h3,
  .m99-l0qigp h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.m99-l0qigp h4,
.m99-l0qigp h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.m99-l0qigp ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.m99-l0qigp ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.m99-l0qigp 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);
}

.m99-l0qigp ul ul {
  margin-bottom: 8px;
}

.m99-l0qigp ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.m99-l0qigp ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.m99-l0qigp ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.m99-l0qigp ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.m99-l0qigp ol li::marker {
  font-weight: 700;
}

.m99-l0qigp ol ol {
  margin-bottom: 8px;
}

.m99-l0qigp ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.m99-l0qigp ol ul li {
  padding-left: 16px;
}

.m99-l0qigp 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) {
  .m99-l0qigp table {
    padding: 24px;
  }
}

.m99-l0qigp table.m99-909h2y {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.m99-cq7916,
    mask-image 0.3s;
}

.m99-l0qigp table.m99-909h2y.m99-rlle26 {
  -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) {
  .m99-l0qigp table {
    display: table;
  }
}

.m99-l0qigp 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);
}

.m99-l0qigp table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.m99-l0qigp table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.m99-l0qigp 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) {
  .m99-l0qigp table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.m99-l0qigp table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.m99-l0qigp table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.m99-l0qigp table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.m99-l0qigp img {
  max-width: 100%;
  height: auto;
}

.m99-hearf6 {
  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) {
  .m99-hearf6 {
    padding: 24px;
  }
}

.m99-r097uj {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .m99-r097uj {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.m99-r097uj > * {
  margin: 0 !important;
}

.m99-r097uj img,
.m99-83ctxa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .m99-r097uj img,
  .m99-83ctxa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.m99-zayew7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .m99-zayew7 {
    width: 32px;
    height: 32px;
  }
}

.m99-w95zoq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.m99-w95zoq .m99-lruvtd {
  flex-shrink: 0;
}

.m99-w95zoq .m99-f6lr4a svg {
  display: none;
}

.m99-ukczod {
  display: grid;
  transition: max-height 0.m99-cq7916 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .m99-ukczod {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .m99-ukczod {
    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));
  }
}

.m99-ukczod.m99-egusqp + .m99-lruvtd svg {
  transform: rotate(180deg);
}

.m99-0n4hlx {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.m99-0n4hlx > div:nth-child(3n) {
  grid-column: span 2;
}

.m99-0n4hlx
  > div:nth-child(3n)
  .m99-jggg6e
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .m99-0n4hlx {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .m99-0n4hlx > div:nth-child(3n) {
    grid-column: unset;
  }

  .m99-0n4hlx
    > div:nth-child(3n)
    .m99-jggg6e
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .m99-0n4hlx {
    max-width: 270px;
  }
}

.m99-0n4hlx .m99-jggg6e button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .m99-0n4hlx .m99-jggg6e button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .m99-0n4hlx .m99-jggg6e button {
    max-width: 104px;
  }
}

.m99-sgdu7h {
  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) {
  .m99-sgdu7h {
    margin-bottom: 0;
  }
}

.m99-xeespl {
  display: none;
  opacity: 0;
}

.m99-4ff8fc {
  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;
  }
}

.m99-4ff8fc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.m99-jggg6e {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.m99-jggg6e button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .m99-jggg6e
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .m99-jggg6e
    button {
    max-width: 145px;
  }
}

.m99-do9o9p:first-child
  .m99-jggg6e
  button {
  max-width: 270px;
}

.m99-4ttlnc {
  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%;
}

.m99-sgdu7h picture {
  width: 100%;
  max-width: 100%;
}

.m99-wzg7hx {
  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;
}

.m99-wzg7hx svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.m99-sgdu7h:hover .m99-wzg7hx {
  display: flex;
}

.m99-voj9mz {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.m99-wm42ij {
  display: flex;
}

.m99-wm42ij:hover .m99-cqm78t,
.m99-wm42ij .m99-762z9a .m99-cqm78t {
  display: flex;
}

.m99-wm42ij svg {
  flex-shrink: 0;
}

.m99-cqm78t {
  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) {
  .m99-cqm78t {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.m99-cqm78t:hover {
  display: flex;
}

.m99-cqm78t svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.m99-p0smiz {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .m99-p0smiz {
    font-size: 12px;
  }
}

.m99-y6zksf,
.m99-4josjm {
  width: 50%;
  flex-shrink: 0;
}

.m99-y6zksf {
  font-weight: 700;
}

.m99-0d5r77 .m99-ukczod {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .m99-0d5r77 .m99-ukczod {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .m99-0d5r77 .m99-ukczod {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.m99-0d5r77
  .m99-4ttlnc:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.m99-0d5r77 .m99-4ff8fc {
  height: 100% !important;
  border-radius: 16px;
}

.m99-0d5r77 .m99-jggg6e {
  gap: 4px;
  align-items: center;
}

.m99-0d5r77 .m99-jggg6e button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m99-0d5r77 .m99-jggg6e svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.m99-0d5r77 .m99-yw8p96,
.m99-0d5r77 .m99-88em7q {
  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.m99-8kul0b.org/2000/svg'%3E%3Cpath d='M9.m99-89abcg 4.m99-8cys5k.m99-1g2zop 5.m99-u19rpc.m99-k53v1o 5.m99-jx2y1k.m99-zf8r7k 5.m99-vown1g.m99-fsn4tn 8.m99-oq9qdr.m99-sdfoh8 9.m99-i2mgm5.m99-tm8svq 9.m99-fcofik.m99-z3uq9j 13.m99-mb8nq6.m99-jbmglk 11.m99-jeece4.m99-jpgpcq 11.m99-cmntnw.m99-f149bf 11.m99-01v3yq.m99-t6x7ox 13.m99-fw5qhn.m99-a4yeux 9.m99-1lb8ew.m99-h9qmnq 9.m99-63894h.m99-gwaisg 8.m99-ne2j2i.m99-mkki96 5.m99-wu4pqo.m99-bei89m 5.m99-got0ry.m99-afvppy 5.m99-ay2opv.m99-zjgaep 4.m99-nakpzh.m99-jpgpcq 1.m99-50b727.m99-89abcg 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.m99-0d5r77 .m99-yw8p96 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.m99-0d5r77 .m99-88em7q {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.m99-bvlw7l {
  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) {
  .m99-bvlw7l {
    padding: 24px;
  }
}

.m99-bvlw7l .m99-lruvtd {
  display: flex;
}

@media (min-width: 768px) {
  .m99-bvlw7l .m99-lruvtd {
    display: none;
  }
}

.m99-bvlw7l .m99-f6lr4a svg {
  display: none;
}

.m99-3s6aqh {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m99-3s6aqh .m99-xeuu54 {
  display: none;
}

@media (min-width: 768px) {
  .m99-3s6aqh .m99-xeuu54 {
    display: flex;
  }
}

.m99-28mli9 {
  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) {
  .m99-28mli9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.m99-28mli9 > * {
  margin: 0 !important;
}

.m99-28mli9 img,
.m99-22ppfl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .m99-28mli9 img,
  .m99-22ppfl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.m99-7fzn65 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .m99-7fzn65 {
    width: 32px;
    height: 32px;
  }
}

.m99-2pl4vm {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .m99-2pl4vm {
    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;
  }

  .m99-2pl4vm::-webkit-scrollbar {
    display: none;
  }
}

.m99-8wplt8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .m99-8wplt8 {
    padding: 7px 15px;
  }
}

.m99-8wplt8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.m99-72rn0w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .m99-72rn0w {
    display: flex;
    opacity: 1;
  }
}

.m99-8wplt8 picture {
  height: 100%;
  display: block;
}

.m99-8wplt8 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .m99-8wplt8 img {
    width: 88px;
    height: 44px;
  }
}

.m99-8wplt8 p {
  text-align: center;
  width: 100%;
}

.m99-6xhqdh {
  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) {
  .m99-6xhqdh {
    font-size: 40px;
    line-height: 48px;
  }
}

.m99-6xhqdh img,
.m99-7ziviv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .m99-6xhqdh img,
  .m99-7ziviv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.m99-g41nka {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .m99-g41nka {
    width: 32px;
    height: 32px;
  }
}

.m99-75pbzj {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.m99-85jwv5 {
  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;
}

.m99-p71fg5 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.m99-p71fg5.m99-762z9a {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.m99-f0ye3t {
  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) {
  .m99-f0ye3t {
    font-size: 20px;
    line-height: 28px;
  }
}

.m99-58xr9o {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.m99-wq27jb {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.m99-cq7916 ease;
  opacity: 0;
  color: var(--text-color);
}

.m99-yyxyvi {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.m99-yyxyvi ol,
.m99-yyxyvi ul {
  padding-left: 1.3em;
}

.m99-p71fg5.m99-762z9a .m99-wq27jb {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.m99-p71fg5.m99-762z9a .m99-58xr9o {
  transform: rotate(180deg);
  color: var(--text-color);
}

.m99-fuvsba {
  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) {
  .m99-fuvsba {
    padding: 24px;
  }
}

.m99-fuvsba .m99-lruvtd {
  display: flex;
}

@media (min-width: 768px) {
  .m99-fuvsba .m99-lruvtd {
    display: none;
  }
}

.m99-fuvsba .m99-f6lr4a svg {
  display: none;
}

.m99-34x14c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m99-34x14c .m99-xeuu54 {
  display: none;
}

@media (min-width: 768px) {
  .m99-34x14c .m99-xeuu54 {
    display: flex;
  }
}

.m99-89uhn5 {
  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) {
  .m99-89uhn5 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.m99-89uhn5 > * {
  margin: 0 !important;
}

.m99-89uhn5 img,
.m99-i1y3kx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .m99-89uhn5 img,
  .m99-i1y3kx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.m99-r0f9wz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .m99-r0f9wz {
    width: 32px;
    height: 32px;
  }
}

.m99-jh1fhj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .m99-jh1fhj {
    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;
  }

  .m99-jh1fhj::-webkit-scrollbar {
    display: none;
  }
}

.m99-f6d5gp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.m99-f6d5gp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.m99-gnhisz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .m99-gnhisz {
    display: flex;
    opacity: 1;
  }
}

.m99-f6d5gp picture {
  width: auto;
  height: 100%;
  display: block;
}

.m99-f6d5gp picture img {
  display: block;
  width: auto;
  height: 100%;
}

.m99-2figj2 {
  margin: -24px 0;
}

.m99-2figj2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .m99-2figj2 {
    margin: -16px 0;
  }
}

.m99-wyi193 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .m99-wyi193 {
    flex-direction: row;
  }
}

.m99-8ezpuc {
  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) {
  .m99-8ezpuc {
    flex: 1;
  }
}

.m99-8ezpuc::placeholder {
  color: var(--Text-400);
}

.m99-n3x14n {
  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;
}

.m99-jfoskl {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.m99-jfoskl::-webkit-scrollbar {
  display: none;
}

.m99-8xyt8q {
  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;
}

.m99-8xyt8q img,
.m99-8xyt8q svg {
  margin-right: 8px;
}

.m99-gm6hj2 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.m99-2figj2 + .m99-wg6qpj {
  margin-top: 0;
}

@media (min-width: 768px) {
  .m99-2figj2 + .m99-wg6qpj {
    margin-top: -16px;
  }
}

.m99-kpmvbh {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.m99-kpmvbh > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.m99-kpmvbh > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.m99-qanq0e {
  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;
}

.m99-wl2r4s {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.m99-52itoz {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.m99-rgvn9u {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.m99-4uf5n1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.m99-qanq0e 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;
}

.m99-qanq0e 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) {
  .m99-qanq0e {
    padding: 39px 179px 39px 39px;
  }

  .m99-wl2r4s {
    font-size: 40px;
    line-height: 48px;
  }

  .m99-4uf5n1 {
    height: 348px;
  }

  .m99-qanq0e button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .m99-qanq0e button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .m99-qanq0e {
    padding: 63px;
  }
}

.m99-irhjji {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .m99-irhjji {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.m99-2jpamv {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .m99-2jpamv {
    width: auto;
  }
}

.m99-zocm1y {
  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;
}

.m99-zocm1y::-webkit-scrollbar {
  display: none;
}

.m99-zocm1y 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);
}

.m99-zocm1y a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .m99-zocm1y {
    margin-left: 16px;
    margin-top: 0;
  }
}

.m99-irhjji .m99-sg4z8p {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.m99-cq7916,
    mask-image 0.3s;
}

.m99-irhjji .m99-sg4z8p.m99-rlle26 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.m99-cndrqc {
  margin: 40px -16px;
}

.m99-q9o8js + .m99-klxz2z,
.m99-q9o8js + .m99-dy6nev {
  margin-top: 24px;
}

.m99-ndjeye {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.m99-ndjeye picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.m99-9lesys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .m99-9lesys {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .m99-9lesys {
    margin-top: 0;
  }
}

.m99-ey9t44 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .m99-ey9t44 {
    font-size: 24px;
    line-height: 32px;
  }
}

.m99-g7hi65 {
  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) {
  .m99-g7hi65 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.m99-mlo8ii {
  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) {
  .m99-mlo8ii {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.m99-pdcvrf {
  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) {
  .m99-pdcvrf {
    font-size: 20px;
    line-height: 28px;
  }
}

.m99-tukhh8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .m99-tukhh8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.m99-cmy7ux {
  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;
}

.m99-jl59qk {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.m99-jl59qk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m99-wg6qpj {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.m99-y1kdvc {
  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) {
  .m99-y1kdvc {
    padding: 15px 48px;
  }
}

main > .m99-wg6qpj {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .m99-ukczod.m99-8u93ao > div:nth-child(n+5) {
    display: none;
  }
}

.m99-l0qigp p a img {
  display: block;
  margin: 0 auto;
}


.m99-vy9p0b {
  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 */
.m99-27py1e {
  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;
}

.m99-27py1e label {
  font-size: 14px;
}

.m99-27py1e h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.m99-27py1e input,
.m99-27py1e textarea,
.m99-27py1e 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;
}
.m99-27py1e button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.m99-tyhdl0 ease;
}
.m99-27py1e button:hover {
  background-color: var(--button-bg-hover);
}
.m99-uqsugw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.m99-uvwtid ease-in;
}

.m99-uqsugw 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;
}
.m99-927np1, .m99-t1ucsz, [class*="review-card"],
thead, thead th, table th, .m99-0hnc3v,
.m99-8udqdk, [class*="collapsible-header"],
.m99-xuwg29, [class*="updated-block"] {
  color: #ece7dc !important;
}
