* {
  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;
  }
}

.hellspin-v04tfb {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-v04tfb {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-v04tfb {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-g6z74t {
  overflow: hidden;
}

.hellspin-trwnir img {
  background: var(--Neutral-300);
}

.hellspin-5y4uju {
  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;
}

.hellspin-854ept {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-854ept:hover {
  background: var(--button-bg-hover);
}

.hellspin-0d5v5e {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-0d5v5e:hover {
  background: var(--button-bg-hover);
}

.hellspin-1m0eps {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-6adc79 {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-5l5qt5 {
  width: 100%;
}

.hellspin-mtmcpf {
  padding: 6px 16px;
}

.hellspin-jwlzzu {
  padding: 10px 16px;
}

.hellspin-61pjqe {
  padding: 15px 26px;
}

.hellspin-ugyhyb {
  flex-shrink: 0;
}

.hellspin-jk9uu2 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.hellspin-xtddxq {
  display: none;
}

.hellspin-l92x7w {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-5zo64r {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-do06cl {
  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;
}

.hellspin-dnmngm {
  cursor: grab;
}

.hellspin-do06cl::-webkit-scrollbar {
  display: none;
}

.hellspin-010avg {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-5tk267 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-8o0vie {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-bdaxjl {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-92taqy {
  visibility: visible;
}

.hellspin-rw7ig4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-5d99td ease;
}

.hellspin-9s6aww {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-103s1y {
  -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.hellspin-5d99td,
    mask-image 0.3s;
}

.hellspin-103s1y.hellspin-3p887o {
  -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;
  }
}

.hellspin-ecrv2v: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;
}

.hellspin-4qh4v2 {
  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.hellspin-nu9dcz.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.hellspin-nu9dcz.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;
}

.hellspin-3y5g23 {
  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);
}

.hellspin-3y5g23::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%
  );
}

.hellspin-yealt2 {
  position: relative;
  z-index: 1;
}

.hellspin-xroktf {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-rwtc49 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-uk36f0 {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-uobbd0 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-h6900a {
  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;
}

.hellspin-h6900a:hover {
  background: var(--Primary-400);
}

.hellspin-h6900a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-ecrv2v 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) {
  .hellspin-3y5g23 {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-xroktf {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-rwtc49 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-uk36f0 {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-uobbd0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-4qh4v2 {
    top: 25px;
    right: 25px;
  }
}

.hellspin-0utpzl,
.hellspin-sp24zm {
  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;
}

.hellspin-3mqkva.hellspin-lz8nu3::before,
.hellspin-sp24zm::before,
.hellspin-klyt67::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.hellspin-nu9dcz.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-azy7tm 14.hellspin-tl2mgi.hellspin-atrvwo 14.hellspin-fcdztz 15.hellspin-skw456 14.hellspin-lt78ec 15.hellspin-i9qhe7 14.hellspin-djzxm7.hellspin-x1ft1n 14.hellspin-z233x1 19.hellspin-0koy2d 12.hellspin-0tmq3u 19.hellspin-0koy2d 10.hellspin-trbv5n.hellspin-0koy2d 8.hellspin-oncmcy 17.hellspin-584i8o 7.hellspin-3l7zke 15.hellspin-azvzoc 7.hellspin-r0sb2f.hellspin-dv2eon 7.hellspin-3l7zke 11.hellspin-dnfl56 8.hellspin-oncmcy 11.hellspin-dnfl56 10.hellspin-qtr3sd.hellspin-dnfl56 12.hellspin-vud84j 13.hellspin-9h8imb 14.hellspin-20v9g8 15.hellspin-b6uxh0 14.hellspin-88eg5k.hellspin-0b7vah 14.hellspin-k0d4x5 15.hellspin-s3f17q 14.hellspin-6ilcfr 15.hellspin-4vqjdr 14.hellspin-aldbwy.hellspin-azy7tm 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-qwfs5t 15.hellspin-9ioq23.hellspin-51tpyc 15.hellspin-o5an17 15.hellspin-7tphqb 15.hellspin-h4q8kc 15.hellspin-a76evp 15.hellspin-q05xz3.hellspin-j1ruwo 15.hellspin-h4q8kc 15.hellspin-vr95wg 15.hellspin-7iran2 15.hellspin-58i54o 15.hellspin-iohd3o.hellspin-azxq50 15.hellspin-ics8k8 7.hellspin-953c5i 18.hellspin-87n6zr 7.hellspin-1v8gkk 23.hellspin-h0ns05.hellspin-79lw20.hellspin-ohlxng 18.hellspin-9kdaqs 19.hellspin-u0kac8 15.hellspin-m78ao1 15.hellspin-qwfs5t 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-2tafqb [type="submit"] *,
.hellspin-fjeivk button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-15o4i5 {
    display: none;
  }
}

.hellspin-2uz7m1 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-2uz7m1 {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-2uz7m1 {
    bottom: 22px;
  }
}

.hellspin-2uz7m1 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-2uz7m1 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-lwxpl5.static) .hellspin-2uz7m1 {
    bottom: 8px;
  }
}

.hellspin-uzbfk1 {
  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.hellspin-nu9dcz.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-gxzrht 3.hellspin-5xtuo5.hellspin-ordfbl.hellspin-i1pq4k 3.hellspin-wnr3st 3.hellspin-0yiftx 5.hellspin-i1nlsu 3.hellspin-0yiftx 8.hellspin-46av6x.hellspin-lpsszh.hellspin-0yiftx 26.hellspin-ru7jt5 5.hellspin-gzlxmy 28.hellspin-27syzq 8.hellspin-20gdej 28.hellspin-ec7k1c.hellspin-zkum68 28.hellspin-eel91b.hellspin-43rc37 34.hellspin-yhqh6v.hellspin-kwnyhn 36.hellspin-dy4m6d 11.hellspin-07sddj 37.hellspin-n8c493 12.hellspin-4zpisi 36.hellspin-leznsv.hellspin-9hpe2o 28.hellspin-d0ccp2.hellspin-4h7suv.hellspin-qip64k 28.hellspin-1653bz 36.hellspin-7dthut 26.hellspin-vg1vqa 36.hellspin-7dthut 23.hellspin-9eqf9p.hellspin-k71pyl.hellspin-7dthut 5.hellspin-cwprlt 34.hellspin-p4de0y 3.hellspin-wnr3st 31.hellspin-gxzrht 3.hellspin-qhxhuq.hellspin-4cmmre 18.hellspin-bhg4c6.hellspin-vu448r 18.hellspin-gwr8e9 8.hellspin-tqd98t 17.hellspin-fxuiza 8.hellspin-tqd98t 15.hellspin-1a36i3.hellspin-tqd98t 14.hellspin-b5ggnx 9.hellspin-vu448r 13.hellspin-3hd6xb 11.hellspin-4cmmre 13.hellspin-snscij.hellspin-kp805v 13.hellspin-3hd6xb 13.hellspin-lgoblb 14.hellspin-b5ggnx 13.hellspin-lgoblb 15.hellspin-v00uox.hellspin-lgoblb 17.hellspin-fxuiza 12.hellspin-kp805v 18.hellspin-gwr8e9 11.hellspin-4cmmre 18.hellspin-dgg5jx.hellspin-8a71mi 18.hellspin-02mxc0.hellspin-3440ie 18.hellspin-gwr8e9 17.hellspin-8v2un1 17.hellspin-fxuiza 17.hellspin-8v2un1 15.hellspin-rmjuck.hellspin-8v2un1 14.hellspin-b5ggnx 18.hellspin-3440ie 13.hellspin-3hd6xb 20.hellspin-8a71mi 13.hellspin-e2rkh8.hellspin-vj39uf 13.hellspin-3hd6xb 22.hellspin-9n68f8 14.hellspin-b5ggnx 22.hellspin-9n68f8 15.hellspin-el180c.hellspin-vklvkb 17.hellspin-fxuiza 21.hellspin-vj39uf 18.hellspin-gwr8e9 20.hellspin-8a71mi 18.hellspin-n3ps65.hellspin-pwix3h 18.hellspin-0d1chb.hellspin-zn8z7u 18.hellspin-gwr8e9 26.hellspin-1cedxt 17.hellspin-fxuiza 26.hellspin-1cedxt 15.hellspin-4ltmjx.hellspin-1cedxt 14.hellspin-b5ggnx 27.hellspin-zn8z7u 13.hellspin-3hd6xb 28.hellspin-pwix3h 13.hellspin-56qk65.hellspin-h99yfs 13.hellspin-3hd6xb 31.hellspin-jj2gt1 14.hellspin-b5ggnx 31.hellspin-jj2gt1 15.hellspin-0i9iu0.hellspin-1cedxt 17.hellspin-fxuiza 30.hellspin-h99yfs 18.hellspin-gwr8e9 28.hellspin-pwix3h 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"])
    .hellspin-uzbfk1 {
    display: none;
  }
}

.hellspin-z416re {
  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) {
  .hellspin-z416re {
    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;
}

.hellspin-fjeivk {
  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) {
  .hellspin-fjeivk {
    padding: 14px 16px;
  }
}

.hellspin-fjeivk button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-fjeivk button:first-child {
  align-content: end;
}

.hellspin-fjeivk button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-fjeivk
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-fjeivk
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-fjeivk button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-fjeivk button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-klyt67 {
  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;
}

.hellspin-klyt67::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-klyt67,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-klyt67 {
  opacity: 1;
  visibility: visible;
}

.hellspin-8tx4o0 {
  flex: 1 1;
}

.hellspin-3445ug {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-3445ug {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-azkp3q {
  display: block;
}

.hellspin-o2p5v9 {
  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) {
  .hellspin-o2p5v9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-sp24zm {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-sp24zm::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-d5ywrb span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-d5ywrb p {
  color: var(--Text-100);
}

.hellspin-sp24zm .hellspin-lbmv5e {
  grid-area: button;
}

.hellspin-sp24zm .hellspin-lbmv5e::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.hellspin-nu9dcz.org/2000/svg'%3E%3Cpath d='M4.hellspin-fiwzpn 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-00luja 15L16.hellspin-00luja 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-00luja 5L16.hellspin-00luja 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-ub9rs1 {
  display: block;
}

.hellspin-herybt {
  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) {
  .hellspin-herybt {
    margin-top: 40px;
  }
}

.hellspin-0utpzl label,
.hellspin-0utpzl input {
  display: block;
  width: 100%;
}

.hellspin-0utpzl label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-0utpzl label.hellspin-dlnnaz input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-0utpzl label.hellspin-dlnnaz::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;
}

.hellspin-0utpzl 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;
}

.hellspin-0utpzl input::placeholder {
  color: var(--Text-400);
}

.hellspin-qahu8u {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-qahu8u {
  display: flex;
}

.hellspin-qahu8u ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-qahu8u ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-qahu8u ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-2tafqb {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-2tafqb {
    padding: 0 24px 24px;
  }
}

.hellspin-2tafqb 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;
}

.hellspin-2tafqb input::placeholder {
  color: var(--Text-400);
}

.hellspin-2tafqb [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-2tafqb [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-2tafqb [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-2tafqb [type="submit"] {
    right: 40px;
  }
}

.hellspin-3mqkva {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-3mqkva.hellspin-lz8nu3 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-3mqkva.hellspin-lz8nu3::before {
  content: "";
  width: 31px;
}

.hellspin-3mqkva.hellspin-lz8nu3 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-3mqkva.hellspin-mzxawa p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-3mqkva p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-2uz7m1 .hellspin-lbmv5e {
  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;
  }
}

.hellspin-15o4i5 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-15o4i5 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-15o4i5 {
    padding: 18px 0;
  }
}

.hellspin-15o4i5 .hellspin-v04tfb {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-15o4i5 .hellspin-v04tfb {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-s6ecsp {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-s6ecsp {
    max-width: 160px;
    height: 40px;
  }
}

.hellspin-s6ecsp picture,
.hellspin-s6ecsp img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-s6ecsp img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-b10ljz {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-5d99td ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-15o4i5.hellspin-0cwr82 .hellspin-b10ljz {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-b10ljz {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-b10ljz {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-7t6wh6,
.hellspin-n6ts4y {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-7t6wh6,
  .hellspin-n6ts4y {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-n6ts4y {
    display: none;
  }
}

.hellspin-1s00vd {
  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;
}

.hellspin-0cwr82 .hellspin-1s00vd {
  background: var(--fh-bg-color);
}

.hellspin-1s00vd button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-1s00vd {
    display: none;
  }
}

.hellspin-b7x5fn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-b7x5fn {
    display: none;
  }
}

.hellspin-uq324p {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.hellspin-15o4i5.hellspin-0cwr82 .hellspin-uq324p:first-child {
  display: none;
}

.hellspin-15o4i5.hellspin-0cwr82 .hellspin-uq324p:last-child {
  display: block;
}

.hellspin-uq324p:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-uq324p {
    display: none;
  }
}

.hellspin-9kqjsa {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-9kqjsa {
    display: flex;
  }
}

.hellspin-9kqjsa ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-9kqjsa:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-9kqjsa:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-9kqjsa:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-9kqjsa:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-9kqjsa:hover .hellspin-84o9ds svg {
  transform: rotate(180deg);
}

.hellspin-ch8nwa {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-obq8u6 {
  padding: 0 8px;
}

.hellspin-vwcgl5 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-vwcgl5:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-vwcgl5 {
    padding: 4px 8px;
  }
}

.hellspin-vsgm85 {
  display: flex;
}

.hellspin-vsgm85 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-84o9ds {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-84o9ds svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-55k09d {
  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) {
  .hellspin-55k09d {
    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;
  }
}

.hellspin-9ywuj6 {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-9ywuj6 {
    display: none;
  }
}

.hellspin-2yp4ie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-i3laa9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-qbo9vm {
  display: flex;
}

.hellspin-5lx86f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-vympz3 {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-vympz3 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-vympz3 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-vympz3 .hellspin-oqut13 [data-ref-el],
  .hellspin-vympz3 .hellspin-oqut13 span,
  .hellspin-vympz3 .hellspin-oqut13 a {
    white-space: nowrap;
  }
}

.hellspin-9de2re {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-9de2re.hellspin-eqpnmu > .hellspin-oqut13 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-9de2re.hellspin-un9kro:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-9de2re.hellspin-eqpnmu > .hellspin-qi2q67 {
    height: auto;
  }

  .hellspin-9de2re.hellspin-eqpnmu > div > .hellspin-phl1vx {
    transform: rotate(180deg);
  }
}

.hellspin-9de2re [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-9de2re [data-ref-el],
.hellspin-9de2re span {
  cursor: pointer;
}

.hellspin-9de2re [data-ref-el],
.hellspin-9de2re span,
.hellspin-9de2re a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .hellspin-9de2re [data-ref-el],
  .hellspin-9de2re span,
  .hellspin-9de2re a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-9de2re [data-ref-el],
  .hellspin-9de2re span,
  .hellspin-9de2re a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-qi2q67 {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-5d99td ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-qi2q67::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-qi2q67::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-qi2q67::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-qi2q67 {
    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;
  }

  .hellspin-qi2q67:has(> .hellspin-9de2re.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-qi2q67 .hellspin-qi2q67 {
    padding: 0;
  }

  .hellspin-qi2q67 .hellspin-9de2re {
    font-weight: 400;
  }

  .hellspin-qi2q67 .hellspin-9de2re:hover > .hellspin-oqut13 {
    background: var(--Neutral-300);
  }

  .hellspin-qi2q67 .hellspin-phl1vx {
    rotate: -90deg;
  }
}

.hellspin-oqut13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-oqut13 {
    padding: 8px;
  }

  .hellspin-9de2re.hellspin-hihk54 > .hellspin-oqut13 {
    background: var(--Neutral-300);
  }
}

.hellspin-phl1vx {
  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.hellspin-nu9dcz.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-5kj8h1 0.hellspin-etyt72.hellspin-muf5c9 -0.hellspin-2rc2kj 0.hellspin-1tk8ky -0.hellspin-2rc2kj 1.hellspin-fhzcwn 0.hellspin-sl9snc.hellspin-wg2d5l 4.hellspin-6ku7i4.hellspin-5kj8h1 0.hellspin-9q0jr3.hellspin-in7fpi -0.hellspin-2rc2kj 9.hellspin-ji0cem -0.hellspin-2rc2kj 10.hellspin-pjsznh 0.hellspin-4yz216.hellspin-tcx3mr 0.hellspin-muf5c9 10.hellspin-tcx3mr 0.hellspin-1tk8ky 10.hellspin-pjsznh 1.hellspin-6vavf2.hellspin-dfd9ta 5.hellspin-qkwz46.hellspin-06n839 6.hellspin-ydj16q 5.hellspin-fc2o3n 6.hellspin-ydj16q 4.hellspin-6nm4ld 5.hellspin-8t2lkk.hellspin-5kj8h1 1.hellspin-jq19ln.hellspin-2rc2kj 0.hellspin-1tk8ky -0.hellspin-2rc2kj 0.hellspin-muf5c9 0.hellspin-5kj8h1 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-5d99td ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-phl1vx {
    cursor: default;
  }
}

.hellspin-x38lx1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-lh8pa6 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .hellspin-lh8pa6 {
    padding: 40px 4px;
  }
}

.hellspin-gw3cr1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-gw3cr1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-gce7l7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-gce7l7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-gce7l7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-gce7l7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-gce7l7 [data-ref-el],
.hellspin-gce7l7 span,
.hellspin-gce7l7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hellspin-w5q0qr {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-w5q0qr {
    margin-bottom: 12px;
  }
}

.hellspin-bq0aph {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-bq0aph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-bq0aph:last-child {
    margin-right: 0;
  }
}

.hellspin-3s1zt7 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-w5q0qr:hover .hellspin-hc7ggl {
  visibility: visible;
  opacity: 1;
}

.hellspin-hc7ggl {
  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);
}

.hellspin-21hn3x {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-9qm7ce {
  display: flex;
  margin: 6px;
}

.hellspin-9qm7ce img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-hc7ggl::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);
}

.hellspin-hc7ggl::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);
}

.hellspin-kfapj0 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-kfapj0 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-pufcam {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hellspin-pufcam {
    margin-right: 32px;
  }
}

.hellspin-7axwys {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-7axwys {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-7axwys a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-qlp9hq {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-ff52t7 {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-ff52t7 {
    margin-top: 40px;
  }
}

.hellspin-ff52t7 + .hellspin-n57ee5,
.hellspin-ff52t7 + .hellspin-ff52t7 {
  margin-top: 24px;
}

.hellspin-gesi35 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-gesi35 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-gesi35 {
    padding: 80px;
  }
}

.hellspin-1rqqbi {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-1rqqbi {
    padding: 0 16px;
}


}

.hellspin-hgli48 {
  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) {
  .hellspin-hgli48 {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-5u3eou {
  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) {
  .hellspin-5u3eou {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-iqofyl {
  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;
}

.hellspin-iqofyl:hover {
  background: var(--button-bg-hover);
}

.hellspin-le4p53 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-le4p53 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-le4p53 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-le4p53 img {
  min-height: 100%;
  }
}

.hellspin-gesi35::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-trfeuq {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-trfeuq h1,
.hellspin-trfeuq h2,
.hellspin-trfeuq h3,
.hellspin-trfeuq h4 {
  margin-bottom: 6px;
}

.hellspin-trfeuq h1:not(:first-child),
.hellspin-trfeuq h2:not(:first-child),
.hellspin-trfeuq h3:not(:first-child),
.hellspin-trfeuq h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-trfeuq h1,
.hellspin-trfeuq h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-trfeuq h1,
  .hellspin-trfeuq h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-trfeuq h2,
.hellspin-trfeuq h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-trfeuq h2,
  .hellspin-trfeuq h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-trfeuq h3,
.hellspin-trfeuq h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-trfeuq h3,
  .hellspin-trfeuq h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-trfeuq h4,
.hellspin-trfeuq h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-trfeuq ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-trfeuq ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-trfeuq 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);
}

.hellspin-trfeuq ul ul {
  margin-bottom: 8px;
}

.hellspin-trfeuq ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-trfeuq ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-trfeuq ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-trfeuq ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-trfeuq ol li::marker {
  font-weight: 700;
}

.hellspin-trfeuq ol ol {
  margin-bottom: 8px;
}

.hellspin-trfeuq ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-trfeuq ol ul li {
  padding-left: 16px;
}

.hellspin-trfeuq 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) {
  .hellspin-trfeuq table {
    padding: 24px;
  }
}

.hellspin-trfeuq table.hellspin-zxgqcy {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hellspin-5d99td,
    mask-image 0.3s;
}

.hellspin-trfeuq table.hellspin-zxgqcy.hellspin-3p887o {
  -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) {
  .hellspin-trfeuq table {
    display: table;
  }
}

.hellspin-trfeuq 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);
}

.hellspin-trfeuq table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-trfeuq table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-trfeuq 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) {
  .hellspin-trfeuq table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-trfeuq table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-trfeuq table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-trfeuq table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-trfeuq img {
  max-width: 100%;
  height: auto;
}

.hellspin-qzeg9g {
  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) {
  .hellspin-qzeg9g {
    padding: 24px;
  }
}

.hellspin-hcea2d {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hellspin-hcea2d {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-hcea2d > * {
  margin: 0 !important;
}

.hellspin-hcea2d img,
.hellspin-cood5u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-hcea2d img,
  .hellspin-cood5u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-hiqw5f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-hiqw5f {
    width: 32px;
    height: 32px;
  }
}

.hellspin-2rs4il {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-2rs4il .hellspin-7fvbwn {
  flex-shrink: 0;
}

.hellspin-2rs4il .hellspin-uduo42 svg {
  display: none;
}

.hellspin-szbrck {
  display: grid;
  transition: max-height 0.hellspin-5d99td ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-szbrck {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-szbrck {
    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));
  }
}

.hellspin-szbrck.hellspin-6n295j + .hellspin-7fvbwn svg {
  transform: rotate(180deg);
}

.hellspin-ipunh6 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-ipunh6 > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-ipunh6
  > div:nth-child(3n)
  .hellspin-1ktiiz
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-ipunh6 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-ipunh6 > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-ipunh6
    > div:nth-child(3n)
    .hellspin-1ktiiz
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-ipunh6 {
    max-width: 270px;
  }
}

.hellspin-ipunh6 .hellspin-1ktiiz button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-ipunh6 .hellspin-1ktiiz button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-ipunh6 .hellspin-1ktiiz button {
    max-width: 104px;
  }
}

.hellspin-d7fcgq {
  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) {
  .hellspin-d7fcgq {
    margin-bottom: 0;
  }
}

.hellspin-xoj81s {
  display: none;
  opacity: 0;
}

.hellspin-dky884 {
  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;
  }
}

.hellspin-dky884 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-1ktiiz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-1ktiiz button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-1ktiiz
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-1ktiiz
    button {
    max-width: 145px;
  }
}

.hellspin-ulq5kb:first-child
  .hellspin-1ktiiz
  button {
  max-width: 270px;
}

.hellspin-p5h754 {
  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%;
}

.hellspin-d7fcgq picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-7sm7kb {
  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;
}

.hellspin-7sm7kb svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-d7fcgq:hover .hellspin-7sm7kb {
  display: flex;
}

.hellspin-4a7xgj {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-w8id6e {
  display: flex;
}

.hellspin-w8id6e:hover .hellspin-3e7d7h,
.hellspin-w8id6e .hellspin-hihk54 .hellspin-3e7d7h {
  display: flex;
}

.hellspin-w8id6e svg {
  flex-shrink: 0;
}

.hellspin-3e7d7h {
  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) {
  .hellspin-3e7d7h {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-3e7d7h:hover {
  display: flex;
}

.hellspin-3e7d7h svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-cjt9ct {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .hellspin-cjt9ct {
    font-size: 12px;
  }
}

.hellspin-16ppoz,
.hellspin-3p1qxt {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-16ppoz {
  font-weight: 700;
}

.hellspin-610th0 .hellspin-szbrck {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-610th0 .hellspin-szbrck {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-610th0 .hellspin-szbrck {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-610th0
  .hellspin-p5h754:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-610th0 .hellspin-dky884 {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-610th0 .hellspin-1ktiiz {
  gap: 4px;
  align-items: center;
}

.hellspin-610th0 .hellspin-1ktiiz button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-610th0 .hellspin-1ktiiz svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-610th0 .hellspin-6x1qfw,
.hellspin-610th0 .hellspin-lgnmx0 {
  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.hellspin-nu9dcz.org/2000/svg'%3E%3Cpath d='M9.hellspin-5gbtov 4.hellspin-2ffeby.hellspin-m2lvfn 5.hellspin-epxyeu.hellspin-wcl13q 5.hellspin-wthofw.hellspin-qdhvyj 5.hellspin-44rls1.hellspin-qeao4y 8.hellspin-ocq1jg.hellspin-o2vdvn 9.hellspin-ptgtrm.hellspin-1mv55s 9.hellspin-in9nxh.hellspin-y0dzmf 13.hellspin-0qyswl.hellspin-rt203y 11.hellspin-dxsa02.hellspin-0k1yud 11.hellspin-swp7ct.hellspin-6xx241 11.hellspin-vuij47.hellspin-atkorz 13.hellspin-ax5w9x.hellspin-rkrtin 9.hellspin-i5z2c7.hellspin-tqvwv2 9.hellspin-vrwttt.hellspin-8dr234 8.hellspin-ehmnfe.hellspin-svnr7p 5.hellspin-5eib10.hellspin-26m7w8 5.hellspin-n1wg74.hellspin-quw2qv 5.hellspin-p9uq3f.hellspin-606xn9 4.hellspin-qh9bu2.hellspin-0k1yud 1.hellspin-ryokcx.hellspin-5gbtov 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-610th0 .hellspin-6x1qfw {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-610th0 .hellspin-lgnmx0 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-lzs7jw {
  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) {
  .hellspin-lzs7jw {
    padding: 24px;
  }
}

.hellspin-lzs7jw .hellspin-7fvbwn {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-lzs7jw .hellspin-7fvbwn {
    display: none;
  }
}

.hellspin-lzs7jw .hellspin-uduo42 svg {
  display: none;
}

.hellspin-hjx0x6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-hjx0x6 .hellspin-5y4uju {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-hjx0x6 .hellspin-5y4uju {
    display: flex;
  }
}

.hellspin-9kn2hz {
  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) {
  .hellspin-9kn2hz {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-9kn2hz > * {
  margin: 0 !important;
}

.hellspin-9kn2hz img,
.hellspin-ce6xvz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-9kn2hz img,
  .hellspin-ce6xvz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-2oz6ys {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-2oz6ys {
    width: 32px;
    height: 32px;
  }
}

.hellspin-ljd0xk {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-ljd0xk {
    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;
  }

  .hellspin-ljd0xk::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-pho5mv {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-pho5mv {
    padding: 7px 15px;
  }
}

.hellspin-pho5mv:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-ufzufs {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-ufzufs {
    display: flex;
    opacity: 1;
  }
}

.hellspin-pho5mv picture {
  height: 100%;
  display: block;
}

.hellspin-pho5mv img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-pho5mv img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-pho5mv p {
  text-align: center;
  width: 100%;
}

.hellspin-rwzzp7 {
  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) {
  .hellspin-rwzzp7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-rwzzp7 img,
.hellspin-32x8u1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-rwzzp7 img,
  .hellspin-32x8u1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-ko9zt0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-ko9zt0 {
    width: 32px;
    height: 32px;
  }
}

.hellspin-eie6ko {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-ektgmp {
  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;
}

.hellspin-8tcr1y {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-8tcr1y.hellspin-hihk54 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-2russh {
  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) {
  .hellspin-2russh {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-qw5kph {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hellspin-0f0bob {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-5d99td ease;
  opacity: 0;
  color: var(--text-color);
}

.hellspin-jnz742 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-jnz742 ol,
.hellspin-jnz742 ul {
  padding-left: 1.3em;
}

.hellspin-8tcr1y.hellspin-hihk54 .hellspin-0f0bob {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-8tcr1y.hellspin-hihk54 .hellspin-qw5kph {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hellspin-xfknx2 {
  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) {
  .hellspin-xfknx2 {
    padding: 24px;
  }
}

.hellspin-xfknx2 .hellspin-7fvbwn {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-xfknx2 .hellspin-7fvbwn {
    display: none;
  }
}

.hellspin-xfknx2 .hellspin-uduo42 svg {
  display: none;
}

.hellspin-zify88 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-zify88 .hellspin-5y4uju {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-zify88 .hellspin-5y4uju {
    display: flex;
  }
}

.hellspin-78bc4w {
  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) {
  .hellspin-78bc4w {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-78bc4w > * {
  margin: 0 !important;
}

.hellspin-78bc4w img,
.hellspin-qt7gcx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-78bc4w img,
  .hellspin-qt7gcx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-ll3mxc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-ll3mxc {
    width: 32px;
    height: 32px;
  }
}

.hellspin-k5lpd6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-k5lpd6 {
    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;
  }

  .hellspin-k5lpd6::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-hh7y16 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-hh7y16:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-sbjq5b {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-sbjq5b {
    display: flex;
    opacity: 1;
  }
}

.hellspin-hh7y16 picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-hh7y16 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-0yxist {
  margin: -24px 0;
}

.hellspin-0yxist:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-0yxist {
    margin: -16px 0;
  }
}

.hellspin-1t99jh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-1t99jh {
    flex-direction: row;
  }
}

.hellspin-69o0w7 {
  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) {
  .hellspin-69o0w7 {
    flex: 1;
  }
}

.hellspin-69o0w7::placeholder {
  color: var(--Text-400);
}

.hellspin-up4rec {
  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;
}

.hellspin-6depay {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-6depay::-webkit-scrollbar {
  display: none;
}

.hellspin-akfxg8 {
  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;
}

.hellspin-akfxg8 img,
.hellspin-akfxg8 svg {
  margin-right: 8px;
}

.hellspin-ep9tv5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-0yxist + .hellspin-4qarxl {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-0yxist + .hellspin-4qarxl {
    margin-top: -16px;
  }
}

.hellspin-jg0l6p {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-jg0l6p > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-jg0l6p > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-an035n {
  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;
}

.hellspin-ibbyxt {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.hellspin-k6ras0 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-lprynw {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-3i8731 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-an035n 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;
}

.hellspin-an035n 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) {
  .hellspin-an035n {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-ibbyxt {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-3i8731 {
    height: 348px;
  }

  .hellspin-an035n button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-an035n button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-an035n {
    padding: 63px;
  }
}

.hellspin-qpnavu {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-qpnavu {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-ymo6na {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-ymo6na {
    width: auto;
  }
}

.hellspin-kebecb {
  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;
}

.hellspin-kebecb::-webkit-scrollbar {
  display: none;
}

.hellspin-kebecb 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);
}

.hellspin-kebecb a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-kebecb {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-qpnavu .hellspin-q6dvhf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hellspin-5d99td,
    mask-image 0.3s;
}

.hellspin-qpnavu .hellspin-q6dvhf.hellspin-3p887o {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-qme1f8 {
  margin: 40px -16px;
}

.hellspin-611fhl + .hellspin-n57ee5,
.hellspin-611fhl + .hellspin-ff52t7 {
  margin-top: 24px;
}

.hellspin-efsc6c {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-efsc6c picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-2dy7pi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-2dy7pi {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-2dy7pi {
    margin-top: 0;
  }
}

.hellspin-pyfrge {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-pyfrge {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-zwwf2x {
  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) {
  .hellspin-zwwf2x {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-dw3ske {
  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) {
  .hellspin-dw3ske {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-s9st7p {
  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) {
  .hellspin-s9st7p {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-pcvczs {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-pcvczs {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-yzvy48 {
  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;
}

.hellspin-66hzpq {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-66hzpq img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-4qarxl {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-77pzm9 {
  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) {
  .hellspin-77pzm9 {
    padding: 15px 48px;
  }
}

main > .hellspin-4qarxl {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-szbrck.hellspin-1bv7k4 > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-trfeuq p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-35wqrk {
  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 */
.hellspin-ad202a {
  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;
}

.hellspin-ad202a label {
  font-size: 14px;
}

.hellspin-ad202a h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-ad202a input,
.hellspin-ad202a textarea,
.hellspin-ad202a 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;
}
.hellspin-ad202a button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-glo6x5 ease;
}
.hellspin-ad202a button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-rsc9pg {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-zepgmh ease-in;
}

.hellspin-rsc9pg 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;
}
.hellspin-cophjv, .hellspin-tsfrpa, [class*="review-card"],
thead, thead th, table th, .hellspin-nu1cn5,
.hellspin-ripvb0, [class*="collapsible-header"],
.hellspin-lj6mp6, [class*="updated-block"] {
  color: #ece7dc !important;
}
