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

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

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

.felixspin-f9dcnh {
  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) {
  .felixspin-f9dcnh: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;
  }
}

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

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

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

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

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

.felixspin-fquwq8 {
  cursor: pointer;
}

.felixspin-oefxi2 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.felixspin-572rmv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.felixspin-572rmv figure {
  margin: 0;
}

.felixspin-572rmv.felixspin-g3bw7x {
  justify-content: flex-start;
  margin-right: 4px;
}

.felixspin-572rmv.felixspin-gkdu6g {
  justify-content: flex-end;
  margin-left: 4px;
}

.felixspin-572rmv.felixspin-qlc33z {
  justify-content: center;
}

.felixspin-572rmv.felixspin-upae8v {
  justify-content: normal;
}

.felixspin-71alii {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.felixspin-es5bzw img {
  width: 100%;
}

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

.felixspin-yp6sj3 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.felixspin-yp6sj3 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);
}

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

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

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

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

.felixspin-yp6sj3 ul li:last-of-type::after {
  display: none;
}

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

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

.felixspin-ux6wp0 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.felixspin-xk6evq.felixspin-9vt0er {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .felixspin-xk6evq.felixspin-9vt0er:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.felixspin-cmv6w0 {
  margin-bottom: 94px;
}

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

.felixspin-n9es47 .felixspin-uj7yie {
  margin-bottom: 28px;
}

.felixspin-n9es47 .felixspin-uj7yie img {
  max-height: 100px;
  width: auto;
}

.felixspin-mc5lws {
  display: flex;
  align-items: center;
}

.felixspin-mc5lws a + a {
  margin-left: 24px;
}

.felixspin-mc5lws img {
  max-height: 56px;
  width: auto;
}

.felixspin-mc5lws img + img {
  margin-left: 24px;
}

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

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

.felixspin-hjwn75 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.felixspin-hvw9hc li {
  display: flex;
  margin: 0 7px;
}

.felixspin-hvw9hc li svg {
  transition: 0.felixspin-8v4yde ease-in-out;
}

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

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

.felixspin-ii4drj + .felixspin-ii4drj {
  margin-left: 120px;
}

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

.felixspin-015jkx {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.felixspin-h9urvx {
  list-style: none;
  margin: 0;
  padding: 0;
}

.felixspin-h9urvx li {
  font-size: 16px;
}

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

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

.felixspin-h9urvx li + li {
  margin-top: 16px;
}

.felixspin-4wmxj2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.felixspin-359wn1 ease-in-out;
}

.felixspin-4wmxj2.felixspin-joizev {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.felixspin-kiob17 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.felixspin-hs279y li {
  width: 100%;
}

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

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

.felixspin-hs279y li a.felixspin-joizev {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.felixspin-5jasvk {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.felixspin-5jasvk img {
  width: 100%;
  transition: 0.felixspin-8v4yde ease-in-out;
}

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

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

.felixspin-3uh2j3 {
  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) {
  .felixspin-3uh2j3 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .felixspin-3uh2j3 .felixspin-uj7yie img {
    max-width: 90px;
  }
}

.felixspin-uj7yie img {
  max-height: 50px;
  width: auto;
}

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

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

.felixspin-9hlksg {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.felixspin-9hlksg li {
  font-size: 16px;
  margin: 0 20px;
}

.felixspin-9hlksg li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.felixspin-ex3htg {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.felixspin-ex3htg.felixspin-6durl6 {
  margin-right: 0;
}

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

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

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

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

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

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

.felixspin-gned6k:hover > ul {
  display: flex;
}

.felixspin-gned6k:focus > ul {
  display: flex;
}

.felixspin-gned6k:focus-within > ul {
  display: flex;
}

.felixspin-j16tvf {
  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;
}

.felixspin-j16tvf::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.felixspin-359wn1 ease-in-out;
}

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

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

.felixspin-gned6k 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.felixspin-8v4yde ease-in-out;
  overflow: hidden;
}

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

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

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

.felixspin-a2fqot {
  display: none;
}

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

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

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

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

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

.felixspin-jec5io img {
  margin-bottom: 20px;
}

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

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

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

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

.felixspin-4wzpsq {
  color: var(--text-color);
}

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

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

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

.felixspin-wu1kx0 p img {
  display: block;
  margin: 0 auto;
}

.felixspin-wu1kx0 p:first-of-type {
  margin-top: 0;
}

.felixspin-wu1kx0 p:last-of-type {
  margin-bottom: 0;
}

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

.felixspin-wu1kx0 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-mfasrq .felixspin-nzqfro {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.felixspin-mfasrq .felixspin-z42rwa {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.felixspin-z42rwa {
  margin: 0 0 28px;
}

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

.felixspin-nzqfro {
  margin: 0 0 28px;
}

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

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

.felixspin-oc0rpq .felixspin-f9dcnh {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.felixspin-kvlr47 {
  position: relative;
  border: none;
}

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

.felixspin-rjgfpl {
  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;
}

.felixspin-rjgfpl span {
  height: 32px;
}

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

.felixspin-rjgfpl.felixspin-wu4kwb span {
  transform: scaleY(-1);
}

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

.felixspin-0xipmq {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.felixspin-0xipmq.felixspin-jblknn {
  display: none;
}

.felixspin-ngv4o1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.felixspin-ngv4o1 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .felixspin-ngv4o1 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.felixspin-ew7hdd {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.felixspin-l8nrsl p {
  color: var(--text-color);
}

.felixspin-j2bbk3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.felixspin-jmu3dq {
  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);
}

.felixspin-sajvwh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.felixspin-hilptg p + p {
  margin-top: 10px;
}

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

.felixspin-lsiu73 {
  display: none;
}

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

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

.felixspin-7astic li {
  margin: 0 20px;
}

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

.felixspin-7astic li a img {
  margin-bottom: 4px;
}

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

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

.felixspin-ykx3em li {
  font-size: 16px;
  position: relative;
}

.felixspin-ykx3em li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.felixspin-ykx3em li span {
  opacity: 0.5;
}

.felixspin-ykx3em li + li {
  margin-left: 30px;
}

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

h2.felixspin-648k30 {
  margin: 0 0 28px;
}

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

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

.felixspin-v3vrs9 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);
}

.felixspin-v3vrs9 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;
}

.felixspin-v3vrs9 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;
}

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

.felixspin-v3vrs9 tbody tr:last-of-type {
  margin-bottom: 0;
}

.felixspin-v3vrs9 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.felixspin-v3vrs9 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);
}

.felixspin-v3vrs9 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);
}

