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-e8uor7 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.magius-8zuss9 {
  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-8zuss9: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-h1wmun {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.magius-wnos3g {
  cursor: pointer;
}

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

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

.magius-pf8vpk figure {
  margin: 0;
}

.magius-pf8vpk.magius-n44ajy {
  justify-content: flex-start;
  margin-right: 4px;
}

.magius-pf8vpk.magius-j33n9u {
  justify-content: flex-end;
  margin-left: 4px;
}

.magius-pf8vpk.magius-mwu5zm {
  justify-content: center;
}

.magius-pf8vpk.magius-mwypkv {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.magius-tef11p 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-tef11p ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.magius-w0gzqq.magius-blfyfi {
  background-color: #000;
}

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

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

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

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

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

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

.magius-xfb32t .magius-qjnvat {
  margin-bottom: 28px;
}

.magius-xfb32t .magius-qjnvat img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.magius-nq07nn li svg {
  transition: 0.magius-im8nq1 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.magius-hr5td4 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.magius-lp85o4 ease-in-out;
}

.magius-hr5td4.magius-3edpam {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.magius-h5z3f5 h1,
.magius-h5z3f5 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-h5z3f5 h1,
  .magius-h5z3f5 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.magius-ldvh8f li a.magius-3edpam {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .magius-eah51g {
    display: block;
  }
  .magius-eah51g li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .magius-eah51g li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .magius-eah51g 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-eah51g li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.magius-5f2ocv.magius-k9a2rv {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.magius-y3tuy4 {
  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-y3tuy4::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-lp85o4 ease-in-out;
}

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

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

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

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

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

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

.magius-13xt9o {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-5sp4bq .magius-bnhyll {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.magius-5sp4bq .magius-l1of3t {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

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

.magius-akrb6q .magius-8zuss9 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.magius-57ucvz {
  position: relative;
  border: none;
}

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

.magius-eeo7gd {
  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-eeo7gd span {
  height: 32px;
}

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

.magius-eeo7gd.magius-8k2xtx span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.magius-eqma9d.magius-ydb3c0 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-9cv1xn {
  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-tcyq96 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.magius-0fqgok {
  display: none;
}

@media only screen and (max-width: 767px) {
  .magius-0fqgok {
    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-iq0827 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

.magius-9k93cs li span {
  opacity: 0.5;
}

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

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

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

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

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

.magius-gq83fk 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-gq83fk 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-gq83fk 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-gq83fk tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.magius-gq83fk 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-gq83fk 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-gq83fk tbody tr td:last-of-type {
  margin-left: auto;
}

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

.magius-gq83fk tbody tr td .magius-m8kjr2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.magius-gq83fk tbody tr td .magius-2w4hlk {
  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-im8nq1 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-eb7x74 {
  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-eb7x74 {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.magius-lnw9hs::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-cq4se8 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

.magius-8a95pn {
  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-im8nq1 ease-in-out;
}

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

.magius-js5cfl {
  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-js5cfl:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.magius-v9kzuo .magius-8a95pn {
  width: 50%;
  margin: 0;
}

.magius-loo2hl {
  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-loo2hl:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

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

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

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

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

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

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

.magius-a2agtp 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-im8nq1 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-yq7udm::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-wwa1p1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.magius-wwa1p1.magius-5bsvep {
  display: none;
}

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

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

.magius-xzbjlz iframe.magius-9uek5n {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.magius-xzbjlz.magius-589iaz {
  opacity: 1;
  pointer-events: all;
}

.magius-39m0em {
  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-im8nq1 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-g6je19 .magius-8zuss9 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .magius-g6je19 .magius-8zuss9 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

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

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

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

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

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

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

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

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

.magius-3lbsbv .magius-od5dn9 {
  position: relative;
}

.magius-3lbsbv .magius-khvv0l {
  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-3lbsbv .magius-khvv0l.magius-5bsvep {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .magius-3lbsbv .magius-114j44 {
    bottom: 90px;
  }
}

.magius-3lbsbv .magius-114j44 .magius-qqdkkc {
  max-width: 300px;
  width: 100%;
}

.magius-3lbsbv .magius-114j44 .magius-qqdkkc .magius-vq53kj {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .magius-3lbsbv .magius-114j44 .magius-qqdkkc .magius-vq53kj {
    font-size: 32px;
    text-align: center;
  }
}

.magius-3lbsbv .magius-114j44 .magius-qqdkkc .magius-6xct6d {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .magius-3lbsbv .magius-114j44 .magius-qqdkkc .magius-6xct6d {
    text-align: center;
  }
}

.magius-3lbsbv .magius-114j44 .magius-k9a2rv {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .magius-3lbsbv .magius-114j44 .magius-k9a2rv {
    flex-direction: column-reverse;
  }
}

.magius-3lbsbv .magius-114j44 .magius-k9a2rv .magius-y38riu {
  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-im8nq1 ease-in-out;
}

.magius-3lbsbv .magius-114j44 .magius-k9a2rv .magius-y38riu:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .magius-3lbsbv .magius-114j44 .magius-k9a2rv .magius-y38riu {
    width: 100%;
  }
}

.magius-3lbsbv .magius-114j44 .magius-k9a2rv .magius-pcyseh {
  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-im8nq1 ease-in-out;
  overflow: hidden;
}

.magius-3lbsbv .magius-114j44 .magius-k9a2rv .magius-pcyseh 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-3lbsbv .magius-114j44 .magius-k9a2rv .magius-pcyseh: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-3lbsbv .magius-114j44 .magius-k9a2rv .magius-pcyseh:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .magius-3lbsbv .magius-114j44 .magius-k9a2rv .magius-pcyseh {
    width: 100%;
  }
}

.magius-3lbsbv .magius-114j44.magius-5bsvep {
  display: none;
}

.magius-3lbsbv .magius-vul4xd {
  display: none;
}

.magius-3lbsbv .magius-vul4xd.magius-589iaz {
  display: block;
}

.magius-3lbsbv .magius-vul4xd iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

.magius-3lbsbv .magius-z7wp9s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.magius-3lbsbv .magius-z7wp9s .magius-vq53kj {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.magius-tn0r1w.magius-3edpam {
  display: block;
}

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

.magius-tn0r1w .magius-0i4hiy {
  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-tn0r1w .magius-v5pvuw {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.magius-tn0r1w .magius-pcyseh {
  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-im8nq1 ease-in-out;
}

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

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

.magius-gf68gu.magius-3edpam {
  display: block;
}

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

.magius-yehfyg {
  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-ium7pz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.magius-zemcpb.magius-5bsvep {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.magius-6zq7xj {
  margin-bottom: 36px;
}

.magius-6zq7xj 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-6zq7xj textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

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

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

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

.magius-02dao5.magius-5bsvep {
  display: none;
}

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

.magius-02dao5 .magius-vz77ln {
  margin: 0 auto;
}

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

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

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

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

.magius-1ur7d1 > input {
  display: none;
}

.magius-1ur7d1 > 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-yzilsq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.magius-92u2rt 44.magius-bv1yqe.magius-8g7h3m.magius-7agy4r.magius-vrcv9i.magius-02d7to.magius-wwxwve.magius-t8re2v.magius-04xqn9.magius-8msuan.magius-sn3kdn.magius-utwt0w.magius-sq4r8d 0l-12.magius-qf4gp1 30.magius-6j5hnt.magius-ej5h7k 2.magius-wi9c4x.magius-ej5h7k 3.magius-52w89s 3.magius-fw3ddu.magius-swpqk8 3.magius-qioshu.magius-fn2l2x.magius-0cx3uj.magius-qkeo66 7-3.magius-qf4gp1 10.magius-mlptuw.magius-qkeo66 23.magius-2h0lxg.magius-hr8q5s 1.magius-0v6uoa 2.magius-qf4gp1 3.magius-hr8q5s 1.magius-swpqk8 5.magius-z90wve.magius-swpqk8 32.magius-9wztkp.magius-fn2l2x 5.magius-sq4r8d 4.magius-qkeo66 9.magius-qkeo66 8.magius-swpqk8 6.magius-yyzwd5.magius-emc6qf.magius-bm6ufv.magius-xyas81.magius-z6f4mr 4.magius-7gk309.magius-z6f4mr 6.magius-z6f4mr 0l29.magius-sq4r8d 17.magius-6v83di.magius-rsp5i0 2.magius-6rq17l 10.magius-gtkjvq.magius-qf4gp1 8.magius-ayugrk.magius-umqvak.magius-93uedw.magius-ipv7fk.magius-bpxn9r.magius-fn2l2x.magius-02d7to.magius-qf4gp1 1.magius-ftjqus.magius-jsr1zh.magius-25ifho.magius-cebwsa.magius-pyp3gk.magius-0v6uoa 1.magius-as2kl8.magius-opedbx.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.magius-1ur7d1 > input:checked ~ label,
.magius-1ur7d1 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-yzilsq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.magius-92u2rt 44.magius-bv1yqe.magius-8g7h3m.magius-7agy4r.magius-vrcv9i.magius-02d7to.magius-wwxwve.magius-t8re2v.magius-04xqn9.magius-8msuan.magius-sn3kdn.magius-utwt0w.magius-sq4r8d 0l-12.magius-qf4gp1 30.magius-6j5hnt.magius-ej5h7k 2.magius-wi9c4x.magius-ej5h7k 3.magius-52w89s 3.magius-fw3ddu.magius-swpqk8 3.magius-qioshu.magius-fn2l2x.magius-0cx3uj.magius-qkeo66 7-3.magius-qf4gp1 10.magius-mlptuw.magius-qkeo66 23.magius-2h0lxg.magius-hr8q5s 1.magius-0v6uoa 2.magius-qf4gp1 3.magius-hr8q5s 1.magius-swpqk8 5.magius-z90wve.magius-swpqk8 32.magius-9wztkp.magius-fn2l2x 5.magius-sq4r8d 4.magius-qkeo66 9.magius-qkeo66 8.magius-swpqk8 6.magius-yyzwd5.magius-emc6qf.magius-bm6ufv.magius-xyas81.magius-z6f4mr 4.magius-7gk309.magius-z6f4mr 6.magius-z6f4mr 0l29.magius-sq4r8d 17.magius-6v83di.magius-rsp5i0 2.magius-6rq17l 10.magius-gtkjvq.magius-qf4gp1 8.magius-ayugrk.magius-umqvak.magius-93uedw.magius-ipv7fk.magius-bpxn9r.magius-fn2l2x.magius-02d7to.magius-qf4gp1 1.magius-ftjqus.magius-jsr1zh.magius-25ifho.magius-cebwsa.magius-pyp3gk.magius-0v6uoa 1.magius-as2kl8.magius-opedbx.5z'/%3e%3c/svg%3e");
}

.magius-1ur7d1 > input:not(:checked) ~ label:hover,
.magius-1ur7d1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-yzilsq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-92u2rt 44.magius-bv1yqe.magius-8g7h3m.magius-7agy4r.magius-vrcv9i.magius-02d7to.magius-wwxwve.magius-t8re2v.magius-04xqn9.magius-8msuan.magius-sn3kdn.magius-utwt0w.magius-sq4r8d 0l-12.magius-qf4gp1 30.magius-6j5hnt.magius-ej5h7k 2.magius-wi9c4x.magius-ej5h7k 3.magius-52w89s 3.magius-fw3ddu.magius-swpqk8 3.magius-qioshu.magius-fn2l2x.magius-0cx3uj.magius-qkeo66 7-3.magius-qf4gp1 10.magius-mlptuw.magius-qkeo66 23.magius-2h0lxg.magius-hr8q5s 1.magius-0v6uoa 2.magius-qf4gp1 3.magius-hr8q5s 1.magius-swpqk8 5.magius-z90wve.magius-swpqk8 32.magius-9wztkp.magius-fn2l2x 5.magius-sq4r8d 4.magius-qkeo66 9.magius-qkeo66 8.magius-swpqk8 6.magius-yyzwd5.magius-emc6qf.magius-bm6ufv.magius-xyas81.magius-z6f4mr 4.magius-7gk309.magius-z6f4mr 6.magius-z6f4mr 0l29.magius-sq4r8d 17.magius-6v83di.magius-rsp5i0 2.magius-6rq17l 10.magius-gtkjvq.magius-qf4gp1 8.magius-ayugrk.magius-umqvak.magius-93uedw.magius-ipv7fk.magius-bpxn9r.magius-fn2l2x.magius-02d7to.magius-qf4gp1 1.magius-ftjqus.magius-jsr1zh.magius-25ifho.magius-cebwsa.magius-pyp3gk.magius-0v6uoa 1.magius-as2kl8.magius-opedbx.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .magius-mp6lcn > .magius-73saxq {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .magius-mp6lcn > .magius-73saxq {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .magius-mp6lcn > .magius-73saxq {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .magius-mp6lcn > .magius-73saxq {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .magius-mp6lcn > .magius-73saxq {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.magius-3da3dr.magius-5bsvep {
  display: none;
}

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

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

.magius-fwyvx8 {
  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-fwyvx8::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-3da3dr.magius-g67ehq .magius-lupuil {
  background: #2b3b67;
}

.magius-3da3dr.magius-g67ehq .magius-fwyvx8 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.magius-3da3dr.magius-g67ehq .magius-fwyvx8::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.magius-3da3dr.magius-g67ehq .magius-fwyvx8::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.magius-3da3dr.magius-g67ehq .magius-mad2es::before {
  background: #0e0f41;
}

.magius-3da3dr.magius-g67ehq .magius-mad2es::after {
  background: #152557;
}

.magius-3da3dr.magius-u2ah6i .magius-lupuil {
  background: #1f35fa;
}

.magius-3da3dr.magius-u2ah6i .magius-fwyvx8 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.magius-3da3dr.magius-u2ah6i .magius-fwyvx8::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.magius-3da3dr.magius-u2ah6i .magius-fwyvx8::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.magius-3da3dr.magius-u2ah6i .magius-mad2es::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.magius-3da3dr.magius-u2ah6i .magius-mad2es::after {
  background: #192ac8;
}

.magius-3da3dr.magius-vh2uqy .magius-lupuil {
  background: #fa771f;
}

.magius-3da3dr.magius-vh2uqy .magius-fwyvx8 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-3da3dr.magius-vh2uqy .magius-fwyvx8::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.magius-3da3dr.magius-vh2uqy .magius-fwyvx8::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.magius-3da3dr.magius-vh2uqy .magius-mad2es::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-3da3dr.magius-vh2uqy .magius-mad2es::after {
  background: #fa8535;
}

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

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

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

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

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

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

.magius-gcl7qz {
  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-gcl7qz {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.magius-p09x18 .magius-vk4npw {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.magius-64m871 {
  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-64m871.magius-589iaz {
  display: block;
}

.magius-64m871.magius-5bsvep {
  display: none;
}

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

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

.magius-54i2q9 {
  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-lcyibg {
  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-4a4r8g small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.magius-ihw90i .magius-vk4npw {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.magius-hbtabl {
  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-wisf3g {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

.magius-fdsg8z strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

.magius-2799xf {
  justify-content: center;
}

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

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

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

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

.magius-pokxbd .magius-eah51g {
  justify-content: center;
}

/* faq */

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

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

.magius-dllkl4::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.magius-fon9t6 ease;
}

.magius-dx9t01.magius-3edpam .magius-dllkl4::after {
  transform: rotate(45deg);
}

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

.magius-dx9t01.magius-3edpam .magius-r3iavp {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.magius-1ur7d1 > input:not(:checked) ~ label:hover,
.magius-1ur7d1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-9rp2em.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-vfupnj 44.magius-irufiy.magius-ps4vgt.magius-ymaxie.magius-3hj9d9.magius-hdg1y5.magius-qxj25s.magius-wtsypn.magius-qo6x4g.magius-uu5nnr.magius-ihm9j6.magius-5mpklf.magius-rm1xbm 0l-12.magius-25rh8v 30.magius-f1rquh.magius-ewtlp6 2.magius-vv3dim.magius-ewtlp6 3.magius-f42ov8 3.magius-4f2u1p.magius-b0s7u3 3.magius-z38nug.magius-3kauof.magius-zcimwa.magius-v367rx 7-3.magius-25rh8v 10.magius-yrw6ai.magius-v367rx 23.magius-lm640h.magius-33rpgy 1.magius-ojbash 2.magius-25rh8v 3.magius-33rpgy 1.magius-b0s7u3 5.magius-oefqnj.magius-b0s7u3 32.magius-mxk6o5.magius-3kauof 5.magius-rm1xbm 4.magius-v367rx 9.magius-v367rx 8.magius-b0s7u3 6.magius-zlh4yk.magius-r9hbs8.magius-3p7hcd.magius-ejar2g.magius-ot9shc 4.magius-mbv7hq.magius-ot9shc 6.magius-ot9shc 0l29.magius-rm1xbm 17.magius-98br22.magius-69pmx4 2.magius-569u4z 10.magius-dhmm4i.magius-25rh8v 8.magius-w9tgsb.magius-j67047.magius-anxi16.magius-77m16f.magius-sd2gzd.magius-3kauof.magius-hdg1y5.magius-25rh8v 1.magius-9aha2a.magius-2ze0hx.magius-eja04l.magius-5v9z3n.magius-isyz3v.magius-ojbash 1.magius-1tcwv1.magius-ti37cr.5z'/%3e%3c/svg%3e");
}

.magius-l92cx4 {
  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-l92cx4 {
    gap: 16px 0;
  }
}

.magius-3ndcpn {
  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-3ndcpn.magius-84zbeg {
  display: block;
}

.magius-3ndcpn.magius-a2u0vv {
  display: none;
}

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

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

.magius-erjip5 {
  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-8359wx {
  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-dn5mqf small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.magius-c3oc45 .magius-lan7r2 {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.magius-ddk5mz 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-ddk5mz 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-5n8wmn {
  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-5n8wmn.magius-dwkb3c {
  opacity: 1;
  pointer-events: auto;
}

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

.magius-upzjnj label {
  font-size: 14px;
}

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

.magius-aqzvpx h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.magius-6uksdb, .magius-496gme, [class*="review-card"],
thead, thead th, table th, .magius-ysb5i8,
.magius-701e6j, [class*="collapsible-header"],
.magius-e5ggey, [class*="updated-block"] {
  color: #ece7dc !important;
}

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

/* brandauto-nav-fix-v4b */
header nav li a, header ul li a { color: #FFFFFF !important; }
