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

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

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

.highfly-5zf808 {
  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) {
  .highfly-5zf808: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;
  }
}

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

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

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

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

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

.highfly-pvn0on {
  cursor: pointer;
}

.highfly-ejve7g {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.highfly-quosb8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.highfly-quosb8 figure {
  margin: 0;
}

.highfly-quosb8.highfly-bo8ikv {
  justify-content: flex-start;
  margin-right: 4px;
}

.highfly-quosb8.highfly-rrvb63 {
  justify-content: flex-end;
  margin-left: 4px;
}

.highfly-quosb8.highfly-8dgadk {
  justify-content: center;
}

.highfly-quosb8.highfly-fyyr90 {
  justify-content: normal;
}

.highfly-3ext6r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.highfly-1qrlx8 {
  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) {
  .highfly-1qrlx8 {
    flex-direction: column;
  }
}

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

.highfly-rzqz21 img {
  width: 100%;
}

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

.highfly-n9tkyc {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.highfly-n9tkyc 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);
}

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

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

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

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

.highfly-n9tkyc ul li:last-of-type::after {
  display: none;
}

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

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

.highfly-zgcb61 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .highfly-6b5c8j {
    height: 50px;
  }
}

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

.highfly-6b5c8j.highfly-xz1zsk {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .highfly-6b5c8j.highfly-xz1zsk:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.highfly-hj4rdm {
  padding: 80px 0 0;
  background: #1A1A1A;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.highfly-1r572b {
  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) {
  .highfly-1r572b {
    flex-direction: column;
  }
}

.highfly-muf3qr {
  margin-bottom: 94px;
}

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

.highfly-zvd2vw .highfly-59p4p4 {
  margin-bottom: 28px;
}

.highfly-zvd2vw .highfly-59p4p4 img {
  max-height: 100px;
  width: auto;
}

.highfly-pifphr {
  display: flex;
  align-items: center;
}

.highfly-pifphr a + a {
  margin-left: 24px;
}

.highfly-pifphr img {
  max-height: 56px;
  width: auto;
}

.highfly-pifphr img + img {
  margin-left: 24px;
}

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

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

.highfly-lkelm1 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.highfly-qb3q2b li {
  display: flex;
  margin: 0 7px;
}

.highfly-qb3q2b li svg {
  transition: 0.highfly-rtcqbn ease-in-out;
}

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

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

.highfly-0dev8q + .highfly-0dev8q {
  margin-left: 120px;
}

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

.highfly-4egzvk {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.highfly-msx0ei {
  list-style: none;
  margin: 0;
  padding: 0;
}

.highfly-msx0ei li {
  font-size: 16px;
}

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

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

.highfly-msx0ei li + li {
  margin-top: 16px;
}

.highfly-8eatgg {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.highfly-1ys0mw ease-in-out;
}

.highfly-8eatgg.highfly-vqzn39 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.highfly-qvtc53 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.highfly-jomiqk li {
  width: 100%;
}

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

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

.highfly-jomiqk li a.highfly-vqzn39 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.highfly-85gwim {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.highfly-85gwim img {
  width: 100%;
  transition: 0.highfly-rtcqbn ease-in-out;
}

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

.highfly-0zl4g2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: #1A1A1A;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .highfly-0zl4g2 {
    height: 54px;
  }
}

.highfly-68utls {
  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) {
  .highfly-68utls {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .highfly-68utls .highfly-59p4p4 img {
    max-width: 90px;
  }
}

.highfly-59p4p4 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .highfly-59p4p4 {
    order: -2;
  }
}

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

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

.highfly-sulcs8 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.highfly-epyf74 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.highfly-epyf74.highfly-j8regp {
  margin-right: 0;
}

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

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

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

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

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

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

.highfly-as1iyy:hover > ul {
  display: flex;
}

.highfly-as1iyy:focus > ul {
  display: flex;
}

.highfly-as1iyy:focus-within > ul {
  display: flex;
}

.highfly-5zpyie {
  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;
}

.highfly-5zpyie::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.highfly-1ys0mw ease-in-out;
}

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

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

.highfly-as1iyy 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.highfly-rtcqbn ease-in-out;
  overflow: hidden;
}

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

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

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

