* {
  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;
  }
}

.hugo-ett436 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hugo-ett436 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hugo-ett436 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hugo-bmcp22 {
  overflow: hidden;
}

.hugo-ys7l58 img {
  background: var(--Neutral-300);
}

.hugo-gq1zht {
  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;
}

.hugo-2f4y4g {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hugo-2f4y4g:hover {
  background: var(--button-bg-hover);
}

.hugo-wmpumm {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hugo-wmpumm:hover {
  background: var(--button-bg-hover);
}

.hugo-qju0iw {
  font-size: 12px;
  line-height: 18px;
}

.hugo-nv4em2 {
  font-size: 18px;
  line-height: 26px;
}

.hugo-e0zrt7 {
  width: 100%;
}

.hugo-np7dss {
  padding: 6px 16px;
}

.hugo-o5ueco {
  padding: 10px 16px;
}

.hugo-1vpobz {
  padding: 15px 26px;
}

.hugo-a46cwi {
  flex-shrink: 0;
}

.hugo-6xwsih {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.hugo-20sem9 {
  display: none;
}

.hugo-7dkuax {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hugo-phuum2 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hugo-nrv2vc {
  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;
}

.hugo-08jfpf {
  cursor: grab;
}

.hugo-nrv2vc::-webkit-scrollbar {
  display: none;
}

.hugo-gys9d4 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hugo-7yliku {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hugo-l0nrzy {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hugo-dbbgmf {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hugo-a1yams {
  visibility: visible;
}

.hugo-4giplo {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hugo-s9gzza ease;
}

.hugo-k15sm0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.hugo-diepml {
  -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.hugo-s9gzza,
    mask-image 0.3s;
}

.hugo-diepml.hugo-ptsikn {
  -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;
  }
}

.hugo-5yzfna: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;
}

.hugo-w5e4vz {
  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.hugo-tj8tel.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.hugo-tj8tel.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;
}

.hugo-1vi20s {
  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);
}

.hugo-1vi20s::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%
  );
}

.hugo-m0hbom {
  position: relative;
  z-index: 1;
}

.hugo-gwgy02 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hugo-vawm2q {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hugo-pvnq98 {
  font-size: 40px;
  line-height: 48px;
}

.hugo-8q4ku5 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hugo-sdfyxo {
  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;
}

.hugo-sdfyxo:hover {
  background: var(--Primary-400);
}

.hugo-sdfyxo svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hugo-5yzfna 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) {
  .hugo-1vi20s {
    max-width: 600px;
    padding: 64px;
  }

  .hugo-gwgy02 {
    font-size: 24px;
    line-height: 32px;
  }

  .hugo-vawm2q {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hugo-pvnq98 {
    font-size: 50px;
    line-height: 56px;
  }

  .hugo-8q4ku5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hugo-w5e4vz {
    top: 25px;
    right: 25px;
  }
}

.hugo-gfg31b,
.hugo-s7h38n {
  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;
}

.hugo-rjgu5m.hugo-t0i2j5::before,
.hugo-s7h38n::before,
.hugo-dlb24a::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.hugo-tj8tel.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hugo-jcq7uw 14.hugo-myqx4z.hugo-d0jszh 14.hugo-jssgso 15.hugo-qme1e2 14.hugo-lokzj8 15.hugo-3d9yie 14.hugo-vww3nk.hugo-9gw5fo 14.hugo-wvr16f 19.hugo-yz9dym 12.hugo-xdhbmw 19.hugo-yz9dym 10.hugo-8wqaur.hugo-yz9dym 8.hugo-ppb5mp 17.hugo-fxpkcv 7.hugo-5ctg6n 15.hugo-c2q87i 7.hugo-5rzti4.hugo-vep63p 7.hugo-5ctg6n 11.hugo-g4yvis 8.hugo-ppb5mp 11.hugo-g4yvis 10.hugo-1sqjyd.hugo-g4yvis 12.hugo-877f5x 13.hugo-rd3jqj 14.hugo-g0r4kb 15.hugo-q7x1yi 14.hugo-ddp689.hugo-xyjamq 14.hugo-rlqmnr 15.hugo-jtqm8r 14.hugo-6qoiyd 15.hugo-0w853a 14.hugo-kql7nm.hugo-jcq7uw 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hugo-vy91ui 15.hugo-r7ps0m.hugo-exwfx7 15.hugo-47p22w 15.hugo-vwurtw 15.hugo-kenhlp 15.hugo-pjdaq5 15.hugo-8vmwaw.hugo-7rdzql 15.hugo-kenhlp 15.hugo-yxk16z 15.hugo-9goqp9 15.hugo-m8ttf7 15.hugo-waniiz.hugo-xfpflx 15.hugo-isej9p 7.hugo-kmm30q 18.hugo-a6fjol 7.hugo-sbhl9f 23.hugo-77y2pk.hugo-6j5b35.hugo-plo5rl 18.hugo-id112c 19.hugo-q5mpip 15.hugo-oh093z 15.hugo-vy91ui 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hugo-xnd4vs [type="submit"] *,
.hugo-m57gvf button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hugo-kbjiyq {
    display: none;
  }
}

.hugo-d1wj3w {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hugo-d1wj3w {
  display: none;
}

@media (min-width: 768px) {
  .hugo-d1wj3w {
    bottom: 22px;
  }
}

.hugo-d1wj3w input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hugo-d1wj3w {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hugo-h8izse.static) .hugo-d1wj3w {
    bottom: 8px;
  }
}

.hugo-ahrh2l {
  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.hugo-tj8tel.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hugo-rpilaf 3.hugo-b0woq1.hugo-q5sphn.hugo-ww4naq 3.hugo-zx01cn 3.hugo-dcyym6 5.hugo-cpbijc 3.hugo-dcyym6 8.hugo-fyyill.hugo-sl8e8g.hugo-dcyym6 26.hugo-ug1nlj 5.hugo-g3h1b4 28.hugo-1jfv5w 8.hugo-qroz0h 28.hugo-efx0ca.hugo-dsbku0 28.hugo-s6g307.hugo-5mqkg6 34.hugo-v9ox3r.hugo-0rnmey 36.hugo-y58hn3 11.hugo-i5lovr 37.hugo-rshrzq 12.hugo-pqlntw 36.hugo-4gzt0k.hugo-03qwlx 28.hugo-52gmk0.hugo-9d69qj.hugo-6m6otj 28.hugo-bovsnz 36.hugo-jzun7s 26.hugo-329pxw 36.hugo-jzun7s 23.hugo-zu02b7.hugo-j2mxd0.hugo-jzun7s 5.hugo-9z4azg 34.hugo-gllcnt 3.hugo-zx01cn 31.hugo-rpilaf 3.hugo-yhgp8j.hugo-ehai5z 18.hugo-g7qmue.hugo-b95l2x 18.hugo-m4dd0y 8.hugo-2hf3vo 17.hugo-1gzykp 8.hugo-2hf3vo 15.hugo-fc9cy3.hugo-2hf3vo 14.hugo-vbwh8c 9.hugo-b95l2x 13.hugo-h7y8ra 11.hugo-ehai5z 13.hugo-odjkjd.hugo-iyza71 13.hugo-h7y8ra 13.hugo-pyrbh8 14.hugo-vbwh8c 13.hugo-pyrbh8 15.hugo-0ihqoh.hugo-pyrbh8 17.hugo-1gzykp 12.hugo-iyza71 18.hugo-m4dd0y 11.hugo-ehai5z 18.hugo-a48878.hugo-0jf38o 18.hugo-jt4axz.hugo-58m43q 18.hugo-m4dd0y 17.hugo-ppq31i 17.hugo-1gzykp 17.hugo-ppq31i 15.hugo-x6nyrr.hugo-ppq31i 14.hugo-vbwh8c 18.hugo-58m43q 13.hugo-h7y8ra 20.hugo-0jf38o 13.hugo-9x59o7.hugo-v2sk26 13.hugo-h7y8ra 22.hugo-cu582x 14.hugo-vbwh8c 22.hugo-cu582x 15.hugo-hausuc.hugo-vdzcq5 17.hugo-1gzykp 21.hugo-v2sk26 18.hugo-m4dd0y 20.hugo-0jf38o 18.hugo-4fcwa9.hugo-ens6t1 18.hugo-unc4bc.hugo-kvnlqu 18.hugo-m4dd0y 26.hugo-30t64c 17.hugo-1gzykp 26.hugo-30t64c 15.hugo-8o2bat.hugo-30t64c 14.hugo-vbwh8c 27.hugo-kvnlqu 13.hugo-h7y8ra 28.hugo-ens6t1 13.hugo-fu2u63.hugo-a6ethx 13.hugo-h7y8ra 31.hugo-omclza 14.hugo-vbwh8c 31.hugo-omclza 15.hugo-pt7uy2.hugo-30t64c 17.hugo-1gzykp 30.hugo-a6ethx 18.hugo-m4dd0y 28.hugo-ens6t1 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"])
    .hugo-ahrh2l {
    display: none;
  }
}

.hugo-mb1kjb {
  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) {
  .hugo-mb1kjb {
    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;
}

.hugo-m57gvf {
  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) {
  .hugo-m57gvf {
    padding: 14px 16px;
  }
}

.hugo-m57gvf button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hugo-m57gvf button:first-child {
  align-content: end;
}

.hugo-m57gvf button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hugo-m57gvf
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hugo-m57gvf
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hugo-m57gvf button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hugo-m57gvf button:last-child svg {
  width: 38px;
  height: 38px;
}

.hugo-dlb24a {
  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;
}

.hugo-dlb24a::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hugo-dlb24a,
.pc61d126-chatbot[data-active-screen="3"]
  .hugo-dlb24a {
  opacity: 1;
  visibility: visible;
}

.hugo-j1wec2 {
  flex: 1 1;
}

.hugo-sttze9 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hugo-sttze9 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hugo-d9h55m {
  display: block;
}

.hugo-nnt0r6 {
  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) {
  .hugo-nnt0r6 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hugo-s7h38n {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hugo-s7h38n::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hugo-wfcsda span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hugo-wfcsda p {
  color: var(--Text-100);
}

.hugo-s7h38n .hugo-lzglv6 {
  grid-area: button;
}

.hugo-s7h38n .hugo-lzglv6::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.hugo-tj8tel.org/2000/svg'%3E%3Cpath d='M4.hugo-4259b0 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hugo-74bxew 15L16.hugo-74bxew 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hugo-74bxew 5L16.hugo-74bxew 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hugo-s2sod5 {
  display: block;
}

.hugo-6nxe3l {
  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) {
  .hugo-6nxe3l {
    margin-top: 40px;
  }
}

.hugo-gfg31b label,
.hugo-gfg31b input {
  display: block;
  width: 100%;
}

.hugo-gfg31b label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hugo-gfg31b label.hugo-u7b2e9 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hugo-gfg31b label.hugo-u7b2e9::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;
}

.hugo-gfg31b 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;
}

.hugo-gfg31b input::placeholder {
  color: var(--Text-400);
}

.hugo-d7lebg {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hugo-d7lebg {
  display: flex;
}

.hugo-d7lebg ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hugo-d7lebg ol {
    height: 420px;
    padding: 24px;
  }
}

.hugo-d7lebg ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hugo-xnd4vs {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hugo-xnd4vs {
    padding: 0 24px 24px;
  }
}

.hugo-xnd4vs 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;
}

.hugo-xnd4vs input::placeholder {
  color: var(--Text-400);
}

.hugo-xnd4vs [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hugo-xnd4vs [type="submit"]:disabled {
  opacity: 0.5;
}

.hugo-xnd4vs [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hugo-xnd4vs [type="submit"] {
    right: 40px;
  }
}

.hugo-rjgu5m {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hugo-rjgu5m.hugo-t0i2j5 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hugo-rjgu5m.hugo-t0i2j5::before {
  content: "";
  width: 31px;
}

.hugo-rjgu5m.hugo-t0i2j5 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hugo-rjgu5m.hugo-j77sdg p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hugo-rjgu5m p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hugo-d1wj3w .hugo-lzglv6 {
  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;
  }
}

.hugo-kbjiyq {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hugo-kbjiyq {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hugo-kbjiyq {
    padding: 18px 0;
  }
}

.hugo-kbjiyq .hugo-ett436 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hugo-kbjiyq .hugo-ett436 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hugo-3l5zs5 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hugo-3l5zs5 {
    max-width: 160px;
    height: 40px;
  }
}

.hugo-3l5zs5 picture,
.hugo-3l5zs5 img {
  display: block;
  width: 100%;
  height: 100%;
}

.hugo-3l5zs5 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hugo-4f17v7 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hugo-s9gzza ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hugo-kbjiyq.hugo-auh3k0 .hugo-4f17v7 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hugo-4f17v7 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hugo-4f17v7 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hugo-5glrxk,
.hugo-2yv0s0 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hugo-5glrxk,
  .hugo-2yv0s0 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hugo-2yv0s0 {
    display: none;
  }
}

.hugo-mxq98d {
  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;
}

.hugo-auh3k0 .hugo-mxq98d {
  background: var(--fh-bg-color);
}

.hugo-mxq98d button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hugo-mxq98d {
    display: none;
  }
}

.hugo-j6q9l4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hugo-j6q9l4 {
    display: none;
  }
}

