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

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

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

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

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

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

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

.national-bcu926 {
  cursor: pointer;
}

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

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

.national-eg2zi4 figure {
  margin: 0;
}

.national-eg2zi4.national-0jaluj {
  justify-content: flex-start;
  margin-right: 4px;
}

.national-eg2zi4.national-fcj69b {
  justify-content: flex-end;
  margin-left: 4px;
}

.national-eg2zi4.national-vgang3 {
  justify-content: center;
}

.national-eg2zi4.national-toj8s7 {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-r3gp3c.national-zecofv {
  background-color: #000;
}

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

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

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

.national-21ll0h {
  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-21ll0h {
    flex-direction: column;
  }
}

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

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

.national-pum7wi .national-8vbae0 {
  margin-bottom: 28px;
}

.national-pum7wi .national-8vbae0 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.national-k83sc1 li svg {
  transition: 0.national-bar6qr ease-in-out;
}

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

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

.national-8j9ekm + .national-8j9ekm {
  margin-left: 120px;
}

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

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

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

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

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

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

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

.national-8rkvlx {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.national-4zuhbj ease-in-out;
}

.national-8rkvlx.national-oeo946 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.national-gzj3f7 li a.national-oeo946 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .national-wl2mrn .national-8vbae0 img {
    max-width: 90px;
  }
}

