html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.hellspin-h4hi8y {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-h4hi8y {
    padding: 54px 0 0;
  }
}

.hellspin-slg725 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .hellspin-slg725:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.hellspin-mbihhx {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .hellspin-mbihhx {
    margin: 20px auto 100px;
  }
}

.hellspin-mbihhx h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-mbihhx h1 {
    font-size: 120px;
  }
}

.hellspin-mbihhx p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.hellspin-zwsoz2 {
  cursor: pointer;
}

.hellspin-vdvfx0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.hellspin-wu5fca {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hellspin-wu5fca figure {
  margin: 0;
}

.hellspin-wu5fca.hellspin-zb6b2n {
  justify-content: flex-start;
  margin-right: 4px;
}

.hellspin-wu5fca.hellspin-djrzhk {
  justify-content: flex-end;
  margin-left: 4px;
}

.hellspin-wu5fca.hellspin-z8uas0 {
  justify-content: center;
}

.hellspin-wu5fca.hellspin-rnbjd1 {
  justify-content: normal;
}

.hellspin-eu8t6t {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .hellspin-eu8t6t {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-eu8t6t {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.hellspin-5fj74i {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .hellspin-5fj74i {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.hellspin-k2ehb2 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .hellspin-k2ehb2 {
    flex-direction: column;
  }
}

.hellspin-2qs5xt {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.hellspin-2qs5xt img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .hellspin-2qs5xt {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.hellspin-w9ej5f {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.hellspin-w9ej5f ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .hellspin-w9ej5f ul {
    margin-bottom: 15px;
  }
}

.hellspin-w9ej5f ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.hellspin-w9ej5f ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.hellspin-w9ej5f ul li span svg {
  fill: var(--title-color);
}

.hellspin-w9ej5f ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .hellspin-w9ej5f ul li small {
    font-size: 12px;
  }
}

.hellspin-w9ej5f ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.hellspin-w9ej5f ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-w9ej5f {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.hellspin-mvs4t6 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .hellspin-mvs4t6 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.hellspin-lzg392 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.hellspin-04dbmw {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.hellspin-fjacps ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-04dbmw {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .hellspin-04dbmw:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.hellspin-04dbmw.hellspin-rlpno6 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .hellspin-04dbmw.hellspin-rlpno6:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.hellspin-h7yq7v {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .hellspin-h7yq7v {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-h7yq7v {
    padding: 50px 16px 68px;
  }
}

.hellspin-6no6yq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .hellspin-6no6yq {
    flex-direction: column;
  }
}

.hellspin-fumgbk {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .hellspin-fumgbk {
    margin-bottom: 40px;
  }
}

.hellspin-d24x0i .hellspin-4s8pbp {
  margin-bottom: 28px;
}

.hellspin-d24x0i .hellspin-4s8pbp img {
  max-height: 100px;
  width: auto;
}

.hellspin-tg4m9v {
  display: flex;
  align-items: center;
}

.hellspin-tg4m9v a + a {
  margin-left: 24px;
}

.hellspin-tg4m9v img {
  max-height: 56px;
  width: auto;
}

.hellspin-tg4m9v img + img {
  margin-left: 24px;
}

.hellspin-c96ipp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .hellspin-c96ipp {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.hellspin-byam8g {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .hellspin-byam8g {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.hellspin-smrs92 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-smrs92 {
    flex-wrap: wrap;
  }
}

.hellspin-smrs92 li {
  display: flex;
  margin: 0 7px;
}

.hellspin-smrs92 li svg {
  transition: 0.hellspin-fjacps ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .hellspin-smrs92 li:hover svg {
    transform: scale(1.2);
  }
}

.hellspin-dsuefp {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.hellspin-u2rdyq + .hellspin-u2rdyq {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .hellspin-u2rdyq + .hellspin-u2rdyq {
    margin: 36px 0 0;
  }
}

.hellspin-ro6on0 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.hellspin-4wi34j {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hellspin-4wi34j li {
  font-size: 16px;
}

.hellspin-4wi34j li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .hellspin-4wi34j li a:hover {
    text-decoration: underline;
  }
}

.hellspin-4wi34j li + li {
  margin-top: 16px;
}

.hellspin-nqxrvn {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.hellspin-44h799 ease-in-out;
}

.hellspin-nqxrvn.hellspin-0r4zg3 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.hellspin-2sjl2d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.hellspin-2sjl2d h1,
.hellspin-2sjl2d h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .hellspin-2sjl2d h1,
  .hellspin-2sjl2d h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .hellspin-2sjl2d {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-2sjl2d {
    margin-bottom: 60px;
  }
}

.hellspin-z9o4jg {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .hellspin-z9o4jg {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.hellspin-z9o4jg li {
  width: 100%;
}

.hellspin-z9o4jg li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.hellspin-fjacps ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.hellspin-z9o4jg li a svg {
  fill: var(--button-text-color);
}

.hellspin-z9o4jg li a.hellspin-0r4zg3 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .hellspin-z9o4jg li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-z9o4jg li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .hellspin-z9o4jg li a img {
    max-width: 16px;
  }
}

.hellspin-jdzfw4 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .hellspin-jdzfw4 {
    margin: 0 -5px;
  }
}

.hellspin-b7ae91 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.hellspin-b7ae91 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.hellspin-b7ae91 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .hellspin-b7ae91 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .hellspin-b7ae91 span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.hellspin-dtcipr {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.hellspin-dtcipr img {
  width: 100%;
  transition: 0.hellspin-fjacps ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .hellspin-dtcipr:hover img {
    transform: scale(1.1);
  }
}

.hellspin-ix4fm0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .hellspin-ix4fm0 {
    height: 54px;
  }
}

.hellspin-dnwyyy {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .hellspin-dnwyyy {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .hellspin-dnwyyy {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-dnwyyy .hellspin-4s8pbp img {
    max-width: 90px;
  }
}

.hellspin-4s8pbp img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .hellspin-4s8pbp {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .hellspin-xulj1e {
    display: none;
  }
  .hellspin-xulj1e::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.hellspin-pakzxj {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hellspin-pakzxj li {
  font-size: 16px;
  margin: 0 20px;
}

.hellspin-pakzxj li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .hellspin-pakzxj li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .hellspin-pakzxj {
    display: block;
  }
  .hellspin-pakzxj li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .hellspin-pakzxj li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .hellspin-pakzxj li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .hellspin-pakzxj li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.hellspin-kp91im {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .hellspin-kp91im {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .hellspin-kp91im {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-kp91im {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.hellspin-kp91im.hellspin-77c73j {
  margin-right: 0;
}

.hellspin-gj1hk0 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .hellspin-gj1hk0 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .hellspin-gj1hk0:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.hellspin-i2p9i5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .hellspin-i2p9i5:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-i2p9i5 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.hellspin-wytaer {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .hellspin-wytaer {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.hellspin-wytaer:hover > ul {
  display: flex;
}

.hellspin-wytaer:focus > ul {
  display: flex;
}

.hellspin-wytaer:focus-within > ul {
  display: flex;
}

.hellspin-xb5f12 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.hellspin-xb5f12::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.hellspin-44h799 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .hellspin-xb5f12 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .hellspin-xb5f12 img {
    max-width: 20px;
  }
}

.hellspin-wytaer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.hellspin-fjacps ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-wytaer ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.hellspin-wytaer ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.hellspin-fjacps ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .hellspin-wytaer ul li {
    padding: 5px;
  }
}

.hellspin-wytaer ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .hellspin-wytaer ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-wytaer ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .hellspin-wytaer ul li a img {
    max-width: 20px;
  }
}

.hellspin-tjn2o1 {
  display: none;
}

.hellspin-rnmmza {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .hellspin-rnmmza {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.hellspin-rnmmza span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .hellspin-tjn2o1:checked ~ .hellspin-xulj1e {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .hellspin-xulj1e {
    display: none;
    transition: display 0.hellspin-fjacps ease-in-out;
  }
  .hellspin-tjn2o1:checked ~ .hellspin-xulj1e {
    display: block;
  }
  .hellspin-tjn2o1:checked + .hellspin-rnmmza span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .hellspin-tjn2o1:checked + .hellspin-rnmmza span:nth-child(2) {
    display: none;
  }
  .hellspin-tjn2o1:checked + .hellspin-rnmmza span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.hellspin-n7j8ck {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .hellspin-n7j8ck {
    padding: 0 16px;
  }
}

.hellspin-n7j8ck img {
  margin-bottom: 20px;
}

.hellspin-n7j8ck p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .hellspin-n7j8ck p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-n7j8ck {
    margin-bottom: 60px;
  }
}

.hellspin-74xf00 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .hellspin-74xf00 {
    font-size: 32px;
  }
}

.hellspin-d16ipt {
  color: var(--text-color);
}

.hellspin-xrky0c {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .hellspin-xrky0c {
    font-size: 16px;
    line-height: 140%;
  }
}

.hellspin-xrky0c p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.hellspin-xrky0c p img {
  display: block;
  margin: 0 auto;
}

.hellspin-xrky0c p:first-of-type {
  margin-top: 0;
}

.hellspin-xrky0c p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-xrky0c p {
    font-size: 18px;
    line-height: 140%;
  }
}

.hellspin-xrky0c ul {
  padding: 0 0 0 20px;
}

.hellspin-xrky0c table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.hellspin-xrky0c table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-xrky0c table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.hellspin-xrky0c table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-xrky0c table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.hellspin-xrky0c table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.hellspin-xrky0c iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .hellspin-xrky0c iframe {
    height: 200px;
  }
}

.hellspin-26gj24 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .hellspin-26gj24 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-26gj24 {
    margin-bottom: 60px;
  }
}

.hellspin-fau7dn {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-fau7dn {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.hellspin-fau7dn h1,
.hellspin-fau7dn h2,
.hellspin-fau7dn h3,
.hellspin-fau7dn h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-fau7dn h1,
  .hellspin-fau7dn h2,
  .hellspin-fau7dn h3,
  .hellspin-fau7dn h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.hellspin-hlq8ll {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-hlq8ll {
    flex-direction: column-reverse;
  }
}

.hellspin-hlq8ll .hellspin-nlbkf3 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-hlq8ll .hellspin-nlbkf3 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.hellspin-hlq8ll .hellspin-t2sujz {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .hellspin-hlq8ll .hellspin-t2sujz {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .hellspin-hlq8ll .hellspin-t2sujz img {
    width: 100%;
  }
}

.hellspin-t2sujz {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-t2sujz {
    margin-bottom: 18px;
  }
}

.hellspin-nlbkf3 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-nlbkf3 {
    margin-bottom: 18px;
  }
}

.hellspin-26gj24 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-26gj24 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.hellspin-26gj24 .hellspin-slg725 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hellspin-9wc2av {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .hellspin-9wc2av {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-9wc2av {
    margin-bottom: 60px;
  }
}

.hellspin-dge3f0 {
  position: relative;
  border: none;
}

.hellspin-dge3f0::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.hellspin-5dxm4l {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.hellspin-5dxm4l span {
  height: 32px;
}

.hellspin-5dxm4l span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.hellspin-5dxm4l.hellspin-oasroo span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .hellspin-5dxm4l {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.hellspin-ul0qux {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hellspin-ul0qux li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-ul0qux li {
    font-size: 16px;
  }
}

.hellspin-ul0qux li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.hellspin-fjacps ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .hellspin-ul0qux li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-ul0qux li a {
    padding: 12px 14px;
  }
}

.hellspin-ul0qux.hellspin-z0tr2f {
  display: none;
}

.hellspin-3ad3v1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.hellspin-3ad3v1 table {
  width: 100%;
  border-collapse: collapse;
}

.hellspin-3ad3v1 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .hellspin-3ad3v1 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .hellspin-3ad3v1 table td {
    min-width: 75px;
  }
}

.hellspin-3ad3v1 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-3ad3v1 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.hellspin-3ad3v1 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.hellspin-3ad3v1 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .hellspin-3ad3v1 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .hellspin-3ad3v1 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-3ad3v1 {
    margin-bottom: 60px;
  }
}

.hellspin-7fav1e {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-7fav1e {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.hellspin-9vt5jc {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .hellspin-9vt5jc {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.hellspin-9vt5jc tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .hellspin-9vt5jc tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.hellspin-9vt5jc tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.hellspin-wcq99e table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.hellspin-wcq99e table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.hellspin-wcq99e p {
  color: var(--text-color);
}

.hellspin-m03nbb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .hellspin-m03nbb {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-m03nbb {
    margin-bottom: 60px;
  }
}

.hellspin-1lk90r {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.hellspin-j9sxo5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .hellspin-j9sxo5 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-j9sxo5 {
    margin-bottom: 60px;
  }
}

.hellspin-wj3pyb {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.hellspin-wj3pyb h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .hellspin-wj3pyb h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.hellspin-wj3pyb p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.hellspin-wj3pyb p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .hellspin-wj3pyb p {
    font-size: 16px;
  }
}

.hellspin-5tbbm6 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-5tbbm6 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.hellspin-7olvbh {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.hellspin-7olvbh li {
  margin: 0 20px;
}

.hellspin-7olvbh li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.hellspin-7olvbh li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .hellspin-7olvbh li a:hover {
    color: #2ab765;
  }
}

.hellspin-ikq2ex {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .hellspin-ikq2ex {
    padding: 0 16px;
  }
}

.hellspin-ikq2ex li {
  font-size: 16px;
  position: relative;
}

.hellspin-ikq2ex li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .hellspin-ikq2ex li a:hover {
    text-decoration: underline;
  }
}

.hellspin-ikq2ex li span {
  opacity: 0.5;
}

.hellspin-ikq2ex li + li {
  margin-left: 30px;
}

.hellspin-ikq2ex li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.hellspin-fau7dn {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.hellspin-fau7dn {
    margin-bottom: 18px;
  }
}

.hellspin-6uq4qx {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.hellspin-6uq4qx tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.hellspin-6uq4qx tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.hellspin-6uq4qx tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.hellspin-6uq4qx tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.hellspin-6uq4qx tbody tr:last-of-type {
  margin-bottom: 0;
}

.hellspin-6uq4qx tbody tr td:first-of-type {
  flex-shrink: 0;
}

.hellspin-6uq4qx tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.hellspin-6uq4qx tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.hellspin-6uq4qx tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .hellspin-6uq4qx tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.hellspin-6uq4qx tbody tr td .hellspin-tegngp {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .hellspin-6uq4qx tbody tr td .hellspin-tegngp {
    width: 100%;
  }
}

.hellspin-6uq4qx tbody tr td .hellspin-6ylh2e {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.hellspin-fjacps ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .hellspin-6uq4qx tbody tr td .hellspin-6ylh2e:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-6uq4qx tbody tr td .hellspin-6ylh2e {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .hellspin-6uq4qx tbody tr td .hellspin-6ylh2e {
    width: 100%;
  }
}

.hellspin-6uq4qx tbody tr td .hellspin-ycohwn {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .hellspin-6uq4qx tbody tr td .hellspin-ycohwn:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-6uq4qx tbody tr {
    flex-direction: column;
  }
}

.hellspin-6uq4qx tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.hellspin-tx76dw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .hellspin-tx76dw {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-tx76dw {
    margin: 0 auto 60px;
  }
}

.hellspin-eqniq6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-eqniq6 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.hellspin-0r7gpp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .hellspin-0r7gpp {
    margin: 0 -5px;
  }
}

.hellspin-ru086x {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.hellspin-ru086x img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.hellspin-fjacps ease-in-out;
}

.hellspin-ru086x p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .hellspin-ru086x:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .hellspin-ru086x {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-ru086x {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .hellspin-ru086x p {
    font-size: 16px;
  }
}

.hellspin-sa7syp {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .hellspin-sa7syp {
    height: 190px;
    margin: 20px auto;
  }
}

.hellspin-sa7syp img {
  width: 100%;
  height: 100%;
}

.hellspin-sa7syp iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .hellspin-sa7syp iframe {
    height: 190px;
  }
}

.hellspin-06iij6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.hellspin-06iij6::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.hellspin-bq3dph {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.hellspin-bq3dph svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.hellspin-fjacps ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .hellspin-bq3dph:hover svg {
    transform: scale(1.1);
  }
}

.hellspin-majs2h {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-majs2h {
    padding: 40px 0;
  }
}

.hellspin-3gkmgi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .hellspin-3gkmgi {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .hellspin-3gkmgi {
    flex-direction: column-reverse;
  }
}

.hellspin-dt2ar0 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.hellspin-dt2ar0 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .hellspin-dt2ar0 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-dt2ar0 {
    margin: 10px 0 0;
  }
}

.hellspin-wld89m {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.hellspin-wld89m h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .hellspin-wld89m {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-wld89m {
    padding: 24px 10px;
  }
}

.hellspin-o3be7u {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.hellspin-fjacps ease-in-out;
}

.hellspin-o3be7u:hover {
  border: 1px solid #8c8ca2;
}

.hellspin-2i6wb3 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.hellspin-2i6wb3:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.hellspin-2gmb9s {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.hellspin-2gmb9s a {
  text-decoration: underline;
  color: #8babff;
}

.hellspin-c1toef {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.hellspin-c1toef .hellspin-o3be7u {
  width: 50%;
  margin: 0;
}

.hellspin-0bry2h {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.hellspin-0bry2h:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.hellspin-fh568k {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .hellspin-fh568k {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-fh568k {
    margin: 0 0 60px;
  }
}

.hellspin-g7u58h {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-g7u58h {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.hellspin-w5jd01 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .hellspin-w5jd01 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.hellspin-qps6hx {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .hellspin-qps6hx {
    flex-basis: auto;
    max-width: 100%;
  }
}

.hellspin-rq51xk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-rq51xk {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.hellspin-rq51xk a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.hellspin-fjacps ease-in-out;
}

@media only screen and (max-width: 767px) {
  .hellspin-rq51xk a {
    margin: 1px 0 4px;
  }
}

.hellspin-rq51xk a svg {
  fill: #fff;
}

.hellspin-rq51xk a:hover {
  background: #3d68e7;
}

.hellspin-k8fld4 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.hellspin-q8ea1e {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .hellspin-q8ea1e {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.hellspin-o0e187 {
  font-size: 16px;
  color: var(--text-color);
}

.hellspin-1ug0jp {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .hellspin-1ug0jp {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-1ug0jp {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .hellspin-1ug0jp {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.hellspin-3tgvae {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.hellspin-3tgvae h1,
.hellspin-3tgvae h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-3tgvae h1,
  .hellspin-3tgvae h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .hellspin-3tgvae {
    margin: 0;
    padding-right: 20px;
  }
}

.hellspin-ahgg7m {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.hellspin-ahgg7m h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-ahgg7m h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.hellspin-ahgg7m h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .hellspin-ahgg7m h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.hellspin-ahgg7m table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.hellspin-ahgg7m table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-ahgg7m table tr td {
    padding: 12px 4px;
  }
}

.hellspin-ahgg7m table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-ahgg7m table tr th {
    padding: 12px 4px;
  }
}

.hellspin-ahgg7m table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .hellspin-ahgg7m {
    margin: 0;
  }
}

.hellspin-vlpv69 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .hellspin-vlpv69 {
    min-height: 190px;
  }
}

.hellspin-chorpm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.hellspin-chorpm::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.hellspin-wyhfs5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hellspin-wyhfs5.hellspin-yu7ukv {
  display: none;
}

.hellspin-kga1y7 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.hellspin-kga1y7 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hellspin-kga1y7 iframe.hellspin-61m25e {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.hellspin-kga1y7.hellspin-ggx31q {
  opacity: 1;
  pointer-events: all;
}

.hellspin-gkhmje {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.hellspin-fjacps ease-in-out;
}

.hellspin-gkhmje svg {
  margin-right: 10px;
}

.hellspin-gkhmje + .hellspin-gkhmje {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .hellspin-gkhmje:hover {
    background: #a8a6b3;
  }
}

.hellspin-kztqq9 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .hellspin-kztqq9:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-gkhmje {
    height: 42px;
    max-width: 220px;
  }
}

.hellspin-1ug0jp .hellspin-26gj24 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.hellspin-1ug0jp .hellspin-26gj24 h1,
.hellspin-1ug0jp .hellspin-26gj24 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .hellspin-1ug0jp .hellspin-26gj24 h1,
  .hellspin-1ug0jp .hellspin-26gj24 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .hellspin-1ug0jp .hellspin-26gj24 {
    margin: 28px 0 0;
  }
}

.hellspin-fvtwrv {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .hellspin-fvtwrv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .hellspin-fvtwrv {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-fvtwrv {
    margin: 20px auto 60px;
  }
}

.hellspin-71mdal {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .hellspin-71mdal {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-71mdal {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.hellspin-8x06px {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.hellspin-8x06px iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hellspin-au115z {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.hellspin-au115z h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .hellspin-au115z h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-au115z h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .hellspin-au115z {
    max-width: 100%;
    margin: 0;
  }
}

.hellspin-72egwz {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .hellspin-72egwz {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.hellspin-zt2c5w {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .hellspin-zt2c5w {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.hellspin-zzk36z {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hellspin-zzk36z span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .hellspin-zzk36z {
    margin: 0;
  }
  .hellspin-zzk36z:last-of-type {
    margin-top: 4px;
  }
}

.hellspin-te9ov4 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .hellspin-te9ov4 {
    padding: 10px;
  }
}

.hellspin-te9ov4 .hellspin-slg725 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .hellspin-te9ov4 .hellspin-slg725 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .hellspin-te9ov4 {
    flex-wrap: wrap;
  }
}

.hellspin-sd6tvs {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.hellspin-sd6tvs img {
  width: 100%;
}

.hellspin-gkztqa {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .hellspin-gkztqa {
    max-width: 200px;
    margin: 0;
  }
}

.hellspin-ug4kpv {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.hellspin-t90wc1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.hellspin-g5kvlv {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv {
    margin: 0 0 60px;
  }
}

.hellspin-g5kvlv .hellspin-92v7rn {
  position: relative;
}

.hellspin-g5kvlv .hellspin-kjbttm {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hellspin-g5kvlv .hellspin-kjbttm.hellspin-yu7ukv {
  display: none;
}

.hellspin-g5kvlv .hellspin-taozh8 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .hellspin-g5kvlv .hellspin-taozh8 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .hellspin-g5kvlv .hellspin-taozh8 {
    bottom: 90px;
  }
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-9yt533 {
  max-width: 300px;
  width: 100%;
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-9yt533 .hellspin-zkfwxw {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-taozh8 .hellspin-9yt533 .hellspin-zkfwxw {
    font-size: 32px;
    text-align: center;
  }
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-9yt533 .hellspin-cx1v63 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-taozh8 .hellspin-9yt533 .hellspin-cx1v63 {
    text-align: center;
  }
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j {
    flex-direction: column-reverse;
  }
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j .hellspin-vyjao0 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.hellspin-fjacps ease-in-out;
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j .hellspin-vyjao0:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j .hellspin-vyjao0 {
    width: 100%;
  }
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j .hellspin-484o3o {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.hellspin-fjacps ease-in-out;
  overflow: hidden;
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j .hellspin-484o3o span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j .hellspin-484o3o:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j .hellspin-484o3o:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-taozh8 .hellspin-77c73j .hellspin-484o3o {
    width: 100%;
  }
}

.hellspin-g5kvlv .hellspin-taozh8.hellspin-yu7ukv {
  display: none;
}

.hellspin-g5kvlv .hellspin-ojvauc {
  display: none;
}

.hellspin-g5kvlv .hellspin-ojvauc.hellspin-ggx31q {
  display: block;
}

.hellspin-g5kvlv .hellspin-ojvauc iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-ojvauc iframe {
    height: calc(100vh - 54px);
  }
}

.hellspin-g5kvlv .hellspin-xazzhf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .hellspin-g5kvlv .hellspin-xazzhf {
    padding: 24px 16px 0;
  }
}

.hellspin-g5kvlv .hellspin-xazzhf .hellspin-zkfwxw {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-xazzhf .hellspin-zkfwxw {
    margin-bottom: 24px;
  }
}

.hellspin-g5kvlv .hellspin-xazzhf table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.hellspin-g5kvlv .hellspin-xazzhf table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-xazzhf table tr td {
    padding: 12px 4px;
  }
}

.hellspin-g5kvlv .hellspin-xazzhf table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-g5kvlv .hellspin-xazzhf table tr th {
    padding: 12px 4px;
  }
}

.hellspin-g5kvlv .hellspin-xazzhf table tr:last-of-type td {
  border-bottom: none;
}

.hellspin-ccwu5o {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.hellspin-ccwu5o.hellspin-0r4zg3 {
  display: block;
}

.hellspin-ccwu5o iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.hellspin-ccwu5o .hellspin-tekctg {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.hellspin-ccwu5o .hellspin-4cgd7o {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.hellspin-ccwu5o .hellspin-484o3o {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.hellspin-fjacps ease-in-out;
}

.hellspin-ccwu5o .hellspin-484o3o:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.hellspin-njuz81 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.hellspin-njuz81.hellspin-0r4zg3 {
  display: block;
}

.hellspin-qb10hz {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hellspin-v4stnn {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.hellspin-t7u618 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .hellspin-v4stnn {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.hellspin-4c6tx0 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.hellspin-4c6tx0 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.hellspin-h96qqo {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hellspin-qt2g8k.hellspin-yu7ukv {
  display: none;
}

.hellspin-028yn2 {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .hellspin-028yn2 {
    margin-bottom: 20px;
  }
}

.hellspin-vwrx2i {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.hellspin-vwrx2i span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.hellspin-vwrx2i small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.hellspin-vwrx2i input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.hellspin-fjacps ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.hellspin-vwrx2i input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.hellspin-vwrx2i input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.hellspin-vwrx2i input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.hellspin-vwrx2i input:active {
  border-color: #c2c0ce;
}

.hellspin-vwrx2i input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .hellspin-vwrx2i {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.hellspin-kuaalu {
  margin-bottom: 36px;
}

.hellspin-kuaalu textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.hellspin-kuaalu textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.hellspin-kuaalu textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .hellspin-kuaalu {
    margin-bottom: 24px;
  }
}

.hellspin-iy05aj {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hellspin-jlxill {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.hellspin-fjacps ease-in-out;
}

.hellspin-jlxill:hover {
  background: var(--border-color);
}

.hellspin-pitglu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.hellspin-fjacps ease-in-out;
}

.hellspin-pitglu:hover {
  background: #166ad9;
}

.hellspin-whw5u3 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hellspin-whw5u3.hellspin-yu7ukv {
  display: none;
}

.hellspin-hbsi1o {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.hellspin-whw5u3 .hellspin-jlxill {
  margin: 0 auto;
}

.hellspin-f7vlmw {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .hellspin-f7vlmw {
    margin-bottom: 16px;
  }
}

.hellspin-ez69mg {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.hellspin-isd9da {
  filter: grayscale(100%);
}

.hellspin-ez69mg > input {
  display: none;
}

.hellspin-ez69mg > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-j52tk9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.hellspin-c5ei3x 44.hellspin-gjtk23.hellspin-l1xity.hellspin-u6kzqc.hellspin-3avefa.hellspin-mbfb9i.hellspin-kq7gkm.hellspin-iu0vld.hellspin-p12ugo.hellspin-kr0c20.hellspin-76cj1q.hellspin-lg5uqh.hellspin-gs8sta 0l-12.hellspin-y2gwzl 30.hellspin-1ly17m.hellspin-4sn0x8 2.hellspin-nqe5e3.hellspin-4sn0x8 3.hellspin-4zskxx 3.hellspin-6g1p4b.hellspin-f6wj3n 3.hellspin-cr2cum.hellspin-5zma75.hellspin-bovz92.hellspin-uzqwg5 7-3.hellspin-y2gwzl 10.hellspin-s7m9ex.hellspin-uzqwg5 23.hellspin-ho1n0a.hellspin-osxzf5 1.hellspin-31ff2v 2.hellspin-y2gwzl 3.hellspin-osxzf5 1.hellspin-f6wj3n 5.hellspin-0l5pt9.hellspin-f6wj3n 32.hellspin-kbv0vt.hellspin-5zma75 5.hellspin-gs8sta 4.hellspin-uzqwg5 9.hellspin-uzqwg5 8.hellspin-f6wj3n 6.hellspin-nc8imw.hellspin-ms146f.hellspin-l03kiw.hellspin-3xrful.hellspin-i7907c 4.hellspin-suw9ui.hellspin-i7907c 6.hellspin-i7907c 0l29.hellspin-gs8sta 17.hellspin-8512f6.hellspin-gutdpa 2.hellspin-wltdj6 10.hellspin-sad8q4.hellspin-y2gwzl 8.hellspin-eirtig.hellspin-xtjjla.hellspin-9drdvq.hellspin-plmtdq.hellspin-kw20dk.hellspin-5zma75.hellspin-mbfb9i.hellspin-y2gwzl 1.hellspin-y31ayg.hellspin-uczhdw.hellspin-urvp7x.hellspin-5ct7o6.hellspin-u3dpn4.hellspin-31ff2v 1.hellspin-gwvrq6.hellspin-egef1g.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.hellspin-ez69mg > input:checked ~ label,
.hellspin-ez69mg > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-j52tk9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.hellspin-c5ei3x 44.hellspin-gjtk23.hellspin-l1xity.hellspin-u6kzqc.hellspin-3avefa.hellspin-mbfb9i.hellspin-kq7gkm.hellspin-iu0vld.hellspin-p12ugo.hellspin-kr0c20.hellspin-76cj1q.hellspin-lg5uqh.hellspin-gs8sta 0l-12.hellspin-y2gwzl 30.hellspin-1ly17m.hellspin-4sn0x8 2.hellspin-nqe5e3.hellspin-4sn0x8 3.hellspin-4zskxx 3.hellspin-6g1p4b.hellspin-f6wj3n 3.hellspin-cr2cum.hellspin-5zma75.hellspin-bovz92.hellspin-uzqwg5 7-3.hellspin-y2gwzl 10.hellspin-s7m9ex.hellspin-uzqwg5 23.hellspin-ho1n0a.hellspin-osxzf5 1.hellspin-31ff2v 2.hellspin-y2gwzl 3.hellspin-osxzf5 1.hellspin-f6wj3n 5.hellspin-0l5pt9.hellspin-f6wj3n 32.hellspin-kbv0vt.hellspin-5zma75 5.hellspin-gs8sta 4.hellspin-uzqwg5 9.hellspin-uzqwg5 8.hellspin-f6wj3n 6.hellspin-nc8imw.hellspin-ms146f.hellspin-l03kiw.hellspin-3xrful.hellspin-i7907c 4.hellspin-suw9ui.hellspin-i7907c 6.hellspin-i7907c 0l29.hellspin-gs8sta 17.hellspin-8512f6.hellspin-gutdpa 2.hellspin-wltdj6 10.hellspin-sad8q4.hellspin-y2gwzl 8.hellspin-eirtig.hellspin-xtjjla.hellspin-9drdvq.hellspin-plmtdq.hellspin-kw20dk.hellspin-5zma75.hellspin-mbfb9i.hellspin-y2gwzl 1.hellspin-y31ayg.hellspin-uczhdw.hellspin-urvp7x.hellspin-5ct7o6.hellspin-u3dpn4.hellspin-31ff2v 1.hellspin-gwvrq6.hellspin-egef1g.5z'/%3e%3c/svg%3e");
}

.hellspin-ez69mg > input:not(:checked) ~ label:hover,
.hellspin-ez69mg > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-j52tk9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.hellspin-c5ei3x 44.hellspin-gjtk23.hellspin-l1xity.hellspin-u6kzqc.hellspin-3avefa.hellspin-mbfb9i.hellspin-kq7gkm.hellspin-iu0vld.hellspin-p12ugo.hellspin-kr0c20.hellspin-76cj1q.hellspin-lg5uqh.hellspin-gs8sta 0l-12.hellspin-y2gwzl 30.hellspin-1ly17m.hellspin-4sn0x8 2.hellspin-nqe5e3.hellspin-4sn0x8 3.hellspin-4zskxx 3.hellspin-6g1p4b.hellspin-f6wj3n 3.hellspin-cr2cum.hellspin-5zma75.hellspin-bovz92.hellspin-uzqwg5 7-3.hellspin-y2gwzl 10.hellspin-s7m9ex.hellspin-uzqwg5 23.hellspin-ho1n0a.hellspin-osxzf5 1.hellspin-31ff2v 2.hellspin-y2gwzl 3.hellspin-osxzf5 1.hellspin-f6wj3n 5.hellspin-0l5pt9.hellspin-f6wj3n 32.hellspin-kbv0vt.hellspin-5zma75 5.hellspin-gs8sta 4.hellspin-uzqwg5 9.hellspin-uzqwg5 8.hellspin-f6wj3n 6.hellspin-nc8imw.hellspin-ms146f.hellspin-l03kiw.hellspin-3xrful.hellspin-i7907c 4.hellspin-suw9ui.hellspin-i7907c 6.hellspin-i7907c 0l29.hellspin-gs8sta 17.hellspin-8512f6.hellspin-gutdpa 2.hellspin-wltdj6 10.hellspin-sad8q4.hellspin-y2gwzl 8.hellspin-eirtig.hellspin-xtjjla.hellspin-9drdvq.hellspin-plmtdq.hellspin-kw20dk.hellspin-5zma75.hellspin-mbfb9i.hellspin-y2gwzl 1.hellspin-y31ayg.hellspin-uczhdw.hellspin-urvp7x.hellspin-5ct7o6.hellspin-u3dpn4.hellspin-31ff2v 1.hellspin-gwvrq6.hellspin-egef1g.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .hellspin-juzc0v > .hellspin-oh4n0x {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .hellspin-juzc0v > .hellspin-oh4n0x {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .hellspin-juzc0v > .hellspin-oh4n0x {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .hellspin-juzc0v > .hellspin-oh4n0x {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .hellspin-juzc0v > .hellspin-oh4n0x {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.hellspin-byo90q {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.hellspin-byo90q.hellspin-yu7ukv {
  display: none;
}

.hellspin-2bhuty {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .hellspin-2bhuty {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-2bhuty {
    border-radius: 20px 20px 0 0;
  }
}

.hellspin-iwumyz {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.hellspin-iwumyz::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.hellspin-iwumyz::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.hellspin-iwumyz img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .hellspin-iwumyz {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .hellspin-iwumyz img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-iwumyz {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .hellspin-iwumyz img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.hellspin-hzrbmp {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .hellspin-hzrbmp {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-hzrbmp {
    font-size: 14px;
  }
}

.hellspin-qccj2v {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.hellspin-qccj2v::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .hellspin-qccj2v::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.hellspin-qccj2v::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .hellspin-qccj2v::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .hellspin-qccj2v {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-qccj2v {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.hellspin-ln3vpt {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .hellspin-ln3vpt {
    top: -20px;
  }
}

.hellspin-k5ampx {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.hellspin-fjacps ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .hellspin-k5ampx:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .hellspin-k5ampx {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-k5ampx {
    width: 90px;
    height: 40px;
  }
}

.hellspin-byo90q.hellspin-b70059 .hellspin-2bhuty {
  background: #2b3b67;
}

.hellspin-byo90q.hellspin-b70059 .hellspin-iwumyz {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.hellspin-byo90q.hellspin-b70059 .hellspin-iwumyz::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.hellspin-byo90q.hellspin-b70059 .hellspin-iwumyz::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.hellspin-byo90q.hellspin-b70059 .hellspin-qccj2v::before {
  background: #0e0f41;
}

.hellspin-byo90q.hellspin-b70059 .hellspin-qccj2v::after {
  background: #152557;
}

.hellspin-byo90q.hellspin-bkikjp .hellspin-2bhuty {
  background: #1f35fa;
}

.hellspin-byo90q.hellspin-bkikjp .hellspin-iwumyz {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.hellspin-byo90q.hellspin-bkikjp .hellspin-iwumyz::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.hellspin-byo90q.hellspin-bkikjp .hellspin-iwumyz::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.hellspin-byo90q.hellspin-bkikjp .hellspin-qccj2v::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.hellspin-byo90q.hellspin-bkikjp .hellspin-qccj2v::after {
  background: #192ac8;
}

.hellspin-byo90q.hellspin-0j3bbw .hellspin-2bhuty {
  background: #fa771f;
}

.hellspin-byo90q.hellspin-0j3bbw .hellspin-iwumyz {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.hellspin-byo90q.hellspin-0j3bbw .hellspin-iwumyz::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.hellspin-byo90q.hellspin-0j3bbw .hellspin-iwumyz::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.hellspin-byo90q.hellspin-0j3bbw .hellspin-qccj2v::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.hellspin-byo90q.hellspin-0j3bbw .hellspin-qccj2v::after {
  background: #fa8535;
}

.hellspin-dj2czv {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .hellspin-dj2czv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hellspin-dj2czv {
    margin: 24px 0 60px;
  }
}

.hellspin-dj2czv h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .hellspin-dj2czv h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.hellspin-261i5s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-261i5s {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.hellspin-stseoy {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .hellspin-stseoy {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.hellspin-lv7ijz {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .hellspin-lv7ijz:hover {
    background: var(--button-bg-hover);
  }
}

.hellspin-wd4nn3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hellspin-wd4nn3 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.hellspin-wd4nn3 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-wd4nn3 {
    margin-bottom: 16px;
  }
}

.hellspin-oi76at {
  width: 120px;
  height: 22px;
}

.hellspin-oi76at .hellspin-0zs5kd {
  fill: #c2c0ce;
}

.hellspin-oi76at [rating="1"] .hellspin-0zs5kd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.hellspin-oi76at [rating="2"] .hellspin-0zs5kd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.hellspin-oi76at [rating="3"] .hellspin-0zs5kd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.hellspin-oi76at [rating="4"] .hellspin-0zs5kd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.hellspin-oi76at [rating="5"] .hellspin-0zs5kd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.hellspin-wg9fjk {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-wg9fjk {
    gap: 16px 0;
  }
}

.hellspin-k9dh1a {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.hellspin-k9dh1a.hellspin-ggx31q {
  display: block;
}

.hellspin-k9dh1a.hellspin-yu7ukv {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-k9dh1a {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.hellspin-t5iuv3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.hellspin-buekao {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.hellspin-auwhk6 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hellspin-43zmq2 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.hellspin-43zmq2 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.hellspin-m75rps {
  font-size: 16px;
  line-height: 140%;
}

.hellspin-r1u1j5 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.hellspin-r1u1j5 .hellspin-0zs5kd {
  fill: #c2c0ce;
}

.hellspin-r1u1j5 [rating="1"] .hellspin-0zs5kd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.hellspin-r1u1j5 [rating="2"] .hellspin-0zs5kd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.hellspin-r1u1j5 [rating="3"] .hellspin-0zs5kd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.hellspin-r1u1j5 [rating="4"] .hellspin-0zs5kd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.hellspin-r1u1j5 [rating="5"] .hellspin-0zs5kd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.hellspin-gvgul4 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-gvgul4 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.hellspin-9fr6mc {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .hellspin-9fr6mc {
    padding: 0 16px;
  }
}

.hellspin-rzspx0 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .hellspin-rzspx0 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.hellspin-ioz4wp {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-ioz4wp {
    padding: 12px;
    gap: 12px;
  }
}

.hellspin-p9jevx {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.hellspin-p9jevx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hellspin-wm81k4 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.hellspin-zlhbic {
  flex: 1;
  min-width: 0;
}

.hellspin-zxt167 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .hellspin-zxt167 {
    font-size: 14px;
    gap: 6px;
  }
}

.hellspin-jilfws {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.hellspin-jilfws svg,
.hellspin-jilfws img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hellspin-jilfws svg path {
  fill: var(--button-bg-color);
}

.hellspin-jilfws svg circle {
  fill: var(--button-text-color);
}

.hellspin-18zq2b {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .hellspin-18zq2b {
    font-size: 12px;
  }
}

.hellspin-18zq2b strong {
  font-weight: 600;
}

.hellspin-zq6tk1 {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.hellspin-zq6tk1 p {
  margin: 0 0 16px;
}

.hellspin-zq6tk1 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .hellspin-zq6tk1 {
    font-size: 14px;
    line-height: 150%;
  }
}

.hellspin-7gck7f {
  max-width: 300px;
  width: 100%;
}

.hellspin-7gck7f a {
  width: 100%;
}

@media (max-width: 575px) {
  .hellspin-7gck7f {
    max-width: 200px;
  }
}

.hellspin-2jc4og {
  justify-content: center;
}

.hellspin-v8yidm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hellspin-z0zqo4 {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .hellspin-rp777o {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.hellspin-xmltca {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.hellspin-xmltca .hellspin-pakzxj {
  justify-content: center;
}

/* faq */

.hellspin-jat6x1 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.hellspin-xuoc30 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.hellspin-6xmii6 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-xuoc30::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.hellspin-6xmii6 ease;
}

.hellspin-jat6x1.hellspin-0r4zg3 .hellspin-xuoc30::after {
  transform: rotate(45deg);
}

.hellspin-mtfga0 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.hellspin-fjacps ease, padding 0.hellspin-fjacps ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.hellspin-jat6x1.hellspin-0r4zg3 .hellspin-mtfga0 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.hellspin-lvoem1 {
  margin: 25px 0;
}

.hellspin-ez69mg > input:not(:checked) ~ label:hover,
.hellspin-ez69mg > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-ujtwgj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.hellspin-6k00x9 44.hellspin-br5rvg.hellspin-zfjtew.hellspin-exsw2m.hellspin-re5nyi.hellspin-tc467e.hellspin-oqnxsx.hellspin-s534su.hellspin-ptvu01.hellspin-nrahrs.hellspin-me5h9x.hellspin-m75529.hellspin-9r5xrh 0l-12.hellspin-8jhynp 30.hellspin-hf6kdd.hellspin-z3to47 2.hellspin-kxzucr.hellspin-z3to47 3.hellspin-ie0o2t 3.hellspin-is1fau.hellspin-sen2zf 3.hellspin-1mp4gb.hellspin-l9o9h3.hellspin-zp2ppg.hellspin-jwdf4f 7-3.hellspin-8jhynp 10.hellspin-7f40p4.hellspin-jwdf4f 23.hellspin-woe4mo.hellspin-bkb11d 1.hellspin-3iazcm 2.hellspin-8jhynp 3.hellspin-bkb11d 1.hellspin-sen2zf 5.hellspin-fxs6cz.hellspin-sen2zf 32.hellspin-krk24c.hellspin-l9o9h3 5.hellspin-9r5xrh 4.hellspin-jwdf4f 9.hellspin-jwdf4f 8.hellspin-sen2zf 6.hellspin-9kdpbk.hellspin-rvwu9e.hellspin-ctq6ou.hellspin-h272rl.hellspin-yh3f41 4.hellspin-j49xvq.hellspin-yh3f41 6.hellspin-yh3f41 0l29.hellspin-9r5xrh 17.hellspin-kp04kh.hellspin-lz5c5f 2.hellspin-e72z5b 10.hellspin-go5d5z.hellspin-8jhynp 8.hellspin-t1v3jh.hellspin-cll8sv.hellspin-jng7bl.hellspin-tpfo83.hellspin-plk5nn.hellspin-l9o9h3.hellspin-tc467e.hellspin-8jhynp 1.hellspin-to49uc.hellspin-4gxzyb.hellspin-0cj4a1.hellspin-16qtaq.hellspin-y9kr5c.hellspin-3iazcm 1.hellspin-9a647l.hellspin-9h71q3.5z'/%3e%3c/svg%3e");
}

.hellspin-mx3yj0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .hellspin-mx3yj0 {
    gap: 16px 0;
  }
}

.hellspin-72v9yh {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.hellspin-72v9yh.hellspin-t2sp08 {
  display: block;
}

.hellspin-72v9yh.hellspin-1isfao {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-72v9yh {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.hellspin-32kbli {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.hellspin-6b2136 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.hellspin-wj6dh9 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hellspin-ftcow9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.hellspin-ftcow9 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.hellspin-ovm6zs {
  font-size: 16px;
  line-height: 140%;
}

.hellspin-whnaup {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.hellspin-whnaup .hellspin-fdyvch {
  fill: #c2c0ce;
}

.hellspin-whnaup [rating="1"] .hellspin-fdyvch:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.hellspin-whnaup [rating="2"] .hellspin-fdyvch:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.hellspin-whnaup [rating="3"] .hellspin-fdyvch:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.hellspin-whnaup [rating="4"] .hellspin-fdyvch:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.hellspin-whnaup [rating="5"] .hellspin-fdyvch:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.hellspin-j4qgt6 {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.hellspin-j4qgt6 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.hellspin-j4qgt6 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.hellspin-swm4hn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-swm4hn.hellspin-8cdmoc {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.hellspin-7ynue6 {
  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-7ynue6 label {
  font-size: 14px;
}

.hellspin-7ynue6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-7ynue6 input,
.hellspin-7ynue6 textarea,
.hellspin-7ynue6 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-7ynue6 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-6xmii6 ease;
}
.hellspin-7ynue6 button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-d463j4 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-bxe87c ease-in;
}

.hellspin-d463j4 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-wwxcid, .hellspin-g9u2ox, [class*="review-card"],
thead, thead th, table th, .hellspin-vzezjx,
.hellspin-7utwya, [class*="collapsible-header"],
.hellspin-m03nbb, [class*="updated-block"] {
  color: #ece7dc !important;
}
