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

.spinbond-406hzh {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.spinbond-efw9os {
  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) {
  .spinbond-efw9os: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;
  }
}

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

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

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

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

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

.spinbond-fylqzr {
  cursor: pointer;
}

.spinbond-7eun1u {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spinbond-x7qgz0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinbond-x7qgz0 figure {
  margin: 0;
}

.spinbond-x7qgz0.spinbond-111sxj {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinbond-x7qgz0.spinbond-q4eqor {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinbond-x7qgz0.spinbond-ygv2v3 {
  justify-content: center;
}

.spinbond-x7qgz0.spinbond-5r7ek1 {
  justify-content: normal;
}

.spinbond-60uwkx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.spinbond-1ni8du {
  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) {
  .spinbond-1ni8du {
    flex-direction: column;
  }
}

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

.spinbond-v5wk0m img {
  width: 100%;
}

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

.spinbond-xwmk97 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.spinbond-xwmk97 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);
}

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

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

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

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

.spinbond-xwmk97 ul li:last-of-type::after {
  display: none;
}

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

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

.spinbond-q6enie {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.spinbond-unqjre.spinbond-frdt70 {
  background-color: #000;
}

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

.spinbond-3m3vkg {
  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) {
  .spinbond-3m3vkg {
    padding: 80px 16px 0;
  }
}

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

.spinbond-36is5a {
  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) {
  .spinbond-36is5a {
    flex-direction: column;
  }
}

.spinbond-p6ppz6 {
  margin-bottom: 94px;
}

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

.spinbond-eyqvgo .spinbond-m3fdfu {
  margin-bottom: 28px;
}

.spinbond-eyqvgo .spinbond-m3fdfu img {
  max-height: 100px;
  width: auto;
}

.spinbond-h8kxs3 {
  display: flex;
  align-items: center;
}

.spinbond-h8kxs3 a + a {
  margin-left: 24px;
}

.spinbond-h8kxs3 img {
  max-height: 56px;
  width: auto;
}

.spinbond-h8kxs3 img + img {
  margin-left: 24px;
}

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

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

.spinbond-c0rpa6 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.spinbond-cuzg6s li {
  display: flex;
  margin: 0 7px;
}

.spinbond-cuzg6s li svg {
  transition: 0.spinbond-i5buys ease-in-out;
}

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

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

.spinbond-h9qqoo + .spinbond-h9qqoo {
  margin-left: 120px;
}

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

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

.spinbond-sjy9yr {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinbond-sjy9yr li {
  font-size: 16px;
}

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

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

.spinbond-sjy9yr li + li {
  margin-top: 16px;
}

.spinbond-xnvp8c {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinbond-cd23xn ease-in-out;
}

.spinbond-xnvp8c.spinbond-gn862a {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spinbond-al6vdy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinbond-eshp5o li {
  width: 100%;
}

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

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

.spinbond-eshp5o li a.spinbond-gn862a {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.spinbond-wz1x5f {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spinbond-wz1x5f img {
  width: 100%;
  transition: 0.spinbond-i5buys ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .spinbond-pku7uw .spinbond-m3fdfu img {
    max-width: 90px;
  }
}

.spinbond-m3fdfu img {
  max-height: 50px;
  width: auto;
}

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

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

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

.spinbond-bl0zle li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.spinbond-ecy612 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spinbond-ecy612.spinbond-ztnq38 {
  margin-right: 0;
}

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

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

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

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

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

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

.spinbond-fj1u8s:hover > ul {
  display: flex;
}

.spinbond-fj1u8s:focus > ul {
  display: flex;
}

.spinbond-fj1u8s:focus-within > ul {
  display: flex;
}

.spinbond-2x6yku {
  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;
}

.spinbond-2x6yku::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.spinbond-cd23xn ease-in-out;
}

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

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

.spinbond-fj1u8s 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.spinbond-i5buys ease-in-out;
  overflow: hidden;
}

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

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

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

.spinbond-90tioh {
  display: none;
}

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

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

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

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

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

.spinbond-vcae0i img {
  margin-bottom: 20px;
}

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

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

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

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

.spinbond-4fbfrp {
  color: var(--text-color);
}

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

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

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

.spinbond-t1u47y p img {
  display: block;
  margin: 0 auto;
}

.spinbond-t1u47y p:first-of-type {
  margin-top: 0;
}

.spinbond-t1u47y p:last-of-type {
  margin-bottom: 0;
}

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

.spinbond-t1u47y ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinbond-laix8o .spinbond-anihis {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.spinbond-laix8o .spinbond-24ezgq {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spinbond-laix8o .spinbond-24ezgq {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spinbond-laix8o .spinbond-24ezgq img {
    width: 100%;
  }
}

.spinbond-24ezgq {
  margin: 0 0 28px;
}

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

.spinbond-anihis {
  margin: 0 0 28px;
}

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

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

.spinbond-z7cewv .spinbond-efw9os {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spinbond-c2hkih {
  position: relative;
  border: none;
}

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

.spinbond-74vmxc {
  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;
}

.spinbond-74vmxc span {
  height: 32px;
}

.spinbond-74vmxc span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.spinbond-74vmxc.spinbond-vo9c95 span {
  transform: scaleY(-1);
}

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

.spinbond-jenn46 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.spinbond-jenn46.spinbond-ri31d6 {
  display: none;
}

.spinbond-kmzz2h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spinbond-kmzz2h table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spinbond-kmzz2h table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.spinbond-tsw6m3 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.spinbond-9l0bb9 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.spinbond-9l0bb9 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.spinbond-9l0bb9 p {
  color: var(--text-color);
}

.spinbond-nrfzqy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spinbond-8pp9th {
  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);
}

.spinbond-r6zn4h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinbond-la4a6a p + p {
  margin-top: 10px;
}

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

.spinbond-3h2por {
  display: none;
}

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

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

.spinbond-op0cwz li {
  margin: 0 20px;
}

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

.spinbond-op0cwz li a img {
  margin-bottom: 4px;
}

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

.spinbond-2e7wk4 {
  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) {
  .spinbond-2e7wk4 {
    padding: 0 16px;
  }
}

.spinbond-2e7wk4 li {
  font-size: 16px;
  position: relative;
}

.spinbond-2e7wk4 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spinbond-2e7wk4 li span {
  opacity: 0.5;
}

.spinbond-2e7wk4 li + li {
  margin-left: 30px;
}

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

h2.spinbond-h3pzfr {
  margin: 0 0 28px;
}

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

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

.spinbond-aqw1bf 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);
}

.spinbond-aqw1bf 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;
}

.spinbond-aqw1bf 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;
}

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

.spinbond-aqw1bf tbody tr:last-of-type {
  margin-bottom: 0;
}

.spinbond-aqw1bf tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spinbond-aqw1bf 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);
}

