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

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

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

.national-mzz10t {
  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) {
  .national-mzz10t: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;
  }
}

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

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

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

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

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

.national-qlly94 {
  cursor: pointer;
}

.national-yv1rqv {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.national-gt1b1o {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.national-gt1b1o figure {
  margin: 0;
}

.national-gt1b1o.national-098bzt {
  justify-content: flex-start;
  margin-right: 4px;
}

.national-gt1b1o.national-6gdn59 {
  justify-content: flex-end;
  margin-left: 4px;
}

.national-gt1b1o.national-5g7lm6 {
  justify-content: center;
}

.national-gt1b1o.national-x1cwam {
  justify-content: normal;
}

.national-hgzvyk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.national-6r7t61 {
  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) {
  .national-6r7t61 {
    flex-direction: column;
  }
}

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

.national-ebohgc img {
  width: 100%;
}

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

.national-635u95 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.national-635u95 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) {
  .national-635u95 ul {
    margin-bottom: 15px;
  }
}

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

.national-635u95 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);
}

.national-635u95 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.national-635u95 ul li:last-of-type::after {
  display: none;
}

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

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

.national-znwve1 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .national-38luhf {
    height: 50px;
  }
}

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

.national-38luhf.national-5rib8a {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .national-38luhf.national-5rib8a:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.national-5ws0hb {
  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) {
  .national-5ws0hb {
    padding: 80px 16px 0;
  }
}

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

.national-2knj0w {
  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) {
  .national-2knj0w {
    flex-direction: column;
  }
}

.national-sowbl5 {
  margin-bottom: 94px;
}

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

.national-3lwd16 .national-2kkrls {
  margin-bottom: 28px;
}

.national-3lwd16 .national-2kkrls img {
  max-height: 100px;
  width: auto;
}

.national-ws7k35 {
  display: flex;
  align-items: center;
}

.national-ws7k35 a + a {
  margin-left: 24px;
}

.national-ws7k35 img {
  max-height: 56px;
  width: auto;
}

.national-ws7k35 img + img {
  margin-left: 24px;
}

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

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

.national-fv223q {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .national-9kj1vc {
    flex-wrap: wrap;
  }
}

.national-9kj1vc li {
  display: flex;
  margin: 0 7px;
}

.national-9kj1vc li svg {
  transition: 0.national-peq1y8 ease-in-out;
}

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

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

.national-6yaksk + .national-6yaksk {
  margin-left: 120px;
}

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

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

.national-ru8ep2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.national-ru8ep2 li {
  font-size: 16px;
}

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

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

.national-ru8ep2 li + li {
  margin-top: 16px;
}

.national-hupg4w {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.national-vc9hpe ease-in-out;
}

.national-hupg4w.national-bor9rx {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.national-pxpykt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.national-zrwzwv li {
  width: 100%;
}

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

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

.national-zrwzwv li a.national-bor9rx {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.national-eeiyaf {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.national-eeiyaf img {
  width: 100%;
  transition: 0.national-peq1y8 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .national-wciflu .national-2kkrls img {
    max-width: 90px;
  }
}

.national-2kkrls img {
  max-height: 50px;
  width: auto;
}

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

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

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

.national-fgqzki li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.national-642jkt {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.national-642jkt.national-2bxuyr {
  margin-right: 0;
}

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

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

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

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

.national-9zgviy {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.national-9zgviy:hover > ul {
  display: flex;
}

.national-9zgviy:focus > ul {
  display: flex;
}

.national-9zgviy:focus-within > ul {
  display: flex;
}

.national-2n2gaq {
  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;
}

.national-2n2gaq::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.national-vc9hpe ease-in-out;
}

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

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

.national-9zgviy 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.national-peq1y8 ease-in-out;
  overflow: hidden;
}

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

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

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

.national-hn0txs {
  display: none;
}

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

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

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

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

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

.national-p8twvb img {
  margin-bottom: 20px;
}

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

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

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

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

.national-8ftnvh {
  color: var(--text-color);
}

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

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

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

.national-o1pkxv p img {
  display: block;
  margin: 0 auto;
}

.national-o1pkxv p:first-of-type {
  margin-top: 0;
}

.national-o1pkxv p:last-of-type {
  margin-bottom: 0;
}

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

.national-o1pkxv ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-fqy4bi .national-csb4kh {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.national-fqy4bi .national-332cz1 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .national-fqy4bi .national-332cz1 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .national-fqy4bi .national-332cz1 img {
    width: 100%;
  }
}

.national-332cz1 {
  margin: 0 0 28px;
}

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

.national-csb4kh {
  margin: 0 0 28px;
}

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

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

.national-ae61uv .national-mzz10t {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.national-k2n22x {
  position: relative;
  border: none;
}

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

.national-cryfgt {
  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;
}

.national-cryfgt span {
  height: 32px;
}

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

.national-cryfgt.national-xvsw1q span {
  transform: scaleY(-1);
}

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

.national-k0gkcf {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.national-k0gkcf.national-efamhj {
  display: none;
}

.national-ut0weh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.national-ut0weh table {
  width: 100%;
  border-collapse: collapse;
}

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

  .national-ut0weh table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.national-r3anwz {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.national-ibusg6 p {
  color: var(--text-color);
}

.national-pz41cm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.national-k2mhsx {
  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);
}

.national-shflqc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.national-cuh6eq p + p {
  margin-top: 10px;
}

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

.national-xhacpa {
  display: none;
}

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

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

.national-0pn40p li {
  margin: 0 20px;
}

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

.national-0pn40p li a img {
  margin-bottom: 4px;
}

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

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

.national-d87jtw li {
  font-size: 16px;
  position: relative;
}

.national-d87jtw li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.national-d87jtw li span {
  opacity: 0.5;
}

.national-d87jtw li + li {
  margin-left: 30px;
}

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

h2.national-nsxehd {
  margin: 0 0 28px;
}

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

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

.national-5wvcnb 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);
}

.national-5wvcnb 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;
}

.national-5wvcnb 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;
}

.national-5wvcnb tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.national-5wvcnb tbody tr:last-of-type {
  margin-bottom: 0;
}

.national-5wvcnb tbody tr td:first-of-type {
  flex-shrink: 0;
}

.national-5wvcnb 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);
}

