* {
  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;
  }
}

.twoeightmars-i4x3g4 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .twoeightmars-i4x3g4 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .twoeightmars-i4x3g4 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.twoeightmars-k3yzac {
  overflow: hidden;
}

.twoeightmars-rt2dw4 img {
  background: var(--Neutral-300);
}

.twoeightmars-cb28ff {
  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;
}

.twoeightmars-0ilbm6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.twoeightmars-0ilbm6:hover {
  background: var(--button-bg-hover);
}

.twoeightmars-iur071 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.twoeightmars-iur071:hover {
  background: var(--button-bg-hover);
}

.twoeightmars-24116e {
  font-size: 12px;
  line-height: 18px;
}

.twoeightmars-j7jr0a {
  font-size: 18px;
  line-height: 26px;
}

.twoeightmars-70z7bm {
  width: 100%;
}

.twoeightmars-36zo7r {
  padding: 6px 16px;
}

.twoeightmars-ew8lvt {
  padding: 10px 16px;
}

.twoeightmars-5potcl {
  padding: 15px 26px;
}

.twoeightmars-ysmr5e {
  flex-shrink: 0;
}

.twoeightmars-9qpmfg {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.twoeightmars-sfkoyb {
  display: none;
}

.twoeightmars-ukss9w {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twoeightmars-km1ztw {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.twoeightmars-3xd03e {
  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;
}

.twoeightmars-qx9jfz {
  cursor: grab;
}

.twoeightmars-3xd03e::-webkit-scrollbar {
  display: none;
}

.twoeightmars-p657r6 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.twoeightmars-348q37 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.twoeightmars-yocleu {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.twoeightmars-9s8f76 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.twoeightmars-4zct2y {
  visibility: visible;
}

.twoeightmars-dqxn9k {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.twoeightmars-jfp7q8 ease;
}

.twoeightmars-9tzhd7 {
  background-color: var(--Primary-200);
  width: 16px;
}

.twoeightmars-zjls9w {
  -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.twoeightmars-jfp7q8,
    mask-image 0.3s;
}

.twoeightmars-zjls9w.twoeightmars-7vvo98 {
  -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;
  }
}

.twoeightmars-n9uhzb: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;
}

.twoeightmars-f5yd89 {
  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.twoeightmars-1i613l.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.twoeightmars-1i613l.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;
}

.twoeightmars-uq0ei4 {
  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);
}

.twoeightmars-uq0ei4::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%
  );
}

.twoeightmars-9w3pbh {
  position: relative;
  z-index: 1;
}

.twoeightmars-r1cpne {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.twoeightmars-g46qv8 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.twoeightmars-4lncnb {
  font-size: 40px;
  line-height: 48px;
}

.twoeightmars-g9d29m {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.twoeightmars-n0qyzs {
  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;
}

.twoeightmars-n0qyzs:hover {
  background: var(--Primary-400);
}

.twoeightmars-n0qyzs svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.twoeightmars-n9uhzb 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) {
  .twoeightmars-uq0ei4 {
    max-width: 600px;
    padding: 64px;
  }

  .twoeightmars-r1cpne {
    font-size: 24px;
    line-height: 32px;
  }

  .twoeightmars-g46qv8 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .twoeightmars-4lncnb {
    font-size: 50px;
    line-height: 56px;
  }

  .twoeightmars-g9d29m {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .twoeightmars-f5yd89 {
    top: 25px;
    right: 25px;
  }
}

.twoeightmars-yp48i1,
.twoeightmars-7goof4 {
  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;
}

.twoeightmars-bt8mwb.twoeightmars-ftmtgt::before,
.twoeightmars-7goof4::before,
.twoeightmars-pd8i7z::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.twoeightmars-1i613l.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.twoeightmars-0iahoy 14.twoeightmars-dqlmqm.twoeightmars-lyr127 14.twoeightmars-zp0bqf 15.twoeightmars-qzv9s4 14.twoeightmars-4e2uxw 15.twoeightmars-kkmqfw 14.twoeightmars-zvlw9p.twoeightmars-13t0va 14.twoeightmars-mafeet 19.twoeightmars-k150xf 12.twoeightmars-23fkvv 19.twoeightmars-k150xf 10.twoeightmars-dr45p7.twoeightmars-k150xf 8.twoeightmars-kn7drf 17.twoeightmars-1hpz8i 7.twoeightmars-qt1ti3 15.twoeightmars-lbsf1n 7.twoeightmars-a0wcf6.twoeightmars-n1td96 7.twoeightmars-qt1ti3 11.twoeightmars-97rwhs 8.twoeightmars-kn7drf 11.twoeightmars-97rwhs 10.twoeightmars-pb0cig.twoeightmars-97rwhs 12.twoeightmars-k04hx9 13.twoeightmars-vpma3x 14.twoeightmars-4blwy2 15.twoeightmars-px6sbn 14.twoeightmars-u7ukml.twoeightmars-7akrhl 14.twoeightmars-rxq1q0 15.twoeightmars-tvd51x 14.twoeightmars-ub31wa 15.twoeightmars-u6zz95 14.twoeightmars-icrar2.twoeightmars-0iahoy 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.twoeightmars-01qmlx 15.twoeightmars-j5lqme.twoeightmars-6mhoa5 15.twoeightmars-m4081x 15.twoeightmars-ztamux 15.twoeightmars-gm951w 15.twoeightmars-jgwlik 15.twoeightmars-t7qeht.twoeightmars-p7fmex 15.twoeightmars-gm951w 15.twoeightmars-hqw5ou 15.twoeightmars-0c7c78 15.twoeightmars-kp8xxr 15.twoeightmars-qrnfmr.twoeightmars-31ogrk 15.twoeightmars-kf2z9n 7.twoeightmars-ltiefw 18.twoeightmars-uoak8r 7.twoeightmars-sm1gjp 23.twoeightmars-kyq5pi.twoeightmars-finkn0.twoeightmars-ozhgnt 18.twoeightmars-qv9m5o 19.twoeightmars-9hb1k3 15.twoeightmars-nmlxfb 15.twoeightmars-01qmlx 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.twoeightmars-096n0b [type="submit"] *,
.twoeightmars-5n6zik button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .twoeightmars-xfg482 {
    display: none;
  }
}

.twoeightmars-h3tm10 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .twoeightmars-h3tm10 {
  display: none;
}

@media (min-width: 768px) {
  .twoeightmars-h3tm10 {
    bottom: 22px;
  }
}

.twoeightmars-h3tm10 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .twoeightmars-h3tm10 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.twoeightmars-lbd91d.static) .twoeightmars-h3tm10 {
    bottom: 8px;
  }
}