.hugo-3h3icy {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.hugo-kbjiyq.hugo-auh3k0 .hugo-3h3icy:first-child {
  display: none;
}

.hugo-kbjiyq.hugo-auh3k0 .hugo-3h3icy:last-child {
  display: block;
}

.hugo-3h3icy:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hugo-3h3icy {
    display: none;
  }
}

.hugo-k3q0k2 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hugo-k3q0k2 {
    display: flex;
  }
}

.hugo-k3q0k2 ul {
  max-height: 350px;
  overflow-y: auto;
}

.hugo-k3q0k2:hover ul {
  visibility: visible;
  opacity: 1;
}

.hugo-k3q0k2:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hugo-k3q0k2:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hugo-k3q0k2:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hugo-k3q0k2:hover .hugo-o5dmj4 svg {
  transform: rotate(180deg);
}

.hugo-8qb8gk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hugo-n352jg {
  padding: 0 8px;
}

.hugo-jzjref {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hugo-jzjref:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hugo-jzjref {
    padding: 4px 8px;
  }
}

.hugo-gt6sw7 {
  display: flex;
}

.hugo-gt6sw7 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hugo-o5dmj4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hugo-o5dmj4 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hugo-zq2op4 {
  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) {
  .hugo-zq2op4 {
    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;
  }
}

