* {
  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-ol1qdp {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-ol1qdp {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-ol1qdp {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-p37j0h {
  overflow: hidden;
}

.hellspin-u0q4y2 img {
  background: var(--Neutral-300);
}

.hellspin-hg726h {
  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-jw6xeo {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-jw6xeo:hover {
  background: var(--button-bg-hover);
}

.hellspin-2s6ejh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-2s6ejh:hover {
  background: var(--button-bg-hover);
}

.hellspin-y2o4vr {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-g1inla {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-bledwz {
  width: 100%;
}

.hellspin-v29bca {
  padding: 6px 16px;
}

.hellspin-8xs0rz {
  padding: 10px 16px;
}

.hellspin-86z38o {
  padding: 15px 26px;
}

.hellspin-e0dixu {
  flex-shrink: 0;
}

.hellspin-lxov49 {
  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-7pr47v {
  display: none;
}

.hellspin-76g92h {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-ykdbgk {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-kw1oco {
  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-moue5k {
  cursor: grab;
}

.hellspin-kw1oco::-webkit-scrollbar {
  display: none;
}

.hellspin-xx7jmp {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-qyrhdo {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-y7my2f {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-h31uha {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-tvkl9m {
  visibility: visible;
}

.hellspin-z894pl {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-r12f59 ease;
}

.hellspin-5rld9d {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-fum4sx {
  -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-r12f59,
    mask-image 0.3s;
}

.hellspin-fum4sx.hellspin-b62cbs {
  -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-j45ofy: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-nfz9ye {
  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-umliqf.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-umliqf.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-3xdiwc {
  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-3xdiwc::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-ji0tt6 {
  position: relative;
  z-index: 1;
}

.hellspin-fivx51 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-ops6vo {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-dlvfl5 {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-1bfpak {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-a56r8c {
  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-a56r8c:hover {
  background: var(--Primary-400);
}

.hellspin-a56r8c svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-j45ofy 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-3xdiwc {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-fivx51 {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-ops6vo {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-dlvfl5 {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-1bfpak {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-nfz9ye {
    top: 25px;
    right: 25px;
  }
}

.hellspin-5pt8bn,
.hellspin-d623e4 {
  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-08g9n8.hellspin-zcr6cp::before,
.hellspin-d623e4::before,
.hellspin-nb6uqq::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-umliqf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-mn8t9k 14.hellspin-l3a56d.hellspin-eakjmj 14.hellspin-sqwsel 15.hellspin-q2k9jc 14.hellspin-34q3g8 15.hellspin-fn44o5 14.hellspin-r1idco.hellspin-w8lpy0 14.hellspin-ebarvm 19.hellspin-1v0f9h 12.hellspin-wo5ubw 19.hellspin-1v0f9h 10.hellspin-1y8d8q.hellspin-1v0f9h 8.hellspin-yfcs0h 17.hellspin-jgdnm0 7.hellspin-hka0iu 15.hellspin-x88216 7.hellspin-42iphc.hellspin-vcn608 7.hellspin-hka0iu 11.hellspin-3t9umj 8.hellspin-yfcs0h 11.hellspin-3t9umj 10.hellspin-q0n1lz.hellspin-3t9umj 12.hellspin-7zqp29 13.hellspin-rhlylj 14.hellspin-a6yfj4 15.hellspin-5ke08z 14.hellspin-52i5mp.hellspin-mh3dea 14.hellspin-yugvr3 15.hellspin-otrm65 14.hellspin-q90bie 15.hellspin-bhrkfo 14.hellspin-f1c3dy.hellspin-mn8t9k 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-x16104 15.hellspin-3hoh11.hellspin-bc71sq 15.hellspin-cpx5rq 15.hellspin-73dsy1 15.hellspin-3aw217 15.hellspin-bbk0zb 15.hellspin-18ogzq.hellspin-u8ndtl 15.hellspin-3aw217 15.hellspin-6fbab1 15.hellspin-3ykqzk 15.hellspin-9pqzxh 15.hellspin-149i4n.hellspin-ukfq9f 15.hellspin-5ctfj3 7.hellspin-j1nqbf 18.hellspin-vpkct3 7.hellspin-iqqx9x 23.hellspin-aeirvu.hellspin-cqpr8g.hellspin-d6focv 18.hellspin-erfboq 19.hellspin-p24mde 15.hellspin-t3mydl 15.hellspin-x16104 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-j2xs43 [type="submit"] *,
.hellspin-ftggmx button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-lp3jlk {
    display: none;
  }
}

.hellspin-zezswl {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-zezswl {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-zezswl {
    bottom: 22px;
  }
}

.hellspin-zezswl input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-zezswl {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-w64ljz.static) .hellspin-zezswl {
    bottom: 8px;
  }
}

.hellspin-g6gthr {
  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-umliqf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-qrz3av 3.hellspin-z055ff.hellspin-f3tgcm.hellspin-dux6vk 3.hellspin-kw5bcw 3.hellspin-j6wva4 5.hellspin-24qrde 3.hellspin-j6wva4 8.hellspin-2yzvpm.hellspin-llkgwa.hellspin-j6wva4 26.hellspin-v96b5y 5.hellspin-bgjqg8 28.hellspin-8fi4zb 8.hellspin-02pxuy 28.hellspin-cjatcs.hellspin-4vzucr 28.hellspin-glun3u.hellspin-1urxh7 34.hellspin-ky00j4.hellspin-fr92cm 36.hellspin-wsxht6 11.hellspin-8uc2um 37.hellspin-fiopzr 12.hellspin-27ekqq 36.hellspin-j1sxfs.hellspin-i3orli 28.hellspin-dmhsum.hellspin-9nje4w.hellspin-2ffnnb 28.hellspin-n5kj13 36.hellspin-3axhw5 26.hellspin-th26gj 36.hellspin-3axhw5 23.hellspin-ifynzk.hellspin-mz0svc.hellspin-3axhw5 5.hellspin-mae98e 34.hellspin-s1bgy1 3.hellspin-kw5bcw 31.hellspin-qrz3av 3.hellspin-hitjin.hellspin-gfmqd6 18.hellspin-q4kf6x.hellspin-dl1xed 18.hellspin-r900rx 8.hellspin-cyxn4n 17.hellspin-d74d1q 8.hellspin-cyxn4n 15.hellspin-mfrkuw.hellspin-cyxn4n 14.hellspin-1zhuv8 9.hellspin-dl1xed 13.hellspin-viedo7 11.hellspin-gfmqd6 13.hellspin-fw1xpm.hellspin-nl2lyf 13.hellspin-viedo7 13.hellspin-8b9ctk 14.hellspin-1zhuv8 13.hellspin-8b9ctk 15.hellspin-pdnm5c.hellspin-8b9ctk 17.hellspin-d74d1q 12.hellspin-nl2lyf 18.hellspin-r900rx 11.hellspin-gfmqd6 18.hellspin-oq8037.hellspin-nycnv2 18.hellspin-e2vzt5.hellspin-r9i23m 18.hellspin-r900rx 17.hellspin-awgjnf 17.hellspin-d74d1q 17.hellspin-awgjnf 15.hellspin-mjd6tx.hellspin-awgjnf 14.hellspin-1zhuv8 18.hellspin-r9i23m 13.hellspin-viedo7 20.hellspin-nycnv2 13.hellspin-xdb6zo.hellspin-jllryh 13.hellspin-viedo7 22.hellspin-5bubh2 14.hellspin-1zhuv8 22.hellspin-5bubh2 15.hellspin-tf2grq.hellspin-n5wjej 17.hellspin-d74d1q 21.hellspin-jllryh 18.hellspin-r900rx 20.hellspin-nycnv2 18.hellspin-1mjtom.hellspin-walkv2 18.hellspin-sfc0nw.hellspin-qfdmdf 18.hellspin-r900rx 26.hellspin-cnjubn 17.hellspin-d74d1q 26.hellspin-cnjubn 15.hellspin-mxhti0.hellspin-cnjubn 14.hellspin-1zhuv8 27.hellspin-qfdmdf 13.hellspin-viedo7 28.hellspin-walkv2 13.hellspin-331qib.hellspin-5qp1ti 13.hellspin-viedo7 31.hellspin-9uvibi 14.hellspin-1zhuv8 31.hellspin-9uvibi 15.hellspin-eakuf0.hellspin-cnjubn 17.hellspin-d74d1q 30.hellspin-5qp1ti 18.hellspin-r900rx 28.hellspin-walkv2 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-g6gthr {
    display: none;
  }
}

.hellspin-lei07i {
  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-lei07i {
    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-ftggmx {
  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-ftggmx {
    padding: 14px 16px;
  }
}

.hellspin-ftggmx button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-ftggmx button:first-child {
  align-content: end;
}

.hellspin-ftggmx button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-ftggmx
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-ftggmx
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-ftggmx button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-ftggmx button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-nb6uqq {
  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-nb6uqq::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-nb6uqq,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-nb6uqq {
  opacity: 1;
  visibility: visible;
}

.hellspin-q2phl8 {
  flex: 1 1;
}

.hellspin-ojx3yn {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-ojx3yn {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-5v4gur {
  display: block;
}

.hellspin-ilfcx7 {
  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-ilfcx7 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-d623e4 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-d623e4::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-1fopok span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-1fopok p {
  color: var(--Text-100);
}

.hellspin-d623e4 .hellspin-gk8xjs {
  grid-area: button;
}

.hellspin-d623e4 .hellspin-gk8xjs::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-umliqf.org/2000/svg'%3E%3Cpath d='M4.hellspin-95x63r 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-f1kic7 15L16.hellspin-f1kic7 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-f1kic7 5L16.hellspin-f1kic7 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-vsg1mx {
  display: block;
}

.hellspin-z73b0i {
  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-z73b0i {
    margin-top: 40px;
  }
}

.hellspin-5pt8bn label,
.hellspin-5pt8bn input {
  display: block;
  width: 100%;
}

.hellspin-5pt8bn label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-5pt8bn label.hellspin-ivwtki input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-5pt8bn label.hellspin-ivwtki::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-5pt8bn 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-5pt8bn input::placeholder {
  color: var(--Text-400);
}

.hellspin-2rtjzx {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-2rtjzx {
  display: flex;
}

.hellspin-2rtjzx ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-2rtjzx ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-2rtjzx ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-j2xs43 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-j2xs43 {
    padding: 0 24px 24px;
  }
}

.hellspin-j2xs43 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-j2xs43 input::placeholder {
  color: var(--Text-400);
}

.hellspin-j2xs43 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-j2xs43 [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-j2xs43 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-j2xs43 [type="submit"] {
    right: 40px;
  }
}

.hellspin-08g9n8 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-08g9n8.hellspin-zcr6cp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-08g9n8.hellspin-zcr6cp::before {
  content: "";
  width: 31px;
}

.hellspin-08g9n8.hellspin-zcr6cp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-08g9n8.hellspin-5530hb p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-08g9n8 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-zezswl .hellspin-gk8xjs {
  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-lp3jlk {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-lp3jlk {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-lp3jlk {
    padding: 15px 0;
  }
}

.hellspin-lp3jlk .hellspin-ol1qdp {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-lp3jlk .hellspin-ol1qdp {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-sgqaod {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-sgqaod {
    max-width: 180px;
    height: 47px;
  }
}

.hellspin-sgqaod picture,
.hellspin-sgqaod img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-sgqaod img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-tp8c13 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-r12f59 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-lp3jlk.hellspin-ftahpf .hellspin-tp8c13 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-tp8c13 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-tp8c13 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-89yld0,
.hellspin-w7yo1t {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-89yld0,
  .hellspin-w7yo1t {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-w7yo1t {
    display: none;
  }
}

.hellspin-jt0e0w {
  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-ftahpf .hellspin-jt0e0w {
  background: var(--fh-bg-color);
}

.hellspin-jt0e0w button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-jt0e0w {
    display: none;
  }
}

.hellspin-v9ghe7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-v9ghe7 {
    display: none;
  }
}

.hellspin-ntsogl {
  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-lp3jlk.hellspin-ftahpf .hellspin-ntsogl:first-child {
  display: none;
}

.hellspin-lp3jlk.hellspin-ftahpf .hellspin-ntsogl:last-child {
  display: block;
}

.hellspin-ntsogl:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-ntsogl {
    display: none;
  }
}

.hellspin-1l3wq2 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-1l3wq2 {
    display: flex;
  }
}

.hellspin-1l3wq2 ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-1l3wq2:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-1l3wq2:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-1l3wq2:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-1l3wq2:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-1l3wq2:hover .hellspin-2m9on6 svg {
  transform: rotate(180deg);
}

.hellspin-jpmilh {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-40c6a9 {
  padding: 0 8px;
}

.hellspin-7aqps9 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-7aqps9:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-7aqps9 {
    padding: 4px 8px;
  }
}

.hellspin-9qs9mv {
  display: flex;
}

.hellspin-9qs9mv img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-2m9on6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-2m9on6 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-63m6w5 {
  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-63m6w5 {
    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-r717tg {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-r717tg {
    display: none;
  }
}

.hellspin-uqcu8b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-p5agf5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-j3kksg {
  display: flex;
}

.hellspin-cyvwik {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-dhgbgv {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-dhgbgv {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-dhgbgv {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-dhgbgv .hellspin-mjg1ty [data-ref-el],
  .hellspin-dhgbgv .hellspin-mjg1ty span,
  .hellspin-dhgbgv .hellspin-mjg1ty a {
    white-space: nowrap;
  }
}

.hellspin-p6nhbu {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-p6nhbu.hellspin-cj1kel > .hellspin-mjg1ty {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-p6nhbu.hellspin-io6rfq:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-p6nhbu.hellspin-cj1kel > .hellspin-zzabcp {
    height: auto;
  }

  .hellspin-p6nhbu.hellspin-cj1kel > div > .hellspin-ywdtrl {
    transform: rotate(180deg);
  }
}

.hellspin-p6nhbu [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-p6nhbu [data-ref-el],
.hellspin-p6nhbu span {
  cursor: pointer;
}

.hellspin-p6nhbu [data-ref-el],
.hellspin-p6nhbu span,
.hellspin-p6nhbu 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-p6nhbu [data-ref-el],
  .hellspin-p6nhbu span,
  .hellspin-p6nhbu a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-p6nhbu [data-ref-el],
  .hellspin-p6nhbu span,
  .hellspin-p6nhbu a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-zzabcp {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-r12f59 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-zzabcp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-zzabcp::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-zzabcp::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-zzabcp {
    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-zzabcp:has(> .hellspin-p6nhbu.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-zzabcp .hellspin-zzabcp {
    padding: 0;
  }

  .hellspin-zzabcp .hellspin-p6nhbu {
    font-weight: 400;
  }

  .hellspin-zzabcp .hellspin-p6nhbu:hover > .hellspin-mjg1ty {
    background: var(--Neutral-300);
  }

  .hellspin-zzabcp .hellspin-ywdtrl {
    rotate: -90deg;
  }
}

.hellspin-mjg1ty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-mjg1ty {
    padding: 8px;
  }

  .hellspin-p6nhbu.hellspin-2tpi6x > .hellspin-mjg1ty {
    background: var(--Neutral-300);
  }
}

.hellspin-ywdtrl {
  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-umliqf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-aqgk5p 0.hellspin-50d3ym.hellspin-jvqne7 -0.hellspin-pbkoht 0.hellspin-mj27gy -0.hellspin-pbkoht 1.hellspin-e2ly7o 0.hellspin-vmfpb9.hellspin-0553f8 4.hellspin-jlr5fl.hellspin-aqgk5p 0.hellspin-4zlb66.hellspin-pxnryy -0.hellspin-pbkoht 9.hellspin-hpg0ya -0.hellspin-pbkoht 10.hellspin-dyayrh 0.hellspin-aeoaqm.hellspin-nyxej2 0.hellspin-jvqne7 10.hellspin-nyxej2 0.hellspin-mj27gy 10.hellspin-dyayrh 1.hellspin-05ntpg.hellspin-vdjrt5 5.hellspin-9n5qz2.hellspin-j3fj9d 6.hellspin-e2m4nw 5.hellspin-yeawvp 6.hellspin-e2m4nw 4.hellspin-sq38fi 5.hellspin-sg35bs.hellspin-aqgk5p 1.hellspin-6ak1sq.hellspin-pbkoht 0.hellspin-mj27gy -0.hellspin-pbkoht 0.hellspin-jvqne7 0.hellspin-aqgk5p 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-r12f59 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-ywdtrl {
    cursor: default;
  }
}

.hellspin-u0iv2m {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-aowtb0 {
  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-aowtb0 {
    padding: 40px 4px;
  }
}

.hellspin-lsck86 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-lsck86 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-qr5qyj {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-qr5qyj {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-qr5qyj ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-qr5qyj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-qr5qyj [data-ref-el],
.hellspin-qr5qyj span,
.hellspin-qr5qyj a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.hellspin-l5bmj8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-l5bmj8 {
    margin-bottom: 12px;
  }
}

.hellspin-wdg13d {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-wdg13d img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-wdg13d:last-child {
    margin-right: 0;
  }
}

.hellspin-ojtla5 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-l5bmj8:hover .hellspin-ujnqbe {
  visibility: visible;
  opacity: 1;
}

.hellspin-ujnqbe {
  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-f53lt6 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-937tai {
  display: flex;
  margin: 6px;
}

.hellspin-937tai img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-ujnqbe::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-ujnqbe::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-cq1vna {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-cq1vna {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-e8j8hi {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .hellspin-e8j8hi {
    margin-right: 32px;
  }
}

.hellspin-0doo93 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-0doo93 {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-0doo93 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-t17fsc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-d92x5m {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-d92x5m {
    margin-top: 40px;
  }
}

.hellspin-d92x5m + .hellspin-jz9p6d,
.hellspin-d92x5m + .hellspin-d92x5m {
  margin-top: 24px;
}

.hellspin-l7vsz8 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-l7vsz8 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-l7vsz8 {
    padding: 80px;
  }
}

.hellspin-dxffkk {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-dxffkk {
    padding: 0 16px;
}


}

.hellspin-jix116 {
  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-jix116 {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-xlzu9o {
  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-xlzu9o {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-fmu54g {
  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-fmu54g:hover {
  background: var(--button-bg-hover);
}

.hellspin-lryqjt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-lryqjt img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-lryqjt img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-lryqjt img {
  min-height: 100%;
  }
}

.hellspin-l7vsz8::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-utrpyf {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-utrpyf h1,
.hellspin-utrpyf h2,
.hellspin-utrpyf h3,
.hellspin-utrpyf h4 {
  margin-bottom: 6px;
}

.hellspin-utrpyf h1:not(:first-child),
.hellspin-utrpyf h2:not(:first-child),
.hellspin-utrpyf h3:not(:first-child),
.hellspin-utrpyf h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-utrpyf h1,
.hellspin-utrpyf h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-utrpyf h1,
  .hellspin-utrpyf h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-utrpyf h2,
.hellspin-utrpyf h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-utrpyf h2,
  .hellspin-utrpyf h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-utrpyf h3,
.hellspin-utrpyf h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-utrpyf h3,
  .hellspin-utrpyf h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-utrpyf h4,
.hellspin-utrpyf h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-utrpyf ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-utrpyf ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-utrpyf 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-utrpyf ul ul {
  margin-bottom: 8px;
}

.hellspin-utrpyf ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-utrpyf ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-utrpyf ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-utrpyf ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-utrpyf ol li::marker {
  font-weight: 700;
}

.hellspin-utrpyf ol ol {
  margin-bottom: 8px;
}

.hellspin-utrpyf ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-utrpyf ol ul li {
  padding-left: 16px;
}

.hellspin-utrpyf 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-utrpyf table {
    padding: 24px;
  }
}

.hellspin-utrpyf table.hellspin-vl866x {
  -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-r12f59,
    mask-image 0.3s;
}

.hellspin-utrpyf table.hellspin-vl866x.hellspin-b62cbs {
  -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-utrpyf table {
    display: table;
  }
}

.hellspin-utrpyf 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-utrpyf table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-utrpyf table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-utrpyf 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-utrpyf table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-utrpyf table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-utrpyf table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-utrpyf table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-utrpyf img {
  max-width: 100%;
  height: auto;
}

.hellspin-e5j85h {
  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-e5j85h {
    padding: 24px;
  }
}

.hellspin-lpumg3 {
  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-lpumg3 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-lpumg3 > * {
  margin: 0 !important;
}

.hellspin-lpumg3 img,
.hellspin-9m3mgp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-lpumg3 img,
  .hellspin-9m3mgp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-n1btuw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-n1btuw {
    width: 32px;
    height: 32px;
  }
}

.hellspin-0x0pou {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-0x0pou .hellspin-8komnr {
  flex-shrink: 0;
}

.hellspin-0x0pou .hellspin-fvao75 svg {
  display: none;
}

.hellspin-7l160i {
  display: grid;
  transition: max-height 0.hellspin-r12f59 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-7l160i {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-7l160i {
    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-7l160i.hellspin-l4yh61 + .hellspin-8komnr svg {
  transform: rotate(180deg);
}

.hellspin-3tb1i4 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-3tb1i4 > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-3tb1i4
  > div:nth-child(3n)
  .hellspin-6jk5x2
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-3tb1i4 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-3tb1i4 > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-3tb1i4
    > div:nth-child(3n)
    .hellspin-6jk5x2
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-3tb1i4 {
    max-width: 270px;
  }
}

.hellspin-3tb1i4 .hellspin-6jk5x2 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-3tb1i4 .hellspin-6jk5x2 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-3tb1i4 .hellspin-6jk5x2 button {
    max-width: 104px;
  }
}

.hellspin-ap05pb {
  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-ap05pb {
    margin-bottom: 0;
  }
}

.hellspin-13ihv7 {
  display: none;
  opacity: 0;
}

.hellspin-09siv6 {
  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-09siv6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-6jk5x2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-6jk5x2 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-6jk5x2
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-6jk5x2
    button {
    max-width: 145px;
  }
}

.hellspin-d9xl9d:first-child
  .hellspin-6jk5x2
  button {
  max-width: 270px;
}

.hellspin-k3tqnh {
  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-ap05pb picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-uhwoif {
  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-uhwoif svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-ap05pb:hover .hellspin-uhwoif {
  display: flex;
}

.hellspin-562tw7 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-uhr7y4 {
  display: flex;
}

.hellspin-uhr7y4:hover .hellspin-4kt5a1,
.hellspin-uhr7y4 .hellspin-2tpi6x .hellspin-4kt5a1 {
  display: flex;
}

.hellspin-uhr7y4 svg {
  flex-shrink: 0;
}

.hellspin-4kt5a1 {
  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-4kt5a1 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-4kt5a1:hover {
  display: flex;
}

.hellspin-4kt5a1 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-nunr6w {
  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-nunr6w {
    font-size: 12px;
  }
}

.hellspin-almnzo,
.hellspin-w2i36a {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-almnzo {
  font-weight: 700;
}

.hellspin-8dmwmk .hellspin-7l160i {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-8dmwmk .hellspin-7l160i {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-8dmwmk .hellspin-7l160i {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-8dmwmk
  .hellspin-k3tqnh:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-8dmwmk .hellspin-09siv6 {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-8dmwmk .hellspin-6jk5x2 {
  gap: 4px;
  align-items: center;
}

.hellspin-8dmwmk .hellspin-6jk5x2 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-8dmwmk .hellspin-6jk5x2 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-8dmwmk .hellspin-267rw6,
.hellspin-8dmwmk .hellspin-3sn768 {
  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-umliqf.org/2000/svg'%3E%3Cpath d='M9.hellspin-uqcjqq 4.hellspin-fjctyo.hellspin-6y8pw2 5.hellspin-vvf964.hellspin-au2kd0 5.hellspin-w9wzuk.hellspin-wgsitk 5.hellspin-k2cqlb.hellspin-sh7yir 8.hellspin-jtaxm2.hellspin-lj4uxs 9.hellspin-b3c371.hellspin-2f49p5 9.hellspin-2sv3p1.hellspin-wq9swa 13.hellspin-qt1goj.hellspin-4ju5kt 11.hellspin-mbf8l4.hellspin-shqi8l 11.hellspin-w4s0ms.hellspin-nf08cp 11.hellspin-eo7eiy.hellspin-9fh4by 13.hellspin-5advi4.hellspin-bra5kc 9.hellspin-hjak6r.hellspin-edhuam 9.hellspin-7tr0oe.hellspin-vigsmc 8.hellspin-lcb1wm.hellspin-oxuhka 5.hellspin-z29a93.hellspin-oqmpn3 5.hellspin-h6pqtt.hellspin-ioqr8b 5.hellspin-1oysb0.hellspin-5kqqkg 4.hellspin-7i0wq7.hellspin-shqi8l 1.hellspin-m4fivm.hellspin-uqcjqq 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-8dmwmk .hellspin-267rw6 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-8dmwmk .hellspin-3sn768 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-hxngqh {
  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-hxngqh {
    padding: 24px;
  }
}

.hellspin-hxngqh .hellspin-8komnr {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-hxngqh .hellspin-8komnr {
    display: none;
  }
}

.hellspin-hxngqh .hellspin-fvao75 svg {
  display: none;
}

.hellspin-ovcu15 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-ovcu15 .hellspin-hg726h {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-ovcu15 .hellspin-hg726h {
    display: flex;
  }
}

.hellspin-35nip7 {
  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-35nip7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-35nip7 > * {
  margin: 0 !important;
}

.hellspin-35nip7 img,
.hellspin-h6bcdp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-35nip7 img,
  .hellspin-h6bcdp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-xecu0p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-xecu0p {
    width: 32px;
    height: 32px;
  }
}

.hellspin-3115od {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-3115od {
    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-3115od::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-z235mo {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-z235mo {
    padding: 7px 15px;
  }
}

.hellspin-z235mo:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-7gdsh1 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-7gdsh1 {
    display: flex;
    opacity: 1;
  }
}

.hellspin-z235mo picture {
  height: 100%;
  display: block;
}

.hellspin-z235mo img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-z235mo img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-z235mo p {
  text-align: center;
  width: 100%;
}

.hellspin-r5qzvj {
  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-r5qzvj {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-r5qzvj img,
.hellspin-1cvhlg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-r5qzvj img,
  .hellspin-1cvhlg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-n8yabf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-n8yabf {
    width: 32px;
    height: 32px;
  }
}

.hellspin-vbfvp9 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-clh8qf {
  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-fm5i55 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-fm5i55.hellspin-2tpi6x {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-c4qcgr {
  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-c4qcgr {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-ipftos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.hellspin-df4ap5 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-r12f59 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.hellspin-ahes6n {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-ahes6n ol,
.hellspin-ahes6n ul {
  padding-left: 1.3em;
}

.hellspin-fm5i55.hellspin-2tpi6x .hellspin-df4ap5 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-fm5i55.hellspin-2tpi6x .hellspin-ipftos {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.hellspin-wdjitv {
  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-wdjitv {
    padding: 24px;
  }
}

.hellspin-wdjitv .hellspin-8komnr {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-wdjitv .hellspin-8komnr {
    display: none;
  }
}

.hellspin-wdjitv .hellspin-fvao75 svg {
  display: none;
}

.hellspin-5wo5vr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-5wo5vr .hellspin-hg726h {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-5wo5vr .hellspin-hg726h {
    display: flex;
  }
}

.hellspin-f3rlrq {
  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-f3rlrq {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-f3rlrq > * {
  margin: 0 !important;
}

.hellspin-f3rlrq img,
.hellspin-k89ca1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-f3rlrq img,
  .hellspin-k89ca1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-d4mver {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-d4mver {
    width: 32px;
    height: 32px;
  }
}

.hellspin-a8tl1d {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-a8tl1d {
    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-a8tl1d::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-j07gn1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-j07gn1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-msu2q2 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-msu2q2 {
    display: flex;
    opacity: 1;
  }
}

.hellspin-j07gn1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-j07gn1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-k0ur86 {
  margin: -24px 0;
}

.hellspin-k0ur86:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-k0ur86 {
    margin: -16px 0;
  }
}

.hellspin-pmijdx {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-pmijdx {
    flex-direction: row;
  }
}

.hellspin-604dbp {
  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-604dbp {
    flex: 1;
  }
}

.hellspin-604dbp::placeholder {
  color: var(--Text-400);
}

.hellspin-atcj30 {
  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-4fanxx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-4fanxx::-webkit-scrollbar {
  display: none;
}

.hellspin-hkoyv2 {
  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-hkoyv2 img,
.hellspin-hkoyv2 svg {
  margin-right: 8px;
}

.hellspin-s0jmci {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-k0ur86 + .hellspin-ei0feu {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-k0ur86 + .hellspin-ei0feu {
    margin-top: -16px;
  }
}

.hellspin-ovq8xb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-ovq8xb > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-ovq8xb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-dwjzga {
  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-k2tfwn {
  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-ucf39l {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-dwgyed {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-c68k42 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-dwjzga 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-dwjzga 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-dwjzga {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-k2tfwn {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-c68k42 {
    height: 348px;
  }

  .hellspin-dwjzga button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-dwjzga button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-dwjzga {
    padding: 63px;
  }
}

.hellspin-s1neui {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-s1neui {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-l8t7bk {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-l8t7bk {
    width: auto;
  }
}

.hellspin-plzd9n {
  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-plzd9n::-webkit-scrollbar {
  display: none;
}

.hellspin-plzd9n 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-plzd9n a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-plzd9n {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-s1neui .hellspin-rs5rc9 {
  -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-r12f59,
    mask-image 0.3s;
}

.hellspin-s1neui .hellspin-rs5rc9.hellspin-b62cbs {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-hqj1d6 {
  margin: 40px -16px;
}

.hellspin-nai2hh + .hellspin-jz9p6d,
.hellspin-nai2hh + .hellspin-d92x5m {
  margin-top: 24px;
}

.hellspin-m8h04l {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-m8h04l picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-tgh8kc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-tgh8kc {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-tgh8kc {
    margin-top: 0;
  }
}

.hellspin-zkkf29 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-zkkf29 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-wizem9 {
  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-wizem9 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-idvum5 {
  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-idvum5 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-ftm31b {
  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-ftm31b {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-tb6ben {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-tb6ben {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-hdu064 {
  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-lflhaz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-lflhaz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-ei0feu {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-ugilge {
  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-ugilge {
    padding: 15px 48px;
  }
}

main > .hellspin-ei0feu {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-7l160i.hellspin-tj07zu > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-utrpyf p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-cxbyur {
  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-4dysdm {
  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-4dysdm label {
  font-size: 14px;
}

.hellspin-4dysdm h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-4dysdm input,
.hellspin-4dysdm textarea,
.hellspin-4dysdm 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-4dysdm button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-fw08gl ease;
}
.hellspin-4dysdm button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-pkhd2c {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-qtl7xc ease-in;
}

.hellspin-pkhd2c 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-o5lpnd, .hellspin-cq0jcs, [class*="review-card"],
thead, thead th, table th, .hellspin-2nms60,
.hellspin-herbla, [class*="collapsible-header"],
.hellspin-7q264f, [class*="updated-block"] {
  color: #ece7dc !important;
}

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