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

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

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

.spinbara-8w29w1 {
  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) {
  .spinbara-8w29w1: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;
  }
}

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

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

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

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

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

.spinbara-gjv9o1 {
  cursor: pointer;
}

.spinbara-qfq7as {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spinbara-vpo4g5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinbara-vpo4g5 figure {
  margin: 0;
}

.spinbara-vpo4g5.spinbara-cyjk5x {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinbara-vpo4g5.spinbara-g9avba {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinbara-vpo4g5.spinbara-jkscqi {
  justify-content: center;
}

.spinbara-vpo4g5.spinbara-x1l19h {
  justify-content: normal;
}

.spinbara-r6vm6g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.spinbara-mns1kb img {
  width: 100%;
}

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

.spinbara-k3w4iy {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.spinbara-k3w4iy 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);
}

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

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

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

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

.spinbara-k3w4iy ul li:last-of-type::after {
  display: none;
}

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

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

.spinbara-2xfmg9 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.spinbara-ggla80.spinbara-3xrxo0 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .spinbara-ggla80.spinbara-3xrxo0:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.spinbara-5aublt {
  margin-bottom: 94px;
}

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

.spinbara-n2pni0 .spinbara-ddz90d {
  margin-bottom: 28px;
}

.spinbara-n2pni0 .spinbara-ddz90d img {
  max-height: 100px;
  width: auto;
}

.spinbara-8iv6d1 {
  display: flex;
  align-items: center;
}

.spinbara-8iv6d1 a + a {
  margin-left: 24px;
}

.spinbara-8iv6d1 img {
  max-height: 56px;
  width: auto;
}

.spinbara-8iv6d1 img + img {
  margin-left: 24px;
}

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

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

.spinbara-mmjk92 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.spinbara-keu6gu li {
  display: flex;
  margin: 0 7px;
}

.spinbara-keu6gu li svg {
  transition: 0.spinbara-aruar5 ease-in-out;
}

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

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

.spinbara-1pnlmw + .spinbara-1pnlmw {
  margin-left: 120px;
}

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

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

.spinbara-b276fp {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinbara-b276fp li {
  font-size: 16px;
}

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

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

.spinbara-b276fp li + li {
  margin-top: 16px;
}

.spinbara-8dk37c {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinbara-s8hw32 ease-in-out;
}

.spinbara-8dk37c.spinbara-totab3 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spinbara-6imtw1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinbara-gby7p3 li {
  width: 100%;
}

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

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

.spinbara-gby7p3 li a.spinbara-totab3 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.spinbara-h8t7el {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spinbara-h8t7el img {
  width: 100%;
  transition: 0.spinbara-aruar5 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .spinbara-k5rn7x .spinbara-ddz90d img {
    max-width: 90px;
  }
}

.spinbara-ddz90d img {
  max-height: 50px;
  width: auto;
}

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

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

.spinbara-4g1kg8 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinbara-4g1kg8 li {
  font-size: 16px;
  margin: 0 20px;
}

.spinbara-4g1kg8 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.spinbara-tfhesz {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spinbara-tfhesz.spinbara-xsxpvo {
  margin-right: 0;
}

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

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

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

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

.spinbara-8j46mc {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.spinbara-8j46mc:hover > ul {
  display: flex;
}

.spinbara-8j46mc:focus > ul {
  display: flex;
}

.spinbara-8j46mc:focus-within > ul {
  display: flex;
}

.spinbara-c7p251 {
  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;
}

.spinbara-c7p251::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.spinbara-s8hw32 ease-in-out;
}

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

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

.spinbara-8j46mc 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.spinbara-aruar5 ease-in-out;
  overflow: hidden;
}

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

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

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

.spinbara-y8l1qb {
  display: none;
}

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

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

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

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

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

.spinbara-ixlosm img {
  margin-bottom: 20px;
}

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

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

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

.spinbara-9clau4 {
  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) {
  .spinbara-9clau4 {
    font-size: 32px;
  }
}

.spinbara-w2cvcf {
  color: var(--text-color);
}

.spinbara-4r9y5o {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.spinbara-4r9y5o p img {
  display: block;
  margin: 0 auto;
}

.spinbara-4r9y5o p:first-of-type {
  margin-top: 0;
}

.spinbara-4r9y5o p:last-of-type {
  margin-bottom: 0;
}

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

.spinbara-4r9y5o ul {
  padding: 0 0 0 20px;
}

.spinbara-4r9y5o table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.spinbara-4r9y5o table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.spinbara-4r9y5o iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

.spinbara-3imufs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.spinbara-3imufs .spinbara-097kq3 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .spinbara-3imufs .spinbara-097kq3 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.spinbara-3imufs .spinbara-f3n5y6 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spinbara-3imufs .spinbara-f3n5y6 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spinbara-3imufs .spinbara-f3n5y6 img {
    width: 100%;
  }
}

.spinbara-f3n5y6 {
  margin: 0 0 28px;
}

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

.spinbara-097kq3 {
  margin: 0 0 28px;
}

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

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

.spinbara-swuoki .spinbara-8w29w1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spinbara-09szlj {
  position: relative;
  border: none;
}

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

.spinbara-i08vpk {
  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;
}

.spinbara-i08vpk span {
  height: 32px;
}

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

.spinbara-i08vpk.spinbara-3gwtpg span {
  transform: scaleY(-1);
}

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

.spinbara-v63uo3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.spinbara-v63uo3.spinbara-reo08t {
  display: none;
}

.spinbara-atkskk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spinbara-atkskk table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spinbara-atkskk table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.spinbara-u9dure {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.spinbara-hsm8zl p {
  color: var(--text-color);
}

.spinbara-5qbvjv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spinbara-vox93o {
  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);
}

.spinbara-09njqh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinbara-jura1j p + p {
  margin-top: 10px;
}

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

.spinbara-0sp622 {
  display: none;
}

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

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

.spinbara-ml530t li {
  margin: 0 20px;
}

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

.spinbara-ml530t li a img {
  margin-bottom: 4px;
}

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

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

.spinbara-x03a4m li {
  font-size: 16px;
  position: relative;
}

.spinbara-x03a4m li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spinbara-x03a4m li span {
  opacity: 0.5;
}

.spinbara-x03a4m li + li {
  margin-left: 30px;
}

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

h2.spinbara-c3f7uv {
  margin: 0 0 28px;
}

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

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

.spinbara-0e06j1 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);
}

.spinbara-0e06j1 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;
}

.spinbara-0e06j1 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;
}