.highfly-988twq {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .highfly-988twq:checked ~ .highfly-4djvfz {
    display: block;
    position: absolute;
    height: 100vh;
    background: #1A1A1A;
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .highfly-4djvfz {
    display: none;
    transition: display 0.highfly-rtcqbn ease-in-out;
  }
  .highfly-988twq:checked ~ .highfly-4djvfz {
    display: block;
  }
  .highfly-988twq:checked + .highfly-waz9gl span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .highfly-988twq:checked + .highfly-waz9gl span:nth-child(2) {
    display: none;
  }
  .highfly-988twq:checked + .highfly-waz9gl span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.highfly-vayp5h img {
  margin-bottom: 20px;
}

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

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

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

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

.highfly-gsxp9d {
  color: var(--text-color);
}

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

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

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

.highfly-i31337 p img {
  display: block;
  margin: 0 auto;
}

.highfly-i31337 p:first-of-type {
  margin-top: 0;
}

.highfly-i31337 p:last-of-type {
  margin-bottom: 0;
}

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

.highfly-i31337 ul {
  padding: 0 0 0 20px;
}

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

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

.highfly-i31337 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: #1A1A1A;
}

@media only screen and (max-width: 767px) {
  .highfly-i31337 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.highfly-14og1z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.highfly-h0sy5o .highfly-yxvcrv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.highfly-h0sy5o .highfly-pct248 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.highfly-pct248 {
  margin: 0 0 28px;
}

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

.highfly-yxvcrv {
  margin: 0 0 28px;
}

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

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

.highfly-14og1z .highfly-5zf808 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.highfly-dbszwq {
  position: relative;
  border: none;
}

.highfly-dbszwq::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #1A1A1A;
}

.highfly-ezzix9 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: #1A1A1A;
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.highfly-ezzix9 span {
  height: 32px;
}

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

.highfly-ezzix9.highfly-aoalfl span {
  transform: scaleY(-1);
}

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

.highfly-emuhd3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highfly-emuhd3 li {
  font-size: 18px;
  background: #1A1A1A;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

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

.highfly-emuhd3.highfly-ufs7xn {
  display: none;
}

.highfly-st9ebw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.highfly-st9ebw table {
  width: 100%;
  border-collapse: collapse;
}

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

  .highfly-st9ebw table td {
    min-width: 75px;
  }
}

.highfly-st9ebw 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: #1A1A1A;
}

@media only screen and (max-width: 767px) {
  .highfly-st9ebw table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.highfly-rlx5or {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A1A1A;
  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) {
  .highfly-rlx5or {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.highfly-6qfbbx {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.highfly-8dzjsj table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.highfly-8dzjsj table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.highfly-8dzjsj p {
  color: var(--text-color);
}

.highfly-fzdrnb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.highfly-vlpl8k {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: #1A1A1A;
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.highfly-v1vd3x {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.highfly-7u48ti {
  border-radius: 10px;
  background: #1A1A1A;
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

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

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

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

.highfly-7u48ti p + p {
  margin-top: 10px;
}

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

.highfly-2rsi9g {
  display: none;
}

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

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

.highfly-l32kw8 li {
  margin: 0 20px;
}

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

.highfly-l32kw8 li a img {
  margin-bottom: 4px;
}

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

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

.highfly-c961tx li {
  font-size: 16px;
  position: relative;
}

.highfly-c961tx li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.highfly-c961tx li span {
  opacity: 0.5;
}

.highfly-c961tx li + li {
  margin-left: 30px;
}

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

h2.highfly-1mkcfu {
  margin: 0 0 28px;
}

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

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

.highfly-q8l988 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: #1A1A1A;
}

.highfly-q8l988 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: #1A1A1A;
  border-radius: 10px;
}

.highfly-q8l988 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #1A1A1A;
  border-radius: 10px;
}

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

.highfly-q8l988 tbody tr:last-of-type {
  margin-bottom: 0;
}

.highfly-q8l988 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.highfly-q8l988 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);
}

.highfly-q8l988 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);
}

.highfly-q8l988 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.highfly-q8l988 tbody tr td .highfly-a23zu9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .highfly-q8l988 tbody tr td .highfly-a23zu9 {
    width: 100%;
  }
}