.spinbond-aqw1bf 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);
}

.spinbond-aqw1bf tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spinbond-aqw1bf tbody tr td .spinbond-5motd9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spinbond-aqw1bf tbody tr td .spinbond-5motd9 {
    width: 100%;
  }
}

.spinbond-aqw1bf tbody tr td .spinbond-k8xr3c {
  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.spinbond-i5buys ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .spinbond-aqw1bf tbody tr td .spinbond-k8xr3c {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .spinbond-aqw1bf tbody tr td .spinbond-k8xr3c {
    width: 100%;
  }
}

.spinbond-aqw1bf tbody tr td .spinbond-86bmxz {
  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) {
  .spinbond-aqw1bf tbody tr td .spinbond-86bmxz:hover {
    text-decoration: none;
  }
}

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

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

.spinbond-dq47fh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinbond-s01qd9 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spinbond-i5buys ease-in-out;
}

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

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

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

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

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

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

.spinbond-wnii6s img {
  width: 100%;
  height: 100%;
}

.spinbond-wnii6s iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spinbond-1zo7dd svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinbond-i5buys ease-in-out;
}

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

.spinbond-xmpk4o {
  padding: 90px 0;
}

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

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

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

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

.spinbond-8ycu1l img {
  width: 100%;
}

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

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

