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

.spin96-6x1h9m {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.spin96-auf35v {
  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) {
  .spin96-auf35v: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;
  }
}

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

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

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

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

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

.spin96-mxtwas {
  cursor: pointer;
}

.spin96-y0b6kh {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spin96-cysyco {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spin96-cysyco figure {
  margin: 0;
}

.spin96-cysyco.spin96-b9h53e {
  justify-content: flex-start;
  margin-right: 4px;
}

.spin96-cysyco.spin96-q65ewr {
  justify-content: flex-end;
  margin-left: 4px;
}

.spin96-cysyco.spin96-53mwsc {
  justify-content: center;
}

.spin96-cysyco.spin96-eqqk6q {
  justify-content: normal;
}

.spin96-mcr1ox {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.spin96-prpl47 img {
  width: 100%;
}

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

.spin96-q4ccx2 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.spin96-q4ccx2 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) {
  .spin96-q4ccx2 ul {
    margin-bottom: 15px;
  }
}

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

.spin96-q4ccx2 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);
}

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

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

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

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

.spin96-q4ccx2 ul li:last-of-type::after {
  display: none;
}

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

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

.spin96-4kiko2 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.spin96-k2q96p.spin96-hoi742 {
  background-color: #000;
}

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

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

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

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

.spin96-wopnai {
  margin-bottom: 94px;
}

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

.spin96-yj01iv .spin96-ky5xid {
  margin-bottom: 28px;
}

.spin96-yj01iv .spin96-ky5xid img {
  max-height: 100px;
  width: auto;
}

.spin96-n2isyb {
  display: flex;
  align-items: center;
}

.spin96-n2isyb a + a {
  margin-left: 24px;
}

.spin96-n2isyb img {
  max-height: 56px;
  width: auto;
}

.spin96-n2isyb img + img {
  margin-left: 24px;
}

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

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

.spin96-v6m6y3 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.spin96-l69c4c li {
  display: flex;
  margin: 0 7px;
}

.spin96-l69c4c li svg {
  transition: 0.spin96-dra4j1 ease-in-out;
}

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

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

.spin96-tkvjoz + .spin96-tkvjoz {
  margin-left: 120px;
}

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

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

.spin96-lkiuzg {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spin96-lkiuzg li {
  font-size: 16px;
}

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

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

.spin96-lkiuzg li + li {
  margin-top: 16px;
}

.spin96-dzl494 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spin96-wbdmsx ease-in-out;
}