.highfly-q8l988 tbody tr td .highfly-4ycauz {
  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.highfly-rtcqbn ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

@media only screen and (max-width: 420px) {
  .highfly-q8l988 tbody tr td .highfly-4ycauz {
    width: 100%;
  }
}

.highfly-q8l988 tbody tr td .highfly-2sjzoe {
  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) {
  .highfly-q8l988 tbody tr td .highfly-2sjzoe:hover {
    text-decoration: none;
  }
}

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

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

.highfly-i9fpqc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.highfly-238mmd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.highfly-an2wk4 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.highfly-rtcqbn ease-in-out;
}

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

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

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

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

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

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

.highfly-o7n7w2 img {
  width: 100%;
  height: 100%;
}

.highfly-o7n7w2 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.highfly-nphx14 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.highfly-rtcqbn ease-in-out;
}

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

.highfly-9qshbt {
  padding: 90px 0;
}

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

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

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

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

.highfly-mebaa4 img {
  width: 100%;
}

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

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

.highfly-abakzx {
  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;
}

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

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

.highfly-tuvns7 {
  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.highfly-rtcqbn ease-in-out;
}

.highfly-tuvns7:hover {
  border: 1px solid #8c8ca2;
}

.highfly-8qqjzl {
  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%);
}

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

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

.highfly-7xoiya a {
  text-decoration: underline;
  color: #8babff;
}

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

.highfly-okv6kd .highfly-tuvns7 {
  width: 50%;
  margin: 0;
}

.highfly-fgncv5 {
  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;
}

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

.highfly-ky0qn3 {
  margin: 0 0 100px;
}

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

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

.highfly-x2hfs1 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #1A1A1A;
}

@media only screen and (max-width: 767px) {
  .highfly-x2hfs1 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.highfly-bcr0q3 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.highfly-or84td 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.highfly-rtcqbn ease-in-out;
}

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

.highfly-or84td a svg {
  fill: #fff;
}

.highfly-or84td a:hover {
  background: #3d68e7;
}

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

.highfly-0krcm6 {
  margin-bottom: 16px;
}

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

.highfly-93prd5 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.highfly-2h6fdu {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.highfly-lgk52k 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);
}

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

.highfly-lgk52k 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: #1A1A1A;
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .highfly-lgk52k table tr th {
    padding: 12px 4px;
  }
}

.highfly-lgk52k table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.highfly-duwagk.highfly-fkxzqf {
  display: none;
}

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

.highfly-771vih iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highfly-771vih iframe.highfly-cm9z8e {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.highfly-771vih.highfly-3cyxq2 {
  opacity: 1;
  pointer-events: all;
}

.highfly-gdwj4h {
  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.highfly-rtcqbn ease-in-out;
}

.highfly-gdwj4h svg {
  margin-right: 10px;
}

.highfly-gdwj4h + .highfly-gdwj4h {
  margin-top: 14px;
}

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

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

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

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

.highfly-gtvn2j .highfly-14og1z {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.highfly-gtvn2j .highfly-14og1z h1,
.highfly-gtvn2j .highfly-14og1z 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) {
  .highfly-gtvn2j .highfly-14og1z h1,
  .highfly-gtvn2j .highfly-14og1z h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .highfly-gtvn2j .highfly-14og1z {
    margin: 28px 0 0;
  }
}

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

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

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

.highfly-lxi9n5 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.highfly-0d02fa {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

.highfly-l07x7g {
  padding: 25px 20px;
  border-radius: 10px;
  background: #1A1A1A;
  margin-bottom: 10px;
}

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

.highfly-obv0bf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

.highfly-r6sidm {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: #1A1A1A;
}

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

.highfly-r6sidm .highfly-5zf808 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .highfly-r6sidm .highfly-5zf808 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.highfly-g3oqgw {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.highfly-g3oqgw img {
  width: 100%;
}

.highfly-ub1q3d {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.highfly-zp5115 {
  width: 100%;
  margin: 0 0 100px;
}

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

.highfly-zp5115 .highfly-tyvaxf {
  position: relative;
}

.highfly-zp5115 .highfly-obe5hn {
  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;
}

.highfly-zp5115 .highfly-obe5hn.highfly-fkxzqf {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .highfly-zp5115 .highfly-vzgvnl {
    bottom: 90px;
  }
}

.highfly-zp5115 .highfly-vzgvnl .highfly-0ggix2 {
  max-width: 300px;
  width: 100%;
}

.highfly-zp5115 .highfly-vzgvnl .highfly-0ggix2 .highfly-0mvb7h {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .highfly-zp5115 .highfly-vzgvnl .highfly-0ggix2 .highfly-0mvb7h {
    font-size: 32px;
    text-align: center;
  }
}

.highfly-zp5115 .highfly-vzgvnl .highfly-0ggix2 .highfly-5owt5u {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .highfly-zp5115 .highfly-vzgvnl .highfly-0ggix2 .highfly-5owt5u {
    text-align: center;
  }
}

.highfly-zp5115 .highfly-vzgvnl .highfly-j8regp {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .highfly-zp5115 .highfly-vzgvnl .highfly-j8regp {
    flex-direction: column-reverse;
  }
}

.highfly-zp5115 .highfly-vzgvnl .highfly-j8regp .highfly-s9gpmu {
  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.highfly-rtcqbn ease-in-out;
}

.highfly-zp5115 .highfly-vzgvnl .highfly-j8regp .highfly-s9gpmu:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .highfly-zp5115 .highfly-vzgvnl .highfly-j8regp .highfly-s9gpmu {
    width: 100%;
  }
}

.highfly-zp5115 .highfly-vzgvnl .highfly-j8regp .highfly-jql15z {
  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.highfly-rtcqbn ease-in-out;
  overflow: hidden;
}

.highfly-zp5115 .highfly-vzgvnl .highfly-j8regp .highfly-jql15z 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);
  }
}