.felixspin-v3vrs9 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.felixspin-v3vrs9 tbody tr td .felixspin-m2x7wi {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .felixspin-v3vrs9 tbody tr td .felixspin-m2x7wi {
    width: 100%;
  }
}

.felixspin-v3vrs9 tbody tr td .felixspin-hhhqzt {
  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.felixspin-8v4yde ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .felixspin-v3vrs9 tbody tr td .felixspin-hhhqzt {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .felixspin-v3vrs9 tbody tr td .felixspin-hhhqzt {
    width: 100%;
  }
}

.felixspin-v3vrs9 tbody tr td .felixspin-gpn4yf {
  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) {
  .felixspin-v3vrs9 tbody tr td .felixspin-gpn4yf:hover {
    text-decoration: none;
  }
}

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

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

.felixspin-is35rn {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.felixspin-6m2d99 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.felixspin-8v4yde ease-in-out;
}

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

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

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

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

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

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

.felixspin-2qlv0p img {
  width: 100%;
  height: 100%;
}

.felixspin-2qlv0p iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.felixspin-g6ckhv svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.felixspin-8v4yde ease-in-out;
}

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

.felixspin-2kh18a {
  padding: 90px 0;
}

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

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

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

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

.felixspin-z3kdfu img {
  width: 100%;
}

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

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

.felixspin-4yu6tp {
  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;
}

.felixspin-4yu6tp 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) {
  .felixspin-4yu6tp {
    flex-basis: auto;
  }
}

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

