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

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

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

.allspins-1d1zzf {
  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) {
  .allspins-1d1zzf: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;
  }
}

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

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

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

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

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

.allspins-hujz10 {
  cursor: pointer;
}

.allspins-dwvt8n {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.allspins-le42lk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.allspins-le42lk figure {
  margin: 0;
}

.allspins-le42lk.allspins-aeupgz {
  justify-content: flex-start;
  margin-right: 4px;
}

.allspins-le42lk.allspins-uibkut {
  justify-content: flex-end;
  margin-left: 4px;
}

.allspins-le42lk.allspins-5qt8g5 {
  justify-content: center;
}

.allspins-le42lk.allspins-duf52i {
  justify-content: normal;
}

.allspins-xrbn7v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.allspins-gvspql img {
  width: 100%;
}

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

.allspins-jwu13e {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.allspins-jwu13e 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);
}

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

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

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

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

.allspins-jwu13e ul li:last-of-type::after {
  display: none;
}

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

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

.allspins-iin7ps {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .allspins-0b3ee4 {
    height: 50px;
  }
}

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

.allspins-0b3ee4.allspins-16objo {
  background-color: #000;
}

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

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

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

.allspins-37cman {
  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) {
  .allspins-37cman {
    flex-direction: column;
  }
}

.allspins-x2ujt2 {
  margin-bottom: 94px;
}

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

.allspins-ae3e5x .allspins-jc4wnm {
  margin-bottom: 28px;
}

.allspins-ae3e5x .allspins-jc4wnm img {
  max-height: 100px;
  width: auto;
}

.allspins-e3xc6n {
  display: flex;
  align-items: center;
}

.allspins-e3xc6n a + a {
  margin-left: 24px;
}

.allspins-e3xc6n img {
  max-height: 56px;
  width: auto;
}

.allspins-e3xc6n img + img {
  margin-left: 24px;
}

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

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

.allspins-g14lx8 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.allspins-i8069w li {
  display: flex;
  margin: 0 7px;
}

.allspins-i8069w li svg {
  transition: 0.allspins-3oikf9 ease-in-out;
}

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

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

.allspins-ouhqu3 + .allspins-ouhqu3 {
  margin-left: 120px;
}

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

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

.allspins-00px05 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.allspins-00px05 li {
  font-size: 16px;
}

.allspins-00px05 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.allspins-00px05 li + li {
  margin-top: 16px;
}

.allspins-4xa5n3 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.allspins-618fx8 ease-in-out;
}

.allspins-4xa5n3.allspins-84jh83 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.allspins-p0n88w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.allspins-bjo6xx li {
  width: 100%;
}

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

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

.allspins-bjo6xx li a.allspins-84jh83 {
  background: var(--border-color);
}

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

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