.highfly-zp5115 .highfly-vzgvnl .highfly-j8regp .highfly-jql15z: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;
}

.highfly-zp5115 .highfly-vzgvnl .highfly-j8regp .highfly-jql15z:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .highfly-zp5115 .highfly-vzgvnl .highfly-j8regp .highfly-jql15z {
    width: 100%;
  }
}

.highfly-zp5115 .highfly-vzgvnl.highfly-fkxzqf {
  display: none;
}

.highfly-zp5115 .highfly-cgykh9 {
  display: none;
}

.highfly-zp5115 .highfly-cgykh9.highfly-3cyxq2 {
  display: block;
}

.highfly-zp5115 .highfly-cgykh9 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .highfly-zp5115 .highfly-cgykh9 iframe {
    height: calc(100vh - 54px);
  }
}

.highfly-zp5115 .highfly-ud9s2g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .highfly-zp5115 .highfly-ud9s2g {
    padding: 24px 16px 0;
  }
}

.highfly-zp5115 .highfly-ud9s2g .highfly-0mvb7h {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .highfly-zp5115 .highfly-ud9s2g .highfly-0mvb7h {
    margin-bottom: 24px;
  }
}

.highfly-zp5115 .highfly-ud9s2g 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);
}

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

.highfly-zp5115 .highfly-ud9s2g 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: #1A1A1A;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .highfly-zp5115 .highfly-ud9s2g table tr th {
    padding: 12px 4px;
  }
}

.highfly-zp5115 .highfly-ud9s2g table tr:last-of-type td {
  border-bottom: none;
}

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

.highfly-54q85m.highfly-vqzn39 {
  display: block;
}

.highfly-54q85m iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.highfly-54q85m .highfly-exhy73 {
  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;
}

.highfly-54q85m .highfly-hpa8z6 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.highfly-54q85m .highfly-jql15z {
  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.highfly-rtcqbn ease-in-out;
}

.highfly-54q85m .highfly-jql15z:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.highfly-vufcyf.highfly-vqzn39 {
  display: block;
}

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

.highfly-9rlnja {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: #1A1A1A;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.highfly-9rxdvz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.highfly-y1ztv0 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.highfly-y1ztv0 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.highfly-8yisjn {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.highfly-iicrhn.highfly-fkxzqf {
  display: none;
}

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

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

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

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

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

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

.highfly-1qd845 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.highfly-1qd845 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.highfly-1qd845 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.highfly-1qd845 input:active {
  border-color: #c2c0ce;
}

.highfly-1qd845 input:focus {
  border-color: #c2c0ce;
}

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

