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

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

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

.neon54-gqr9to {
  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) {
  .neon54-gqr9to: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;
  }
}

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

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

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

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

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

.neon54-fhv6hz {
  cursor: pointer;
}

.neon54-a7e49j {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.neon54-wnm0zi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.neon54-wnm0zi figure {
  margin: 0;
}

.neon54-wnm0zi.neon54-waggun {
  justify-content: flex-start;
  margin-right: 4px;
}

.neon54-wnm0zi.neon54-d68egn {
  justify-content: flex-end;
  margin-left: 4px;
}

.neon54-wnm0zi.neon54-urcxj9 {
  justify-content: center;
}

.neon54-wnm0zi.neon54-jil0li {
  justify-content: normal;
}

.neon54-fd9h62 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.neon54-oo01t4 img {
  width: 100%;
}

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

.neon54-6r34oh {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.neon54-6r34oh 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) {
  .neon54-6r34oh ul {
    margin-bottom: 15px;
  }
}

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

.neon54-6r34oh 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);
}

.neon54-6r34oh ul li span svg {
  fill: var(--title-color);
}

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

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

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

.neon54-6r34oh ul li:last-of-type::after {
  display: none;
}

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

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

.neon54-rposg5 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.neon54-j43z6r.neon54-c5b492 {
  background-color: #000;
}

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

.neon54-7t7gto {
  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) {
  .neon54-7t7gto {
    padding: 80px 16px 0;
  }
}

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

.neon54-4gjbri {
  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) {
  .neon54-4gjbri {
    flex-direction: column;
  }
}

.neon54-o385ny {
  margin-bottom: 94px;
}

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

.neon54-89v5pj .neon54-9e6ycw {
  margin-bottom: 28px;
}

.neon54-89v5pj .neon54-9e6ycw img {
  max-height: 100px;
  width: auto;
}

.neon54-4py0jt {
  display: flex;
  align-items: center;
}

.neon54-4py0jt a + a {
  margin-left: 24px;
}

.neon54-4py0jt img {
  max-height: 56px;
  width: auto;
}

.neon54-4py0jt img + img {
  margin-left: 24px;
}