.spinbond-xxne5e {
  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;
}

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

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

.spinbond-y7kph5 {
  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.spinbond-i5buys ease-in-out;
}

.spinbond-y7kph5:hover {
  border: 1px solid #8c8ca2;
}

.spinbond-2ff906 {
  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%);
}

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

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

.spinbond-0y19bt a {
  text-decoration: underline;
  color: #8babff;
}

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

.spinbond-woz10i .spinbond-y7kph5 {
  width: 50%;
  margin: 0;
}

.spinbond-y4evmm {
  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;
}

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

.spinbond-cbxy6n {
  margin: 0 0 100px;
}

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

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

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

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

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

.spinbond-ozjal8 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spinbond-arynpb 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.spinbond-i5buys ease-in-out;
}

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

.spinbond-arynpb a svg {
  fill: #fff;
}

.spinbond-arynpb a:hover {
  background: #3d68e7;
}

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

.spinbond-cb2r0z {
  margin-bottom: 16px;
}

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

.spinbond-vm1vex {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.spinbond-17hlns {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.spinbond-slnmcn 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);
}

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

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

.spinbond-slnmcn table tr:last-of-type td {
  border-bottom: none;
}

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

.spinbond-2xgzxt {
  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) {
  .spinbond-2xgzxt {
    min-height: 190px;
  }
}

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

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

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

.spinbond-cbpq7a.spinbond-hb5qvv {
  display: none;
}

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

.spinbond-689ft7 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spinbond-689ft7 iframe.spinbond-q83tet {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spinbond-689ft7.spinbond-06f43o {
  opacity: 1;
  pointer-events: all;
}

.spinbond-449afy {
  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.spinbond-i5buys ease-in-out;
}

.spinbond-449afy svg {
  margin-right: 10px;
}

.spinbond-449afy + .spinbond-449afy {
  margin-top: 14px;
}

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

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

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

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

.spinbond-m6ki4i .spinbond-z7cewv {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .spinbond-m6ki4i .spinbond-z7cewv {
    margin: 28px 0 0;
  }
}

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

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

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

.spinbond-iva926 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spinbond-ia7yob {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.spinbond-5s2yz2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .spinbond-9xgndj {
    padding: 10px;
  }
}

.spinbond-9xgndj .spinbond-efw9os {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spinbond-9xgndj .spinbond-efw9os {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .spinbond-9xgndj {
    flex-wrap: wrap;
  }
}

.spinbond-5fefp4 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spinbond-5fefp4 img {
  width: 100%;
}

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

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

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

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

.spinbond-cuhxej {
  width: 100%;
  margin: 0 0 100px;
}

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

.spinbond-cuhxej .spinbond-ikex10 {
  position: relative;
}

.spinbond-cuhxej .spinbond-g8279u {
  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;
}

.spinbond-cuhxej .spinbond-g8279u.spinbond-hb5qvv {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spinbond-cuhxej .spinbond-iipo1l {
    bottom: 90px;
  }
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-4ksoun {
  max-width: 300px;
  width: 100%;
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-4ksoun .spinbond-7bkqzt {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinbond-cuhxej .spinbond-iipo1l .spinbond-4ksoun .spinbond-7bkqzt {
    font-size: 32px;
    text-align: center;
  }
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-4ksoun .spinbond-34jq47 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinbond-cuhxej .spinbond-iipo1l .spinbond-4ksoun .spinbond-34jq47 {
    text-align: center;
  }
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 {
    flex-direction: column-reverse;
  }
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 .spinbond-spywd9 {
  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.spinbond-i5buys ease-in-out;
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 .spinbond-spywd9:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 .spinbond-spywd9 {
    width: 100%;
  }
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 .spinbond-i2ec6c {
  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.spinbond-i5buys ease-in-out;
  overflow: hidden;
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 .spinbond-i2ec6c 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);
  }
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 .spinbond-i2ec6c: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;
}

.spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 .spinbond-i2ec6c:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinbond-cuhxej .spinbond-iipo1l .spinbond-ztnq38 .spinbond-i2ec6c {
    width: 100%;
  }
}

.spinbond-cuhxej .spinbond-iipo1l.spinbond-hb5qvv {
  display: none;
}

.spinbond-cuhxej .spinbond-3of5mp {
  display: none;
}

.spinbond-cuhxej .spinbond-3of5mp.spinbond-06f43o {
  display: block;
}

.spinbond-cuhxej .spinbond-3of5mp iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spinbond-cuhxej .spinbond-3of5mp iframe {
    height: calc(100vh - 54px);
  }
}

.spinbond-cuhxej .spinbond-11j9se {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spinbond-cuhxej .spinbond-11j9se {
    padding: 24px 16px 0;
  }
}

.spinbond-cuhxej .spinbond-11j9se .spinbond-7bkqzt {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spinbond-cuhxej .spinbond-11j9se .spinbond-7bkqzt {
    margin-bottom: 24px;
  }
}

.spinbond-cuhxej .spinbond-11j9se 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);
}