.felixspin-3zpgm6 {
  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.felixspin-8v4yde ease-in-out;
}

.felixspin-3zpgm6:hover {
  border: 1px solid #8c8ca2;
}

.felixspin-zqpard {
  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%);
}

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

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

.felixspin-zvr7th a {
  text-decoration: underline;
  color: #8babff;
}

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

.felixspin-hg4t9b .felixspin-3zpgm6 {
  width: 50%;
  margin: 0;
}

.felixspin-hh1boh {
  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;
}

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

.felixspin-h18ooq {
  margin: 0 0 100px;
}

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

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

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

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

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

.felixspin-wbrw4s {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.felixspin-37vom0 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.felixspin-8v4yde ease-in-out;
}

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

.felixspin-37vom0 a svg {
  fill: #fff;
}

.felixspin-37vom0 a:hover {
  background: #3d68e7;
}

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

.felixspin-qj67ee {
  margin-bottom: 16px;
}

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

.felixspin-u6qg5p {
  font-size: 16px;
  color: var(--text-color);
}

.felixspin-271h0k {
  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) {
  .felixspin-271h0k {
    padding: 0 16px;
  }
}

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

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

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

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

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

.felixspin-6tzsio {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.felixspin-6tzsio 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);
}

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

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

.felixspin-6tzsio table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .felixspin-6tzsio {
    margin: 0;
  }
}

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

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

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

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

.felixspin-x81mrr.felixspin-lr9d0q {
  display: none;
}

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

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