.national-8vbae0 img {
  max-height: 50px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.national-emoc8b.national-fbzlsk {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.national-tste88 {
  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-tste88::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-4zuhbj ease-in-out;
}

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

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

.national-w5c8gs 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-bar6qr ease-in-out;
  overflow: hidden;
}

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

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

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

.national-3cdwxn {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-wk1gyq .national-xnejm6 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

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

.national-5iebuf .national-0tctxm {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.national-713kln {
  position: relative;
  border: none;
}

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

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

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

.national-bfikfp.national-7wup1o span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.national-ragu18.national-yqqxv4 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-5kbbks {
  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-rym6e1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.national-3oz08f {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-s6me5u tbody tr td .national-vqlc7x {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.national-s6me5u tbody tr td .national-r6f864 {
  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-bar6qr ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.national-s6me5u tbody tr td .national-8jik4j {
  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-s6me5u tbody tr td .national-8jik4j:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-0jbr39 {
  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-0jbr39 {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-34ofwc {
  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-bar6qr ease-in-out;
}

.national-34ofwc:hover {
  border: 1px solid #8c8ca2;
}

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

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

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

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

.national-en10yk .national-34ofwc {
  width: 50%;
  margin: 0;
}

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

.national-zjxcbc {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

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

.national-t5aotc 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-bar6qr ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-5re23t::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-znr8g7 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.national-znr8g7.national-szcs4f {
  display: none;
}

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

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

.national-zuxcqs iframe.national-eimm7j {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.national-zuxcqs.national-ivtj4x {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

.national-4o9wio .national-5iebuf {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.national-4o9wio .national-5iebuf h1,
.national-4o9wio .national-5iebuf 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-4o9wio .national-5iebuf h1,
  .national-4o9wio .national-5iebuf h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .national-4o9wio .national-5iebuf {
    margin: 28px 0 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-4vco7d .national-zli407 {
  position: relative;
}

.national-4vco7d .national-rdas9h {
  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-4vco7d .national-rdas9h.national-szcs4f {
  display: none;
}

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

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

.national-4vco7d .national-vgwnks .national-ogpupi {
  max-width: 300px;
  width: 100%;
}

.national-4vco7d .national-vgwnks .national-ogpupi .national-28yb12 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .national-4vco7d .national-vgwnks .national-ogpupi .national-28yb12 {
    font-size: 32px;
    text-align: center;
  }
}

.national-4vco7d .national-vgwnks .national-ogpupi .national-sx3da7 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .national-4vco7d .national-vgwnks .national-ogpupi .national-sx3da7 {
    text-align: center;
  }
}

.national-4vco7d .national-vgwnks .national-fbzlsk {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.national-4vco7d .national-vgwnks .national-fbzlsk .national-2rw56h {
  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-bar6qr ease-in-out;
}

.national-4vco7d .national-vgwnks .national-fbzlsk .national-2rw56h:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .national-4vco7d .national-vgwnks .national-fbzlsk .national-2rw56h {
    width: 100%;
  }
}

.national-4vco7d .national-vgwnks .national-fbzlsk .national-kfhwyj {
  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-bar6qr ease-in-out;
  overflow: hidden;
}

.national-4vco7d .national-vgwnks .national-fbzlsk .national-kfhwyj 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-4vco7d .national-vgwnks .national-fbzlsk .national-kfhwyj: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-4vco7d .national-vgwnks .national-fbzlsk .national-kfhwyj:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .national-4vco7d .national-vgwnks .national-fbzlsk .national-kfhwyj {
    width: 100%;
  }
}

.national-4vco7d .national-vgwnks.national-szcs4f {
  display: none;
}

.national-4vco7d .national-qhb94s {
  display: none;
}

.national-4vco7d .national-qhb94s.national-ivtj4x {
  display: block;
}

.national-4vco7d .national-qhb94s iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.national-4vco7d .national-ub52jp .national-28yb12 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .national-4vco7d .national-ub52jp .national-28yb12 {
    margin-bottom: 24px;
  }
}

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

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

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

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

.national-dmur3r.national-oeo946 {
  display: block;
}

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

.national-dmur3r .national-cyc41h {
  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-dmur3r .national-0sa2zd {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.national-dmur3r .national-kfhwyj {
  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-bar6qr ease-in-out;
}

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

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

.national-v4w3xy.national-oeo946 {
  display: block;
}

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

.national-titkh4 {
  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-tl6tc3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.national-tc8zv9.national-szcs4f {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.national-50u5ob {
  margin-bottom: 36px;
}

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

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

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

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

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

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

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

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

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

.national-lkrdq2.national-szcs4f {
  display: none;
}

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

.national-lkrdq2 .national-ceo9y5 {
  margin: 0 auto;
}

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

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

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

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

.national-03h440 > input {
  display: none;
}

.national-03h440 > 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-uc8zbj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.national-uu10zw 44.national-f4tctq.national-xzk8d6.national-6gf75d.national-4iciwc.national-gzbegx.national-hkstlz.national-47zkdv.national-jny27g.national-1zppjq.national-23vttw.national-9okukx.national-u8e69b 0l-12.national-1rf98d 30.national-92vpj5.national-84yyc3 2.national-ivz7xy.national-84yyc3 3.national-qi499j 3.national-xuak67.national-5rkwi7 3.national-e6lrb9.national-re3tqb.national-peid6h.national-4vzs4d 7-3.national-1rf98d 10.national-40rgb8.national-4vzs4d 23.national-vhm3et.national-i1o9hz 1.national-1ji4so 2.national-1rf98d 3.national-i1o9hz 1.national-5rkwi7 5.national-13y82d.national-5rkwi7 32.national-ziahes.national-re3tqb 5.national-u8e69b 4.national-4vzs4d 9.national-4vzs4d 8.national-5rkwi7 6.national-x0l87i.national-7sgbde.national-2c7wnz.national-f6c395.national-j1sa89 4.national-neczre.national-j1sa89 6.national-j1sa89 0l29.national-u8e69b 17.national-t4fm40.national-n022r5 2.national-ran8wb 10.national-0q0ux2.national-1rf98d 8.national-p2jnkh.national-f9numn.national-b1yd7p.national-s15jos.national-9rp91v.national-re3tqb.national-gzbegx.national-1rf98d 1.national-p7j7lt.national-ur7c2d.national-w9v88s.national-k0ax85.national-l9th0l.national-1ji4so 1.national-i48kpr.national-citdty.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.national-03h440 > input:checked ~ label,
.national-03h440 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.national-uc8zbj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.national-uu10zw 44.national-f4tctq.national-xzk8d6.national-6gf75d.national-4iciwc.national-gzbegx.national-hkstlz.national-47zkdv.national-jny27g.national-1zppjq.national-23vttw.national-9okukx.national-u8e69b 0l-12.national-1rf98d 30.national-92vpj5.national-84yyc3 2.national-ivz7xy.national-84yyc3 3.national-qi499j 3.national-xuak67.national-5rkwi7 3.national-e6lrb9.national-re3tqb.national-peid6h.national-4vzs4d 7-3.national-1rf98d 10.national-40rgb8.national-4vzs4d 23.national-vhm3et.national-i1o9hz 1.national-1ji4so 2.national-1rf98d 3.national-i1o9hz 1.national-5rkwi7 5.national-13y82d.national-5rkwi7 32.national-ziahes.national-re3tqb 5.national-u8e69b 4.national-4vzs4d 9.national-4vzs4d 8.national-5rkwi7 6.national-x0l87i.national-7sgbde.national-2c7wnz.national-f6c395.national-j1sa89 4.national-neczre.national-j1sa89 6.national-j1sa89 0l29.national-u8e69b 17.national-t4fm40.national-n022r5 2.national-ran8wb 10.national-0q0ux2.national-1rf98d 8.national-p2jnkh.national-f9numn.national-b1yd7p.national-s15jos.national-9rp91v.national-re3tqb.national-gzbegx.national-1rf98d 1.national-p7j7lt.national-ur7c2d.national-w9v88s.national-k0ax85.national-l9th0l.national-1ji4so 1.national-i48kpr.national-citdty.5z'/%3e%3c/svg%3e");
}

.national-03h440 > input:not(:checked) ~ label:hover,
.national-03h440 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.national-uc8zbj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.national-uu10zw 44.national-f4tctq.national-xzk8d6.national-6gf75d.national-4iciwc.national-gzbegx.national-hkstlz.national-47zkdv.national-jny27g.national-1zppjq.national-23vttw.national-9okukx.national-u8e69b 0l-12.national-1rf98d 30.national-92vpj5.national-84yyc3 2.national-ivz7xy.national-84yyc3 3.national-qi499j 3.national-xuak67.national-5rkwi7 3.national-e6lrb9.national-re3tqb.national-peid6h.national-4vzs4d 7-3.national-1rf98d 10.national-40rgb8.national-4vzs4d 23.national-vhm3et.national-i1o9hz 1.national-1ji4so 2.national-1rf98d 3.national-i1o9hz 1.national-5rkwi7 5.national-13y82d.national-5rkwi7 32.national-ziahes.national-re3tqb 5.national-u8e69b 4.national-4vzs4d 9.national-4vzs4d 8.national-5rkwi7 6.national-x0l87i.national-7sgbde.national-2c7wnz.national-f6c395.national-j1sa89 4.national-neczre.national-j1sa89 6.national-j1sa89 0l29.national-u8e69b 17.national-t4fm40.national-n022r5 2.national-ran8wb 10.national-0q0ux2.national-1rf98d 8.national-p2jnkh.national-f9numn.national-b1yd7p.national-s15jos.national-9rp91v.national-re3tqb.national-gzbegx.national-1rf98d 1.national-p7j7lt.national-ur7c2d.national-w9v88s.national-k0ax85.national-l9th0l.national-1ji4so 1.national-i48kpr.national-citdty.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.national-p4f049.national-szcs4f {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-p4f049.national-uwvmpp .national-psw5kj {
  background: #2b3b67;
}

.national-p4f049.national-uwvmpp .national-d2tgvm {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.national-p4f049.national-uwvmpp .national-d2tgvm::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.national-p4f049.national-uwvmpp .national-d2tgvm::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.national-p4f049.national-uwvmpp .national-lbf8ub::before {
  background: #0e0f41;
}

.national-p4f049.national-uwvmpp .national-lbf8ub::after {
  background: #152557;
}

.national-p4f049.national-ae48q1 .national-psw5kj {
  background: #1f35fa;
}

.national-p4f049.national-ae48q1 .national-d2tgvm {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.national-p4f049.national-ae48q1 .national-d2tgvm::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.national-p4f049.national-ae48q1 .national-d2tgvm::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.national-p4f049.national-ae48q1 .national-lbf8ub::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.national-p4f049.national-ae48q1 .national-lbf8ub::after {
  background: #192ac8;
}

.national-p4f049.national-0v8dda .national-psw5kj {
  background: #fa771f;
}

.national-p4f049.national-0v8dda .national-d2tgvm {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.national-p4f049.national-0v8dda .national-d2tgvm::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.national-p4f049.national-0v8dda .national-d2tgvm::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.national-p4f049.national-0v8dda .national-lbf8ub::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.national-p4f049.national-0v8dda .national-lbf8ub::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-cavmbx .national-3iu6sc {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.national-tpsntu {
  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-tpsntu.national-ivtj4x {
  display: block;
}

.national-tpsntu.national-szcs4f {
  display: none;
}

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

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

.national-nkpk71 {
  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-ulhyan {
  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-fgl36x small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.national-s0ktw6 .national-3iu6sc {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.national-nqvjfk {
  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-rkb1aa {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.national-q70wy5 {
  justify-content: center;
}

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

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

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

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

.national-vbynrv .national-nrfny6 {
  justify-content: center;
}

/* faq */

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

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

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

.national-a2dwae.national-oeo946 .national-qtwb6d::after {
  transform: rotate(45deg);
}

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

.national-a2dwae.national-oeo946 .national-c4hbjx {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.national-03h440 > input:not(:checked) ~ label:hover,
.national-03h440 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.national-z2tkv6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.national-dpieny 44.national-eetqzc.national-ah5qd4.national-jl5523.national-9q7f7k.national-y4z6h7.national-tnkbd8.national-rvhmlx.national-ivrwym.national-9b573b.national-oyx09i.national-r6u2fi.national-99fif9 0l-12.national-k3b8hw 30.national-754jg3.national-k9y0m5 2.national-7a1n5i.national-k9y0m5 3.national-cb595e 3.national-aat624.national-fw42cz 3.national-2y33wk.national-8cr7ao.national-gcw12g.national-uj1301 7-3.national-k3b8hw 10.national-0hm2vr.national-uj1301 23.national-hvno6j.national-4e80yf 1.national-zivkoy 2.national-k3b8hw 3.national-4e80yf 1.national-fw42cz 5.national-8v9knh.national-fw42cz 32.national-b4cgi9.national-8cr7ao 5.national-99fif9 4.national-uj1301 9.national-uj1301 8.national-fw42cz 6.national-gumvqq.national-85cm76.national-v5p2j4.national-ztw1w1.national-2vvus2 4.national-qpr0rm.national-2vvus2 6.national-2vvus2 0l29.national-99fif9 17.national-s5exm2.national-56n5vv 2.national-ntg60f 10.national-cngnj1.national-k3b8hw 8.national-35yz6b.national-ybzsu1.national-scdj59.national-vn6fcb.national-l0q8a2.national-8cr7ao.national-y4z6h7.national-k3b8hw 1.national-ip1t05.national-ja8ap1.national-8wssk7.national-bn1wx5.national-kk7zei.national-zivkoy 1.national-gm3qt3.national-eajhmc.5z'/%3e%3c/svg%3e");
}

.national-cv5fki {
  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-cv5fki {
    gap: 16px 0;
  }
}

.national-ujhgkl {
  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-ujhgkl.national-51s01a {
  display: block;
}

.national-ujhgkl.national-gka9ab {
  display: none;
}

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

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

.national-w7g1h8 {
  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-h9qboo {
  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-ke0max small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.national-sjp15s .national-2oo0ra {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.national-5bt26c 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-5bt26c 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-evjw0j {
  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-evjw0j.national-ywi9dv {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.national-txgz02 {
  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-txgz02 label {
  font-size: 14px;
}

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

.national-qxtmv6 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-rlyee8, .national-l0eojq, [class*="review-card"],
thead, thead th, table th, .national-of529f,
.national-oysupl, [class*="collapsible-header"],
.national-pvnlss, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.national-r3gp3c, .national-r3gp3c :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