.spinbond-cuhxej .spinbond-11j9se 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) {
  .spinbond-cuhxej .spinbond-11j9se table tr td {
    padding: 12px 4px;
  }
}

.spinbond-cuhxej .spinbond-11j9se 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) {
  .spinbond-cuhxej .spinbond-11j9se table tr th {
    padding: 12px 4px;
  }
}

.spinbond-cuhxej .spinbond-11j9se table tr:last-of-type td {
  border-bottom: none;
}

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

.spinbond-zez2g2.spinbond-gn862a {
  display: block;
}

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

.spinbond-zez2g2 .spinbond-xp8c12 {
  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;
}

.spinbond-zez2g2 .spinbond-3xref8 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinbond-zez2g2 .spinbond-i2ec6c {
  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.spinbond-i5buys ease-in-out;
}

.spinbond-zez2g2 .spinbond-i2ec6c:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spinbond-z6j5qe.spinbond-gn862a {
  display: block;
}

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

.spinbond-qt4m7r {
  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;
}

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

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

.spinbond-onp2n5 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spinbond-onp2n5 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spinbond-isx7yb {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinbond-ypp7hs.spinbond-hb5qvv {
  display: none;
}

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

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

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

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

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

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

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

.spinbond-of0ien input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinbond-of0ien input:active {
  border-color: #c2c0ce;
}

.spinbond-of0ien input:focus {
  border-color: #c2c0ce;
}

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

.spinbond-1u0erd {
  margin-bottom: 36px;
}

.spinbond-1u0erd 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;
}