.spinbara-0e06j1 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.spinbara-0e06j1 tbody tr:last-of-type {
  margin-bottom: 0;
}

.spinbara-0e06j1 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spinbara-0e06j1 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);
}

.spinbara-0e06j1 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);
}

.spinbara-0e06j1 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spinbara-0e06j1 tbody tr td .spinbara-s8cbn3 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spinbara-0e06j1 tbody tr td .spinbara-s8cbn3 {
    width: 100%;
  }
}

.spinbara-0e06j1 tbody tr td .spinbara-av0fnq {
  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.spinbara-aruar5 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .spinbara-0e06j1 tbody tr td .spinbara-av0fnq:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .spinbara-0e06j1 tbody tr td .spinbara-av0fnq {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .spinbara-0e06j1 tbody tr td .spinbara-av0fnq {
    width: 100%;
  }
}

.spinbara-0e06j1 tbody tr td .spinbara-wsvp0e {
  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) {
  .spinbara-0e06j1 tbody tr td .spinbara-wsvp0e:hover {
    text-decoration: none;
  }
}

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

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

.spinbara-ilsdh1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.spinbara-3wjptp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.spinbara-gtyw6l img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spinbara-aruar5 ease-in-out;
}

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

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

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

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

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

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

.spinbara-i6pyt5 img {
  width: 100%;
  height: 100%;
}

