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

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

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

.magius-53oy7e {
  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) {
  .magius-53oy7e: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;
  }
}

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

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

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

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

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

.magius-xag1xg {
  cursor: pointer;
}

.magius-1vm7x2 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.magius-j372dh {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.magius-j372dh figure {
  margin: 0;
}

.magius-j372dh.magius-1tw07u {
  justify-content: flex-start;
  margin-right: 4px;
}

.magius-j372dh.magius-4bglyh {
  justify-content: flex-end;
  margin-left: 4px;
}

.magius-j372dh.magius-t8r3t6 {
  justify-content: center;
}

.magius-j372dh.magius-7u2gvy {
  justify-content: normal;
}

.magius-leswza {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.magius-cxbzun img {
  width: 100%;
}

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

.magius-akfpf0 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.magius-akfpf0 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);
}

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

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

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

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

.magius-akfpf0 ul li:last-of-type::after {
  display: none;
}

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

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

.magius-lwpar3 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .magius-9fsukn {
    height: 50px;
  }
}

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

.magius-9fsukn.magius-m3n989 {
  background-color: #000;
}

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

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

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

.magius-5spf7k {
  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) {
  .magius-5spf7k {
    flex-direction: column;
  }
}

.magius-gaez06 {
  margin-bottom: 94px;
}

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

.magius-jkkk1z .magius-7o3w6e {
  margin-bottom: 28px;
}

.magius-jkkk1z .magius-7o3w6e img {
  max-height: 100px;
  width: auto;
}

.magius-djq36j {
  display: flex;
  align-items: center;
}

.magius-djq36j a + a {
  margin-left: 24px;
}

.magius-djq36j img {
  max-height: 56px;
  width: auto;
}

.magius-djq36j img + img {
  margin-left: 24px;
}

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

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

.magius-hdi8va {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.magius-ng7l0d li {
  display: flex;
  margin: 0 7px;
}

.magius-ng7l0d li svg {
  transition: 0.magius-t9dmyk ease-in-out;
}

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

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

.magius-r7e1ru + .magius-r7e1ru {
  margin-left: 120px;
}

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

.magius-7czbfb {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.magius-zvcvva {
  list-style: none;
  margin: 0;
  padding: 0;
}

.magius-zvcvva li {
  font-size: 16px;
}

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

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

.magius-zvcvva li + li {
  margin-top: 16px;
}

.magius-7iyhej {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.magius-7vyv75 ease-in-out;
}

.magius-7iyhej.magius-yedzjm {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.magius-kkbtwm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.magius-qt8luu li {
  width: 100%;
}

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

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

.magius-qt8luu li a.magius-yedzjm {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.magius-hcip74 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.magius-hcip74 img {
  width: 100%;
  transition: 0.magius-t9dmyk ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .magius-pr325r .magius-7o3w6e img {
    max-width: 90px;
  }
}

.magius-7o3w6e img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .magius-7o3w6e {
    order: -2;
  }
}

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

.magius-5l7i0z {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.magius-5l7i0z li {
  font-size: 16px;
  margin: 0 20px;
}

.magius-5l7i0z li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.magius-vt45r4 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.magius-vt45r4.magius-rnnj6c {
  margin-right: 0;
}

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

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

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

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

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

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

.magius-y2fv7q:hover > ul {
  display: flex;
}

.magius-y2fv7q:focus > ul {
  display: flex;
}

.magius-y2fv7q:focus-within > ul {
  display: flex;
}

.magius-49eqi9 {
  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;
}

.magius-49eqi9::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.magius-7vyv75 ease-in-out;
}

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

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

.magius-y2fv7q 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.magius-t9dmyk ease-in-out;
  overflow: hidden;
}

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

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

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

.magius-xkuspe {
  display: none;
}

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

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

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

.magius-1yi2gd {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.magius-1yi2gd img {
  margin-bottom: 20px;
}

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

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

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

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

.magius-h7hb4b {
  color: var(--text-color);
}

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

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

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

.magius-odvsbw p img {
  display: block;
  margin: 0 auto;
}

.magius-odvsbw p:first-of-type {
  margin-top: 0;
}

.magius-odvsbw p:last-of-type {
  margin-bottom: 0;
}

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

.magius-odvsbw ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-sbyoc8 .magius-ewhsnf {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.magius-sbyoc8 .magius-ityk80 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.magius-ityk80 {
  margin: 0 0 28px;
}

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

.magius-ewhsnf {
  margin: 0 0 28px;
}

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

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

.magius-kqo1lx .magius-53oy7e {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.magius-qry9gz {
  position: relative;
  border: none;
}

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

.magius-2tg1mw {
  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;
}

.magius-2tg1mw span {
  height: 32px;
}

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

.magius-2tg1mw.magius-af3jo1 span {
  transform: scaleY(-1);
}

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

.magius-o3n31p {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.magius-o3n31p.magius-i39b8m {
  display: none;
}

.magius-uic5tm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.magius-uic5tm table {
  width: 100%;
  border-collapse: collapse;
}

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

  .magius-uic5tm table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.magius-3k0cgl {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.magius-rdyp0i p {
  color: var(--text-color);
}

.magius-r3a4lf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.magius-lxhs0n {
  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);
}

.magius-ipofve {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.magius-no4mbd p + p {
  margin-top: 10px;
}

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

.magius-cdynkg {
  display: none;
}

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

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

.magius-woo4la li {
  margin: 0 20px;
}

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

.magius-woo4la li a img {
  margin-bottom: 4px;
}

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

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

.magius-dlh01e li {
  font-size: 16px;
  position: relative;
}

.magius-dlh01e li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.magius-dlh01e li span {
  opacity: 0.5;
}

.magius-dlh01e li + li {
  margin-left: 30px;
}

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

h2.magius-l2a23m {
  margin: 0 0 28px;
}

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

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

.magius-dazn4c 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);
}

.magius-dazn4c 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;
}

.magius-dazn4c 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;
}

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

.magius-dazn4c tbody tr:last-of-type {
  margin-bottom: 0;
}

.magius-dazn4c tbody tr td:first-of-type {
  flex-shrink: 0;
}

.magius-dazn4c 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);
}

.magius-dazn4c 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);
}