.hugo-iasksb {
  width: 100%;
}

@media (min-width: 1200px) {
  .hugo-iasksb {
    display: none;
  }
}

.hugo-vr7x00 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hugo-ng920q {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hugo-wzks91 {
  display: flex;
}

.hugo-dlzs9t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hugo-63jikv {
  list-style: none;
}

@media (max-width: 1199px) {
  .hugo-63jikv {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hugo-63jikv {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hugo-63jikv .hugo-tob5dw [data-ref-el],
  .hugo-63jikv .hugo-tob5dw span,
  .hugo-63jikv .hugo-tob5dw a {
    white-space: nowrap;
  }
}

.hugo-kdgb8k {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hugo-kdgb8k.hugo-xe3pdh > .hugo-tob5dw {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hugo-kdgb8k.hugo-ag7upu:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hugo-kdgb8k.hugo-xe3pdh > .hugo-r56lwa {
    height: auto;
  }

  .hugo-kdgb8k.hugo-xe3pdh > div > .hugo-1zpg61 {
    transform: rotate(180deg);
  }
}

.hugo-kdgb8k [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hugo-kdgb8k [data-ref-el],
.hugo-kdgb8k span {
  cursor: pointer;
}

.hugo-kdgb8k [data-ref-el],
.hugo-kdgb8k span,
.hugo-kdgb8k a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .hugo-kdgb8k [data-ref-el],
  .hugo-kdgb8k span,
  .hugo-kdgb8k a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hugo-kdgb8k [data-ref-el],
  .hugo-kdgb8k span,
  .hugo-kdgb8k a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hugo-r56lwa {
  height: 0;
  overflow: hidden;
  transition: height 0.hugo-s9gzza ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hugo-r56lwa::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hugo-r56lwa::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hugo-r56lwa::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hugo-r56lwa {
    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;
  }

  .hugo-r56lwa:has(> .hugo-kdgb8k.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hugo-r56lwa .hugo-r56lwa {
    padding: 0;
  }

  .hugo-r56lwa .hugo-kdgb8k {
    font-weight: 400;
  }

  .hugo-r56lwa .hugo-kdgb8k:hover > .hugo-tob5dw {
    background: var(--Neutral-300);
  }

  .hugo-r56lwa .hugo-1zpg61 {
    rotate: -90deg;
  }
}

.hugo-tob5dw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hugo-tob5dw {
    padding: 8px;
  }

  .hugo-kdgb8k.hugo-nw03yk > .hugo-tob5dw {
    background: var(--Neutral-300);
  }
}

.hugo-1zpg61 {
  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.hugo-tj8tel.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hugo-y6qc38 0.hugo-vpox4s.hugo-m4vuqp -0.hugo-nufirc 0.hugo-y70n64 -0.hugo-nufirc 1.hugo-5s9r4j 0.hugo-dd7xpt.hugo-8kz04y 4.hugo-2nfkrx.hugo-y6qc38 0.hugo-mskhfp.hugo-er9aiv -0.hugo-nufirc 9.hugo-6o4kdn -0.hugo-nufirc 10.hugo-4mtgq2 0.hugo-bsp92j.hugo-zogcrd 0.hugo-m4vuqp 10.hugo-zogcrd 0.hugo-y70n64 10.hugo-4mtgq2 1.hugo-20m1u5.hugo-fgu8l4 5.hugo-61xnf1.hugo-ctouhl 6.hugo-8ihsvd 5.hugo-nzmzkc 6.hugo-8ihsvd 4.hugo-s8mgwh 5.hugo-q4fm8a.hugo-y6qc38 1.hugo-q5x8le.hugo-nufirc 0.hugo-y70n64 -0.hugo-nufirc 0.hugo-m4vuqp 0.hugo-y6qc38 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hugo-s9gzza ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hugo-1zpg61 {
    cursor: default;
  }
}

.hugo-sul3pg {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hugo-asvvz6 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .hugo-asvvz6 {
    padding: 40px 4px;
  }
}

.hugo-qnf1op {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hugo-qnf1op {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hugo-vvwgc3 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hugo-vvwgc3 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hugo-vvwgc3 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hugo-vvwgc3 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hugo-vvwgc3 [data-ref-el],
.hugo-vvwgc3 span,
.hugo-vvwgc3 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hugo-ok89wx {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hugo-ok89wx {
    margin-bottom: 12px;
  }
}

.hugo-5ctvkl {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hugo-5ctvkl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hugo-5ctvkl:last-child {
    margin-right: 0;
  }
}

.hugo-c659to {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hugo-ok89wx:hover .hugo-ppucvw {
  visibility: visible;
  opacity: 1;
}

.hugo-ppucvw {
  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);
}

.hugo-hmudw4 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hugo-qjm1xt {
  display: flex;
  margin: 6px;
}

.hugo-qjm1xt img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hugo-ppucvw::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);
}

.hugo-ppucvw::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);
}

.hugo-wa9hgj {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hugo-wa9hgj {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hugo-o7sz2p {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hugo-o7sz2p {
    margin-right: 32px;
  }
}

.hugo-kjok6p {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hugo-kjok6p {
    margin-top: 0;
    width: 340px;
  }
}

.hugo-kjok6p a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hugo-3xzr4m {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hugo-xx35qw {
  position: relative;
}

@media (min-width: 768px) {
  .hugo-xx35qw {
    margin-top: 40px;
  }
}

.hugo-xx35qw + .hugo-n7q5ly,
.hugo-xx35qw + .hugo-xx35qw {
  margin-top: 24px;
}

.hugo-cai32f {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hugo-cai32f {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hugo-cai32f {
    padding: 80px;
  }
}

.hugo-d7pvp4 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hugo-d7pvp4 {
    padding: 0 16px;
}


}

.hugo-dfdvcv {
  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) {
  .hugo-dfdvcv {
    font-size: 48px;
    line-height: 56px;
  }
}

.hugo-wklcmw {
  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) {
  .hugo-wklcmw {
    font-size: 24px;
    line-height: 32px;
  }
}

.hugo-vet5f1 {
  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;
}

.hugo-vet5f1:hover {
  background: var(--button-bg-hover);
}

.hugo-mn1ebg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hugo-mn1ebg img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hugo-mn1ebg img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hugo-mn1ebg img {
  min-height: 100%;
  }
}

.hugo-cai32f::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hugo-rsy8zs {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hugo-rsy8zs h1,
.hugo-rsy8zs h2,
.hugo-rsy8zs h3,
.hugo-rsy8zs h4 {
  margin-bottom: 6px;
}

.hugo-rsy8zs h1:not(:first-child),
.hugo-rsy8zs h2:not(:first-child),
.hugo-rsy8zs h3:not(:first-child),
.hugo-rsy8zs h4:not(:first-child) {
  margin-top: 16px;
}

.hugo-rsy8zs h1,
.hugo-rsy8zs h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hugo-rsy8zs h1,
  .hugo-rsy8zs h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hugo-rsy8zs h2,
.hugo-rsy8zs h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hugo-rsy8zs h2,
  .hugo-rsy8zs h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hugo-rsy8zs h3,
.hugo-rsy8zs h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hugo-rsy8zs h3,
  .hugo-rsy8zs h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hugo-rsy8zs h4,
.hugo-rsy8zs h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hugo-rsy8zs ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hugo-rsy8zs ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hugo-rsy8zs 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);
}

.hugo-rsy8zs ul ul {
  margin-bottom: 8px;
}

.hugo-rsy8zs ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hugo-rsy8zs ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hugo-rsy8zs ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hugo-rsy8zs ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hugo-rsy8zs ol li::marker {
  font-weight: 700;
}

.hugo-rsy8zs ol ol {
  margin-bottom: 8px;
}

.hugo-rsy8zs ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hugo-rsy8zs ol ul li {
  padding-left: 16px;
}

.hugo-rsy8zs 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) {
  .hugo-rsy8zs table {
    padding: 24px;
  }
}

.hugo-rsy8zs table.hugo-15hovy {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hugo-s9gzza,
    mask-image 0.3s;
}

.hugo-rsy8zs table.hugo-15hovy.hugo-ptsikn {
  -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) {
  .hugo-rsy8zs table {
    display: table;
  }
}

.hugo-rsy8zs 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);
}

.hugo-rsy8zs table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hugo-rsy8zs table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hugo-rsy8zs 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) {
  .hugo-rsy8zs table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hugo-rsy8zs table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hugo-rsy8zs table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hugo-rsy8zs table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hugo-rsy8zs img {
  max-width: 100%;
  height: auto;
}

.hugo-eadaaj {
  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) {
  .hugo-eadaaj {
    padding: 24px;
  }
}

.hugo-sc34re {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hugo-sc34re {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hugo-sc34re > * {
  margin: 0 !important;
}

.hugo-sc34re img,
.hugo-z2ra1m {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hugo-sc34re img,
  .hugo-z2ra1m {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hugo-vvnjkn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hugo-vvnjkn {
    width: 32px;
    height: 32px;
  }
}

.hugo-yn7ox6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hugo-yn7ox6 .hugo-m3pidz {
  flex-shrink: 0;
}

.hugo-yn7ox6 .hugo-tajl7s svg {
  display: none;
}

.hugo-ei373z {
  display: grid;
  transition: max-height 0.hugo-s9gzza ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hugo-ei373z {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hugo-ei373z {
    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));
  }
}

.hugo-ei373z.hugo-2tqtcq + .hugo-m3pidz svg {
  transform: rotate(180deg);
}

.hugo-l3jd3o {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hugo-l3jd3o > div:nth-child(3n) {
  grid-column: span 2;
}

.hugo-l3jd3o
  > div:nth-child(3n)
  .hugo-97bzug
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hugo-l3jd3o {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hugo-l3jd3o > div:nth-child(3n) {
    grid-column: unset;
  }

  .hugo-l3jd3o
    > div:nth-child(3n)
    .hugo-97bzug
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hugo-l3jd3o {
    max-width: 270px;
  }
}

.hugo-l3jd3o .hugo-97bzug button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hugo-l3jd3o .hugo-97bzug button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hugo-l3jd3o .hugo-97bzug button {
    max-width: 104px;
  }
}

.hugo-7rpkdg {
  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) {
  .hugo-7rpkdg {
    margin-bottom: 0;
  }
}

.hugo-tdvu7c {
  display: none;
  opacity: 0;
}

.hugo-k5hxyy {
  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;
  }
}

.hugo-k5hxyy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hugo-97bzug {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hugo-97bzug button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hugo-97bzug
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hugo-97bzug
    button {
    max-width: 145px;
  }
}

.hugo-c6ep8v:first-child
  .hugo-97bzug
  button {
  max-width: 270px;
}

.hugo-sgy5n7 {
  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%;
}

.hugo-7rpkdg picture {
  width: 100%;
  max-width: 100%;
}

.hugo-f9w2f8 {
  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;
}

.hugo-f9w2f8 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hugo-7rpkdg:hover .hugo-f9w2f8 {
  display: flex;
}

.hugo-zbkidy {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hugo-o7dqq3 {
  display: flex;
}

.hugo-o7dqq3:hover .hugo-1ptr8t,
.hugo-o7dqq3 .hugo-nw03yk .hugo-1ptr8t {
  display: flex;
}

.hugo-o7dqq3 svg {
  flex-shrink: 0;
}

.hugo-1ptr8t {
  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) {
  .hugo-1ptr8t {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hugo-1ptr8t:hover {
  display: flex;
}

.hugo-1ptr8t svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hugo-avwfu6 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .hugo-avwfu6 {
    font-size: 12px;
  }
}

.hugo-6tjfsv,
.hugo-j5ixhp {
  width: 50%;
  flex-shrink: 0;
}

.hugo-6tjfsv {
  font-weight: 700;
}

.hugo-1t0irv .hugo-ei373z {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hugo-1t0irv .hugo-ei373z {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hugo-1t0irv .hugo-ei373z {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hugo-1t0irv
  .hugo-sgy5n7:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hugo-1t0irv .hugo-k5hxyy {
  height: 100% !important;
  border-radius: 16px;
}

.hugo-1t0irv .hugo-97bzug {
  gap: 4px;
  align-items: center;
}

.hugo-1t0irv .hugo-97bzug button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hugo-1t0irv .hugo-97bzug svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hugo-1t0irv .hugo-z2eedt,
.hugo-1t0irv .hugo-wupy8l {
  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.hugo-tj8tel.org/2000/svg'%3E%3Cpath d='M9.hugo-i5j1e8 4.hugo-1aswhm.hugo-8bxjrb 5.hugo-bm604d.hugo-rjypnt 5.hugo-omxb75.hugo-533cuq 5.hugo-4m1ivq.hugo-mr7vpm 8.hugo-71kr77.hugo-vmtvjs 9.hugo-bpbmcz.hugo-5lievc 9.hugo-6dp5fd.hugo-kf3znj 13.hugo-fje1fu.hugo-wcvi5f 11.hugo-xx7ak7.hugo-g3b89x 11.hugo-o8oqgv.hugo-g0g1y0 11.hugo-9v061i.hugo-joqmj5 13.hugo-nx80jz.hugo-yv53n5 9.hugo-4qjn6s.hugo-alx2s8 9.hugo-egqwst.hugo-awywhm 8.hugo-d3t4qz.hugo-py4t6i 5.hugo-woxu6d.hugo-446ins 5.hugo-rwo3e6.hugo-chjwml 5.hugo-sxrr1u.hugo-uye9lo 4.hugo-yw0jja.hugo-g3b89x 1.hugo-kp5gfx.hugo-i5j1e8 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hugo-1t0irv .hugo-z2eedt {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hugo-1t0irv .hugo-wupy8l {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hugo-knudi1 {
  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) {
  .hugo-knudi1 {
    padding: 24px;
  }
}

.hugo-knudi1 .hugo-m3pidz {
  display: flex;
}

@media (min-width: 768px) {
  .hugo-knudi1 .hugo-m3pidz {
    display: none;
  }
}

.hugo-knudi1 .hugo-tajl7s svg {
  display: none;
}

.hugo-ccnd0u {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hugo-ccnd0u .hugo-gq1zht {
  display: none;
}

@media (min-width: 768px) {
  .hugo-ccnd0u .hugo-gq1zht {
    display: flex;
  }
}

.hugo-o8k9by {
  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) {
  .hugo-o8k9by {
    font-size: 40px;
    line-height: 48px;
  }
}

.hugo-o8k9by > * {
  margin: 0 !important;
}

.hugo-o8k9by img,
.hugo-pug2ip {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hugo-o8k9by img,
  .hugo-pug2ip {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hugo-cms50o {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hugo-cms50o {
    width: 32px;
    height: 32px;
  }
}

.hugo-e0tntq {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hugo-e0tntq {
    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;
  }

  .hugo-e0tntq::-webkit-scrollbar {
    display: none;
  }
}

.hugo-0xxu9b {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hugo-0xxu9b {
    padding: 7px 15px;
  }
}

.hugo-0xxu9b:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hugo-s5qtcs {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hugo-s5qtcs {
    display: flex;
    opacity: 1;
  }
}

.hugo-0xxu9b picture {
  height: 100%;
  display: block;
}

.hugo-0xxu9b img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hugo-0xxu9b img {
    width: 88px;
    height: 44px;
  }
}

.hugo-0xxu9b p {
  text-align: center;
  width: 100%;
}

.hugo-vndbr4 {
  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) {
  .hugo-vndbr4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hugo-vndbr4 img,
.hugo-hjxh8z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hugo-vndbr4 img,
  .hugo-hjxh8z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hugo-awp3t8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hugo-awp3t8 {
    width: 32px;
    height: 32px;
  }
}

.hugo-z1boo5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hugo-v6s5bt {
  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;
}

.hugo-kidqva {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hugo-kidqva.hugo-nw03yk {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hugo-fxvht7 {
  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) {
  .hugo-fxvht7 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hugo-ht14n0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hugo-g0rc5w {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hugo-s9gzza ease;
  opacity: 0;
  color: var(--text-color);
}

.hugo-kzr30w {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hugo-kzr30w ol,
.hugo-kzr30w ul {
  padding-left: 1.3em;
}

.hugo-kidqva.hugo-nw03yk .hugo-g0rc5w {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hugo-kidqva.hugo-nw03yk .hugo-ht14n0 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hugo-usgtd3 {
  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) {
  .hugo-usgtd3 {
    padding: 24px;
  }
}

.hugo-usgtd3 .hugo-m3pidz {
  display: flex;
}

@media (min-width: 768px) {
  .hugo-usgtd3 .hugo-m3pidz {
    display: none;
  }
}

.hugo-usgtd3 .hugo-tajl7s svg {
  display: none;
}

.hugo-1gm14x {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hugo-1gm14x .hugo-gq1zht {
  display: none;
}

@media (min-width: 768px) {
  .hugo-1gm14x .hugo-gq1zht {
    display: flex;
  }
}

.hugo-pw0z1v {
  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) {
  .hugo-pw0z1v {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hugo-pw0z1v > * {
  margin: 0 !important;
}

.hugo-pw0z1v img,
.hugo-3trtpv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hugo-pw0z1v img,
  .hugo-3trtpv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hugo-m2ys2m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hugo-m2ys2m {
    width: 32px;
    height: 32px;
  }
}

.hugo-pyoki1 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hugo-pyoki1 {
    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;
  }

  .hugo-pyoki1::-webkit-scrollbar {
    display: none;
  }
}

.hugo-5a1ulq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hugo-5a1ulq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hugo-inxr7k {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hugo-inxr7k {
    display: flex;
    opacity: 1;
  }
}

.hugo-5a1ulq picture {
  width: auto;
  height: 100%;
  display: block;
}

.hugo-5a1ulq picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hugo-2artj2 {
  margin: -24px 0;
}

.hugo-2artj2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hugo-2artj2 {
    margin: -16px 0;
  }
}

.hugo-a6pjsv {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hugo-a6pjsv {
    flex-direction: row;
  }
}

.hugo-1b0fzd {
  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) {
  .hugo-1b0fzd {
    flex: 1;
  }
}

.hugo-1b0fzd::placeholder {
  color: var(--Text-400);
}

.hugo-mvasf2 {
  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;
}

.hugo-9v42nx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hugo-9v42nx::-webkit-scrollbar {
  display: none;
}

.hugo-ka7gge {
  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;
}

.hugo-ka7gge img,
.hugo-ka7gge svg {
  margin-right: 8px;
}

.hugo-s6vwb7 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hugo-2artj2 + .hugo-bv0l6w {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hugo-2artj2 + .hugo-bv0l6w {
    margin-top: -16px;
  }
}

.hugo-yltqqq {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hugo-yltqqq > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hugo-yltqqq > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hugo-ls561u {
  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;
}

.hugo-azf7jd {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.hugo-w4jt77 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hugo-dbhxhj {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hugo-itrdum {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hugo-ls561u 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;
}

.hugo-ls561u 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) {
  .hugo-ls561u {
    padding: 39px 179px 39px 39px;
  }

  .hugo-azf7jd {
    font-size: 40px;
    line-height: 48px;
  }

  .hugo-itrdum {
    height: 348px;
  }

  .hugo-ls561u button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hugo-ls561u button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hugo-ls561u {
    padding: 63px;
  }
}

.hugo-laqce8 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hugo-laqce8 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hugo-r4cch3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hugo-r4cch3 {
    width: auto;
  }
}

.hugo-bqg5wq {
  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;
}

.hugo-bqg5wq::-webkit-scrollbar {
  display: none;
}

.hugo-bqg5wq 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);
}

.hugo-bqg5wq a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hugo-bqg5wq {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hugo-laqce8 .hugo-ltmpsa {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hugo-s9gzza,
    mask-image 0.3s;
}

.hugo-laqce8 .hugo-ltmpsa.hugo-ptsikn {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hugo-leq9gk {
  margin: 40px -16px;
}

.hugo-p3atpv + .hugo-n7q5ly,
.hugo-p3atpv + .hugo-xx35qw {
  margin-top: 24px;
}

.hugo-oilr13 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hugo-oilr13 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hugo-94ddnu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hugo-94ddnu {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hugo-94ddnu {
    margin-top: 0;
  }
}

.hugo-m5573k {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hugo-m5573k {
    font-size: 24px;
    line-height: 32px;
  }
}

.hugo-y56ode {
  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) {
  .hugo-y56ode {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hugo-rxws3l {
  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) {
  .hugo-rxws3l {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hugo-1f8h52 {
  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) {
  .hugo-1f8h52 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hugo-dq8zsl {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hugo-dq8zsl {
    font-size: 32px;
    line-height: 40px;
  }
}

.hugo-antsvl {
  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;
}

.hugo-l6ge90 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hugo-l6ge90 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hugo-bv0l6w {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hugo-lhtz6r {
  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) {
  .hugo-lhtz6r {
    padding: 15px 48px;
  }
}

main > .hugo-bv0l6w {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hugo-ei373z.hugo-r2ok5z > div:nth-child(n+5) {
    display: none;
  }
}

.hugo-rsy8zs p a img {
  display: block;
  margin: 0 auto;
}


.hugo-e51fmj {
  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 */
.hugo-vtnl2j {
  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;
}

.hugo-vtnl2j label {
  font-size: 14px;
}

.hugo-vtnl2j h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hugo-vtnl2j input,
.hugo-vtnl2j textarea,
.hugo-vtnl2j 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;
}
.hugo-vtnl2j button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hugo-bxdaai ease;
}
.hugo-vtnl2j button:hover {
  background-color: var(--button-bg-hover);
}
.hugo-9ra5em {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hugo-3yn8ve ease-in;
}

.hugo-9ra5em 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;
}
.hugo-8od734, .hugo-7t4mjt, [class*="review-card"],
thead, thead th, table th, .hugo-dybh4v,
.hugo-uxax24, [class*="collapsible-header"],
.hugo-zezkc6, [class*="updated-block"] {
  color: #ece7dc !important;
}

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