* {
  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-aue9ty {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-aue9ty {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-aue9ty {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-q7v5wj {
  overflow: hidden;
}

.hellspin-s7nlo2 img {
  background: var(--Neutral-300);
}

.hellspin-uprcyw {
  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-imcl0c {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-imcl0c:hover {
  background: var(--button-bg-hover);
}

.hellspin-8tyqwa {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-8tyqwa:hover {
  background: var(--button-bg-hover);
}

.hellspin-rfajn1 {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-eoc5pg {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-29vltk {
  width: 100%;
}

.hellspin-ohluac {
  padding: 6px 16px;
}

.hellspin-jqi3r3 {
  padding: 10px 16px;
}

.hellspin-doioiy {
  padding: 15px 26px;
}

.hellspin-dc2bv4 {
  flex-shrink: 0;
}

.hellspin-yn6dc5 {
  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-gne1rm {
  display: none;
}

.hellspin-vve6ju {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-9bmuls {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-edn1sz {
  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-ri5j47 {
  cursor: grab;
}

.hellspin-edn1sz::-webkit-scrollbar {
  display: none;
}

.hellspin-s2z51r {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-bc4tui {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-qd5u92 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-xz4ahl {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-tfcl03 {
  visibility: visible;
}

.hellspin-44r9ov {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-0blppz ease;
}

.hellspin-9krbex {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-mo6679 {
  -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-0blppz,
    mask-image 0.3s;
}

.hellspin-mo6679.hellspin-puf230 {
  -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-by5yfp: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-cd2jba {
  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-gap28v.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-gap28v.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-bumf9w {
  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-bumf9w::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-ggrord {
  position: relative;
  z-index: 1;
}

.hellspin-uo98x4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-36rlpa {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-pdwjz2 {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-lc3csa {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-759zvt {
  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-759zvt:hover {
  background: var(--Primary-400);
}

.hellspin-759zvt svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-by5yfp 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-bumf9w {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-uo98x4 {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-36rlpa {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-pdwjz2 {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-lc3csa {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-cd2jba {
    top: 25px;
    right: 25px;
  }
}

.hellspin-s8ik5l,
.hellspin-m4ne5z {
  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-3v9z8v.hellspin-jc63f7::before,
.hellspin-m4ne5z::before,
.hellspin-skyvcb::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-gap28v.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-rh9njj 14.hellspin-zdgtuq.hellspin-2j11hp 14.hellspin-y8ptx1 15.hellspin-lv9fuw 14.hellspin-mnt38w 15.hellspin-87b099 14.hellspin-es149v.hellspin-bv8lpn 14.hellspin-u563em 19.hellspin-fzv9r5 12.hellspin-z1rmu2 19.hellspin-fzv9r5 10.hellspin-h519q5.hellspin-fzv9r5 8.hellspin-h6bw0s 17.hellspin-apwuqr 7.hellspin-mz5wwv 15.hellspin-3dtomi 7.hellspin-14l4v8.hellspin-9t8fed 7.hellspin-mz5wwv 11.hellspin-23kbpg 8.hellspin-h6bw0s 11.hellspin-23kbpg 10.hellspin-cyr22y.hellspin-23kbpg 12.hellspin-ultx34 13.hellspin-xuoy38 14.hellspin-h92fp4 15.hellspin-2r4dlx 14.hellspin-ezfwpx.hellspin-944thk 14.hellspin-5wonvz 15.hellspin-5jl2su 14.hellspin-3my2ap 15.hellspin-tz7fvy 14.hellspin-92vzqc.hellspin-rh9njj 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-mpc5ke 15.hellspin-rjzog4.hellspin-73cxj1 15.hellspin-ail4jc 15.hellspin-n1c7fu 15.hellspin-uq855t 15.hellspin-2jj1dw 15.hellspin-c94ekx.hellspin-tnpc7m 15.hellspin-uq855t 15.hellspin-un34oo 15.hellspin-8jftu4 15.hellspin-3ghwkv 15.hellspin-kgpl0g.hellspin-0zl4j1 15.hellspin-z74mxo 7.hellspin-t0fn5d 18.hellspin-lw1c5s 7.hellspin-8ik7si 23.hellspin-6iytkc.hellspin-xji91l.hellspin-roje2l 18.hellspin-n42fd8 19.hellspin-mgomoc 15.hellspin-m0vfan 15.hellspin-mpc5ke 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-phdoi3 [type="submit"] *,
.hellspin-jajvrs button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-xbwort {
    display: none;
  }
}

.hellspin-ibb22r {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-ibb22r {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-ibb22r {
    bottom: 22px;
  }
}

.hellspin-ibb22r input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-ibb22r {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-vr58ju.static) .hellspin-ibb22r {
    bottom: 8px;
  }
}

.hellspin-d6egw8 {
  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-gap28v.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-i5sy4r 3.hellspin-boriye.hellspin-xx3o5a.hellspin-0nsrbf 3.hellspin-ytuezd 3.hellspin-6cdwf5 5.hellspin-g7zpjc 3.hellspin-6cdwf5 8.hellspin-o7p30k.hellspin-ts19mt.hellspin-6cdwf5 26.hellspin-8zbh1y 5.hellspin-npgbyy 28.hellspin-y4b1j3 8.hellspin-m9j0rq 28.hellspin-6mskpd.hellspin-00p3ra 28.hellspin-nurbdk.hellspin-q9pxef 34.hellspin-jmihne.hellspin-bfycn1 36.hellspin-v1cnvb 11.hellspin-nlr5jj 37.hellspin-viij3l 12.hellspin-k67961 36.hellspin-badjgl.hellspin-qe39ni 28.hellspin-nzy0wj.hellspin-ky18wc.hellspin-nii22p 28.hellspin-ab72om 36.hellspin-1vbosd 26.hellspin-d9cmdl 36.hellspin-1vbosd 23.hellspin-c8vt1z.hellspin-xsz0of.hellspin-1vbosd 5.hellspin-klpumr 34.hellspin-3gelqq 3.hellspin-ytuezd 31.hellspin-i5sy4r 3.hellspin-j3esth.hellspin-j14uhz 18.hellspin-xs4d0y.hellspin-96x6yk 18.hellspin-nr7wio 8.hellspin-1x9mfe 17.hellspin-0sca5h 8.hellspin-1x9mfe 15.hellspin-xqa34n.hellspin-1x9mfe 14.hellspin-i76l6l 9.hellspin-96x6yk 13.hellspin-t5jagn 11.hellspin-j14uhz 13.hellspin-e0nq3y.hellspin-rzpa2k 13.hellspin-t5jagn 13.hellspin-thib4m 14.hellspin-i76l6l 13.hellspin-thib4m 15.hellspin-9hhlmp.hellspin-thib4m 17.hellspin-0sca5h 12.hellspin-rzpa2k 18.hellspin-nr7wio 11.hellspin-j14uhz 18.hellspin-grpkn1.hellspin-73302f 18.hellspin-y06xkt.hellspin-nakx9a 18.hellspin-nr7wio 17.hellspin-tri3ya 17.hellspin-0sca5h 17.hellspin-tri3ya 15.hellspin-5hfqgn.hellspin-tri3ya 14.hellspin-i76l6l 18.hellspin-nakx9a 13.hellspin-t5jagn 20.hellspin-73302f 13.hellspin-tocq9t.hellspin-9q0kd6 13.hellspin-t5jagn 22.hellspin-9mwe8k 14.hellspin-i76l6l 22.hellspin-9mwe8k 15.hellspin-9daxaq.hellspin-2rwt25 17.hellspin-0sca5h 21.hellspin-9q0kd6 18.hellspin-nr7wio 20.hellspin-73302f 18.hellspin-2nn2ur.hellspin-6sjeac 18.hellspin-84hrkf.hellspin-to23dr 18.hellspin-nr7wio 26.hellspin-lihms8 17.hellspin-0sca5h 26.hellspin-lihms8 15.hellspin-3bvqb2.hellspin-lihms8 14.hellspin-i76l6l 27.hellspin-to23dr 13.hellspin-t5jagn 28.hellspin-6sjeac 13.hellspin-3lr0ks.hellspin-4i36j4 13.hellspin-t5jagn 31.hellspin-ye8trv 14.hellspin-i76l6l 31.hellspin-ye8trv 15.hellspin-k7vou9.hellspin-lihms8 17.hellspin-0sca5h 30.hellspin-4i36j4 18.hellspin-nr7wio 28.hellspin-6sjeac 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-d6egw8 {
    display: none;
  }
}

.hellspin-mmd25c {
  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-mmd25c {
    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-jajvrs {
  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-jajvrs {
    padding: 14px 16px;
  }
}

.hellspin-jajvrs button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-jajvrs button:first-child {
  align-content: end;
}

.hellspin-jajvrs button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-jajvrs
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-jajvrs
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-jajvrs button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-jajvrs button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-skyvcb {
  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-skyvcb::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-skyvcb,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-skyvcb {
  opacity: 1;
  visibility: visible;
}

.hellspin-myvxe6 {
  flex: 1 1;
}

.hellspin-b42i93 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-b42i93 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-nvca6e {
  display: block;
}

.hellspin-vlyrsv {
  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-vlyrsv {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-m4ne5z {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-m4ne5z::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-8mka90 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-8mka90 p {
  color: var(--Text-100);
}

.hellspin-m4ne5z .hellspin-utp2a2 {
  grid-area: button;
}

.hellspin-m4ne5z .hellspin-utp2a2::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-gap28v.org/2000/svg'%3E%3Cpath d='M4.hellspin-kgyjj0 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-3z6a67 15L16.hellspin-3z6a67 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-3z6a67 5L16.hellspin-3z6a67 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-78ex5e {
  display: block;
}

.hellspin-tgypbx {
  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-tgypbx {
    margin-top: 40px;
  }
}

.hellspin-s8ik5l label,
.hellspin-s8ik5l input {
  display: block;
  width: 100%;
}

.hellspin-s8ik5l label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-s8ik5l label.hellspin-pcrcoa input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-s8ik5l label.hellspin-pcrcoa::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-s8ik5l 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-s8ik5l input::placeholder {
  color: var(--Text-400);
}

.hellspin-oh84o6 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-oh84o6 {
  display: flex;
}

.hellspin-oh84o6 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-oh84o6 ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-oh84o6 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-phdoi3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-phdoi3 {
    padding: 0 24px 24px;
  }
}

.hellspin-phdoi3 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-phdoi3 input::placeholder {
  color: var(--Text-400);
}

.hellspin-phdoi3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-phdoi3 [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-phdoi3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-phdoi3 [type="submit"] {
    right: 40px;
  }
}

.hellspin-3v9z8v {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-3v9z8v.hellspin-jc63f7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-3v9z8v.hellspin-jc63f7::before {
  content: "";
  width: 31px;
}

.hellspin-3v9z8v.hellspin-jc63f7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-3v9z8v.hellspin-ctmj0t p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-3v9z8v p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-ibb22r .hellspin-utp2a2 {
  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-xbwort {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-xbwort {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-xbwort {
    padding: 15px 0;
  }
}

.hellspin-xbwort .hellspin-aue9ty {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-xbwort .hellspin-aue9ty {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-q2cl15 {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-q2cl15 {
    max-width: 180px;
    height: 47px;
  }
}

.hellspin-q2cl15 picture,
.hellspin-q2cl15 img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-q2cl15 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-gmq594 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-0blppz ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-xbwort.hellspin-qrz8tu .hellspin-gmq594 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-gmq594 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-gmq594 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-lb3q4u,
.hellspin-g90zpo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-lb3q4u,
  .hellspin-g90zpo {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-g90zpo {
    display: none;
  }
}

.hellspin-juirpp {
  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-qrz8tu .hellspin-juirpp {
  background: var(--fh-bg-color);
}

.hellspin-juirpp button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-juirpp {
    display: none;
  }
}

.hellspin-l14ojd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-l14ojd {
    display: none;
  }
}

.hellspin-hjhqr8 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.hellspin-xbwort.hellspin-qrz8tu .hellspin-hjhqr8:first-child {
  display: none;
}

.hellspin-xbwort.hellspin-qrz8tu .hellspin-hjhqr8:last-child {
  display: block;
}

.hellspin-hjhqr8:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-hjhqr8 {
    display: none;
  }
}

.hellspin-dgobsp {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-dgobsp {
    display: flex;
  }
}

.hellspin-dgobsp ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-dgobsp:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-dgobsp:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-dgobsp:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-dgobsp:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-dgobsp:hover .hellspin-aasto5 svg {
  transform: rotate(180deg);
}

.hellspin-s3kbso {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-3rdgdg {
  padding: 0 8px;
}

.hellspin-19poft {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-19poft:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-19poft {
    padding: 4px 8px;
  }
}

.hellspin-7dwspx {
  display: flex;
}

.hellspin-7dwspx img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-aasto5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-aasto5 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-yezofb {
  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-yezofb {
    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-a1riwn {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-a1riwn {
    display: none;
  }
}

.hellspin-2xwo4z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-yegi7x {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-cdedlg {
  display: flex;
}

.hellspin-7e3sai {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-9emybh {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-9emybh {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-9emybh {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-9emybh .hellspin-6267n2 [data-ref-el],
  .hellspin-9emybh .hellspin-6267n2 span,
  .hellspin-9emybh .hellspin-6267n2 a {
    white-space: nowrap;
  }
}

.hellspin-26lr57 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-26lr57.hellspin-9sh7x9 > .hellspin-6267n2 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-26lr57.hellspin-jpc207:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-26lr57.hellspin-9sh7x9 > .hellspin-7w2i2s {
    height: auto;
  }

  .hellspin-26lr57.hellspin-9sh7x9 > div > .hellspin-0wjuw9 {
    transform: rotate(180deg);
  }
}

.hellspin-26lr57 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-26lr57 [data-ref-el],
.hellspin-26lr57 span {
  cursor: pointer;
}

.hellspin-26lr57 [data-ref-el],
.hellspin-26lr57 span,
.hellspin-26lr57 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .hellspin-26lr57 [data-ref-el],
  .hellspin-26lr57 span,
  .hellspin-26lr57 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-26lr57 [data-ref-el],
  .hellspin-26lr57 span,
  .hellspin-26lr57 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-7w2i2s {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-0blppz ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-7w2i2s::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-7w2i2s::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-7w2i2s::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-7w2i2s {
    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-7w2i2s:has(> .hellspin-26lr57.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-7w2i2s .hellspin-7w2i2s {
    padding: 0;
  }

  .hellspin-7w2i2s .hellspin-26lr57 {
    font-weight: 400;
  }

  .hellspin-7w2i2s .hellspin-26lr57:hover > .hellspin-6267n2 {
    background: var(--Neutral-300);
  }

  .hellspin-7w2i2s .hellspin-0wjuw9 {
    rotate: -90deg;
  }
}

.hellspin-6267n2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-6267n2 {
    padding: 8px;
  }

  .hellspin-26lr57.hellspin-94j85z > .hellspin-6267n2 {
    background: var(--Neutral-300);
  }
}

.hellspin-0wjuw9 {
  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-gap28v.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-hkdml9 0.hellspin-uuojfh.hellspin-cyf167 -0.hellspin-7us434 0.hellspin-pdj8ww -0.hellspin-7us434 1.hellspin-wc6jli 0.hellspin-mygo1y.hellspin-0p3i2q 4.hellspin-1p8ak6.hellspin-hkdml9 0.hellspin-royid7.hellspin-00xjx3 -0.hellspin-7us434 9.hellspin-aaule4 -0.hellspin-7us434 10.hellspin-vmbafr 0.hellspin-zy5lkk.hellspin-3sus4i 0.hellspin-cyf167 10.hellspin-3sus4i 0.hellspin-pdj8ww 10.hellspin-vmbafr 1.hellspin-nxz8py.hellspin-tj9wxc 5.hellspin-ewmet6.hellspin-nkos69 6.hellspin-nvoehv 5.hellspin-8jzi8c 6.hellspin-nvoehv 4.hellspin-vxikz0 5.hellspin-e8bjf3.hellspin-hkdml9 1.hellspin-3zzil8.hellspin-7us434 0.hellspin-pdj8ww -0.hellspin-7us434 0.hellspin-cyf167 0.hellspin-hkdml9 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-0blppz ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-0wjuw9 {
    cursor: default;
  }
}

.hellspin-nuw48d {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-twa3f8 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .hellspin-twa3f8 {
    padding: 40px 4px;
  }
}

.hellspin-rgp5ru {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-rgp5ru {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-r8z4ab {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-r8z4ab {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-r8z4ab ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-r8z4ab [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-r8z4ab [data-ref-el],
.hellspin-r8z4ab span,
.hellspin-r8z4ab a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.hellspin-onra10 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-onra10 {
    margin-bottom: 12px;
  }
}

.hellspin-bey82o {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-bey82o img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-bey82o:last-child {
    margin-right: 0;
  }
}

.hellspin-kk843c {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-onra10:hover .hellspin-uea8yu {
  visibility: visible;
  opacity: 1;
}

.hellspin-uea8yu {
  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-tqr6h0 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-abzgzr {
  display: flex;
  margin: 6px;
}

.hellspin-abzgzr img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-uea8yu::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-uea8yu::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-6c2xmo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-6c2xmo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-ivcrpr {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .hellspin-ivcrpr {
    margin-right: 32px;
  }
}

.hellspin-0gsphg {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-0gsphg {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-0gsphg a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-tz36e9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-fmp22e {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-fmp22e {
    margin-top: 40px;
  }
}

.hellspin-fmp22e + .hellspin-2r6tas,
.hellspin-fmp22e + .hellspin-fmp22e {
  margin-top: 24px;
}

.hellspin-sxejxj {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-sxejxj {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-sxejxj {
    padding: 80px;
  }
}

.hellspin-e0dwi5 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-e0dwi5 {
    padding: 0 16px;
}


}

.hellspin-59n9e0 {
  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-59n9e0 {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-svmm91 {
  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-svmm91 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-yeuevk {
  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-yeuevk:hover {
  background: var(--button-bg-hover);
}

.hellspin-9a5cox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-9a5cox img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-9a5cox img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-9a5cox img {
  min-height: 100%;
  }
}

.hellspin-sxejxj::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-iki9sr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-iki9sr h1,
.hellspin-iki9sr h2,
.hellspin-iki9sr h3,
.hellspin-iki9sr h4 {
  margin-bottom: 6px;
}

.hellspin-iki9sr h1:not(:first-child),
.hellspin-iki9sr h2:not(:first-child),
.hellspin-iki9sr h3:not(:first-child),
.hellspin-iki9sr h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-iki9sr h1,
.hellspin-iki9sr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-iki9sr h1,
  .hellspin-iki9sr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-iki9sr h2,
.hellspin-iki9sr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-iki9sr h2,
  .hellspin-iki9sr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-iki9sr h3,
.hellspin-iki9sr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-iki9sr h3,
  .hellspin-iki9sr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-iki9sr h4,
.hellspin-iki9sr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-iki9sr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-iki9sr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-iki9sr 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-iki9sr ul ul {
  margin-bottom: 8px;
}

.hellspin-iki9sr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-iki9sr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-iki9sr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-iki9sr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-iki9sr ol li::marker {
  font-weight: 700;
}

.hellspin-iki9sr ol ol {
  margin-bottom: 8px;
}

.hellspin-iki9sr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-iki9sr ol ul li {
  padding-left: 16px;
}

.hellspin-iki9sr 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-iki9sr table {
    padding: 24px;
  }
}

.hellspin-iki9sr table.hellspin-j6jdin {
  -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-0blppz,
    mask-image 0.3s;
}

.hellspin-iki9sr table.hellspin-j6jdin.hellspin-puf230 {
  -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-iki9sr table {
    display: table;
  }
}

.hellspin-iki9sr table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.hellspin-iki9sr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-iki9sr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-iki9sr 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-iki9sr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-iki9sr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-iki9sr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-iki9sr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-iki9sr img {
  max-width: 100%;
  height: auto;
}

.hellspin-p8qpqb {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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-p8qpqb {
    padding: 24px;
  }
}

.hellspin-ce6v5s {
  color: var(--card-text-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-ce6v5s {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-ce6v5s > * {
  margin: 0 !important;
}

.hellspin-ce6v5s img,
.hellspin-xkvgrc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-ce6v5s img,
  .hellspin-xkvgrc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-1lxmrp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-1lxmrp {
    width: 32px;
    height: 32px;
  }
}

.hellspin-61b44m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-61b44m .hellspin-cvo65j {
  flex-shrink: 0;
}

.hellspin-61b44m .hellspin-ay3vt6 svg {
  display: none;
}

.hellspin-ekmat4 {
  display: grid;
  transition: max-height 0.hellspin-0blppz ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-ekmat4 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-ekmat4 {
    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-ekmat4.hellspin-8im1a1 + .hellspin-cvo65j svg {
  transform: rotate(180deg);
}

.hellspin-kx7vkw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-kx7vkw > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-kx7vkw
  > div:nth-child(3n)
  .hellspin-q5u9s2
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-kx7vkw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-kx7vkw > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-kx7vkw
    > div:nth-child(3n)
    .hellspin-q5u9s2
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-kx7vkw {
    max-width: 270px;
  }
}

.hellspin-kx7vkw .hellspin-q5u9s2 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-kx7vkw .hellspin-q5u9s2 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-kx7vkw .hellspin-q5u9s2 button {
    max-width: 104px;
  }
}

.hellspin-iq7dve {
  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-iq7dve {
    margin-bottom: 0;
  }
}

.hellspin-lyd7jj {
  display: none;
  opacity: 0;
}

.hellspin-pvcvj8 {
  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-pvcvj8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-q5u9s2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-q5u9s2 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-q5u9s2
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-q5u9s2
    button {
    max-width: 145px;
  }
}

.hellspin-zoc3xx:first-child
  .hellspin-q5u9s2
  button {
  max-width: 270px;
}

.hellspin-izyflm {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.hellspin-iq7dve picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-dfwt8f {
  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-dfwt8f svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-iq7dve:hover .hellspin-dfwt8f {
  display: flex;
}

.hellspin-2ggpsr {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-iocio5 {
  display: flex;
}

.hellspin-iocio5:hover .hellspin-yuaawh,
.hellspin-iocio5 .hellspin-94j85z .hellspin-yuaawh {
  display: flex;
}

.hellspin-iocio5 svg {
  flex-shrink: 0;
}

.hellspin-yuaawh {
  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-yuaawh {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-yuaawh:hover {
  display: flex;
}

.hellspin-yuaawh svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-etph5m {
  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-etph5m {
    font-size: 12px;
  }
}

.hellspin-jxq04o,
.hellspin-0fq2yr {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-jxq04o {
  font-weight: 700;
}

.hellspin-eyk5lu .hellspin-ekmat4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-eyk5lu .hellspin-ekmat4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-eyk5lu .hellspin-ekmat4 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-eyk5lu
  .hellspin-izyflm:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-eyk5lu .hellspin-pvcvj8 {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-eyk5lu .hellspin-q5u9s2 {
  gap: 4px;
  align-items: center;
}

.hellspin-eyk5lu .hellspin-q5u9s2 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-eyk5lu .hellspin-q5u9s2 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-eyk5lu .hellspin-1o49cq,
.hellspin-eyk5lu .hellspin-7uc7yy {
  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-gap28v.org/2000/svg'%3E%3Cpath d='M9.hellspin-boypf6 4.hellspin-6dd3xb.hellspin-wtcpj9 5.hellspin-gzgq54.hellspin-0av7g2 5.hellspin-54ojao.hellspin-0b03vj 5.hellspin-3b1btz.hellspin-o2tfwx 8.hellspin-m0md7z.hellspin-0ihpgy 9.hellspin-fltbep.hellspin-tbcadb 9.hellspin-bp5qt1.hellspin-ij5msv 13.hellspin-1w0jsj.hellspin-072389 11.hellspin-2816l7.hellspin-r4ymtb 11.hellspin-xqkde2.hellspin-vc0ygg 11.hellspin-qb6k14.hellspin-6ogky2 13.hellspin-a7b8he.hellspin-mq1l42 9.hellspin-hca28o.hellspin-xh9tf7 9.hellspin-5d86dv.hellspin-m3ypr0 8.hellspin-inuqbf.hellspin-8mx5b6 5.hellspin-tj0s4o.hellspin-ftc3xr 5.hellspin-zsyf6e.hellspin-z07nzb 5.hellspin-k7t45z.hellspin-3l0mh2 4.hellspin-bfeqxb.hellspin-r4ymtb 1.hellspin-qex8ky.hellspin-boypf6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-eyk5lu .hellspin-1o49cq {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-eyk5lu .hellspin-7uc7yy {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-dgsxsk {
  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-dgsxsk {
    padding: 24px;
  }
}

.hellspin-dgsxsk .hellspin-cvo65j {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-dgsxsk .hellspin-cvo65j {
    display: none;
  }
}

.hellspin-dgsxsk .hellspin-ay3vt6 svg {
  display: none;
}

.hellspin-zdxfd1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-zdxfd1 .hellspin-uprcyw {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-zdxfd1 .hellspin-uprcyw {
    display: flex;
  }
}

.hellspin-a7fn2o {
  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-a7fn2o {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-a7fn2o > * {
  margin: 0 !important;
}

.hellspin-a7fn2o img,
.hellspin-9vkk51 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-a7fn2o img,
  .hellspin-9vkk51 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-9zxjkv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-9zxjkv {
    width: 32px;
    height: 32px;
  }
}

.hellspin-hapqc2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-hapqc2 {
    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-hapqc2::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-uka5ox {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-uka5ox {
    padding: 7px 15px;
  }
}

.hellspin-uka5ox:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-uvp5ao {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-uvp5ao {
    display: flex;
    opacity: 1;
  }
}

.hellspin-uka5ox picture {
  height: 100%;
  display: block;
}

.hellspin-uka5ox img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-uka5ox img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-uka5ox p {
  text-align: center;
  width: 100%;
}

.hellspin-d4xulm {
  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-d4xulm {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-d4xulm img,
.hellspin-q3ix9z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-d4xulm img,
  .hellspin-q3ix9z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-38r0jr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-38r0jr {
    width: 32px;
    height: 32px;
  }
}

.hellspin-sxru9m {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-609ch6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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-lftdk2 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-lftdk2.hellspin-94j85z {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-vxumyw {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .hellspin-vxumyw {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-o4co1y {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.hellspin-wggkwp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-0blppz ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.hellspin-ru6ff3 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-ru6ff3 ol,
.hellspin-ru6ff3 ul {
  padding-left: 1.3em;
}

.hellspin-lftdk2.hellspin-94j85z .hellspin-wggkwp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-lftdk2.hellspin-94j85z .hellspin-o4co1y {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.hellspin-ehj634 {
  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-ehj634 {
    padding: 24px;
  }
}

.hellspin-ehj634 .hellspin-cvo65j {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-ehj634 .hellspin-cvo65j {
    display: none;
  }
}

.hellspin-ehj634 .hellspin-ay3vt6 svg {
  display: none;
}

.hellspin-a3rdpc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-a3rdpc .hellspin-uprcyw {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-a3rdpc .hellspin-uprcyw {
    display: flex;
  }
}

.hellspin-kmbvto {
  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-kmbvto {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-kmbvto > * {
  margin: 0 !important;
}

.hellspin-kmbvto img,
.hellspin-diex5b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-kmbvto img,
  .hellspin-diex5b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-tulzma {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-tulzma {
    width: 32px;
    height: 32px;
  }
}

.hellspin-ae6mjx {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-ae6mjx {
    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-ae6mjx::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-pem1ch {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-pem1ch:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-f8913u {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-f8913u {
    display: flex;
    opacity: 1;
  }
}

.hellspin-pem1ch picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-pem1ch picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-xedel0 {
  margin: -24px 0;
}

.hellspin-xedel0:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-xedel0 {
    margin: -16px 0;
  }
}

.hellspin-1p9dgg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-1p9dgg {
    flex-direction: row;
  }
}

.hellspin-y0xwjm {
  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-y0xwjm {
    flex: 1;
  }
}

.hellspin-y0xwjm::placeholder {
  color: var(--Text-400);
}

.hellspin-d95ztd {
  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-vwskhg {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-vwskhg::-webkit-scrollbar {
  display: none;
}

.hellspin-33awfd {
  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-33awfd img,
.hellspin-33awfd svg {
  margin-right: 8px;
}

.hellspin-iy4erl {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-xedel0 + .hellspin-phnhzl {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-xedel0 + .hellspin-phnhzl {
    margin-top: -16px;
  }
}

.hellspin-4ml1x0 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-4ml1x0 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-4ml1x0 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-5ayf3n {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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-6j16eu {
  color: var(--card-text-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-36cqkr {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-08ugkp {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-76cmuu {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-5ayf3n 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-5ayf3n 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-5ayf3n {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-6j16eu {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-76cmuu {
    height: 348px;
  }

  .hellspin-5ayf3n button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-5ayf3n button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-5ayf3n {
    padding: 63px;
  }
}

.hellspin-ugckfa {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-ugckfa {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-0qeh6v {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-0qeh6v {
    width: auto;
  }
}

.hellspin-etn0dk {
  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-etn0dk::-webkit-scrollbar {
  display: none;
}

.hellspin-etn0dk 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-etn0dk a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-etn0dk {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-ugckfa .hellspin-1me88l {
  -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-0blppz,
    mask-image 0.3s;
}

.hellspin-ugckfa .hellspin-1me88l.hellspin-puf230 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-9qkoqk {
  margin: 40px -16px;
}

.hellspin-4j6x2d + .hellspin-2r6tas,
.hellspin-4j6x2d + .hellspin-fmp22e {
  margin-top: 24px;
}

.hellspin-orpeeb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-orpeeb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-5sdcix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-5sdcix {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-5sdcix {
    margin-top: 0;
  }
}

.hellspin-4q36yu {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-4q36yu {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-d4x5y6 {
  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-d4x5y6 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-w0cxre {
  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-w0cxre {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-ng5ejc {
  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-ng5ejc {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-v3ys7e {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-v3ys7e {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-yrkgyo {
  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-iijo8q {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-iijo8q img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-phnhzl {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-ba6bqw {
  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-ba6bqw {
    padding: 15px 48px;
  }
}

main > .hellspin-phnhzl {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-ekmat4.hellspin-7c8415 > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-iki9sr p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-97i01a {
  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-64llm2 {
  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-64llm2 label {
  font-size: 14px;
}

.hellspin-64llm2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-64llm2 input,
.hellspin-64llm2 textarea,
.hellspin-64llm2 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-64llm2 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-27ftho ease;
}
.hellspin-64llm2 button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-wfodwl {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-flv4xk ease-in;
}

.hellspin-wfodwl 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-ycgd9z, .hellspin-i90r09, [class*="review-card"],
thead, thead th, table th, .hellspin-v4hssg,
.hellspin-jswbtq, [class*="collapsible-header"],
.hellspin-9n4otr, [class*="updated-block"] {
  color: #ece7dc !important;
}

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