* {
  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;
  }
}

.nv5-iyn10h {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .nv5-iyn10h {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .nv5-iyn10h {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.nv5-yhxnj6 {
  overflow: hidden;
}

.nv5-48w8sz img {
  background: var(--Neutral-300);
}

.nv5-ocyvb8 {
  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;
}

.nv5-kd38iz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.nv5-kd38iz:hover {
  background: var(--button-bg-hover);
}

.nv5-oz9mrw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.nv5-oz9mrw:hover {
  background: var(--button-bg-hover);
}

.nv5-6o4pzi {
  font-size: 12px;
  line-height: 18px;
}

.nv5-dr6bbj {
  font-size: 18px;
  line-height: 26px;
}

.nv5-1kfks3 {
  width: 100%;
}

.nv5-dv772o {
  padding: 6px 16px;
}

.nv5-6wzs8e {
  padding: 10px 16px;
}

.nv5-cxrrid {
  padding: 15px 26px;
}

.nv5-mgeyvg {
  flex-shrink: 0;
}

.nv5-529atd {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.nv5-icy4ad {
  display: none;
}

.nv5-w7r2vf {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.nv5-n9idsd {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.nv5-udls2m {
  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;
}

.nv5-u0ow7i {
  cursor: grab;
}

.nv5-udls2m::-webkit-scrollbar {
  display: none;
}

.nv5-15jfxa {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.nv5-mkpegb {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.nv5-xrcuzo {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.nv5-o3dmo2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.nv5-143ha6 {
  visibility: visible;
}

.nv5-bebns3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.nv5-tno155 ease;
}

.nv5-vax9xh {
  background-color: var(--Primary-200);
  width: 16px;
}

.nv5-yw1cdj {
  -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.nv5-tno155,
    mask-image 0.3s;
}

.nv5-yw1cdj.nv5-ymn27o {
  -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;
  }
}

.nv5-duvkph: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;
}

.nv5-w62dnz {
  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.nv5-933kaf.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.nv5-933kaf.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;
}

.nv5-07pcyu {
  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);
}

.nv5-07pcyu::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%
  );
}

.nv5-lg91bi {
  position: relative;
  z-index: 1;
}

.nv5-lr50qn {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.nv5-xslqxm {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.nv5-n7x0g2 {
  font-size: 40px;
  line-height: 48px;
}

.nv5-16xvn2 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nv5-h3hdmu {
  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;
}

.nv5-h3hdmu:hover {
  background: var(--Primary-400);
}

.nv5-h3hdmu svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.nv5-duvkph 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) {
  .nv5-07pcyu {
    max-width: 600px;
    padding: 64px;
  }

  .nv5-lr50qn {
    font-size: 24px;
    line-height: 32px;
  }

  .nv5-xslqxm {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .nv5-n7x0g2 {
    font-size: 50px;
    line-height: 56px;
  }

  .nv5-16xvn2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .nv5-w62dnz {
    top: 25px;
    right: 25px;
  }
}

.nv5-8gahuo,
.nv5-2donbb {
  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;
}

.nv5-ibu4mz.nv5-mtiio3::before,
.nv5-2donbb::before,
.nv5-zm6vdy::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.nv5-933kaf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.nv5-svmkd6 14.nv5-5oxzsi.nv5-mo9m0h 14.nv5-pput76 15.nv5-y0hig2 14.nv5-hq24ww 15.nv5-lbd53j 14.nv5-4phzpw.nv5-c14waz 14.nv5-30s0ha 19.nv5-twn42o 12.nv5-ukrifr 19.nv5-twn42o 10.nv5-m2pydo.nv5-twn42o 8.nv5-dhekzg 17.nv5-vih8mr 7.nv5-yxq2ba 15.nv5-8axma6 7.nv5-6g5648.nv5-yhrbw4 7.nv5-yxq2ba 11.nv5-j8o2k0 8.nv5-dhekzg 11.nv5-j8o2k0 10.nv5-82bx8l.nv5-j8o2k0 12.nv5-hfqp59 13.nv5-gm8spm 14.nv5-02t649 15.nv5-mfldgq 14.nv5-52x5iy.nv5-z0p01m 14.nv5-2gwgb5 15.nv5-yhlh2a 14.nv5-q68nd3 15.nv5-r2vqp1 14.nv5-12tqnf.nv5-svmkd6 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.nv5-c2bed8 15.nv5-dx9yd9.nv5-815n2w 15.nv5-peun90 15.nv5-ka5obc 15.nv5-gta6cq 15.nv5-2mjpn8 15.nv5-cep84j.nv5-66lbug 15.nv5-gta6cq 15.nv5-4yzdhj 15.nv5-1coyrz 15.nv5-w4o4p6 15.nv5-sgqewv.nv5-sz5n6q 15.nv5-vfxnib 7.nv5-zckp5p 18.nv5-tunfmg 7.nv5-ojk2me 23.nv5-hbdj09.nv5-rb3dfm.nv5-ok1c8n 18.nv5-zi050a 19.nv5-rmtegw 15.nv5-829lox 15.nv5-c2bed8 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.nv5-6mpyid [type="submit"] *,
.nv5-0sfudx button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .nv5-dgk6v7 {
    display: none;
  }
}

.nv5-cijwvi {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .nv5-cijwvi {
  display: none;
}

@media (min-width: 768px) {
  .nv5-cijwvi {
    bottom: 22px;
  }
}

.nv5-cijwvi input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .nv5-cijwvi {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.nv5-xvb3u0.static) .nv5-cijwvi {
    bottom: 8px;
  }
}

.nv5-21s36d {
  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.nv5-933kaf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.nv5-005306 3.nv5-newvfw.nv5-7b4biy.nv5-bsvsf2 3.nv5-u63uqi 3.nv5-ehrw9e 5.nv5-b3bw9s 3.nv5-ehrw9e 8.nv5-quxots.nv5-9zsro6.nv5-ehrw9e 26.nv5-1rpyj8 5.nv5-u6l5f2 28.nv5-vcjk87 8.nv5-2px15e 28.nv5-u4f7co.nv5-o8vnzt 28.nv5-y0kspj.nv5-hhqixi 34.nv5-gxd6ip.nv5-x8cobn 36.nv5-cm269u 11.nv5-nz1m5t 37.nv5-hx6adq 12.nv5-8fmj5s 36.nv5-4srm7v.nv5-dnbwhi 28.nv5-m8dbwa.nv5-6jwy7h.nv5-owqil4 28.nv5-dqbecs 36.nv5-ohaci2 26.nv5-792r7x 36.nv5-ohaci2 23.nv5-glkm2m.nv5-jlv3xy.nv5-ohaci2 5.nv5-afqjrp 34.nv5-r6y5cu 3.nv5-u63uqi 31.nv5-005306 3.nv5-o22l6q.nv5-8s53dm 18.nv5-651a1j.nv5-dnja6k 18.nv5-yg6hr7 8.nv5-zobq7t 17.nv5-x4pje7 8.nv5-zobq7t 15.nv5-4lqm3w.nv5-zobq7t 14.nv5-nu3szs 9.nv5-dnja6k 13.nv5-wje1xv 11.nv5-8s53dm 13.nv5-tkz5ff.nv5-x35txg 13.nv5-wje1xv 13.nv5-1wxplv 14.nv5-nu3szs 13.nv5-1wxplv 15.nv5-sfzqmt.nv5-1wxplv 17.nv5-x4pje7 12.nv5-x35txg 18.nv5-yg6hr7 11.nv5-8s53dm 18.nv5-378alk.nv5-mzjxyi 18.nv5-qew1jy.nv5-wj0ki9 18.nv5-yg6hr7 17.nv5-xpz1ft 17.nv5-x4pje7 17.nv5-xpz1ft 15.nv5-jk0nl3.nv5-xpz1ft 14.nv5-nu3szs 18.nv5-wj0ki9 13.nv5-wje1xv 20.nv5-mzjxyi 13.nv5-s72fhk.nv5-6mxnxy 13.nv5-wje1xv 22.nv5-m01e1i 14.nv5-nu3szs 22.nv5-m01e1i 15.nv5-0ytl1i.nv5-j847i1 17.nv5-x4pje7 21.nv5-6mxnxy 18.nv5-yg6hr7 20.nv5-mzjxyi 18.nv5-2ze6pa.nv5-czmmao 18.nv5-n0sknk.nv5-3z53t8 18.nv5-yg6hr7 26.nv5-5xny1c 17.nv5-x4pje7 26.nv5-5xny1c 15.nv5-x4sppw.nv5-5xny1c 14.nv5-nu3szs 27.nv5-3z53t8 13.nv5-wje1xv 28.nv5-czmmao 13.nv5-8381vt.nv5-7ub481 13.nv5-wje1xv 31.nv5-lvvcb6 14.nv5-nu3szs 31.nv5-lvvcb6 15.nv5-2hrmr7.nv5-5xny1c 17.nv5-x4pje7 30.nv5-7ub481 18.nv5-yg6hr7 28.nv5-czmmao 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"])
    .nv5-21s36d {
    display: none;
  }
}

.nv5-ju1bxm {
  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) {
  .nv5-ju1bxm {
    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;
}

.nv5-0sfudx {
  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) {
  .nv5-0sfudx {
    padding: 14px 16px;
  }
}

.nv5-0sfudx button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.nv5-0sfudx button:first-child {
  align-content: end;
}

.nv5-0sfudx button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .nv5-0sfudx
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .nv5-0sfudx
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.nv5-0sfudx button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.nv5-0sfudx button:last-child svg {
  width: 38px;
  height: 38px;
}

.nv5-zm6vdy {
  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;
}

.nv5-zm6vdy::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .nv5-zm6vdy,
.pc61d126-chatbot[data-active-screen="3"]
  .nv5-zm6vdy {
  opacity: 1;
  visibility: visible;
}

.nv5-3wdip2 {
  flex: 1 1;
}

.nv5-y7f7on {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .nv5-y7f7on {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .nv5-9a8x42 {
  display: block;
}

.nv5-0agmtz {
  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) {
  .nv5-0agmtz {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.nv5-2donbb {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.nv5-2donbb::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.nv5-obqvhl span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.nv5-obqvhl p {
  color: var(--Text-100);
}

.nv5-2donbb .nv5-94jdmb {
  grid-area: button;
}

.nv5-2donbb .nv5-94jdmb::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.nv5-933kaf.org/2000/svg'%3E%3Cpath d='M4.nv5-yshkth 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.nv5-5ybnth 15L16.nv5-5ybnth 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.nv5-5ybnth 5L16.nv5-5ybnth 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .nv5-7yuhlq {
  display: block;
}

.nv5-ya4llu {
  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) {
  .nv5-ya4llu {
    margin-top: 40px;
  }
}

.nv5-8gahuo label,
.nv5-8gahuo input {
  display: block;
  width: 100%;
}

.nv5-8gahuo label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.nv5-8gahuo label.nv5-u24be0 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.nv5-8gahuo label.nv5-u24be0::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;
}

.nv5-8gahuo 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;
}

.nv5-8gahuo input::placeholder {
  color: var(--Text-400);
}

.nv5-bn2tgw {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .nv5-bn2tgw {
  display: flex;
}

.nv5-bn2tgw ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .nv5-bn2tgw ol {
    height: 420px;
    padding: 24px;
  }
}

.nv5-bn2tgw ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.nv5-6mpyid {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .nv5-6mpyid {
    padding: 0 24px 24px;
  }
}

.nv5-6mpyid 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;
}

.nv5-6mpyid input::placeholder {
  color: var(--Text-400);
}

.nv5-6mpyid [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.nv5-6mpyid [type="submit"]:disabled {
  opacity: 0.5;
}

.nv5-6mpyid [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .nv5-6mpyid [type="submit"] {
    right: 40px;
  }
}

.nv5-ibu4mz {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.nv5-ibu4mz.nv5-mtiio3 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.nv5-ibu4mz.nv5-mtiio3::before {
  content: "";
  width: 31px;
}

.nv5-ibu4mz.nv5-mtiio3 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.nv5-ibu4mz.nv5-g45wu1 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.nv5-ibu4mz p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.nv5-cijwvi .nv5-94jdmb {
  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;
  }
}

.nv5-dgk6v7 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .nv5-dgk6v7 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .nv5-dgk6v7 {
    padding: 18px 0;
  }
}

.nv5-dgk6v7 .nv5-iyn10h {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .nv5-dgk6v7 .nv5-iyn10h {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.nv5-go48qv {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .nv5-go48qv {
    max-width: 160px;
    height: 40px;
  }
}

.nv5-go48qv picture,
.nv5-go48qv img {
  display: block;
  width: 100%;
  height: 100%;
}

.nv5-go48qv img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .nv5-fq5fmn {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.nv5-tno155 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .nv5-dgk6v7.nv5-h7e6p3 .nv5-fq5fmn {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nv5-fq5fmn {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .nv5-fq5fmn {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.nv5-uln5n4,
.nv5-fnp95f {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .nv5-uln5n4,
  .nv5-fnp95f {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .nv5-fnp95f {
    display: none;
  }
}

.nv5-mhu587 {
  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;
}

.nv5-h7e6p3 .nv5-mhu587 {
  background: var(--fh-bg-color);
}

.nv5-mhu587 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .nv5-mhu587 {
    display: none;
  }
}

.nv5-huh8tf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .nv5-huh8tf {
    display: none;
  }
}

.nv5-p5wogo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.nv5-dgk6v7.nv5-h7e6p3 .nv5-p5wogo:first-child {
  display: none;
}

.nv5-dgk6v7.nv5-h7e6p3 .nv5-p5wogo:last-child {
  display: block;
}

.nv5-p5wogo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .nv5-p5wogo {
    display: none;
  }
}

.nv5-z1govx {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .nv5-z1govx {
    display: flex;
  }
}

.nv5-z1govx ul {
  max-height: 350px;
  overflow-y: auto;
}

.nv5-z1govx:hover ul {
  visibility: visible;
  opacity: 1;
}

.nv5-z1govx:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.nv5-z1govx:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.nv5-z1govx:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.nv5-z1govx:hover .nv5-xi6see svg {
  transform: rotate(180deg);
}

.nv5-ytnohd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.nv5-d7qwou {
  padding: 0 8px;
}

.nv5-6t5lor {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.nv5-6t5lor:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .nv5-6t5lor {
    padding: 4px 8px;
  }
}

.nv5-6dx0br {
  display: flex;
}

.nv5-6dx0br img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.nv5-xi6see {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.nv5-xi6see svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.nv5-gfsz52 {
  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) {
  .nv5-gfsz52 {
    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;
  }
}

.nv5-d4t1pv {
  width: 100%;
}

@media (min-width: 1200px) {
  .nv5-d4t1pv {
    display: none;
  }
}

.nv5-jx75h7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.nv5-mn9dz8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.nv5-lv8q2s {
  display: flex;
}

.nv5-4n6slt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.nv5-5ibf3h {
  list-style: none;
}

@media (max-width: 1199px) {
  .nv5-5ibf3h {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .nv5-5ibf3h {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .nv5-5ibf3h .nv5-eyjbb6 [data-ref-el],
  .nv5-5ibf3h .nv5-eyjbb6 span,
  .nv5-5ibf3h .nv5-eyjbb6 a {
    white-space: nowrap;
  }
}

.nv5-zzkqq1 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .nv5-zzkqq1.nv5-xxk8g8 > .nv5-eyjbb6 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .nv5-zzkqq1.nv5-076zaa:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .nv5-zzkqq1.nv5-xxk8g8 > .nv5-of6cey {
    height: auto;
  }

  .nv5-zzkqq1.nv5-xxk8g8 > div > .nv5-bqi6ed {
    transform: rotate(180deg);
  }
}

.nv5-zzkqq1 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.nv5-zzkqq1 [data-ref-el],
.nv5-zzkqq1 span {
  cursor: pointer;
}

.nv5-zzkqq1 [data-ref-el],
.nv5-zzkqq1 span,
.nv5-zzkqq1 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .nv5-zzkqq1 [data-ref-el],
  .nv5-zzkqq1 span,
  .nv5-zzkqq1 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .nv5-zzkqq1 [data-ref-el],
  .nv5-zzkqq1 span,
  .nv5-zzkqq1 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.nv5-of6cey {
  height: 0;
  overflow: hidden;
  transition: height 0.nv5-tno155 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.nv5-of6cey::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.nv5-of6cey::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.nv5-of6cey::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .nv5-of6cey {
    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;
  }

  .nv5-of6cey:has(> .nv5-zzkqq1.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .nv5-of6cey .nv5-of6cey {
    padding: 0;
  }

  .nv5-of6cey .nv5-zzkqq1 {
    font-weight: 400;
  }

  .nv5-of6cey .nv5-zzkqq1:hover > .nv5-eyjbb6 {
    background: var(--Neutral-300);
  }

  .nv5-of6cey .nv5-bqi6ed {
    rotate: -90deg;
  }
}

.nv5-eyjbb6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .nv5-eyjbb6 {
    padding: 8px;
  }

  .nv5-zzkqq1.nv5-96hzl1 > .nv5-eyjbb6 {
    background: var(--Neutral-300);
  }
}

.nv5-bqi6ed {
  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.nv5-933kaf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.nv5-ynsjc9 0.nv5-i326aw.nv5-6aqvb8 -0.nv5-j5mww1 0.nv5-0mc8do -0.nv5-j5mww1 1.nv5-ela1zz 0.nv5-cqh0lv.nv5-kvkq01 4.nv5-0ic695.nv5-ynsjc9 0.nv5-1nb4yi.nv5-elawjc -0.nv5-j5mww1 9.nv5-4fjwih -0.nv5-j5mww1 10.nv5-nc0m1s 0.nv5-f62p6d.nv5-hyeu67 0.nv5-6aqvb8 10.nv5-hyeu67 0.nv5-0mc8do 10.nv5-nc0m1s 1.nv5-wjskvk.nv5-8sed89 5.nv5-ftdv0o.nv5-hwpl13 6.nv5-rxvshh 5.nv5-ryeyt0 6.nv5-rxvshh 4.nv5-rtxmwr 5.nv5-cyzxwd.nv5-ynsjc9 1.nv5-3l6lqb.nv5-j5mww1 0.nv5-0mc8do -0.nv5-j5mww1 0.nv5-6aqvb8 0.nv5-ynsjc9 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.nv5-tno155 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .nv5-bqi6ed {
    cursor: default;
  }
}

.nv5-keodgp {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.nv5-8y620w {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .nv5-8y620w {
    padding: 40px 4px;
  }
}

.nv5-s9thuj {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .nv5-s9thuj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.nv5-wclvjw {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .nv5-wclvjw {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.nv5-wclvjw ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.nv5-wclvjw [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.nv5-wclvjw [data-ref-el],
.nv5-wclvjw span,
.nv5-wclvjw a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.nv5-uf90tl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .nv5-uf90tl {
    margin-bottom: 12px;
  }
}

.nv5-3tksyr {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.nv5-3tksyr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .nv5-3tksyr:last-child {
    margin-right: 0;
  }
}

.nv5-ye2sz6 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.nv5-uf90tl:hover .nv5-wx6alw {
  visibility: visible;
  opacity: 1;
}

.nv5-wx6alw {
  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);
}

.nv5-ir8rce {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.nv5-l3g2hz {
  display: flex;
  margin: 6px;
}

.nv5-l3g2hz img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.nv5-wx6alw::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);
}

.nv5-wx6alw::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);
}

.nv5-si2f0e {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .nv5-si2f0e {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.nv5-cbzda0 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .nv5-cbzda0 {
    margin-right: 32px;
  }
}

.nv5-en4rwz {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .nv5-en4rwz {
    margin-top: 0;
    width: 340px;
  }
}

.nv5-en4rwz a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.nv5-jqrrh8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.nv5-jzaftx {
  position: relative;
}

@media (min-width: 768px) {
  .nv5-jzaftx {
    margin-top: 40px;
  }
}

.nv5-jzaftx + .nv5-mgbdfx,
.nv5-jzaftx + .nv5-jzaftx {
  margin-top: 24px;
}

.nv5-dn1xev {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .nv5-dn1xev {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .nv5-dn1xev {
    padding: 80px;
  }
}

.nv5-bdq9i0 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .nv5-bdq9i0 {
    padding: 0 16px;
}


}

.nv5-9ohins {
  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) {
  .nv5-9ohins {
    font-size: 48px;
    line-height: 56px;
  }
}

.nv5-j9kc9n {
  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) {
  .nv5-j9kc9n {
    font-size: 24px;
    line-height: 32px;
  }
}

.nv5-5z2yde {
  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;
}

.nv5-5z2yde:hover {
  background: var(--button-bg-hover);
}

.nv5-b3en9v {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.nv5-b3en9v img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .nv5-b3en9v img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .nv5-b3en9v img {
  min-height: 100%;
  }
}

.nv5-dn1xev::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.nv5-7waz3z {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nv5-7waz3z h1,
.nv5-7waz3z h2,
.nv5-7waz3z h3,
.nv5-7waz3z h4 {
  margin-bottom: 6px;
}

.nv5-7waz3z h1:not(:first-child),
.nv5-7waz3z h2:not(:first-child),
.nv5-7waz3z h3:not(:first-child),
.nv5-7waz3z h4:not(:first-child) {
  margin-top: 16px;
}

.nv5-7waz3z h1,
.nv5-7waz3z h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .nv5-7waz3z h1,
  .nv5-7waz3z h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.nv5-7waz3z h2,
.nv5-7waz3z h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .nv5-7waz3z h2,
  .nv5-7waz3z h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.nv5-7waz3z h3,
.nv5-7waz3z h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .nv5-7waz3z h3,
  .nv5-7waz3z h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.nv5-7waz3z h4,
.nv5-7waz3z h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.nv5-7waz3z ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.nv5-7waz3z ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.nv5-7waz3z 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);
}

.nv5-7waz3z ul ul {
  margin-bottom: 8px;
}

.nv5-7waz3z ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.nv5-7waz3z ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.nv5-7waz3z ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.nv5-7waz3z ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.nv5-7waz3z ol li::marker {
  font-weight: 700;
}

.nv5-7waz3z ol ol {
  margin-bottom: 8px;
}

.nv5-7waz3z ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.nv5-7waz3z ol ul li {
  padding-left: 16px;
}

.nv5-7waz3z 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) {
  .nv5-7waz3z table {
    padding: 24px;
  }
}

.nv5-7waz3z table.nv5-0jgfd5 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.nv5-tno155,
    mask-image 0.3s;
}

.nv5-7waz3z table.nv5-0jgfd5.nv5-ymn27o {
  -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) {
  .nv5-7waz3z table {
    display: table;
  }
}

.nv5-7waz3z 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);
}

.nv5-7waz3z table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.nv5-7waz3z table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.nv5-7waz3z 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) {
  .nv5-7waz3z table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.nv5-7waz3z table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.nv5-7waz3z table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.nv5-7waz3z table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.nv5-7waz3z img {
  max-width: 100%;
  height: auto;
}

.nv5-npqr91 {
  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) {
  .nv5-npqr91 {
    padding: 24px;
  }
}

.nv5-qvvdve {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .nv5-qvvdve {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.nv5-qvvdve > * {
  margin: 0 !important;
}

.nv5-qvvdve img,
.nv5-yzea9c {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .nv5-qvvdve img,
  .nv5-yzea9c {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.nv5-583oq7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .nv5-583oq7 {
    width: 32px;
    height: 32px;
  }
}

.nv5-mfhbmn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.nv5-mfhbmn .nv5-k6hzym {
  flex-shrink: 0;
}

.nv5-mfhbmn .nv5-x2ke4l svg {
  display: none;
}

.nv5-13aeyq {
  display: grid;
  transition: max-height 0.nv5-tno155 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .nv5-13aeyq {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .nv5-13aeyq {
    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));
  }
}

.nv5-13aeyq.nv5-gtmum9 + .nv5-k6hzym svg {
  transform: rotate(180deg);
}

.nv5-vdplds {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.nv5-vdplds > div:nth-child(3n) {
  grid-column: span 2;
}

.nv5-vdplds
  > div:nth-child(3n)
  .nv5-6mjk1j
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .nv5-vdplds {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .nv5-vdplds > div:nth-child(3n) {
    grid-column: unset;
  }

  .nv5-vdplds
    > div:nth-child(3n)
    .nv5-6mjk1j
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .nv5-vdplds {
    max-width: 270px;
  }
}

.nv5-vdplds .nv5-6mjk1j button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .nv5-vdplds .nv5-6mjk1j button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .nv5-vdplds .nv5-6mjk1j button {
    max-width: 104px;
  }
}

.nv5-rlg5wa {
  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) {
  .nv5-rlg5wa {
    margin-bottom: 0;
  }
}

.nv5-lfmzd3 {
  display: none;
  opacity: 0;
}

.nv5-6e4esr {
  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;
  }
}

.nv5-6e4esr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.nv5-6mjk1j {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.nv5-6mjk1j button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .nv5-6mjk1j
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .nv5-6mjk1j
    button {
    max-width: 145px;
  }
}

.nv5-dkv2te:first-child
  .nv5-6mjk1j
  button {
  max-width: 270px;
}

.nv5-yim70y {
  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%;
}

.nv5-rlg5wa picture {
  width: 100%;
  max-width: 100%;
}

.nv5-1be71h {
  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;
}

.nv5-1be71h svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.nv5-rlg5wa:hover .nv5-1be71h {
  display: flex;
}

.nv5-3zomt0 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.nv5-15q9w0 {
  display: flex;
}

.nv5-15q9w0:hover .nv5-hsmwip,
.nv5-15q9w0 .nv5-96hzl1 .nv5-hsmwip {
  display: flex;
}

.nv5-15q9w0 svg {
  flex-shrink: 0;
}

.nv5-hsmwip {
  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) {
  .nv5-hsmwip {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.nv5-hsmwip:hover {
  display: flex;
}

.nv5-hsmwip svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.nv5-jl1ylh {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .nv5-jl1ylh {
    font-size: 12px;
  }
}

.nv5-6gjkhf,
.nv5-5m22gc {
  width: 50%;
  flex-shrink: 0;
}

.nv5-6gjkhf {
  font-weight: 700;
}

.nv5-1xpmb0 .nv5-13aeyq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .nv5-1xpmb0 .nv5-13aeyq {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .nv5-1xpmb0 .nv5-13aeyq {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.nv5-1xpmb0
  .nv5-yim70y:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.nv5-1xpmb0 .nv5-6e4esr {
  height: 100% !important;
  border-radius: 16px;
}

.nv5-1xpmb0 .nv5-6mjk1j {
  gap: 4px;
  align-items: center;
}

.nv5-1xpmb0 .nv5-6mjk1j button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nv5-1xpmb0 .nv5-6mjk1j svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.nv5-1xpmb0 .nv5-75a9p8,
.nv5-1xpmb0 .nv5-0gz629 {
  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.nv5-933kaf.org/2000/svg'%3E%3Cpath d='M9.nv5-y4g3t4 4.nv5-j0znqx.nv5-1nys1k 5.nv5-4orc0k.nv5-1c8ayq 5.nv5-aoimc3.nv5-uj2yes 5.nv5-a0e5fk.nv5-r1hwjq 8.nv5-vcybai.nv5-d5q1b1 9.nv5-4jdy5l.nv5-519qub 9.nv5-rcgrru.nv5-jme38g 13.nv5-886ef6.nv5-oj8e9s 11.nv5-7bq20n.nv5-004haw 11.nv5-d7t4dw.nv5-3x208n 11.nv5-39jg9w.nv5-luxreo 13.nv5-o5eagb.nv5-chwmbl 9.nv5-xxqo96.nv5-hb3mro 9.nv5-2okx3f.nv5-ck9j4k 8.nv5-0za2tv.nv5-wpirk4 5.nv5-2xkvq3.nv5-pw98rc 5.nv5-c1r7tt.nv5-73wug5 5.nv5-ztlgrc.nv5-es8mbg 4.nv5-zdg8iv.nv5-004haw 1.nv5-a5rb7k.nv5-y4g3t4 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.nv5-1xpmb0 .nv5-75a9p8 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.nv5-1xpmb0 .nv5-0gz629 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.nv5-0k7taf {
  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) {
  .nv5-0k7taf {
    padding: 24px;
  }
}

.nv5-0k7taf .nv5-k6hzym {
  display: flex;
}

@media (min-width: 768px) {
  .nv5-0k7taf .nv5-k6hzym {
    display: none;
  }
}

.nv5-0k7taf .nv5-x2ke4l svg {
  display: none;
}

.nv5-gq2pbg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nv5-gq2pbg .nv5-ocyvb8 {
  display: none;
}

@media (min-width: 768px) {
  .nv5-gq2pbg .nv5-ocyvb8 {
    display: flex;
  }
}

.nv5-vsl1e0 {
  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) {
  .nv5-vsl1e0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.nv5-vsl1e0 > * {
  margin: 0 !important;
}

.nv5-vsl1e0 img,
.nv5-fi1boz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .nv5-vsl1e0 img,
  .nv5-fi1boz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.nv5-wf3wog {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .nv5-wf3wog {
    width: 32px;
    height: 32px;
  }
}

.nv5-u8lhb2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .nv5-u8lhb2 {
    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;
  }

  .nv5-u8lhb2::-webkit-scrollbar {
    display: none;
  }
}

.nv5-l67498 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .nv5-l67498 {
    padding: 7px 15px;
  }
}

.nv5-l67498:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.nv5-z3gmky {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .nv5-z3gmky {
    display: flex;
    opacity: 1;
  }
}

.nv5-l67498 picture {
  height: 100%;
  display: block;
}

.nv5-l67498 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .nv5-l67498 img {
    width: 88px;
    height: 44px;
  }
}

.nv5-l67498 p {
  text-align: center;
  width: 100%;
}

.nv5-37psnp {
  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) {
  .nv5-37psnp {
    font-size: 40px;
    line-height: 48px;
  }
}

.nv5-37psnp img,
.nv5-fnnhi8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .nv5-37psnp img,
  .nv5-fnnhi8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.nv5-suqs17 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .nv5-suqs17 {
    width: 32px;
    height: 32px;
  }
}

.nv5-g7mn9q {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.nv5-ruonf6 {
  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;
}

.nv5-06bbmw {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.nv5-06bbmw.nv5-96hzl1 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.nv5-yuvbf2 {
  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) {
  .nv5-yuvbf2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.nv5-0xmead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.nv5-38nnwg {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.nv5-tno155 ease;
  opacity: 0;
  color: var(--text-color);
}

.nv5-o5bo27 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.nv5-o5bo27 ol,
.nv5-o5bo27 ul {
  padding-left: 1.3em;
}

.nv5-06bbmw.nv5-96hzl1 .nv5-38nnwg {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.nv5-06bbmw.nv5-96hzl1 .nv5-0xmead {
  transform: rotate(180deg);
  color: var(--text-color);
}

.nv5-zpgygn {
  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) {
  .nv5-zpgygn {
    padding: 24px;
  }
}

.nv5-zpgygn .nv5-k6hzym {
  display: flex;
}

@media (min-width: 768px) {
  .nv5-zpgygn .nv5-k6hzym {
    display: none;
  }
}

.nv5-zpgygn .nv5-x2ke4l svg {
  display: none;
}

.nv5-n02au8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nv5-n02au8 .nv5-ocyvb8 {
  display: none;
}

@media (min-width: 768px) {
  .nv5-n02au8 .nv5-ocyvb8 {
    display: flex;
  }
}

.nv5-plehf6 {
  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) {
  .nv5-plehf6 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.nv5-plehf6 > * {
  margin: 0 !important;
}

.nv5-plehf6 img,
.nv5-cfmwds {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .nv5-plehf6 img,
  .nv5-cfmwds {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.nv5-3c9ulo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .nv5-3c9ulo {
    width: 32px;
    height: 32px;
  }
}

.nv5-xbglm3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .nv5-xbglm3 {
    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;
  }

  .nv5-xbglm3::-webkit-scrollbar {
    display: none;
  }
}

.nv5-u4sqbd {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.nv5-u4sqbd:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.nv5-lti0bb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .nv5-lti0bb {
    display: flex;
    opacity: 1;
  }
}

.nv5-u4sqbd picture {
  width: auto;
  height: 100%;
  display: block;
}

.nv5-u4sqbd picture img {
  display: block;
  width: auto;
  height: 100%;
}

.nv5-69197r {
  margin: -24px 0;
}

.nv5-69197r:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .nv5-69197r {
    margin: -16px 0;
  }
}

.nv5-uqhw30 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .nv5-uqhw30 {
    flex-direction: row;
  }
}

.nv5-vvpduk {
  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) {
  .nv5-vvpduk {
    flex: 1;
  }
}

.nv5-vvpduk::placeholder {
  color: var(--Text-400);
}

.nv5-0fgk8t {
  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;
}

.nv5-j2rkjm {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nv5-j2rkjm::-webkit-scrollbar {
  display: none;
}

.nv5-bpykrd {
  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;
}

.nv5-bpykrd img,
.nv5-bpykrd svg {
  margin-right: 8px;
}

.nv5-9lvbhb {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.nv5-69197r + .nv5-zlhfkc {
  margin-top: 0;
}

@media (min-width: 768px) {
  .nv5-69197r + .nv5-zlhfkc {
    margin-top: -16px;
  }
}

.nv5-rejlk1 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.nv5-rejlk1 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.nv5-rejlk1 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.nv5-uo65hb {
  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;
}

.nv5-60ph27 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.nv5-3inzj8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.nv5-puemay {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.nv5-e6wi99 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.nv5-uo65hb 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;
}

.nv5-uo65hb 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) {
  .nv5-uo65hb {
    padding: 39px 179px 39px 39px;
  }

  .nv5-60ph27 {
    font-size: 40px;
    line-height: 48px;
  }

  .nv5-e6wi99 {
    height: 348px;
  }

  .nv5-uo65hb button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .nv5-uo65hb button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .nv5-uo65hb {
    padding: 63px;
  }
}

.nv5-b364c6 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .nv5-b364c6 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.nv5-ky4mim {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .nv5-ky4mim {
    width: auto;
  }
}

.nv5-krnrxm {
  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;
}

.nv5-krnrxm::-webkit-scrollbar {
  display: none;
}

.nv5-krnrxm 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);
}

.nv5-krnrxm a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .nv5-krnrxm {
    margin-left: 16px;
    margin-top: 0;
  }
}

.nv5-b364c6 .nv5-iw3j7w {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.nv5-tno155,
    mask-image 0.3s;
}

.nv5-b364c6 .nv5-iw3j7w.nv5-ymn27o {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.nv5-j97feh {
  margin: 40px -16px;
}

.nv5-ajow25 + .nv5-mgbdfx,
.nv5-ajow25 + .nv5-jzaftx {
  margin-top: 24px;
}

.nv5-pixawt {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.nv5-pixawt picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.nv5-2osuhd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .nv5-2osuhd {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .nv5-2osuhd {
    margin-top: 0;
  }
}

.nv5-vp7q02 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .nv5-vp7q02 {
    font-size: 24px;
    line-height: 32px;
  }
}

.nv5-ajzvlh {
  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) {
  .nv5-ajzvlh {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.nv5-y0zauz {
  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) {
  .nv5-y0zauz {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.nv5-7h5tcq {
  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) {
  .nv5-7h5tcq {
    font-size: 20px;
    line-height: 28px;
  }
}

.nv5-p1duvf {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .nv5-p1duvf {
    font-size: 32px;
    line-height: 40px;
  }
}

.nv5-3kztvo {
  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;
}

.nv5-f0agb4 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.nv5-f0agb4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nv5-zlhfkc {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.nv5-ki8zwb {
  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) {
  .nv5-ki8zwb {
    padding: 15px 48px;
  }
}

main > .nv5-zlhfkc {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .nv5-13aeyq.nv5-hdma2p > div:nth-child(n+5) {
    display: none;
  }
}

.nv5-7waz3z p a img {
  display: block;
  margin: 0 auto;
}


.nv5-j79uqa {
  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 */
.nv5-jl26ht {
  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;
}

.nv5-jl26ht label {
  font-size: 14px;
}

.nv5-jl26ht h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.nv5-jl26ht input,
.nv5-jl26ht textarea,
.nv5-jl26ht 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;
}
.nv5-jl26ht button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.nv5-ox5mbz ease;
}
.nv5-jl26ht button:hover {
  background-color: var(--button-bg-hover);
}
.nv5-vqz3w2 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.nv5-m0iqlx ease-in;
}

.nv5-vqz3w2 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;
}
.nv5-6e42mi, .nv5-d2hfaz, [class*="review-card"],
thead, thead th, table th, .nv5-jxkrar,
.nv5-wn0x0g, [class*="collapsible-header"],
.nv5-wcqffe, [class*="updated-block"] {
  color: #ece7dc !important;
}
