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

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

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

.neon-fv6j2s {
  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) {
  .neon-fv6j2s: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;
  }
}

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

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

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

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

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

.neon-ouc194 {
  cursor: pointer;
}

.neon-30m9no {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.neon-irndfv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.neon-irndfv figure {
  margin: 0;
}

.neon-irndfv.neon-0wzdj1 {
  justify-content: flex-start;
  margin-right: 4px;
}

.neon-irndfv.neon-wvcq83 {
  justify-content: flex-end;
  margin-left: 4px;
}

.neon-irndfv.neon-usk11t {
  justify-content: center;
}

.neon-irndfv.neon-4otarv {
  justify-content: normal;
}

.neon-a9pir4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.neon-8wn3kk img {
  width: 100%;
}

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

.neon-01jslc {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.neon-01jslc 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) {
  .neon-01jslc ul {
    margin-bottom: 15px;
  }
}

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

.neon-01jslc 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);
}

.neon-01jslc ul li span svg {
  fill: var(--title-color);
}

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

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

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

.neon-01jslc ul li:last-of-type::after {
  display: none;
}

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

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

.neon-gftg97 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .neon-2oww1y {
    height: 50px;
  }
}

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

.neon-2oww1y.neon-uujacd {
  background-color: #000;
}

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

.neon-oceexl {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.neon-n4m50g {
  margin-bottom: 94px;
}

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

.neon-mwjoxo .neon-o79zqd {
  margin-bottom: 28px;
}

.neon-mwjoxo .neon-o79zqd img {
  max-height: 100px;
  width: auto;
}

.neon-2pv8u1 {
  display: flex;
  align-items: center;
}

.neon-2pv8u1 a + a {
  margin-left: 24px;
}

.neon-2pv8u1 img {
  max-height: 56px;
  width: auto;
}

.neon-2pv8u1 img + img {
  margin-left: 24px;
}

.neon-4k5xlo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.neon-vw8sqz {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.neon-c1t4uh li {
  display: flex;
  margin: 0 7px;
}

.neon-c1t4uh li svg {
  transition: 0.neon-zr78np ease-in-out;
}

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

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

.neon-ya2c2h + .neon-ya2c2h {
  margin-left: 120px;
}

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

.neon-0mxljq {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.neon-w08vv0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.neon-w08vv0 li {
  font-size: 16px;
}

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

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

.neon-w08vv0 li + li {
  margin-top: 16px;
}

.neon-8ckksb {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.neon-kbecro ease-in-out;
}

.neon-8ckksb.neon-8xgcjm {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.neon-ilykwv li {
  width: 100%;
}

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

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

.neon-ilykwv li a.neon-8xgcjm {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.neon-0dow0c {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.neon-0dow0c img {
  width: 100%;
  transition: 0.neon-zr78np ease-in-out;
}

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

.neon-gtru8b {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .neon-gtru8b {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .neon-j99vu5 .neon-o79zqd img {
    max-width: 90px;
  }
}

.neon-o79zqd img {
  max-height: 50px;
  width: auto;
}

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

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

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

.neon-sm7hro li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

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

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

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

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

.neon-5u1vs9.neon-h31vk6 {
  margin-right: 0;
}

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

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

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

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

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

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

.neon-p8995l:hover > ul {
  display: flex;
}

.neon-p8995l:focus > ul {
  display: flex;
}

.neon-p8995l:focus-within > ul {
  display: flex;
}

.neon-4afw6m {
  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;
}

.neon-4afw6m::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.neon-kbecro ease-in-out;
}

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

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

.neon-p8995l 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.neon-zr78np ease-in-out;
  overflow: hidden;
}

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

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

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

.neon-mrjwnv {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .neon-mrjwnv:checked ~ .neon-cdiifc {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .neon-cdiifc {
    display: none;
    transition: display 0.neon-zr78np ease-in-out;
  }
  .neon-mrjwnv:checked ~ .neon-cdiifc {
    display: block;
  }
  .neon-mrjwnv:checked + .neon-zvlwkj span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .neon-mrjwnv:checked + .neon-zvlwkj span:nth-child(2) {
    display: none;
  }
  .neon-mrjwnv:checked + .neon-zvlwkj span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.neon-hnqmo4 img {
  margin-bottom: 20px;
}

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

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

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

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

.neon-vw4dbd {
  color: var(--text-color);
}

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

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

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

.neon-bufb02 p img {
  display: block;
  margin: 0 auto;
}

.neon-bufb02 p:first-of-type {
  margin-top: 0;
}

.neon-bufb02 p:last-of-type {
  margin-bottom: 0;
}

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

.neon-bufb02 ul {
  padding: 0 0 0 20px;
}

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

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

.neon-bufb02 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

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

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

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

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

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

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

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

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

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

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

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

.neon-j7xe6l .neon-0f4cr1 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.neon-j7xe6l .neon-5c8246 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.neon-5c8246 {
  margin: 0 0 28px;
}

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

.neon-0f4cr1 {
  margin: 0 0 28px;
}

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

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

.neon-w7m1g1 .neon-fv6j2s {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.neon-ad8jf6 {
  position: relative;
  border: none;
}

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

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

.neon-2yb632 span {
  height: 32px;
}

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

.neon-2yb632.neon-bxbjyh span {
  transform: scaleY(-1);
}

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

.neon-hpr4o5 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.neon-hpr4o5.neon-1yvk16 {
  display: none;
}

.neon-02a8e3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.neon-02a8e3 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .neon-02a8e3 table td {
    min-width: 75px;
  }
}

.neon-02a8e3 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

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

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

.neon-02a8e3 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

.neon-uq45fl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .neon-uq45fl {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.neon-3t0iap {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.neon-7m7z9t table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.neon-7m7z9t table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.neon-7m7z9t p {
  color: var(--text-color);
}

.neon-ph6whk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.neon-rdy6m9 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.neon-k9knm7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.neon-rthqky p + p {
  margin-top: 10px;
}

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

.neon-dr2fht {
  display: none;
}

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

.neon-6fx2ic {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.neon-6fx2ic li {
  margin: 0 20px;
}

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

.neon-6fx2ic li a img {
  margin-bottom: 4px;
}

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

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

.neon-islxdj li {
  font-size: 16px;
  position: relative;
}

.neon-islxdj li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.neon-islxdj li span {
  opacity: 0.5;
}

.neon-islxdj li + li {
  margin-left: 30px;
}

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

h2.neon-pu28w4 {
  margin: 0 0 28px;
}

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

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

.neon-vxo8ro tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.neon-vxo8ro tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.neon-vxo8ro tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

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

.neon-vxo8ro tbody tr:last-of-type {
  margin-bottom: 0;
}

.neon-vxo8ro tbody tr td:first-of-type {
  flex-shrink: 0;
}

.neon-vxo8ro 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);
}

.neon-vxo8ro 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);
}

.neon-vxo8ro tbody tr td:last-of-type {
  margin-left: auto;
}

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

.neon-vxo8ro tbody tr td .neon-9f0ikp {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .neon-vxo8ro tbody tr td .neon-9f0ikp {
    width: 100%;
  }
}

.neon-vxo8ro tbody tr td .neon-f2g42i {
  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.neon-zr78np ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .neon-vxo8ro tbody tr td .neon-f2g42i {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .neon-vxo8ro tbody tr td .neon-f2g42i {
    width: 100%;
  }
}

.neon-vxo8ro tbody tr td .neon-etg87k {
  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) {
  .neon-vxo8ro tbody tr td .neon-etg87k:hover {
    text-decoration: none;
  }
}

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

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

.neon-le0eo1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.neon-qmlvth img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.neon-zr78np ease-in-out;
}

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

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

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

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

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

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

.neon-8u790p img {
  width: 100%;
  height: 100%;
}

.neon-8u790p iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.neon-0mo0ta svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.neon-zr78np ease-in-out;
}

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

.neon-mz967u {
  padding: 90px 0;
}

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

.neon-26e1bd {
  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) {
  .neon-26e1bd {
    padding: 0 16px;
  }
}

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

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

.neon-mbjj78 img {
  width: 100%;
}

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

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

.neon-lgr0rb {
  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;
}

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

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

.neon-uq46m3 {
  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.neon-zr78np ease-in-out;
}

.neon-uq46m3:hover {
  border: 1px solid #8c8ca2;
}

.neon-65gee1 {
  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%);
}

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

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

.neon-tky3ho a {
  text-decoration: underline;
  color: #8babff;
}

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

.neon-edmska .neon-uq46m3 {
  width: 50%;
  margin: 0;
}

.neon-n47raa {
  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;
}

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

.neon-m982fz {
  margin: 0 0 100px;
}

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

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

.neon-26k3vf {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

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

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

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

.neon-24av8e {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.neon-cy1me8 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.neon-zr78np ease-in-out;
}

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

.neon-cy1me8 a svg {
  fill: #fff;
}

.neon-cy1me8 a:hover {
  background: #3d68e7;
}

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

.neon-r3exs3 {
  margin-bottom: 16px;
}

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

.neon-awo0qx {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.neon-an1yue 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);
}

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

.neon-an1yue table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

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

.neon-an1yue table tr:last-of-type td {
  border-bottom: none;
}

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

.neon-0x90ud {
  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) {
  .neon-0x90ud {
    min-height: 190px;
  }
}

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

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

.neon-06i29s {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.neon-06i29s.neon-yn7nwz {
  display: none;
}

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

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

.neon-w4nrc5 iframe.neon-843llr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.neon-w4nrc5.neon-94k3dv {
  opacity: 1;
  pointer-events: all;
}

.neon-umkqe4 {
  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.neon-zr78np ease-in-out;
}

.neon-umkqe4 svg {
  margin-right: 10px;
}

.neon-umkqe4 + .neon-umkqe4 {
  margin-top: 14px;
}

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

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

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

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

.neon-nunscv .neon-w7m1g1 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .neon-nunscv .neon-w7m1g1 {
    margin: 28px 0 0;
  }
}

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

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

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

.neon-no6etb {
  max-width: 545px;
  width: 100%;
}

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

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

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

.neon-891syg iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.neon-mdhnma {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.neon-57ydng {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.neon-kebn4s .neon-fv6j2s {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .neon-kebn4s .neon-fv6j2s {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.neon-9pz6p5 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.neon-9pz6p5 img {
  width: 100%;
}

.neon-igej1n {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.neon-6ax6oj {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.neon-ugptip {
  width: 100%;
  margin: 0 0 100px;
}

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

.neon-ugptip .neon-c0hb1x {
  position: relative;
}

.neon-ugptip .neon-fbkqtw {
  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;
}

.neon-ugptip .neon-fbkqtw.neon-yn7nwz {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .neon-ugptip .neon-5irfyk {
    bottom: 90px;
  }
}

.neon-ugptip .neon-5irfyk .neon-168w08 {
  max-width: 300px;
  width: 100%;
}

.neon-ugptip .neon-5irfyk .neon-168w08 .neon-txqxdd {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .neon-ugptip .neon-5irfyk .neon-168w08 .neon-txqxdd {
    font-size: 32px;
    text-align: center;
  }
}

.neon-ugptip .neon-5irfyk .neon-168w08 .neon-ay84yq {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .neon-ugptip .neon-5irfyk .neon-168w08 .neon-ay84yq {
    text-align: center;
  }
}

.neon-ugptip .neon-5irfyk .neon-h31vk6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .neon-ugptip .neon-5irfyk .neon-h31vk6 {
    flex-direction: column-reverse;
  }
}

.neon-ugptip .neon-5irfyk .neon-h31vk6 .neon-7ayj3w {
  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.neon-zr78np ease-in-out;
}

.neon-ugptip .neon-5irfyk .neon-h31vk6 .neon-7ayj3w:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .neon-ugptip .neon-5irfyk .neon-h31vk6 .neon-7ayj3w {
    width: 100%;
  }
}

.neon-ugptip .neon-5irfyk .neon-h31vk6 .neon-godle8 {
  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.neon-zr78np ease-in-out;
  overflow: hidden;
}

.neon-ugptip .neon-5irfyk .neon-h31vk6 .neon-godle8 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);
  }
}

.neon-ugptip .neon-5irfyk .neon-h31vk6 .neon-godle8: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;
}

.neon-ugptip .neon-5irfyk .neon-h31vk6 .neon-godle8:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .neon-ugptip .neon-5irfyk .neon-h31vk6 .neon-godle8 {
    width: 100%;
  }
}

.neon-ugptip .neon-5irfyk.neon-yn7nwz {
  display: none;
}

.neon-ugptip .neon-o27qcu {
  display: none;
}

.neon-ugptip .neon-o27qcu.neon-94k3dv {
  display: block;
}

.neon-ugptip .neon-o27qcu iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .neon-ugptip .neon-o27qcu iframe {
    height: calc(100vh - 54px);
  }
}

.neon-ugptip .neon-awkzd1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .neon-ugptip .neon-awkzd1 {
    padding: 24px 16px 0;
  }
}

.neon-ugptip .neon-awkzd1 .neon-txqxdd {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .neon-ugptip .neon-awkzd1 .neon-txqxdd {
    margin-bottom: 24px;
  }
}

.neon-ugptip .neon-awkzd1 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);
}

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

