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;
  }
}

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

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

.spirit-2xfuw5 {
  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) {
  .spirit-2xfuw5: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;
  }
}

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

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

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

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

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

.spirit-hgpgav {
  cursor: pointer;
}

.spirit-vwwxp2 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spirit-2th18g {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spirit-2th18g figure {
  margin: 0;
}

.spirit-2th18g.spirit-zlr56o {
  justify-content: flex-start;
  margin-right: 4px;
}

.spirit-2th18g.spirit-in9cvv {
  justify-content: flex-end;
  margin-left: 4px;
}

.spirit-2th18g.spirit-38azw6 {
  justify-content: center;
}

.spirit-2th18g.spirit-xs8xau {
  justify-content: normal;
}

.spirit-r0a4n3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.spirit-9g2d3f {
  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) {
  .spirit-9g2d3f {
    flex-direction: column;
  }
}

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

.spirit-olr7lz img {
  width: 100%;
}

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

.spirit-4elw14 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.spirit-4elw14 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) {
  .spirit-4elw14 ul {
    margin-bottom: 15px;
  }
}

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

.spirit-4elw14 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);
}

.spirit-4elw14 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.spirit-4elw14 ul li:last-of-type::after {
  display: none;
}

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

.spirit-852ew2 {
  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) {
  .spirit-852ew2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.spirit-xhaz6n {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.spirit-xly6v1.spirit-1673wc {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .spirit-xly6v1.spirit-1673wc:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.spirit-eldvt2 {
  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) {
  .spirit-eldvt2 {
    padding: 80px 16px 0;
  }
}

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

.spirit-e0lnvy {
  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) {
  .spirit-e0lnvy {
    flex-direction: column;
  }
}

.spirit-hxun2c {
  margin-bottom: 94px;
}

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

.spirit-yrlv3d .spirit-dc2gyd {
  margin-bottom: 28px;
}

.spirit-yrlv3d .spirit-dc2gyd img {
  max-height: 100px;
  width: auto;
}

.spirit-lw9s1m {
  display: flex;
  align-items: center;
}

.spirit-lw9s1m a + a {
  margin-left: 24px;
}

.spirit-lw9s1m img {
  max-height: 56px;
  width: auto;
}

.spirit-lw9s1m img + img {
  margin-left: 24px;
}

.spirit-5nyn37 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.spirit-wh0cle {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.spirit-e6cvsi li {
  display: flex;
  margin: 0 7px;
}

.spirit-e6cvsi li svg {
  transition: 0.spirit-xw8afk ease-in-out;
}

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

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

.spirit-qj5s4x + .spirit-qj5s4x {
  margin-left: 120px;
}

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

.spirit-8r8or3 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.spirit-c6tb8j {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spirit-c6tb8j li {
  font-size: 16px;
}

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

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

.spirit-c6tb8j li + li {
  margin-top: 16px;
}

.spirit-u4f9td {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spirit-j0owdd ease-in-out;
}

.spirit-u4f9td.spirit-r8d3me {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spirit-bsqe48 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spirit-pj9944 li {
  width: 100%;
}

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

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

.spirit-pj9944 li a.spirit-r8d3me {
  background: var(--border-color);
}

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

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

.spirit-2ed8un {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.spirit-8qv15v {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spirit-8qv15v img {
  width: 100%;
  transition: 0.spirit-xw8afk ease-in-out;
}

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

.spirit-ghvc94 {
  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) {
  .spirit-ghvc94 {
    height: 54px;
  }
}

.spirit-7g9uwc {
  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) {
  .spirit-7g9uwc {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .spirit-7g9uwc .spirit-dc2gyd img {
    max-width: 90px;
  }
}

.spirit-dc2gyd img {
  max-height: 50px;
  width: auto;
}

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

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

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

.spirit-driko0 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.spirit-qzzdwo {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spirit-qzzdwo.spirit-hly6zm {
  margin-right: 0;
}

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

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

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

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

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

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

.spirit-vj47zw:hover > ul {
  display: flex;
}

.spirit-vj47zw:focus > ul {
  display: flex;
}

.spirit-vj47zw:focus-within > ul {
  display: flex;
}

.spirit-pejq72 {
  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;
}

.spirit-pejq72::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.spirit-j0owdd ease-in-out;
}

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

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

.spirit-vj47zw 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.spirit-xw8afk ease-in-out;
  overflow: hidden;
}

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

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

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

.spirit-tsueco {
  display: none;
}

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

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

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

.spirit-3rydww {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.spirit-3rydww img {
  margin-bottom: 20px;
}

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

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

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

.spirit-8ba5yf {
  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) {
  .spirit-8ba5yf {
    font-size: 32px;
  }
}

.spirit-gabyge {
  color: var(--text-color);
}

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

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

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

.spirit-kykwa0 p img {
  display: block;
  margin: 0 auto;
}

.spirit-kykwa0 p:first-of-type {
  margin-top: 0;
}

.spirit-kykwa0 p:last-of-type {
  margin-bottom: 0;
}

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

.spirit-kykwa0 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.spirit-14m2qm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.spirit-ik2tz4 .spirit-e4zjud {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.spirit-ik2tz4 .spirit-60lvs6 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spirit-ik2tz4 .spirit-60lvs6 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spirit-ik2tz4 .spirit-60lvs6 img {
    width: 100%;
  }
}

.spirit-60lvs6 {
  margin: 0 0 28px;
}

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

.spirit-e4zjud {
  margin: 0 0 28px;
}

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

.spirit-14m2qm 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) {
  .spirit-14m2qm h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.spirit-14m2qm .spirit-2xfuw5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spirit-kej8ka {
  position: relative;
  border: none;
}

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

.spirit-7qo0dy {
  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;
}

.spirit-7qo0dy span {
  height: 32px;
}

.spirit-7qo0dy span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.spirit-7qo0dy.spirit-x7rv5k span {
  transform: scaleY(-1);
}

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

.spirit-8yfq3r {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.spirit-8yfq3r li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.spirit-xw8afk ease-in-out;
}

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

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

.spirit-8yfq3r.spirit-zzc3v0 {
  display: none;
}

.spirit-1qg1ky {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spirit-1qg1ky table {
  width: 100%;
  border-collapse: collapse;
}

.spirit-1qg1ky 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) {
  .spirit-1qg1ky table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .spirit-1qg1ky table td {
    min-width: 75px;
  }
}

.spirit-1qg1ky 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) {
  .spirit-1qg1ky table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.spirit-1qg1ky p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.spirit-f35it8 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.spirit-58udw2 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.spirit-58udw2 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.spirit-58udw2 p {
  color: var(--text-color);
}

.spirit-xhiotx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spirit-620jjh {
  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);
}

.spirit-winu7y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spirit-5ji2v8 p + p {
  margin-top: 10px;
}

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

.spirit-xraxa4 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spirit-xraxa4 {
    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;
  }
}

.spirit-pjpkfz {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.spirit-pjpkfz li {
  margin: 0 20px;
}

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

.spirit-pjpkfz li a img {
  margin-bottom: 4px;
}

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

.spirit-pi6o4i {
  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) {
  .spirit-pi6o4i {
    padding: 0 16px;
  }
}

.spirit-pi6o4i li {
  font-size: 16px;
  position: relative;
}

.spirit-pi6o4i li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spirit-pi6o4i li span {
  opacity: 0.5;
}

.spirit-pi6o4i li + li {
  margin-left: 30px;
}

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

h2.spirit-teb62y {
  margin: 0 0 28px;
}

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

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

.spirit-i7ai5r 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);
}

.spirit-i7ai5r 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;
}

.spirit-i7ai5r 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;
}

.spirit-i7ai5r tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.spirit-i7ai5r tbody tr:last-of-type {
  margin-bottom: 0;
}

.spirit-i7ai5r tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spirit-i7ai5r 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);
}

.spirit-i7ai5r 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);
}

