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-nijgch {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.hellspin-9s3wst {
  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-9s3wst: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-hhugp3 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.hellspin-uo4emy {
  cursor: pointer;
}

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

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

.hellspin-fkrgwi figure {
  margin: 0;
}

.hellspin-fkrgwi.hellspin-q7625f {
  justify-content: flex-start;
  margin-right: 4px;
}

.hellspin-fkrgwi.hellspin-m7sdxi {
  justify-content: flex-end;
  margin-left: 4px;
}

.hellspin-fkrgwi.hellspin-vnaxb2 {
  justify-content: center;
}

.hellspin-fkrgwi.hellspin-0dausa {
  justify-content: normal;
}

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

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

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

.hellspin-duyygv {
  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-duyygv {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.hellspin-arqdww {
  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-arqdww {
    flex-direction: column;
  }
}

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

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

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

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

.hellspin-lrv0uw 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-lrv0uw ul {
    margin-bottom: 15px;
  }
}

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

.hellspin-lrv0uw 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-lrv0uw ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.hellspin-rwx8ht {
  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-rwx8ht {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.hellspin-jjo42n.hellspin-usxokl {
  background-color: #000;
}

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

.hellspin-kl4m29 {
  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-kl4m29 {
    padding: 80px 16px 0;
  }
}

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

.hellspin-i3owi1 {
  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-i3owi1 {
    flex-direction: column;
  }
}

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

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

.hellspin-ltn63x .hellspin-radc5e {
  margin-bottom: 28px;
}

.hellspin-ltn63x .hellspin-radc5e img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.hellspin-ryph3t li svg {
  transition: 0.hellspin-d6fkgx ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.hellspin-qjj1lq {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.hellspin-0f4al5 ease-in-out;
}

.hellspin-qjj1lq.hellspin-u8hghm {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.hellspin-o3n6ii h1,
.hellspin-o3n6ii 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-o3n6ii h1,
  .hellspin-o3n6ii h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

.hellspin-v6xdb1 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-d6fkgx ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.hellspin-v6xdb1 li a.hellspin-u8hghm {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.hellspin-hzurpl {
  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-hzurpl {
    height: 54px;
  }
}

.hellspin-ab4asf {
  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-ab4asf {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .hellspin-r135p9 {
    display: block;
  }
  .hellspin-r135p9 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .hellspin-r135p9 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .hellspin-r135p9 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-r135p9 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.hellspin-v7vm7w.hellspin-8of0ao {
  margin-right: 0;
}

.hellspin-hlnj5i {
  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-hlnj5i {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.hellspin-amwsiq {
  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-amwsiq:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.hellspin-ae3n0z {
  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-ae3n0z::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-0f4al5 ease-in-out;
}

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

.hellspin-dxvs5v ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.hellspin-d6fkgx 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-dxvs5v ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.hellspin-dxvs5v 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-d6fkgx ease-in-out;
  overflow: hidden;
}

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

.hellspin-dxvs5v 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-dxvs5v ul li a:hover {
    text-decoration: underline;
  }
}

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

.hellspin-27hlp0 {
  display: none;
}

.hellspin-9gpry1 {
  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-9gpry1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .hellspin-27hlp0:checked ~ .hellspin-1q7rlc {
    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-1q7rlc {
    display: none;
    transition: display 0.hellspin-d6fkgx ease-in-out;
  }
  .hellspin-27hlp0:checked ~ .hellspin-1q7rlc {
    display: block;
  }
  .hellspin-27hlp0:checked + .hellspin-9gpry1 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .hellspin-27hlp0:checked + .hellspin-9gpry1 span:nth-child(2) {
    display: none;
  }
  .hellspin-27hlp0:checked + .hellspin-9gpry1 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

.hellspin-rb5jop {
  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-rb5jop {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.hellspin-31ub1n 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-31ub1n table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.hellspin-31ub1n 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-31ub1n table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.hellspin-11w41f {
  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-11w41f {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.hellspin-11w41f h1,
.hellspin-11w41f h2,
.hellspin-11w41f h3,
.hellspin-11w41f 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-11w41f h1,
  .hellspin-11w41f h2,
  .hellspin-11w41f h3,
  .hellspin-11w41f h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.hellspin-jfb1lr .hellspin-7exeir {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.hellspin-jfb1lr .hellspin-00x1w2 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.hellspin-00x1w2 {
  margin: 0 0 28px;
}

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

.hellspin-7exeir {
  margin: 0 0 28px;
}

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

.hellspin-6jqal9 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-6jqal9 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.hellspin-6jqal9 .hellspin-9s3wst {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hellspin-gq9i75 {
  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-gq9i75 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.hellspin-9g7jc3 {
  position: relative;
  border: none;
}

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

.hellspin-ddg3tu {
  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-ddg3tu span {
  height: 32px;
}

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

.hellspin-ddg3tu.hellspin-a9xxme span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.hellspin-clmabv.hellspin-5f4bus {
  display: none;
}

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

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

.hellspin-uc5dl8 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-uc5dl8 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.hellspin-uc5dl8 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-uc5dl8 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.hellspin-bw79dp {
  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-bw79dp {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.hellspin-fqzm22 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-fqzm22 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.hellspin-o7mbby {
  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-adqk59 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.hellspin-rjxzue {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hellspin-rjxzue {
    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-vululo {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.hellspin-mqmbp7 {
  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-mqmbp7 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

.hellspin-ip7n7j 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-ip7n7j 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-ip7n7j 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-ip7n7j tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.hellspin-ip7n7j 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-ip7n7j 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-ip7n7j tbody tr td:last-of-type {
  margin-left: auto;
}

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

.hellspin-ip7n7j tbody tr td .hellspin-j2tw34 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.hellspin-ip7n7j tbody tr td .hellspin-7046rj {
  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-d6fkgx ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

@media only screen and (max-width: 420px) {
  .hellspin-ip7n7j tbody tr td .hellspin-7046rj {
    width: 100%;
  }
}

.hellspin-ip7n7j tbody tr td .hellspin-jcbo34 {
  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-ip7n7j tbody tr td .hellspin-jcbo34:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.hellspin-6kchf1 {
  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-6kchf1 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

.hellspin-qqkpmu {
  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-qqkpmu {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.hellspin-brcyll::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-55abzv {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

.hellspin-w8ikux {
  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-w8ikux {
    padding: 0 16px;
  }
}

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

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

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

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

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

.hellspin-o45m4y {
  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-o45m4y 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-o45m4y {
    flex-basis: auto;
  }
}

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

.hellspin-2mkiar {
  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-d6fkgx ease-in-out;
}

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

.hellspin-v8jo29 {
  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-v8jo29:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

.hellspin-0u1o9z a {
  text-decoration: underline;
  color: #8babff;
}

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

.hellspin-z8gsz9 .hellspin-2mkiar {
  width: 50%;
  margin: 0;
}

.hellspin-z2poqy {
  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-z2poqy:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.hellspin-uhhmtq {
  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-uhhmtq {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

.hellspin-k8iliz {
  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-k8iliz {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.hellspin-k8iliz 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-d6fkgx ease-in-out;
}

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

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

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

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

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

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

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

.hellspin-wg09rt {
  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-wg09rt {
    padding: 0 16px;
  }
}

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

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

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

.hellspin-le7v75 h1,
.hellspin-le7v75 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-le7v75 h1,
  .hellspin-le7v75 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.hellspin-fnsfbk 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-fnsfbk h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.hellspin-fnsfbk 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-fnsfbk h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.hellspin-fnsfbk 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-fnsfbk 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-fnsfbk table tr td {
    padding: 12px 4px;
  }
}

.hellspin-fnsfbk 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-fnsfbk table tr th {
    padding: 12px 4px;
  }
}

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

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

.hellspin-l6ll9i {
  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-l6ll9i {
    min-height: 190px;
  }
}

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

.hellspin-gh6856::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-v5kuw5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hellspin-v5kuw5.hellspin-558tor {
  display: none;
}

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

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

.hellspin-oa4vtd iframe.hellspin-k6rmqq {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.hellspin-oa4vtd.hellspin-pswsbx {
  opacity: 1;
  pointer-events: all;
}

.hellspin-5udyjk {
  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-d6fkgx ease-in-out;
}

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

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

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

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

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

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

.hellspin-wg09rt .hellspin-6jqal9 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.hellspin-wg09rt .hellspin-6jqal9 h1,
.hellspin-wg09rt .hellspin-6jqal9 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-wg09rt .hellspin-6jqal9 h1,
  .hellspin-wg09rt .hellspin-6jqal9 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .hellspin-wg09rt .hellspin-6jqal9 {
    margin: 28px 0 0;
  }
}

.hellspin-lsq4cm {
  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-lsq4cm {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hellspin-kjr92k .hellspin-9s3wst {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

.hellspin-1bmzad img {
  width: 100%;
}

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

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

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

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

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

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

.hellspin-vpxm29 .hellspin-8z3vul {
  position: relative;
}

.hellspin-vpxm29 .hellspin-gh0ik5 {
  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-vpxm29 .hellspin-gh0ik5.hellspin-558tor {
  display: none;
}

.hellspin-vpxm29 .hellspin-yiikdb {
  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-vpxm29 .hellspin-yiikdb {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

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

.hellspin-vpxm29 .hellspin-yiikdb .hellspin-kf3wqq {
  max-width: 300px;
  width: 100%;
}

.hellspin-vpxm29 .hellspin-yiikdb .hellspin-kf3wqq .hellspin-atbib7 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-vpxm29 .hellspin-yiikdb .hellspin-kf3wqq .hellspin-atbib7 {
    font-size: 32px;
    text-align: center;
  }
}

.hellspin-vpxm29 .hellspin-yiikdb .hellspin-kf3wqq .hellspin-h1789f {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-vpxm29 .hellspin-yiikdb .hellspin-kf3wqq .hellspin-h1789f {
    text-align: center;
  }
}

.hellspin-vpxm29 .hellspin-yiikdb .hellspin-8of0ao {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.hellspin-vpxm29 .hellspin-yiikdb .hellspin-8of0ao .hellspin-hxgq5h {
  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-d6fkgx ease-in-out;
}

.hellspin-vpxm29 .hellspin-yiikdb .hellspin-8of0ao .hellspin-hxgq5h:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .hellspin-vpxm29 .hellspin-yiikdb .hellspin-8of0ao .hellspin-hxgq5h {
    width: 100%;
  }
}

.hellspin-vpxm29 .hellspin-yiikdb .hellspin-8of0ao .hellspin-2cvy3l {
  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-d6fkgx ease-in-out;
  overflow: hidden;
}

.hellspin-vpxm29 .hellspin-yiikdb .hellspin-8of0ao .hellspin-2cvy3l 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-vpxm29 .hellspin-yiikdb .hellspin-8of0ao .hellspin-2cvy3l: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-vpxm29 .hellspin-yiikdb .hellspin-8of0ao .hellspin-2cvy3l:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .hellspin-vpxm29 .hellspin-yiikdb .hellspin-8of0ao .hellspin-2cvy3l {
    width: 100%;
  }
}

.hellspin-vpxm29 .hellspin-yiikdb.hellspin-558tor {
  display: none;
}

.hellspin-vpxm29 .hellspin-hktetk {
  display: none;
}

.hellspin-vpxm29 .hellspin-hktetk.hellspin-pswsbx {
  display: block;
}

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

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

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

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

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

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

.hellspin-vpxm29 .hellspin-v8t9b7 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-vpxm29 .hellspin-v8t9b7 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-vpxm29 .hellspin-v8t9b7 table tr td {
    padding: 12px 4px;
  }
}

.hellspin-vpxm29 .hellspin-v8t9b7 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-vpxm29 .hellspin-v8t9b7 table tr th {
    padding: 12px 4px;
  }
}

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

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

.hellspin-cp601q.hellspin-u8hghm {
  display: block;
}

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

.hellspin-cp601q .hellspin-mb5p7x {
  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-cp601q .hellspin-w1os7j {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.hellspin-cp601q .hellspin-2cvy3l {
  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-d6fkgx ease-in-out;
}

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

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

.hellspin-6zp7s0.hellspin-u8hghm {
  display: block;
}

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

.hellspin-g1grh3 {
  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-rgu9fg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.hellspin-of2ks7.hellspin-558tor {
  display: none;
}

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

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

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

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

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

.hellspin-241kjm 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-d6fkgx ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

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

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

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

.hellspin-8fu1su {
  margin-bottom: 36px;
}

.hellspin-8fu1su 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-8fu1su textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.hellspin-kgbcwa {
  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-d6fkgx ease-in-out;
}

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

.hellspin-6po52o {
  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-d6fkgx ease-in-out;
}

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

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

.hellspin-2rmjrf.hellspin-558tor {
  display: none;
}

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

.hellspin-2rmjrf .hellspin-kgbcwa {
  margin: 0 auto;
}

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

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

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

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

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

.hellspin-abjsan > 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-8ge5al.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.hellspin-qmr3n5 44.hellspin-ninajq.hellspin-o8q716.hellspin-f01n2r.hellspin-59chju.hellspin-msg11x.hellspin-npvdd5.hellspin-niv30q.hellspin-hzafnd.hellspin-91rpi7.hellspin-ykz7z8.hellspin-dz494b.hellspin-nckhl8 0l-12.hellspin-f11rlq 30.hellspin-vnz160.hellspin-k62dwy 2.hellspin-ivtl3g.hellspin-k62dwy 3.hellspin-809ztm 3.hellspin-p299gq.hellspin-j2sfid 3.hellspin-mq3srh.hellspin-2evx1p.hellspin-dizs0k.hellspin-ytt58f 7-3.hellspin-f11rlq 10.hellspin-nfjz34.hellspin-ytt58f 23.hellspin-p9pwjf.hellspin-xbgla4 1.hellspin-3okpna 2.hellspin-f11rlq 3.hellspin-xbgla4 1.hellspin-j2sfid 5.hellspin-yboar6.hellspin-j2sfid 32.hellspin-0p6t8p.hellspin-2evx1p 5.hellspin-nckhl8 4.hellspin-ytt58f 9.hellspin-ytt58f 8.hellspin-j2sfid 6.hellspin-2nhb56.hellspin-47nuaq.hellspin-v9p612.hellspin-fub9dr.hellspin-wejimh 4.hellspin-uhy35s.hellspin-wejimh 6.hellspin-wejimh 0l29.hellspin-nckhl8 17.hellspin-bystea.hellspin-lu08jn 2.hellspin-tcdicv 10.hellspin-ykls0t.hellspin-f11rlq 8.hellspin-5buzuk.hellspin-i90zgj.hellspin-pq883x.hellspin-dhhg4m.hellspin-1imgf8.hellspin-2evx1p.hellspin-msg11x.hellspin-f11rlq 1.hellspin-inh62w.hellspin-26xla3.hellspin-oqv2mm.hellspin-49u3m5.hellspin-ozg45c.hellspin-3okpna 1.hellspin-gxbvfy.hellspin-76v0dp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.hellspin-abjsan > input:checked ~ label,
.hellspin-abjsan > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-8ge5al.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.hellspin-qmr3n5 44.hellspin-ninajq.hellspin-o8q716.hellspin-f01n2r.hellspin-59chju.hellspin-msg11x.hellspin-npvdd5.hellspin-niv30q.hellspin-hzafnd.hellspin-91rpi7.hellspin-ykz7z8.hellspin-dz494b.hellspin-nckhl8 0l-12.hellspin-f11rlq 30.hellspin-vnz160.hellspin-k62dwy 2.hellspin-ivtl3g.hellspin-k62dwy 3.hellspin-809ztm 3.hellspin-p299gq.hellspin-j2sfid 3.hellspin-mq3srh.hellspin-2evx1p.hellspin-dizs0k.hellspin-ytt58f 7-3.hellspin-f11rlq 10.hellspin-nfjz34.hellspin-ytt58f 23.hellspin-p9pwjf.hellspin-xbgla4 1.hellspin-3okpna 2.hellspin-f11rlq 3.hellspin-xbgla4 1.hellspin-j2sfid 5.hellspin-yboar6.hellspin-j2sfid 32.hellspin-0p6t8p.hellspin-2evx1p 5.hellspin-nckhl8 4.hellspin-ytt58f 9.hellspin-ytt58f 8.hellspin-j2sfid 6.hellspin-2nhb56.hellspin-47nuaq.hellspin-v9p612.hellspin-fub9dr.hellspin-wejimh 4.hellspin-uhy35s.hellspin-wejimh 6.hellspin-wejimh 0l29.hellspin-nckhl8 17.hellspin-bystea.hellspin-lu08jn 2.hellspin-tcdicv 10.hellspin-ykls0t.hellspin-f11rlq 8.hellspin-5buzuk.hellspin-i90zgj.hellspin-pq883x.hellspin-dhhg4m.hellspin-1imgf8.hellspin-2evx1p.hellspin-msg11x.hellspin-f11rlq 1.hellspin-inh62w.hellspin-26xla3.hellspin-oqv2mm.hellspin-49u3m5.hellspin-ozg45c.hellspin-3okpna 1.hellspin-gxbvfy.hellspin-76v0dp.5z'/%3e%3c/svg%3e");
}

.hellspin-abjsan > input:not(:checked) ~ label:hover,
.hellspin-abjsan > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-8ge5al.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.hellspin-qmr3n5 44.hellspin-ninajq.hellspin-o8q716.hellspin-f01n2r.hellspin-59chju.hellspin-msg11x.hellspin-npvdd5.hellspin-niv30q.hellspin-hzafnd.hellspin-91rpi7.hellspin-ykz7z8.hellspin-dz494b.hellspin-nckhl8 0l-12.hellspin-f11rlq 30.hellspin-vnz160.hellspin-k62dwy 2.hellspin-ivtl3g.hellspin-k62dwy 3.hellspin-809ztm 3.hellspin-p299gq.hellspin-j2sfid 3.hellspin-mq3srh.hellspin-2evx1p.hellspin-dizs0k.hellspin-ytt58f 7-3.hellspin-f11rlq 10.hellspin-nfjz34.hellspin-ytt58f 23.hellspin-p9pwjf.hellspin-xbgla4 1.hellspin-3okpna 2.hellspin-f11rlq 3.hellspin-xbgla4 1.hellspin-j2sfid 5.hellspin-yboar6.hellspin-j2sfid 32.hellspin-0p6t8p.hellspin-2evx1p 5.hellspin-nckhl8 4.hellspin-ytt58f 9.hellspin-ytt58f 8.hellspin-j2sfid 6.hellspin-2nhb56.hellspin-47nuaq.hellspin-v9p612.hellspin-fub9dr.hellspin-wejimh 4.hellspin-uhy35s.hellspin-wejimh 6.hellspin-wejimh 0l29.hellspin-nckhl8 17.hellspin-bystea.hellspin-lu08jn 2.hellspin-tcdicv 10.hellspin-ykls0t.hellspin-f11rlq 8.hellspin-5buzuk.hellspin-i90zgj.hellspin-pq883x.hellspin-dhhg4m.hellspin-1imgf8.hellspin-2evx1p.hellspin-msg11x.hellspin-f11rlq 1.hellspin-inh62w.hellspin-26xla3.hellspin-oqv2mm.hellspin-49u3m5.hellspin-ozg45c.hellspin-3okpna 1.hellspin-gxbvfy.hellspin-76v0dp.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.hellspin-za5frb.hellspin-558tor {
  display: none;
}

.hellspin-omrn3f {
  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-omrn3f {
    height: 74px;
    overflow: visible;
  }
}

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

.hellspin-ouehyb {
  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-ouehyb::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .hellspin-ouehyb {
    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-ouehyb img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.hellspin-f8v9b2 {
  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-f8v9b2::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-f8v9b2::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.hellspin-f8v9b2::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-f8v9b2::after {
    display: none;
  }
}

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

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

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

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

.hellspin-eelcpb {
  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-d6fkgx ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.hellspin-za5frb.hellspin-2enspq .hellspin-omrn3f {
  background: #2b3b67;
}

.hellspin-za5frb.hellspin-2enspq .hellspin-ouehyb {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.hellspin-za5frb.hellspin-2enspq .hellspin-ouehyb::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.hellspin-za5frb.hellspin-2enspq .hellspin-ouehyb::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.hellspin-za5frb.hellspin-2enspq .hellspin-f8v9b2::before {
  background: #0e0f41;
}

.hellspin-za5frb.hellspin-2enspq .hellspin-f8v9b2::after {
  background: #152557;
}

.hellspin-za5frb.hellspin-3shhzo .hellspin-omrn3f {
  background: #1f35fa;
}

.hellspin-za5frb.hellspin-3shhzo .hellspin-ouehyb {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.hellspin-za5frb.hellspin-3shhzo .hellspin-ouehyb::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.hellspin-za5frb.hellspin-3shhzo .hellspin-ouehyb::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.hellspin-za5frb.hellspin-3shhzo .hellspin-f8v9b2::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.hellspin-za5frb.hellspin-3shhzo .hellspin-f8v9b2::after {
  background: #192ac8;
}

.hellspin-za5frb.hellspin-o9nodp .hellspin-omrn3f {
  background: #fa771f;
}

.hellspin-za5frb.hellspin-o9nodp .hellspin-ouehyb {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.hellspin-za5frb.hellspin-o9nodp .hellspin-ouehyb::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.hellspin-za5frb.hellspin-o9nodp .hellspin-ouehyb::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.hellspin-za5frb.hellspin-o9nodp .hellspin-f8v9b2::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.hellspin-za5frb.hellspin-o9nodp .hellspin-f8v9b2::after {
  background: #fa8535;
}

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

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

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

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

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

.hellspin-k16u8a {
  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-k16u8a {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.hellspin-vtwri1 {
  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-vtwri1 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.hellspin-bu4ebg {
  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-bu4ebg:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.hellspin-uzgwtg .hellspin-ujb2p1 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.hellspin-ufyp4p {
  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-ufyp4p.hellspin-pswsbx {
  display: block;
}

.hellspin-ufyp4p.hellspin-558tor {
  display: none;
}

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

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

.hellspin-uqi2ss {
  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-jud8jo {
  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-mlacdc small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.hellspin-b6crz6 .hellspin-ujb2p1 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.hellspin-jnk2vu {
  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-jnk2vu {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.hellspin-z31zg4 {
  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-z31zg4 {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.hellspin-qnxwvi {
  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-jzleuf {
  flex: 1;
  min-width: 0;
}

.hellspin-58r7q7 {
  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-58r7q7 {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

.hellspin-ta8bf3 strong {
  font-weight: 600;
}

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

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

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

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

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

.hellspin-guu562 a {
  width: 100%;
}

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

.hellspin-tttbyj {
  justify-content: center;
}

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

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

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

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

.hellspin-jq0gl6 .hellspin-r135p9 {
  justify-content: center;
}

/* faq */

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

.hellspin-zk00jf {
  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-q9d4lt ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-zk00jf::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.hellspin-q9d4lt ease;
}

.hellspin-qx1i88.hellspin-u8hghm .hellspin-zk00jf::after {
  transform: rotate(45deg);
}

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

.hellspin-qx1i88.hellspin-u8hghm .hellspin-0sf574 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.hellspin-679h4m {
  margin: 25px 0;
}

.hellspin-abjsan > input:not(:checked) ~ label:hover,
.hellspin-abjsan > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-swkam8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.hellspin-fm9y43 44.hellspin-2gszy6.hellspin-mwbybk.hellspin-s8yft7.hellspin-gbt3u8.hellspin-wjm7no.hellspin-6ixgr1.hellspin-97fgyt.hellspin-i9k2cu.hellspin-yj6yup.hellspin-nhojis.hellspin-jmbbly.hellspin-n5fnyn 0l-12.hellspin-qbf7l8 30.hellspin-ht4un2.hellspin-0lxk7k 2.hellspin-olvlof.hellspin-0lxk7k 3.hellspin-p8lrjx 3.hellspin-zxqw2z.hellspin-5o3tmj 3.hellspin-uah7ze.hellspin-49h141.hellspin-94p5kq.hellspin-o4uq0o 7-3.hellspin-qbf7l8 10.hellspin-i39i97.hellspin-o4uq0o 23.hellspin-jho6kv.hellspin-aw5ohf 1.hellspin-pn9yv9 2.hellspin-qbf7l8 3.hellspin-aw5ohf 1.hellspin-5o3tmj 5.hellspin-s5jw6f.hellspin-5o3tmj 32.hellspin-457gz7.hellspin-49h141 5.hellspin-n5fnyn 4.hellspin-o4uq0o 9.hellspin-o4uq0o 8.hellspin-5o3tmj 6.hellspin-azwt8i.hellspin-e9uyd6.hellspin-w81r1c.hellspin-5gw4qe.hellspin-p8qiev 4.hellspin-ktj1ep.hellspin-p8qiev 6.hellspin-p8qiev 0l29.hellspin-n5fnyn 17.hellspin-gve6wp.hellspin-ucaevc 2.hellspin-v2ud55 10.hellspin-vvkjf1.hellspin-qbf7l8 8.hellspin-d20sx7.hellspin-9amgbq.hellspin-sda6c5.hellspin-8drxrv.hellspin-zq5otm.hellspin-49h141.hellspin-wjm7no.hellspin-qbf7l8 1.hellspin-34epvk.hellspin-x8cuco.hellspin-bdh2vg.hellspin-5d29q5.hellspin-l2awer.hellspin-pn9yv9 1.hellspin-c3x3kp.hellspin-gy651s.5z'/%3e%3c/svg%3e");
}

.hellspin-k8vfhw {
  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-k8vfhw {
    gap: 16px 0;
  }
}

.hellspin-896cwt {
  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-896cwt.hellspin-4djtmn {
  display: block;
}

.hellspin-896cwt.hellspin-zi97ts {
  display: none;
}

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

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

.hellspin-8ie9q8 {
  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-4jgj9f {
  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-zfrzks small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.hellspin-o2l8ei .hellspin-5bqwz0 {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.hellspin-9brlo5 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-9brlo5 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-vuig08 {
  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-vuig08.hellspin-dxstgw {
  opacity: 1;
  pointer-events: auto;
}

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

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

.hellspin-ht4zp6 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-idbedw, .hellspin-7ple9z, [class*="review-card"],
thead, thead th, table th, .hellspin-q5x0u6,
.hellspin-1dktz2, [class*="collapsible-header"],
.hellspin-yfp9o4, [class*="updated-block"] {
  color: #ece7dc !important;
}