.twoeightmars-vqbpdq {
  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.twoeightmars-1i613l.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.twoeightmars-y96s39 3.twoeightmars-0tzbuc.twoeightmars-njo0x7.twoeightmars-ewj80x 3.twoeightmars-nw2enx 3.twoeightmars-srczsb 5.twoeightmars-qxtdb1 3.twoeightmars-srczsb 8.twoeightmars-7yavby.twoeightmars-6this0.twoeightmars-srczsb 26.twoeightmars-4tdlv4 5.twoeightmars-5c4tw3 28.twoeightmars-ro13of 8.twoeightmars-arkr2f 28.twoeightmars-v63qh7.twoeightmars-jiqh12 28.twoeightmars-oh262d.twoeightmars-aojdz7 34.twoeightmars-6u72fs.twoeightmars-s2wjex 36.twoeightmars-k5v540 11.twoeightmars-i6t8ij 37.twoeightmars-q3zaxu 12.twoeightmars-akoiqq 36.twoeightmars-fbxu3z.twoeightmars-oz6xoz 28.twoeightmars-hlcziz.twoeightmars-3k40tx.twoeightmars-ogt199 28.twoeightmars-6y27fc 36.twoeightmars-re1ae1 26.twoeightmars-md4pd7 36.twoeightmars-re1ae1 23.twoeightmars-ovvhws.twoeightmars-kugqx8.twoeightmars-re1ae1 5.twoeightmars-nonf1x 34.twoeightmars-c0t1j0 3.twoeightmars-nw2enx 31.twoeightmars-y96s39 3.twoeightmars-3kvgcu.twoeightmars-3ht1k7 18.twoeightmars-zu642s.twoeightmars-w3tfaj 18.twoeightmars-ebj9gz 8.twoeightmars-66yyjn 17.twoeightmars-12oqcs 8.twoeightmars-66yyjn 15.twoeightmars-uhxt2u.twoeightmars-66yyjn 14.twoeightmars-vy7gxr 9.twoeightmars-w3tfaj 13.twoeightmars-p4mwu8 11.twoeightmars-3ht1k7 13.twoeightmars-v7lr43.twoeightmars-54bl34 13.twoeightmars-p4mwu8 13.twoeightmars-ist80f 14.twoeightmars-vy7gxr 13.twoeightmars-ist80f 15.twoeightmars-wokjvu.twoeightmars-ist80f 17.twoeightmars-12oqcs 12.twoeightmars-54bl34 18.twoeightmars-ebj9gz 11.twoeightmars-3ht1k7 18.twoeightmars-uilel6.twoeightmars-j4t5zx 18.twoeightmars-udj0y5.twoeightmars-k7nqm5 18.twoeightmars-ebj9gz 17.twoeightmars-i7dyrl 17.twoeightmars-12oqcs 17.twoeightmars-i7dyrl 15.twoeightmars-ln3yyr.twoeightmars-i7dyrl 14.twoeightmars-vy7gxr 18.twoeightmars-k7nqm5 13.twoeightmars-p4mwu8 20.twoeightmars-j4t5zx 13.twoeightmars-20kjwa.twoeightmars-jhs217 13.twoeightmars-p4mwu8 22.twoeightmars-k9an8y 14.twoeightmars-vy7gxr 22.twoeightmars-k9an8y 15.twoeightmars-a124fy.twoeightmars-z4vdj9 17.twoeightmars-12oqcs 21.twoeightmars-jhs217 18.twoeightmars-ebj9gz 20.twoeightmars-j4t5zx 18.twoeightmars-tx61ly.twoeightmars-oopey5 18.twoeightmars-1vitlb.twoeightmars-h1u7fr 18.twoeightmars-ebj9gz 26.twoeightmars-23vrm5 17.twoeightmars-12oqcs 26.twoeightmars-23vrm5 15.twoeightmars-voulj3.twoeightmars-23vrm5 14.twoeightmars-vy7gxr 27.twoeightmars-h1u7fr 13.twoeightmars-p4mwu8 28.twoeightmars-oopey5 13.twoeightmars-qedov3.twoeightmars-7pnau1 13.twoeightmars-p4mwu8 31.twoeightmars-0reb4e 14.twoeightmars-vy7gxr 31.twoeightmars-0reb4e 15.twoeightmars-e0n5f9.twoeightmars-23vrm5 17.twoeightmars-12oqcs 30.twoeightmars-7pnau1 18.twoeightmars-ebj9gz 28.twoeightmars-oopey5 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"])
    .twoeightmars-vqbpdq {
    display: none;
  }
}