.spirit-i7ai5r tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spirit-i7ai5r tbody tr td .spirit-qqirup {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spirit-i7ai5r tbody tr td .spirit-qqirup {
    width: 100%;
  }
}

.spirit-i7ai5r tbody tr td .spirit-6822bq {
  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.spirit-xw8afk ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .spirit-i7ai5r tbody tr td .spirit-6822bq:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .spirit-i7ai5r tbody tr td .spirit-6822bq {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .spirit-i7ai5r tbody tr td .spirit-6822bq {
    width: 100%;
  }
}

.spirit-i7ai5r tbody tr td .spirit-e6g5bv {
  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) {
  .spirit-i7ai5r tbody tr td .spirit-e6g5bv:hover {
    text-decoration: none;
  }
}

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

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

.spirit-hevayb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spirit-6ztdbm img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spirit-xw8afk ease-in-out;
}

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

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

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

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

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

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

.spirit-i3whur img {
  width: 100%;
  height: 100%;
}

.spirit-i3whur iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spirit-ht13ms svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spirit-xw8afk ease-in-out;
}

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

.spirit-e267hb {
  padding: 90px 0;
}

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

.spirit-r2ic1g {
  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) {
  .spirit-r2ic1g {
    padding: 0 16px;
  }
}

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

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