.allspins-6yn6en {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.allspins-vzxrdq {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.allspins-vzxrdq img {
  width: 100%;
  transition: 0.allspins-3oikf9 ease-in-out;
}

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

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

.allspins-74ccun {
  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) {
  .allspins-74ccun {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .allspins-74ccun .allspins-jc4wnm img {
    max-width: 90px;
  }
}

.allspins-jc4wnm img {
  max-height: 50px;
  width: auto;
}

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

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

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

.allspins-dpy9xb li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.allspins-80w06r {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.allspins-80w06r.allspins-y0z3wv {
  margin-right: 0;
}

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

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

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

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

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

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

.allspins-h4ob7n:hover > ul {
  display: flex;
}

.allspins-h4ob7n:focus > ul {
  display: flex;
}

.allspins-h4ob7n:focus-within > ul {
  display: flex;
}

.allspins-cv5oar {
  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;
}

.allspins-cv5oar::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.allspins-618fx8 ease-in-out;
}

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

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

.allspins-h4ob7n 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.allspins-3oikf9 ease-in-out;
  overflow: hidden;
}

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

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

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

.allspins-cbazry {
  display: none;
}

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

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

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

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

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

.allspins-0v5evt img {
  margin-bottom: 20px;
}

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

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

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

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

.allspins-cd6ovf {
  color: var(--text-color);
}

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

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

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

.allspins-gdl5bd p img {
  display: block;
  margin: 0 auto;
}

.allspins-gdl5bd p:first-of-type {
  margin-top: 0;
}

.allspins-gdl5bd p:last-of-type {
  margin-bottom: 0;
}

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

.allspins-gdl5bd ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.allspins-cx08um .allspins-v4wn38 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.allspins-cx08um .allspins-7quqy4 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .allspins-cx08um .allspins-7quqy4 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .allspins-cx08um .allspins-7quqy4 img {
    width: 100%;
  }
}

.allspins-7quqy4 {
  margin: 0 0 28px;
}

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

.allspins-v4wn38 {
  margin: 0 0 28px;
}

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

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

.allspins-u13d6d .allspins-1d1zzf {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.allspins-8id4lm {
  position: relative;
  border: none;
}

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

.allspins-60ptkq {
  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;
}

.allspins-60ptkq span {
  height: 32px;
}

.allspins-60ptkq span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.allspins-60ptkq.allspins-cm7dl4 span {
  transform: scaleY(-1);
}

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

.allspins-6b8n8k {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.allspins-6b8n8k li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.allspins-3oikf9 ease-in-out;
}

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

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

.allspins-6b8n8k.allspins-wr2um7 {
  display: none;
}

.allspins-at0nkt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.allspins-at0nkt table {
  width: 100%;
  border-collapse: collapse;
}

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

  .allspins-at0nkt table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.allspins-n5k3uf {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.allspins-inv0kb p {
  color: var(--text-color);
}

.allspins-fcpzw1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.allspins-ofmxbx {
  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);
}

.allspins-jfzpgj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.allspins-5qe8ya p + p {
  margin-top: 10px;
}

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

.allspins-xz5ekt {
  display: none;
}

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

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

.allspins-7o9r0q li {
  margin: 0 20px;
}

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

.allspins-7o9r0q li a img {
  margin-bottom: 4px;
}

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

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

.allspins-f7u7ix li {
  font-size: 16px;
  position: relative;
}

.allspins-f7u7ix li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.allspins-f7u7ix li span {
  opacity: 0.5;
}

.allspins-f7u7ix li + li {
  margin-left: 30px;
}

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

h2.allspins-n038i7 {
  margin: 0 0 28px;
}

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

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

.allspins-x4z0jg 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);
}

.allspins-x4z0jg 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;
}

.allspins-x4z0jg 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;
}

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

.allspins-x4z0jg tbody tr:last-of-type {
  margin-bottom: 0;
}

.allspins-x4z0jg tbody tr td:first-of-type {
  flex-shrink: 0;
}

.allspins-x4z0jg 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);
}

.allspins-x4z0jg 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);
}

.allspins-x4z0jg tbody tr td:last-of-type {
  margin-left: auto;
}

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

.allspins-x4z0jg tbody tr td .allspins-u5fra1 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .allspins-x4z0jg tbody tr td .allspins-u5fra1 {
    width: 100%;
  }
}

.allspins-x4z0jg tbody tr td .allspins-twsaju {
  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.allspins-3oikf9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .allspins-x4z0jg tbody tr td .allspins-twsaju:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .allspins-x4z0jg tbody tr td .allspins-twsaju {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .allspins-x4z0jg tbody tr td .allspins-twsaju {
    width: 100%;
  }
}

.allspins-x4z0jg tbody tr td .allspins-7jr69w {
  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) {
  .allspins-x4z0jg tbody tr td .allspins-7jr69w:hover {
    text-decoration: none;
  }
}

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

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

.allspins-zuv1bb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.allspins-2t9w5h {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.allspins-wph08w img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.allspins-3oikf9 ease-in-out;
}

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

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

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

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

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

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

.allspins-n4nll3 img {
  width: 100%;
  height: 100%;
}

.allspins-n4nll3 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.allspins-42jyam svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.allspins-3oikf9 ease-in-out;
}

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