.national-5wvcnb 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);
}

.national-5wvcnb tbody tr td:last-of-type {
  margin-left: auto;
}

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

.national-5wvcnb tbody tr td .national-rqj7bm {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .national-5wvcnb tbody tr td .national-rqj7bm {
    width: 100%;
  }
}

.national-5wvcnb tbody tr td .national-v6yaho {
  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.national-peq1y8 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .national-5wvcnb tbody tr td .national-v6yaho:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .national-5wvcnb tbody tr td .national-v6yaho {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .national-5wvcnb tbody tr td .national-v6yaho {
    width: 100%;
  }
}

.national-5wvcnb tbody tr td .national-m29sig {
  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) {
  .national-5wvcnb tbody tr td .national-m29sig:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.national-4ruu15 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.national-peq1y8 ease-in-out;
}

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

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

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

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

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

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

.national-zixnlb img {
  width: 100%;
  height: 100%;
}

.national-zixnlb iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.national-ugyqpl svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.national-peq1y8 ease-in-out;
}

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

.national-ld10km {
  padding: 90px 0;
}

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

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

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

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

.national-2k69p4 img {
  width: 100%;
}

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

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

.national-3yllig {
  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;
}

.national-3yllig 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) {
  .national-3yllig {
    flex-basis: auto;
  }
}

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

.national-73gtvd {
  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.national-peq1y8 ease-in-out;
}

.national-73gtvd:hover {
  border: 1px solid #8c8ca2;
}

.national-gh71yn {
  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%);
}

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

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

.national-fouxpa a {
  text-decoration: underline;
  color: #8babff;
}

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