.magius-dazn4c tbody tr td:last-of-type {
  margin-left: auto;
}

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

.magius-dazn4c tbody tr td .magius-27bo6t {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .magius-dazn4c tbody tr td .magius-27bo6t {
    width: 100%;
  }
}

.magius-dazn4c tbody tr td .magius-ob9tlx {
  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.magius-t9dmyk ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .magius-dazn4c tbody tr td .magius-ob9tlx {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .magius-dazn4c tbody tr td .magius-ob9tlx {
    width: 100%;
  }
}

.magius-dazn4c tbody tr td .magius-mel422 {
  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) {
  .magius-dazn4c tbody tr td .magius-mel422:hover {
    text-decoration: none;
  }
}

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

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

.magius-qr5ozi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.magius-3hmm2n img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.magius-t9dmyk ease-in-out;
}

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

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

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

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

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

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

.magius-phtwvb img {
  width: 100%;
  height: 100%;
}

.magius-phtwvb iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.magius-koy01l svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.magius-t9dmyk ease-in-out;
}

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

.magius-t2r8mr {
  padding: 90px 0;
}

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

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

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

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

.magius-ix5coy img {
  width: 100%;
}

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

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

.magius-koccpn {
  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;
}

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

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

.magius-6ifrj4 {
  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.magius-t9dmyk ease-in-out;
}

.magius-6ifrj4:hover {
  border: 1px solid #8c8ca2;
}

.magius-k80ut8 {
  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%);
}

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

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

.magius-wxm0wg a {
  text-decoration: underline;
  color: #8babff;
}

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

.magius-zp97m3 .magius-6ifrj4 {
  width: 50%;
  margin: 0;
}

.magius-m4tjn6 {
  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;
}

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

.magius-p0zbr4 {
  margin: 0 0 100px;
}

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

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

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

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

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

.magius-oo54ou {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.magius-i3w5n7 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.magius-t9dmyk ease-in-out;
}

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