.allspins-2wfvg5 {
  padding: 90px 0;
}

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

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

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

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

.allspins-7avpoc img {
  width: 100%;
}

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

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

.allspins-u4ubb8 {
  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;
}

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

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

.allspins-8xo4rj {
  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.allspins-3oikf9 ease-in-out;
}

.allspins-8xo4rj:hover {
  border: 1px solid #8c8ca2;
}

.allspins-zu4ufz {
  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%);
}

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

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

.allspins-af2ajs a {
  text-decoration: underline;
  color: #8babff;
}

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

.allspins-ttsmh0 .allspins-8xo4rj {
  width: 50%;
  margin: 0;
}

.allspins-oudndj {
  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;
}

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

.allspins-iablgv {
  margin: 0 0 100px;
}

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

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

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

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

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

.allspins-d2t58j {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.allspins-hraoln 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.allspins-3oikf9 ease-in-out;
}

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

.allspins-hraoln a svg {
  fill: #fff;
}

.allspins-hraoln a:hover {
  background: #3d68e7;
}

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

.allspins-sk4uqv {
  margin-bottom: 16px;
}

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

.allspins-sdu170 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.allspins-7ynvcj {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.allspins-zwwuf3 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);
}

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

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

.allspins-zwwuf3 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.allspins-qprqf2.allspins-he6u2o {
  display: none;
}

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

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

.allspins-hoz110 iframe.allspins-miuj63 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.allspins-hoz110.allspins-2mhcgv {
  opacity: 1;
  pointer-events: all;
}

.allspins-la9v43 {
  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.allspins-3oikf9 ease-in-out;
}

.allspins-la9v43 svg {
  margin-right: 10px;
}

.allspins-la9v43 + .allspins-la9v43 {
  margin-top: 14px;
}

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

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

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

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

.allspins-fhehut .allspins-u13d6d {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .allspins-fhehut .allspins-u13d6d {
    margin: 28px 0 0;
  }
}

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

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

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

.allspins-1dsidt {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.allspins-1tml6z {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.allspins-y3ocpb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .allspins-5uit9c {
    padding: 10px;
  }
}

.allspins-5uit9c .allspins-1d1zzf {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .allspins-5uit9c .allspins-1d1zzf {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .allspins-5uit9c {
    flex-wrap: wrap;
  }
}

.allspins-p04q4p {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.allspins-p04q4p img {
  width: 100%;
}

.allspins-0o30ix {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.allspins-o95n9x {
  width: 100%;
  margin: 0 0 100px;
}

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

.allspins-o95n9x .allspins-hszpfw {
  position: relative;
}

.allspins-o95n9x .allspins-0otxv4 {
  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;
}

.allspins-o95n9x .allspins-0otxv4.allspins-he6u2o {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .allspins-o95n9x .allspins-2efitm {
    bottom: 90px;
  }
}

.allspins-o95n9x .allspins-2efitm .allspins-kjmsg5 {
  max-width: 300px;
  width: 100%;
}

.allspins-o95n9x .allspins-2efitm .allspins-kjmsg5 .allspins-ml5att {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .allspins-o95n9x .allspins-2efitm .allspins-kjmsg5 .allspins-ml5att {
    font-size: 32px;
    text-align: center;
  }
}

.allspins-o95n9x .allspins-2efitm .allspins-kjmsg5 .allspins-fo8s1l {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .allspins-o95n9x .allspins-2efitm .allspins-kjmsg5 .allspins-fo8s1l {
    text-align: center;
  }
}

.allspins-o95n9x .allspins-2efitm .allspins-y0z3wv {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .allspins-o95n9x .allspins-2efitm .allspins-y0z3wv {
    flex-direction: column-reverse;
  }
}

.allspins-o95n9x .allspins-2efitm .allspins-y0z3wv .allspins-9dtkpp {
  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.allspins-3oikf9 ease-in-out;
}

.allspins-o95n9x .allspins-2efitm .allspins-y0z3wv .allspins-9dtkpp:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .allspins-o95n9x .allspins-2efitm .allspins-y0z3wv .allspins-9dtkpp {
    width: 100%;
  }
}

.allspins-o95n9x .allspins-2efitm .allspins-y0z3wv .allspins-s32chh {
  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.allspins-3oikf9 ease-in-out;
  overflow: hidden;
}

.allspins-o95n9x .allspins-2efitm .allspins-y0z3wv .allspins-s32chh 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);
  }
}