.twoeightmars-1t093s {
  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) {
  .twoeightmars-1t093s {
    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;
}

.twoeightmars-5n6zik {
  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) {
  .twoeightmars-5n6zik {
    padding: 14px 16px;
  }
}

.twoeightmars-5n6zik button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.twoeightmars-5n6zik button:first-child {
  align-content: end;
}

.twoeightmars-5n6zik button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .twoeightmars-5n6zik
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .twoeightmars-5n6zik
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.twoeightmars-5n6zik button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.twoeightmars-5n6zik button:last-child svg {
  width: 38px;
  height: 38px;
}

.twoeightmars-pd8i7z {
  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;
}

.twoeightmars-pd8i7z::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .twoeightmars-pd8i7z,
.pc61d126-chatbot[data-active-screen="3"]
  .twoeightmars-pd8i7z {
  opacity: 1;
  visibility: visible;
}

.twoeightmars-cz32lb {
  flex: 1 1;
}

.twoeightmars-nv5587 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .twoeightmars-nv5587 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .twoeightmars-z0xwkb {
  display: block;
}

.twoeightmars-jnex7v {
  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) {
  .twoeightmars-jnex7v {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.twoeightmars-7goof4 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.twoeightmars-7goof4::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.twoeightmars-ix8jdh span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.twoeightmars-ix8jdh p {
  color: var(--Text-100);
}

.twoeightmars-7goof4 .twoeightmars-grnj9u {
  grid-area: button;
}

.twoeightmars-7goof4 .twoeightmars-grnj9u::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.twoeightmars-1i613l.org/2000/svg'%3E%3Cpath d='M4.twoeightmars-e5w21d 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.twoeightmars-2uv2h9 15L16.twoeightmars-2uv2h9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.twoeightmars-2uv2h9 5L16.twoeightmars-2uv2h9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .twoeightmars-ok9yip {
  display: block;
}

.twoeightmars-q25ntk {
  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) {
  .twoeightmars-q25ntk {
    margin-top: 40px;
  }
}

.twoeightmars-yp48i1 label,
.twoeightmars-yp48i1 input {
  display: block;
  width: 100%;
}

.twoeightmars-yp48i1 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.twoeightmars-yp48i1 label.twoeightmars-kbodth input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.twoeightmars-yp48i1 label.twoeightmars-kbodth::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;
}

.twoeightmars-yp48i1 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;
}

.twoeightmars-yp48i1 input::placeholder {
  color: var(--Text-400);
}

.twoeightmars-363v8r {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .twoeightmars-363v8r {
  display: flex;
}

.twoeightmars-363v8r ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .twoeightmars-363v8r ol {
    height: 420px;
    padding: 24px;
  }
}

.twoeightmars-363v8r ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.twoeightmars-096n0b {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .twoeightmars-096n0b {
    padding: 0 24px 24px;
  }
}

.twoeightmars-096n0b 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;
}

.twoeightmars-096n0b input::placeholder {
  color: var(--Text-400);
}

.twoeightmars-096n0b [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.twoeightmars-096n0b [type="submit"]:disabled {
  opacity: 0.5;
}

.twoeightmars-096n0b [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .twoeightmars-096n0b [type="submit"] {
    right: 40px;
  }
}

.twoeightmars-bt8mwb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.twoeightmars-bt8mwb.twoeightmars-ftmtgt {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.twoeightmars-bt8mwb.twoeightmars-ftmtgt::before {
  content: "";
  width: 31px;
}

.twoeightmars-bt8mwb.twoeightmars-ftmtgt p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.twoeightmars-bt8mwb.twoeightmars-3ht4f7 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.twoeightmars-bt8mwb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.twoeightmars-h3tm10 .twoeightmars-grnj9u {
  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;
  }
}

.twoeightmars-xfg482 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .twoeightmars-xfg482 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .twoeightmars-xfg482 {
    padding: 18px 0;
  }
}

.twoeightmars-xfg482 .twoeightmars-i4x3g4 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .twoeightmars-xfg482 .twoeightmars-i4x3g4 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.twoeightmars-qbzw2x {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .twoeightmars-qbzw2x {
    max-width: 160px;
    height: 40px;
  }
}

.twoeightmars-qbzw2x picture,
.twoeightmars-qbzw2x img {
  display: block;
  width: 100%;
  height: 100%;
}