.neon54-9wp7dy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.neon54-cez4my {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.neon54-gnpthl li {
  display: flex;
  margin: 0 7px;
}

.neon54-gnpthl li svg {
  transition: 0.neon54-xzc2iv ease-in-out;
}

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

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

.neon54-h3vv99 + .neon54-h3vv99 {
  margin-left: 120px;
}

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

.neon54-7su8tp {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.neon54-szywzk {
  list-style: none;
  margin: 0;
  padding: 0;
}

.neon54-szywzk li {
  font-size: 16px;
}

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

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

.neon54-szywzk li + li {
  margin-top: 16px;
}

.neon54-0l1lv9 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.neon54-cwu3ic ease-in-out;
}

.neon54-0l1lv9.neon54-a413ej {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.neon54-qiu0cf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.neon54-lmy1zz li {
  width: 100%;
}

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

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

.neon54-lmy1zz li a.neon54-a413ej {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.neon54-7rqvnf {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.neon54-7rqvnf img {
  width: 100%;
  transition: 0.neon54-xzc2iv ease-in-out;
}

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

.neon54-xldvss {
  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) {
  .neon54-xldvss {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .neon54-mxuymd .neon54-9e6ycw img {
    max-width: 90px;
  }
}

.neon54-9e6ycw img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .neon54-9e6ycw {
    order: -2;
  }
}

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

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

.neon54-ujj4pn li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.neon54-bu93oe {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.neon54-bu93oe.neon54-kz0s1z {
  margin-right: 0;
}

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

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

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

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

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

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

.neon54-c3rdog:hover > ul {
  display: flex;
}

.neon54-c3rdog:focus > ul {
  display: flex;
}

.neon54-c3rdog:focus-within > ul {
  display: flex;
}

.neon54-2h1rje {
  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;
}

.neon54-2h1rje::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.neon54-cwu3ic ease-in-out;
}

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

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

.neon54-c3rdog 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.neon54-xzc2iv ease-in-out;
  overflow: hidden;
}

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

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

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

.neon54-vmxu0r {
  display: none;
}

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

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

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

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

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

.neon54-zbutt7 img {
  margin-bottom: 20px;
}

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

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

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

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

.neon54-6v33tn {
  color: var(--text-color);
}

.neon54-7xvf6w {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.neon54-7xvf6w p img {
  display: block;
  margin: 0 auto;
}

.neon54-7xvf6w p:first-of-type {
  margin-top: 0;
}

.neon54-7xvf6w p:last-of-type {
  margin-bottom: 0;
}

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

.neon54-7xvf6w ul {
  padding: 0 0 0 20px;
}

.neon54-7xvf6w table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

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

.neon54-7xvf6w iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.neon54-mhcfjc .neon54-k8t6og {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.neon54-mhcfjc .neon54-49ggxa {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .neon54-mhcfjc .neon54-49ggxa {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .neon54-mhcfjc .neon54-49ggxa img {
    width: 100%;
  }
}

.neon54-49ggxa {
  margin: 0 0 28px;
}

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

.neon54-k8t6og {
  margin: 0 0 28px;
}

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

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

.neon54-gposii .neon54-gqr9to {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.neon54-8nk815 {
  position: relative;
  border: none;
}

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

.neon54-eitka9 {
  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;
}

.neon54-eitka9 span {
  height: 32px;
}

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

.neon54-eitka9.neon54-dky05e span {
  transform: scaleY(-1);
}

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

.neon54-xt43ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.neon54-xt43ol.neon54-m23dyj {
  display: none;
}

.neon54-b1muuz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.neon54-b1muuz table {
  width: 100%;
  border-collapse: collapse;
}

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

  .neon54-b1muuz table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.neon54-q01l6y {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.neon54-odb89g p {
  color: var(--text-color);
}

.neon54-rdngv4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.neon54-evxb3b {
  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);
}

.neon54-wcbc7w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.neon54-gpdh9b p + p {
  margin-top: 10px;
}

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

.neon54-tqydw9 {
  display: none;
}

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

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

.neon54-dyi4a0 li {
  margin: 0 20px;
}

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

.neon54-dyi4a0 li a img {
  margin-bottom: 4px;
}

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

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

.neon54-fy7j37 li {
  font-size: 16px;
  position: relative;
}

.neon54-fy7j37 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.neon54-fy7j37 li span {
  opacity: 0.5;
}

.neon54-fy7j37 li + li {
  margin-left: 30px;
}

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

h2.neon54-ucxloe {
  margin: 0 0 28px;
}

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

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

.neon54-ftc3w3 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);
}

.neon54-ftc3w3 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;
}

.neon54-ftc3w3 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;
}

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

.neon54-ftc3w3 tbody tr:last-of-type {
  margin-bottom: 0;
}

.neon54-ftc3w3 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.neon54-ftc3w3 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);
}

.neon54-ftc3w3 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);
}

.neon54-ftc3w3 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.neon54-ftc3w3 tbody tr td .neon54-wsh2ii {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .neon54-ftc3w3 tbody tr td .neon54-wsh2ii {
    width: 100%;
  }
}

.neon54-ftc3w3 tbody tr td .neon54-g8kkgt {
  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.neon54-xzc2iv ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .neon54-ftc3w3 tbody tr td .neon54-g8kkgt {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .neon54-ftc3w3 tbody tr td .neon54-g8kkgt {
    width: 100%;
  }
}

.neon54-ftc3w3 tbody tr td .neon54-wbtevt {
  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) {
  .neon54-ftc3w3 tbody tr td .neon54-wbtevt:hover {
    text-decoration: none;
  }
}

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

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

.neon54-0763lj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.neon54-mll6zr img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.neon54-xzc2iv ease-in-out;
}

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

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

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

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

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

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