.magius-i3w5n7 a svg {
  fill: #fff;
}

.magius-i3w5n7 a:hover {
  background: #3d68e7;
}

.magius-2vnuz1 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.magius-fr0u0g {
  margin-bottom: 16px;
}

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

.magius-lvv58t {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.magius-wzhwdw 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);
}

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

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

.magius-wzhwdw table tr:last-of-type td {
  border-bottom: none;
}

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

.magius-1ymsgo {
  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) {
  .magius-1ymsgo {
    min-height: 190px;
  }
}

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

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

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

.magius-ybdm64.magius-42aqg0 {
  display: none;
}

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

.magius-57gxrn iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.magius-57gxrn iframe.magius-q597k3 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.magius-57gxrn.magius-lwei1b {
  opacity: 1;
  pointer-events: all;
}

.magius-fhhj5j {
  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.magius-t9dmyk ease-in-out;
}

.magius-fhhj5j svg {
  margin-right: 10px;
}

.magius-fhhj5j + .magius-fhhj5j {
  margin-top: 14px;
}

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

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

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

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

.magius-wnpbrf .magius-kqo1lx {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .magius-wnpbrf .magius-kqo1lx {
    margin: 28px 0 0;
  }
}

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

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

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

.magius-b4uskq {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.magius-3h865t {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.magius-m32e0v {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.magius-q8m8jr .magius-53oy7e {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .magius-q8m8jr .magius-53oy7e {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.magius-uyhllq {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.magius-uyhllq img {
  width: 100%;
}

.magius-z040nx {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.magius-840no9 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.magius-hk79e8 {
  width: 100%;
  margin: 0 0 100px;
}

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

.magius-hk79e8 .magius-wxfx4d {
  position: relative;
}

.magius-hk79e8 .magius-1mssgz {
  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;
}

.magius-hk79e8 .magius-1mssgz.magius-42aqg0 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .magius-hk79e8 .magius-olfuqg {
    bottom: 90px;
  }
}

.magius-hk79e8 .magius-olfuqg .magius-94faui {
  max-width: 300px;
  width: 100%;
}

.magius-hk79e8 .magius-olfuqg .magius-94faui .magius-p9jx6y {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .magius-hk79e8 .magius-olfuqg .magius-94faui .magius-p9jx6y {
    font-size: 32px;
    text-align: center;
  }
}

.magius-hk79e8 .magius-olfuqg .magius-94faui .magius-1zm0vh {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .magius-hk79e8 .magius-olfuqg .magius-94faui .magius-1zm0vh {
    text-align: center;
  }
}

.magius-hk79e8 .magius-olfuqg .magius-rnnj6c {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .magius-hk79e8 .magius-olfuqg .magius-rnnj6c {
    flex-direction: column-reverse;
  }
}

.magius-hk79e8 .magius-olfuqg .magius-rnnj6c .magius-6arnl4 {
  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.magius-t9dmyk ease-in-out;
}

.magius-hk79e8 .magius-olfuqg .magius-rnnj6c .magius-6arnl4:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .magius-hk79e8 .magius-olfuqg .magius-rnnj6c .magius-6arnl4 {
    width: 100%;
  }
}

.magius-hk79e8 .magius-olfuqg .magius-rnnj6c .magius-q7gvew {
  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.magius-t9dmyk ease-in-out;
  overflow: hidden;
}

.magius-hk79e8 .magius-olfuqg .magius-rnnj6c .magius-q7gvew 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);
  }
}

.magius-hk79e8 .magius-olfuqg .magius-rnnj6c .magius-q7gvew: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;
}

.magius-hk79e8 .magius-olfuqg .magius-rnnj6c .magius-q7gvew:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .magius-hk79e8 .magius-olfuqg .magius-rnnj6c .magius-q7gvew {
    width: 100%;
  }
}

.magius-hk79e8 .magius-olfuqg.magius-42aqg0 {
  display: none;
}

.magius-hk79e8 .magius-as6i6o {
  display: none;
}

.magius-hk79e8 .magius-as6i6o.magius-lwei1b {
  display: block;
}