.spin96-dzl494.spin96-2ixzix {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spin96-cltpkx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spin96-7uqqaq li {
  width: 100%;
}

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

.spin96-7uqqaq li a svg {
  fill: var(--button-text-color);
}

.spin96-7uqqaq li a.spin96-2ixzix {
  background: var(--border-color);
}

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

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

.spin96-74jrgd {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.spin96-3bpz7j {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spin96-3bpz7j img {
  width: 100%;
  transition: 0.spin96-dra4j1 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .spin96-j0t206 .spin96-ky5xid img {
    max-width: 90px;
  }
}

.spin96-ky5xid img {
  max-height: 50px;
  width: auto;
}

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

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

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

.spin96-k20ewa li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.spin96-mdugts {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spin96-mdugts.spin96-sdmrin {
  margin-right: 0;
}

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

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

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

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

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

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

.spin96-u7ivva:hover > ul {
  display: flex;
}

.spin96-u7ivva:focus > ul {
  display: flex;
}

.spin96-u7ivva:focus-within > ul {
  display: flex;
}

.spin96-gyv31b {
  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;
}

.spin96-gyv31b::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.spin96-wbdmsx ease-in-out;
}

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

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

.spin96-u7ivva 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.spin96-dra4j1 ease-in-out;
  overflow: hidden;
}

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

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

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

.spin96-4zr5zn {
  display: none;
}

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

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

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

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

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

.spin96-3w0mdy img {
  margin-bottom: 20px;
}

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

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

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

.spin96-upgjde {
  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) {
  .spin96-upgjde {
    font-size: 32px;
  }
}

.spin96-nix364 {
  color: var(--text-color);
}

.spin96-1xaj2u {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.spin96-1xaj2u p img {
  display: block;
  margin: 0 auto;
}

.spin96-1xaj2u p:first-of-type {
  margin-top: 0;
}

.spin96-1xaj2u p:last-of-type {
  margin-bottom: 0;
}

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

.spin96-1xaj2u ul {
  padding: 0 0 0 20px;
}

.spin96-1xaj2u table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.spin96-1xaj2u table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.spin96-1xaj2u iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.spin96-bueorg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.spin96-7kyklh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.spin96-7kyklh .spin96-52l7sv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .spin96-7kyklh .spin96-52l7sv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.spin96-7kyklh .spin96-2kxzgm {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spin96-7kyklh .spin96-2kxzgm {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spin96-7kyklh .spin96-2kxzgm img {
    width: 100%;
  }
}

.spin96-2kxzgm {
  margin: 0 0 28px;
}

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

.spin96-52l7sv {
  margin: 0 0 28px;
}

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

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

.spin96-bueorg .spin96-auf35v {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spin96-3y7dlj {
  position: relative;
  border: none;
}

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

.spin96-x4anh7 {
  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;
}

.spin96-x4anh7 span {
  height: 32px;
}

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

.spin96-x4anh7.spin96-62f9g5 span {
  transform: scaleY(-1);
}

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

.spin96-yb75kc {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.spin96-yb75kc.spin96-758y7k {
  display: none;
}

.spin96-t09v1d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spin96-t09v1d table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spin96-t09v1d table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.spin96-67ag6j {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.spin96-mrul90 p {
  color: var(--text-color);
}

.spin96-zcc2xp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spin96-c03ncc {
  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);
}

.spin96-omwywz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spin96-aekzpc p + p {
  margin-top: 10px;
}

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

.spin96-89wetk {
  display: none;
}

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

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

.spin96-rrbvow li {
  margin: 0 20px;
}

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

.spin96-rrbvow li a img {
  margin-bottom: 4px;
}

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

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

.spin96-rayjgu li {
  font-size: 16px;
  position: relative;
}

.spin96-rayjgu li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spin96-rayjgu li span {
  opacity: 0.5;
}

.spin96-rayjgu li + li {
  margin-left: 30px;
}

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

h2.spin96-l6p71l {
  margin: 0 0 28px;
}

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

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

.spin96-l8nf82 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);
}

.spin96-l8nf82 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;
}

.spin96-l8nf82 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;
}

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

.spin96-l8nf82 tbody tr:last-of-type {
  margin-bottom: 0;
}

.spin96-l8nf82 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spin96-l8nf82 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);
}

.spin96-l8nf82 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);
}

.spin96-l8nf82 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spin96-l8nf82 tbody tr td .spin96-dn3tpd {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spin96-l8nf82 tbody tr td .spin96-dn3tpd {
    width: 100%;
  }
}

.spin96-l8nf82 tbody tr td .spin96-6ub973 {
  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.spin96-dra4j1 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

@media only screen and (max-width: 420px) {
  .spin96-l8nf82 tbody tr td .spin96-6ub973 {
    width: 100%;
  }
}

.spin96-l8nf82 tbody tr td .spin96-n74hx1 {
  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) {
  .spin96-l8nf82 tbody tr td .spin96-n74hx1:hover {
    text-decoration: none;
  }
}

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

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

.spin96-thph6l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spin96-f9gund img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spin96-dra4j1 ease-in-out;
}

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

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

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

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

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

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

.spin96-8yqx4k img {
  width: 100%;
  height: 100%;
}

.spin96-8yqx4k iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spin96-cbz8yw svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spin96-dra4j1 ease-in-out;
}

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

.spin96-7jn1bw {
  padding: 90px 0;
}

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

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

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

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

.spin96-lgst2f img {
  width: 100%;
}

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

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

.spin96-axytiu {
  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;
}

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

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

.spin96-4fvbg0 {
  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.spin96-dra4j1 ease-in-out;
}

.spin96-4fvbg0:hover {
  border: 1px solid #8c8ca2;
}

.spin96-zpxlti {
  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%);
}

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

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

.spin96-t7ceez a {
  text-decoration: underline;
  color: #8babff;
}

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

.spin96-si9kpu .spin96-4fvbg0 {
  width: 50%;
  margin: 0;
}

.spin96-6ykyq2 {
  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;
}

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

.spin96-lc1hr3 {
  margin: 0 0 100px;
}

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

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

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

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

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

.spin96-2q3osg {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spin96-sdzxcd 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.spin96-dra4j1 ease-in-out;
}

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

.spin96-sdzxcd a svg {
  fill: #fff;
}

.spin96-sdzxcd a:hover {
  background: #3d68e7;
}