.highfly-omqzde {
  margin-bottom: 36px;
}

.highfly-omqzde 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;
}

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

.highfly-omqzde textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.highfly-8jznbm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.highfly-7zz9vr {
  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.highfly-rtcqbn ease-in-out;
}

.highfly-7zz9vr:hover {
  background: var(--border-color);
}

.highfly-bpf1gs {
  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.highfly-rtcqbn ease-in-out;
}

.highfly-bpf1gs:hover {
  background: #166ad9;
}

.highfly-40zkmk {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.highfly-40zkmk.highfly-fkxzqf {
  display: none;
}

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

.highfly-40zkmk .highfly-7zz9vr {
  margin: 0 auto;
}

.highfly-pqbx8f {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.highfly-7trfkd {
  filter: grayscale(100%);
}

.highfly-0xrqjm > input {
  display: none;
}

.highfly-0xrqjm > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.highfly-r6imtf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.highfly-j96eds 44.highfly-drg9e1.highfly-iwiht9.highfly-yuceq2.highfly-r82qqq.highfly-f0r8ie.highfly-fo5ssx.highfly-8bf3pv.highfly-x9csco.highfly-hif7n1.highfly-0t5hqa.highfly-rqfs12.highfly-yvdokj 0l-12.highfly-80tfzd 30.highfly-65hx5c.highfly-nn4t2l 2.highfly-2p09ie.highfly-nn4t2l 3.highfly-9754mw 3.highfly-x658v0.highfly-7ixzrr 3.highfly-cve7v1.highfly-jmp1z6.highfly-q8bx1e.highfly-xx2ktp 7-3.highfly-80tfzd 10.highfly-y1jqka.highfly-xx2ktp 23.highfly-orxdht.highfly-nwmrsj 1.highfly-tifor2 2.highfly-80tfzd 3.highfly-nwmrsj 1.highfly-7ixzrr 5.highfly-77abgo.highfly-7ixzrr 32.highfly-xpjyp4.highfly-jmp1z6 5.highfly-yvdokj 4.highfly-xx2ktp 9.highfly-xx2ktp 8.highfly-7ixzrr 6.highfly-kd6wdx.highfly-1vb29v.highfly-2gobj1.highfly-7c0bqo.highfly-99jg81 4.highfly-ihk728.highfly-99jg81 6.highfly-99jg81 0l29.highfly-yvdokj 17.highfly-thr9ey.highfly-b3ci5q 2.highfly-ktwd5o 10.highfly-leju6s.highfly-80tfzd 8.highfly-x0p9xu.highfly-ery7dz.highfly-cncors.highfly-v3wol4.highfly-4mxdbv.highfly-jmp1z6.highfly-f0r8ie.highfly-80tfzd 1.highfly-op4h4e.highfly-emxjt8.highfly-2gxvkp.highfly-2a7e1l.highfly-yahyho.highfly-tifor2 1.highfly-qet2ho.highfly-gk6zx7.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.highfly-0xrqjm > input:checked ~ label,
.highfly-0xrqjm > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.highfly-r6imtf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.highfly-j96eds 44.highfly-drg9e1.highfly-iwiht9.highfly-yuceq2.highfly-r82qqq.highfly-f0r8ie.highfly-fo5ssx.highfly-8bf3pv.highfly-x9csco.highfly-hif7n1.highfly-0t5hqa.highfly-rqfs12.highfly-yvdokj 0l-12.highfly-80tfzd 30.highfly-65hx5c.highfly-nn4t2l 2.highfly-2p09ie.highfly-nn4t2l 3.highfly-9754mw 3.highfly-x658v0.highfly-7ixzrr 3.highfly-cve7v1.highfly-jmp1z6.highfly-q8bx1e.highfly-xx2ktp 7-3.highfly-80tfzd 10.highfly-y1jqka.highfly-xx2ktp 23.highfly-orxdht.highfly-nwmrsj 1.highfly-tifor2 2.highfly-80tfzd 3.highfly-nwmrsj 1.highfly-7ixzrr 5.highfly-77abgo.highfly-7ixzrr 32.highfly-xpjyp4.highfly-jmp1z6 5.highfly-yvdokj 4.highfly-xx2ktp 9.highfly-xx2ktp 8.highfly-7ixzrr 6.highfly-kd6wdx.highfly-1vb29v.highfly-2gobj1.highfly-7c0bqo.highfly-99jg81 4.highfly-ihk728.highfly-99jg81 6.highfly-99jg81 0l29.highfly-yvdokj 17.highfly-thr9ey.highfly-b3ci5q 2.highfly-ktwd5o 10.highfly-leju6s.highfly-80tfzd 8.highfly-x0p9xu.highfly-ery7dz.highfly-cncors.highfly-v3wol4.highfly-4mxdbv.highfly-jmp1z6.highfly-f0r8ie.highfly-80tfzd 1.highfly-op4h4e.highfly-emxjt8.highfly-2gxvkp.highfly-2a7e1l.highfly-yahyho.highfly-tifor2 1.highfly-qet2ho.highfly-gk6zx7.5z'/%3e%3c/svg%3e");
}

.highfly-0xrqjm > input:not(:checked) ~ label:hover,
.highfly-0xrqjm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.highfly-r6imtf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.highfly-j96eds 44.highfly-drg9e1.highfly-iwiht9.highfly-yuceq2.highfly-r82qqq.highfly-f0r8ie.highfly-fo5ssx.highfly-8bf3pv.highfly-x9csco.highfly-hif7n1.highfly-0t5hqa.highfly-rqfs12.highfly-yvdokj 0l-12.highfly-80tfzd 30.highfly-65hx5c.highfly-nn4t2l 2.highfly-2p09ie.highfly-nn4t2l 3.highfly-9754mw 3.highfly-x658v0.highfly-7ixzrr 3.highfly-cve7v1.highfly-jmp1z6.highfly-q8bx1e.highfly-xx2ktp 7-3.highfly-80tfzd 10.highfly-y1jqka.highfly-xx2ktp 23.highfly-orxdht.highfly-nwmrsj 1.highfly-tifor2 2.highfly-80tfzd 3.highfly-nwmrsj 1.highfly-7ixzrr 5.highfly-77abgo.highfly-7ixzrr 32.highfly-xpjyp4.highfly-jmp1z6 5.highfly-yvdokj 4.highfly-xx2ktp 9.highfly-xx2ktp 8.highfly-7ixzrr 6.highfly-kd6wdx.highfly-1vb29v.highfly-2gobj1.highfly-7c0bqo.highfly-99jg81 4.highfly-ihk728.highfly-99jg81 6.highfly-99jg81 0l29.highfly-yvdokj 17.highfly-thr9ey.highfly-b3ci5q 2.highfly-ktwd5o 10.highfly-leju6s.highfly-80tfzd 8.highfly-x0p9xu.highfly-ery7dz.highfly-cncors.highfly-v3wol4.highfly-4mxdbv.highfly-jmp1z6.highfly-f0r8ie.highfly-80tfzd 1.highfly-op4h4e.highfly-emxjt8.highfly-2gxvkp.highfly-2a7e1l.highfly-yahyho.highfly-tifor2 1.highfly-qet2ho.highfly-gk6zx7.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .highfly-u5u2ey > .highfly-ugwlvh {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .highfly-u5u2ey > .highfly-ugwlvh {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .highfly-u5u2ey > .highfly-ugwlvh {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .highfly-u5u2ey > .highfly-ugwlvh {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .highfly-u5u2ey > .highfly-ugwlvh {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.highfly-21v4kj {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.highfly-21v4kj.highfly-fkxzqf {
  display: none;
}

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

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

.highfly-xpiqi2 {
  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;
}

.highfly-xpiqi2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

.highfly-xpiqi2 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.highfly-3npz35 {
  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;
}

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

.highfly-3npz35::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) {
  .highfly-3npz35::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.highfly-21v4kj.highfly-32e37i .highfly-p99ve3 {
  background: #2b3b67;
}

.highfly-21v4kj.highfly-32e37i .highfly-xpiqi2 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.highfly-21v4kj.highfly-32e37i .highfly-xpiqi2::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.highfly-21v4kj.highfly-32e37i .highfly-xpiqi2::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.highfly-21v4kj.highfly-32e37i .highfly-3npz35::before {
  background: #0e0f41;
}

.highfly-21v4kj.highfly-32e37i .highfly-3npz35::after {
  background: #152557;
}

.highfly-21v4kj.highfly-w52vgz .highfly-p99ve3 {
  background: #1f35fa;
}

.highfly-21v4kj.highfly-w52vgz .highfly-xpiqi2 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.highfly-21v4kj.highfly-w52vgz .highfly-xpiqi2::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.highfly-21v4kj.highfly-w52vgz .highfly-xpiqi2::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.highfly-21v4kj.highfly-w52vgz .highfly-3npz35::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.highfly-21v4kj.highfly-w52vgz .highfly-3npz35::after {
  background: #192ac8;
}

.highfly-21v4kj.highfly-ctab0a .highfly-p99ve3 {
  background: #fa771f;
}

.highfly-21v4kj.highfly-ctab0a .highfly-xpiqi2 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.highfly-21v4kj.highfly-ctab0a .highfly-xpiqi2::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.highfly-21v4kj.highfly-ctab0a .highfly-xpiqi2::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.highfly-21v4kj.highfly-ctab0a .highfly-3npz35::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.highfly-21v4kj.highfly-ctab0a .highfly-3npz35::after {
  background: #fa8535;
}

.highfly-k552sp {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.highfly-tsj8rd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: #1A1A1A;
}

@media only screen and (max-width: 767px) {
  .highfly-tsj8rd {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

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

.highfly-taakih {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.highfly-wi9klp {
  width: 120px;
  height: 22px;
}

.highfly-wi9klp .highfly-x1oajy {
  fill: #c2c0ce;
}

.highfly-wi9klp [rating="1"] .highfly-x1oajy:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.highfly-wi9klp [rating="2"] .highfly-x1oajy:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.highfly-wi9klp [rating="3"] .highfly-x1oajy:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.highfly-wi9klp [rating="4"] .highfly-x1oajy:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.highfly-wi9klp [rating="5"] .highfly-x1oajy:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.highfly-f2ip0d {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: #1A1A1A;
}

.highfly-f2ip0d.highfly-3cyxq2 {
  display: block;
}

.highfly-f2ip0d.highfly-fkxzqf {
  display: none;
}

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

.highfly-es3l2x {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.highfly-zpng9t {
  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: #1A1A1A;
}

.highfly-ihsj7o {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: #1A1A1A;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.highfly-6q5kuy small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.highfly-g7uz0p {
  font-size: 16px;
  line-height: 140%;
}

.highfly-cpt7ln {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.highfly-cpt7ln .highfly-x1oajy {
  fill: #c2c0ce;
}

.highfly-cpt7ln [rating="1"] .highfly-x1oajy:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.highfly-cpt7ln [rating="2"] .highfly-x1oajy:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.highfly-cpt7ln [rating="3"] .highfly-x1oajy:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.highfly-cpt7ln [rating="4"] .highfly-x1oajy:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.highfly-cpt7ln [rating="5"] .highfly-x1oajy:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.highfly-86qkej {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .highfly-86qkej {
    padding: 0 16px;
  }
}

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

.highfly-s8qsyo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: #1A1A1A;
}

@media only screen and (max-width: 767px) {
  .highfly-s8qsyo {
    padding: 12px;
    gap: 12px;
  }
}

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

.highfly-ggwlrq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highfly-f9tmnl {
  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;
}

.highfly-betzs7 {
  flex: 1;
  min-width: 0;
}

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

.highfly-hphpt6 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.highfly-hphpt6 svg path {
  fill: var(--button-bg-color);
}

.highfly-hphpt6 svg circle {
  fill: var(--button-text-color);
}

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

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

.highfly-z93fd0 strong {
  font-weight: 600;
}

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

.highfly-cjopez p {
  margin: 0 0 16px;
}

.highfly-cjopez p:last-child {
  margin-bottom: 0;
}

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

.highfly-k4y846 {
  max-width: 300px;
  width: 100%;
}

.highfly-k4y846 a {
  width: 100%;
}

@media (max-width: 575px) {
  .highfly-k4y846 {
    max-width: 200px;
  }
}

.highfly-trf1xd {
  justify-content: center;
}

.highfly-gxraq9 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.highfly-i0ksof {
  flex-wrap: wrap;
  justify-content: center;
}

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

.highfly-3k07ia {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, #1A1A1A, transparent 20%);
}

.highfly-3k07ia .highfly-sulcs8 {
  justify-content: center;
}

/* faq */

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

.highfly-bbxfdy {
  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.highfly-v35d0o ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.highfly-bbxfdy::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.highfly-v35d0o ease;
}

.highfly-vwogi1.highfly-vqzn39 .highfly-bbxfdy::after {
  transform: rotate(45deg);
}

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

.highfly-vwogi1.highfly-vqzn39 .highfly-dhan5m {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.highfly-nld9vr {
  margin: 25px 0;
}

.highfly-0xrqjm > input:not(:checked) ~ label:hover,
.highfly-0xrqjm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.highfly-939rhh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.highfly-9yj51p 44.highfly-8xnw8a.highfly-i255q7.highfly-dgjjg0.highfly-9lhs51.highfly-1c67fg.highfly-2cvxjy.highfly-z9bue4.highfly-rbfny2.highfly-aerfhn.highfly-50n2dr.highfly-i8bdjb.highfly-s68b7o 0l-12.highfly-rj6hy0 30.highfly-knmw43.highfly-um7f8d 2.highfly-p2m1d9.highfly-um7f8d 3.highfly-xodtvo 3.highfly-sstzhc.highfly-gby4os 3.highfly-ejt5n4.highfly-tddfy1.highfly-pt7unx.highfly-lbqcsy 7-3.highfly-rj6hy0 10.highfly-e25ris.highfly-lbqcsy 23.highfly-97yze7.highfly-5zgb52 1.highfly-lijjyn 2.highfly-rj6hy0 3.highfly-5zgb52 1.highfly-gby4os 5.highfly-hc2zlh.highfly-gby4os 32.highfly-vrneb2.highfly-tddfy1 5.highfly-s68b7o 4.highfly-lbqcsy 9.highfly-lbqcsy 8.highfly-gby4os 6.highfly-wdehss.highfly-whj3pm.highfly-pyc1vz.highfly-9qm54h.highfly-44zurm 4.highfly-6vt3b5.highfly-44zurm 6.highfly-44zurm 0l29.highfly-s68b7o 17.highfly-0y9bb6.highfly-a3trpd 2.highfly-b4o5a6 10.highfly-nf6w94.highfly-rj6hy0 8.highfly-j6xkmr.highfly-98nsok.highfly-tn27ty.highfly-7tiu8m.highfly-o9r38v.highfly-tddfy1.highfly-1c67fg.highfly-rj6hy0 1.highfly-qq69v6.highfly-ejhrp4.highfly-eqfhhe.highfly-mpncwz.highfly-kdn1nh.highfly-lijjyn 1.highfly-o03st4.highfly-68fra8.5z'/%3e%3c/svg%3e");
}

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

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

.highfly-s80h1k {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: #1A1A1A;
}

.highfly-s80h1k.highfly-knr4bb {
  display: block;
}

.highfly-s80h1k.highfly-0024la {
  display: none;
}

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

.highfly-y4p4r6 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.highfly-by729r {
  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: #1A1A1A;
}

.highfly-uhp1iu {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: #1A1A1A;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.highfly-6cqjuz small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.highfly-dzlej6 {
  font-size: 16px;
  line-height: 140%;
}

.highfly-pgsb1w {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.highfly-pgsb1w .highfly-rp0n8p {
  fill: #c2c0ce;
}

.highfly-pgsb1w [rating="1"] .highfly-rp0n8p:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.highfly-pgsb1w [rating="2"] .highfly-rp0n8p:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.highfly-pgsb1w [rating="3"] .highfly-rp0n8p:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.highfly-pgsb1w [rating="4"] .highfly-rp0n8p:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.highfly-pgsb1w [rating="5"] .highfly-rp0n8p:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.highfly-e6y5tk {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: #1A1A1A;
  font-family: sans-serif;
}

.highfly-e6y5tk 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;
}

.highfly-e6y5tk 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 */

.highfly-vuzkz0 {
  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);
}

.highfly-vuzkz0.highfly-8m34b3 {
  opacity: 1;
  pointer-events: auto;
}