.neon54-vwpbb3 img {
  width: 100%;
  height: 100%;
}

.neon54-vwpbb3 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.neon54-wt4zr6 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.neon54-xzc2iv ease-in-out;
}

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

.neon54-a3tksc {
  padding: 90px 0;
}

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

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

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

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

.neon54-0woehq img {
  width: 100%;
}

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

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

.neon54-anb5fh {
  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;
}

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

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

.neon54-rdzr5z {
  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.neon54-xzc2iv ease-in-out;
}

.neon54-rdzr5z:hover {
  border: 1px solid #8c8ca2;
}

.neon54-kq6f4p {
  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%);
}

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

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

.neon54-c18fo9 a {
  text-decoration: underline;
  color: #8babff;
}

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

.neon54-ocaslh .neon54-rdzr5z {
  width: 50%;
  margin: 0;
}

.neon54-x1bzp2 {
  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;
}

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

.neon54-a5t5br {
  margin: 0 0 100px;
}

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

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

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

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

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

.neon54-9iokj6 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.neon54-izh2uz 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.neon54-xzc2iv ease-in-out;
}

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

.neon54-izh2uz a svg {
  fill: #fff;
}

.neon54-izh2uz a:hover {
  background: #3d68e7;
}

.neon54-4pnerf {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.neon54-4sjbi6 {
  margin-bottom: 16px;
}

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

.neon54-j5gdwl {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.neon54-sxmnv5 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);
}

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

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

.neon54-sxmnv5 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.neon54-oy5i9r.neon54-llc0x6 {
  display: none;
}

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

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

.neon54-lq24ap iframe.neon54-pk6czo {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.neon54-lq24ap.neon54-rykr4g {
  opacity: 1;
  pointer-events: all;
}

.neon54-li4i57 {
  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.neon54-xzc2iv ease-in-out;
}

.neon54-li4i57 svg {
  margin-right: 10px;
}

.neon54-li4i57 + .neon54-li4i57 {
  margin-top: 14px;
}

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

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

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

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

.neon54-x2v4yz .neon54-gposii {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .neon54-x2v4yz .neon54-gposii {
    margin: 28px 0 0;
  }
}

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

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

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

.neon54-vockf8 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.neon54-4dt6do {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.neon54-xjdu1y {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .neon54-6wlahu {
    padding: 10px;
  }
}

.neon54-6wlahu .neon54-gqr9to {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .neon54-6wlahu .neon54-gqr9to {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .neon54-6wlahu {
    flex-wrap: wrap;
  }
}

.neon54-hf6nzc {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.neon54-hf6nzc img {
  width: 100%;
}

.neon54-h5dd2h {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.neon54-6d95ec {
  width: 100%;
  margin: 0 0 100px;
}

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

.neon54-6d95ec .neon54-1px31f {
  position: relative;
}

.neon54-6d95ec .neon54-9cr7v4 {
  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;
}

.neon54-6d95ec .neon54-9cr7v4.neon54-llc0x6 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .neon54-6d95ec .neon54-woi6nt {
    bottom: 90px;
  }
}

.neon54-6d95ec .neon54-woi6nt .neon54-8duhxk {
  max-width: 300px;
  width: 100%;
}

.neon54-6d95ec .neon54-woi6nt .neon54-8duhxk .neon54-sw4csq {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .neon54-6d95ec .neon54-woi6nt .neon54-8duhxk .neon54-sw4csq {
    font-size: 32px;
    text-align: center;
  }
}

.neon54-6d95ec .neon54-woi6nt .neon54-8duhxk .neon54-f4rhma {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .neon54-6d95ec .neon54-woi6nt .neon54-8duhxk .neon54-f4rhma {
    text-align: center;
  }
}

.neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z {
    flex-direction: column-reverse;
  }
}

.neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z .neon54-gcx4el {
  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.neon54-xzc2iv ease-in-out;
}

.neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z .neon54-gcx4el:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z .neon54-gcx4el {
    width: 100%;
  }
}

.neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z .neon54-fj80x5 {
  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.neon54-xzc2iv ease-in-out;
  overflow: hidden;
}

.neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z .neon54-fj80x5 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);
  }
}

.neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z .neon54-fj80x5: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;
}

.neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z .neon54-fj80x5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .neon54-6d95ec .neon54-woi6nt .neon54-kz0s1z .neon54-fj80x5 {
    width: 100%;
  }
}

.neon54-6d95ec .neon54-woi6nt.neon54-llc0x6 {
  display: none;
}

.neon54-6d95ec .neon54-5w3vvu {
  display: none;
}

.neon54-6d95ec .neon54-5w3vvu.neon54-rykr4g {
  display: block;
}

.neon54-6d95ec .neon54-5w3vvu iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .neon54-6d95ec .neon54-5w3vvu iframe {
    height: calc(100vh - 54px);
  }
}

.neon54-6d95ec .neon54-fsfyjx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .neon54-6d95ec .neon54-fsfyjx {
    padding: 24px 16px 0;
  }
}

.neon54-6d95ec .neon54-fsfyjx .neon54-sw4csq {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .neon54-6d95ec .neon54-fsfyjx .neon54-sw4csq {
    margin-bottom: 24px;
  }
}

.neon54-6d95ec .neon54-fsfyjx 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);
}

.neon54-6d95ec .neon54-fsfyjx 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) {
  .neon54-6d95ec .neon54-fsfyjx table tr td {
    padding: 12px 4px;
  }
}

.neon54-6d95ec .neon54-fsfyjx 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) {
  .neon54-6d95ec .neon54-fsfyjx table tr th {
    padding: 12px 4px;
  }
}

.neon54-6d95ec .neon54-fsfyjx table tr:last-of-type td {
  border-bottom: none;
}

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

.neon54-5xlxj1.neon54-a413ej {
  display: block;
}

.neon54-5xlxj1 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.neon54-5xlxj1 .neon54-m1nkgn {
  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;
}