.twoeightmars-qbzw2x img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .twoeightmars-kfqgds {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.twoeightmars-jfp7q8 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .twoeightmars-xfg482.twoeightmars-w2ngg3 .twoeightmars-kfqgds {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .twoeightmars-kfqgds {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .twoeightmars-kfqgds {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.twoeightmars-b50otz,
.twoeightmars-xd7igz {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .twoeightmars-b50otz,
  .twoeightmars-xd7igz {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .twoeightmars-xd7igz {
    display: none;
  }
}

.twoeightmars-xg7q8a {
  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;
}

.twoeightmars-w2ngg3 .twoeightmars-xg7q8a {
  background: var(--fh-bg-color);
}

.twoeightmars-xg7q8a button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .twoeightmars-xg7q8a {
    display: none;
  }
}

.twoeightmars-lwq3qi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .twoeightmars-lwq3qi {
    display: none;
  }
}

.twoeightmars-k8gnms {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.twoeightmars-xfg482.twoeightmars-w2ngg3 .twoeightmars-k8gnms:first-child {
  display: none;
}

.twoeightmars-xfg482.twoeightmars-w2ngg3 .twoeightmars-k8gnms:last-child {
  display: block;
}

.twoeightmars-k8gnms:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .twoeightmars-k8gnms {
    display: none;
  }
}

.twoeightmars-yxgh95 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .twoeightmars-yxgh95 {
    display: flex;
  }
}

.twoeightmars-yxgh95 ul {
  max-height: 350px;
  overflow-y: auto;
}

.twoeightmars-yxgh95:hover ul {
  visibility: visible;
  opacity: 1;
}

.twoeightmars-yxgh95:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.twoeightmars-yxgh95:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.twoeightmars-yxgh95:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.twoeightmars-yxgh95:hover .twoeightmars-fabi4k svg {
  transform: rotate(180deg);
}

.twoeightmars-cu18xj {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.twoeightmars-3a8m24 {
  padding: 0 8px;
}

.twoeightmars-zlrfbq {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.twoeightmars-zlrfbq:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .twoeightmars-zlrfbq {
    padding: 4px 8px;
  }
}

.twoeightmars-3moy87 {
  display: flex;
}

.twoeightmars-3moy87 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.twoeightmars-fabi4k {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.twoeightmars-fabi4k svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.twoeightmars-qq1sq5 {
  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) {
  .twoeightmars-qq1sq5 {
    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;
  }
}

.twoeightmars-i98r52 {
  width: 100%;
}

@media (min-width: 1200px) {
  .twoeightmars-i98r52 {
    display: none;
  }
}

.twoeightmars-vk9w3l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.twoeightmars-tlg3j9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.twoeightmars-ijeqpk {
  display: flex;
}

.twoeightmars-82sejb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.twoeightmars-hnwu3w {
  list-style: none;
}

@media (max-width: 1199px) {
  .twoeightmars-hnwu3w {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .twoeightmars-hnwu3w {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .twoeightmars-hnwu3w .twoeightmars-is1ys7 [data-ref-el],
  .twoeightmars-hnwu3w .twoeightmars-is1ys7 span,
  .twoeightmars-hnwu3w .twoeightmars-is1ys7 a {
    white-space: nowrap;
  }
}

.twoeightmars-xga479 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .twoeightmars-xga479.twoeightmars-v58w41 > .twoeightmars-is1ys7 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .twoeightmars-xga479.twoeightmars-j70arf:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .twoeightmars-xga479.twoeightmars-v58w41 > .twoeightmars-ar5yu7 {
    height: auto;
  }

  .twoeightmars-xga479.twoeightmars-v58w41 > div > .twoeightmars-c04tzb {
    transform: rotate(180deg);
  }
}

.twoeightmars-xga479 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.twoeightmars-xga479 [data-ref-el],
.twoeightmars-xga479 span {
  cursor: pointer;
}

.twoeightmars-xga479 [data-ref-el],
.twoeightmars-xga479 span,
.twoeightmars-xga479 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .twoeightmars-xga479 [data-ref-el],
  .twoeightmars-xga479 span,
  .twoeightmars-xga479 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .twoeightmars-xga479 [data-ref-el],
  .twoeightmars-xga479 span,
  .twoeightmars-xga479 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.twoeightmars-ar5yu7 {
  height: 0;
  overflow: hidden;
  transition: height 0.twoeightmars-jfp7q8 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.twoeightmars-ar5yu7::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.twoeightmars-ar5yu7::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.twoeightmars-ar5yu7::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .twoeightmars-ar5yu7 {
    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;
  }

  .twoeightmars-ar5yu7:has(> .twoeightmars-xga479.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .twoeightmars-ar5yu7 .twoeightmars-ar5yu7 {
    padding: 0;
  }

  .twoeightmars-ar5yu7 .twoeightmars-xga479 {
    font-weight: 400;
  }

  .twoeightmars-ar5yu7 .twoeightmars-xga479:hover > .twoeightmars-is1ys7 {
    background: var(--Neutral-300);
  }

  .twoeightmars-ar5yu7 .twoeightmars-c04tzb {
    rotate: -90deg;
  }
}

.twoeightmars-is1ys7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .twoeightmars-is1ys7 {
    padding: 8px;
  }

  .twoeightmars-xga479.twoeightmars-akia7s > .twoeightmars-is1ys7 {
    background: var(--Neutral-300);
  }
}

.twoeightmars-c04tzb {
  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.twoeightmars-1i613l.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.twoeightmars-52bb0m 0.twoeightmars-3yw2gv.twoeightmars-dfxx9u -0.twoeightmars-2ck2v5 0.twoeightmars-xt11bc -0.twoeightmars-2ck2v5 1.twoeightmars-06p8yz 0.twoeightmars-i1lwu8.twoeightmars-x7sox6 4.twoeightmars-jw94z7.twoeightmars-52bb0m 0.twoeightmars-agwekx.twoeightmars-7zgc6g -0.twoeightmars-2ck2v5 9.twoeightmars-wrjuwc -0.twoeightmars-2ck2v5 10.twoeightmars-pj739s 0.twoeightmars-usmiex.twoeightmars-4jn32d 0.twoeightmars-dfxx9u 10.twoeightmars-4jn32d 0.twoeightmars-xt11bc 10.twoeightmars-pj739s 1.twoeightmars-fwc6fd.twoeightmars-076dmh 5.twoeightmars-p0b4rb.twoeightmars-79a5tq 6.twoeightmars-jbtsbh 5.twoeightmars-p3dppc 6.twoeightmars-jbtsbh 4.twoeightmars-5wplxt 5.twoeightmars-ri97yg.twoeightmars-52bb0m 1.twoeightmars-vcyhvf.twoeightmars-2ck2v5 0.twoeightmars-xt11bc -0.twoeightmars-2ck2v5 0.twoeightmars-dfxx9u 0.twoeightmars-52bb0m 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.twoeightmars-jfp7q8 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .twoeightmars-c04tzb {
    cursor: default;
  }
}

.twoeightmars-k7oi3f {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.twoeightmars-24xuwt {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .twoeightmars-24xuwt {
    padding: 40px 4px;
  }
}

.twoeightmars-w6oucy {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .twoeightmars-w6oucy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.twoeightmars-qhfnbw {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .twoeightmars-qhfnbw {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.twoeightmars-qhfnbw ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.twoeightmars-qhfnbw [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.twoeightmars-qhfnbw [data-ref-el],
.twoeightmars-qhfnbw span,
.twoeightmars-qhfnbw a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.twoeightmars-tyikgd {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .twoeightmars-tyikgd {
    margin-bottom: 12px;
  }
}

.twoeightmars-bez27b {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.twoeightmars-bez27b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .twoeightmars-bez27b:last-child {
    margin-right: 0;
  }
}

.twoeightmars-qq3mdi {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.twoeightmars-tyikgd:hover .twoeightmars-mtot5a {
  visibility: visible;
  opacity: 1;
}

.twoeightmars-mtot5a {
  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);
}

.twoeightmars-87t10n {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.twoeightmars-o9zed7 {
  display: flex;
  margin: 6px;
}

.twoeightmars-o9zed7 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.twoeightmars-mtot5a::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);
}

.twoeightmars-mtot5a::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);
}

.twoeightmars-0ydlbo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .twoeightmars-0ydlbo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.twoeightmars-fyqf9h {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .twoeightmars-fyqf9h {
    margin-right: 32px;
  }
}

.twoeightmars-ib1fl8 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .twoeightmars-ib1fl8 {
    margin-top: 0;
    width: 340px;
  }
}

.twoeightmars-ib1fl8 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.twoeightmars-7tamwj {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.twoeightmars-eg4smf {
  position: relative;
}

@media (min-width: 768px) {
  .twoeightmars-eg4smf {
    margin-top: 40px;
  }
}

.twoeightmars-eg4smf + .twoeightmars-60kh3q,
.twoeightmars-eg4smf + .twoeightmars-eg4smf {
  margin-top: 24px;
}

.twoeightmars-bn6seh {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .twoeightmars-bn6seh {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .twoeightmars-bn6seh {
    padding: 80px;
  }
}

.twoeightmars-p2adam {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .twoeightmars-p2adam {
    padding: 0 16px;
}


}

.twoeightmars-g3c9xc {
  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) {
  .twoeightmars-g3c9xc {
    font-size: 48px;
    line-height: 56px;
  }
}

.twoeightmars-ur7ixu {
  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) {
  .twoeightmars-ur7ixu {
    font-size: 24px;
    line-height: 32px;
  }
}

.twoeightmars-59rbvx {
  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;
}

.twoeightmars-59rbvx:hover {
  background: var(--button-bg-hover);
}

.twoeightmars-b8ekgq {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.twoeightmars-b8ekgq img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .twoeightmars-b8ekgq img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .twoeightmars-b8ekgq img {
  min-height: 100%;
  }
}

.twoeightmars-bn6seh::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.twoeightmars-giaclx {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.twoeightmars-giaclx h1,
.twoeightmars-giaclx h2,
.twoeightmars-giaclx h3,
.twoeightmars-giaclx h4 {
  margin-bottom: 6px;
}

.twoeightmars-giaclx h1:not(:first-child),
.twoeightmars-giaclx h2:not(:first-child),
.twoeightmars-giaclx h3:not(:first-child),
.twoeightmars-giaclx h4:not(:first-child) {
  margin-top: 16px;
}

.twoeightmars-giaclx h1,
.twoeightmars-giaclx h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .twoeightmars-giaclx h1,
  .twoeightmars-giaclx h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.twoeightmars-giaclx h2,
.twoeightmars-giaclx h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .twoeightmars-giaclx h2,
  .twoeightmars-giaclx h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.twoeightmars-giaclx h3,
.twoeightmars-giaclx h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .twoeightmars-giaclx h3,
  .twoeightmars-giaclx h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.twoeightmars-giaclx h4,
.twoeightmars-giaclx h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.twoeightmars-giaclx ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.twoeightmars-giaclx ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.twoeightmars-giaclx 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);
}

.twoeightmars-giaclx ul ul {
  margin-bottom: 8px;
}

.twoeightmars-giaclx ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.twoeightmars-giaclx ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.twoeightmars-giaclx ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.twoeightmars-giaclx ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.twoeightmars-giaclx ol li::marker {
  font-weight: 700;
}

.twoeightmars-giaclx ol ol {
  margin-bottom: 8px;
}

.twoeightmars-giaclx ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.twoeightmars-giaclx ol ul li {
  padding-left: 16px;
}

.twoeightmars-giaclx 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) {
  .twoeightmars-giaclx table {
    padding: 24px;
  }
}

.twoeightmars-giaclx table.twoeightmars-j5vk3s {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.twoeightmars-jfp7q8,
    mask-image 0.3s;
}

.twoeightmars-giaclx table.twoeightmars-j5vk3s.twoeightmars-7vvo98 {
  -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) {
  .twoeightmars-giaclx table {
    display: table;
  }
}

.twoeightmars-giaclx 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);
}

.twoeightmars-giaclx table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.twoeightmars-giaclx table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.twoeightmars-giaclx 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) {
  .twoeightmars-giaclx table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.twoeightmars-giaclx table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.twoeightmars-giaclx table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.twoeightmars-giaclx table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.twoeightmars-giaclx img {
  max-width: 100%;
  height: auto;
}

.twoeightmars-s57o7j {
  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) {
  .twoeightmars-s57o7j {
    padding: 24px;
  }
}

.twoeightmars-fgtot1 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .twoeightmars-fgtot1 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.twoeightmars-fgtot1 > * {
  margin: 0 !important;
}

.twoeightmars-fgtot1 img,
.twoeightmars-60001e {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .twoeightmars-fgtot1 img,
  .twoeightmars-60001e {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.twoeightmars-but09l {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .twoeightmars-but09l {
    width: 32px;
    height: 32px;
  }
}

.twoeightmars-rjmykn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.twoeightmars-rjmykn .twoeightmars-17pgpo {
  flex-shrink: 0;
}

.twoeightmars-rjmykn .twoeightmars-7htz2x svg {
  display: none;
}

.twoeightmars-z18ex7 {
  display: grid;
  transition: max-height 0.twoeightmars-jfp7q8 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .twoeightmars-z18ex7 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .twoeightmars-z18ex7 {
    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));
  }
}

.twoeightmars-z18ex7.twoeightmars-jzgd8f + .twoeightmars-17pgpo svg {
  transform: rotate(180deg);
}

.twoeightmars-zciyc6 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.twoeightmars-zciyc6 > div:nth-child(3n) {
  grid-column: span 2;
}

.twoeightmars-zciyc6
  > div:nth-child(3n)
  .twoeightmars-kgoqth
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .twoeightmars-zciyc6 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .twoeightmars-zciyc6 > div:nth-child(3n) {
    grid-column: unset;
  }

  .twoeightmars-zciyc6
    > div:nth-child(3n)
    .twoeightmars-kgoqth
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .twoeightmars-zciyc6 {
    max-width: 270px;
  }
}

.twoeightmars-zciyc6 .twoeightmars-kgoqth button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .twoeightmars-zciyc6 .twoeightmars-kgoqth button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .twoeightmars-zciyc6 .twoeightmars-kgoqth button {
    max-width: 104px;
  }
}

.twoeightmars-gx4hbt {
  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) {
  .twoeightmars-gx4hbt {
    margin-bottom: 0;
  }
}

.twoeightmars-b28lri {
  display: none;
  opacity: 0;
}

.twoeightmars-vvme09 {
  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;
  }
}

.twoeightmars-vvme09 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.twoeightmars-kgoqth {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.twoeightmars-kgoqth button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .twoeightmars-kgoqth
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .twoeightmars-kgoqth
    button {
    max-width: 145px;
  }
}

.twoeightmars-dkxyva:first-child
  .twoeightmars-kgoqth
  button {
  max-width: 270px;
}

.twoeightmars-vloud7 {
  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%;
}

.twoeightmars-gx4hbt picture {
  width: 100%;
  max-width: 100%;
}

.twoeightmars-lo9nux {
  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;
}

.twoeightmars-lo9nux svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.twoeightmars-gx4hbt:hover .twoeightmars-lo9nux {
  display: flex;
}

.twoeightmars-kpjpxp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.twoeightmars-h62qd7 {
  display: flex;
}

.twoeightmars-h62qd7:hover .twoeightmars-cfi69o,
.twoeightmars-h62qd7 .twoeightmars-akia7s .twoeightmars-cfi69o {
  display: flex;
}

.twoeightmars-h62qd7 svg {
  flex-shrink: 0;
}

.twoeightmars-cfi69o {
  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) {
  .twoeightmars-cfi69o {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.twoeightmars-cfi69o:hover {
  display: flex;
}

.twoeightmars-cfi69o svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.twoeightmars-iva7nn {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .twoeightmars-iva7nn {
    font-size: 12px;
  }
}

.twoeightmars-arza8i,
.twoeightmars-1yzyc1 {
  width: 50%;
  flex-shrink: 0;
}

.twoeightmars-arza8i {
  font-weight: 700;
}

.twoeightmars-9bbbxt .twoeightmars-z18ex7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .twoeightmars-9bbbxt .twoeightmars-z18ex7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .twoeightmars-9bbbxt .twoeightmars-z18ex7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.twoeightmars-9bbbxt
  .twoeightmars-vloud7:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.twoeightmars-9bbbxt .twoeightmars-vvme09 {
  height: 100% !important;
  border-radius: 16px;
}

.twoeightmars-9bbbxt .twoeightmars-kgoqth {
  gap: 4px;
  align-items: center;
}

.twoeightmars-9bbbxt .twoeightmars-kgoqth button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.twoeightmars-9bbbxt .twoeightmars-kgoqth svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.twoeightmars-9bbbxt .twoeightmars-84x0no,
.twoeightmars-9bbbxt .twoeightmars-e8u2ul {
  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.twoeightmars-1i613l.org/2000/svg'%3E%3Cpath d='M9.twoeightmars-l5o340 4.twoeightmars-sbteqo.twoeightmars-sc08ou 5.twoeightmars-gonnw2.twoeightmars-ur68dw 5.twoeightmars-3228ew.twoeightmars-y6uwdt 5.twoeightmars-ni0c6t.twoeightmars-0og3vl 8.twoeightmars-pxivs4.twoeightmars-9miq42 9.twoeightmars-xdxawg.twoeightmars-a68zxm 9.twoeightmars-0cq6qg.twoeightmars-hcabkq 13.twoeightmars-rax9wy.twoeightmars-c5v8mp 11.twoeightmars-ljo3tu.twoeightmars-i56k1a 11.twoeightmars-h27rhq.twoeightmars-aubraj 11.twoeightmars-gs7cmu.twoeightmars-2cvf3d 13.twoeightmars-18gegv.twoeightmars-3zbj3j 9.twoeightmars-6bm95r.twoeightmars-g3dknc 9.twoeightmars-5f93g7.twoeightmars-tkyadj 8.twoeightmars-ghnr2j.twoeightmars-rcvki2 5.twoeightmars-dkz448.twoeightmars-tzy6vw 5.twoeightmars-nlidrn.twoeightmars-6jw2vp 5.twoeightmars-63cir4.twoeightmars-ig2teo 4.twoeightmars-an1d2p.twoeightmars-i56k1a 1.twoeightmars-ooflq9.twoeightmars-l5o340 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.twoeightmars-9bbbxt .twoeightmars-84x0no {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.twoeightmars-9bbbxt .twoeightmars-e8u2ul {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.twoeightmars-spdg55 {
  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) {
  .twoeightmars-spdg55 {
    padding: 24px;
  }
}

.twoeightmars-spdg55 .twoeightmars-17pgpo {
  display: flex;
}

@media (min-width: 768px) {
  .twoeightmars-spdg55 .twoeightmars-17pgpo {
    display: none;
  }
}

.twoeightmars-spdg55 .twoeightmars-7htz2x svg {
  display: none;
}

.twoeightmars-h82weq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.twoeightmars-h82weq .twoeightmars-cb28ff {
  display: none;
}

@media (min-width: 768px) {
  .twoeightmars-h82weq .twoeightmars-cb28ff {
    display: flex;
  }
}

.twoeightmars-bglbof {
  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) {
  .twoeightmars-bglbof {
    font-size: 40px;
    line-height: 48px;
  }
}

.twoeightmars-bglbof > * {
  margin: 0 !important;
}

.twoeightmars-bglbof img,
.twoeightmars-4yxxrs {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .twoeightmars-bglbof img,
  .twoeightmars-4yxxrs {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.twoeightmars-yn3yft {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .twoeightmars-yn3yft {
    width: 32px;
    height: 32px;
  }
}

.twoeightmars-5lnd59 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .twoeightmars-5lnd59 {
    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;
  }

  .twoeightmars-5lnd59::-webkit-scrollbar {
    display: none;
  }
}

.twoeightmars-v878ad {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .twoeightmars-v878ad {
    padding: 7px 15px;
  }
}

.twoeightmars-v878ad:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.twoeightmars-41qumb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .twoeightmars-41qumb {
    display: flex;
    opacity: 1;
  }
}

.twoeightmars-v878ad picture {
  height: 100%;
  display: block;
}

.twoeightmars-v878ad img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .twoeightmars-v878ad img {
    width: 88px;
    height: 44px;
  }
}

.twoeightmars-v878ad p {
  text-align: center;
  width: 100%;
}

.twoeightmars-i9mk4p {
  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) {
  .twoeightmars-i9mk4p {
    font-size: 40px;
    line-height: 48px;
  }
}

.twoeightmars-i9mk4p img,
.twoeightmars-xi0v44 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .twoeightmars-i9mk4p img,
  .twoeightmars-xi0v44 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.twoeightmars-71w7h4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .twoeightmars-71w7h4 {
    width: 32px;
    height: 32px;
  }
}

.twoeightmars-137jhg {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.twoeightmars-3bceyb {
  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;
}

.twoeightmars-wb5yvw {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.twoeightmars-wb5yvw.twoeightmars-akia7s {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.twoeightmars-04ld2j {
  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) {
  .twoeightmars-04ld2j {
    font-size: 20px;
    line-height: 28px;
  }
}

.twoeightmars-jbe308 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.twoeightmars-j4atpw {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.twoeightmars-jfp7q8 ease;
  opacity: 0;
  color: var(--text-color);
}

.twoeightmars-p4h8ul {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.twoeightmars-p4h8ul ol,
.twoeightmars-p4h8ul ul {
  padding-left: 1.3em;
}

.twoeightmars-wb5yvw.twoeightmars-akia7s .twoeightmars-j4atpw {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.twoeightmars-wb5yvw.twoeightmars-akia7s .twoeightmars-jbe308 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.twoeightmars-eu12a1 {
  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) {
  .twoeightmars-eu12a1 {
    padding: 24px;
  }
}

.twoeightmars-eu12a1 .twoeightmars-17pgpo {
  display: flex;
}

@media (min-width: 768px) {
  .twoeightmars-eu12a1 .twoeightmars-17pgpo {
    display: none;
  }
}

.twoeightmars-eu12a1 .twoeightmars-7htz2x svg {
  display: none;
}

.twoeightmars-ypfcua {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.twoeightmars-ypfcua .twoeightmars-cb28ff {
  display: none;
}

@media (min-width: 768px) {
  .twoeightmars-ypfcua .twoeightmars-cb28ff {
    display: flex;
  }
}

.twoeightmars-p6icwm {
  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) {
  .twoeightmars-p6icwm {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.twoeightmars-p6icwm > * {
  margin: 0 !important;
}

.twoeightmars-p6icwm img,
.twoeightmars-pm0kbr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .twoeightmars-p6icwm img,
  .twoeightmars-pm0kbr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.twoeightmars-iyyfss {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .twoeightmars-iyyfss {
    width: 32px;
    height: 32px;
  }
}

.twoeightmars-xwsi7t {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .twoeightmars-xwsi7t {
    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;
  }

  .twoeightmars-xwsi7t::-webkit-scrollbar {
    display: none;
  }
}

.twoeightmars-egc9ly {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.twoeightmars-egc9ly:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.twoeightmars-xz9cr4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .twoeightmars-xz9cr4 {
    display: flex;
    opacity: 1;
  }
}

.twoeightmars-egc9ly picture {
  width: auto;
  height: 100%;
  display: block;
}

.twoeightmars-egc9ly picture img {
  display: block;
  width: auto;
  height: 100%;
}

.twoeightmars-zrpo63 {
  margin: -24px 0;
}

.twoeightmars-zrpo63:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .twoeightmars-zrpo63 {
    margin: -16px 0;
  }
}

.twoeightmars-om3prn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .twoeightmars-om3prn {
    flex-direction: row;
  }
}

.twoeightmars-3qj13q {
  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) {
  .twoeightmars-3qj13q {
    flex: 1;
  }
}

.twoeightmars-3qj13q::placeholder {
  color: var(--Text-400);
}

.twoeightmars-ab7t0k {
  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;
}

.twoeightmars-az466b {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.twoeightmars-az466b::-webkit-scrollbar {
  display: none;
}

.twoeightmars-79gp13 {
  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;
}

.twoeightmars-79gp13 img,
.twoeightmars-79gp13 svg {
  margin-right: 8px;
}

.twoeightmars-xd9780 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.twoeightmars-zrpo63 + .twoeightmars-6mlz67 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .twoeightmars-zrpo63 + .twoeightmars-6mlz67 {
    margin-top: -16px;
  }
}

.twoeightmars-zyftrm {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.twoeightmars-zyftrm > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.twoeightmars-zyftrm > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.twoeightmars-56rsfb {
  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;
}

.twoeightmars-bfjj7g {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.twoeightmars-2w57b1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.twoeightmars-sn92ir {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.twoeightmars-w4brp6 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.twoeightmars-56rsfb 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;
}

.twoeightmars-56rsfb 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) {
  .twoeightmars-56rsfb {
    padding: 39px 179px 39px 39px;
  }

  .twoeightmars-bfjj7g {
    font-size: 40px;
    line-height: 48px;
  }

  .twoeightmars-w4brp6 {
    height: 348px;
  }

  .twoeightmars-56rsfb button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .twoeightmars-56rsfb button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .twoeightmars-56rsfb {
    padding: 63px;
  }
}

.twoeightmars-deeo27 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .twoeightmars-deeo27 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.twoeightmars-0w3xgq {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .twoeightmars-0w3xgq {
    width: auto;
  }
}

.twoeightmars-saispr {
  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;
}

.twoeightmars-saispr::-webkit-scrollbar {
  display: none;
}

.twoeightmars-saispr 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);
}

.twoeightmars-saispr a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .twoeightmars-saispr {
    margin-left: 16px;
    margin-top: 0;
  }
}

.twoeightmars-deeo27 .twoeightmars-17ewey {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.twoeightmars-jfp7q8,
    mask-image 0.3s;
}

.twoeightmars-deeo27 .twoeightmars-17ewey.twoeightmars-7vvo98 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.twoeightmars-4o2f1l {
  margin: 40px -16px;
}

.twoeightmars-lkir00 + .twoeightmars-60kh3q,
.twoeightmars-lkir00 + .twoeightmars-eg4smf {
  margin-top: 24px;
}

.twoeightmars-h8bm3f {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.twoeightmars-h8bm3f picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.twoeightmars-fybp7z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .twoeightmars-fybp7z {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .twoeightmars-fybp7z {
    margin-top: 0;
  }
}

.twoeightmars-icfhh6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .twoeightmars-icfhh6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.twoeightmars-o1nx1b {
  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) {
  .twoeightmars-o1nx1b {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.twoeightmars-tf26nj {
  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) {
  .twoeightmars-tf26nj {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.twoeightmars-fs3vtu {
  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) {
  .twoeightmars-fs3vtu {
    font-size: 20px;
    line-height: 28px;
  }
}

.twoeightmars-kjqsce {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .twoeightmars-kjqsce {
    font-size: 32px;
    line-height: 40px;
  }
}

.twoeightmars-p7ym99 {
  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;
}

.twoeightmars-hy8dov {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.twoeightmars-hy8dov img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.twoeightmars-6mlz67 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.twoeightmars-qi8vc4 {
  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) {
  .twoeightmars-qi8vc4 {
    padding: 15px 48px;
  }
}

main > .twoeightmars-6mlz67 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .twoeightmars-z18ex7.twoeightmars-9q8daa > div:nth-child(n+5) {
    display: none;
  }
}

.twoeightmars-giaclx p a img {
  display: block;
  margin: 0 auto;
}


.twoeightmars-9bx64a {
  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 */
.twoeightmars-lv2pg4 {
  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;
}

.twoeightmars-lv2pg4 label {
  font-size: 14px;
}

.twoeightmars-lv2pg4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.twoeightmars-lv2pg4 input,
.twoeightmars-lv2pg4 textarea,
.twoeightmars-lv2pg4 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;
}
.twoeightmars-lv2pg4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.twoeightmars-0bccxk ease;
}
.twoeightmars-lv2pg4 button:hover {
  background-color: var(--button-bg-hover);
}
.twoeightmars-rkfp19 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.twoeightmars-2hx7ku ease-in;
}

.twoeightmars-rkfp19 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;
}
.twoeightmars-wqnlgx, .twoeightmars-gn9eva, [class*="review-card"],
thead, thead th, table th, .twoeightmars-iutvhf,
.twoeightmars-druux7, [class*="collapsible-header"],
.twoeightmars-3w8f6i, [class*="updated-block"] {
  color: #ece7dc !important;
}