.felixspin-fek38g iframe.felixspin-3uj8vu {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.felixspin-fek38g.felixspin-spxmod {
  opacity: 1;
  pointer-events: all;
}

.felixspin-qkno99 {
  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.felixspin-8v4yde ease-in-out;
}

.felixspin-qkno99 svg {
  margin-right: 10px;
}

.felixspin-qkno99 + .felixspin-qkno99 {
  margin-top: 14px;
}

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

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

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

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

.felixspin-271h0k .felixspin-oc0rpq {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.felixspin-271h0k .felixspin-oc0rpq h1,
.felixspin-271h0k .felixspin-oc0rpq 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) {
  .felixspin-271h0k .felixspin-oc0rpq h1,
  .felixspin-271h0k .felixspin-oc0rpq h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .felixspin-271h0k .felixspin-oc0rpq {
    margin: 28px 0 0;
  }
}

.felixspin-9g2pbh {
  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) {
  .felixspin-9g2pbh {
    padding: 0 16px;
  }
}

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

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

.felixspin-f882n5 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.felixspin-8bua7r {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.felixspin-vvfsn8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.felixspin-nw8yxg .felixspin-f9dcnh {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .felixspin-nw8yxg .felixspin-f9dcnh {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.felixspin-i97j9m {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.felixspin-i97j9m img {
  width: 100%;
}

.felixspin-pom4uy {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.felixspin-nr0z28 {
  width: 100%;
  margin: 0 0 100px;
}

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

.felixspin-nr0z28 .felixspin-o0sv6l {
  position: relative;
}

.felixspin-nr0z28 .felixspin-oui8gq {
  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;
}

.felixspin-nr0z28 .felixspin-oui8gq.felixspin-lr9d0q {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .felixspin-nr0z28 .felixspin-z993vm {
    bottom: 90px;
  }
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-7eddv1 {
  max-width: 300px;
  width: 100%;
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-7eddv1 .felixspin-iesoos {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .felixspin-nr0z28 .felixspin-z993vm .felixspin-7eddv1 .felixspin-iesoos {
    font-size: 32px;
    text-align: center;
  }
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-7eddv1 .felixspin-l6579v {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .felixspin-nr0z28 .felixspin-z993vm .felixspin-7eddv1 .felixspin-l6579v {
    text-align: center;
  }
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 {
    flex-direction: column-reverse;
  }
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 .felixspin-t723j7 {
  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.felixspin-8v4yde ease-in-out;
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 .felixspin-t723j7:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 .felixspin-t723j7 {
    width: 100%;
  }
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 .felixspin-irbvx6 {
  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.felixspin-8v4yde ease-in-out;
  overflow: hidden;
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 .felixspin-irbvx6 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);
  }
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 .felixspin-irbvx6: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;
}

.felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 .felixspin-irbvx6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .felixspin-nr0z28 .felixspin-z993vm .felixspin-6durl6 .felixspin-irbvx6 {
    width: 100%;
  }
}

.felixspin-nr0z28 .felixspin-z993vm.felixspin-lr9d0q {
  display: none;
}

.felixspin-nr0z28 .felixspin-5ndsd8 {
  display: none;
}

.felixspin-nr0z28 .felixspin-5ndsd8.felixspin-spxmod {
  display: block;
}

.felixspin-nr0z28 .felixspin-5ndsd8 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .felixspin-nr0z28 .felixspin-5ndsd8 iframe {
    height: calc(100vh - 54px);
  }
}

.felixspin-nr0z28 .felixspin-vgzu7y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .felixspin-nr0z28 .felixspin-vgzu7y {
    padding: 24px 16px 0;
  }
}

.felixspin-nr0z28 .felixspin-vgzu7y .felixspin-iesoos {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .felixspin-nr0z28 .felixspin-vgzu7y .felixspin-iesoos {
    margin-bottom: 24px;
  }
}

.felixspin-nr0z28 .felixspin-vgzu7y 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);
}

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

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

.felixspin-nr0z28 .felixspin-vgzu7y table tr:last-of-type td {
  border-bottom: none;
}

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

.felixspin-xhk20m.felixspin-joizev {
  display: block;
}

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

.felixspin-xhk20m .felixspin-zbjelp {
  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;
}

.felixspin-xhk20m .felixspin-r4vjw8 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.felixspin-xhk20m .felixspin-irbvx6 {
  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.felixspin-8v4yde ease-in-out;
}

.felixspin-xhk20m .felixspin-irbvx6:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.felixspin-8i1hjz.felixspin-joizev {
  display: block;
}

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

.felixspin-rmj89a {
  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;
}

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

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

.felixspin-v2xla0 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.felixspin-v2xla0 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.felixspin-twlgsz {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.felixspin-56l3rv.felixspin-lr9d0q {
  display: none;
}

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

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

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

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

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

.felixspin-p31b4n 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.felixspin-8v4yde ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.felixspin-p31b4n input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.felixspin-p31b4n input:active {
  border-color: #c2c0ce;
}

.felixspin-p31b4n input:focus {
  border-color: #c2c0ce;
}

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

.felixspin-ngdsam {
  margin-bottom: 36px;
}

.felixspin-ngdsam 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;
}

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

.felixspin-ngdsam textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.felixspin-rd8kin {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.felixspin-akrvtq {
  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.felixspin-8v4yde ease-in-out;
}

.felixspin-akrvtq:hover {
  background: var(--border-color);
}

.felixspin-l4ugdi {
  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.felixspin-8v4yde ease-in-out;
}

.felixspin-l4ugdi:hover {
  background: #166ad9;
}

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

.felixspin-i05vb7.felixspin-lr9d0q {
  display: none;
}

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

.felixspin-i05vb7 .felixspin-akrvtq {
  margin: 0 auto;
}

.felixspin-ncdm92 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.felixspin-1d5548 {
  filter: grayscale(100%);
}

.felixspin-rknqw5 > input {
  display: none;
}

.felixspin-rknqw5 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-dlnjs7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.felixspin-5uafyq 44.felixspin-7d650u.felixspin-awzvx0.felixspin-1c13p1.felixspin-iu283c.felixspin-jyi094.felixspin-w2ghos.felixspin-0iq3gc.felixspin-c5d2g0.felixspin-ja1pa4.felixspin-6b4az6.felixspin-gv0r9i.felixspin-gt94y9 0l-12.felixspin-j5c9j9 30.felixspin-17dde1.felixspin-63vjcc 2.felixspin-06i0ei.felixspin-63vjcc 3.felixspin-0183sq 3.felixspin-43rj0i.felixspin-ptd7m5 3.felixspin-q40i1a.felixspin-e5f2m7.felixspin-86xx3t.felixspin-1zbwxg 7-3.felixspin-j5c9j9 10.felixspin-xlzbu2.felixspin-1zbwxg 23.felixspin-2h8lmp.felixspin-iea4de 1.felixspin-nz14yn 2.felixspin-j5c9j9 3.felixspin-iea4de 1.felixspin-ptd7m5 5.felixspin-9n03pi.felixspin-ptd7m5 32.felixspin-f75aa5.felixspin-e5f2m7 5.felixspin-gt94y9 4.felixspin-1zbwxg 9.felixspin-1zbwxg 8.felixspin-ptd7m5 6.felixspin-o3y408.felixspin-rnwdqj.felixspin-sj4pij.felixspin-xdkpcq.felixspin-rpfdqt 4.felixspin-xms26p.felixspin-rpfdqt 6.felixspin-rpfdqt 0l29.felixspin-gt94y9 17.felixspin-r1vhq1.felixspin-jw04bu 2.felixspin-o9zqbd 10.felixspin-kq29oi.felixspin-j5c9j9 8.felixspin-43bn69.felixspin-dud2nm.felixspin-w1i98i.felixspin-kir09j.felixspin-yon7hd.felixspin-e5f2m7.felixspin-jyi094.felixspin-j5c9j9 1.felixspin-s7gdnn.felixspin-mmnx54.felixspin-uhmvkz.felixspin-x2pi7g.felixspin-df84fg.felixspin-nz14yn 1.felixspin-0ywpyt.felixspin-mest2t.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.felixspin-rknqw5 > input:checked ~ label,
.felixspin-rknqw5 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-dlnjs7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.felixspin-5uafyq 44.felixspin-7d650u.felixspin-awzvx0.felixspin-1c13p1.felixspin-iu283c.felixspin-jyi094.felixspin-w2ghos.felixspin-0iq3gc.felixspin-c5d2g0.felixspin-ja1pa4.felixspin-6b4az6.felixspin-gv0r9i.felixspin-gt94y9 0l-12.felixspin-j5c9j9 30.felixspin-17dde1.felixspin-63vjcc 2.felixspin-06i0ei.felixspin-63vjcc 3.felixspin-0183sq 3.felixspin-43rj0i.felixspin-ptd7m5 3.felixspin-q40i1a.felixspin-e5f2m7.felixspin-86xx3t.felixspin-1zbwxg 7-3.felixspin-j5c9j9 10.felixspin-xlzbu2.felixspin-1zbwxg 23.felixspin-2h8lmp.felixspin-iea4de 1.felixspin-nz14yn 2.felixspin-j5c9j9 3.felixspin-iea4de 1.felixspin-ptd7m5 5.felixspin-9n03pi.felixspin-ptd7m5 32.felixspin-f75aa5.felixspin-e5f2m7 5.felixspin-gt94y9 4.felixspin-1zbwxg 9.felixspin-1zbwxg 8.felixspin-ptd7m5 6.felixspin-o3y408.felixspin-rnwdqj.felixspin-sj4pij.felixspin-xdkpcq.felixspin-rpfdqt 4.felixspin-xms26p.felixspin-rpfdqt 6.felixspin-rpfdqt 0l29.felixspin-gt94y9 17.felixspin-r1vhq1.felixspin-jw04bu 2.felixspin-o9zqbd 10.felixspin-kq29oi.felixspin-j5c9j9 8.felixspin-43bn69.felixspin-dud2nm.felixspin-w1i98i.felixspin-kir09j.felixspin-yon7hd.felixspin-e5f2m7.felixspin-jyi094.felixspin-j5c9j9 1.felixspin-s7gdnn.felixspin-mmnx54.felixspin-uhmvkz.felixspin-x2pi7g.felixspin-df84fg.felixspin-nz14yn 1.felixspin-0ywpyt.felixspin-mest2t.5z'/%3e%3c/svg%3e");
}

.felixspin-rknqw5 > input:not(:checked) ~ label:hover,
.felixspin-rknqw5 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-dlnjs7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.felixspin-5uafyq 44.felixspin-7d650u.felixspin-awzvx0.felixspin-1c13p1.felixspin-iu283c.felixspin-jyi094.felixspin-w2ghos.felixspin-0iq3gc.felixspin-c5d2g0.felixspin-ja1pa4.felixspin-6b4az6.felixspin-gv0r9i.felixspin-gt94y9 0l-12.felixspin-j5c9j9 30.felixspin-17dde1.felixspin-63vjcc 2.felixspin-06i0ei.felixspin-63vjcc 3.felixspin-0183sq 3.felixspin-43rj0i.felixspin-ptd7m5 3.felixspin-q40i1a.felixspin-e5f2m7.felixspin-86xx3t.felixspin-1zbwxg 7-3.felixspin-j5c9j9 10.felixspin-xlzbu2.felixspin-1zbwxg 23.felixspin-2h8lmp.felixspin-iea4de 1.felixspin-nz14yn 2.felixspin-j5c9j9 3.felixspin-iea4de 1.felixspin-ptd7m5 5.felixspin-9n03pi.felixspin-ptd7m5 32.felixspin-f75aa5.felixspin-e5f2m7 5.felixspin-gt94y9 4.felixspin-1zbwxg 9.felixspin-1zbwxg 8.felixspin-ptd7m5 6.felixspin-o3y408.felixspin-rnwdqj.felixspin-sj4pij.felixspin-xdkpcq.felixspin-rpfdqt 4.felixspin-xms26p.felixspin-rpfdqt 6.felixspin-rpfdqt 0l29.felixspin-gt94y9 17.felixspin-r1vhq1.felixspin-jw04bu 2.felixspin-o9zqbd 10.felixspin-kq29oi.felixspin-j5c9j9 8.felixspin-43bn69.felixspin-dud2nm.felixspin-w1i98i.felixspin-kir09j.felixspin-yon7hd.felixspin-e5f2m7.felixspin-jyi094.felixspin-j5c9j9 1.felixspin-s7gdnn.felixspin-mmnx54.felixspin-uhmvkz.felixspin-x2pi7g.felixspin-df84fg.felixspin-nz14yn 1.felixspin-0ywpyt.felixspin-mest2t.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .felixspin-xydg25 > .felixspin-4un5c9 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .felixspin-xydg25 > .felixspin-4un5c9 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .felixspin-xydg25 > .felixspin-4un5c9 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .felixspin-xydg25 > .felixspin-4un5c9 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .felixspin-xydg25 > .felixspin-4un5c9 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.felixspin-w5d674.felixspin-lr9d0q {
  display: none;
}

.felixspin-9evjuj {
  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) {
  .felixspin-9evjuj {
    height: 74px;
    overflow: visible;
  }
}

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

.felixspin-gpb13y {
  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;
}

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

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

.felixspin-gpb13y img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.felixspin-8ltae7 {
  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;
}

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

.felixspin-8ltae7::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) {
  .felixspin-8ltae7::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .felixspin-38iua6 {
    top: -20px;
  }
}

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

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

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

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

.felixspin-w5d674.felixspin-ym3bgb .felixspin-9evjuj {
  background: #2b3b67;
}

.felixspin-w5d674.felixspin-ym3bgb .felixspin-gpb13y {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.felixspin-w5d674.felixspin-ym3bgb .felixspin-gpb13y::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.felixspin-w5d674.felixspin-ym3bgb .felixspin-gpb13y::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.felixspin-w5d674.felixspin-ym3bgb .felixspin-8ltae7::before {
  background: #0e0f41;
}

.felixspin-w5d674.felixspin-ym3bgb .felixspin-8ltae7::after {
  background: #152557;
}

.felixspin-w5d674.felixspin-9na3an .felixspin-9evjuj {
  background: #1f35fa;
}

.felixspin-w5d674.felixspin-9na3an .felixspin-gpb13y {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.felixspin-w5d674.felixspin-9na3an .felixspin-gpb13y::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.felixspin-w5d674.felixspin-9na3an .felixspin-gpb13y::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.felixspin-w5d674.felixspin-9na3an .felixspin-8ltae7::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.felixspin-w5d674.felixspin-9na3an .felixspin-8ltae7::after {
  background: #192ac8;
}

.felixspin-w5d674.felixspin-aomb05 .felixspin-9evjuj {
  background: #fa771f;
}

.felixspin-w5d674.felixspin-aomb05 .felixspin-gpb13y {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.felixspin-w5d674.felixspin-aomb05 .felixspin-gpb13y::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.felixspin-w5d674.felixspin-aomb05 .felixspin-gpb13y::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.felixspin-w5d674.felixspin-aomb05 .felixspin-8ltae7::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.felixspin-w5d674.felixspin-aomb05 .felixspin-8ltae7::after {
  background: #fa8535;
}

.felixspin-ogj5fb {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.felixspin-2s4gmo {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.felixspin-78itcm {
  width: 120px;
  height: 22px;
}

.felixspin-78itcm .felixspin-nq6wav {
  fill: #c2c0ce;
}

.felixspin-78itcm [rating="1"] .felixspin-nq6wav:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.felixspin-78itcm [rating="2"] .felixspin-nq6wav:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.felixspin-78itcm [rating="3"] .felixspin-nq6wav:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.felixspin-78itcm [rating="4"] .felixspin-nq6wav:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.felixspin-78itcm [rating="5"] .felixspin-nq6wav:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.felixspin-q6dssj {
  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);
}

.felixspin-q6dssj.felixspin-spxmod {
  display: block;
}

.felixspin-q6dssj.felixspin-lr9d0q {
  display: none;
}

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

.felixspin-mc3r93 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.felixspin-xm7sd7 {
  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);
}

.felixspin-jbkhiz {
  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;
}

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

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

.felixspin-vk6jfj {
  font-size: 16px;
  line-height: 140%;
}

.felixspin-2dkoto {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.felixspin-2dkoto .felixspin-nq6wav {
  fill: #c2c0ce;
}

.felixspin-2dkoto [rating="1"] .felixspin-nq6wav:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.felixspin-2dkoto [rating="2"] .felixspin-nq6wav:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.felixspin-2dkoto [rating="3"] .felixspin-nq6wav:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.felixspin-2dkoto [rating="4"] .felixspin-nq6wav:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.felixspin-2dkoto [rating="5"] .felixspin-nq6wav:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.felixspin-ejxxhb {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.felixspin-1241if img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.felixspin-gyihd8 {
  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;
}

.felixspin-1i2kp9 {
  flex: 1;
  min-width: 0;
}

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

.felixspin-t35sj3 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.felixspin-t35sj3 svg path {
  fill: var(--button-bg-color);
}

.felixspin-t35sj3 svg circle {
  fill: var(--button-text-color);
}

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

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

.felixspin-q0wbv5 strong {
  font-weight: 600;
}

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

.felixspin-cnzr69 p {
  margin: 0 0 16px;
}

.felixspin-cnzr69 p:last-child {
  margin-bottom: 0;
}

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

.felixspin-yv9l2o {
  max-width: 300px;
  width: 100%;
}

.felixspin-yv9l2o a {
  width: 100%;
}

@media (max-width: 575px) {
  .felixspin-yv9l2o {
    max-width: 200px;
  }
}

.felixspin-vtyrcp {
  justify-content: center;
}

.felixspin-9449ab {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.felixspin-34vty3 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.felixspin-4klcni .felixspin-9hlksg {
  justify-content: center;
}

/* faq */

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

.felixspin-96ufrz {
  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.felixspin-67kmaa ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.felixspin-96ufrz::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.felixspin-67kmaa ease;
}

.felixspin-mpadgt.felixspin-joizev .felixspin-96ufrz::after {
  transform: rotate(45deg);
}

.felixspin-77e64l {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.felixspin-8v4yde ease, padding 0.felixspin-8v4yde ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.felixspin-mpadgt.felixspin-joizev .felixspin-77e64l {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.felixspin-jn1nit {
  margin: 25px 0;
}

.felixspin-rknqw5 > input:not(:checked) ~ label:hover,
.felixspin-rknqw5 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-if1nax.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.felixspin-p4uz2y 44.felixspin-h2yicy.felixspin-jsb8v2.felixspin-r1kzcs.felixspin-ylaitn.felixspin-cro6eh.felixspin-yht094.felixspin-16o8ia.felixspin-hiz90r.felixspin-29ewvu.felixspin-fmie8o.felixspin-cdqers.felixspin-3mwxlj 0l-12.felixspin-tltxgy 30.felixspin-li15af.felixspin-9m10er 2.felixspin-wwjvqg.felixspin-9m10er 3.felixspin-096by3 3.felixspin-9b49l2.felixspin-2ikz9r 3.felixspin-f4zu2u.felixspin-j4el25.felixspin-mr6228.felixspin-677z3h 7-3.felixspin-tltxgy 10.felixspin-lgf2vs.felixspin-677z3h 23.felixspin-ecp2mu.felixspin-o9i132 1.felixspin-ea2u6h 2.felixspin-tltxgy 3.felixspin-o9i132 1.felixspin-2ikz9r 5.felixspin-jnve62.felixspin-2ikz9r 32.felixspin-xfb4pp.felixspin-j4el25 5.felixspin-3mwxlj 4.felixspin-677z3h 9.felixspin-677z3h 8.felixspin-2ikz9r 6.felixspin-1rhb9w.felixspin-0aytep.felixspin-hx2alh.felixspin-7bn4mp.felixspin-ys1swj 4.felixspin-bcjv3v.felixspin-ys1swj 6.felixspin-ys1swj 0l29.felixspin-3mwxlj 17.felixspin-f5874u.felixspin-ybjil7 2.felixspin-uab5ld 10.felixspin-4x0tk6.felixspin-tltxgy 8.felixspin-6x92w4.felixspin-f85lyd.felixspin-dstmo4.felixspin-w525w2.felixspin-16n8g3.felixspin-j4el25.felixspin-cro6eh.felixspin-tltxgy 1.felixspin-uwtmac.felixspin-o7zyq4.felixspin-o2pu2t.felixspin-hgiktd.felixspin-70d2o0.felixspin-ea2u6h 1.felixspin-mdr1zt.felixspin-jheylb.5z'/%3e%3c/svg%3e");
}

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

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

.felixspin-z6lcx0 {
  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);
}

.felixspin-z6lcx0.felixspin-wpijd4 {
  display: block;
}

.felixspin-z6lcx0.felixspin-f5ve7r {
  display: none;
}

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

.felixspin-4ma4p4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.felixspin-ijmor4 {
  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);
}

.felixspin-qq5lhf {
  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;
}

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

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

.felixspin-9spf16 {
  font-size: 16px;
  line-height: 140%;
}

.felixspin-wl7tly {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.felixspin-wl7tly .felixspin-zsu5qs {
  fill: #c2c0ce;
}

.felixspin-wl7tly [rating="1"] .felixspin-zsu5qs:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.felixspin-wl7tly [rating="2"] .felixspin-zsu5qs:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.felixspin-wl7tly [rating="3"] .felixspin-zsu5qs:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.felixspin-wl7tly [rating="4"] .felixspin-zsu5qs:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.felixspin-wl7tly [rating="5"] .felixspin-zsu5qs:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.felixspin-fcvqj2 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;
}

.felixspin-fcvqj2 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 */

.felixspin-4w4m76 {
  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);
}

.felixspin-4w4m76.felixspin-ad5p9b {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.felixspin-diipau, .felixspin-2d4lzu, [class*="review-card"],
thead, thead th, table th, .felixspin-g0c8uq,
.felixspin-y9efet, [class*="collapsible-header"],
.felixspin-j2bbk3, [class*="updated-block"] {
  color: #ece7dc !important;
}