.neon54-5xlxj1 .neon54-hrh9wh {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.neon54-5xlxj1 .neon54-fj80x5 {
  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.neon54-xzc2iv ease-in-out;
}

.neon54-5xlxj1 .neon54-fj80x5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.neon54-rg6iof.neon54-a413ej {
  display: block;
}

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

.neon54-95swqn {
  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;
}

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

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

.neon54-fkrra7 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.neon54-fkrra7 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.neon54-69gvwa {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.neon54-qcopps.neon54-llc0x6 {
  display: none;
}

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

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

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

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

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

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

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

.neon54-iz0i0z input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.neon54-iz0i0z input:active {
  border-color: #c2c0ce;
}

.neon54-iz0i0z input:focus {
  border-color: #c2c0ce;
}

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

.neon54-4kygnb {
  margin-bottom: 36px;
}

.neon54-4kygnb 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;
}

.neon54-4kygnb textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.neon54-4kygnb textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.neon54-7ejciq {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.neon54-hcd2ja {
  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.neon54-xzc2iv ease-in-out;
}

.neon54-hcd2ja:hover {
  background: var(--border-color);
}

.neon54-plnuey {
  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.neon54-xzc2iv ease-in-out;
}

.neon54-plnuey:hover {
  background: #166ad9;
}

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

.neon54-gtboys.neon54-llc0x6 {
  display: none;
}

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

.neon54-gtboys .neon54-hcd2ja {
  margin: 0 auto;
}

.neon54-6xpkxl {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.neon54-l8nzdp {
  filter: grayscale(100%);
}

.neon54-m4ybf4 > input {
  display: none;
}

.neon54-m4ybf4 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon54-jxz27q.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.neon54-mvy247 44.neon54-odljxh.neon54-6nrzij.neon54-jizkdu.neon54-e5byuu.neon54-sg068t.neon54-lmouh5.neon54-9ne80j.neon54-bkuwn8.neon54-qpseeo.neon54-8yr7y0.neon54-xpu76s.neon54-75cdqs 0l-12.neon54-wyxd7h 30.neon54-sr5dx9.neon54-awnfms 2.neon54-y40zj6.neon54-awnfms 3.neon54-wdoql5 3.neon54-wnp9cq.neon54-y73ebh 3.neon54-pef46g.neon54-401ae3.neon54-xsb56l.neon54-b7q5nz 7-3.neon54-wyxd7h 10.neon54-dfy4kq.neon54-b7q5nz 23.neon54-tykjbx.neon54-fdazrh 1.neon54-33kktn 2.neon54-wyxd7h 3.neon54-fdazrh 1.neon54-y73ebh 5.neon54-wktcuy.neon54-y73ebh 32.neon54-kj90v0.neon54-401ae3 5.neon54-75cdqs 4.neon54-b7q5nz 9.neon54-b7q5nz 8.neon54-y73ebh 6.neon54-yjx2kk.neon54-n66kat.neon54-vnotnk.neon54-814jir.neon54-tp2zbw 4.neon54-f6tpic.neon54-tp2zbw 6.neon54-tp2zbw 0l29.neon54-75cdqs 17.neon54-gw1dji.neon54-tz9yyl 2.neon54-5agg3p 10.neon54-3lojxw.neon54-wyxd7h 8.neon54-gibosr.neon54-f3cg12.neon54-9kwnmp.neon54-fowtsq.neon54-ora5xm.neon54-401ae3.neon54-sg068t.neon54-wyxd7h 1.neon54-zjgo1z.neon54-2o4veb.neon54-pfwbnx.neon54-56jze8.neon54-r1rin3.neon54-33kktn 1.neon54-phvwkb.neon54-zjq1bc.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.neon54-m4ybf4 > input:checked ~ label,
.neon54-m4ybf4 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon54-jxz27q.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.neon54-mvy247 44.neon54-odljxh.neon54-6nrzij.neon54-jizkdu.neon54-e5byuu.neon54-sg068t.neon54-lmouh5.neon54-9ne80j.neon54-bkuwn8.neon54-qpseeo.neon54-8yr7y0.neon54-xpu76s.neon54-75cdqs 0l-12.neon54-wyxd7h 30.neon54-sr5dx9.neon54-awnfms 2.neon54-y40zj6.neon54-awnfms 3.neon54-wdoql5 3.neon54-wnp9cq.neon54-y73ebh 3.neon54-pef46g.neon54-401ae3.neon54-xsb56l.neon54-b7q5nz 7-3.neon54-wyxd7h 10.neon54-dfy4kq.neon54-b7q5nz 23.neon54-tykjbx.neon54-fdazrh 1.neon54-33kktn 2.neon54-wyxd7h 3.neon54-fdazrh 1.neon54-y73ebh 5.neon54-wktcuy.neon54-y73ebh 32.neon54-kj90v0.neon54-401ae3 5.neon54-75cdqs 4.neon54-b7q5nz 9.neon54-b7q5nz 8.neon54-y73ebh 6.neon54-yjx2kk.neon54-n66kat.neon54-vnotnk.neon54-814jir.neon54-tp2zbw 4.neon54-f6tpic.neon54-tp2zbw 6.neon54-tp2zbw 0l29.neon54-75cdqs 17.neon54-gw1dji.neon54-tz9yyl 2.neon54-5agg3p 10.neon54-3lojxw.neon54-wyxd7h 8.neon54-gibosr.neon54-f3cg12.neon54-9kwnmp.neon54-fowtsq.neon54-ora5xm.neon54-401ae3.neon54-sg068t.neon54-wyxd7h 1.neon54-zjgo1z.neon54-2o4veb.neon54-pfwbnx.neon54-56jze8.neon54-r1rin3.neon54-33kktn 1.neon54-phvwkb.neon54-zjq1bc.5z'/%3e%3c/svg%3e");
}

.neon54-m4ybf4 > input:not(:checked) ~ label:hover,
.neon54-m4ybf4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon54-jxz27q.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.neon54-mvy247 44.neon54-odljxh.neon54-6nrzij.neon54-jizkdu.neon54-e5byuu.neon54-sg068t.neon54-lmouh5.neon54-9ne80j.neon54-bkuwn8.neon54-qpseeo.neon54-8yr7y0.neon54-xpu76s.neon54-75cdqs 0l-12.neon54-wyxd7h 30.neon54-sr5dx9.neon54-awnfms 2.neon54-y40zj6.neon54-awnfms 3.neon54-wdoql5 3.neon54-wnp9cq.neon54-y73ebh 3.neon54-pef46g.neon54-401ae3.neon54-xsb56l.neon54-b7q5nz 7-3.neon54-wyxd7h 10.neon54-dfy4kq.neon54-b7q5nz 23.neon54-tykjbx.neon54-fdazrh 1.neon54-33kktn 2.neon54-wyxd7h 3.neon54-fdazrh 1.neon54-y73ebh 5.neon54-wktcuy.neon54-y73ebh 32.neon54-kj90v0.neon54-401ae3 5.neon54-75cdqs 4.neon54-b7q5nz 9.neon54-b7q5nz 8.neon54-y73ebh 6.neon54-yjx2kk.neon54-n66kat.neon54-vnotnk.neon54-814jir.neon54-tp2zbw 4.neon54-f6tpic.neon54-tp2zbw 6.neon54-tp2zbw 0l29.neon54-75cdqs 17.neon54-gw1dji.neon54-tz9yyl 2.neon54-5agg3p 10.neon54-3lojxw.neon54-wyxd7h 8.neon54-gibosr.neon54-f3cg12.neon54-9kwnmp.neon54-fowtsq.neon54-ora5xm.neon54-401ae3.neon54-sg068t.neon54-wyxd7h 1.neon54-zjgo1z.neon54-2o4veb.neon54-pfwbnx.neon54-56jze8.neon54-r1rin3.neon54-33kktn 1.neon54-phvwkb.neon54-zjq1bc.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .neon54-nu196t > .neon54-uvv8cx {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .neon54-nu196t > .neon54-uvv8cx {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .neon54-nu196t > .neon54-uvv8cx {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .neon54-nu196t > .neon54-uvv8cx {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .neon54-nu196t > .neon54-uvv8cx {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.neon54-4rcgq5 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.neon54-4rcgq5.neon54-llc0x6 {
  display: none;
}

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

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

.neon54-morwil {
  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;
}

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

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

.neon54-morwil img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.neon54-5ocl85 {
  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;
}

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

.neon54-5ocl85::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) {
  .neon54-5ocl85::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.neon54-4rcgq5.neon54-q6vn6l .neon54-kh8bik {
  background: #2b3b67;
}

.neon54-4rcgq5.neon54-q6vn6l .neon54-morwil {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.neon54-4rcgq5.neon54-q6vn6l .neon54-morwil::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.neon54-4rcgq5.neon54-q6vn6l .neon54-morwil::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.neon54-4rcgq5.neon54-q6vn6l .neon54-5ocl85::before {
  background: #0e0f41;
}

.neon54-4rcgq5.neon54-q6vn6l .neon54-5ocl85::after {
  background: #152557;
}

.neon54-4rcgq5.neon54-iarmyj .neon54-kh8bik {
  background: #1f35fa;
}

.neon54-4rcgq5.neon54-iarmyj .neon54-morwil {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.neon54-4rcgq5.neon54-iarmyj .neon54-morwil::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.neon54-4rcgq5.neon54-iarmyj .neon54-morwil::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.neon54-4rcgq5.neon54-iarmyj .neon54-5ocl85::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.neon54-4rcgq5.neon54-iarmyj .neon54-5ocl85::after {
  background: #192ac8;
}

.neon54-4rcgq5.neon54-g0vlwa .neon54-kh8bik {
  background: #fa771f;
}

.neon54-4rcgq5.neon54-g0vlwa .neon54-morwil {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.neon54-4rcgq5.neon54-g0vlwa .neon54-morwil::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.neon54-4rcgq5.neon54-g0vlwa .neon54-morwil::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.neon54-4rcgq5.neon54-g0vlwa .neon54-5ocl85::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.neon54-4rcgq5.neon54-g0vlwa .neon54-5ocl85::after {
  background: #fa8535;
}

.neon54-4k4sol {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.neon54-x1nuav {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.neon54-ndy5nb {
  width: 120px;
  height: 22px;
}

.neon54-ndy5nb .neon54-nnjxpv {
  fill: #c2c0ce;
}

.neon54-ndy5nb [rating="1"] .neon54-nnjxpv:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.neon54-ndy5nb [rating="2"] .neon54-nnjxpv:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.neon54-ndy5nb [rating="3"] .neon54-nnjxpv:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.neon54-ndy5nb [rating="4"] .neon54-nnjxpv:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.neon54-ndy5nb [rating="5"] .neon54-nnjxpv:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.neon54-80oet8 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.neon54-i9zgt4 {
  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);
}

.neon54-i9zgt4.neon54-rykr4g {
  display: block;
}

.neon54-i9zgt4.neon54-llc0x6 {
  display: none;
}

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

.neon54-1iy2nm {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.neon54-f3plj6 {
  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);
}

.neon54-bh5rkc {
  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;
}

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

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

.neon54-bcvrlv {
  font-size: 16px;
  line-height: 140%;
}

.neon54-wu8bbb {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.neon54-wu8bbb .neon54-nnjxpv {
  fill: #c2c0ce;
}

.neon54-wu8bbb [rating="1"] .neon54-nnjxpv:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.neon54-wu8bbb [rating="2"] .neon54-nnjxpv:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.neon54-wu8bbb [rating="3"] .neon54-nnjxpv:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.neon54-wu8bbb [rating="4"] .neon54-nnjxpv:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.neon54-wu8bbb [rating="5"] .neon54-nnjxpv:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.neon54-9jjld4 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.neon54-h49kku {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.neon54-x3fg5g {
  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) {
  .neon54-x3fg5g {
    padding: 12px;
    gap: 12px;
  }
}

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

.neon54-x88j35 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.neon54-ihgcez {
  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;
}

.neon54-2b63gx {
  flex: 1;
  min-width: 0;
}

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

.neon54-jurf5n {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.neon54-jurf5n svg path {
  fill: var(--button-bg-color);
}

.neon54-jurf5n svg circle {
  fill: var(--button-text-color);
}

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

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

.neon54-jkndgi strong {
  font-weight: 600;
}

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

.neon54-6g5dz2 p {
  margin: 0 0 16px;
}

.neon54-6g5dz2 p:last-child {
  margin-bottom: 0;
}

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

.neon54-s0216i {
  max-width: 300px;
  width: 100%;
}

.neon54-s0216i a {
  width: 100%;
}

@media (max-width: 575px) {
  .neon54-s0216i {
    max-width: 200px;
  }
}

.neon54-nkwk4m {
  justify-content: center;
}

.neon54-hml7mc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.neon54-pzm63c {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.neon54-4s5k51 .neon54-ujj4pn {
  justify-content: center;
}

/* faq */

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

.neon54-pe5f3g {
  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.neon54-zlzzs3 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neon54-pe5f3g::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.neon54-zlzzs3 ease;
}

.neon54-pqqr5v.neon54-a413ej .neon54-pe5f3g::after {
  transform: rotate(45deg);
}

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

.neon54-pqqr5v.neon54-a413ej .neon54-qjyni9 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.neon54-mupy9r {
  margin: 25px 0;
}

.neon54-m4ybf4 > input:not(:checked) ~ label:hover,
.neon54-m4ybf4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.neon54-civlys.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.neon54-xbqm2j 44.neon54-r73s8y.neon54-92dmrg.neon54-5868l4.neon54-m6flvy.neon54-svfrv9.neon54-qv6ny6.neon54-y7q0qt.neon54-xwsjey.neon54-63objd.neon54-bqgxue.neon54-3d13ln.neon54-dbnny6 0l-12.neon54-s6rwmk 30.neon54-9wql0n.neon54-8zk5am 2.neon54-1ot4z8.neon54-8zk5am 3.neon54-sa325r 3.neon54-3fokyp.neon54-4dvvy3 3.neon54-fpzhlk.neon54-fglet9.neon54-b18cay.neon54-6gcynp 7-3.neon54-s6rwmk 10.neon54-eg7o0i.neon54-6gcynp 23.neon54-bk74l6.neon54-j7nbcj 1.neon54-q2zbev 2.neon54-s6rwmk 3.neon54-j7nbcj 1.neon54-4dvvy3 5.neon54-ty8rh7.neon54-4dvvy3 32.neon54-vdanv3.neon54-fglet9 5.neon54-dbnny6 4.neon54-6gcynp 9.neon54-6gcynp 8.neon54-4dvvy3 6.neon54-dkfamm.neon54-0j9438.neon54-vmdl3n.neon54-9085gi.neon54-28g7qe 4.neon54-lkluct.neon54-28g7qe 6.neon54-28g7qe 0l29.neon54-dbnny6 17.neon54-n1tlez.neon54-989kkt 2.neon54-150eqa 10.neon54-iorzdm.neon54-s6rwmk 8.neon54-9jc40y.neon54-zepail.neon54-f088fk.neon54-9e5eg5.neon54-h4h8se.neon54-fglet9.neon54-svfrv9.neon54-s6rwmk 1.neon54-0k62xc.neon54-cvccwp.neon54-gsgb6l.neon54-4175of.neon54-9deumy.neon54-q2zbev 1.neon54-8of3y8.neon54-2kjxkn.5z'/%3e%3c/svg%3e");
}

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

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

.neon54-7mf2cu {
  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);
}

.neon54-7mf2cu.neon54-ms0m9y {
  display: block;
}

.neon54-7mf2cu.neon54-wyd4hw {
  display: none;
}

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

.neon54-y4knbi {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.neon54-w1dg98 {
  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);
}

.neon54-gkodag {
  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;
}

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

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

.neon54-38td95 {
  font-size: 16px;
  line-height: 140%;
}

.neon54-2eric2 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.neon54-2eric2 .neon54-j3g9ul {
  fill: #c2c0ce;
}

.neon54-2eric2 [rating="1"] .neon54-j3g9ul:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.neon54-2eric2 [rating="2"] .neon54-j3g9ul:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.neon54-2eric2 [rating="3"] .neon54-j3g9ul:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.neon54-2eric2 [rating="4"] .neon54-j3g9ul:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.neon54-2eric2 [rating="5"] .neon54-j3g9ul:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.neon54-5t3a6g 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;
}

.neon54-5t3a6g 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 */

.neon54-85uqe1 {
  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);
}

.neon54-85uqe1.neon54-5lg94f {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.neon54-t4ffip {
  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;
}

.neon54-t4ffip label {
  font-size: 14px;
}

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

.neon54-810ao9 h2 {
  color: green;
  font-weight: 500;
}

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