.allspins-o95n9x .allspins-2efitm .allspins-y0z3wv .allspins-s32chh: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;
}

.allspins-o95n9x .allspins-2efitm .allspins-y0z3wv .allspins-s32chh:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .allspins-o95n9x .allspins-2efitm .allspins-y0z3wv .allspins-s32chh {
    width: 100%;
  }
}

.allspins-o95n9x .allspins-2efitm.allspins-he6u2o {
  display: none;
}

.allspins-o95n9x .allspins-smaqvl {
  display: none;
}

.allspins-o95n9x .allspins-smaqvl.allspins-2mhcgv {
  display: block;
}

.allspins-o95n9x .allspins-smaqvl iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .allspins-o95n9x .allspins-smaqvl iframe {
    height: calc(100vh - 54px);
  }
}

.allspins-o95n9x .allspins-bb7gaq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .allspins-o95n9x .allspins-bb7gaq {
    padding: 24px 16px 0;
  }
}

.allspins-o95n9x .allspins-bb7gaq .allspins-ml5att {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .allspins-o95n9x .allspins-bb7gaq .allspins-ml5att {
    margin-bottom: 24px;
  }
}

.allspins-o95n9x .allspins-bb7gaq 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);
}

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

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

.allspins-o95n9x .allspins-bb7gaq table tr:last-of-type td {
  border-bottom: none;
}

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

.allspins-rxk2iw.allspins-84jh83 {
  display: block;
}

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

.allspins-rxk2iw .allspins-0ukpt0 {
  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;
}

