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

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

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

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

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

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

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

.magius-80russ {
  cursor: pointer;
}

.magius-7b1220 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

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

.magius-o46c5w figure {
  margin: 0;
}

.magius-o46c5w.magius-fxf15v {
  justify-content: flex-start;
  margin-right: 4px;
}

.magius-o46c5w.magius-c7k6mm {
  justify-content: flex-end;
  margin-left: 4px;
}

.magius-o46c5w.magius-eqwswr {
  justify-content: center;
}

.magius-o46c5w.magius-mhqzyl {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-z9bkmk.magius-kg5uf1 {
  background-color: #000;
}

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

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

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

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

.magius-07kvz6 {
  margin-bottom: 94px;
}

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

.magius-2hwqmu .magius-mqbhv0 {
  margin-bottom: 28px;
}

.magius-2hwqmu .magius-mqbhv0 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.magius-8i247q li svg {
  transition: 0.magius-u1u4ha ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.magius-psdivm.magius-v6axds {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.magius-v5q0hz li a.magius-v6axds {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-h2m9ue.magius-5ewzrw {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-e2c9vw {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-5gkvhc {
  margin: 0 0 28px;
}

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

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

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

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

.magius-n6ywux .magius-mmlk9d {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.magius-0ve87z.magius-j2hpay span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.magius-g67zu8.magius-ihewqx {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-yjkok8 {
  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-5wwte0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.magius-h9qy6m {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-4km0pi tbody tr td .magius-rncuhh {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.magius-4km0pi tbody tr td .magius-ei3m9s {
  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-u1u4ha ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-3opheq {
  padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-qpaxns .magius-7af2f3 {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.magius-87uxq9 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-u1u4ha ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-hu65fw.magius-a1h7s1 {
  display: none;
}

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

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

.magius-xbtj6e iframe.magius-b9p17m {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.magius-xbtj6e.magius-jcjn79 {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

.magius-031tlk .magius-n6ywux {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-9aj3hk .magius-mmlk9d {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .magius-9aj3hk .magius-mmlk9d {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

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

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

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

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

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

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

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

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

.magius-z4w5en .magius-4sezyd {
  position: relative;
}

.magius-z4w5en .magius-7cir8t {
  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-z4w5en .magius-7cir8t.magius-a1h7s1 {
  display: none;
}

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

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

.magius-z4w5en .magius-f4zmxb .magius-0whecn {
  max-width: 300px;
  width: 100%;
}

.magius-z4w5en .magius-f4zmxb .magius-0whecn .magius-ie2ajl {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .magius-z4w5en .magius-f4zmxb .magius-0whecn .magius-ie2ajl {
    font-size: 32px;
    text-align: center;
  }
}

.magius-z4w5en .magius-f4zmxb .magius-0whecn .magius-cwrbix {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .magius-z4w5en .magius-f4zmxb .magius-0whecn .magius-cwrbix {
    text-align: center;
  }
}

.magius-z4w5en .magius-f4zmxb .magius-5ewzrw {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.magius-z4w5en .magius-f4zmxb .magius-5ewzrw .magius-8zqlsr {
  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-u1u4ha ease-in-out;
}

.magius-z4w5en .magius-f4zmxb .magius-5ewzrw .magius-8zqlsr:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .magius-z4w5en .magius-f4zmxb .magius-5ewzrw .magius-8zqlsr {
    width: 100%;
  }
}

.magius-z4w5en .magius-f4zmxb .magius-5ewzrw .magius-6a87jg {
  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-u1u4ha ease-in-out;
  overflow: hidden;
}

.magius-z4w5en .magius-f4zmxb .magius-5ewzrw .magius-6a87jg 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-z4w5en .magius-f4zmxb .magius-5ewzrw .magius-6a87jg: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-z4w5en .magius-f4zmxb .magius-5ewzrw .magius-6a87jg:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .magius-z4w5en .magius-f4zmxb .magius-5ewzrw .magius-6a87jg {
    width: 100%;
  }
}

.magius-z4w5en .magius-f4zmxb.magius-a1h7s1 {
  display: none;
}

.magius-z4w5en .magius-oewzhh {
  display: none;
}

.magius-z4w5en .magius-oewzhh.magius-jcjn79 {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.magius-2wnoqy.magius-v6axds {
  display: block;
}

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

.magius-2wnoqy .magius-vrc5da {
  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-2wnoqy .magius-2qlyx5 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.magius-2wnoqy .magius-6a87jg {
  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-u1u4ha ease-in-out;
}

.magius-2wnoqy .magius-6a87jg:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.magius-2aorn7.magius-v6axds {
  display: block;
}

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

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

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

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

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

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

.magius-coszf7.magius-a1h7s1 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.magius-7ytiox {
  margin-bottom: 36px;
}

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

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

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

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

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

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

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

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

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

.magius-itkfe9.magius-a1h7s1 {
  display: none;
}

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

.magius-itkfe9 .magius-kc0zac {
  margin: 0 auto;
}

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

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

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

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

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

.magius-wj9yzp > 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-v3jgkp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.magius-i3vu4d 44.magius-nx36kh.magius-2bwvwj.magius-gx8ihn.magius-0cp4ue.magius-eltf0v.magius-huue32.magius-tnsuzt.magius-zjfnnd.magius-4afpzd.magius-a4hei6.magius-yiec6l.magius-1ps8gl 0l-12.magius-2cc6nu 30.magius-amk3nx.magius-4engk4 2.magius-v4gtiy.magius-4engk4 3.magius-2p54cx 3.magius-thqbl5.magius-00tdqt 3.magius-1p9apr.magius-bb4hs0.magius-2qs291.magius-w7x2te 7-3.magius-2cc6nu 10.magius-293hx7.magius-w7x2te 23.magius-o7nulq.magius-m35b45 1.magius-siadju 2.magius-2cc6nu 3.magius-m35b45 1.magius-00tdqt 5.magius-lw3kqv.magius-00tdqt 32.magius-3cyc99.magius-bb4hs0 5.magius-1ps8gl 4.magius-w7x2te 9.magius-w7x2te 8.magius-00tdqt 6.magius-gdlbtg.magius-hwjoz3.magius-yes8rl.magius-xgnrkd.magius-5n2521 4.magius-t5wd2p.magius-5n2521 6.magius-5n2521 0l29.magius-1ps8gl 17.magius-mszm48.magius-3xcoe6 2.magius-uvy8ih 10.magius-cf8dyj.magius-2cc6nu 8.magius-y8hhnb.magius-wr4r0u.magius-uphyw2.magius-jpr7f2.magius-wbwv9j.magius-bb4hs0.magius-eltf0v.magius-2cc6nu 1.magius-8va15z.magius-s8fpyv.magius-3thg5e.magius-px1d4r.magius-rwzcaf.magius-siadju 1.magius-tiylwb.magius-ud8f5t.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.magius-wj9yzp > input:checked ~ label,
.magius-wj9yzp > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-v3jgkp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.magius-i3vu4d 44.magius-nx36kh.magius-2bwvwj.magius-gx8ihn.magius-0cp4ue.magius-eltf0v.magius-huue32.magius-tnsuzt.magius-zjfnnd.magius-4afpzd.magius-a4hei6.magius-yiec6l.magius-1ps8gl 0l-12.magius-2cc6nu 30.magius-amk3nx.magius-4engk4 2.magius-v4gtiy.magius-4engk4 3.magius-2p54cx 3.magius-thqbl5.magius-00tdqt 3.magius-1p9apr.magius-bb4hs0.magius-2qs291.magius-w7x2te 7-3.magius-2cc6nu 10.magius-293hx7.magius-w7x2te 23.magius-o7nulq.magius-m35b45 1.magius-siadju 2.magius-2cc6nu 3.magius-m35b45 1.magius-00tdqt 5.magius-lw3kqv.magius-00tdqt 32.magius-3cyc99.magius-bb4hs0 5.magius-1ps8gl 4.magius-w7x2te 9.magius-w7x2te 8.magius-00tdqt 6.magius-gdlbtg.magius-hwjoz3.magius-yes8rl.magius-xgnrkd.magius-5n2521 4.magius-t5wd2p.magius-5n2521 6.magius-5n2521 0l29.magius-1ps8gl 17.magius-mszm48.magius-3xcoe6 2.magius-uvy8ih 10.magius-cf8dyj.magius-2cc6nu 8.magius-y8hhnb.magius-wr4r0u.magius-uphyw2.magius-jpr7f2.magius-wbwv9j.magius-bb4hs0.magius-eltf0v.magius-2cc6nu 1.magius-8va15z.magius-s8fpyv.magius-3thg5e.magius-px1d4r.magius-rwzcaf.magius-siadju 1.magius-tiylwb.magius-ud8f5t.5z'/%3e%3c/svg%3e");
}

.magius-wj9yzp > input:not(:checked) ~ label:hover,
.magius-wj9yzp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-v3jgkp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-i3vu4d 44.magius-nx36kh.magius-2bwvwj.magius-gx8ihn.magius-0cp4ue.magius-eltf0v.magius-huue32.magius-tnsuzt.magius-zjfnnd.magius-4afpzd.magius-a4hei6.magius-yiec6l.magius-1ps8gl 0l-12.magius-2cc6nu 30.magius-amk3nx.magius-4engk4 2.magius-v4gtiy.magius-4engk4 3.magius-2p54cx 3.magius-thqbl5.magius-00tdqt 3.magius-1p9apr.magius-bb4hs0.magius-2qs291.magius-w7x2te 7-3.magius-2cc6nu 10.magius-293hx7.magius-w7x2te 23.magius-o7nulq.magius-m35b45 1.magius-siadju 2.magius-2cc6nu 3.magius-m35b45 1.magius-00tdqt 5.magius-lw3kqv.magius-00tdqt 32.magius-3cyc99.magius-bb4hs0 5.magius-1ps8gl 4.magius-w7x2te 9.magius-w7x2te 8.magius-00tdqt 6.magius-gdlbtg.magius-hwjoz3.magius-yes8rl.magius-xgnrkd.magius-5n2521 4.magius-t5wd2p.magius-5n2521 6.magius-5n2521 0l29.magius-1ps8gl 17.magius-mszm48.magius-3xcoe6 2.magius-uvy8ih 10.magius-cf8dyj.magius-2cc6nu 8.magius-y8hhnb.magius-wr4r0u.magius-uphyw2.magius-jpr7f2.magius-wbwv9j.magius-bb4hs0.magius-eltf0v.magius-2cc6nu 1.magius-8va15z.magius-s8fpyv.magius-3thg5e.magius-px1d4r.magius-rwzcaf.magius-siadju 1.magius-tiylwb.magius-ud8f5t.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.magius-jr826x.magius-a1h7s1 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-jr826x.magius-hzy9h2 .magius-ivc1l2 {
  background: #2b3b67;
}

.magius-jr826x.magius-hzy9h2 .magius-s6mn9h {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.magius-jr826x.magius-hzy9h2 .magius-s6mn9h::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.magius-jr826x.magius-hzy9h2 .magius-s6mn9h::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.magius-jr826x.magius-hzy9h2 .magius-14ljoh::before {
  background: #0e0f41;
}

.magius-jr826x.magius-hzy9h2 .magius-14ljoh::after {
  background: #152557;
}

.magius-jr826x.magius-pys674 .magius-ivc1l2 {
  background: #1f35fa;
}

.magius-jr826x.magius-pys674 .magius-s6mn9h {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.magius-jr826x.magius-pys674 .magius-s6mn9h::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.magius-jr826x.magius-pys674 .magius-s6mn9h::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.magius-jr826x.magius-pys674 .magius-14ljoh::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.magius-jr826x.magius-pys674 .magius-14ljoh::after {
  background: #192ac8;
}

.magius-jr826x.magius-r5q9tr .magius-ivc1l2 {
  background: #fa771f;
}

.magius-jr826x.magius-r5q9tr .magius-s6mn9h {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-jr826x.magius-r5q9tr .magius-s6mn9h::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.magius-jr826x.magius-r5q9tr .magius-s6mn9h::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.magius-jr826x.magius-r5q9tr .magius-14ljoh::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-jr826x.magius-r5q9tr .magius-14ljoh::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-l71eck .magius-0w9bge {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.magius-f2mbuo {
  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-f2mbuo.magius-jcjn79 {
  display: block;
}

.magius-f2mbuo.magius-a1h7s1 {
  display: none;
}

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

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

.magius-c8uc2b {
  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-xmsx8g {
  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-khtmbu small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.magius-1tgbed .magius-0w9bge {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.magius-762uck {
  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-e3kbgu {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-79m64c {
  justify-content: center;
}

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

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

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

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

.magius-1xdkkj .magius-2p328p {
  justify-content: center;
}

/* faq */

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

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

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

.magius-2bl1ao.magius-v6axds .magius-hy9m2w::after {
  transform: rotate(45deg);
}

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

.magius-2bl1ao.magius-v6axds .magius-p0sq3g {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.magius-wj9yzp > input:not(:checked) ~ label:hover,
.magius-wj9yzp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-tjslhl.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-2qpjlo 44.magius-gvnid9.magius-qesp64.magius-ntekz5.magius-yci4t9.magius-aac3jo.magius-mkfcda.magius-ae8gcs.magius-ghifvj.magius-k2sigq.magius-i1dlws.magius-rsmhee.magius-03rvdc 0l-12.magius-iub1y9 30.magius-pfmvuk.magius-er6w4l 2.magius-5gewas.magius-er6w4l 3.magius-tq7b9o 3.magius-zw30om.magius-beyelq 3.magius-8wr5rp.magius-3ukj8s.magius-abza0o.magius-n0rv14 7-3.magius-iub1y9 10.magius-cp6bej.magius-n0rv14 23.magius-hbhh9o.magius-whtyxk 1.magius-wssjhm 2.magius-iub1y9 3.magius-whtyxk 1.magius-beyelq 5.magius-jx8tiq.magius-beyelq 32.magius-wax0gc.magius-3ukj8s 5.magius-03rvdc 4.magius-n0rv14 9.magius-n0rv14 8.magius-beyelq 6.magius-le3rx9.magius-p9qor7.magius-ui3fi9.magius-tm8pi1.magius-rdlyg8 4.magius-5qa2yw.magius-rdlyg8 6.magius-rdlyg8 0l29.magius-03rvdc 17.magius-0e0xhf.magius-3of1zw 2.magius-zjhu94 10.magius-8bmryd.magius-iub1y9 8.magius-matpdq.magius-ytau1s.magius-yjve4i.magius-y6bvlh.magius-7udwlz.magius-3ukj8s.magius-aac3jo.magius-iub1y9 1.magius-7lsut9.magius-8wh6ar.magius-tub1pu.magius-s8fakc.magius-rpbll1.magius-wssjhm 1.magius-lhrb53.magius-fns6xq.5z'/%3e%3c/svg%3e");
}

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

.magius-3iltmu {
  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-3iltmu.magius-rqlpr6 {
  display: block;
}

.magius-3iltmu.magius-v1eozb {
  display: none;
}

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

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

.magius-8dm0pk {
  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-4tqwa9 {
  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-ncw00f small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.magius-p4odff .magius-iwpwca {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.magius-hk3810 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-hk3810 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-fg9dbn {
  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-fg9dbn.magius-l67o95 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.magius-i6ltd9 {
  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-i6ltd9 label {
  font-size: 14px;
}

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

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

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