.spinbara-i6pyt5 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spinbara-vjj3y3 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinbara-aruar5 ease-in-out;
}

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

.spinbara-0kpt38 {
  padding: 90px 0;
}

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

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

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

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

.spinbara-trpwl0 img {
  width: 100%;
}

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

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

.spinbara-tv5vr6 {
  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;
}

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

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

.spinbara-klif07 {
  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.spinbara-aruar5 ease-in-out;
}

.spinbara-klif07:hover {
  border: 1px solid #8c8ca2;
}

.spinbara-blqs1l {
  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%);
}

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

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

.spinbara-xxy5sn a {
  text-decoration: underline;
  color: #8babff;
}

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

.spinbara-0bftg3 .spinbara-klif07 {
  width: 50%;
  margin: 0;
}

.spinbara-y9qgsb {
  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;
}

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

.spinbara-oqjn0b {
  margin: 0 0 100px;
}

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

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

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

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

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

.spinbara-jzd7jl {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spinbara-50vssk 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.spinbara-aruar5 ease-in-out;
}

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

.spinbara-50vssk a svg {
  fill: #fff;
}

.spinbara-50vssk a:hover {
  background: #3d68e7;
}

.spinbara-8xgzm9 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.spinbara-7zy7qf {
  margin-bottom: 16px;
}

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

.spinbara-miesj4 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.spinbara-yewacd 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);
}

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

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

.spinbara-yewacd table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.spinbara-j8tfqo.spinbara-ztlt3j {
  display: none;
}

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

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