.national-knvpnp .national-73gtvd {
  width: 50%;
  margin: 0;
}

.national-mtfqzq {
  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;
}

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

.national-717cx1 {
  margin: 0 0 100px;
}

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

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

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

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

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

.national-y5k47g {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.national-6i1b2e 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.national-peq1y8 ease-in-out;
}

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

.national-6i1b2e a svg {
  fill: #fff;
}

.national-6i1b2e a:hover {
  background: #3d68e7;
}

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

.national-sl03x9 {
  margin-bottom: 16px;
}

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

.national-gb2ceh {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.national-upo5jr 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);
}

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

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

.national-upo5jr table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.national-yaar3j.national-j97wym {
  display: none;
}

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

.national-4oqjpv iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.national-4oqjpv iframe.national-6751vh {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.national-4oqjpv.national-34jxrn {
  opacity: 1;
  pointer-events: all;
}

.national-ozg94v {
  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.national-peq1y8 ease-in-out;
}

.national-ozg94v svg {
  margin-right: 10px;
}

.national-ozg94v + .national-ozg94v {
  margin-top: 14px;
}

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

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

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

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

.national-uhy5z8 .national-ae61uv {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .national-uhy5z8 .national-ae61uv {
    margin: 28px 0 0;
  }
}

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

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

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

.national-pwm5be {
  max-width: 545px;
  width: 100%;
}

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

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

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

.national-8c449s iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.national-alogo1 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.national-voreyk {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.national-w8d5e6 .national-mzz10t {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .national-w8d5e6 .national-mzz10t {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.national-pacfhu {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.national-pacfhu img {
  width: 100%;
}

.national-lry2vk {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.national-p03fr6 {
  width: 100%;
  margin: 0 0 100px;
}

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

.national-p03fr6 .national-1c5yd0 {
  position: relative;
}

.national-p03fr6 .national-hwch0j {
  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;
}

.national-p03fr6 .national-hwch0j.national-j97wym {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .national-p03fr6 .national-jgvehd {
    bottom: 90px;
  }
}

.national-p03fr6 .national-jgvehd .national-dz29gi {
  max-width: 300px;
  width: 100%;
}

.national-p03fr6 .national-jgvehd .national-dz29gi .national-gv1tgt {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .national-p03fr6 .national-jgvehd .national-dz29gi .national-gv1tgt {
    font-size: 32px;
    text-align: center;
  }
}

.national-p03fr6 .national-jgvehd .national-dz29gi .national-rgeeqo {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .national-p03fr6 .national-jgvehd .national-dz29gi .national-rgeeqo {
    text-align: center;
  }
}

.national-p03fr6 .national-jgvehd .national-2bxuyr {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .national-p03fr6 .national-jgvehd .national-2bxuyr {
    flex-direction: column-reverse;
  }
}

.national-p03fr6 .national-jgvehd .national-2bxuyr .national-o4ooen {
  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.national-peq1y8 ease-in-out;
}

.national-p03fr6 .national-jgvehd .national-2bxuyr .national-o4ooen:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .national-p03fr6 .national-jgvehd .national-2bxuyr .national-o4ooen {
    width: 100%;
  }
}

.national-p03fr6 .national-jgvehd .national-2bxuyr .national-h6edqv {
  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.national-peq1y8 ease-in-out;
  overflow: hidden;
}

.national-p03fr6 .national-jgvehd .national-2bxuyr .national-h6edqv 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);
  }
}

.national-p03fr6 .national-jgvehd .national-2bxuyr .national-h6edqv: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;
}

.national-p03fr6 .national-jgvehd .national-2bxuyr .national-h6edqv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .national-p03fr6 .national-jgvehd .national-2bxuyr .national-h6edqv {
    width: 100%;
  }
}

.national-p03fr6 .national-jgvehd.national-j97wym {
  display: none;
}

.national-p03fr6 .national-69twwg {
  display: none;
}