.spin96-3do0lg {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.spin96-j8772t {
  margin-bottom: 16px;
}

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

.spin96-bc5mka {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.spin96-zh3xr9 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);
}

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

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

.spin96-zh3xr9 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.spin96-0x24x2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.spin96-0x24x2.spin96-xouct4 {
  display: none;
}

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

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

.spin96-gvtcz3 iframe.spin96-21zigu {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spin96-gvtcz3.spin96-4zcu8k {
  opacity: 1;
  pointer-events: all;
}

.spin96-fp5kr6 {
  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.spin96-dra4j1 ease-in-out;
}

.spin96-fp5kr6 svg {
  margin-right: 10px;
}

.spin96-fp5kr6 + .spin96-fp5kr6 {
  margin-top: 14px;
}

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

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

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

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

.spin96-nhctdo .spin96-bueorg {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.spin96-nhctdo .spin96-bueorg h1,
.spin96-nhctdo .spin96-bueorg 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) {
  .spin96-nhctdo .spin96-bueorg h1,
  .spin96-nhctdo .spin96-bueorg h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .spin96-nhctdo .spin96-bueorg {
    margin: 28px 0 0;
  }
}

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

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

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

.spin96-iha8u2 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spin96-rlr14g {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.spin96-nphhf1 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.spin96-w2j4a1 .spin96-auf35v {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spin96-w2j4a1 .spin96-auf35v {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

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

.spin96-1qgrhx img {
  width: 100%;
}

.spin96-2if4yq {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.spin96-fflr10 {
  width: 100%;
  margin: 0 0 100px;
}

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

.spin96-fflr10 .spin96-f2icqr {
  position: relative;
}

.spin96-fflr10 .spin96-qvx5s6 {
  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;
}

.spin96-fflr10 .spin96-qvx5s6.spin96-xouct4 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spin96-fflr10 .spin96-st55n2 {
    bottom: 90px;
  }
}

.spin96-fflr10 .spin96-st55n2 .spin96-qde945 {
  max-width: 300px;
  width: 100%;
}

.spin96-fflr10 .spin96-st55n2 .spin96-qde945 .spin96-5tegrf {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spin96-fflr10 .spin96-st55n2 .spin96-qde945 .spin96-5tegrf {
    font-size: 32px;
    text-align: center;
  }
}

.spin96-fflr10 .spin96-st55n2 .spin96-qde945 .spin96-tjczzu {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spin96-fflr10 .spin96-st55n2 .spin96-qde945 .spin96-tjczzu {
    text-align: center;
  }
}

.spin96-fflr10 .spin96-st55n2 .spin96-sdmrin {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spin96-fflr10 .spin96-st55n2 .spin96-sdmrin {
    flex-direction: column-reverse;
  }
}

.spin96-fflr10 .spin96-st55n2 .spin96-sdmrin .spin96-9pzf4o {
  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.spin96-dra4j1 ease-in-out;
}

.spin96-fflr10 .spin96-st55n2 .spin96-sdmrin .spin96-9pzf4o:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spin96-fflr10 .spin96-st55n2 .spin96-sdmrin .spin96-9pzf4o {
    width: 100%;
  }
}

.spin96-fflr10 .spin96-st55n2 .spin96-sdmrin .spin96-p1bc3u {
  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.spin96-dra4j1 ease-in-out;
  overflow: hidden;
}

.spin96-fflr10 .spin96-st55n2 .spin96-sdmrin .spin96-p1bc3u 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);
  }
}

.spin96-fflr10 .spin96-st55n2 .spin96-sdmrin .spin96-p1bc3u: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;
}

.spin96-fflr10 .spin96-st55n2 .spin96-sdmrin .spin96-p1bc3u:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spin96-fflr10 .spin96-st55n2 .spin96-sdmrin .spin96-p1bc3u {
    width: 100%;
  }
}

.spin96-fflr10 .spin96-st55n2.spin96-xouct4 {
  display: none;
}

.spin96-fflr10 .spin96-ndajsz {
  display: none;
}

.spin96-fflr10 .spin96-ndajsz.spin96-4zcu8k {
  display: block;
}

.spin96-fflr10 .spin96-ndajsz iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spin96-fflr10 .spin96-ndajsz iframe {
    height: calc(100vh - 54px);
  }
}

.spin96-fflr10 .spin96-zwyu5g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spin96-fflr10 .spin96-zwyu5g {
    padding: 24px 16px 0;
  }
}