.spirit-0waqxv img {
  width: 100%;
}

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

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

.spirit-k134ou {
  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;
}

.spirit-k134ou 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) {
  .spirit-k134ou {
    flex-basis: auto;
  }
}

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

.spirit-wxceq8 {
  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.spirit-xw8afk ease-in-out;
}

.spirit-wxceq8:hover {
  border: 1px solid #8c8ca2;
}

.spirit-chkm77 {
  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%);
}

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

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

.spirit-276vpc a {
  text-decoration: underline;
  color: #8babff;
}

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

.spirit-o3h8m5 .spirit-wxceq8 {
  width: 50%;
  margin: 0;
}

.spirit-iqzooh {
  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;
}

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

.spirit-ducwq3 {
  margin: 0 0 100px;
}

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

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

.spirit-1z5dkz {
  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) {
  .spirit-1z5dkz {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.spirit-14kv1d {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spirit-5wg6af 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.spirit-xw8afk ease-in-out;
}

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

.spirit-5wg6af a svg {
  fill: #fff;
}

.spirit-5wg6af a:hover {
  background: #3d68e7;
}

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

.spirit-uwiu13 {
  margin-bottom: 16px;
}

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

.spirit-rqx4jf {
  font-size: 16px;
  color: var(--text-color);
}

.spirit-8l6odf {
  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) {
  .spirit-8l6odf {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.spirit-iwbax0 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);
}

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

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

.spirit-iwbax0 table tr:last-of-type td {
  border-bottom: none;
}

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

.spirit-a5nlww {
  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) {
  .spirit-a5nlww {
    min-height: 190px;
  }
}

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

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

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

.spirit-ae3tir.spirit-375qry {
  display: none;
}

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

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

.spirit-8apm43 iframe.spirit-vllufk {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spirit-8apm43.spirit-k8xors {
  opacity: 1;
  pointer-events: all;
}

.spirit-aqeynu {
  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.spirit-xw8afk ease-in-out;
}

.spirit-aqeynu svg {
  margin-right: 10px;
}

.spirit-aqeynu + .spirit-aqeynu {
  margin-top: 14px;
}

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

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

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

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

.spirit-8l6odf .spirit-14m2qm {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.spirit-8l6odf .spirit-14m2qm h1,
.spirit-8l6odf .spirit-14m2qm 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) {
  .spirit-8l6odf .spirit-14m2qm h1,
  .spirit-8l6odf .spirit-14m2qm h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .spirit-8l6odf .spirit-14m2qm {
    margin: 28px 0 0;
  }
}

.spirit-njyhqz {
  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) {
  .spirit-njyhqz {
    padding: 0 16px;
  }
}

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

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

.spirit-mn0jvp {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spirit-5uity1 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.spirit-yuii1h {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .spirit-4f4yln {
    padding: 10px;
  }
}

.spirit-4f4yln .spirit-2xfuw5 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spirit-4f4yln .spirit-2xfuw5 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .spirit-4f4yln {
    flex-wrap: wrap;
  }
}

.spirit-niv0tu {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spirit-niv0tu img {
  width: 100%;
}

.spirit-7oazsm {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.spirit-z87692 {
  width: 100%;
  margin: 0 0 100px;
}

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

.spirit-z87692 .spirit-u3fbqy {
  position: relative;
}

.spirit-z87692 .spirit-k35q6s {
  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;
}

.spirit-z87692 .spirit-k35q6s.spirit-375qry {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spirit-z87692 .spirit-b3m6y4 {
    bottom: 90px;
  }
}

.spirit-z87692 .spirit-b3m6y4 .spirit-ca9qzx {
  max-width: 300px;
  width: 100%;
}

.spirit-z87692 .spirit-b3m6y4 .spirit-ca9qzx .spirit-evhh0t {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spirit-z87692 .spirit-b3m6y4 .spirit-ca9qzx .spirit-evhh0t {
    font-size: 32px;
    text-align: center;
  }
}

.spirit-z87692 .spirit-b3m6y4 .spirit-ca9qzx .spirit-4uq9h8 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spirit-z87692 .spirit-b3m6y4 .spirit-ca9qzx .spirit-4uq9h8 {
    text-align: center;
  }
}

.spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm {
    flex-direction: column-reverse;
  }
}

.spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm .spirit-ohxy51 {
  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.spirit-xw8afk ease-in-out;
}

.spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm .spirit-ohxy51:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm .spirit-ohxy51 {
    width: 100%;
  }
}

.spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm .spirit-bnhxys {
  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.spirit-xw8afk ease-in-out;
  overflow: hidden;
}

.spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm .spirit-bnhxys 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);
  }
}

.spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm .spirit-bnhxys: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;
}

.spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm .spirit-bnhxys:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spirit-z87692 .spirit-b3m6y4 .spirit-hly6zm .spirit-bnhxys {
    width: 100%;
  }
}

.spirit-z87692 .spirit-b3m6y4.spirit-375qry {
  display: none;
}

.spirit-z87692 .spirit-669u2k {
  display: none;
}

.spirit-z87692 .spirit-669u2k.spirit-k8xors {
  display: block;
}

.spirit-z87692 .spirit-669u2k iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spirit-z87692 .spirit-669u2k iframe {
    height: calc(100vh - 54px);
  }
}

.spirit-z87692 .spirit-67rijr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spirit-z87692 .spirit-67rijr {
    padding: 24px 16px 0;
  }
}

.spirit-z87692 .spirit-67rijr .spirit-evhh0t {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spirit-z87692 .spirit-67rijr .spirit-evhh0t {
    margin-bottom: 24px;
  }
}

.spirit-z87692 .spirit-67rijr 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);
}

.spirit-z87692 .spirit-67rijr 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) {
  .spirit-z87692 .spirit-67rijr table tr td {
    padding: 12px 4px;
  }
}

.spirit-z87692 .spirit-67rijr 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) {
  .spirit-z87692 .spirit-67rijr table tr th {
    padding: 12px 4px;
  }
}

.spirit-z87692 .spirit-67rijr table tr:last-of-type td {
  border-bottom: none;
}

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

.spirit-qt0u5a.spirit-r8d3me {
  display: block;
}

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

.spirit-qt0u5a .spirit-1zr8lz {
  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;
}

