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

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

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

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

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

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

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

.magius-bzmk25 {
  cursor: pointer;
}

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

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

.magius-mept8y figure {
  margin: 0;
}

.magius-mept8y.magius-e462tb {
  justify-content: flex-start;
  margin-right: 4px;
}

.magius-mept8y.magius-czirbi {
  justify-content: flex-end;
  margin-left: 4px;
}

.magius-mept8y.magius-250bt5 {
  justify-content: center;
}

.magius-mept8y.magius-ae361a {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-oovpoy.magius-j73c25 {
  background-color: #000;
}

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

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

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

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

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

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

.magius-7h8vfc .magius-3vwxbc {
  margin-bottom: 28px;
}

.magius-7h8vfc .magius-3vwxbc img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.magius-dvrr16 li svg {
  transition: 0.magius-hsldx9 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.magius-ha2akj.magius-k81y95 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

.magius-6r9ngr li {
  width: 100%;
}

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

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

.magius-6r9ngr li a.magius-k81y95 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .magius-6228f1 .magius-3vwxbc img {
    max-width: 90px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.magius-87mzxy.magius-nw0zov {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-4sq1hm {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-vpetyo .magius-batzws {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.magius-5p1cdh {
  position: relative;
  border: none;
}

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

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

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

.magius-be07uf.magius-919mhv span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.magius-ym08i4.magius-fvq29d {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-4knvv0 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-ijs9es tbody tr td .magius-0aajv4 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.magius-ijs9es tbody tr td .magius-0vlsi5 {
  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-hsldx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-7barlw img {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.magius-85ro1o .magius-ylylp4 {
  width: 50%;
  margin: 0;
}

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

.magius-3oyft4 {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

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

.magius-096mbl 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-hsldx9 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-7w93qa.magius-fhxlbc {
  display: none;
}

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

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

.magius-5q18ny iframe.magius-r1c1nm {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.magius-5q18ny.magius-es7mg7 {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-vqtu6r .magius-batzws {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

.magius-5dns4o img {
  width: 100%;
}

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

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

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

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

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

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

.magius-hehsfb .magius-eg2uuv {
  position: relative;
}

.magius-hehsfb .magius-0m006e {
  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-hehsfb .magius-0m006e.magius-fhxlbc {
  display: none;
}

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

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

.magius-hehsfb .magius-pklnfq .magius-anir75 {
  max-width: 300px;
  width: 100%;
}

.magius-hehsfb .magius-pklnfq .magius-anir75 .magius-c26ne7 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .magius-hehsfb .magius-pklnfq .magius-anir75 .magius-c26ne7 {
    font-size: 32px;
    text-align: center;
  }
}

.magius-hehsfb .magius-pklnfq .magius-anir75 .magius-knop6d {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .magius-hehsfb .magius-pklnfq .magius-anir75 .magius-knop6d {
    text-align: center;
  }
}

.magius-hehsfb .magius-pklnfq .magius-nw0zov {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.magius-hehsfb .magius-pklnfq .magius-nw0zov .magius-8i3ltx {
  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-hsldx9 ease-in-out;
}

.magius-hehsfb .magius-pklnfq .magius-nw0zov .magius-8i3ltx:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .magius-hehsfb .magius-pklnfq .magius-nw0zov .magius-8i3ltx {
    width: 100%;
  }
}

.magius-hehsfb .magius-pklnfq .magius-nw0zov .magius-cmlzpl {
  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-hsldx9 ease-in-out;
  overflow: hidden;
}

.magius-hehsfb .magius-pklnfq .magius-nw0zov .magius-cmlzpl 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-hehsfb .magius-pklnfq .magius-nw0zov .magius-cmlzpl: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-hehsfb .magius-pklnfq .magius-nw0zov .magius-cmlzpl:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .magius-hehsfb .magius-pklnfq .magius-nw0zov .magius-cmlzpl {
    width: 100%;
  }
}

.magius-hehsfb .magius-pklnfq.magius-fhxlbc {
  display: none;
}

.magius-hehsfb .magius-8s8dx2 {
  display: none;
}

.magius-hehsfb .magius-8s8dx2.magius-es7mg7 {
  display: block;
}

.magius-hehsfb .magius-8s8dx2 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

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

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

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

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

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

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

.magius-8og087.magius-k81y95 {
  display: block;
}

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

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

.magius-8og087 .magius-cmlzpl {
  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-hsldx9 ease-in-out;
}

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

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

.magius-i740hp.magius-k81y95 {
  display: block;
}

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

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

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

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

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

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

.magius-3ga5ur.magius-fhxlbc {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-56bry5 {
  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-hsldx9 ease-in-out;
}

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

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

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

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

.magius-wbl5g8.magius-fhxlbc {
  display: none;
}

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

.magius-wbl5g8 .magius-56bry5 {
  margin: 0 auto;
}

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

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

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

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

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

.magius-bj7wg1 > 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-qk4w3d.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.magius-hloj0w 44.magius-p759mr.magius-ehs5u3.magius-0z8621.magius-z240s7.magius-39upun.magius-mcqnst.magius-z3thuj.magius-f09342.magius-j06kpd.magius-dwcm36.magius-6rmha2.magius-tgo646 0l-12.magius-kvrc97 30.magius-o9zr01.magius-yq23ye 2.magius-wb0vdi.magius-yq23ye 3.magius-94se9j 3.magius-as9h49.magius-wskeg3 3.magius-ws9ha8.magius-w5kn1b.magius-z6f9rf.magius-a88z5b 7-3.magius-kvrc97 10.magius-l82xb2.magius-a88z5b 23.magius-3tar8x.magius-7b70o1 1.magius-gzphev 2.magius-kvrc97 3.magius-7b70o1 1.magius-wskeg3 5.magius-1gbi4m.magius-wskeg3 32.magius-mol9lk.magius-w5kn1b 5.magius-tgo646 4.magius-a88z5b 9.magius-a88z5b 8.magius-wskeg3 6.magius-pcgz7k.magius-dh7eao.magius-stw8r2.magius-3ku4u0.magius-2qw0az 4.magius-6ixfmp.magius-2qw0az 6.magius-2qw0az 0l29.magius-tgo646 17.magius-z7afe0.magius-dkwo98 2.magius-bb3vdt 10.magius-wk1a23.magius-kvrc97 8.magius-ozblki.magius-a8rhgf.magius-k3kay3.magius-jr5jz0.magius-3e0lrx.magius-w5kn1b.magius-39upun.magius-kvrc97 1.magius-4h950o.magius-tko913.magius-7zbos5.magius-gmtiu1.magius-5i0giu.magius-gzphev 1.magius-0ayn37.magius-qnno2s.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.magius-bj7wg1 > input:checked ~ label,
.magius-bj7wg1 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-qk4w3d.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.magius-hloj0w 44.magius-p759mr.magius-ehs5u3.magius-0z8621.magius-z240s7.magius-39upun.magius-mcqnst.magius-z3thuj.magius-f09342.magius-j06kpd.magius-dwcm36.magius-6rmha2.magius-tgo646 0l-12.magius-kvrc97 30.magius-o9zr01.magius-yq23ye 2.magius-wb0vdi.magius-yq23ye 3.magius-94se9j 3.magius-as9h49.magius-wskeg3 3.magius-ws9ha8.magius-w5kn1b.magius-z6f9rf.magius-a88z5b 7-3.magius-kvrc97 10.magius-l82xb2.magius-a88z5b 23.magius-3tar8x.magius-7b70o1 1.magius-gzphev 2.magius-kvrc97 3.magius-7b70o1 1.magius-wskeg3 5.magius-1gbi4m.magius-wskeg3 32.magius-mol9lk.magius-w5kn1b 5.magius-tgo646 4.magius-a88z5b 9.magius-a88z5b 8.magius-wskeg3 6.magius-pcgz7k.magius-dh7eao.magius-stw8r2.magius-3ku4u0.magius-2qw0az 4.magius-6ixfmp.magius-2qw0az 6.magius-2qw0az 0l29.magius-tgo646 17.magius-z7afe0.magius-dkwo98 2.magius-bb3vdt 10.magius-wk1a23.magius-kvrc97 8.magius-ozblki.magius-a8rhgf.magius-k3kay3.magius-jr5jz0.magius-3e0lrx.magius-w5kn1b.magius-39upun.magius-kvrc97 1.magius-4h950o.magius-tko913.magius-7zbos5.magius-gmtiu1.magius-5i0giu.magius-gzphev 1.magius-0ayn37.magius-qnno2s.5z'/%3e%3c/svg%3e");
}

.magius-bj7wg1 > input:not(:checked) ~ label:hover,
.magius-bj7wg1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-qk4w3d.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-hloj0w 44.magius-p759mr.magius-ehs5u3.magius-0z8621.magius-z240s7.magius-39upun.magius-mcqnst.magius-z3thuj.magius-f09342.magius-j06kpd.magius-dwcm36.magius-6rmha2.magius-tgo646 0l-12.magius-kvrc97 30.magius-o9zr01.magius-yq23ye 2.magius-wb0vdi.magius-yq23ye 3.magius-94se9j 3.magius-as9h49.magius-wskeg3 3.magius-ws9ha8.magius-w5kn1b.magius-z6f9rf.magius-a88z5b 7-3.magius-kvrc97 10.magius-l82xb2.magius-a88z5b 23.magius-3tar8x.magius-7b70o1 1.magius-gzphev 2.magius-kvrc97 3.magius-7b70o1 1.magius-wskeg3 5.magius-1gbi4m.magius-wskeg3 32.magius-mol9lk.magius-w5kn1b 5.magius-tgo646 4.magius-a88z5b 9.magius-a88z5b 8.magius-wskeg3 6.magius-pcgz7k.magius-dh7eao.magius-stw8r2.magius-3ku4u0.magius-2qw0az 4.magius-6ixfmp.magius-2qw0az 6.magius-2qw0az 0l29.magius-tgo646 17.magius-z7afe0.magius-dkwo98 2.magius-bb3vdt 10.magius-wk1a23.magius-kvrc97 8.magius-ozblki.magius-a8rhgf.magius-k3kay3.magius-jr5jz0.magius-3e0lrx.magius-w5kn1b.magius-39upun.magius-kvrc97 1.magius-4h950o.magius-tko913.magius-7zbos5.magius-gmtiu1.magius-5i0giu.magius-gzphev 1.magius-0ayn37.magius-qnno2s.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.magius-m1l20d.magius-fhxlbc {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-m1l20d.magius-pfz5xb .magius-sbo61j {
  background: #2b3b67;
}

.magius-m1l20d.magius-pfz5xb .magius-7azxb7 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.magius-m1l20d.magius-pfz5xb .magius-7azxb7::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.magius-m1l20d.magius-pfz5xb .magius-7azxb7::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.magius-m1l20d.magius-pfz5xb .magius-cpzzek::before {
  background: #0e0f41;
}

.magius-m1l20d.magius-pfz5xb .magius-cpzzek::after {
  background: #152557;
}

.magius-m1l20d.magius-zk25pz .magius-sbo61j {
  background: #1f35fa;
}

.magius-m1l20d.magius-zk25pz .magius-7azxb7 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.magius-m1l20d.magius-zk25pz .magius-7azxb7::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.magius-m1l20d.magius-zk25pz .magius-7azxb7::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.magius-m1l20d.magius-zk25pz .magius-cpzzek::after {
  background: #192ac8;
}

.magius-m1l20d.magius-k6sax4 .magius-sbo61j {
  background: #fa771f;
}

.magius-m1l20d.magius-k6sax4 .magius-7azxb7 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-m1l20d.magius-k6sax4 .magius-7azxb7::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.magius-m1l20d.magius-k6sax4 .magius-7azxb7::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.magius-m1l20d.magius-k6sax4 .magius-cpzzek::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.magius-m1l20d.magius-k6sax4 .magius-cpzzek::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-9jef4d .magius-yqd1oc {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.magius-06l8rp {
  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-06l8rp.magius-es7mg7 {
  display: block;
}

.magius-06l8rp.magius-fhxlbc {
  display: none;
}

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

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

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

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

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

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

.magius-7yg19b .magius-yqd1oc {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.magius-yvl41u {
  justify-content: center;
}

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

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

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

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

.magius-3vfj00 .magius-9672k0 {
  justify-content: center;
}

/* faq */

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

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

.magius-vm0xdj::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.magius-78aft6 ease;
}

.magius-l5xhe0.magius-k81y95 .magius-vm0xdj::after {
  transform: rotate(45deg);
}

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

.magius-l5xhe0.magius-k81y95 .magius-m4f8jd {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.magius-1q4kpl {
  margin: 25px 0;
}

.magius-bj7wg1 > input:not(:checked) ~ label:hover,
.magius-bj7wg1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.magius-u87uvl.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.magius-gtam39 44.magius-m1gsvq.magius-o9aarg.magius-siboei.magius-cb9ul1.magius-0qy3wp.magius-2croym.magius-keuygw.magius-78tfs7.magius-y15233.magius-hd2pfp.magius-rtguqf.magius-gem49x 0l-12.magius-jyabl5 30.magius-ejmdwz.magius-5bhmv9 2.magius-6jtolg.magius-5bhmv9 3.magius-jxq686 3.magius-392xhc.magius-ujtgos 3.magius-19vclt.magius-8a0x0k.magius-rzaddf.magius-1gtj01 7-3.magius-jyabl5 10.magius-67ykxr.magius-1gtj01 23.magius-2n40w4.magius-a2ydfp 1.magius-hlcxmp 2.magius-jyabl5 3.magius-a2ydfp 1.magius-ujtgos 5.magius-q8k96z.magius-ujtgos 32.magius-d29k4d.magius-8a0x0k 5.magius-gem49x 4.magius-1gtj01 9.magius-1gtj01 8.magius-ujtgos 6.magius-kmdu1z.magius-wet06n.magius-yaorom.magius-xjno2a.magius-a6jtgo 4.magius-ijwiis.magius-a6jtgo 6.magius-a6jtgo 0l29.magius-gem49x 17.magius-zkashs.magius-w0bchs 2.magius-dvas4z 10.magius-myq8a2.magius-jyabl5 8.magius-mqg911.magius-86zffi.magius-232111.magius-5bbpa1.magius-wrfurv.magius-8a0x0k.magius-0qy3wp.magius-jyabl5 1.magius-ppe0rj.magius-kggyvs.magius-1k3ami.magius-xuo51r.magius-70b2d2.magius-hlcxmp 1.magius-hzf43m.magius-l0g1hm.5z'/%3e%3c/svg%3e");
}

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

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

.magius-bsh145.magius-rs177p {
  display: none;
}

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

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

.magius-llk8lj {
  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-65dlag {
  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-keaflc small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.magius-8sbn7z .magius-rw8lem {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.magius-1bfinh 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-1bfinh 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-a49fe3 {
  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-a49fe3.magius-yodu3r {
  opacity: 1;
  pointer-events: auto;
}