.spin96-fflr10 .spin96-zwyu5g .spin96-5tegrf {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spin96-fflr10 .spin96-zwyu5g .spin96-5tegrf {
    margin-bottom: 24px;
  }
}

.spin96-fflr10 .spin96-zwyu5g 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);
}

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

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

.spin96-fflr10 .spin96-zwyu5g table tr:last-of-type td {
  border-bottom: none;
}

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

.spin96-9i7z20.spin96-2ixzix {
  display: block;
}

.spin96-9i7z20 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.spin96-9i7z20 .spin96-cdd16j {
  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;
}

.spin96-9i7z20 .spin96-ndo2fh {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spin96-9i7z20 .spin96-p1bc3u {
  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.spin96-dra4j1 ease-in-out;
}

.spin96-9i7z20 .spin96-p1bc3u:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spin96-rdl2p4.spin96-2ixzix {
  display: block;
}

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

.spin96-onk4ok {
  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;
}

.spin96-4qy8da {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.spin96-bp59dh {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spin96-bp59dh svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spin96-t3ya64 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spin96-dheqw1.spin96-xouct4 {
  display: none;
}

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

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

.spin96-0p3d4s {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.spin96-0p3d4s 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.spin96-dra4j1 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.spin96-0p3d4s input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.spin96-0p3d4s input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.spin96-0p3d4s input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.spin96-0p3d4s input:active {
  border-color: #c2c0ce;
}

.spin96-0p3d4s input:focus {
  border-color: #c2c0ce;
}

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

.spin96-zqximy {
  margin-bottom: 36px;
}

.spin96-zqximy 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;
}

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

.spin96-zqximy textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spin96-9jt8pd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spin96-w2ohwd {
  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.spin96-dra4j1 ease-in-out;
}

.spin96-w2ohwd:hover {
  background: var(--border-color);
}

.spin96-zuta36 {
  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.spin96-dra4j1 ease-in-out;
}

.spin96-zuta36:hover {
  background: #166ad9;
}

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

.spin96-jo9kt0.spin96-xouct4 {
  display: none;
}

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

.spin96-jo9kt0 .spin96-w2ohwd {
  margin: 0 auto;
}

.spin96-xiu33q {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spin96-71gli6 {
  filter: grayscale(100%);
}

.spin96-sy108s > input {
  display: none;
}

.spin96-sy108s > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spin96-heffm4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spin96-igjao2 44.spin96-v03j48.spin96-9jbn9n.spin96-vmnwbe.spin96-1yyjgi.spin96-75xo7b.spin96-jtr6nj.spin96-441kq6.spin96-gcfhi6.spin96-5ydgep.spin96-j2kx5y.spin96-hoetto.spin96-ifkvo2 0l-12.spin96-onfpgd 30.spin96-u5x84b.spin96-m9875p 2.spin96-2ah9mr.spin96-m9875p 3.spin96-ggm9fy 3.spin96-c3x38h.spin96-i70e6a 3.spin96-95xnzr.spin96-hgi18t.spin96-e8p93k.spin96-tidogu 7-3.spin96-onfpgd 10.spin96-38w5e6.spin96-tidogu 23.spin96-cja3z3.spin96-167ft5 1.spin96-f1x3rn 2.spin96-onfpgd 3.spin96-167ft5 1.spin96-i70e6a 5.spin96-0bgcdp.spin96-i70e6a 32.spin96-7m5fep.spin96-hgi18t 5.spin96-ifkvo2 4.spin96-tidogu 9.spin96-tidogu 8.spin96-i70e6a 6.spin96-smjudw.spin96-9j217c.spin96-62kfm4.spin96-4q3r3q.spin96-27lwdb 4.spin96-mv0zjw.spin96-27lwdb 6.spin96-27lwdb 0l29.spin96-ifkvo2 17.spin96-xb78ra.spin96-pb8mds 2.spin96-03wk6k 10.spin96-dr9cas.spin96-onfpgd 8.spin96-rusgqk.spin96-xkxbz8.spin96-qanb97.spin96-npyzo7.spin96-9l7x32.spin96-hgi18t.spin96-75xo7b.spin96-onfpgd 1.spin96-c46ibn.spin96-41c51z.spin96-c7lczk.spin96-n8i64o.spin96-f17pml.spin96-f1x3rn 1.spin96-88e7u9.spin96-9j5vmk.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spin96-sy108s > input:checked ~ label,
.spin96-sy108s > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spin96-heffm4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spin96-igjao2 44.spin96-v03j48.spin96-9jbn9n.spin96-vmnwbe.spin96-1yyjgi.spin96-75xo7b.spin96-jtr6nj.spin96-441kq6.spin96-gcfhi6.spin96-5ydgep.spin96-j2kx5y.spin96-hoetto.spin96-ifkvo2 0l-12.spin96-onfpgd 30.spin96-u5x84b.spin96-m9875p 2.spin96-2ah9mr.spin96-m9875p 3.spin96-ggm9fy 3.spin96-c3x38h.spin96-i70e6a 3.spin96-95xnzr.spin96-hgi18t.spin96-e8p93k.spin96-tidogu 7-3.spin96-onfpgd 10.spin96-38w5e6.spin96-tidogu 23.spin96-cja3z3.spin96-167ft5 1.spin96-f1x3rn 2.spin96-onfpgd 3.spin96-167ft5 1.spin96-i70e6a 5.spin96-0bgcdp.spin96-i70e6a 32.spin96-7m5fep.spin96-hgi18t 5.spin96-ifkvo2 4.spin96-tidogu 9.spin96-tidogu 8.spin96-i70e6a 6.spin96-smjudw.spin96-9j217c.spin96-62kfm4.spin96-4q3r3q.spin96-27lwdb 4.spin96-mv0zjw.spin96-27lwdb 6.spin96-27lwdb 0l29.spin96-ifkvo2 17.spin96-xb78ra.spin96-pb8mds 2.spin96-03wk6k 10.spin96-dr9cas.spin96-onfpgd 8.spin96-rusgqk.spin96-xkxbz8.spin96-qanb97.spin96-npyzo7.spin96-9l7x32.spin96-hgi18t.spin96-75xo7b.spin96-onfpgd 1.spin96-c46ibn.spin96-41c51z.spin96-c7lczk.spin96-n8i64o.spin96-f17pml.spin96-f1x3rn 1.spin96-88e7u9.spin96-9j5vmk.5z'/%3e%3c/svg%3e");
}

.spin96-sy108s > input:not(:checked) ~ label:hover,
.spin96-sy108s > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spin96-heffm4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spin96-igjao2 44.spin96-v03j48.spin96-9jbn9n.spin96-vmnwbe.spin96-1yyjgi.spin96-75xo7b.spin96-jtr6nj.spin96-441kq6.spin96-gcfhi6.spin96-5ydgep.spin96-j2kx5y.spin96-hoetto.spin96-ifkvo2 0l-12.spin96-onfpgd 30.spin96-u5x84b.spin96-m9875p 2.spin96-2ah9mr.spin96-m9875p 3.spin96-ggm9fy 3.spin96-c3x38h.spin96-i70e6a 3.spin96-95xnzr.spin96-hgi18t.spin96-e8p93k.spin96-tidogu 7-3.spin96-onfpgd 10.spin96-38w5e6.spin96-tidogu 23.spin96-cja3z3.spin96-167ft5 1.spin96-f1x3rn 2.spin96-onfpgd 3.spin96-167ft5 1.spin96-i70e6a 5.spin96-0bgcdp.spin96-i70e6a 32.spin96-7m5fep.spin96-hgi18t 5.spin96-ifkvo2 4.spin96-tidogu 9.spin96-tidogu 8.spin96-i70e6a 6.spin96-smjudw.spin96-9j217c.spin96-62kfm4.spin96-4q3r3q.spin96-27lwdb 4.spin96-mv0zjw.spin96-27lwdb 6.spin96-27lwdb 0l29.spin96-ifkvo2 17.spin96-xb78ra.spin96-pb8mds 2.spin96-03wk6k 10.spin96-dr9cas.spin96-onfpgd 8.spin96-rusgqk.spin96-xkxbz8.spin96-qanb97.spin96-npyzo7.spin96-9l7x32.spin96-hgi18t.spin96-75xo7b.spin96-onfpgd 1.spin96-c46ibn.spin96-41c51z.spin96-c7lczk.spin96-n8i64o.spin96-f17pml.spin96-f1x3rn 1.spin96-88e7u9.spin96-9j5vmk.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spin96-xmag16 > .spin96-l3w5ei {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spin96-xmag16 > .spin96-l3w5ei {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spin96-xmag16 > .spin96-l3w5ei {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spin96-xmag16 > .spin96-l3w5ei {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spin96-xmag16 > .spin96-l3w5ei {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.spin96-7sghex {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.spin96-7sghex.spin96-xouct4 {
  display: none;
}

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

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

.spin96-tg26i2 {
  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;
}

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

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

.spin96-tg26i2 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spin96-h3lbnh {
  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;
}

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

.spin96-h3lbnh::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) {
  .spin96-h3lbnh::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.spin96-7sghex.spin96-3wyf8l .spin96-fj7784 {
  background: #2b3b67;
}

.spin96-7sghex.spin96-3wyf8l .spin96-tg26i2 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spin96-7sghex.spin96-3wyf8l .spin96-tg26i2::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spin96-7sghex.spin96-3wyf8l .spin96-tg26i2::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spin96-7sghex.spin96-3wyf8l .spin96-h3lbnh::before {
  background: #0e0f41;
}

.spin96-7sghex.spin96-3wyf8l .spin96-h3lbnh::after {
  background: #152557;
}

.spin96-7sghex.spin96-ue5v91 .spin96-fj7784 {
  background: #1f35fa;
}

.spin96-7sghex.spin96-ue5v91 .spin96-tg26i2 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spin96-7sghex.spin96-ue5v91 .spin96-tg26i2::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spin96-7sghex.spin96-ue5v91 .spin96-tg26i2::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spin96-7sghex.spin96-ue5v91 .spin96-h3lbnh::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spin96-7sghex.spin96-ue5v91 .spin96-h3lbnh::after {
  background: #192ac8;
}

.spin96-7sghex.spin96-hipbgs .spin96-fj7784 {
  background: #fa771f;
}

.spin96-7sghex.spin96-hipbgs .spin96-tg26i2 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spin96-7sghex.spin96-hipbgs .spin96-tg26i2::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spin96-7sghex.spin96-hipbgs .spin96-tg26i2::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spin96-7sghex.spin96-hipbgs .spin96-h3lbnh::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spin96-7sghex.spin96-hipbgs .spin96-h3lbnh::after {
  background: #fa8535;
}

.spin96-m6vlzk {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spin96-edh1xt {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.spin96-81t4f7 {
  width: 120px;
  height: 22px;
}

.spin96-81t4f7 .spin96-m64w0c {
  fill: #c2c0ce;
}

.spin96-81t4f7 [rating="1"] .spin96-m64w0c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spin96-81t4f7 [rating="2"] .spin96-m64w0c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spin96-81t4f7 [rating="3"] .spin96-m64w0c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spin96-81t4f7 [rating="4"] .spin96-m64w0c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spin96-81t4f7 [rating="5"] .spin96-m64w0c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.spin96-q4ckh1 {
  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);
}

.spin96-q4ckh1.spin96-4zcu8k {
  display: block;
}

.spin96-q4ckh1.spin96-xouct4 {
  display: none;
}

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

.spin96-u4nkgs {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spin96-2itinh {
  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);
}

.spin96-nhmrk6 {
  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;
}

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

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

.spin96-lx8vq2 {
  font-size: 16px;
  line-height: 140%;
}

.spin96-jntgpp {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spin96-jntgpp .spin96-m64w0c {
  fill: #c2c0ce;
}

.spin96-jntgpp [rating="1"] .spin96-m64w0c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spin96-jntgpp [rating="2"] .spin96-m64w0c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spin96-jntgpp [rating="3"] .spin96-m64w0c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spin96-jntgpp [rating="4"] .spin96-m64w0c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spin96-jntgpp [rating="5"] .spin96-m64w0c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.spin96-9lp5s7 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.spin96-laxsq4 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.spin96-cmj82u img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spin96-qi67kl {
  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;
}

.spin96-f7xl1b {
  flex: 1;
  min-width: 0;
}

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

.spin96-vx1a3l {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.spin96-vx1a3l svg path {
  fill: var(--button-bg-color);
}

.spin96-vx1a3l svg circle {
  fill: var(--button-text-color);
}

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

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

.spin96-lxqhv3 strong {
  font-weight: 600;
}

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

.spin96-eh282q p {
  margin: 0 0 16px;
}

.spin96-eh282q p:last-child {
  margin-bottom: 0;
}

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

.spin96-91zpnr {
  max-width: 300px;
  width: 100%;
}

.spin96-91zpnr a {
  width: 100%;
}

@media (max-width: 575px) {
  .spin96-91zpnr {
    max-width: 200px;
  }
}

.spin96-ltcnio {
  justify-content: center;
}

.spin96-nj89x0 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spin96-7lqur0 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spin96-b80qex .spin96-k20ewa {
  justify-content: center;
}

/* faq */

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

.spin96-dg9jj9 {
  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.spin96-abbltq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spin96-dg9jj9::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spin96-abbltq ease;
}

.spin96-6exc0h.spin96-2ixzix .spin96-dg9jj9::after {
  transform: rotate(45deg);
}

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

.spin96-6exc0h.spin96-2ixzix .spin96-f7srr9 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spin96-lqh88c {
  margin: 25px 0;
}

.spin96-sy108s > input:not(:checked) ~ label:hover,
.spin96-sy108s > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spin96-yiu6vs.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spin96-700khm 44.spin96-i9ivry.spin96-7s10fi.spin96-9k4e7d.spin96-m20pf7.spin96-1bjeuu.spin96-pcf6je.spin96-owtn4e.spin96-7myzko.spin96-i1kxpt.spin96-xu6l3v.spin96-axvkzm.spin96-pdtbct 0l-12.spin96-duvwk3 30.spin96-645v0l.spin96-hq77pw 2.spin96-rv93lj.spin96-hq77pw 3.spin96-r9h255 3.spin96-frkcx4.spin96-rane9a 3.spin96-ief3bc.spin96-a2pxt5.spin96-6r0qss.spin96-0bki7c 7-3.spin96-duvwk3 10.spin96-eop3ok.spin96-0bki7c 23.spin96-xuw07e.spin96-n12vxp 1.spin96-5kw7qt 2.spin96-duvwk3 3.spin96-n12vxp 1.spin96-rane9a 5.spin96-8j73kz.spin96-rane9a 32.spin96-3h7w8m.spin96-a2pxt5 5.spin96-pdtbct 4.spin96-0bki7c 9.spin96-0bki7c 8.spin96-rane9a 6.spin96-10a7gp.spin96-qkdj37.spin96-bbr0sy.spin96-i1kh6e.spin96-3fesy7 4.spin96-6ppogn.spin96-3fesy7 6.spin96-3fesy7 0l29.spin96-pdtbct 17.spin96-fawx5p.spin96-cwpgal 2.spin96-ruxyma 10.spin96-q0p9mr.spin96-duvwk3 8.spin96-eb7lbh.spin96-shar4i.spin96-geof6l.spin96-ai0tk2.spin96-rgz6m3.spin96-a2pxt5.spin96-1bjeuu.spin96-duvwk3 1.spin96-dlqkn9.spin96-m70jsi.spin96-y0qj8q.spin96-jue30s.spin96-r0qf0q.spin96-5kw7qt 1.spin96-pfytw2.spin96-3jg9sa.5z'/%3e%3c/svg%3e");
}

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

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

.spin96-jl4v6v {
  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);
}

.spin96-jl4v6v.spin96-yn8v6b {
  display: block;
}

.spin96-jl4v6v.spin96-zrrs1c {
  display: none;
}

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

.spin96-nl33pc {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spin96-b948kn {
  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);
}

.spin96-g4uicw {
  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;
}

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

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

.spin96-k9cdtt {
  font-size: 16px;
  line-height: 140%;
}

.spin96-a972yl {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spin96-a972yl .spin96-gx8nt3 {
  fill: #c2c0ce;
}

.spin96-a972yl [rating="1"] .spin96-gx8nt3:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spin96-a972yl [rating="2"] .spin96-gx8nt3:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spin96-a972yl [rating="3"] .spin96-gx8nt3:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spin96-a972yl [rating="4"] .spin96-gx8nt3:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spin96-a972yl [rating="5"] .spin96-gx8nt3:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spin96-hslm3n 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;
}

.spin96-hslm3n 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 */

.spin96-tjph3a {
  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);
}

.spin96-tjph3a.spin96-wn4bi8 {
  opacity: 1;
  pointer-events: auto;
}

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

.spin96-cfhsn5 label {
  font-size: 14px;
}

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

.spin96-icfj3h 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;
}
.spin96-qrg47c, .spin96-dxobmq, [class*="review-card"],
thead, thead th, table th, .spin96-9dta46,
.spin96-ecm0ln, [class*="collapsible-header"],
.spin96-zcc2xp, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