.allspins-rxk2iw .allspins-ewkvgs {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.allspins-rxk2iw .allspins-s32chh {
  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.allspins-3oikf9 ease-in-out;
}

.allspins-rxk2iw .allspins-s32chh:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.allspins-yozxm6.allspins-84jh83 {
  display: block;
}

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

.allspins-q0awox {
  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;
}

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

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

.allspins-v04eb6 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.allspins-v04eb6 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.allspins-0q23lj {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.allspins-ungtrq.allspins-he6u2o {
  display: none;
}

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

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

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

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

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

.allspins-swl02z 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.allspins-3oikf9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.allspins-swl02z input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.allspins-swl02z input:active {
  border-color: #c2c0ce;
}

.allspins-swl02z input:focus {
  border-color: #c2c0ce;
}

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

.allspins-rt7h4w {
  margin-bottom: 36px;
}

.allspins-rt7h4w 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;
}

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

.allspins-rt7h4w textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.allspins-05rqfw {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.allspins-o75ho4 {
  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.allspins-3oikf9 ease-in-out;
}

.allspins-o75ho4:hover {
  background: var(--border-color);
}

.allspins-6wvxxe {
  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.allspins-3oikf9 ease-in-out;
}

.allspins-6wvxxe:hover {
  background: #166ad9;
}

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

.allspins-tqp4bw.allspins-he6u2o {
  display: none;
}

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

.allspins-tqp4bw .allspins-o75ho4 {
  margin: 0 auto;
}

.allspins-cjo3fn {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.allspins-e0m3tk {
  filter: grayscale(100%);
}

.allspins-7i7r66 > input {
  display: none;
}

.allspins-7i7r66 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.allspins-ancd51.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.allspins-fvjc28 44.allspins-x8ap9e.allspins-cs8eov.allspins-a3o4rx.allspins-koczyq.allspins-s7mne9.allspins-z7xeox.allspins-wu1jea.allspins-9vofz0.allspins-l4he9i.allspins-o7hpdq.allspins-95253a.allspins-vmn06u 0l-12.allspins-u06qmr 30.allspins-f2imhj.allspins-zu0x48 2.allspins-ku0vxm.allspins-zu0x48 3.allspins-bgyg2r 3.allspins-j152ji.allspins-yq9a5u 3.allspins-5xek0d.allspins-5gtx0d.allspins-v0lx6r.allspins-mhi3yb 7-3.allspins-u06qmr 10.allspins-uajw7g.allspins-mhi3yb 23.allspins-f0pplq.allspins-p3h2n9 1.allspins-3niyb5 2.allspins-u06qmr 3.allspins-p3h2n9 1.allspins-yq9a5u 5.allspins-afxjfa.allspins-yq9a5u 32.allspins-cwlv9a.allspins-5gtx0d 5.allspins-vmn06u 4.allspins-mhi3yb 9.allspins-mhi3yb 8.allspins-yq9a5u 6.allspins-qlizs3.allspins-0tcevd.allspins-708pte.allspins-ta03n6.allspins-3y60eo 4.allspins-3dbqpu.allspins-3y60eo 6.allspins-3y60eo 0l29.allspins-vmn06u 17.allspins-mw3njl.allspins-8bxzy4 2.allspins-llzste 10.allspins-vdhwps.allspins-u06qmr 8.allspins-18nvqw.allspins-1egs53.allspins-7s7q8n.allspins-55wjym.allspins-zzdw34.allspins-5gtx0d.allspins-s7mne9.allspins-u06qmr 1.allspins-e7kcin.allspins-t5p21c.allspins-y6ztne.allspins-hts4d0.allspins-6erkuc.allspins-3niyb5 1.allspins-j3259e.allspins-stn4fj.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.allspins-7i7r66 > input:checked ~ label,
.allspins-7i7r66 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.allspins-ancd51.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.allspins-fvjc28 44.allspins-x8ap9e.allspins-cs8eov.allspins-a3o4rx.allspins-koczyq.allspins-s7mne9.allspins-z7xeox.allspins-wu1jea.allspins-9vofz0.allspins-l4he9i.allspins-o7hpdq.allspins-95253a.allspins-vmn06u 0l-12.allspins-u06qmr 30.allspins-f2imhj.allspins-zu0x48 2.allspins-ku0vxm.allspins-zu0x48 3.allspins-bgyg2r 3.allspins-j152ji.allspins-yq9a5u 3.allspins-5xek0d.allspins-5gtx0d.allspins-v0lx6r.allspins-mhi3yb 7-3.allspins-u06qmr 10.allspins-uajw7g.allspins-mhi3yb 23.allspins-f0pplq.allspins-p3h2n9 1.allspins-3niyb5 2.allspins-u06qmr 3.allspins-p3h2n9 1.allspins-yq9a5u 5.allspins-afxjfa.allspins-yq9a5u 32.allspins-cwlv9a.allspins-5gtx0d 5.allspins-vmn06u 4.allspins-mhi3yb 9.allspins-mhi3yb 8.allspins-yq9a5u 6.allspins-qlizs3.allspins-0tcevd.allspins-708pte.allspins-ta03n6.allspins-3y60eo 4.allspins-3dbqpu.allspins-3y60eo 6.allspins-3y60eo 0l29.allspins-vmn06u 17.allspins-mw3njl.allspins-8bxzy4 2.allspins-llzste 10.allspins-vdhwps.allspins-u06qmr 8.allspins-18nvqw.allspins-1egs53.allspins-7s7q8n.allspins-55wjym.allspins-zzdw34.allspins-5gtx0d.allspins-s7mne9.allspins-u06qmr 1.allspins-e7kcin.allspins-t5p21c.allspins-y6ztne.allspins-hts4d0.allspins-6erkuc.allspins-3niyb5 1.allspins-j3259e.allspins-stn4fj.5z'/%3e%3c/svg%3e");
}

.allspins-7i7r66 > input:not(:checked) ~ label:hover,
.allspins-7i7r66 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.allspins-ancd51.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.allspins-fvjc28 44.allspins-x8ap9e.allspins-cs8eov.allspins-a3o4rx.allspins-koczyq.allspins-s7mne9.allspins-z7xeox.allspins-wu1jea.allspins-9vofz0.allspins-l4he9i.allspins-o7hpdq.allspins-95253a.allspins-vmn06u 0l-12.allspins-u06qmr 30.allspins-f2imhj.allspins-zu0x48 2.allspins-ku0vxm.allspins-zu0x48 3.allspins-bgyg2r 3.allspins-j152ji.allspins-yq9a5u 3.allspins-5xek0d.allspins-5gtx0d.allspins-v0lx6r.allspins-mhi3yb 7-3.allspins-u06qmr 10.allspins-uajw7g.allspins-mhi3yb 23.allspins-f0pplq.allspins-p3h2n9 1.allspins-3niyb5 2.allspins-u06qmr 3.allspins-p3h2n9 1.allspins-yq9a5u 5.allspins-afxjfa.allspins-yq9a5u 32.allspins-cwlv9a.allspins-5gtx0d 5.allspins-vmn06u 4.allspins-mhi3yb 9.allspins-mhi3yb 8.allspins-yq9a5u 6.allspins-qlizs3.allspins-0tcevd.allspins-708pte.allspins-ta03n6.allspins-3y60eo 4.allspins-3dbqpu.allspins-3y60eo 6.allspins-3y60eo 0l29.allspins-vmn06u 17.allspins-mw3njl.allspins-8bxzy4 2.allspins-llzste 10.allspins-vdhwps.allspins-u06qmr 8.allspins-18nvqw.allspins-1egs53.allspins-7s7q8n.allspins-55wjym.allspins-zzdw34.allspins-5gtx0d.allspins-s7mne9.allspins-u06qmr 1.allspins-e7kcin.allspins-t5p21c.allspins-y6ztne.allspins-hts4d0.allspins-6erkuc.allspins-3niyb5 1.allspins-j3259e.allspins-stn4fj.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .allspins-zgoki8 > .allspins-y4pksj {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .allspins-zgoki8 > .allspins-y4pksj {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .allspins-zgoki8 > .allspins-y4pksj {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .allspins-zgoki8 > .allspins-y4pksj {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .allspins-zgoki8 > .allspins-y4pksj {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.allspins-qr5rez.allspins-he6u2o {
  display: none;
}

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

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

.allspins-rxf8dk {
  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;
}

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

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

.allspins-rxf8dk img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.allspins-r4teqb {
  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;
}

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

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

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

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

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

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

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

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

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

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

.allspins-qr5rez.allspins-asfks0 .allspins-vz98k7 {
  background: #2b3b67;
}

.allspins-qr5rez.allspins-asfks0 .allspins-rxf8dk {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.allspins-qr5rez.allspins-asfks0 .allspins-rxf8dk::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.allspins-qr5rez.allspins-asfks0 .allspins-rxf8dk::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.allspins-qr5rez.allspins-asfks0 .allspins-r4teqb::before {
  background: #0e0f41;
}

.allspins-qr5rez.allspins-asfks0 .allspins-r4teqb::after {
  background: #152557;
}

.allspins-qr5rez.allspins-t5fok2 .allspins-vz98k7 {
  background: #1f35fa;
}

.allspins-qr5rez.allspins-t5fok2 .allspins-rxf8dk {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.allspins-qr5rez.allspins-t5fok2 .allspins-rxf8dk::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.allspins-qr5rez.allspins-t5fok2 .allspins-rxf8dk::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.allspins-qr5rez.allspins-t5fok2 .allspins-r4teqb::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.allspins-qr5rez.allspins-t5fok2 .allspins-r4teqb::after {
  background: #192ac8;
}

.allspins-qr5rez.allspins-b1y2ne .allspins-vz98k7 {
  background: #fa771f;
}

.allspins-qr5rez.allspins-b1y2ne .allspins-rxf8dk {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.allspins-qr5rez.allspins-b1y2ne .allspins-rxf8dk::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.allspins-qr5rez.allspins-b1y2ne .allspins-rxf8dk::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.allspins-qr5rez.allspins-b1y2ne .allspins-r4teqb::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.allspins-qr5rez.allspins-b1y2ne .allspins-r4teqb::after {
  background: #fa8535;
}

.allspins-cuu4pn {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.allspins-xcju41 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.allspins-iughx6 {
  width: 120px;
  height: 22px;
}

.allspins-iughx6 .allspins-gqgvv9 {
  fill: #c2c0ce;
}

.allspins-iughx6 [rating="1"] .allspins-gqgvv9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.allspins-iughx6 [rating="2"] .allspins-gqgvv9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.allspins-iughx6 [rating="3"] .allspins-gqgvv9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.allspins-iughx6 [rating="4"] .allspins-gqgvv9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.allspins-iughx6 [rating="5"] .allspins-gqgvv9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.allspins-ocmclc {
  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);
}

.allspins-ocmclc.allspins-2mhcgv {
  display: block;
}

.allspins-ocmclc.allspins-he6u2o {
  display: none;
}

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

.allspins-qwgdz1 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.allspins-df7dko {
  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);
}

.allspins-mb6m4v {
  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;
}

.allspins-6ihxcx small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.allspins-61x2nr {
  font-size: 16px;
  line-height: 140%;
}

.allspins-eatd72 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.allspins-eatd72 .allspins-gqgvv9 {
  fill: #c2c0ce;
}

.allspins-eatd72 [rating="1"] .allspins-gqgvv9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.allspins-eatd72 [rating="2"] .allspins-gqgvv9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.allspins-eatd72 [rating="3"] .allspins-gqgvv9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.allspins-eatd72 [rating="4"] .allspins-gqgvv9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.allspins-eatd72 [rating="5"] .allspins-gqgvv9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.allspins-y7skbh {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.allspins-3eu5n1 {
  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) {
  .allspins-3eu5n1 {
    padding: 12px;
    gap: 12px;
  }
}

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

.allspins-5biwwj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.allspins-b7w4vc {
  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;
}

.allspins-9kfy49 {
  flex: 1;
  min-width: 0;
}

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

.allspins-gotklz {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.allspins-gotklz svg path {
  fill: var(--button-bg-color);
}

.allspins-gotklz svg circle {
  fill: var(--button-text-color);
}

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

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

.allspins-fd118p strong {
  font-weight: 600;
}

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

.allspins-h91zou p {
  margin: 0 0 16px;
}

.allspins-h91zou p:last-child {
  margin-bottom: 0;
}

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

.allspins-9btocm {
  max-width: 300px;
  width: 100%;
}

.allspins-9btocm a {
  width: 100%;
}

@media (max-width: 575px) {
  .allspins-9btocm {
    max-width: 200px;
  }
}

.allspins-zrex06 {
  justify-content: center;
}

.allspins-oqnfi6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.allspins-76xi5v {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.allspins-qxecfv .allspins-dpy9xb {
  justify-content: center;
}

/* faq */

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

.allspins-heh5s1 {
  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.allspins-v47hly ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.allspins-heh5s1::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.allspins-v47hly ease;
}

.allspins-ag1x2f.allspins-84jh83 .allspins-heh5s1::after {
  transform: rotate(45deg);
}

.allspins-0xscmq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.allspins-3oikf9 ease, padding 0.allspins-3oikf9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.allspins-ag1x2f.allspins-84jh83 .allspins-0xscmq {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.allspins-ykuoxi {
  margin: 25px 0;
}

.allspins-7i7r66 > input:not(:checked) ~ label:hover,
.allspins-7i7r66 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.allspins-frlcoi.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.allspins-i3ud95 44.allspins-xlc3ce.allspins-km6th5.allspins-2fhgyq.allspins-6aikfw.allspins-g6o967.allspins-lndkzq.allspins-8vcfka.allspins-o7sfxf.allspins-xdvsiw.allspins-edz1d7.allspins-oruu3j.allspins-rmln1t 0l-12.allspins-jgfn1k 30.allspins-2k332q.allspins-7oinj4 2.allspins-81n7ek.allspins-7oinj4 3.allspins-kj7h8s 3.allspins-popni2.allspins-1ttunn 3.allspins-uazgeo.allspins-tx38to.allspins-zagpo2.allspins-ys3pej 7-3.allspins-jgfn1k 10.allspins-aituln.allspins-ys3pej 23.allspins-p6gg7d.allspins-akk6te 1.allspins-ww5abc 2.allspins-jgfn1k 3.allspins-akk6te 1.allspins-1ttunn 5.allspins-idyc0r.allspins-1ttunn 32.allspins-rtgisp.allspins-tx38to 5.allspins-rmln1t 4.allspins-ys3pej 9.allspins-ys3pej 8.allspins-1ttunn 6.allspins-86wjrm.allspins-e9rlpi.allspins-90tl84.allspins-acnfed.allspins-v2jnz6 4.allspins-wya4iq.allspins-v2jnz6 6.allspins-v2jnz6 0l29.allspins-rmln1t 17.allspins-qc4clt.allspins-i7ykzy 2.allspins-01r50c 10.allspins-jm2t3p.allspins-jgfn1k 8.allspins-9yt4ub.allspins-1l8jmc.allspins-w5ygcm.allspins-2qulot.allspins-ygmzh7.allspins-tx38to.allspins-g6o967.allspins-jgfn1k 1.allspins-v9utjg.allspins-u8w99m.allspins-n7tyw7.allspins-tfgudq.allspins-qkiebd.allspins-ww5abc 1.allspins-o41q07.allspins-y0kn69.5z'/%3e%3c/svg%3e");
}

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

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

.allspins-ydbxzm {
  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);
}

.allspins-ydbxzm.allspins-pbvxbq {
  display: block;
}

.allspins-ydbxzm.allspins-pc8nbe {
  display: none;
}

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

.allspins-l7foi3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.allspins-8g5n0o {
  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);
}

.allspins-m7r0dt {
  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;
}

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

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

.allspins-i3dqx5 {
  font-size: 16px;
  line-height: 140%;
}

.allspins-56kyws {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.allspins-56kyws .allspins-9zhxu5 {
  fill: #c2c0ce;
}

.allspins-56kyws [rating="1"] .allspins-9zhxu5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.allspins-56kyws [rating="2"] .allspins-9zhxu5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.allspins-56kyws [rating="3"] .allspins-9zhxu5:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.allspins-56kyws [rating="4"] .allspins-9zhxu5:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.allspins-56kyws [rating="5"] .allspins-9zhxu5:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.allspins-48cm2c 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;
}

.allspins-48cm2c 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 */

.allspins-unfxde {
  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);
}

.allspins-unfxde.allspins-zy4t4v {
  opacity: 1;
  pointer-events: auto;
}

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

.allspins-uhn0jy label {
  font-size: 14px;
}

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

.allspins-2mpniy 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;
}
.allspins-cua563, .allspins-ll6zw0, [class*="review-card"],
thead, thead th, table th, .allspins-u0ez3c,
.allspins-3p38lx, [class*="collapsible-header"],
.allspins-fcpzw1, [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; } }