.neon-ugptip .neon-awkzd1 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

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

.neon-ugptip .neon-awkzd1 table tr:last-of-type td {
  border-bottom: none;
}

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

.neon-rcoudl.neon-8xgcjm {
  display: block;
}

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

.neon-rcoudl .neon-qope4o {
  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;
}

.neon-rcoudl .neon-oi31bx {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.neon-rcoudl .neon-godle8 {
  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.neon-zr78np ease-in-out;
}

.neon-rcoudl .neon-godle8:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.neon-8y0j4s.neon-8xgcjm {
  display: block;
}

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

.neon-0hmari {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

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

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

.neon-01bjyd {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.neon-01bjyd svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.neon-taexsd {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.neon-kd5jx8.neon-yn7nwz {
  display: none;
}

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

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

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

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

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

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

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

.neon-elixxe input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.neon-elixxe input:active {
  border-color: #c2c0ce;
}

.neon-elixxe input:focus {
  border-color: #c2c0ce;
}

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

.neon-dsut3w {
  margin-bottom: 36px;
}

.neon-dsut3w 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;
}

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

.neon-dsut3w textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.neon-go1kzo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.neon-n9as1k {
  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.neon-zr78np ease-in-out;
}

.neon-n9as1k:hover {
  background: var(--border-color);
}

.neon-w3h6fq {
  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.neon-zr78np ease-in-out;
}

.neon-w3h6fq:hover {
  background: #166ad9;
}

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

.neon-nhkul4.neon-yn7nwz {
  display: none;
}

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

.neon-nhkul4 .neon-n9as1k {
  margin: 0 auto;
}

.neon-91fq21 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.neon-vwy2fh {
  filter: grayscale(100%);
}

.neon-a96g2j > input {
  display: none;
}

.neon-a96g2j > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon-345e7m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.neon-rvpsug 44.neon-pbturc.neon-tp891r.neon-ujc02p.neon-jkd235.neon-60l1vr.neon-p8i6eh.neon-2cx7ua.neon-9u52my.neon-6kw1d5.neon-gvzp4t.neon-lvdh35.neon-zp3cha 0l-12.neon-j2f4c3 30.neon-mslq9o.neon-u7sknd 2.neon-g9fhqu.neon-u7sknd 3.neon-5hznpk 3.neon-bfjkda.neon-vgojel 3.neon-b3un0u.neon-ng9qc5.neon-a9p4bn.neon-h1zmkg 7-3.neon-j2f4c3 10.neon-hglgjv.neon-h1zmkg 23.neon-yggmkg.neon-l0f03i 1.neon-ysuu1x 2.neon-j2f4c3 3.neon-l0f03i 1.neon-vgojel 5.neon-gp8fgg.neon-vgojel 32.neon-ksb18g.neon-ng9qc5 5.neon-zp3cha 4.neon-h1zmkg 9.neon-h1zmkg 8.neon-vgojel 6.neon-vwxz1s.neon-48mqzr.neon-5jz4hc.neon-libudu.neon-whgvij 4.neon-k91r23.neon-whgvij 6.neon-whgvij 0l29.neon-zp3cha 17.neon-1cghj4.neon-8smsrg 2.neon-tydiva 10.neon-j7hwux.neon-j2f4c3 8.neon-ju9bm5.neon-lknjs2.neon-cfh3cg.neon-lpp43m.neon-usl9vm.neon-ng9qc5.neon-60l1vr.neon-j2f4c3 1.neon-k7veba.neon-rjk841.neon-ci0ptn.neon-atme38.neon-9mhkc0.neon-ysuu1x 1.neon-yopm0d.neon-iihtj3.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.neon-a96g2j > input:checked ~ label,
.neon-a96g2j > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon-345e7m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.neon-rvpsug 44.neon-pbturc.neon-tp891r.neon-ujc02p.neon-jkd235.neon-60l1vr.neon-p8i6eh.neon-2cx7ua.neon-9u52my.neon-6kw1d5.neon-gvzp4t.neon-lvdh35.neon-zp3cha 0l-12.neon-j2f4c3 30.neon-mslq9o.neon-u7sknd 2.neon-g9fhqu.neon-u7sknd 3.neon-5hznpk 3.neon-bfjkda.neon-vgojel 3.neon-b3un0u.neon-ng9qc5.neon-a9p4bn.neon-h1zmkg 7-3.neon-j2f4c3 10.neon-hglgjv.neon-h1zmkg 23.neon-yggmkg.neon-l0f03i 1.neon-ysuu1x 2.neon-j2f4c3 3.neon-l0f03i 1.neon-vgojel 5.neon-gp8fgg.neon-vgojel 32.neon-ksb18g.neon-ng9qc5 5.neon-zp3cha 4.neon-h1zmkg 9.neon-h1zmkg 8.neon-vgojel 6.neon-vwxz1s.neon-48mqzr.neon-5jz4hc.neon-libudu.neon-whgvij 4.neon-k91r23.neon-whgvij 6.neon-whgvij 0l29.neon-zp3cha 17.neon-1cghj4.neon-8smsrg 2.neon-tydiva 10.neon-j7hwux.neon-j2f4c3 8.neon-ju9bm5.neon-lknjs2.neon-cfh3cg.neon-lpp43m.neon-usl9vm.neon-ng9qc5.neon-60l1vr.neon-j2f4c3 1.neon-k7veba.neon-rjk841.neon-ci0ptn.neon-atme38.neon-9mhkc0.neon-ysuu1x 1.neon-yopm0d.neon-iihtj3.5z'/%3e%3c/svg%3e");
}

.neon-a96g2j > input:not(:checked) ~ label:hover,
.neon-a96g2j > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon-345e7m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.neon-rvpsug 44.neon-pbturc.neon-tp891r.neon-ujc02p.neon-jkd235.neon-60l1vr.neon-p8i6eh.neon-2cx7ua.neon-9u52my.neon-6kw1d5.neon-gvzp4t.neon-lvdh35.neon-zp3cha 0l-12.neon-j2f4c3 30.neon-mslq9o.neon-u7sknd 2.neon-g9fhqu.neon-u7sknd 3.neon-5hznpk 3.neon-bfjkda.neon-vgojel 3.neon-b3un0u.neon-ng9qc5.neon-a9p4bn.neon-h1zmkg 7-3.neon-j2f4c3 10.neon-hglgjv.neon-h1zmkg 23.neon-yggmkg.neon-l0f03i 1.neon-ysuu1x 2.neon-j2f4c3 3.neon-l0f03i 1.neon-vgojel 5.neon-gp8fgg.neon-vgojel 32.neon-ksb18g.neon-ng9qc5 5.neon-zp3cha 4.neon-h1zmkg 9.neon-h1zmkg 8.neon-vgojel 6.neon-vwxz1s.neon-48mqzr.neon-5jz4hc.neon-libudu.neon-whgvij 4.neon-k91r23.neon-whgvij 6.neon-whgvij 0l29.neon-zp3cha 17.neon-1cghj4.neon-8smsrg 2.neon-tydiva 10.neon-j7hwux.neon-j2f4c3 8.neon-ju9bm5.neon-lknjs2.neon-cfh3cg.neon-lpp43m.neon-usl9vm.neon-ng9qc5.neon-60l1vr.neon-j2f4c3 1.neon-k7veba.neon-rjk841.neon-ci0ptn.neon-atme38.neon-9mhkc0.neon-ysuu1x 1.neon-yopm0d.neon-iihtj3.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .neon-hagvhq > .neon-nr0j9h {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .neon-hagvhq > .neon-nr0j9h {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .neon-hagvhq > .neon-nr0j9h {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .neon-hagvhq > .neon-nr0j9h {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .neon-hagvhq > .neon-nr0j9h {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.neon-v4zksj.neon-yn7nwz {
  display: none;
}

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

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

.neon-7y7ma5 {
  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;
}

.neon-7y7ma5::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

.neon-7y7ma5 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.neon-orn6pt {
  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;
}

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

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

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

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

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

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

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

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

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

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

.neon-v4zksj.neon-y4ec7m .neon-g1zyol {
  background: #2b3b67;
}

.neon-v4zksj.neon-y4ec7m .neon-7y7ma5 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.neon-v4zksj.neon-y4ec7m .neon-7y7ma5::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.neon-v4zksj.neon-y4ec7m .neon-7y7ma5::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.neon-v4zksj.neon-y4ec7m .neon-orn6pt::before {
  background: #0e0f41;
}

.neon-v4zksj.neon-y4ec7m .neon-orn6pt::after {
  background: #152557;
}

.neon-v4zksj.neon-og4kh0 .neon-g1zyol {
  background: #1f35fa;
}

.neon-v4zksj.neon-og4kh0 .neon-7y7ma5 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.neon-v4zksj.neon-og4kh0 .neon-7y7ma5::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.neon-v4zksj.neon-og4kh0 .neon-7y7ma5::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.neon-v4zksj.neon-og4kh0 .neon-orn6pt::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.neon-v4zksj.neon-og4kh0 .neon-orn6pt::after {
  background: #192ac8;
}

.neon-v4zksj.neon-s8i7dg .neon-g1zyol {
  background: #fa771f;
}

.neon-v4zksj.neon-s8i7dg .neon-7y7ma5 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.neon-v4zksj.neon-s8i7dg .neon-7y7ma5::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.neon-v4zksj.neon-s8i7dg .neon-7y7ma5::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.neon-v4zksj.neon-s8i7dg .neon-orn6pt::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.neon-v4zksj.neon-s8i7dg .neon-orn6pt::after {
  background: #fa8535;
}

.neon-hq7kb6 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.neon-g0mdmb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

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

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

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

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

.neon-z6wrle {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.neon-mzd6c1 {
  width: 120px;
  height: 22px;
}

.neon-mzd6c1 .neon-8t9cfe {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.neon-e9l0un {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.neon-e9l0un.neon-94k3dv {
  display: block;
}

.neon-e9l0un.neon-yn7nwz {
  display: none;
}

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

.neon-r2rqip {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.neon-14uo1t {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.neon-sl6fdr {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

.neon-7rjoy6 {
  font-size: 16px;
  line-height: 140%;
}

.neon-p860nx {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.neon-p860nx .neon-8t9cfe {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

.neon-b5an7s {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.neon-t0hc6b {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

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

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

.neon-nw2e4x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.neon-06fsai {
  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;
}

.neon-g01ds4 {
  flex: 1;
  min-width: 0;
}

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

.neon-ik5lba {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.neon-ik5lba svg path {
  fill: var(--button-bg-color);
}

.neon-ik5lba svg circle {
  fill: var(--button-text-color);
}

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

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

.neon-u0ngsr strong {
  font-weight: 600;
}

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

.neon-2r42bv p {
  margin: 0 0 16px;
}

.neon-2r42bv p:last-child {
  margin-bottom: 0;
}

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

.neon-r00i84 {
  max-width: 300px;
  width: 100%;
}

.neon-r00i84 a {
  width: 100%;
}

@media (max-width: 575px) {
  .neon-r00i84 {
    max-width: 200px;
  }
}

.neon-j0dcfh {
  justify-content: center;
}

.neon-e7aosz {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.neon-p5osc0 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.neon-a09bnn .neon-sm7hro {
  justify-content: center;
}

/* faq */

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

.neon-nu1ym9 {
  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.neon-h4f351 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neon-nu1ym9::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.neon-h4f351 ease;
}

.neon-l5tha3.neon-8xgcjm .neon-nu1ym9::after {
  transform: rotate(45deg);
}

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

.neon-l5tha3.neon-8xgcjm .neon-n7t48u {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.neon-l5eiwg {
  margin: 25px 0;
}

.neon-a96g2j > input:not(:checked) ~ label:hover,
.neon-a96g2j > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon-035p2c.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.neon-45cedo 44.neon-zg8vp9.neon-ouneec.neon-69kq7e.neon-xhoio0.neon-gon4pt.neon-gkizcg.neon-gwugnw.neon-e0jnlf.neon-bz5z3x.neon-p55x7h.neon-gj5f9g.neon-zcqtur 0l-12.neon-32lwsu 30.neon-1qoee8.neon-caf1ct 2.neon-1dps31.neon-caf1ct 3.neon-nrsk66 3.neon-7mp81z.neon-hron7y 3.neon-poo0es.neon-20f6m6.neon-9hauop.neon-hstlqy 7-3.neon-32lwsu 10.neon-kqmchr.neon-hstlqy 23.neon-rlz85q.neon-e2lecd 1.neon-dhpbrl 2.neon-32lwsu 3.neon-e2lecd 1.neon-hron7y 5.neon-dbdo02.neon-hron7y 32.neon-moyc38.neon-20f6m6 5.neon-zcqtur 4.neon-hstlqy 9.neon-hstlqy 8.neon-hron7y 6.neon-fcjmzi.neon-cbqny7.neon-tbahj6.neon-pq0wmv.neon-9rqeyt 4.neon-djailr.neon-9rqeyt 6.neon-9rqeyt 0l29.neon-zcqtur 17.neon-8n6sai.neon-vrksjp 2.neon-5ujxka 10.neon-m0qlfn.neon-32lwsu 8.neon-mfcd5e.neon-cg6ylw.neon-vzampj.neon-vlhsdm.neon-o0qb4t.neon-20f6m6.neon-gon4pt.neon-32lwsu 1.neon-1rmjuy.neon-w61t7g.neon-060yzp.neon-b0ovl6.neon-dod5jg.neon-dhpbrl 1.neon-azrg68.neon-a4ylr6.5z'/%3e%3c/svg%3e");
}

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

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

.neon-dltfrt {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.neon-dltfrt.neon-lsrxq2 {
  display: block;
}

.neon-dltfrt.neon-38ojrq {
  display: none;
}

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

.neon-nnfq8g {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.neon-73ej4q {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.neon-uysmfh {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

.neon-h98wig {
  font-size: 16px;
  line-height: 140%;
}

.neon-wg5k57 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.neon-wg5k57 .neon-jh3bxl {
  fill: #c2c0ce;
}

.neon-wg5k57 [rating="1"] .neon-jh3bxl:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.neon-wg5k57 [rating="2"] .neon-jh3bxl:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.neon-wg5k57 [rating="3"] .neon-jh3bxl:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.neon-wg5k57 [rating="4"] .neon-jh3bxl:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.neon-wg5k57 [rating="5"] .neon-jh3bxl:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.neon-o0gsa9 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;
}

.neon-o0gsa9 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 */

.neon-oxqg8q {
  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);
}

.neon-oxqg8q.neon-mm1v5p {
  opacity: 1;
  pointer-events: auto;
}

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

.neon-zk0nf5 label {
  font-size: 14px;
}

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

.neon-17sxh9 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.neon-nud6q2, .neon-jqajcd, [class*="review-card"],
thead, thead th, table th, .neon-ywbgki,
.neon-6ie8aj, [class*="collapsible-header"],
.neon-ph6whk, [class*="updated-block"] {
  color: #ece7dc !important;
}