.magius-hk79e8 .magius-as6i6o iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .magius-hk79e8 .magius-as6i6o iframe {
    height: calc(100vh - 54px);
  }
}

.magius-hk79e8 .magius-c2l8s3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .magius-hk79e8 .magius-c2l8s3 {
    padding: 24px 16px 0;
  }
}

.magius-hk79e8 .magius-c2l8s3 .magius-p9jx6y {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .magius-hk79e8 .magius-c2l8s3 .magius-p9jx6y {
    margin-bottom: 24px;
  }
}

.magius-hk79e8 .magius-c2l8s3 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);
}

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

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

.magius-hk79e8 .magius-c2l8s3 table tr:last-of-type td {
  border-bottom: none;
}

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

.magius-b5hqxv.magius-yedzjm {
  display: block;
}

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

.magius-b5hqxv .magius-pkg0ks {
  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;
}

.magius-b5hqxv .magius-cok73d {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.magius-b5hqxv .magius-q7gvew {
  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.magius-t9dmyk ease-in-out;
}

.magius-b5hqxv .magius-q7gvew:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.magius-k7aj6g.magius-yedzjm {
  display: block;
}

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

.magius-22it69 {
  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;
}

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

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

.magius-9k67qd {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.magius-9k67qd svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.magius-y3ir21 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.magius-3dt16h.magius-42aqg0 {
  display: none;
}

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

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

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

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

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

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

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

.magius-vazsft input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.magius-vazsft input:active {
  border-color: #c2c0ce;
}

.magius-vazsft input:focus {
  border-color: #c2c0ce;
}

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

.magius-mfkgtl {
  margin-bottom: 36px;
}

.magius-mfkgtl 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;
}

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

.magius-mfkgtl textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.magius-cx73ta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.magius-9vu9fz {
  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.magius-t9dmyk ease-in-out;
}

.magius-9vu9fz:hover {
  background: var(--border-color);
}

.magius-g40gia {
  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.magius-t9dmyk ease-in-out;
}

.magius-g40gia:hover {
  background: #166ad9;
}

.magius-50v0l7 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.magius-50v0l7.magius-42aqg0 {
  display: none;
}

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

.magius-50v0l7 .magius-9vu9fz {
  margin: 0 auto;
}

.magius-skxe6a {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.magius-y8epry {
  filter: grayscale(100%);
}

.magius-m5t3v9 > input {
  display: none;
}

.magius-m5t3v9 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-s0f5h1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.magius-o9zz3n 44.magius-yb566g.magius-hkmacf.magius-6nl54x.magius-ddb7yg.magius-de6p28.magius-5xkmm9.magius-nb9uyb.magius-z2jcs2.magius-tipsb9.magius-6xii53.magius-g7z6bx.magius-e2igtb 0l-12.magius-lnua85 30.magius-jqhn8d.magius-x8ad7j 2.magius-rlk3zq.magius-x8ad7j 3.magius-9c8t4a 3.magius-hil1qm.magius-mw7f35 3.magius-mx4xmg.magius-ihmcnq.magius-3r57la.magius-806yl3 7-3.magius-lnua85 10.magius-5solg3.magius-806yl3 23.magius-w9c0jn.magius-gzuhw8 1.magius-yd5th6 2.magius-lnua85 3.magius-gzuhw8 1.magius-mw7f35 5.magius-iiqhzy.magius-mw7f35 32.magius-ws1cf1.magius-ihmcnq 5.magius-e2igtb 4.magius-806yl3 9.magius-806yl3 8.magius-mw7f35 6.magius-1xacrd.magius-mujwsy.magius-0vokud.magius-rrzx01.magius-z5e73w 4.magius-js85f3.magius-z5e73w 6.magius-z5e73w 0l29.magius-e2igtb 17.magius-lne31k.magius-gi200t 2.magius-38zgea 10.magius-y03j7p.magius-lnua85 8.magius-4zbcgq.magius-55rrxu.magius-n3eh0f.magius-9uapfv.magius-wy0z9b.magius-ihmcnq.magius-de6p28.magius-lnua85 1.magius-w3hf29.magius-b5jilg.magius-ximo0o.magius-nad127.magius-0frvbb.magius-yd5th6 1.magius-5hy1ue.magius-2j1r4p.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.magius-m5t3v9 > input:checked ~ label,
.magius-m5t3v9 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-s0f5h1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.magius-o9zz3n 44.magius-yb566g.magius-hkmacf.magius-6nl54x.magius-ddb7yg.magius-de6p28.magius-5xkmm9.magius-nb9uyb.magius-z2jcs2.magius-tipsb9.magius-6xii53.magius-g7z6bx.magius-e2igtb 0l-12.magius-lnua85 30.magius-jqhn8d.magius-x8ad7j 2.magius-rlk3zq.magius-x8ad7j 3.magius-9c8t4a 3.magius-hil1qm.magius-mw7f35 3.magius-mx4xmg.magius-ihmcnq.magius-3r57la.magius-806yl3 7-3.magius-lnua85 10.magius-5solg3.magius-806yl3 23.magius-w9c0jn.magius-gzuhw8 1.magius-yd5th6 2.magius-lnua85 3.magius-gzuhw8 1.magius-mw7f35 5.magius-iiqhzy.magius-mw7f35 32.magius-ws1cf1.magius-ihmcnq 5.magius-e2igtb 4.magius-806yl3 9.magius-806yl3 8.magius-mw7f35 6.magius-1xacrd.magius-mujwsy.magius-0vokud.magius-rrzx01.magius-z5e73w 4.magius-js85f3.magius-z5e73w 6.magius-z5e73w 0l29.magius-e2igtb 17.magius-lne31k.magius-gi200t 2.magius-38zgea 10.magius-y03j7p.magius-lnua85 8.magius-4zbcgq.magius-55rrxu.magius-n3eh0f.magius-9uapfv.magius-wy0z9b.magius-ihmcnq.magius-de6p28.magius-lnua85 1.magius-w3hf29.magius-b5jilg.magius-ximo0o.magius-nad127.magius-0frvbb.magius-yd5th6 1.magius-5hy1ue.magius-2j1r4p.5z'/%3e%3c/svg%3e");
}

.magius-m5t3v9 > input:not(:checked) ~ label:hover,
.magius-m5t3v9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-s0f5h1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-o9zz3n 44.magius-yb566g.magius-hkmacf.magius-6nl54x.magius-ddb7yg.magius-de6p28.magius-5xkmm9.magius-nb9uyb.magius-z2jcs2.magius-tipsb9.magius-6xii53.magius-g7z6bx.magius-e2igtb 0l-12.magius-lnua85 30.magius-jqhn8d.magius-x8ad7j 2.magius-rlk3zq.magius-x8ad7j 3.magius-9c8t4a 3.magius-hil1qm.magius-mw7f35 3.magius-mx4xmg.magius-ihmcnq.magius-3r57la.magius-806yl3 7-3.magius-lnua85 10.magius-5solg3.magius-806yl3 23.magius-w9c0jn.magius-gzuhw8 1.magius-yd5th6 2.magius-lnua85 3.magius-gzuhw8 1.magius-mw7f35 5.magius-iiqhzy.magius-mw7f35 32.magius-ws1cf1.magius-ihmcnq 5.magius-e2igtb 4.magius-806yl3 9.magius-806yl3 8.magius-mw7f35 6.magius-1xacrd.magius-mujwsy.magius-0vokud.magius-rrzx01.magius-z5e73w 4.magius-js85f3.magius-z5e73w 6.magius-z5e73w 0l29.magius-e2igtb 17.magius-lne31k.magius-gi200t 2.magius-38zgea 10.magius-y03j7p.magius-lnua85 8.magius-4zbcgq.magius-55rrxu.magius-n3eh0f.magius-9uapfv.magius-wy0z9b.magius-ihmcnq.magius-de6p28.magius-lnua85 1.magius-w3hf29.magius-b5jilg.magius-ximo0o.magius-nad127.magius-0frvbb.magius-yd5th6 1.magius-5hy1ue.magius-2j1r4p.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .magius-55oxuh > .magius-t63t5x {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .magius-55oxuh > .magius-t63t5x {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .magius-55oxuh > .magius-t63t5x {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .magius-55oxuh > .magius-t63t5x {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .magius-55oxuh > .magius-t63t5x {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.magius-hzhskr.magius-42aqg0 {
  display: none;
}

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

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

.magius-3h8r70 {
  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;
}

.magius-3h8r70::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.magius-3h8r70::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.magius-3h8r70 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.magius-s9yxss {
  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;
}

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

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

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

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

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

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

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

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

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

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

.magius-hzhskr.magius-s0e6od .magius-z2hdnx {
  background: #2b3b67;
}

.magius-hzhskr.magius-s0e6od .magius-3h8r70 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.magius-hzhskr.magius-s0e6od .magius-3h8r70::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.magius-hzhskr.magius-s0e6od .magius-3h8r70::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.magius-hzhskr.magius-s0e6od .magius-s9yxss::before {
  background: #0e0f41;
}

.magius-hzhskr.magius-s0e6od .magius-s9yxss::after {
  background: #152557;
}

.magius-hzhskr.magius-zsvrha .magius-z2hdnx {
  background: #1f35fa;
}

.magius-hzhskr.magius-zsvrha .magius-3h8r70 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.magius-hzhskr.magius-zsvrha .magius-3h8r70::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.magius-hzhskr.magius-zsvrha .magius-3h8r70::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.magius-hzhskr.magius-zsvrha .magius-s9yxss::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.magius-hzhskr.magius-zsvrha .magius-s9yxss::after {
  background: #192ac8;
}

.magius-hzhskr.magius-vqwy78 .magius-z2hdnx {
  background: #fa771f;
}

.magius-hzhskr.magius-vqwy78 .magius-3h8r70 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-hzhskr.magius-vqwy78 .magius-3h8r70::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.magius-hzhskr.magius-vqwy78 .magius-3h8r70::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.magius-hzhskr.magius-vqwy78 .magius-s9yxss::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-hzhskr.magius-vqwy78 .magius-s9yxss::after {
  background: #fa8535;
}

.magius-m0to72 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.magius-jboav7 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.magius-pfcsop {
  width: 120px;
  height: 22px;
}

.magius-pfcsop .magius-u606mm {
  fill: #c2c0ce;
}

.magius-pfcsop [rating="1"] .magius-u606mm:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.magius-pfcsop [rating="2"] .magius-u606mm:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.magius-pfcsop [rating="3"] .magius-u606mm:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.magius-pfcsop [rating="4"] .magius-u606mm:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.magius-pfcsop [rating="5"] .magius-u606mm:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.magius-pk5ofz {
  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);
}

.magius-pk5ofz.magius-lwei1b {
  display: block;
}

.magius-pk5ofz.magius-42aqg0 {
  display: none;
}

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

.magius-gzq5pv {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.magius-5l7mwf {
  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);
}

.magius-lkzahl {
  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;
}

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

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

.magius-1s3266 {
  font-size: 16px;
  line-height: 140%;
}

.magius-f4igu5 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.magius-f4igu5 .magius-u606mm {
  fill: #c2c0ce;
}

.magius-f4igu5 [rating="1"] .magius-u606mm:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.magius-f4igu5 [rating="2"] .magius-u606mm:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.magius-f4igu5 [rating="3"] .magius-u606mm:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.magius-f4igu5 [rating="4"] .magius-u606mm:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.magius-f4igu5 [rating="5"] .magius-u606mm:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.magius-v77jgh {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.magius-cwgcgv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magius-fbse3t {
  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;
}

.magius-d43hcy {
  flex: 1;
  min-width: 0;
}

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

.magius-r9rapv {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.magius-r9rapv svg path {
  fill: var(--button-bg-color);
}

.magius-r9rapv svg circle {
  fill: var(--button-text-color);
}

.magius-48tlse {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.magius-48tlse strong {
  font-weight: 600;
}

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

.magius-of0ekc p {
  margin: 0 0 16px;
}

.magius-of0ekc p:last-child {
  margin-bottom: 0;
}

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

.magius-ude3ip {
  max-width: 300px;
  width: 100%;
}

.magius-ude3ip a {
  width: 100%;
}

@media (max-width: 575px) {
  .magius-ude3ip {
    max-width: 200px;
  }
}

.magius-0vo86z {
  justify-content: center;
}

.magius-35g7e0 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.magius-ujwgwy {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.magius-7t169j .magius-5l7i0z {
  justify-content: center;
}

/* faq */

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

.magius-qki3la {
  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.magius-6om0n7 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.magius-qki3la::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.magius-6om0n7 ease;
}

.magius-3jklvt.magius-yedzjm .magius-qki3la::after {
  transform: rotate(45deg);
}

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

.magius-3jklvt.magius-yedzjm .magius-2nw2ic {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.magius-jmih85 {
  margin: 25px 0;
}

.magius-m5t3v9 > input:not(:checked) ~ label:hover,
.magius-m5t3v9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-7po9iq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-v61hvg 44.magius-c53bgh.magius-awitx0.magius-3icpwa.magius-kz8ypw.magius-m61wy7.magius-5nskx0.magius-5w3pyj.magius-05bgko.magius-8bzq4f.magius-tf0we2.magius-d9yedq.magius-afz54n 0l-12.magius-3apzca 30.magius-l9exzi.magius-9ln36q 2.magius-64udt3.magius-9ln36q 3.magius-o3sz8y 3.magius-isswwm.magius-zf4luv 3.magius-zzxd6z.magius-wdlwdn.magius-aubwmg.magius-yrjea5 7-3.magius-3apzca 10.magius-1lln4w.magius-yrjea5 23.magius-5vdgxs.magius-foqsrh 1.magius-e9i9mw 2.magius-3apzca 3.magius-foqsrh 1.magius-zf4luv 5.magius-1vd39u.magius-zf4luv 32.magius-zwidm8.magius-wdlwdn 5.magius-afz54n 4.magius-yrjea5 9.magius-yrjea5 8.magius-zf4luv 6.magius-z9h51a.magius-bwl1c5.magius-dxfcpj.magius-vlb6en.magius-k9hlxh 4.magius-a6nx0a.magius-k9hlxh 6.magius-k9hlxh 0l29.magius-afz54n 17.magius-8ztmq0.magius-0ivcvi 2.magius-94b5lh 10.magius-6r9vov.magius-3apzca 8.magius-5saaxe.magius-908rmi.magius-rju24k.magius-wlcz7n.magius-8qvj30.magius-wdlwdn.magius-m61wy7.magius-3apzca 1.magius-m09uqr.magius-irej7b.magius-9zewsg.magius-q87pa1.magius-iacx8o.magius-e9i9mw 1.magius-7wy4be.magius-bltfx1.5z'/%3e%3c/svg%3e");
}

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

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

.magius-yb88cl {
  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);
}

.magius-yb88cl.magius-ddsswf {
  display: block;
}

.magius-yb88cl.magius-7kh4cy {
  display: none;
}

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

.magius-h92ald {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.magius-g4lw5q {
  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);
}

.magius-poxb5i {
  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;
}

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

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

.magius-gicogv {
  font-size: 16px;
  line-height: 140%;
}

.magius-d155ux {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.magius-d155ux .magius-9z66gw {
  fill: #c2c0ce;
}

.magius-d155ux [rating="1"] .magius-9z66gw:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.magius-d155ux [rating="2"] .magius-9z66gw:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.magius-d155ux [rating="3"] .magius-9z66gw:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.magius-d155ux [rating="4"] .magius-9z66gw:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.magius-d155ux [rating="5"] .magius-9z66gw:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.magius-kibwrk 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;
}

.magius-kibwrk 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 */

.magius-n58hz5 {
  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);
}

.magius-n58hz5.magius-sbfsuv {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.magius-439ddm, .magius-fdfnxd, [class*="review-card"],
thead, thead th, table th, .magius-bmq73d,
.magius-4aoqqj, [class*="collapsible-header"],
.magius-r3a4lf, [class*="updated-block"] {
  color: #ece7dc !important;
}