.spinbara-sdxujr iframe.spinbara-w58ixj {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spinbara-sdxujr.spinbara-pblofn {
  opacity: 1;
  pointer-events: all;
}

.spinbara-1phkt1 {
  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.spinbara-aruar5 ease-in-out;
}

.spinbara-1phkt1 svg {
  margin-right: 10px;
}

.spinbara-1phkt1 + .spinbara-1phkt1 {
  margin-top: 14px;
}

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

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

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

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

.spinbara-fzq8ca .spinbara-swuoki {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .spinbara-fzq8ca .spinbara-swuoki {
    margin: 28px 0 0;
  }
}

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

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

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

.spinbara-wtuaxt {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spinbara-nd2w6m {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.spinbara-jwkskq {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.spinbara-pzm94k .spinbara-8w29w1 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spinbara-pzm94k .spinbara-8w29w1 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.spinbara-9n9fni {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spinbara-9n9fni img {
  width: 100%;
}

.spinbara-hcsose {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.spinbara-byugei {
  width: 100%;
  margin: 0 0 100px;
}

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

.spinbara-byugei .spinbara-hnd0x7 {
  position: relative;
}

.spinbara-byugei .spinbara-d6fre2 {
  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;
}

.spinbara-byugei .spinbara-d6fre2.spinbara-ztlt3j {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spinbara-byugei .spinbara-dfpgcj {
    bottom: 90px;
  }
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-vz8dkc {
  max-width: 300px;
  width: 100%;
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-vz8dkc .spinbara-6v3z48 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinbara-byugei .spinbara-dfpgcj .spinbara-vz8dkc .spinbara-6v3z48 {
    font-size: 32px;
    text-align: center;
  }
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-vz8dkc .spinbara-x7n6k1 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinbara-byugei .spinbara-dfpgcj .spinbara-vz8dkc .spinbara-x7n6k1 {
    text-align: center;
  }
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo {
    flex-direction: column-reverse;
  }
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo .spinbara-5cy8u6 {
  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.spinbara-aruar5 ease-in-out;
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo .spinbara-5cy8u6:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo .spinbara-5cy8u6 {
    width: 100%;
  }
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo .spinbara-0g59yi {
  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.spinbara-aruar5 ease-in-out;
  overflow: hidden;
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo .spinbara-0g59yi 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);
  }
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo .spinbara-0g59yi: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;
}

.spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo .spinbara-0g59yi:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinbara-byugei .spinbara-dfpgcj .spinbara-xsxpvo .spinbara-0g59yi {
    width: 100%;
  }
}

.spinbara-byugei .spinbara-dfpgcj.spinbara-ztlt3j {
  display: none;
}

.spinbara-byugei .spinbara-ht07nc {
  display: none;
}

.spinbara-byugei .spinbara-ht07nc.spinbara-pblofn {
  display: block;
}

.spinbara-byugei .spinbara-ht07nc iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spinbara-byugei .spinbara-ht07nc iframe {
    height: calc(100vh - 54px);
  }
}

.spinbara-byugei .spinbara-qugt2b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spinbara-byugei .spinbara-qugt2b {
    padding: 24px 16px 0;
  }
}

.spinbara-byugei .spinbara-qugt2b .spinbara-6v3z48 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spinbara-byugei .spinbara-qugt2b .spinbara-6v3z48 {
    margin-bottom: 24px;
  }
}

.spinbara-byugei .spinbara-qugt2b 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);
}

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

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

.spinbara-byugei .spinbara-qugt2b table tr:last-of-type td {
  border-bottom: none;
}

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

.spinbara-u5m9hv.spinbara-totab3 {
  display: block;
}

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

.spinbara-u5m9hv .spinbara-ech1r7 {
  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;
}

.spinbara-u5m9hv .spinbara-bbvk6i {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinbara-u5m9hv .spinbara-0g59yi {
  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.spinbara-aruar5 ease-in-out;
}

.spinbara-u5m9hv .spinbara-0g59yi:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spinbara-9yeckh.spinbara-totab3 {
  display: block;
}

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

.spinbara-hzeyze {
  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;
}

.spinbara-533x46 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.spinbara-c8dobq {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spinbara-c8dobq svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spinbara-jsh68v {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinbara-xcoiwv.spinbara-ztlt3j {
  display: none;
}

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

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

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

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

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

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

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

.spinbara-sg91dr input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinbara-sg91dr input:active {
  border-color: #c2c0ce;
}

.spinbara-sg91dr input:focus {
  border-color: #c2c0ce;
}

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

.spinbara-jgcv0a {
  margin-bottom: 36px;
}

.spinbara-jgcv0a 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;
}

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

.spinbara-jgcv0a textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinbara-zbvrw5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinbara-u2vu0e {
  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.spinbara-aruar5 ease-in-out;
}

.spinbara-u2vu0e:hover {
  background: var(--border-color);
}

.spinbara-ethl9r {
  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.spinbara-aruar5 ease-in-out;
}

.spinbara-ethl9r:hover {
  background: #166ad9;
}

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

.spinbara-7aiimx.spinbara-ztlt3j {
  display: none;
}

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

.spinbara-7aiimx .spinbara-u2vu0e {
  margin: 0 auto;
}

.spinbara-5lj1g2 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spinbara-zrw6q9 {
  filter: grayscale(100%);
}

.spinbara-8nhy73 > input {
  display: none;
}

.spinbara-8nhy73 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinbara-kjkkbo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinbara-x1dszk 44.spinbara-lgmg9w.spinbara-br76fg.spinbara-iakcat.spinbara-6p4ggf.spinbara-iq4pml.spinbara-zsf2zf.spinbara-6z7nnu.spinbara-tep65j.spinbara-ux8t3v.spinbara-uvkwlc.spinbara-6j6870.spinbara-erm87a 0l-12.spinbara-39nbty 30.spinbara-35xmtm.spinbara-ohy6wo 2.spinbara-snb6zi.spinbara-ohy6wo 3.spinbara-g5l04v 3.spinbara-yb2ne3.spinbara-za029a 3.spinbara-9o6yfa.spinbara-a5d6gi.spinbara-c3ble4.spinbara-f0ehpw 7-3.spinbara-39nbty 10.spinbara-94jrx7.spinbara-f0ehpw 23.spinbara-g99uzp.spinbara-iooy8k 1.spinbara-w0plyt 2.spinbara-39nbty 3.spinbara-iooy8k 1.spinbara-za029a 5.spinbara-lqygva.spinbara-za029a 32.spinbara-c7hamz.spinbara-a5d6gi 5.spinbara-erm87a 4.spinbara-f0ehpw 9.spinbara-f0ehpw 8.spinbara-za029a 6.spinbara-wkhspa.spinbara-n1q7uo.spinbara-mh9kp5.spinbara-1cf6md.spinbara-wt2b3e 4.spinbara-v31ckr.spinbara-wt2b3e 6.spinbara-wt2b3e 0l29.spinbara-erm87a 17.spinbara-g0t7so.spinbara-z64ezt 2.spinbara-byx89l 10.spinbara-yqettz.spinbara-39nbty 8.spinbara-ste79x.spinbara-tyjgx5.spinbara-plcspe.spinbara-2l8vsh.spinbara-35g9ko.spinbara-a5d6gi.spinbara-iq4pml.spinbara-39nbty 1.spinbara-az8xsx.spinbara-jcl7zl.spinbara-1jk9dm.spinbara-q9b4tw.spinbara-7ykf6u.spinbara-w0plyt 1.spinbara-4fwp9k.spinbara-xclrik.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinbara-8nhy73 > input:checked ~ label,
.spinbara-8nhy73 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinbara-kjkkbo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinbara-x1dszk 44.spinbara-lgmg9w.spinbara-br76fg.spinbara-iakcat.spinbara-6p4ggf.spinbara-iq4pml.spinbara-zsf2zf.spinbara-6z7nnu.spinbara-tep65j.spinbara-ux8t3v.spinbara-uvkwlc.spinbara-6j6870.spinbara-erm87a 0l-12.spinbara-39nbty 30.spinbara-35xmtm.spinbara-ohy6wo 2.spinbara-snb6zi.spinbara-ohy6wo 3.spinbara-g5l04v 3.spinbara-yb2ne3.spinbara-za029a 3.spinbara-9o6yfa.spinbara-a5d6gi.spinbara-c3ble4.spinbara-f0ehpw 7-3.spinbara-39nbty 10.spinbara-94jrx7.spinbara-f0ehpw 23.spinbara-g99uzp.spinbara-iooy8k 1.spinbara-w0plyt 2.spinbara-39nbty 3.spinbara-iooy8k 1.spinbara-za029a 5.spinbara-lqygva.spinbara-za029a 32.spinbara-c7hamz.spinbara-a5d6gi 5.spinbara-erm87a 4.spinbara-f0ehpw 9.spinbara-f0ehpw 8.spinbara-za029a 6.spinbara-wkhspa.spinbara-n1q7uo.spinbara-mh9kp5.spinbara-1cf6md.spinbara-wt2b3e 4.spinbara-v31ckr.spinbara-wt2b3e 6.spinbara-wt2b3e 0l29.spinbara-erm87a 17.spinbara-g0t7so.spinbara-z64ezt 2.spinbara-byx89l 10.spinbara-yqettz.spinbara-39nbty 8.spinbara-ste79x.spinbara-tyjgx5.spinbara-plcspe.spinbara-2l8vsh.spinbara-35g9ko.spinbara-a5d6gi.spinbara-iq4pml.spinbara-39nbty 1.spinbara-az8xsx.spinbara-jcl7zl.spinbara-1jk9dm.spinbara-q9b4tw.spinbara-7ykf6u.spinbara-w0plyt 1.spinbara-4fwp9k.spinbara-xclrik.5z'/%3e%3c/svg%3e");
}

.spinbara-8nhy73 > input:not(:checked) ~ label:hover,
.spinbara-8nhy73 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinbara-kjkkbo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinbara-x1dszk 44.spinbara-lgmg9w.spinbara-br76fg.spinbara-iakcat.spinbara-6p4ggf.spinbara-iq4pml.spinbara-zsf2zf.spinbara-6z7nnu.spinbara-tep65j.spinbara-ux8t3v.spinbara-uvkwlc.spinbara-6j6870.spinbara-erm87a 0l-12.spinbara-39nbty 30.spinbara-35xmtm.spinbara-ohy6wo 2.spinbara-snb6zi.spinbara-ohy6wo 3.spinbara-g5l04v 3.spinbara-yb2ne3.spinbara-za029a 3.spinbara-9o6yfa.spinbara-a5d6gi.spinbara-c3ble4.spinbara-f0ehpw 7-3.spinbara-39nbty 10.spinbara-94jrx7.spinbara-f0ehpw 23.spinbara-g99uzp.spinbara-iooy8k 1.spinbara-w0plyt 2.spinbara-39nbty 3.spinbara-iooy8k 1.spinbara-za029a 5.spinbara-lqygva.spinbara-za029a 32.spinbara-c7hamz.spinbara-a5d6gi 5.spinbara-erm87a 4.spinbara-f0ehpw 9.spinbara-f0ehpw 8.spinbara-za029a 6.spinbara-wkhspa.spinbara-n1q7uo.spinbara-mh9kp5.spinbara-1cf6md.spinbara-wt2b3e 4.spinbara-v31ckr.spinbara-wt2b3e 6.spinbara-wt2b3e 0l29.spinbara-erm87a 17.spinbara-g0t7so.spinbara-z64ezt 2.spinbara-byx89l 10.spinbara-yqettz.spinbara-39nbty 8.spinbara-ste79x.spinbara-tyjgx5.spinbara-plcspe.spinbara-2l8vsh.spinbara-35g9ko.spinbara-a5d6gi.spinbara-iq4pml.spinbara-39nbty 1.spinbara-az8xsx.spinbara-jcl7zl.spinbara-1jk9dm.spinbara-q9b4tw.spinbara-7ykf6u.spinbara-w0plyt 1.spinbara-4fwp9k.spinbara-xclrik.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spinbara-3uxi27 > .spinbara-8ska34 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spinbara-3uxi27 > .spinbara-8ska34 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spinbara-3uxi27 > .spinbara-8ska34 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spinbara-3uxi27 > .spinbara-8ska34 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spinbara-3uxi27 > .spinbara-8ska34 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.spinbara-svorit.spinbara-ztlt3j {
  display: none;
}

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

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

.spinbara-4x0moe {
  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;
}

.spinbara-4x0moe::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.spinbara-4x0moe::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.spinbara-4x0moe img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spinbara-5r70w7 {
  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;
}

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

.spinbara-5r70w7::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) {
  .spinbara-5r70w7::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.spinbara-svorit.spinbara-y6vjaj .spinbara-az9fii {
  background: #2b3b67;
}

.spinbara-svorit.spinbara-y6vjaj .spinbara-4x0moe {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinbara-svorit.spinbara-y6vjaj .spinbara-4x0moe::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinbara-svorit.spinbara-y6vjaj .spinbara-4x0moe::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinbara-svorit.spinbara-y6vjaj .spinbara-5r70w7::before {
  background: #0e0f41;
}

.spinbara-svorit.spinbara-y6vjaj .spinbara-5r70w7::after {
  background: #152557;
}

.spinbara-svorit.spinbara-t29jsh .spinbara-az9fii {
  background: #1f35fa;
}

.spinbara-svorit.spinbara-t29jsh .spinbara-4x0moe {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinbara-svorit.spinbara-t29jsh .spinbara-4x0moe::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinbara-svorit.spinbara-t29jsh .spinbara-4x0moe::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinbara-svorit.spinbara-t29jsh .spinbara-5r70w7::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinbara-svorit.spinbara-t29jsh .spinbara-5r70w7::after {
  background: #192ac8;
}

.spinbara-svorit.spinbara-876whv .spinbara-az9fii {
  background: #fa771f;
}

.spinbara-svorit.spinbara-876whv .spinbara-4x0moe {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinbara-svorit.spinbara-876whv .spinbara-4x0moe::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinbara-svorit.spinbara-876whv .spinbara-4x0moe::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinbara-svorit.spinbara-876whv .spinbara-5r70w7::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinbara-svorit.spinbara-876whv .spinbara-5r70w7::after {
  background: #fa8535;
}

.spinbara-d7o0fe {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spinbara-wl6vrj {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.spinbara-f9syaz {
  width: 120px;
  height: 22px;
}

.spinbara-f9syaz .spinbara-bykdcd {
  fill: #c2c0ce;
}

.spinbara-f9syaz [rating="1"] .spinbara-bykdcd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinbara-f9syaz [rating="2"] .spinbara-bykdcd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinbara-f9syaz [rating="3"] .spinbara-bykdcd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinbara-f9syaz [rating="4"] .spinbara-bykdcd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinbara-f9syaz [rating="5"] .spinbara-bykdcd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.spinbara-gx6aiu {
  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);
}

.spinbara-gx6aiu.spinbara-pblofn {
  display: block;
}

.spinbara-gx6aiu.spinbara-ztlt3j {
  display: none;
}

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

.spinbara-vu8dnd {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinbara-kfyikw {
  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);
}

.spinbara-b3k1ow {
  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;
}

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

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

.spinbara-1wxtwu {
  font-size: 16px;
  line-height: 140%;
}

.spinbara-qdvmpr {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinbara-qdvmpr .spinbara-bykdcd {
  fill: #c2c0ce;
}

.spinbara-qdvmpr [rating="1"] .spinbara-bykdcd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinbara-qdvmpr [rating="2"] .spinbara-bykdcd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinbara-qdvmpr [rating="3"] .spinbara-bykdcd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinbara-qdvmpr [rating="4"] .spinbara-bykdcd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinbara-qdvmpr [rating="5"] .spinbara-bykdcd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.spinbara-eeg1gn {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.spinbara-8pb0tb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinbara-3h8u41 {
  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;
}

.spinbara-w5xqjh {
  flex: 1;
  min-width: 0;
}

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

.spinbara-ttpl2j {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.spinbara-ttpl2j svg path {
  fill: var(--button-bg-color);
}

.spinbara-ttpl2j svg circle {
  fill: var(--button-text-color);
}

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

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

.spinbara-ennjko strong {
  font-weight: 600;
}

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

.spinbara-pfoloq p {
  margin: 0 0 16px;
}

.spinbara-pfoloq p:last-child {
  margin-bottom: 0;
}

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

.spinbara-lvvjpt {
  max-width: 300px;
  width: 100%;
}

.spinbara-lvvjpt a {
  width: 100%;
}

@media (max-width: 575px) {
  .spinbara-lvvjpt {
    max-width: 200px;
  }
}

.spinbara-2dqad3 {
  justify-content: center;
}

.spinbara-yz3g5a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinbara-y9elq4 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spinbara-zv5tch .spinbara-4g1kg8 {
  justify-content: center;
}

/* faq */

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

.spinbara-gq3ru0 {
  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.spinbara-vepm17 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinbara-gq3ru0::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinbara-vepm17 ease;
}

.spinbara-gr4if0.spinbara-totab3 .spinbara-gq3ru0::after {
  transform: rotate(45deg);
}

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

.spinbara-gr4if0.spinbara-totab3 .spinbara-azsgsu {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinbara-7gbxfr {
  margin: 25px 0;
}

.spinbara-8nhy73 > input:not(:checked) ~ label:hover,
.spinbara-8nhy73 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinbara-pog9tc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinbara-cciu0q 44.spinbara-5dgfqi.spinbara-sm2q8i.spinbara-9zy52v.spinbara-e8xr5o.spinbara-3uxi4g.spinbara-4rh0bk.spinbara-903ruk.spinbara-ovwwcg.spinbara-91am13.spinbara-f5zytn.spinbara-ew0fk0.spinbara-pqxt2o 0l-12.spinbara-ucbnor 30.spinbara-az0du2.spinbara-9j76mu 2.spinbara-anucbu.spinbara-9j76mu 3.spinbara-1eabi9 3.spinbara-x63yzx.spinbara-2tfx9u 3.spinbara-c5if20.spinbara-zzw56w.spinbara-h8uwow.spinbara-okg4uv 7-3.spinbara-ucbnor 10.spinbara-okk5ok.spinbara-okg4uv 23.spinbara-ffqhmc.spinbara-i9yrf3 1.spinbara-qdjwgf 2.spinbara-ucbnor 3.spinbara-i9yrf3 1.spinbara-2tfx9u 5.spinbara-xiiek2.spinbara-2tfx9u 32.spinbara-z5t6ep.spinbara-zzw56w 5.spinbara-pqxt2o 4.spinbara-okg4uv 9.spinbara-okg4uv 8.spinbara-2tfx9u 6.spinbara-xpryt4.spinbara-ej4rrm.spinbara-i4t5mx.spinbara-y3s3wc.spinbara-i6h7ux 4.spinbara-dk63zj.spinbara-i6h7ux 6.spinbara-i6h7ux 0l29.spinbara-pqxt2o 17.spinbara-8kols8.spinbara-g6xnj2 2.spinbara-kfvif9 10.spinbara-31qy7s.spinbara-ucbnor 8.spinbara-a6d8w1.spinbara-qtopy6.spinbara-3m804w.spinbara-vq7rgp.spinbara-l72ga9.spinbara-zzw56w.spinbara-3uxi4g.spinbara-ucbnor 1.spinbara-8yjtxs.spinbara-lcsals.spinbara-j6cixc.spinbara-9nw4sn.spinbara-6ed487.spinbara-qdjwgf 1.spinbara-qlnlhq.spinbara-obo38j.5z'/%3e%3c/svg%3e");
}

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

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

.spinbara-q5zd2s {
  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);
}

.spinbara-q5zd2s.spinbara-zwn5fp {
  display: block;
}

.spinbara-q5zd2s.spinbara-pv773a {
  display: none;
}

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

.spinbara-6m3zxq {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinbara-amcsf6 {
  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);
}

.spinbara-9mmexx {
  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;
}

.spinbara-2yw5qk small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.spinbara-ufvt28 {
  font-size: 16px;
  line-height: 140%;
}

.spinbara-iizcpw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinbara-iizcpw .spinbara-qz3epi {
  fill: #c2c0ce;
}

.spinbara-iizcpw [rating="1"] .spinbara-qz3epi:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinbara-iizcpw [rating="2"] .spinbara-qz3epi:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinbara-iizcpw [rating="3"] .spinbara-qz3epi:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinbara-iizcpw [rating="4"] .spinbara-qz3epi:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinbara-iizcpw [rating="5"] .spinbara-qz3epi:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spinbara-7cn1wb 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;
}

.spinbara-7cn1wb 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 */

.spinbara-gozo26 {
  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);
}

.spinbara-gozo26.spinbara-6bwkoo {
  opacity: 1;
  pointer-events: auto;
}

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

.spinbara-nroakc label {
  font-size: 14px;
}

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

.spinbara-mcheh5 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;
}
.spinbara-ida68v, .spinbara-8php3q, [class*="review-card"],
thead, thead th, table th, .spinbara-thjayp,
.spinbara-lnc22g, [class*="collapsible-header"],
.spinbara-5qbvjv, [class*="updated-block"] {
  color: #ece7dc !important;
}