.spirit-qt0u5a .spirit-tb1k9g {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spirit-qt0u5a .spirit-bnhxys {
  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.spirit-xw8afk ease-in-out;
}

.spirit-qt0u5a .spirit-bnhxys:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spirit-fh52iy.spirit-r8d3me {
  display: block;
}

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

.spirit-m91jyh {
  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;
}

.spirit-8livge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.spirit-tgx42d {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spirit-tgx42d svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spirit-iak3ip {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spirit-nyke16.spirit-375qry {
  display: none;
}

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

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

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

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

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

.spirit-kmu77f 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.spirit-xw8afk ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.spirit-kmu77f input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spirit-kmu77f input:active {
  border-color: #c2c0ce;
}

.spirit-kmu77f input:focus {
  border-color: #c2c0ce;
}

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

.spirit-sgarqz {
  margin-bottom: 36px;
}

.spirit-sgarqz 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;
}

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

.spirit-sgarqz textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spirit-e4mpbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spirit-2wj4xx {
  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.spirit-xw8afk ease-in-out;
}

.spirit-2wj4xx:hover {
  background: var(--border-color);
}

.spirit-tbrirk {
  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.spirit-xw8afk ease-in-out;
}

.spirit-tbrirk:hover {
  background: #166ad9;
}

.spirit-8frh0g {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.spirit-8frh0g.spirit-375qry {
  display: none;
}

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

.spirit-8frh0g .spirit-2wj4xx {
  margin: 0 auto;
}

.spirit-x61lv0 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spirit-fc2671 {
  filter: grayscale(100%);
}

.spirit-o788vp > input {
  display: none;
}

.spirit-o788vp > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spirit-7egfqa.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spirit-t516et 44.spirit-3ymb7w.spirit-pjqfhc.spirit-lr8pq6.spirit-of71g3.spirit-5trvgg.spirit-vyfki1.spirit-nylmrh.spirit-js3nnj.spirit-7kuugh.spirit-q9nmp1.spirit-241g90.spirit-r4dba1 0l-12.spirit-94g2es 30.spirit-c9phfb.spirit-fa1l40 2.spirit-ptakhf.spirit-fa1l40 3.spirit-896qze 3.spirit-0hlx91.spirit-hgys8d 3.spirit-vjjj6g.spirit-0xfezf.spirit-rba2il.spirit-aq0vki 7-3.spirit-94g2es 10.spirit-y4gq6g.spirit-aq0vki 23.spirit-pi4gnn.spirit-4kott8 1.spirit-dkcn7n 2.spirit-94g2es 3.spirit-4kott8 1.spirit-hgys8d 5.spirit-28pqax.spirit-hgys8d 32.spirit-y7ej5e.spirit-0xfezf 5.spirit-r4dba1 4.spirit-aq0vki 9.spirit-aq0vki 8.spirit-hgys8d 6.spirit-v5fpnt.spirit-w36lit.spirit-3ps3dm.spirit-vmkcao.spirit-uqq4cv 4.spirit-87isz1.spirit-uqq4cv 6.spirit-uqq4cv 0l29.spirit-r4dba1 17.spirit-59lpav.spirit-wr9dco 2.spirit-x2cs1b 10.spirit-bzl5ns.spirit-94g2es 8.spirit-kqm7dw.spirit-6bioyd.spirit-mr4rkm.spirit-qzearb.spirit-c46mfs.spirit-0xfezf.spirit-5trvgg.spirit-94g2es 1.spirit-ke6dv1.spirit-6bw8pc.spirit-n2nmt9.spirit-w2t13j.spirit-nrcg9j.spirit-dkcn7n 1.spirit-qirbl3.spirit-p1ui6o.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spirit-o788vp > input:checked ~ label,
.spirit-o788vp > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spirit-7egfqa.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spirit-t516et 44.spirit-3ymb7w.spirit-pjqfhc.spirit-lr8pq6.spirit-of71g3.spirit-5trvgg.spirit-vyfki1.spirit-nylmrh.spirit-js3nnj.spirit-7kuugh.spirit-q9nmp1.spirit-241g90.spirit-r4dba1 0l-12.spirit-94g2es 30.spirit-c9phfb.spirit-fa1l40 2.spirit-ptakhf.spirit-fa1l40 3.spirit-896qze 3.spirit-0hlx91.spirit-hgys8d 3.spirit-vjjj6g.spirit-0xfezf.spirit-rba2il.spirit-aq0vki 7-3.spirit-94g2es 10.spirit-y4gq6g.spirit-aq0vki 23.spirit-pi4gnn.spirit-4kott8 1.spirit-dkcn7n 2.spirit-94g2es 3.spirit-4kott8 1.spirit-hgys8d 5.spirit-28pqax.spirit-hgys8d 32.spirit-y7ej5e.spirit-0xfezf 5.spirit-r4dba1 4.spirit-aq0vki 9.spirit-aq0vki 8.spirit-hgys8d 6.spirit-v5fpnt.spirit-w36lit.spirit-3ps3dm.spirit-vmkcao.spirit-uqq4cv 4.spirit-87isz1.spirit-uqq4cv 6.spirit-uqq4cv 0l29.spirit-r4dba1 17.spirit-59lpav.spirit-wr9dco 2.spirit-x2cs1b 10.spirit-bzl5ns.spirit-94g2es 8.spirit-kqm7dw.spirit-6bioyd.spirit-mr4rkm.spirit-qzearb.spirit-c46mfs.spirit-0xfezf.spirit-5trvgg.spirit-94g2es 1.spirit-ke6dv1.spirit-6bw8pc.spirit-n2nmt9.spirit-w2t13j.spirit-nrcg9j.spirit-dkcn7n 1.spirit-qirbl3.spirit-p1ui6o.5z'/%3e%3c/svg%3e");
}

.spirit-o788vp > input:not(:checked) ~ label:hover,
.spirit-o788vp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spirit-7egfqa.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spirit-t516et 44.spirit-3ymb7w.spirit-pjqfhc.spirit-lr8pq6.spirit-of71g3.spirit-5trvgg.spirit-vyfki1.spirit-nylmrh.spirit-js3nnj.spirit-7kuugh.spirit-q9nmp1.spirit-241g90.spirit-r4dba1 0l-12.spirit-94g2es 30.spirit-c9phfb.spirit-fa1l40 2.spirit-ptakhf.spirit-fa1l40 3.spirit-896qze 3.spirit-0hlx91.spirit-hgys8d 3.spirit-vjjj6g.spirit-0xfezf.spirit-rba2il.spirit-aq0vki 7-3.spirit-94g2es 10.spirit-y4gq6g.spirit-aq0vki 23.spirit-pi4gnn.spirit-4kott8 1.spirit-dkcn7n 2.spirit-94g2es 3.spirit-4kott8 1.spirit-hgys8d 5.spirit-28pqax.spirit-hgys8d 32.spirit-y7ej5e.spirit-0xfezf 5.spirit-r4dba1 4.spirit-aq0vki 9.spirit-aq0vki 8.spirit-hgys8d 6.spirit-v5fpnt.spirit-w36lit.spirit-3ps3dm.spirit-vmkcao.spirit-uqq4cv 4.spirit-87isz1.spirit-uqq4cv 6.spirit-uqq4cv 0l29.spirit-r4dba1 17.spirit-59lpav.spirit-wr9dco 2.spirit-x2cs1b 10.spirit-bzl5ns.spirit-94g2es 8.spirit-kqm7dw.spirit-6bioyd.spirit-mr4rkm.spirit-qzearb.spirit-c46mfs.spirit-0xfezf.spirit-5trvgg.spirit-94g2es 1.spirit-ke6dv1.spirit-6bw8pc.spirit-n2nmt9.spirit-w2t13j.spirit-nrcg9j.spirit-dkcn7n 1.spirit-qirbl3.spirit-p1ui6o.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spirit-npj4k6 > .spirit-atnctt {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spirit-npj4k6 > .spirit-atnctt {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spirit-npj4k6 > .spirit-atnctt {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spirit-npj4k6 > .spirit-atnctt {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spirit-npj4k6 > .spirit-atnctt {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.spirit-qo4d3u.spirit-375qry {
  display: none;
}

.spirit-w9t9vc {
  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) {
  .spirit-w9t9vc {
    height: 74px;
    overflow: visible;
  }
}

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

.spirit-cz1ghm {
  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;
}

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

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

.spirit-cz1ghm img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spirit-0r5771 {
  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;
}

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

.spirit-0r5771::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) {
  .spirit-0r5771::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.spirit-qo4d3u.spirit-krpmkg .spirit-w9t9vc {
  background: #2b3b67;
}

.spirit-qo4d3u.spirit-krpmkg .spirit-cz1ghm {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spirit-qo4d3u.spirit-krpmkg .spirit-cz1ghm::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spirit-qo4d3u.spirit-krpmkg .spirit-cz1ghm::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spirit-qo4d3u.spirit-krpmkg .spirit-0r5771::before {
  background: #0e0f41;
}

.spirit-qo4d3u.spirit-krpmkg .spirit-0r5771::after {
  background: #152557;
}

.spirit-qo4d3u.spirit-hmbfco .spirit-w9t9vc {
  background: #1f35fa;
}

.spirit-qo4d3u.spirit-hmbfco .spirit-cz1ghm {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spirit-qo4d3u.spirit-hmbfco .spirit-cz1ghm::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spirit-qo4d3u.spirit-hmbfco .spirit-cz1ghm::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spirit-qo4d3u.spirit-hmbfco .spirit-0r5771::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spirit-qo4d3u.spirit-hmbfco .spirit-0r5771::after {
  background: #192ac8;
}

.spirit-qo4d3u.spirit-2y2emw .spirit-w9t9vc {
  background: #fa771f;
}

.spirit-qo4d3u.spirit-2y2emw .spirit-cz1ghm {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spirit-qo4d3u.spirit-2y2emw .spirit-cz1ghm::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spirit-qo4d3u.spirit-2y2emw .spirit-cz1ghm::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spirit-qo4d3u.spirit-2y2emw .spirit-0r5771::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spirit-qo4d3u.spirit-2y2emw .spirit-0r5771::after {
  background: #fa8535;
}

.spirit-bxnha6 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spirit-2m381i {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spirit-2m381i span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.spirit-2m381i small {
  font-size: 14px;
  color: var(--text-color);
}

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

.spirit-9bf1ud {
  width: 120px;
  height: 22px;
}

.spirit-9bf1ud .spirit-vqn9z6 {
  fill: #c2c0ce;
}

.spirit-9bf1ud [rating="1"] .spirit-vqn9z6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spirit-9bf1ud [rating="2"] .spirit-vqn9z6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spirit-9bf1ud [rating="3"] .spirit-vqn9z6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spirit-9bf1ud [rating="4"] .spirit-vqn9z6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spirit-9bf1ud [rating="5"] .spirit-vqn9z6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.spirit-2cl3d0 {
  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);
}

.spirit-2cl3d0.spirit-k8xors {
  display: block;
}

.spirit-2cl3d0.spirit-375qry {
  display: none;
}

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

.spirit-7fyzrg {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spirit-kpeiiq {
  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);
}

.spirit-12m8rv {
  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;
}

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

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

.spirit-c2gkp3 {
  font-size: 16px;
  line-height: 140%;
}

.spirit-j2juoo {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spirit-j2juoo .spirit-vqn9z6 {
  fill: #c2c0ce;
}

.spirit-j2juoo [rating="1"] .spirit-vqn9z6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spirit-j2juoo [rating="2"] .spirit-vqn9z6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spirit-j2juoo [rating="3"] .spirit-vqn9z6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spirit-j2juoo [rating="4"] .spirit-vqn9z6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spirit-j2juoo [rating="5"] .spirit-vqn9z6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.spirit-wysahk {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.spirit-i8s01d {
  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) {
  .spirit-i8s01d {
    padding: 12px;
    gap: 12px;
  }
}

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

.spirit-sq7ak5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spirit-wo9p46 {
  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;
}

.spirit-j78348 {
  flex: 1;
  min-width: 0;
}

.spirit-vm8how {
  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) {
  .spirit-vm8how {
    font-size: 14px;
    gap: 6px;
  }
}

.spirit-6xnp02 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.spirit-6xnp02 svg,
.spirit-6xnp02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spirit-6xnp02 svg path {
  fill: var(--button-bg-color);
}

.spirit-6xnp02 svg circle {
  fill: var(--button-text-color);
}

.spirit-292sv4 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.spirit-292sv4 strong {
  font-weight: 600;
}

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

.spirit-i0s19i p {
  margin: 0 0 16px;
}

.spirit-i0s19i p:last-child {
  margin-bottom: 0;
}

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

.spirit-m27ixe {
  max-width: 300px;
  width: 100%;
}

.spirit-m27ixe a {
  width: 100%;
}

@media (max-width: 575px) {
  .spirit-m27ixe {
    max-width: 200px;
  }
}

.spirit-mur4zo {
  justify-content: center;
}

.spirit-dgs2ai {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spirit-y0r9o7 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spirit-qeug53 .spirit-driko0 {
  justify-content: center;
}

/* faq */

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

.spirit-2rlmhl {
  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.spirit-4usnel ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spirit-2rlmhl::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spirit-4usnel ease;
}

.spirit-cpf9hh.spirit-r8d3me .spirit-2rlmhl::after {
  transform: rotate(45deg);
}

.spirit-5kdhdn {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.spirit-xw8afk ease, padding 0.spirit-xw8afk ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.spirit-cpf9hh.spirit-r8d3me .spirit-5kdhdn {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spirit-v3f48j {
  margin: 25px 0;
}

.spirit-o788vp > input:not(:checked) ~ label:hover,
.spirit-o788vp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spirit-dm8msi.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spirit-5ib5jy 44.spirit-paw9o9.spirit-164dw5.spirit-2c3mv6.spirit-c3kb31.spirit-nypolg.spirit-abcqk5.spirit-xyig71.spirit-vbjcfl.spirit-g8mz1y.spirit-1uhk42.spirit-iypyqw.spirit-i66jfz 0l-12.spirit-4hcjgs 30.spirit-gtghzx.spirit-an5lao 2.spirit-89okqi.spirit-an5lao 3.spirit-q3ozc1 3.spirit-2mpsd3.spirit-stl45f 3.spirit-3gb325.spirit-xobvjj.spirit-6ant36.spirit-o927v6 7-3.spirit-4hcjgs 10.spirit-nndai2.spirit-o927v6 23.spirit-mmg3fg.spirit-aw2q5u 1.spirit-9gcx8y 2.spirit-4hcjgs 3.spirit-aw2q5u 1.spirit-stl45f 5.spirit-6i2oz9.spirit-stl45f 32.spirit-o9a8ut.spirit-xobvjj 5.spirit-i66jfz 4.spirit-o927v6 9.spirit-o927v6 8.spirit-stl45f 6.spirit-xm4vz4.spirit-kubqjh.spirit-tlbwk1.spirit-vdqwpc.spirit-10xadq 4.spirit-u4l2s3.spirit-10xadq 6.spirit-10xadq 0l29.spirit-i66jfz 17.spirit-rrkkbf.spirit-vfndiv 2.spirit-aeg2sy 10.spirit-9bg7i3.spirit-4hcjgs 8.spirit-4p582s.spirit-u6uxfn.spirit-anznu4.spirit-qnvqwu.spirit-r5lf0r.spirit-xobvjj.spirit-nypolg.spirit-4hcjgs 1.spirit-8x8ktd.spirit-vt7971.spirit-jmir0c.spirit-xlgp0h.spirit-tdgpgt.spirit-9gcx8y 1.spirit-gyndgi.spirit-e8p5sb.5z'/%3e%3c/svg%3e");
}

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

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

.spirit-p2gv8p {
  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);
}

.spirit-p2gv8p.spirit-nr24oj {
  display: block;
}

.spirit-p2gv8p.spirit-rhhaxb {
  display: none;
}

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

.spirit-3co4ea {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spirit-27aog4 {
  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);
}

.spirit-vbzt46 {
  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;
}

.spirit-7mlbey small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.spirit-ytluty {
  font-size: 16px;
  line-height: 140%;
}

.spirit-nxfqi3 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spirit-nxfqi3 .spirit-myog8a {
  fill: #c2c0ce;
}

.spirit-nxfqi3 [rating="1"] .spirit-myog8a:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spirit-nxfqi3 [rating="2"] .spirit-myog8a:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spirit-nxfqi3 [rating="3"] .spirit-myog8a:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spirit-nxfqi3 [rating="4"] .spirit-myog8a:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spirit-nxfqi3 [rating="5"] .spirit-myog8a:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spirit-5qcsxl 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;
}

.spirit-5qcsxl 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 */

.spirit-s6lvkl {
  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);
}

.spirit-s6lvkl.spirit-k9lt9r {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.spirit-hns4wd {
  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;
}

.spirit-hns4wd label {
  font-size: 14px;
}

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

.spirit-8adsmp 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;
}
.spirit-ey1cmy, .spirit-1dzmog, [class*="review-card"],
thead, thead th, table th, .spirit-0gzo40,
.spirit-4yf417, [class*="collapsible-header"],
.spirit-xhiotx, [class*="updated-block"] {
  color: #ece7dc !important;
}