.spinbond-1u0erd textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.spinbond-1u0erd textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinbond-xezchq {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinbond-qp2t3w {
  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.spinbond-i5buys ease-in-out;
}

.spinbond-qp2t3w:hover {
  background: var(--border-color);
}

.spinbond-1sqhwd {
  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.spinbond-i5buys ease-in-out;
}

.spinbond-1sqhwd:hover {
  background: #166ad9;
}

.spinbond-7ef7ji {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.spinbond-7ef7ji.spinbond-hb5qvv {
  display: none;
}

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

.spinbond-7ef7ji .spinbond-qp2t3w {
  margin: 0 auto;
}

.spinbond-r0rmcn {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spinbond-dtk7fc {
  filter: grayscale(100%);
}

.spinbond-04lqjk > input {
  display: none;
}

.spinbond-04lqjk > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinbond-baq3gn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinbond-jx7yrp 44.spinbond-okz9um.spinbond-pkjfp3.spinbond-p9v9if.spinbond-8hdmfb.spinbond-j0c5it.spinbond-l68ktk.spinbond-fx5xvx.spinbond-206k3d.spinbond-qc9a8y.spinbond-z4h36f.spinbond-r9e0mk.spinbond-n0v2al 0l-12.spinbond-znqti0 30.spinbond-2b2qts.spinbond-na51zn 2.spinbond-synxzj.spinbond-na51zn 3.spinbond-uswonu 3.spinbond-w6lk59.spinbond-fn79b7 3.spinbond-zguq3u.spinbond-ubph8f.spinbond-utou94.spinbond-ux61q1 7-3.spinbond-znqti0 10.spinbond-qz2ckn.spinbond-ux61q1 23.spinbond-matxbe.spinbond-qwuxby 1.spinbond-7ctobg 2.spinbond-znqti0 3.spinbond-qwuxby 1.spinbond-fn79b7 5.spinbond-61ugk1.spinbond-fn79b7 32.spinbond-khbkh3.spinbond-ubph8f 5.spinbond-n0v2al 4.spinbond-ux61q1 9.spinbond-ux61q1 8.spinbond-fn79b7 6.spinbond-dlfgkz.spinbond-bmfnd6.spinbond-qzo98f.spinbond-pkapoz.spinbond-tqudup 4.spinbond-qxg88r.spinbond-tqudup 6.spinbond-tqudup 0l29.spinbond-n0v2al 17.spinbond-7bhzu1.spinbond-pk1x47 2.spinbond-2h77wd 10.spinbond-2kk8n5.spinbond-znqti0 8.spinbond-z2ukql.spinbond-8yczki.spinbond-40r6rh.spinbond-ezvk7k.spinbond-umoxko.spinbond-ubph8f.spinbond-j0c5it.spinbond-znqti0 1.spinbond-6h1l64.spinbond-ov4mou.spinbond-6b6rmj.spinbond-qpn0oj.spinbond-g4tb64.spinbond-7ctobg 1.spinbond-2qywn0.spinbond-6ge45j.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinbond-04lqjk > input:checked ~ label,
.spinbond-04lqjk > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinbond-baq3gn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinbond-jx7yrp 44.spinbond-okz9um.spinbond-pkjfp3.spinbond-p9v9if.spinbond-8hdmfb.spinbond-j0c5it.spinbond-l68ktk.spinbond-fx5xvx.spinbond-206k3d.spinbond-qc9a8y.spinbond-z4h36f.spinbond-r9e0mk.spinbond-n0v2al 0l-12.spinbond-znqti0 30.spinbond-2b2qts.spinbond-na51zn 2.spinbond-synxzj.spinbond-na51zn 3.spinbond-uswonu 3.spinbond-w6lk59.spinbond-fn79b7 3.spinbond-zguq3u.spinbond-ubph8f.spinbond-utou94.spinbond-ux61q1 7-3.spinbond-znqti0 10.spinbond-qz2ckn.spinbond-ux61q1 23.spinbond-matxbe.spinbond-qwuxby 1.spinbond-7ctobg 2.spinbond-znqti0 3.spinbond-qwuxby 1.spinbond-fn79b7 5.spinbond-61ugk1.spinbond-fn79b7 32.spinbond-khbkh3.spinbond-ubph8f 5.spinbond-n0v2al 4.spinbond-ux61q1 9.spinbond-ux61q1 8.spinbond-fn79b7 6.spinbond-dlfgkz.spinbond-bmfnd6.spinbond-qzo98f.spinbond-pkapoz.spinbond-tqudup 4.spinbond-qxg88r.spinbond-tqudup 6.spinbond-tqudup 0l29.spinbond-n0v2al 17.spinbond-7bhzu1.spinbond-pk1x47 2.spinbond-2h77wd 10.spinbond-2kk8n5.spinbond-znqti0 8.spinbond-z2ukql.spinbond-8yczki.spinbond-40r6rh.spinbond-ezvk7k.spinbond-umoxko.spinbond-ubph8f.spinbond-j0c5it.spinbond-znqti0 1.spinbond-6h1l64.spinbond-ov4mou.spinbond-6b6rmj.spinbond-qpn0oj.spinbond-g4tb64.spinbond-7ctobg 1.spinbond-2qywn0.spinbond-6ge45j.5z'/%3e%3c/svg%3e");
}

.spinbond-04lqjk > input:not(:checked) ~ label:hover,
.spinbond-04lqjk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinbond-baq3gn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinbond-jx7yrp 44.spinbond-okz9um.spinbond-pkjfp3.spinbond-p9v9if.spinbond-8hdmfb.spinbond-j0c5it.spinbond-l68ktk.spinbond-fx5xvx.spinbond-206k3d.spinbond-qc9a8y.spinbond-z4h36f.spinbond-r9e0mk.spinbond-n0v2al 0l-12.spinbond-znqti0 30.spinbond-2b2qts.spinbond-na51zn 2.spinbond-synxzj.spinbond-na51zn 3.spinbond-uswonu 3.spinbond-w6lk59.spinbond-fn79b7 3.spinbond-zguq3u.spinbond-ubph8f.spinbond-utou94.spinbond-ux61q1 7-3.spinbond-znqti0 10.spinbond-qz2ckn.spinbond-ux61q1 23.spinbond-matxbe.spinbond-qwuxby 1.spinbond-7ctobg 2.spinbond-znqti0 3.spinbond-qwuxby 1.spinbond-fn79b7 5.spinbond-61ugk1.spinbond-fn79b7 32.spinbond-khbkh3.spinbond-ubph8f 5.spinbond-n0v2al 4.spinbond-ux61q1 9.spinbond-ux61q1 8.spinbond-fn79b7 6.spinbond-dlfgkz.spinbond-bmfnd6.spinbond-qzo98f.spinbond-pkapoz.spinbond-tqudup 4.spinbond-qxg88r.spinbond-tqudup 6.spinbond-tqudup 0l29.spinbond-n0v2al 17.spinbond-7bhzu1.spinbond-pk1x47 2.spinbond-2h77wd 10.spinbond-2kk8n5.spinbond-znqti0 8.spinbond-z2ukql.spinbond-8yczki.spinbond-40r6rh.spinbond-ezvk7k.spinbond-umoxko.spinbond-ubph8f.spinbond-j0c5it.spinbond-znqti0 1.spinbond-6h1l64.spinbond-ov4mou.spinbond-6b6rmj.spinbond-qpn0oj.spinbond-g4tb64.spinbond-7ctobg 1.spinbond-2qywn0.spinbond-6ge45j.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spinbond-d8bvxv > .spinbond-efl6ww {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spinbond-d8bvxv > .spinbond-efl6ww {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spinbond-d8bvxv > .spinbond-efl6ww {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spinbond-d8bvxv > .spinbond-efl6ww {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spinbond-d8bvxv > .spinbond-efl6ww {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.spinbond-s810qt.spinbond-hb5qvv {
  display: none;
}

.spinbond-3nin6q {
  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) {
  .spinbond-3nin6q {
    height: 74px;
    overflow: visible;
  }
}

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

.spinbond-a2l046 {
  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;
}

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

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

.spinbond-a2l046 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spinbond-l98ldn {
  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;
}

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

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

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

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

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

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

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

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

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

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

.spinbond-s810qt.spinbond-50i5hq .spinbond-3nin6q {
  background: #2b3b67;
}

.spinbond-s810qt.spinbond-50i5hq .spinbond-a2l046 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinbond-s810qt.spinbond-50i5hq .spinbond-a2l046::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinbond-s810qt.spinbond-50i5hq .spinbond-a2l046::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinbond-s810qt.spinbond-50i5hq .spinbond-l98ldn::before {
  background: #0e0f41;
}

.spinbond-s810qt.spinbond-50i5hq .spinbond-l98ldn::after {
  background: #152557;
}

.spinbond-s810qt.spinbond-xeb64b .spinbond-3nin6q {
  background: #1f35fa;
}

.spinbond-s810qt.spinbond-xeb64b .spinbond-a2l046 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinbond-s810qt.spinbond-xeb64b .spinbond-a2l046::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinbond-s810qt.spinbond-xeb64b .spinbond-a2l046::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinbond-s810qt.spinbond-xeb64b .spinbond-l98ldn::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinbond-s810qt.spinbond-xeb64b .spinbond-l98ldn::after {
  background: #192ac8;
}

.spinbond-s810qt.spinbond-63jywp .spinbond-3nin6q {
  background: #fa771f;
}

.spinbond-s810qt.spinbond-63jywp .spinbond-a2l046 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinbond-s810qt.spinbond-63jywp .spinbond-a2l046::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinbond-s810qt.spinbond-63jywp .spinbond-a2l046::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinbond-s810qt.spinbond-63jywp .spinbond-l98ldn::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinbond-s810qt.spinbond-63jywp .spinbond-l98ldn::after {
  background: #fa8535;
}

.spinbond-vyom7s {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spinbond-ztx6tg {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.spinbond-yczzf7 {
  width: 120px;
  height: 22px;
}

.spinbond-yczzf7 .spinbond-tuqcxv {
  fill: #c2c0ce;
}

.spinbond-yczzf7 [rating="1"] .spinbond-tuqcxv:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinbond-yczzf7 [rating="2"] .spinbond-tuqcxv:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinbond-yczzf7 [rating="3"] .spinbond-tuqcxv:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinbond-yczzf7 [rating="4"] .spinbond-tuqcxv:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinbond-yczzf7 [rating="5"] .spinbond-tuqcxv:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.spinbond-8fzsau {
  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);
}

.spinbond-8fzsau.spinbond-06f43o {
  display: block;
}

.spinbond-8fzsau.spinbond-hb5qvv {
  display: none;
}

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

.spinbond-929ny8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinbond-kvn4h7 {
  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);
}

.spinbond-1e0y3j {
  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;
}

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

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

.spinbond-u07zg9 {
  font-size: 16px;
  line-height: 140%;
}

.spinbond-1zv4no {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinbond-1zv4no .spinbond-tuqcxv {
  fill: #c2c0ce;
}

.spinbond-1zv4no [rating="1"] .spinbond-tuqcxv:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinbond-1zv4no [rating="2"] .spinbond-tuqcxv:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinbond-1zv4no [rating="3"] .spinbond-tuqcxv:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinbond-1zv4no [rating="4"] .spinbond-tuqcxv:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinbond-1zv4no [rating="5"] .spinbond-tuqcxv:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.spinbond-3xdvf7 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.spinbond-vfnc4c {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.spinbond-acg6n9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinbond-xfrrck {
  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;
}

.spinbond-f4diow {
  flex: 1;
  min-width: 0;
}

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

.spinbond-87762f {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.spinbond-87762f svg,
.spinbond-87762f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinbond-87762f svg path {
  fill: var(--button-bg-color);
}

.spinbond-87762f svg circle {
  fill: var(--button-text-color);
}

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

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

.spinbond-works3 strong {
  font-weight: 600;
}

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

.spinbond-8klqa4 p {
  margin: 0 0 16px;
}

.spinbond-8klqa4 p:last-child {
  margin-bottom: 0;
}

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

.spinbond-zs8fhc {
  max-width: 300px;
  width: 100%;
}

.spinbond-zs8fhc a {
  width: 100%;
}

@media (max-width: 575px) {
  .spinbond-zs8fhc {
    max-width: 200px;
  }
}

.spinbond-xn5j7o {
  justify-content: center;
}

.spinbond-q0xmvi {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinbond-f4zsoj {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spinbond-llrmij .spinbond-bl0zle {
  justify-content: center;
}

/* faq */

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

.spinbond-og5xgh {
  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.spinbond-jgency ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinbond-og5xgh::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinbond-jgency ease;
}

.spinbond-zi8v8w.spinbond-gn862a .spinbond-og5xgh::after {
  transform: rotate(45deg);
}

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

.spinbond-zi8v8w.spinbond-gn862a .spinbond-rqprd7 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinbond-43muq1 {
  margin: 25px 0;
}

.spinbond-04lqjk > input:not(:checked) ~ label:hover,
.spinbond-04lqjk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinbond-h84a4l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinbond-e9kj7t 44.spinbond-gvkssl.spinbond-gawzsr.spinbond-gnyphd.spinbond-c5sosz.spinbond-i5c3q5.spinbond-ztxgk4.spinbond-8etb32.spinbond-ho5f0u.spinbond-ezra0i.spinbond-3fg197.spinbond-3ocpy2.spinbond-b8cnwv 0l-12.spinbond-bq0c9n 30.spinbond-u2ra1z.spinbond-1vlnbo 2.spinbond-uvbwgr.spinbond-1vlnbo 3.spinbond-zjtfz8 3.spinbond-sm8wiy.spinbond-114436 3.spinbond-w3jcih.spinbond-4nfwwm.spinbond-6cbibm.spinbond-hzxwel 7-3.spinbond-bq0c9n 10.spinbond-wbnvwi.spinbond-hzxwel 23.spinbond-bg55ll.spinbond-c3qjwn 1.spinbond-z20h4a 2.spinbond-bq0c9n 3.spinbond-c3qjwn 1.spinbond-114436 5.spinbond-57c85b.spinbond-114436 32.spinbond-nk9l8c.spinbond-4nfwwm 5.spinbond-b8cnwv 4.spinbond-hzxwel 9.spinbond-hzxwel 8.spinbond-114436 6.spinbond-yrgq6y.spinbond-mq59p2.spinbond-5inr2p.spinbond-p3ljgf.spinbond-66hqrt 4.spinbond-3n78ha.spinbond-66hqrt 6.spinbond-66hqrt 0l29.spinbond-b8cnwv 17.spinbond-by7fiw.spinbond-httu0p 2.spinbond-704gk3 10.spinbond-uewodj.spinbond-bq0c9n 8.spinbond-2ycr23.spinbond-7g0vdg.spinbond-yqo8ig.spinbond-3ujc9t.spinbond-crknxs.spinbond-4nfwwm.spinbond-i5c3q5.spinbond-bq0c9n 1.spinbond-sfl83f.spinbond-8lsjyw.spinbond-3uf64a.spinbond-5jqy6g.spinbond-bcreze.spinbond-z20h4a 1.spinbond-ksdaag.spinbond-6o3ec4.5z'/%3e%3c/svg%3e");
}

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

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

.spinbond-9n8y31 {
  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);
}

.spinbond-9n8y31.spinbond-gyxdzl {
  display: block;
}

.spinbond-9n8y31.spinbond-r5cai7 {
  display: none;
}

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

.spinbond-aycjio {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinbond-cn0ddw {
  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);
}

.spinbond-xxo0ki {
  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;
}

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

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

.spinbond-d80noz {
  font-size: 16px;
  line-height: 140%;
}

.spinbond-slu975 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinbond-slu975 .spinbond-zszvqp {
  fill: #c2c0ce;
}

.spinbond-slu975 [rating="1"] .spinbond-zszvqp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinbond-slu975 [rating="2"] .spinbond-zszvqp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinbond-slu975 [rating="3"] .spinbond-zszvqp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinbond-slu975 [rating="4"] .spinbond-zszvqp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinbond-slu975 [rating="5"] .spinbond-zszvqp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spinbond-8639ln 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;
}

.spinbond-8639ln 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 */

.spinbond-i3niuz {
  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);
}

.spinbond-i3niuz.spinbond-388fan {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.spinbond-5aetad {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.spinbond-5aetad label {
  font-size: 14px;
}

.spinbond-5aetad h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinbond-5aetad input,
.spinbond-5aetad textarea,
.spinbond-5aetad button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.spinbond-5aetad button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinbond-jgency ease;
}
.spinbond-5aetad button:hover {
  background-color: var(--button-bg-hover);
}
.spinbond-3mtxe7 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinbond-keh1q6 ease-in;
}

.spinbond-3mtxe7 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.spinbond-rukx8b, .spinbond-kplytz, [class*="review-card"],
thead, thead th, table th, .spinbond-odqdef,
.spinbond-8yee28, [class*="collapsible-header"],
.spinbond-nrfzqy, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.spinbond-unqjre, .spinbond-unqjre :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