.national-p03fr6 .national-69twwg.national-34jxrn {
  display: block;
}

.national-p03fr6 .national-69twwg iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .national-p03fr6 .national-69twwg iframe {
    height: calc(100vh - 54px);
  }
}

.national-p03fr6 .national-lwn0jb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .national-p03fr6 .national-lwn0jb {
    padding: 24px 16px 0;
  }
}

.national-p03fr6 .national-lwn0jb .national-gv1tgt {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .national-p03fr6 .national-lwn0jb .national-gv1tgt {
    margin-bottom: 24px;
  }
}

.national-p03fr6 .national-lwn0jb 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);
}

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

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

.national-p03fr6 .national-lwn0jb table tr:last-of-type td {
  border-bottom: none;
}

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

.national-258xuy.national-bor9rx {
  display: block;
}

.national-258xuy iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.national-258xuy .national-x79310 {
  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;
}

.national-258xuy .national-2pxlxu {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.national-258xuy .national-h6edqv {
  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.national-peq1y8 ease-in-out;
}

.national-258xuy .national-h6edqv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.national-e8w98g.national-bor9rx {
  display: block;
}

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

.national-qyb37i {
  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;
}

.national-3xcvfz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.national-evq8nf {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.national-evq8nf svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.national-w7brqm {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.national-ikwqyy.national-j97wym {
  display: none;
}

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

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

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

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

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

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

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

.national-wupda4 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.national-wupda4 input:active {
  border-color: #c2c0ce;
}

.national-wupda4 input:focus {
  border-color: #c2c0ce;
}

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

.national-zeiy0t {
  margin-bottom: 36px;
}

.national-zeiy0t 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;
}

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

.national-zeiy0t textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.national-lrcoye {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.national-rezdfe {
  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.national-peq1y8 ease-in-out;
}

.national-rezdfe:hover {
  background: var(--border-color);
}

.national-1alqsa {
  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.national-peq1y8 ease-in-out;
}

.national-1alqsa:hover {
  background: #166ad9;
}

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

.national-ln728j.national-j97wym {
  display: none;
}

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

.national-ln728j .national-rezdfe {
  margin: 0 auto;
}

.national-hr045o {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.national-hhp7qh {
  filter: grayscale(100%);
}

.national-fkt9nk > input {
  display: none;
}

.national-fkt9nk > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.national-qyjuwn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.national-5saci7 44.national-3e5jm6.national-sr2oe8.national-ciu8bd.national-ek7zgj.national-b7tvz8.national-clq1b4.national-u7bzxp.national-97r8p6.national-xn4w8u.national-j0yu9p.national-u4e8fu.national-f1gfb3 0l-12.national-pknqym 30.national-v1mva5.national-p09t9b 2.national-99lr9r.national-p09t9b 3.national-gad2af 3.national-7l4kqu.national-hh1kzg 3.national-ghfbvh.national-ugyvfm.national-saqwer.national-7o1tca 7-3.national-pknqym 10.national-hrznld.national-7o1tca 23.national-2tcben.national-abv16s 1.national-vqzkhh 2.national-pknqym 3.national-abv16s 1.national-hh1kzg 5.national-6ejtwn.national-hh1kzg 32.national-1dae78.national-ugyvfm 5.national-f1gfb3 4.national-7o1tca 9.national-7o1tca 8.national-hh1kzg 6.national-fozwj5.national-ogpyqf.national-su3ktx.national-azfunv.national-y3kmv7 4.national-h9rclk.national-y3kmv7 6.national-y3kmv7 0l29.national-f1gfb3 17.national-se33go.national-o3wnnv 2.national-mstwdq 10.national-8z1afl.national-pknqym 8.national-t7e6pt.national-3t8r72.national-7h8uqn.national-ac254p.national-tdfn7t.national-ugyvfm.national-b7tvz8.national-pknqym 1.national-ki2ovd.national-fgdii6.national-zsbkdl.national-gcaxpy.national-ah1bvj.national-vqzkhh 1.national-1tmuza.national-fj6r7n.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.national-fkt9nk > input:checked ~ label,
.national-fkt9nk > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.national-qyjuwn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.national-5saci7 44.national-3e5jm6.national-sr2oe8.national-ciu8bd.national-ek7zgj.national-b7tvz8.national-clq1b4.national-u7bzxp.national-97r8p6.national-xn4w8u.national-j0yu9p.national-u4e8fu.national-f1gfb3 0l-12.national-pknqym 30.national-v1mva5.national-p09t9b 2.national-99lr9r.national-p09t9b 3.national-gad2af 3.national-7l4kqu.national-hh1kzg 3.national-ghfbvh.national-ugyvfm.national-saqwer.national-7o1tca 7-3.national-pknqym 10.national-hrznld.national-7o1tca 23.national-2tcben.national-abv16s 1.national-vqzkhh 2.national-pknqym 3.national-abv16s 1.national-hh1kzg 5.national-6ejtwn.national-hh1kzg 32.national-1dae78.national-ugyvfm 5.national-f1gfb3 4.national-7o1tca 9.national-7o1tca 8.national-hh1kzg 6.national-fozwj5.national-ogpyqf.national-su3ktx.national-azfunv.national-y3kmv7 4.national-h9rclk.national-y3kmv7 6.national-y3kmv7 0l29.national-f1gfb3 17.national-se33go.national-o3wnnv 2.national-mstwdq 10.national-8z1afl.national-pknqym 8.national-t7e6pt.national-3t8r72.national-7h8uqn.national-ac254p.national-tdfn7t.national-ugyvfm.national-b7tvz8.national-pknqym 1.national-ki2ovd.national-fgdii6.national-zsbkdl.national-gcaxpy.national-ah1bvj.national-vqzkhh 1.national-1tmuza.national-fj6r7n.5z'/%3e%3c/svg%3e");
}

.national-fkt9nk > input:not(:checked) ~ label:hover,
.national-fkt9nk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.national-qyjuwn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.national-5saci7 44.national-3e5jm6.national-sr2oe8.national-ciu8bd.national-ek7zgj.national-b7tvz8.national-clq1b4.national-u7bzxp.national-97r8p6.national-xn4w8u.national-j0yu9p.national-u4e8fu.national-f1gfb3 0l-12.national-pknqym 30.national-v1mva5.national-p09t9b 2.national-99lr9r.national-p09t9b 3.national-gad2af 3.national-7l4kqu.national-hh1kzg 3.national-ghfbvh.national-ugyvfm.national-saqwer.national-7o1tca 7-3.national-pknqym 10.national-hrznld.national-7o1tca 23.national-2tcben.national-abv16s 1.national-vqzkhh 2.national-pknqym 3.national-abv16s 1.national-hh1kzg 5.national-6ejtwn.national-hh1kzg 32.national-1dae78.national-ugyvfm 5.national-f1gfb3 4.national-7o1tca 9.national-7o1tca 8.national-hh1kzg 6.national-fozwj5.national-ogpyqf.national-su3ktx.national-azfunv.national-y3kmv7 4.national-h9rclk.national-y3kmv7 6.national-y3kmv7 0l29.national-f1gfb3 17.national-se33go.national-o3wnnv 2.national-mstwdq 10.national-8z1afl.national-pknqym 8.national-t7e6pt.national-3t8r72.national-7h8uqn.national-ac254p.national-tdfn7t.national-ugyvfm.national-b7tvz8.national-pknqym 1.national-ki2ovd.national-fgdii6.national-zsbkdl.national-gcaxpy.national-ah1bvj.national-vqzkhh 1.national-1tmuza.national-fj6r7n.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .national-ufnspd > .national-dyn6am {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .national-ufnspd > .national-dyn6am {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .national-ufnspd > .national-dyn6am {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .national-ufnspd > .national-dyn6am {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .national-ufnspd > .national-dyn6am {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.national-9dw6pc.national-j97wym {
  display: none;
}

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

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

.national-103pp3 {
  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;
}

.national-103pp3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.national-103pp3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.national-103pp3 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.national-9wpfwh {
  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;
}

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

.national-9wpfwh::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) {
  .national-9wpfwh::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .national-4n8wcd {
    top: -20px;
  }
}

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

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

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

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

.national-9dw6pc.national-ekdtdx .national-ux96o6 {
  background: #2b3b67;
}

.national-9dw6pc.national-ekdtdx .national-103pp3 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.national-9dw6pc.national-ekdtdx .national-103pp3::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.national-9dw6pc.national-ekdtdx .national-103pp3::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.national-9dw6pc.national-ekdtdx .national-9wpfwh::before {
  background: #0e0f41;
}

.national-9dw6pc.national-ekdtdx .national-9wpfwh::after {
  background: #152557;
}

.national-9dw6pc.national-xgtons .national-ux96o6 {
  background: #1f35fa;
}

.national-9dw6pc.national-xgtons .national-103pp3 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.national-9dw6pc.national-xgtons .national-103pp3::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.national-9dw6pc.national-xgtons .national-103pp3::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.national-9dw6pc.national-xgtons .national-9wpfwh::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.national-9dw6pc.national-xgtons .national-9wpfwh::after {
  background: #192ac8;
}

.national-9dw6pc.national-die2yd .national-ux96o6 {
  background: #fa771f;
}

.national-9dw6pc.national-die2yd .national-103pp3 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.national-9dw6pc.national-die2yd .national-103pp3::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.national-9dw6pc.national-die2yd .national-103pp3::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.national-9dw6pc.national-die2yd .national-9wpfwh::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.national-9dw6pc.national-die2yd .national-9wpfwh::after {
  background: #fa8535;
}

.national-xnkmv9 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.national-9fgy6g {
  display: flex;
  align-items: center;
  gap: 10px;
}

.national-9fgy6g span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.national-9fgy6g small {
  font-size: 14px;
  color: var(--text-color);
}

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

.national-29q8ta {
  width: 120px;
  height: 22px;
}

.national-29q8ta .national-xxd1ts {
  fill: #c2c0ce;
}

.national-29q8ta [rating="1"] .national-xxd1ts:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.national-29q8ta [rating="2"] .national-xxd1ts:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.national-29q8ta [rating="3"] .national-xxd1ts:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.national-29q8ta [rating="4"] .national-xxd1ts:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.national-29q8ta [rating="5"] .national-xxd1ts:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.national-u6qmwy {
  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);
}

.national-u6qmwy.national-34jxrn {
  display: block;
}

.national-u6qmwy.national-j97wym {
  display: none;
}

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

.national-omv5hh {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.national-pmkkb6 {
  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);
}

.national-um4vru {
  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;
}

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

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

.national-einn1c {
  font-size: 16px;
  line-height: 140%;
}

.national-slbd8u {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.national-slbd8u .national-xxd1ts {
  fill: #c2c0ce;
}

.national-slbd8u [rating="1"] .national-xxd1ts:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.national-slbd8u [rating="2"] .national-xxd1ts:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.national-slbd8u [rating="3"] .national-xxd1ts:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.national-slbd8u [rating="4"] .national-xxd1ts:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.national-slbd8u [rating="5"] .national-xxd1ts:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.national-djrimp {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.national-7x5v1p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.national-xuywy3 {
  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;
}

.national-ufmk4d {
  flex: 1;
  min-width: 0;
}

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

.national-hc9o6p {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.national-hc9o6p svg path {
  fill: var(--button-bg-color);
}

.national-hc9o6p svg circle {
  fill: var(--button-text-color);
}

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

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

.national-fk9bpp strong {
  font-weight: 600;
}

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

.national-qs051n p {
  margin: 0 0 16px;
}

.national-qs051n p:last-child {
  margin-bottom: 0;
}

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

.national-ga7e00 {
  max-width: 300px;
  width: 100%;
}

.national-ga7e00 a {
  width: 100%;
}

@media (max-width: 575px) {
  .national-ga7e00 {
    max-width: 200px;
  }
}

.national-7qafdo {
  justify-content: center;
}

.national-zyz5um {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.national-6evfga {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.national-wpptc5 .national-fgqzki {
  justify-content: center;
}

/* faq */

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

.national-doy1cb {
  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.national-gx5ubo ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.national-doy1cb::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.national-gx5ubo ease;
}

.national-h21q6z.national-bor9rx .national-doy1cb::after {
  transform: rotate(45deg);
}

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

.national-h21q6z.national-bor9rx .national-oxyvbg {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.national-ig6g5y {
  margin: 25px 0;
}

.national-fkt9nk > input:not(:checked) ~ label:hover,
.national-fkt9nk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.national-2vyuvk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.national-4cce7z 44.national-vwp0nt.national-u6s1lx.national-hvowd0.national-jw7yy7.national-reaqxs.national-7zvmoz.national-0xm2xi.national-p9dxsd.national-06xyw2.national-aes9tu.national-ia1snc.national-u3cjdu 0l-12.national-t3oac4 30.national-1mhbp2.national-baigq7 2.national-scb2br.national-baigq7 3.national-h75qtj 3.national-2rgy4h.national-chhdgk 3.national-1lvt9d.national-d9f52i.national-ude152.national-jhv8ji 7-3.national-t3oac4 10.national-xwce59.national-jhv8ji 23.national-rdfvla.national-ftkzmm 1.national-897wk7 2.national-t3oac4 3.national-ftkzmm 1.national-chhdgk 5.national-9zj156.national-chhdgk 32.national-mulcdr.national-d9f52i 5.national-u3cjdu 4.national-jhv8ji 9.national-jhv8ji 8.national-chhdgk 6.national-lrlrpt.national-10i60c.national-ht5f5y.national-agpf2z.national-y79nqh 4.national-ovt5mz.national-y79nqh 6.national-y79nqh 0l29.national-u3cjdu 17.national-3toe47.national-dhh4mh 2.national-k98dwn 10.national-8zuvdn.national-t3oac4 8.national-ad1ovf.national-ks2gg9.national-xvfyxf.national-z6nwmz.national-ybcxcw.national-d9f52i.national-reaqxs.national-t3oac4 1.national-vumln5.national-i8rb4d.national-8u2czx.national-ky8zz9.national-adzwti.national-897wk7 1.national-hj11bh.national-7x3tcv.5z'/%3e%3c/svg%3e");
}

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

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

.national-hvfzal {
  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);
}

.national-hvfzal.national-gamw0w {
  display: block;
}

.national-hvfzal.national-bdrhdm {
  display: none;
}

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

.national-qt1mkm {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.national-lc3nts {
  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);
}

.national-bpsesd {
  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;
}

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

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

.national-viefy6 {
  font-size: 16px;
  line-height: 140%;
}

.national-iqdxx5 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.national-iqdxx5 .national-pja649 {
  fill: #c2c0ce;
}

.national-iqdxx5 [rating="1"] .national-pja649:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.national-iqdxx5 [rating="2"] .national-pja649:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.national-iqdxx5 [rating="3"] .national-pja649:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.national-iqdxx5 [rating="4"] .national-pja649:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.national-iqdxx5 [rating="5"] .national-pja649:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.national-woa45g 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;
}

.national-woa45g 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 */

.national-j0tg77 {
  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);
}

.national-j0tg77.national-heklq6 {
  opacity: 1;
  pointer-events: auto;
}

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

.national-tdk7ds label {
  font-size: 14px;
}

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

.national-ytzstn h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.national-uia78w, .national-0wek6k, [class*="review-card"],
thead, thead th, table th, .national-vtsqaj,
.national-on3jyf, [class*="collapsible-header"],
.national-pz41cm, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
