* {
  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-o14yqj {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-o14yqj {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-o14yqj {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-xd8ng4 {
  overflow: hidden;
}

.hellspin-zofw4x img {
  background: var(--Neutral-300);
}

.hellspin-jkorae {
  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-9vovjq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-9vovjq:hover {
  background: var(--button-bg-hover);
}

.hellspin-orhh44 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-orhh44:hover {
  background: var(--button-bg-hover);
}

.hellspin-byho78 {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-fdm8qj {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-uk2enm {
  width: 100%;
}

.hellspin-mu748d {
  padding: 6px 16px;
}

.hellspin-m6pn4s {
  padding: 10px 16px;
}

.hellspin-3o8vky {
  padding: 15px 26px;
}

.hellspin-9edodg {
  flex-shrink: 0;
}

.hellspin-10nvea {
  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-5mpqos {
  display: none;
}

.hellspin-dhuulh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-or3nvt {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-om3fhb {
  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-iapxe5 {
  cursor: grab;
}

.hellspin-om3fhb::-webkit-scrollbar {
  display: none;
}

.hellspin-e9o13k {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-1kv2wi {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-q71yus {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-ikec9b {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-hwklu9 {
  visibility: visible;
}

.hellspin-ayhh68 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-wiw8wc ease;
}

.hellspin-jbnsw8 {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-jkt1m5 {
  -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-wiw8wc,
    mask-image 0.3s;
}

.hellspin-jkt1m5.hellspin-e9dzpr {
  -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-7f5egz: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-1v3wyt {
  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-lp9thk.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-lp9thk.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-weume6 {
  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-weume6::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-t16s7l {
  position: relative;
  z-index: 1;
}

.hellspin-0du0gc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-xzemqh {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-5awxu0 {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-pbefhu {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-thkwlc {
  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-thkwlc:hover {
  background: var(--Primary-400);
}

.hellspin-thkwlc svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-7f5egz 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-weume6 {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-0du0gc {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-xzemqh {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-5awxu0 {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-pbefhu {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-1v3wyt {
    top: 25px;
    right: 25px;
  }
}

.hellspin-bnl7kg,
.hellspin-e0a2am {
  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-0pg1mv.hellspin-ifuxk7::before,
.hellspin-e0a2am::before,
.hellspin-jrvfru::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-lp9thk.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-ohne24 14.hellspin-07ojnm.hellspin-la6hlb 14.hellspin-rmpi9a 15.hellspin-jpavzc 14.hellspin-r3sf1n 15.hellspin-1omanx 14.hellspin-ehqmry.hellspin-6dk279 14.hellspin-4otl3n 19.hellspin-m7w1l5 12.hellspin-mgq4rh 19.hellspin-m7w1l5 10.hellspin-r4jcs7.hellspin-m7w1l5 8.hellspin-70bfpf 17.hellspin-b1vvvd 7.hellspin-k3yyy4 15.hellspin-iozxl3 7.hellspin-5ucfal.hellspin-3nxklc 7.hellspin-k3yyy4 11.hellspin-awucq8 8.hellspin-70bfpf 11.hellspin-awucq8 10.hellspin-ufjcov.hellspin-awucq8 12.hellspin-ez6fxk 13.hellspin-z19bvl 14.hellspin-db4y4n 15.hellspin-foqk1s 14.hellspin-eq0xmg.hellspin-zfwwmw 14.hellspin-w5iqv9 15.hellspin-vr5i6p 14.hellspin-m0kwn2 15.hellspin-bj8led 14.hellspin-jc92sb.hellspin-ohne24 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-7qv50c 15.hellspin-uip8vt.hellspin-k0tepp 15.hellspin-ghkqh1 15.hellspin-9ot3eu 15.hellspin-myy3mg 15.hellspin-6206oo 15.hellspin-juzr3p.hellspin-eozdzn 15.hellspin-myy3mg 15.hellspin-hvuwo0 15.hellspin-65pjbq 15.hellspin-6oicnm 15.hellspin-8nxazt.hellspin-j55soq 15.hellspin-uicmq9 7.hellspin-yg4d66 18.hellspin-1g5xxz 7.hellspin-er1t62 23.hellspin-yk0mxm.hellspin-yra0if.hellspin-ekqrwt 18.hellspin-jzo3du 19.hellspin-8g5gr5 15.hellspin-w4isse 15.hellspin-7qv50c 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-9za1w4 [type="submit"] *,
.hellspin-et0v3f button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-6l2aac {
    display: none;
  }
}

.hellspin-oh1ajb {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-oh1ajb {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-oh1ajb {
    bottom: 22px;
  }
}

.hellspin-oh1ajb input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-oh1ajb {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-2dnxzj.static) .hellspin-oh1ajb {
    bottom: 8px;
  }
}

.hellspin-hvxc72 {
  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-lp9thk.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-wqzm2f 3.hellspin-lxb6rm.hellspin-yacxlj.hellspin-sonj6q 3.hellspin-zim4jh 3.hellspin-y38gun 5.hellspin-ds7xlt 3.hellspin-y38gun 8.hellspin-ok6h9o.hellspin-gneuq2.hellspin-y38gun 26.hellspin-3ty5e9 5.hellspin-kwio68 28.hellspin-ykii8j 8.hellspin-zgdk1e 28.hellspin-1vjuqu.hellspin-hkw20u 28.hellspin-n7f4xa.hellspin-t6zwho 34.hellspin-p32vk0.hellspin-b7atgf 36.hellspin-plwu1l 11.hellspin-0bqyrq 37.hellspin-wbgdio 12.hellspin-7v62vm 36.hellspin-kjj9g6.hellspin-e3en8q 28.hellspin-sxyf3q.hellspin-xbfd38.hellspin-0jtkef 28.hellspin-6x8wpe 36.hellspin-3ebw8w 26.hellspin-p8hw3h 36.hellspin-3ebw8w 23.hellspin-flm2a2.hellspin-45dq3r.hellspin-3ebw8w 5.hellspin-tx0ffh 34.hellspin-fc2iay 3.hellspin-zim4jh 31.hellspin-wqzm2f 3.hellspin-it5w2r.hellspin-qrm8tc 18.hellspin-usc3gn.hellspin-n27r3s 18.hellspin-cevety 8.hellspin-lsdq10 17.hellspin-ofg5eg 8.hellspin-lsdq10 15.hellspin-ep554y.hellspin-lsdq10 14.hellspin-ol9zx4 9.hellspin-n27r3s 13.hellspin-3fkw7q 11.hellspin-qrm8tc 13.hellspin-6f2r3b.hellspin-uucl7s 13.hellspin-3fkw7q 13.hellspin-1jxacf 14.hellspin-ol9zx4 13.hellspin-1jxacf 15.hellspin-i60t2e.hellspin-1jxacf 17.hellspin-ofg5eg 12.hellspin-uucl7s 18.hellspin-cevety 11.hellspin-qrm8tc 18.hellspin-yn9z2s.hellspin-kksy17 18.hellspin-cgb3co.hellspin-2nycml 18.hellspin-cevety 17.hellspin-3zklqb 17.hellspin-ofg5eg 17.hellspin-3zklqb 15.hellspin-6sedp0.hellspin-3zklqb 14.hellspin-ol9zx4 18.hellspin-2nycml 13.hellspin-3fkw7q 20.hellspin-kksy17 13.hellspin-66ltzv.hellspin-nb5ydp 13.hellspin-3fkw7q 22.hellspin-2peeam 14.hellspin-ol9zx4 22.hellspin-2peeam 15.hellspin-p8rxsd.hellspin-84mv2m 17.hellspin-ofg5eg 21.hellspin-nb5ydp 18.hellspin-cevety 20.hellspin-kksy17 18.hellspin-1eyme4.hellspin-sdvjwf 18.hellspin-zg4r0a.hellspin-4m7ayk 18.hellspin-cevety 26.hellspin-mazvtc 17.hellspin-ofg5eg 26.hellspin-mazvtc 15.hellspin-ygny6a.hellspin-mazvtc 14.hellspin-ol9zx4 27.hellspin-4m7ayk 13.hellspin-3fkw7q 28.hellspin-sdvjwf 13.hellspin-45357u.hellspin-qc3fkg 13.hellspin-3fkw7q 31.hellspin-yqk5sx 14.hellspin-ol9zx4 31.hellspin-yqk5sx 15.hellspin-2j5mft.hellspin-mazvtc 17.hellspin-ofg5eg 30.hellspin-qc3fkg 18.hellspin-cevety 28.hellspin-sdvjwf 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-hvxc72 {
    display: none;
  }
}

.hellspin-hgd80s {
  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-hgd80s {
    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-et0v3f {
  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-et0v3f {
    padding: 14px 16px;
  }
}

.hellspin-et0v3f button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-et0v3f button:first-child {
  align-content: end;
}

.hellspin-et0v3f button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-et0v3f
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-et0v3f
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-et0v3f button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-et0v3f button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-jrvfru {
  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-jrvfru::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-jrvfru,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-jrvfru {
  opacity: 1;
  visibility: visible;
}

.hellspin-jbdwn9 {
  flex: 1 1;
}

.hellspin-k1k27t {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-k1k27t {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-yi76qx {
  display: block;
}

.hellspin-hk46sd {
  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-hk46sd {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-e0a2am {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-e0a2am::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-iopp4v span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-iopp4v p {
  color: var(--Text-100);
}

.hellspin-e0a2am .hellspin-tppzh5 {
  grid-area: button;
}

.hellspin-e0a2am .hellspin-tppzh5::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-lp9thk.org/2000/svg'%3E%3Cpath d='M4.hellspin-kktt1k 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-ozt6ck 15L16.hellspin-ozt6ck 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-ozt6ck 5L16.hellspin-ozt6ck 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-ir83ck {
  display: block;
}

.hellspin-qunvbx {
  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-qunvbx {
    margin-top: 40px;
  }
}

.hellspin-bnl7kg label,
.hellspin-bnl7kg input {
  display: block;
  width: 100%;
}

.hellspin-bnl7kg label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-bnl7kg label.hellspin-wn2wtb input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-bnl7kg label.hellspin-wn2wtb::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-bnl7kg 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-bnl7kg input::placeholder {
  color: var(--Text-400);
}

.hellspin-f9hl1q {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-f9hl1q {
  display: flex;
}

.hellspin-f9hl1q ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-f9hl1q ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-f9hl1q ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-9za1w4 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-9za1w4 {
    padding: 0 24px 24px;
  }
}

.hellspin-9za1w4 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-9za1w4 input::placeholder {
  color: var(--Text-400);
}

.hellspin-9za1w4 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-9za1w4 [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-9za1w4 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-9za1w4 [type="submit"] {
    right: 40px;
  }
}

.hellspin-0pg1mv {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-0pg1mv.hellspin-ifuxk7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-0pg1mv.hellspin-ifuxk7::before {
  content: "";
  width: 31px;
}

.hellspin-0pg1mv.hellspin-ifuxk7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-0pg1mv.hellspin-6syz2w p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-0pg1mv p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-oh1ajb .hellspin-tppzh5 {
  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-6l2aac {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-6l2aac {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-6l2aac {
    padding: 18px 0;
  }
}

.hellspin-6l2aac .hellspin-o14yqj {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-6l2aac .hellspin-o14yqj {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-3igvsa {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-3igvsa {
    max-width: 160px;
    height: 40px;
  }
}

.hellspin-3igvsa picture,
.hellspin-3igvsa img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-3igvsa img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-hu1eon {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-wiw8wc ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-6l2aac.hellspin-5z41jw .hellspin-hu1eon {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-hu1eon {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-hu1eon {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-kxx71i,
.hellspin-8n7jip {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-kxx71i,
  .hellspin-8n7jip {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-8n7jip {
    display: none;
  }
}

.hellspin-4mqtgd {
  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-5z41jw .hellspin-4mqtgd {
  background: var(--fh-bg-color);
}

.hellspin-4mqtgd button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-4mqtgd {
    display: none;
  }
}

.hellspin-t3kry6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-t3kry6 {
    display: none;
  }
}

.hellspin-glgfx2 {
  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-6l2aac.hellspin-5z41jw .hellspin-glgfx2:first-child {
  display: none;
}

.hellspin-6l2aac.hellspin-5z41jw .hellspin-glgfx2:last-child {
  display: block;
}

.hellspin-glgfx2:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-glgfx2 {
    display: none;
  }
}

.hellspin-sz3835 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-sz3835 {
    display: flex;
  }
}

.hellspin-sz3835 ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-sz3835:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-sz3835:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-sz3835:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-sz3835:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-sz3835:hover .hellspin-7g19yb svg {
  transform: rotate(180deg);
}

.hellspin-3ikakv {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-6qqpf9 {
  padding: 0 8px;
}

.hellspin-h6e56k {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-h6e56k:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-h6e56k {
    padding: 4px 8px;
  }
}

.hellspin-asc59h {
  display: flex;
}

.hellspin-asc59h img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-7g19yb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-7g19yb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-9wk2vn {
  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-9wk2vn {
    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-kjh5u0 {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-kjh5u0 {
    display: none;
  }
}

.hellspin-0pa1ba {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-f7wsoy {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-nb5zsk {
  display: flex;
}

.hellspin-5g7o73 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-vunnpe {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-vunnpe {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-vunnpe {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-vunnpe .hellspin-qnr9g1 [data-ref-el],
  .hellspin-vunnpe .hellspin-qnr9g1 span,
  .hellspin-vunnpe .hellspin-qnr9g1 a {
    white-space: nowrap;
  }
}

.hellspin-6tu4a4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-6tu4a4.hellspin-iofxw7 > .hellspin-qnr9g1 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-6tu4a4.hellspin-82ethi:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-6tu4a4.hellspin-iofxw7 > .hellspin-6po3hj {
    height: auto;
  }

  .hellspin-6tu4a4.hellspin-iofxw7 > div > .hellspin-gyd10j {
    transform: rotate(180deg);
  }
}

.hellspin-6tu4a4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-6tu4a4 [data-ref-el],
.hellspin-6tu4a4 span {
  cursor: pointer;
}

.hellspin-6tu4a4 [data-ref-el],
.hellspin-6tu4a4 span,
.hellspin-6tu4a4 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-6tu4a4 [data-ref-el],
  .hellspin-6tu4a4 span,
  .hellspin-6tu4a4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-6tu4a4 [data-ref-el],
  .hellspin-6tu4a4 span,
  .hellspin-6tu4a4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-6po3hj {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-wiw8wc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-6po3hj::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-6po3hj::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-6po3hj::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-6po3hj {
    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-6po3hj:has(> .hellspin-6tu4a4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-6po3hj .hellspin-6po3hj {
    padding: 0;
  }

  .hellspin-6po3hj .hellspin-6tu4a4 {
    font-weight: 400;
  }

  .hellspin-6po3hj .hellspin-6tu4a4:hover > .hellspin-qnr9g1 {
    background: var(--Neutral-300);
  }

  .hellspin-6po3hj .hellspin-gyd10j {
    rotate: -90deg;
  }
}

.hellspin-qnr9g1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-qnr9g1 {
    padding: 8px;
  }

  .hellspin-6tu4a4.hellspin-37yvm5 > .hellspin-qnr9g1 {
    background: var(--Neutral-300);
  }
}

.hellspin-gyd10j {
  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-lp9thk.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-w25gqc 0.hellspin-ui70hh.hellspin-pn124m -0.hellspin-98by7r 0.hellspin-8vdq7e -0.hellspin-98by7r 1.hellspin-ireafy 0.hellspin-90zdty.hellspin-n4spci 4.hellspin-qcqjw8.hellspin-w25gqc 0.hellspin-tw5cvh.hellspin-hr509f -0.hellspin-98by7r 9.hellspin-lyzcfy -0.hellspin-98by7r 10.hellspin-tg7idk 0.hellspin-khw4kj.hellspin-k7wvob 0.hellspin-pn124m 10.hellspin-k7wvob 0.hellspin-8vdq7e 10.hellspin-tg7idk 1.hellspin-m1ynbv.hellspin-f3fc7y 5.hellspin-sk92vf.hellspin-2epzav 6.hellspin-5pvapq 5.hellspin-3ktrja 6.hellspin-5pvapq 4.hellspin-qeycy0 5.hellspin-zk56p2.hellspin-w25gqc 1.hellspin-e32ef5.hellspin-98by7r 0.hellspin-8vdq7e -0.hellspin-98by7r 0.hellspin-pn124m 0.hellspin-w25gqc 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-wiw8wc ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-gyd10j {
    cursor: default;
  }
}

.hellspin-lxbgt2 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-i7pv2l {
  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-i7pv2l {
    padding: 40px 4px;
  }
}

.hellspin-cakryk {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-cakryk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-vb35i3 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-vb35i3 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-vb35i3 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-vb35i3 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-vb35i3 [data-ref-el],
.hellspin-vb35i3 span,
.hellspin-vb35i3 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hellspin-gbcqxq {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-gbcqxq {
    margin-bottom: 12px;
  }
}

.hellspin-z279dm {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-z279dm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-z279dm:last-child {
    margin-right: 0;
  }
}

.hellspin-o2o6va {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-gbcqxq:hover .hellspin-fyxitk {
  visibility: visible;
  opacity: 1;
}

.hellspin-fyxitk {
  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-ld933j {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-2nz62z {
  display: flex;
  margin: 6px;
}

.hellspin-2nz62z img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-fyxitk::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-fyxitk::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-649p3m {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-649p3m {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-q7dd7q {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hellspin-q7dd7q {
    margin-right: 32px;
  }
}

.hellspin-i1yo2z {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-i1yo2z {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-i1yo2z a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-mfx1rz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-kp93pc {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-kp93pc {
    margin-top: 40px;
  }
}

.hellspin-kp93pc + .hellspin-41zii8,
.hellspin-kp93pc + .hellspin-kp93pc {
  margin-top: 24px;
}

.hellspin-1eplle {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-1eplle {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-1eplle {
    padding: 80px;
  }
}

.hellspin-4d9bz1 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-4d9bz1 {
    padding: 0 16px;
}


}

.hellspin-m827ht {
  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-m827ht {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-5g8xsf {
  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-5g8xsf {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-wlgrrg {
  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-wlgrrg:hover {
  background: var(--button-bg-hover);
}

.hellspin-9i7eey {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-9i7eey img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-9i7eey img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-9i7eey img {
  min-height: 100%;
  }
}

.hellspin-1eplle::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-7n1y13 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-7n1y13 h1,
.hellspin-7n1y13 h2,
.hellspin-7n1y13 h3,
.hellspin-7n1y13 h4 {
  margin-bottom: 6px;
}

.hellspin-7n1y13 h1:not(:first-child),
.hellspin-7n1y13 h2:not(:first-child),
.hellspin-7n1y13 h3:not(:first-child),
.hellspin-7n1y13 h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-7n1y13 h1,
.hellspin-7n1y13 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-7n1y13 h1,
  .hellspin-7n1y13 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-7n1y13 h2,
.hellspin-7n1y13 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-7n1y13 h2,
  .hellspin-7n1y13 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-7n1y13 h3,
.hellspin-7n1y13 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-7n1y13 h3,
  .hellspin-7n1y13 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-7n1y13 h4,
.hellspin-7n1y13 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-7n1y13 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-7n1y13 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-7n1y13 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-7n1y13 ul ul {
  margin-bottom: 8px;
}

.hellspin-7n1y13 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-7n1y13 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-7n1y13 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-7n1y13 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-7n1y13 ol li::marker {
  font-weight: 700;
}

.hellspin-7n1y13 ol ol {
  margin-bottom: 8px;
}

.hellspin-7n1y13 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-7n1y13 ol ul li {
  padding-left: 16px;
}

.hellspin-7n1y13 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-7n1y13 table {
    padding: 24px;
  }
}

.hellspin-7n1y13 table.hellspin-1gul7l {
  -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-wiw8wc,
    mask-image 0.3s;
}

.hellspin-7n1y13 table.hellspin-1gul7l.hellspin-e9dzpr {
  -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-7n1y13 table {
    display: table;
  }
}

.hellspin-7n1y13 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-7n1y13 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-7n1y13 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-7n1y13 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-7n1y13 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-7n1y13 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-7n1y13 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-7n1y13 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-7n1y13 img {
  max-width: 100%;
  height: auto;
}

.hellspin-xd8auj {
  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-xd8auj {
    padding: 24px;
  }
}

.hellspin-ebt9rh {
  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-ebt9rh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-ebt9rh > * {
  margin: 0 !important;
}

.hellspin-ebt9rh img,
.hellspin-nkyqm3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-ebt9rh img,
  .hellspin-nkyqm3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-uwf7co {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-uwf7co {
    width: 32px;
    height: 32px;
  }
}

.hellspin-e2blqf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-e2blqf .hellspin-2jr47f {
  flex-shrink: 0;
}

.hellspin-e2blqf .hellspin-m1s29k svg {
  display: none;
}

.hellspin-roqnbs {
  display: grid;
  transition: max-height 0.hellspin-wiw8wc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-roqnbs {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-roqnbs {
    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-roqnbs.hellspin-b8lxfo + .hellspin-2jr47f svg {
  transform: rotate(180deg);
}

.hellspin-qzsjdr {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-qzsjdr > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-qzsjdr
  > div:nth-child(3n)
  .hellspin-w9jppb
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-qzsjdr {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-qzsjdr > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-qzsjdr
    > div:nth-child(3n)
    .hellspin-w9jppb
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-qzsjdr {
    max-width: 270px;
  }
}

.hellspin-qzsjdr .hellspin-w9jppb button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-qzsjdr .hellspin-w9jppb button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-qzsjdr .hellspin-w9jppb button {
    max-width: 104px;
  }
}

.hellspin-yna8a5 {
  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-yna8a5 {
    margin-bottom: 0;
  }
}

.hellspin-od3ey3 {
  display: none;
  opacity: 0;
}

.hellspin-6d9iy3 {
  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-6d9iy3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-w9jppb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-w9jppb 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-w9jppb
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-w9jppb
    button {
    max-width: 145px;
  }
}

.hellspin-4ryg6z:first-child
  .hellspin-w9jppb
  button {
  max-width: 270px;
}

.hellspin-rm4nfs {
  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-yna8a5 picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-wdrmg3 {
  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-wdrmg3 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-yna8a5:hover .hellspin-wdrmg3 {
  display: flex;
}

.hellspin-nie3mm {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-liad80 {
  display: flex;
}

.hellspin-liad80:hover .hellspin-ahidpj,
.hellspin-liad80 .hellspin-37yvm5 .hellspin-ahidpj {
  display: flex;
}

.hellspin-liad80 svg {
  flex-shrink: 0;
}

.hellspin-ahidpj {
  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-ahidpj {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-ahidpj:hover {
  display: flex;
}

.hellspin-ahidpj svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-72zwb8 {
  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-72zwb8 {
    font-size: 12px;
  }
}

.hellspin-vy94a2,
.hellspin-rnr4jd {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-vy94a2 {
  font-weight: 700;
}

.hellspin-078z86 .hellspin-roqnbs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-078z86 .hellspin-roqnbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-078z86 .hellspin-roqnbs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-078z86
  .hellspin-rm4nfs:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-078z86 .hellspin-6d9iy3 {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-078z86 .hellspin-w9jppb {
  gap: 4px;
  align-items: center;
}

.hellspin-078z86 .hellspin-w9jppb button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-078z86 .hellspin-w9jppb svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-078z86 .hellspin-ng3mq2,
.hellspin-078z86 .hellspin-itrnc7 {
  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-lp9thk.org/2000/svg'%3E%3Cpath d='M9.hellspin-acm355 4.hellspin-u1nqe2.hellspin-6tviyl 5.hellspin-z2dpoh.hellspin-mknphd 5.hellspin-46bfhm.hellspin-6vn5dm 5.hellspin-03mf9v.hellspin-9ye2ca 8.hellspin-a4yi2x.hellspin-vtot2k 9.hellspin-pfbtdv.hellspin-yuheu9 9.hellspin-eagqfr.hellspin-a8gby7 13.hellspin-3ph2cg.hellspin-dhmcnm 11.hellspin-zgmbte.hellspin-m3e43g 11.hellspin-xukcbo.hellspin-5o7oyj 11.hellspin-3ppn7b.hellspin-nuj325 13.hellspin-b9127y.hellspin-37n0f4 9.hellspin-qucax8.hellspin-ntkpcc 9.hellspin-ednori.hellspin-a0o4wp 8.hellspin-zfeg9e.hellspin-267g22 5.hellspin-wwtepc.hellspin-hul5ly 5.hellspin-8iovmp.hellspin-n05f3v 5.hellspin-ejixuh.hellspin-j1ss3s 4.hellspin-duh7xw.hellspin-m3e43g 1.hellspin-by0uil.hellspin-acm355 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-078z86 .hellspin-ng3mq2 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-078z86 .hellspin-itrnc7 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-o9sdrf {
  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-o9sdrf {
    padding: 24px;
  }
}

.hellspin-o9sdrf .hellspin-2jr47f {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-o9sdrf .hellspin-2jr47f {
    display: none;
  }
}

.hellspin-o9sdrf .hellspin-m1s29k svg {
  display: none;
}

.hellspin-n9aj60 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-n9aj60 .hellspin-jkorae {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-n9aj60 .hellspin-jkorae {
    display: flex;
  }
}

.hellspin-vvw033 {
  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-vvw033 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-vvw033 > * {
  margin: 0 !important;
}

.hellspin-vvw033 img,
.hellspin-cwanwa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-vvw033 img,
  .hellspin-cwanwa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-bmfn7z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-bmfn7z {
    width: 32px;
    height: 32px;
  }
}

.hellspin-foeypa {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-foeypa {
    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-foeypa::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-wk2i7u {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-wk2i7u {
    padding: 7px 15px;
  }
}

.hellspin-wk2i7u:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-sz8ksb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-sz8ksb {
    display: flex;
    opacity: 1;
  }
}

.hellspin-wk2i7u picture {
  height: 100%;
  display: block;
}

.hellspin-wk2i7u img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-wk2i7u img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-wk2i7u p {
  text-align: center;
  width: 100%;
}

.hellspin-83ohi0 {
  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-83ohi0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-83ohi0 img,
.hellspin-zouzol {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-83ohi0 img,
  .hellspin-zouzol {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-g25tke {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-g25tke {
    width: 32px;
    height: 32px;
  }
}

.hellspin-cl51xo {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-r9evj9 {
  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-q2oy7z {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-q2oy7z.hellspin-37yvm5 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-vm83wl {
  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-vm83wl {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-o916h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hellspin-jyu6p4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-wiw8wc ease;
  opacity: 0;
  color: var(--text-color);
}

.hellspin-zwt843 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-zwt843 ol,
.hellspin-zwt843 ul {
  padding-left: 1.3em;
}

.hellspin-q2oy7z.hellspin-37yvm5 .hellspin-jyu6p4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-q2oy7z.hellspin-37yvm5 .hellspin-o916h2 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hellspin-4uyick {
  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-4uyick {
    padding: 24px;
  }
}

.hellspin-4uyick .hellspin-2jr47f {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-4uyick .hellspin-2jr47f {
    display: none;
  }
}

.hellspin-4uyick .hellspin-m1s29k svg {
  display: none;
}

.hellspin-4fzhqf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-4fzhqf .hellspin-jkorae {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-4fzhqf .hellspin-jkorae {
    display: flex;
  }
}

.hellspin-qqxeua {
  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-qqxeua {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-qqxeua > * {
  margin: 0 !important;
}

.hellspin-qqxeua img,
.hellspin-2gwj39 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-qqxeua img,
  .hellspin-2gwj39 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-msg9os {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-msg9os {
    width: 32px;
    height: 32px;
  }
}

.hellspin-00dmoz {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-00dmoz {
    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-00dmoz::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-bs1vmy {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-bs1vmy:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-16wxln {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-16wxln {
    display: flex;
    opacity: 1;
  }
}

.hellspin-bs1vmy picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-bs1vmy picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-ozvir8 {
  margin: -24px 0;
}

.hellspin-ozvir8:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-ozvir8 {
    margin: -16px 0;
  }
}

.hellspin-goay8r {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-goay8r {
    flex-direction: row;
  }
}

.hellspin-rcuz03 {
  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-rcuz03 {
    flex: 1;
  }
}

.hellspin-rcuz03::placeholder {
  color: var(--Text-400);
}

.hellspin-yjk777 {
  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-yi7bwz {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-yi7bwz::-webkit-scrollbar {
  display: none;
}

.hellspin-ls6l6l {
  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-ls6l6l img,
.hellspin-ls6l6l svg {
  margin-right: 8px;
}

.hellspin-4q5bdc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-ozvir8 + .hellspin-xh3kle {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-ozvir8 + .hellspin-xh3kle {
    margin-top: -16px;
  }
}

.hellspin-4lq618 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-4lq618 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-4lq618 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-13vvhs {
  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-jlsvb6 {
  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-dbjzqs {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-zda6fg {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-t0u7y2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-13vvhs 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-13vvhs 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-13vvhs {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-jlsvb6 {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-t0u7y2 {
    height: 348px;
  }

  .hellspin-13vvhs button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-13vvhs button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-13vvhs {
    padding: 63px;
  }
}

.hellspin-dnegpa {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-dnegpa {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-0xi2px {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-0xi2px {
    width: auto;
  }
}

.hellspin-cfkvw2 {
  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-cfkvw2::-webkit-scrollbar {
  display: none;
}

.hellspin-cfkvw2 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-cfkvw2 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-cfkvw2 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-dnegpa .hellspin-bv1ofn {
  -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-wiw8wc,
    mask-image 0.3s;
}

.hellspin-dnegpa .hellspin-bv1ofn.hellspin-e9dzpr {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-0zvrnq {
  margin: 40px -16px;
}

.hellspin-3jcdll + .hellspin-41zii8,
.hellspin-3jcdll + .hellspin-kp93pc {
  margin-top: 24px;
}

.hellspin-tol6qv {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-tol6qv picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-a60pq1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-a60pq1 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-a60pq1 {
    margin-top: 0;
  }
}

.hellspin-72do5z {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-72do5z {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-89jfz1 {
  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-89jfz1 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-p2n0yj {
  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-p2n0yj {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-6018pk {
  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-6018pk {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-c0bub3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-c0bub3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-sqt35c {
  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-ccff70 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-ccff70 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-xh3kle {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-svb4ut {
  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-svb4ut {
    padding: 15px 48px;
  }
}

main > .hellspin-xh3kle {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-roqnbs.hellspin-a2gexb > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-7n1y13 p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-5bkcdq {
  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-854l3p {
  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-854l3p label {
  font-size: 14px;
}

.hellspin-854l3p h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-854l3p input,
.hellspin-854l3p textarea,
.hellspin-854l3p 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-854l3p button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-tccwd7 ease;
}
.hellspin-854l3p button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-v92kn9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-hbjhbt ease-in;
}

.hellspin-v92kn9 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-hkohkp, .hellspin-350g7g, [class*="review-card"],
thead, thead th, table th, .hellspin-48rref,
.hellspin-gv8kil, [class*="collapsible-header"],
.hellspin-k8uajq, [class*="updated-block"] {
  color: #ece7dc !important;
}
