html,
body,
header,
nav,
section,
aside,
article,
footer,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a,
span,
p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

font {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

input,
button,
select,
textarea {
  outline: none;
  border: none;
}

select,
button {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#detach-button-host {
  display: none;
}

:root {
  --primary-font: "Angelus Medieval";
  --secondary-font: "Intro";
  --secondary-light-font: "Intro Book";
  --brand-color: #eac485;
}

body {
  font-family: var(--secondary-font);
  font-size: max(16 / 1280 * 100vh, 0px);
  line-height: max(24 / 1280 * 100vh, 0px);
  color: #ffffff;
  background-color: #112e4e;
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 1.4em;
  }
}

body.body--inner {
  background: url('../images/inner_page_bg.png') top center no-repeat, url('../images/footer_page_bg.jpg') #112e4e bottom center no-repeat;
  background-size: 100% auto, 100% auto;
}

@media (max-width: 2560px) {
  body.body--inner {
    background-size: 2600px auto, 2600px auto;
  }
}

@media (max-width: 1600px) {
  body.body--inner {
    background-size: 2400px auto, 2600px auto;
  }
}

@media (max-width: 1440px) {
  body.body--inner {
    background-size: 2200px auto, 2600px auto;
  }
}

@media (max-width: 1280px) {
  body.body--inner {
    background-size: 2000px auto, 2600px auto;
  }
}

@media (max-width: 1024px) {
  body.body--inner {
    background-size: 1400px auto, 2600px auto;
  }
}

@media (max-width: 640px) {
  body.body--inner {
    background-size: 1000px auto, 2600px auto;
  }
}

@media (max-width: 480px) {
  body.body--inner {
    background-size: 760px auto, 2600px auto;
  }
}

.main-wrapper {
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .main-wrapper {
    height: auto;
  }
}

.main-wrapper>.swiper-wrapper {
  flex-direction: column;
}

.section {
  width: 100%;
  height: 100dvh;
  padding: max(76 / 1280 * 100vh, 0px) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .section {
    height: auto;
    padding: 60px 0;
  }
}

.section:not(:last-child):after {
  content: "";
  width: 100%;
  height: max(32 / 1280 * 100vh, 0px);
  transform: translateY(50%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: url('../images/sep_bg.png') center center no-repeat;
  background-size: auto 100%;
  pointer-events: none;
  display: none;
}

@media (max-width: 1024px) {
  .section:not(:last-child):after {
    display: block;
    height: 22px;
  }
}

.section__content {
  width: min(68%, max(1780 / 1280 * 100vh, 0px));
  height: auto;
  position: relative;
  z-index: 2;
  transform: scale(0.9);
  transition: transform 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  margin: auto 0;
  gap: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .section__content {
    transform: scale(1);
    width: calc(100% - 40px);
    gap: 15px;
  }
}

.section__title {
  font-family: var(--primary-font);
  font-size: max(65 / 1280 * 100vh, 0px);
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  .section__title {
    font-size: 25px;
    line-height: 1.2em;
  }
}

.section__title--brand {
  color: var(--brand-color);
}

.section__text {
  width: 100%;
  font-size: max(22 / 1280 * 100vh, 0px);
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1024px) {
  .section__text {
    max-width: 60%;
    margin: 0 auto;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .section__text {
    max-width: 100%;
  }
}

.section.swiper-slide-active .section__content {
  transform: scale(1);
}

.section__footer {
  width: 100%;
  position: relative;
  z-index: 2;
}

.section__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.section__bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease-in-out;
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .section__bg img {
    transform: scale(1);
  }
}

.section.swiper-slide-active .section__bg img {
  transform: scale(1);
}

.wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.wrapper--inner {
  padding-top: max(76 / 1280 * 100vh, 0px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .wrapper--inner {
    padding-top: 60px;
  }
}

.content-area {
  width: min(94%, max(1780 / 1280 * 100vh, 0px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .content-area {
    width: calc(100% - 40px);
  }
}

.decor-title {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.decor-title__top {
  height: max(40 / 1280 * 100vh, 0px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .decor-title__top {
    height: 20px;
  }
}

.decor-title__bottom {
  height: max(30 / 1280 * 100vh, 0px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .decor-title__bottom {
    height: 16px;
  }
}

.decor-title__content {
  width: 100%;
  padding: max(34 / 1280 * 100vh, 0px) 0;
  position: relative;
}

@media (max-width: 1024px) {
  .decor-title__content {
    padding: 20px 0;
  }
}

.decor-title__content:after {
  content: "";
  width: 100%;
  max-width: 550px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(30, 45, 69, 0), rgba(30, 45, 69, 0.5), rgba(30, 45, 69, 0));
}

.decor-title__content h1 {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(54 / 1280 * 100vh, 0px);
  line-height: 1.2em;
  color: var(--brand-color);
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .decor-title__content h1 {
    font-size: 26px;
  }
}

.decor-title__content h1:not(:first-child) {
  margin-top: max(5 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .decor-title__content h1:not(:first-child) {
    margin-top: 5px;
  }
}

.decor-title__content small {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(38 / 1280 * 100vh, 0px);
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .decor-title__content small {
    font-size: 20px;
  }
}

.decor-title__content small:not(:first-child) {
  margin-top: max(5 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .decor-title__content small:not(:first-child) {
    margin-top: 5px;
  }
}

.decor-title__content p {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: max(24 / 1280 * 100vh, 0px);
  line-height: 1.4em;
  color: #fff;
  margin-top: max(20 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .decor-title__content p {
    margin-top: 10px;
    font-size: 16px;
  }
}

/* ========================================
   HERO COUNTDOWN TIMER - TRUE PREMIUM UI
   ======================================== */
.hero-countdown {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  background: linear-gradient(180deg, rgba(20, 30, 45, 0.8) 0%, rgba(10, 15, 25, 0.9) 100%) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 40px !important;
  /*margin: 20px auto !important;*/
  width: fit-content !important;
  min-width: 260px !important;

  /* Bordes dorados solo arriba y abajo para evitar artefactos */
  border-top: 1px solid rgba(234, 196, 133, 0.8) !important;
  border-bottom: 1px solid rgba(234, 196, 133, 0.8) !important;
  border-left: none !important;
  border-right: none !important;

  /* Forma de placa de juego (Hexagonal) */
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  box-shadow: inset 0 0 15px rgba(234, 196, 133, 0.1) !important;
}

.hero-countdown--visible {
  display: flex !important;
}

.hero-countdown__block {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  position: relative !important;
}

/* Divisores de luz dorada */
.hero-countdown__block:not(:last-child)::after {
  content: "" !important;
  width: 1px !important;
  height: 20px !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  background: linear-gradient(to bottom, transparent, var(--brand-color), transparent) !important;
  opacity: 0.4 !important;
}

.hero-countdown__value {
  font-family: var(--primary-font) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3) !important;
}

.hero-countdown__label {
  font-family: var(--secondary-font) !important;
  font-size: 7px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: var(--brand-color) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  margin-top: 4px !important;
  opacity: 0.9 !important;
}

@media (max-width: 1024px) {
  .hero-countdown {
    padding: 8px 25px !important;
    min-width: 220px !important;
    clip-path: none !important;
    border-radius: 4px !important;
    border: 1px solid rgba(234, 196, 133, 0.8) !important;
  }
}

.btn {
  height: max(46 / 1280 * 100vh, 0px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 max(40 / 1280 * 100vh, 0px);
  background: url('../images/btn_left_bg.png') left center no-repeat, url('../images/btn_right_bg.png') right center no-repeat, url('../images/btn_middle_bg.png') left max(34 / 1280 * 100vh, 0px) center no-repeat;
  background-size: auto 100%, auto 100%, calc(100% - max(34 / 1280 * 100vh, 0px) - max(34 / 1280 * 100vh, 0px)) 100%;
  transition: filter 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .btn {
    height: 34px;
    background: url('../images/btn_left_bg.png') left center no-repeat, url('../images/btn_right_bg.png') right center no-repeat, url('../images/btn_middle_bg.png') left 26px center no-repeat;
    background-size: auto 100%, auto 100%, calc(100% - 26px - 26px) 100%;
    padding: 0 30px;
  }
}

.btn span,
.btn i {
  font-family: var(--primary-font);
  font-size: max(15 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {

  .btn span,
  .btn i {
    font-size: 13px;
  }
}

.btn span {
  padding-top: 0.2em;
}

@media (max-width: 1024px) {
  .btn span {
    padding-top: 0.1em;
  }
}

.btn:hover {
  filter: brightness(130%);
}

.main-btn {
  height: max(140 / 1280 * 100vh, 0px);
  aspect-ratio: 433/103;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
  background: url('../images/header_button_bg.png');
  background-size: 100% 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(36 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
}

.main-btn:hover {
  filter: brightness(130%);
}

.main-btn span {
  padding-top: 0.2em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.swiper-layout {
  position: relative;
}

.swiper-layout .swiper {
  width: calc(100% - max(160 / 1280 * 100vh, 0px) - max(80 / 1280 * 100vh, 0px));
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .swiper-layout .swiper {
    width: calc(100% - 80px - 40px);
  }
}

@media (max-width: 640px) {
  .swiper-layout .swiper {
    width: calc(100% - 60px - 20px);
  }
}

.swiper-layout .swiper .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.swiper-layout .swiper .swiper-slide.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}

.swiper-layout .swiper-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-layout .swiper-arrows .swiper-button-next,
.swiper-layout .swiper-arrows .swiper-button-prev {
  width: max(80 / 1280 * 100vh, 0px);
  height: auto;
  aspect-ratio: 62/74;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  transform: translateY(-50%);
  transition: filter 0.3s ease-in-out;
}

@media (max-width: 1024px) {

  .swiper-layout .swiper-arrows .swiper-button-next,
  .swiper-layout .swiper-arrows .swiper-button-prev {
    width: 40px;
  }
}

@media (max-width: 640px) {

  .swiper-layout .swiper-arrows .swiper-button-next,
  .swiper-layout .swiper-arrows .swiper-button-prev {
    width: 30px;
  }
}

.swiper-layout .swiper-arrows .swiper-button-next:hover,
.swiper-layout .swiper-arrows .swiper-button-prev:hover {
  filter: brightness(130%);
}

.swiper-layout .swiper-arrows .swiper-button-next:after,
.swiper-layout .swiper-arrows .swiper-button-prev:after {
  display: none;
}

.swiper-layout .swiper-arrows .swiper-button-next img,
.swiper-layout .swiper-arrows .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.swiper-layout .swiper-arrows .swiper-button-next {
  right: 0;
}

.swiper-layout .swiper-arrows .swiper-button-prev {
  left: 0;
}

.page {
  width: 100%;
  padding: max(100 / 1280 * 100vh, 0px) 0;
  position: relative;
}

@media (max-width: 1024px) {
  .page {
    padding: 40px 0;
  }
}

.page__title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(52 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.page__title span {
  color: var(--brand-color);
}

@media (max-width: 1024px) {
  .page__title {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .page__title {
    font-size: 22px;
  }
}

.page__title small {
  display: block;
  font-size: max(32 / 1280 * 100vh, 0px);
  line-height: 1em;
  margin-top: max(10 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .page__title small {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .page__title small {
    font-size: 22px;
  }
}

.page__content {
  width: 100%;
  margin-top: max(80 / 1280 * 100vh, 0px);
  position: relative;
}

@media (max-width: 1024px) {
  .page__content {
    margin-top: 40px;
  }
}

.page__content--bg {
  background: rgba(14, 34, 52, 0.9);
  padding: max(50 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .page__content--bg {
    padding: 20px;
  }
}

.page__content--bg:after {
  content: "";
  width: 100%;
  height: max(21 / 1280 * 100vh, 0px);
  position: absolute;
  top: calc(max(15 / 1280 * 100vh, 0px) * -1);
  left: 0;
  background: url('../images/border_top_bg.png') center center no-repeat;
  background-size: auto 100%;
}

@media (max-width: 1024px) {
  .page__content--bg:after {
    height: 21px;
    top: -15px;
  }
}

.text-area {
  width: 100%;
  font-family: var(--secondary-light-font);
  font-size: max(20 / 1280 * 100vh, 0px);
  line-height: max(26 / 1280 * 100vh, 0px);
  color: #d4dff0;
}

@media (max-width: 1024px) {
  .text-area {
    font-size: 16px;
    line-height: 20px;
  }
}

.text-area>*:not(:first-child) {
  margin-top: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .text-area>*:not(:first-child) {
    margin-top: 20px;
  }
}

.text-area>img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.text-area b {
  font-family: var(--secondary-font);
}

.text-area p b {
  color: #fff;
}

.text-area p img {
  height: auto !important;
  max-width: 100% !important;
  vertical-align: middle;
}

.text-area ul,
.text-area ol {
  padding-left: max(20 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {

  .text-area ul,
  .text-area ol {
    padding-left: 20px;
  }
}

.text-area ul li,
.text-area ol li {
  font-size: 1em;
  line-height: 1.4;
  color: #b4bfd1;
}

@media (max-width: 1024px) {

  .text-area ul li,
  .text-area ol li {
    font-size: 16px;
    line-height: 20px;
  }
}

.text-area ul li::marker,
.text-area ol li::marker {
  color: var(--brand-color);
  font-weight: 700;
}

.text-area ul li:not(:first-child),
.text-area ol li:not(:first-child) {
  margin-top: max(15 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {

  .text-area ul li:not(:first-child),
  .text-area ol li:not(:first-child) {
    margin-top: 15px;
  }
}

.text-area ul li img,
.text-area ol li img {
  vertical-align: middle;
}

.text-area ul li {
  position: relative;
  list-style-type: none;
}

.text-area ul li:after {
  content: "";
  width: max(8 / 1280 * 100vh, 0px);
  height: max(8 / 1280 * 100vh, 0px);
  display: block;
  position: absolute;
  top: max(8 / 1280 * 100vh, 0px);
  left: calc(max(20 / 1280 * 100vh, 0px) * -1);
  transform: rotate(45deg);
  background: var(--brand-color);
}

@media (max-width: 1024px) {
  .text-area ul li:after {
    width: 8px;
    height: 8px;
    top: 8px;
    left: -20px;
  }
}

.text-area ul ul:not(:first-child) {
  margin-top: max(15 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .text-area ul ul:not(:first-child) {
    margin-top: 15px;
  }
}

.text-area a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

.text-area a:hover {
  color: var(--brand-color);
}

.text-area hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.text-area h1,
.text-area h2,
.text-area h3,
.text-area h4,
.text-area h5,
.text-area h6 {
  font-family: var(--primary-font);
  color: var(--brand-color);
  font-weight: 500;
  text-transform: uppercase;
  padding-top: max(5 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {

  .text-area h1,
  .text-area h2,
  .text-area h3,
  .text-area h4,
  .text-area h5,
  .text-area h6 {
    padding-top: 5px;
  }
}

.text-area h1 b,
.text-area h2 b,
.text-area h3 b,
.text-area h4 b,
.text-area h5 b,
.text-area h6 b {
  font-family: var(--primary-font);
}

.text-area h1 {
  font-size: max(40 / 1280 * 100vh, 0px);
  line-height: max(44 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .text-area h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

.text-area h2 {
  font-size: max(36 / 1280 * 100vh, 0px);
  line-height: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .text-area h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

.text-area h3 {
  font-size: max(32 / 1280 * 100vh, 0px);
  line-height: max(36 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .text-area h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

.text-area h4,
.text-area h5,
.text-area h6 {
  font-size: max(26 / 1280 * 100vh, 0px);
  line-height: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {

  .text-area h4,
  .text-area h5,
  .text-area h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

.text-area table {
  width: 100% !important;
  min-width: 700px;
}

.text-area table tr td {
  padding: max(16 / 1280 * 100vh, 0px) max(20 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .text-area table tr td {
    padding: 16px 20px;
  }
}

.text-area table tr td img {
  vertical-align: middle;
}

.text-area table thead tr td {
  background: #20395a;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  color: #fff;
}

@media (max-width: 1024px) {
  .text-area table thead tr td {
    font-size: 16px;
    line-height: 16px;
  }
}

.text-area table tbody tr:nth-child(even) td {
  background: #1b314d;
}

.text-area table tbody tr:nth-child(odd) td {
  background: #13263f;
}

.text-area table tbody tr td {
  font-size: 1em;
  line-height: 1.4;
  color: #9facbe;
}

@media (max-width: 1024px) {
  .text-area table tbody tr td {
    font-size: 14px;
    line-height: 18px;
  }
}

.text-area table td {
  border-color: #3c4b70 !important;
  border-width: 1px;
}

.text-area__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 1024px) {
  .text-area__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.text-area__grid-item {
  border: 1px solid #303e61;
  padding: 30px;
}

@media (max-width: 1024px) {
  .text-area__grid-item {
    padding: 20px;
  }
}

.table-bg {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #303e61;
  padding: 5px;
}

.table-bg::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #213862;
}

.table-bg::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
}

.table-bg::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand-color);
}

.spoiler {
  width: 100%;
  border-left: 2px solid var(--brand-color);
  background: rgba(48, 62, 97, 0.3);
}

.spoiler__title {
  width: 100%;
  padding: max(20 / 1280 * 100vh, 0px) max(40 / 1280 * 100vh, 0px) max(18 / 1280 * 100vh, 0px) max(20 / 1280 * 100vh, 0px) !important;
  background-color: #244263;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: max(18 / 1280 * 100vh, 0px);
  line-height: max(18 / 1280 * 100vh, 0px);
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .spoiler__title {
    padding: 20px 40px 18px 20px !important;
    font-size: 16px;
    line-height: 16px;
  }
}

.spoiler__title:hover {
  background-color: #2d527a;
}

.spoiler__title:before {
  content: "";
  display: block;
  width: max(12 / 1280 * 100vh, 0px);
  height: max(6 / 1280 * 100vh, 0px);
  position: absolute;
  top: calc((100% - max(7 / 1280 * 100vh, 0px)) / 2);
  right: max(20 / 1280 * 100vh, 0px);
  background: url('../images/arrow.png') center center no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .spoiler__title:before {
    width: 12px;
    height: 6px;
    top: calc((100% - 7px) / 2);
    right: 20px;
  }
}

.spoiler__title img {
  height: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .spoiler__title img {
    height: 30px;
  }
}

.spoiler.active>.spoiler__title:before {
  transform: scale(1, -1);
}

.spoiler__content {
  width: 100%;
  padding: max(20 / 1280 * 100vh, 0px);
  display: none;
}

@media (max-width: 1024px) {
  .spoiler__content {
    padding: 20px;
  }
}

.icon-stroke {
  width: 100%;
}

.icon-stroke__line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.icon-stroke__line:not(:first-child) {
  margin-top: max(15 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .icon-stroke__line:not(:first-child) {
    margin-top: 15px;
  }
}

.icon-stroke__line-icon {
  width: max(32 / 1280 * 100vh, 0px);
  height: max(32 / 1280 * 100vh, 0px);
  align-self: stretch;
  position: relative;
}

@media (max-width: 1024px) {
  .icon-stroke__line-icon {
    width: 24px;
    height: 24px;
  }
}

.icon-stroke__line-icon img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}

.icon-stroke__line-text {
  width: calc(100% - max(32 / 1280 * 100vh, 0px));
  padding-left: max(15 / 1280 * 100vh, 0px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: max(3 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .icon-stroke__line-text {
    width: calc(100% - 24px);
    padding-left: 10px;
    padding-top: 1px;
  }
}

.nav {
  width: 100%;
  height: max(76 / 1280 * 100vh, 0px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(11, 33, 51, 0.9);
}

@media (max-width: 1024px) {
  .nav {
    height: 60px;
  }
}

.nav:after {
  content: "";
  width: 100%;
  height: max(32 / 1280 * 100vh, 0px);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../images/sep_bg.png') center center no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .nav:after {
    height: 22px;
  }
}

.nav__content {
  width: 100%;
  max-width: calc(100% - max(60 / 1280 * 100vh, 0px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(50 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .nav__content {
    max-width: calc(100% - 40px);
    gap: 30px;
  }
}

.nav__logo {
  height: 36%;
  display: flex;
  align-items: center;
  transform: translateY(3px);
}

@media (max-width: 1024px) {
  .nav__logo {
    height: 30%;
    transform: none;
  }
}

.nav__logo img {
  height: 100%;
}

.nav__layout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(50 / 1280 * 100vh, 0px);
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .nav__layout {
    width: 320px;
    height: calc(100vh - 60px);
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: rgba(11, 33, 51, 0.95);
    padding: 20px;
    overflow-x: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    flex-direction: column;
    gap: 20px;
  }

  .nav__layout.active {
    transform: translateX(0%);
  }
}

@media (max-width: 480px) {
  .nav__layout {
    width: 100%;
  }
}

.nav__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(35 / 1280 * 100vh, 0px);
  list-style-type: none;
  font-family: var(--primary-font);
  font-size: max(15 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .nav__links:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 1024px) {
  .nav__links {
    width: 100%;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 13px;
  }
}

.nav__links>li {
  position: relative;
}

@media (max-width: 1024px) {
  .nav__links>li {
    width: 100%;
  }
}

.nav__links>li>ul {
  width: auto;
  min-width: 100%;
  list-style-type: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  padding: calc(max(16 / 1280 * 100vh, 0px) + max(18 / 1280 * 100vh, 0px)) max(20 / 1280 * 100vh, 0px) max(18 / 1280 * 100vh, 0px);
  display: flex;
  flex-direction: column;
  gap: max(12 / 1280 * 100vh, 0px);
  transform: translateY(calc(max(16 / 1280 * 100vh, 0px) * -1));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links>li>ul {
    display: none;
    position: relative;
    top: 0;
    padding: 28px 20px 18px 20px;
    gap: 8px;
    transform: translateY(-10px);
  }
}

.nav__links>li>ul:after {
  content: "";
  width: 100%;
  height: calc(100% - max(16 / 1280 * 100vh, 0px));
  background-color: #091926;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  clip-path: polygon(max(8 / 1280 * 100vh, 0px) 0, calc(100% - max(8 / 1280 * 100vh, 0px)) 0, 100% max(8 / 1280 * 100vh, 0px), 100% calc(100% - max(8 / 1280 * 100vh, 0px)), calc(100% - max(8 / 1280 * 100vh, 0px)) 100%, max(8 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(8 / 1280 * 100vh, 0px)), 0 max(8 / 1280 * 100vh, 0px));
}

@media (max-width: 1024px) {
  .nav__links>li>ul:after {
    height: calc(100% - 10px);
  }
}

.nav__links>li>ul a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(8 / 1280 * 100vh, 0px);
  font-size: 0.95em;
  line-height: 1em;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.nav__links>li>ul a:hover {
  color: var(--brand-color);
}

.nav__links>li>ul a span,
.nav__links>li>ul a i {
  padding-top: 0.2em;
}

.nav__links-item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(8 / 1280 * 100vh, 0px);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links-item {
    gap: 8px;
  }
}

@media (hover: hover) {
  .nav__links-item:hover {
    color: var(--brand-color);
  }
}

.nav__links-item span {
  padding-top: 0.2em;
}

@media (max-width: 1024px) {
  .nav__links-item span {
    padding-top: 0em;
  }
}

.nav__links-item i {
  padding-top: 0.2em;
  font-size: 1.2em;
  line-height: 1.2em;
  background-color: #2AA5A0;
  background-image: linear-gradient(to bottom, #a2967f, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: nav-icon-animation 4.4s ease infinite;
}

@media (max-width: 1024px) {
  .nav__links-item i {
    font-size: 1.15em;
    line-height: 1.15em;
    padding-top: 0em;
  }
}

@keyframes nav-icon-animation {
  0% {
    transform: scale(1) rotate(0);
  }

  4% {
    transform: scale(1.15) rotate(0);
  }

  8% {
    transform: scale(1.15) rotate(0);
  }

  24% {
    transform: scale(1.15) rotate(1turn);
  }

  36% {
    transform: scale(1) rotate(1turn);
  }

  100% {
    transform: scale(1) rotate(1turn);
  }
}

.nav__links-dropdown .nav__links-item:after {
  content: "";
  width: max(12 / 1280 * 100vh, 0px);
  aspect-ratio: 12/6;
  background: url('../images/arrow.png');
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__links-dropdown .nav__links-item:after {
    width: 8px;
  }
}

@media (hover: hover) {
  .nav__links-dropdown:hover>ul {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .nav__links-dropdown:hover .nav__links-item {
    color: var(--brand-color);
  }

  .nav__links-dropdown:hover .nav__links-item:after {
    transform: scale(1, -1);
  }
}

.nav__links-dropdown.active>ul {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1024px) {
  .nav__links-dropdown.active>ul {
    display: flex;
  }
}

.nav__links-dropdown.active .nav__links-item {
  color: var(--brand-color);
}

.nav__links-dropdown.active .nav__links-item:after {
  transform: scale(1, -1);
}

.nav__servers {
  margin-left: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(35 / 1280 * 100vh, 0px);
  list-style-type: none;
  font-family: var(--primary-font);
  font-size: max(15 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .nav__servers {
    width: 100%;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 13px;
  }
}

.nav__servers-item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(8 / 1280 * 100vh, 0px);
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .nav__servers-item {
    gap: 8px;
  }
}

.nav__servers-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-1px);
}

.nav__servers-item-icon img {
  width: max(20 / 1280 * 100vh, 0px);
  aspect-ratio: 1/1;
}

@media (max-width: 1024px) {
  .nav__servers-item-icon img {
    width: 16px;
  }
  .nav__servers-item-icon {
    transform: translateY(-1px);
  }
}

.nav__servers-item-name {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .nav__servers-item-name {
    padding-top: 0;
  }
}

.nav__servers-item-name span.online {
  color: #87d732;
}

.nav__servers-item-name span.offline {
  color: #ff4b4b;
}

.nav__langs {
  position: relative;
  z-index: 2;
  margin-left: auto;
}

.nav__langs-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: max(8 / 1280 * 100vh, 0px);
  font-family: var(--primary-font);
  font-size: max(15 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .nav__langs-item {
    font-size: 13px;
    gap: 6px;
  }
}

.nav__langs-item img {
  height: max(14 / 1280 * 100vh, 0px) !important;
  border-radius: 1px !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 1024px) {
  .nav__langs-item img {
    height: 12px !important;
  }
}

.nav__langs-item span {
  padding-top: 0;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__langs-item span {
    padding-top: 0.1em;
  }
}

.nav__langs-item:hover span {
  color: var(--brand-color);
}

.nav__langs>.nav__langs-item:after {
  content: "";
  width: max(12 / 1280 * 100vh, 0px);
  aspect-ratio: 12/6;
  background: url('../images/arrow.png');
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .nav__langs>.nav__langs-item:after {
    width: 8px;
  }
}

.nav__langs:hover>.nav__langs-item:after {
  transform: scale(1, -1);
}

.nav__langs-stroke {
  padding: calc(max(13 / 1280 * 100vh, 0px) + max(14 / 1280 * 100vh, 0px)) max(16 / 1280 * 100vh, 0px) max(13 / 1280 * 100vh, 0px);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: calc(max(16 / 1280 * 100vh, 0px) * -1);
  opacity: 0;
  transform: translateY(calc(max(16 / 1280 * 100vh, 0px) * -1));
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.nav__langs-stroke:before {
  content: "";
  width: 100%;
  height: calc(100% - max(13 / 1280 * 100vh, 0px));
  position: absolute;
  z-index: 1;
  top: max(13 / 1280 * 100vh, 0px);
  left: 0;
  background-color: #091926;
  clip-path: polygon(max(8 / 1280 * 100vh, 0px) 0, calc(100% - max(8 / 1280 * 100vh, 0px)) 0, 100% max(8 / 1280 * 100vh, 0px), 100% calc(100% - max(8 / 1280 * 100vh, 0px)), calc(100% - max(8 / 1280 * 100vh, 0px)) 100%, max(8 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(8 / 1280 * 100vh, 0px)), 0 max(8 / 1280 * 100vh, 0px));
}

.nav__langs-stroke .nav__langs-item:not(:last-child) {
  margin-bottom: max(10 / 1280 * 100vh, 0px);
}

.nav__langs:hover .nav__langs-stroke {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}

@media (max-width: 640px) {
  .nav__auth {
    padding: 0 23px;
  }
}

@media (max-width: 640px) {
  .nav__auth span {
    display: none;
  }
}

.nav__auth i {
  display: none;
}

@media (max-width: 640px) {
  .nav__auth i {
    display: block;
  }
}

.dropdown {
  position: relative;
}

.dropdown__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(8 / 1280 * 100vh, 0px);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.dropdown__title:hover {
  color: var(--brand-color);
}

.dropdown__title span,
.dropdown__title i {
  padding-top: 0.2em;
}

.dropdown__links {
  width: auto;
  min-width: 100%;
  list-style-type: none;
  position: absolute;
  top: calc(100% + max(16 / 1280 * 100vh, 0px));
  left: 0;
  background-color: #091926;
  padding: max(20 / 1280 * 100vh, 0px);
  display: flex;
  flex-direction: column;
  gap: max(12 / 1280 * 100vh, 0px);
  clip-path: polygon(max(12 / 1280 * 100vh, 0px) 0, calc(100% - max(12 / 1280 * 100vh, 0px)) 0, 100% max(12 / 1280 * 100vh, 0px), 100% calc(100% - max(12 / 1280 * 100vh, 0px)), calc(100% - max(12 / 1280 * 100vh, 0px)) 100%, max(12 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(12 / 1280 * 100vh, 0px)), 0 max(12 / 1280 * 100vh, 0px));
}

.dropdown__links-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(8 / 1280 * 100vh, 0px);
  font-size: 0.95em;
  line-height: 1em;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.dropdown__links-item:hover {
  color: var(--brand-color);
}

.dropdown__links-item>* {
  flex-shrink: 0;
}

.points {
  width: 2px;
  height: auto;
  position: fixed;
  z-index: 11;
  top: calc(50% + max(76 / 1280 * 100vh, 0px) / 2);
  right: max(30 / 1280 * 100vh, 0px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(70 / 1280 * 100vh, 0px);
  padding: max(70 / 1280 * 100vh, 0px) 0;
  background: linear-gradient(to bottom, rgba(192, 178, 120, 0) 0px, var(--brand-color) 60px, var(--brand-color) calc(100% - 60px), rgba(192, 178, 120, 0) 100%);
}

@media (max-width: 1024px) {
  .points {
    display: none;
  }
}

.points__item {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.points__item:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid var(--brand-color);
  background: #1e1e38;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.points__item:before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: var(--brand-color);
  transform: rotate(45deg);
  border: 2px solid #1e1e38;
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

.points__item.active:before,
.points__item.active:before {
  opacity: 1;
}

.points__item-content {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
  padding-right: 20px;
  overflow: hidden;
  transition: padding-right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.points__item-content:before {
  content: "";
  width: 80px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: calc(100% - 15px);
  transform: translateY(-50%);
  background: url('../images/point_bg.png') no-repeat;
  transition: left 0.3s ease-in-out;
}

.points__item-content-name {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(18 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.points__item-content-desc {
  font-size: max(12 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #b4b4b4;
  margin-top: 3px;
}

.points__item:hover .points__item-content,
.points__item.active .points__item-content {
  padding-right: 40px;
}

.points__item:hover .points__item-content:before,
.points__item.active .points__item-content:before {
  left: calc(100% - 35px);
}

.points__item:hover .points__item-content .points__item-content-name,
.points__item.active .points__item-content .points__item-content-name {
  color: var(--brand-color);
}

.points__item.active {
  pointer-events: none;
}

.points__item:hover .points__item-content {
  opacity: 1;
}

.open-main-menu {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  display: none;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  z-index: 3;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}

@media (max-width: 1024px) {
  .open-main-menu {
    display: flex;
  }
}

.open-main-menu.active {
  background-color: var(--brand-color);
}

.open-main-menu.active:after,
.open-main-menu.active:before,
.open-main-menu.active .open-main-menu__item {
  background: #1c2227;
}

.open-main-menu.active .open-main-menu__item {
  transform: scale(0.7, 1);
}

.open-main-menu.active:after {
  transform: rotate(-135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}

.open-main-menu.active:before {
  transform: rotate(135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}

.open-main-menu.active .open-main-menu__item {
  transform: scale(0, 1);
}

.open-main-menu:after {
  content: "";
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  top: 11px;
  left: 6px;
  transform: scale(0.7, 1);
}

.open-main-menu:before {
  content: "";
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  top: calc(100% - 13px);
  left: 6px;
  transform: scale(0.7, 1);
}

.open-main-menu__item {
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  top: calc((100% - 2px) / 2);
  left: 6px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  transform: scale(0.7, 1);
}

@media (max-width: 1024px) {
  .main-header {
    padding: 120px 0 60px;
  }
}

.main-header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: max(38 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-header__content {
    gap: 30px;
  }
}

.main-header__logo {
  height: max(395 / 1280 * 100vh, 0px);
  aspect-ratio: 432/411;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .main-header__logo {
    height: 180px;
  }
}

.main-header__logo:hover {
  filter: brightness(130%);
}

.main-header__logo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .main-header .main-btn {
    height: 70px;
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .main-header .main-btn {
    height: 60px;
    font-size: 17px;
  }
}

.main-header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/section_header_back_bg.jpg') center center;
  background-size: 100% 100%;
}

@media (max-width: 1024px) {
  .main-header__bg {
    background: none;
  }
}

.main-header__bg-content {
  height: 100%;
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
  -webkit-mask: linear-gradient(to left, rgba(42, 59, 91, 0) 0%, rgb(42, 59, 91) 10%, rgb(42, 59, 91) 90%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}

@media (max-width: 1024px) {
  .main-header__bg-content {
    transform: scale(1);
  }
}

@media (max-width: 640px) {
  .main-header__bg-content {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask: none;
  }
}

.main-header__bg img {
  height: 100%;
}

@media (max-width: 640px) {
  .main-header__bg img {
    width: 640px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.main-header.swiper-slide-active .main-header__bg-content {
  transform: scale(1);
}

@media (max-width: 1024px) {
  .main-features .section__bg img {
    object-position: center right;
    transform: scale(1);
  }
}

.main-features__slider {
  width: 100%;
  position: relative;
  margin-top: max(50 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-features__slider {
    margin-top: 20px;
  }
}

.main-features__list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-features__list-item {
    gap: 20px;
  }
}

.main-features__list-item:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background: linear-gradient(to bottom, rgba(186, 169, 139, 0), #baa98b, rgba(186, 169, 139, 0));
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.main-features__list-item.swiper-slide-visible:not(.swiper-slide-active):after {
  opacity: 1;
}

.main-features__list-item-icon {
  height: max(200 / 1280 * 100vh, 0px);
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .main-features__list-item-icon {
    height: 100px;
  }
}

.main-features__list-item-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.main-features__list-item-icon i {
  position: relative;
  z-index: 2;
  font-size: max(40 / 1280 * 100vh, 0px);
  line-height: 1;
}

@media (max-width: 1024px) {
  .main-features__list-item-icon i {
    font-size: 18px;
  }
}

.main-features__list-item h3 {
  font-family: var(--primary-font);
  font-size: max(22 / 1280 * 100vh, 0px);
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-features__list-item h3 {
    font-size: 14px;
    padding: 0;
  }
}

.main-features__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-features__buttons {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .main-features__buttons .main-btn {
    height: 70px;
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .main-features__buttons .main-btn {
    height: 60px;
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .main-start .section__bg img {
    object-position: center left;
    transform: scale(1);
  }
}

.main-start__thumbs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-start__thumbs {
    margin-top: 20px;
  }
}

.main-start__thumbs-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: max(10 / 1280 * 100vh, 0px);
  position: relative;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}

.main-start__thumbs-item:hover {
  opacity: 0.7;
}

.main-start__thumbs-item.active {
  opacity: 1;
  z-index: 2;
}

@media (max-width: 1024px) {
  .main-start__thumbs-item {
    gap: 10px;
  }
}

.main-start__thumbs-item-icon {
  height: max(180 / 1280 * 100vh, 0px);
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 calc(max(15 / 1280 * 100vh, 0px) * -1);
}

@media (max-width: 1024px) {
  .main-start__thumbs-item-icon {
    height: 100px;
    margin: 0 -10px;
  }
}

.main-start__thumbs-item-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.main-start__thumbs-item-icon span {
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  line-height: 1em;
  font-size: max(45 / 1280 * 100vh, 0px);
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  .main-start__thumbs-item-icon span {
    font-size: 25px;
  }
}

.main-start__thumbs-item h3 {
  font-family: var(--primary-font);
  font-size: max(22 / 1280 * 100vh, 0px);
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  .main-start__thumbs-item h3 {
    font-size: 14px;
  }
}

.main-start__content {
  margin-top: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-start__content {
    margin-top: 20px;
  }
}

.main-start__content-item h3 {
  font-family: var(--primary-font);
  font-size: max(42 / 1280 * 100vh, 0px);
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  color: var(--brand-color);
}

@media (max-width: 1024px) {
  .main-start__content-item h3 {
    font-size: 25px;
  }
}

.main-start__content-item p {
  font-size: max(24 / 1280 * 100vh, 0px);
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  margin-top: max(20 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-start__content-item p {
    font-size: 16px;
    margin-top: 20px;
  }
}

.main-start__content-item .main-btn {
  margin: 0 auto;
  margin-top: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-start__content-item .main-btn {
    height: 70px;
    font-size: 19px;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .main-start__content-item .main-btn {
    height: 60px;
    font-size: 17px;
  }
}

.nselect.myStyleSelect {
  width: 160px;
  height: 42px;
  border: none;
  background: none;
}

.nselect.myStyleSelect .nselect__head {
  height: 42px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  background: #102739;
  padding: 0px 30px 0px 20px;
}

.nselect.myStyleSelect .nselect__head span {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  padding-top: 2px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.nselect.myStyleSelect .nselect__head:after {
  border-color: #a6b0c3 transparent transparent transparent;
}

.nselect.myStyleSelect .nselect__inner {
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  border: none;
  background: #102639;
}

.nselect.myStyleSelect .nselect__inner:before {
  display: none;
}

.nselect.myStyleSelect .nselect__list {
  padding: 0;
}

.nselect.myStyleSelect .nselect__list LI SPAN {
  border-bottom: 1px solid #253c4e;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}

.nselect.myStyleSelect .nselect__list LI SPAN:hover {
  background: #15324b;
  color: var(--brand-color);
}

.nselect.myStyleSelect .nselect__list LI._active SPAN {
  color: var(--brand-color);
}

.news .section__content {
  z-index: 3;
}

.news__filters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}

.news__slider-item {
  aspect-ratio: 3/4;
  position: relative;
  clip-path: polygon(max(20 / 1280 * 100vh, 0px) 0, calc(100% - max(20 / 1280 * 100vh, 0px)) 0, 100% max(20 / 1280 * 100vh, 0px), 100% calc(100% - max(20 / 1280 * 100vh, 0px)), calc(100% - max(20 / 1280 * 100vh, 0px)) 100%, max(20 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(20 / 1280 * 100vh, 0px)), 0 max(20 / 1280 * 100vh, 0px));
  background: #0f2947;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .news__slider-item {
    clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
    aspect-ratio: unset;
    height: 380px;
  }
}

.news__slider-item.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}

.news__slider-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease-in-out;
  -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 20%, rgba(42, 59, 91, 0.3) 40%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}

.news__slider-item:hover .news__slider-item-bg {
  transform: scale(1.1);
}

.news__slider-item-badges {
  width: 100%;
  padding: max(40 / 1280 * 100vh, 0px);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: max(5 / 1280 * 100vh, 0px);
  row-gap: max(5 / 1280 * 100vh, 0px);
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .news__slider-item-badges {
    padding: 30px;
    row-gap: 5px;
    column-gap: 5px;
  }
}

.news__slider-item-badges span {
  height: max(35 / 1280 * 100vh, 0px);
  padding: 0 max(15 / 1280 * 100vh, 0px);
  background: #000;
  font-size: max(15 / 1280 * 100vh, 0px);
  clip-path: polygon(max(7 / 1280 * 100vh, 0px) 0, calc(100% - max(7 / 1280 * 100vh, 0px)) 0, 100% max(7 / 1280 * 100vh, 0px), 100% calc(100% - max(7 / 1280 * 100vh, 0px)), calc(100% - max(7 / 1280 * 100vh, 0px)) 100%, max(7 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(7 / 1280 * 100vh, 0px)), 0 max(7 / 1280 * 100vh, 0px));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .news__slider-item-badges span {
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
    clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  }
}

.news__slider-item-badges span.red {
  background: rgb(180, 67, 67);
}

.news__slider-item-badges span.green {
  background: rgb(56, 151, 56);
}

.news__slider-item-badges span.blue {
  background: rgb(61, 98, 167);
}

.news__slider-item-badges span.bronze {
  background: rgb(148, 100, 61);
}

.news__slider-item-badges span.ethereal {
  background: rgb(135, 69, 179);
}

.news__slider-item-content {
  width: 100%;
  padding: 0 max(40 / 1280 * 100vh, 0px) max(40 / 1280 * 100vh, 0px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .news__slider-item-content {
    padding: 0 30px 30px;
  }
}

.news__slider-item-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: max(20 / 1280 * 100vh, 0px);
  row-gap: max(10 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news__slider-item-info {
    column-gap: 20px;
    row-gap: 10px;
  }
}

.news__slider-item-info-type {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(18 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: max(8 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news__slider-item-info-type {
    font-size: 14px;
    column-gap: 8px;
  }
}

.news__slider-item-info-type:before {
  content: "";
  height: 1em;
  margin-top: -0.1em;
  aspect-ratio: 1/1;
  background: url('../images/marker_icon.png');
  background-size: 100% 100%;
}

@media (max-width: 1024px) {
  .news__slider-item-info-type:before {
    margin-top: 0;
  }
}

.news__slider-item-info-type span {
  padding-top: 2px;
}

.news__slider-item-info-date {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: max(18 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #a8b0c2;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .news__slider-item-info-date {
    font-size: 14px;
  }
}

.news__slider-item[data-type=news] .news__slider-item-info-type {
  color: #9ef344;
}

.news__slider-item[data-type=event] .news__slider-item-info-type {
  color: #f3b644;
}

.news__slider-item[data-type=update] .news__slider-item-info-type {
  color: #44adf3;
}

.news__slider-item[data-type=promotion] .news__slider-item-info-type {
  color: #ff7078;
}

.news__slider-item-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(26 / 1280 * 100vh, 0px);
  line-height: 1.2em;
  color: #fff;
  overflow: hidden;
  max-height: calc(1.2em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  text-transform: uppercase;
  margin-top: max(20 / 1280 * 100vh, 0px);
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .news__slider-item-title {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2em;
    color: #fff;
    overflow: hidden;
    max-height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    text-overflow: unset;
    margin-top: 10px;
  }
}

.news__slider-item:hover .news__slider-item-title {
  color: var(--brand-color);
}

.news__slider-item-text {
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: max(20 / 1280 * 100vh, 0px);
  line-height: 1.4em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  margin-top: max(20 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news__slider-item-text {
    font-family: var(--secondary-light-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    color: #afbacf;
    overflow: hidden;
    max-height: calc(1.4em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    text-overflow: unset;
    margin-top: 10px;
  }
}

.news__slider-item .btn {
  margin-top: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news__slider-item .btn {
    margin-top: 20px;
  }
}

.htc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .htc {
    gap: 20px;
  }
}

.htc__box {
  width: 100%;
  padding: max(50 / 1280 * 100vh, 0px);
  background-color: #244263;
  clip-path: polygon(max(20 / 1280 * 100vh, 0px) 0, calc(100% - max(20 / 1280 * 100vh, 0px)) 0, 100% max(20 / 1280 * 100vh, 0px), 100% calc(100% - max(20 / 1280 * 100vh, 0px)), calc(100% - max(20 / 1280 * 100vh, 0px)) 100%, max(20 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(20 / 1280 * 100vh, 0px)), 0 max(20 / 1280 * 100vh, 0px));
}

@media (max-width: 1024px) {
  .htc__box {
    padding: 20px;
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  }
}

.htc__box-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(30 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: var(--brand-color);
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  .htc__box-title {
    font-size: 20px;
  }
}

.htc__box-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: max(30 / 1280 * 100vh, 0px);
  row-gap: max(30 / 1280 * 100vh, 0px);
  margin-top: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .htc__box-content {
    margin-top: 20px;
    gap: 20px;
  }
}

.htc__box-content-col {
  width: calc((100% - max(60 / 1280 * 100vh, 0px)) / 3);
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .htc__box-content-col {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 640px) {
  .htc__box-content-col {
    width: 100%;
  }
}

.htc__box-content-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(24 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1024px) {
  .htc__box-content-title {
    font-size: 18px;
  }
}

.htc__box-content-buttons {
  display: flex;
  flex-direction: column;
  gap: max(10 / 1280 * 100vh, 0px);
  margin-top: max(20 / 1280 * 100vh, 0px);
  background-color: #1e3753;
  clip-path: polygon(max(10 / 1280 * 100vh, 0px) 0, calc(100% - max(10 / 1280 * 100vh, 0px)) 0, 100% max(10 / 1280 * 100vh, 0px), 100% calc(100% - max(10 / 1280 * 100vh, 0px)), calc(100% - max(10 / 1280 * 100vh, 0px)) 100%, max(10 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(10 / 1280 * 100vh, 0px)), 0 max(10 / 1280 * 100vh, 0px));
  padding: max(20 / 1280 * 100vh, 0px);
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .htc__box-content-buttons {
    gap: 10px;
    margin-top: 20px;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
    padding: 20px;
  }
}

.htc__box-content-buttons .btn {
  width: 100%;
}

.htc__box-content-text {
  width: 100%;
  font-size: max(20 / 1280 * 100vh, 0px);
  line-height: 1.4em;
  padding: 0 calc((100% - max(1000 / 1280 * 100vh, 0px)) / 2);
  text-align: center;
}

@media (max-width: 1024px) {
  .htc__box-content-text {
    font-size: 16px;
    padding: 0;
  }
}

.news-switch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: max(20 / 1280 * 100vh, 0px);
  row-gap: max(20 / 1280 * 100vh, 0px);
  margin-bottom: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news-switch {
    gap: 10px;
    margin-bottom: 20px;
  }
}

.news-switch__item {
  padding: max(15 / 1280 * 100vh, 0px) max(20 / 1280 * 100vh, 0px) max(13 / 1280 * 100vh, 0px);
  background-color: #344461;
  clip-path: polygon(max(10 / 1280 * 100vh, 0px) 0, calc(100% - max(10 / 1280 * 100vh, 0px)) 0, 100% max(10 / 1280 * 100vh, 0px), 100% calc(100% - max(10 / 1280 * 100vh, 0px)), calc(100% - max(10 / 1280 * 100vh, 0px)) 100%, max(10 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(10 / 1280 * 100vh, 0px)), 0 max(10 / 1280 * 100vh, 0px));
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(17 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .news-switch__item {
    font-size: 13px;
    padding: 10px 15px 9px;
    clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px);
  }
}

.news-switch__item:hover {
  background-color: #43577a;
}

.news-switch__item.active {
  background-color: var(--brand-color);
  color: #344461;
}

.news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: max(40 / 1280 * 100vh, 0px);
  row-gap: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news-list {
    gap: 20px;
  }
}

.news-list__item {
  width: calc((100% - max(80 / 1280 * 100vh, 0px)) / 3);
  height: max(540 / 1280 * 100vh, 0px);
  position: relative;
  clip-path: polygon(max(20 / 1280 * 100vh, 0px) 0, calc(100% - max(20 / 1280 * 100vh, 0px)) 0, 100% max(20 / 1280 * 100vh, 0px), 100% calc(100% - max(20 / 1280 * 100vh, 0px)), calc(100% - max(20 / 1280 * 100vh, 0px)) 100%, max(20 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(20 / 1280 * 100vh, 0px)), 0 max(20 / 1280 * 100vh, 0px));
  background: #244263;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .news-list__item {
    height: 440px;
    width: calc((100% - 20px) / 2);
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  }
}

@media (max-width: 640px) {
  .news-list__item {
    height: 420px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .news-list__item {
    height: 400px;
  }
}

.news-list__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease-in-out;
  -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 20%, rgba(42, 59, 91, 0.3) 40%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}

.news-list__item:hover .news-list__item-bg {
  transform: scale(1.1);
}

.news-list__item-badges {
  width: 100%;
  padding: max(40 / 1280 * 100vh, 0px);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: max(5 / 1280 * 100vh, 0px);
  row-gap: max(5 / 1280 * 100vh, 0px);
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .news-list__item-badges {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 5px;
    row-gap: 5px;
  }
}

@media (max-width: 640px) {
  .news-list__item-badges {
    padding: 20px;
  }
}

.news-list__item-badges span {
  height: max(35 / 1280 * 100vh, 0px);
  padding: 0 max(15 / 1280 * 100vh, 0px);
  background: #000;
  font-size: max(15 / 1280 * 100vh, 0px);
  clip-path: polygon(max(7 / 1280 * 100vh, 0px) 0, calc(100% - max(7 / 1280 * 100vh, 0px)) 0, 100% max(7 / 1280 * 100vh, 0px), 100% calc(100% - max(7 / 1280 * 100vh, 0px)), calc(100% - max(7 / 1280 * 100vh, 0px)) 100%, max(7 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(7 / 1280 * 100vh, 0px)), 0 max(7 / 1280 * 100vh, 0px));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .news-list__item-badges span {
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
    clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  }
}

.news-list__item-badges span.red {
  background: rgb(180, 67, 67);
}

.news-list__item-badges span.green {
  background: rgb(56, 151, 56);
}

.news-list__item-badges span.blue {
  background: rgb(61, 98, 167);
}

.news-list__item-badges span.bronze {
  background: rgb(148, 100, 61);
}

.news-list__item-badges span.ethereal {
  background: rgb(135, 69, 179);
}

.news-list__item-content {
  width: 100%;
  padding: max(80 / 1280 * 100vh, 0px) max(40 / 1280 * 100vh, 0px) max(40 / 1280 * 100vh, 0px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .news-list__item-content {
    padding: 80px 30px 30px;
  }
}

@media (max-width: 640px) {
  .news-list__item-content {
    padding: 80px 20px 20px;
  }
}

.news-list__item-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: max(20 / 1280 * 100vh, 0px);
  row-gap: max(10 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news-list__item-info {
    column-gap: 20px;
    row-gap: 10px;
  }
}

.news-list__item-info-type {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(18 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: max(8 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news-list__item-info-type {
    font-size: 14px;
    column-gap: 8px;
  }
}

.news-list__item-info-type:before {
  content: "";
  height: 1em;
  margin-top: -0.1em;
  aspect-ratio: 1/1;
  background: url('../images/marker_icon.png');
  background-size: 100% 100%;
}

@media (max-width: 1024px) {
  .news-list__item-info-type:before {
    margin-top: 0;
  }
}

.news-list__item-info-type span {
  padding-top: 2px;
}

.news-list__item-info-date {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: max(18 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #a8b0c2;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .news-list__item-info-date {
    font-size: 14px;
  }
}

.news-list__item[data-type=news] .news-list__item-info-type {
  color: #9ef344;
}

.news-list__item[data-type=event] .news-list__item-info-type {
  color: #f3b644;
}

.news-list__item[data-type=update] .news-list__item-info-type {
  color: #44adf3;
}

.news-list__item[data-type=promotion] .news-list__item-info-type {
  color: #ff7078;
}

.news-list__item-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(26 / 1280 * 100vh, 0px);
  line-height: 1.2em;
  color: #fff;
  overflow: hidden;
  max-height: calc(1.2em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  text-transform: uppercase;
  margin-top: max(20 / 1280 * 100vh, 0px);
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .news-list__item-title {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2em;
    color: #fff;
    overflow: hidden;
    max-height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    text-overflow: unset;
    margin-top: 10px;
  }
}

.news-list__item:hover .news-list__item-title {
  color: var(--brand-color);
}

.news-list__item-text {
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: max(20 / 1280 * 100vh, 0px);
  line-height: 1.4em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  margin-top: max(20 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news-list__item-text {
    font-family: var(--secondary-light-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    color: #afbacf;
    overflow: hidden;
    max-height: calc(1.4em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    text-overflow: unset;
    margin-top: 10px;
  }
}

.news-list__item .btn {
  margin-top: max(30 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .news-list__item .btn {
    margin-top: 20px;
  }
}

.about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: max(40 / 1280 * 100vh, 0px);
  row-gap: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .about {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 20px;
  }
}

.about__nav {
  width: max(380 / 1280 * 100vh, 0px);
  height: calc(100vh - max(76 / 1280 * 100vh, 0px) - max(40 / 1280 * 100vh, 0px) - max(40 / 1280 * 100vh, 0px));
  background-color: #244263;
  clip-path: polygon(max(20 / 1280 * 100vh, 0px) 0, calc(100% - max(20 / 1280 * 100vh, 0px)) 0, 100% max(20 / 1280 * 100vh, 0px), 100% calc(100% - max(20 / 1280 * 100vh, 0px)), calc(100% - max(20 / 1280 * 100vh, 0px)) 100%, max(20 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(20 / 1280 * 100vh, 0px)), 0 max(20 / 1280 * 100vh, 0px));
  display: flex;
  flex-direction: column;
  position: sticky;
  top: calc(max(76 / 1280 * 100vh, 0px) + max(40 / 1280 * 100vh, 0px));
  left: 0;
  overflow: auto;
}

@media (max-width: 1024px) {
  .about__nav {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  }
}

.about__nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #213862;
}

.about__nav::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
}

.about__nav::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand-color);
}

.about__nav-item {
  width: 100%;
  padding: max(20 / 1280 * 100vh, 0px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: max(20 / 1280 * 100vh, 0px);
  border-bottom: 1px solid #465673;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .about__nav-item {
    padding: 15px 20px;
    gap: 10px;
  }
}

.about__nav-item:hover,
.about__nav-item.active {
  background-color: #2a4c70;
}

.about__nav-item-icon {
  width: max(60 / 1280 * 100vh, 0px);
  height: max(60 / 1280 * 100vh, 0px);
  background: url('../images/icon_border_bg.png');
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: max(10 / 1280 * 100vh, 0px);
  transition: filter 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .about__nav-item-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}

.about__nav-item-icon i {
  font-size: max(18 / 1280 * 100vh, 0px);
  line-height: 1em;
  background-color: #c9c9c9;
  background-image: linear-gradient(to bottom, #c9c9c9, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px) {
  .about__nav-item-icon i {
    font-size: 18px;
  }
}

.about__nav-item-icon img {
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0, 50% 0, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0 50%, 0 50%);
}

.about__nav-item:hover .about__nav-item-icon,
.about__nav-item.active .about__nav-item-icon {
  filter: brightness(130%);
}

.about__nav-item-info {
  width: calc(100% - max(60 / 1280 * 100vh, 0px) - max(20 / 1280 * 100vh, 0px));
}

@media (max-width: 1024px) {
  .about__nav-item-info {
    width: calc(100% - 60px - 20px);
  }
}

.about__nav-item-name {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(17 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .about__nav-item-name {
    font-size: 17px;
  }
}

.about__nav-item:hover .about__nav-item-name,
.about__nav-item.active .about__nav-item-name {
  color: var(--brand-color);
}

.about__nav-item-desc {
  width: 100%;
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: max(12 / 1280 * 100vh, 0px);
  line-height: 1em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  margin-top: max(8 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .about__nav-item-desc {
    font-size: 12px;
    margin-top: 8px;
  }
}

.about__nav-item:hover .about__nav-item-desc,
.about__nav-item.active .about__nav-item-desc {
  color: #fff;
}

.about__content {
  width: calc(100% - max(380 / 1280 * 100vh, 0px) - max(40 / 1280 * 100vh, 0px));
  background: rgba(14, 34, 52, 0.9);
  align-self: stretch;
  clip-path: polygon(max(20 / 1280 * 100vh, 0px) 0, calc(100% - max(20 / 1280 * 100vh, 0px)) 0, 100% max(20 / 1280 * 100vh, 0px), 100% calc(100% - max(20 / 1280 * 100vh, 0px)), calc(100% - max(20 / 1280 * 100vh, 0px)) 100%, max(20 / 1280 * 100vh, 0px) 100%, 0 calc(100% - max(20 / 1280 * 100vh, 0px)), 0 max(20 / 1280 * 100vh, 0px));
}

@media (max-width: 1024px) {
  .about__content {
    width: 100%;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  }
}

.about__content-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: max(20 / 1280 * 100vh, 0px);
  line-height: 1.4em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: max(50 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .about__content-title {
    padding: 30px 20px;
    font-size: 16px;
  }
}

.about__content-info {
  width: 100%;
  padding: max(50 / 1280 * 100vh, 0px);
  position: relative;
}

@media (max-width: 1024px) {
  .about__content-info {
    padding: 20px;
  }
}

.about__content-info:after {
  content: "";
  width: 100%;
  height: max(21 / 1280 * 100vh, 0px);
  position: absolute;
  top: calc(max(15 / 1280 * 100vh, 0px) * -1);
  left: 0;
  background: url('../images/border_top_bg.png') center center no-repeat;
  background-size: auto 100%;
}

@media (max-width: 1024px) {
  .about__content-info:after {
    height: 21px;
    top: -15px;
  }
}

.main-footer {
  padding: 0 0 max(30 / 1280 * 100vh, 0px);
}

.main-footer:before {
  content: "";
  aspect-ratio: 800/336;
  height: max(300 / 1280 * 100vh, 0px);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: url('../images/cpr_bg.png') center center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 1;
}

.main-footer:after {
  content: "";
  aspect-ratio: 450/336;
  height: max(300 / 1280 * 100vh, 0px);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: url('../images/dev_bg.png') center center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .main-footer {
    padding: 60px 0 0;
  }

  .main-footer:after,
  .main-footer:before {
    display: none;
  }
}

.main-footer__content {
  width: 100%;
  max-width: calc(100% - max(60 / 1280 * 100vh, 0px));
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .main-footer__content {
    max-width: calc(100% - 40px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }
}

.main-footer__cpr {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.main-footer__cpr-title {
  font-size: max(14 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-footer__cpr-title {
    font-size: 14px;
    text-align: center;
  }
}

.main-footer__cpr-text {
  font-size: max(13 / 1280 * 100vh, 0px);
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .main-footer__cpr-text {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
  }
}

.main-footer__cpr-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: max(15 / 1280 * 100vh, 0px);
  font-size: max(13 / 1280 * 100vh, 0px);
  text-transform: uppercase;
  margin-top: max(5 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-footer__cpr-links {
    justify-content: center;
    font-size: 13px;
    gap: 15px;
    margin-top: 5px;
  }
}

.main-footer__cpr-links a {
  transition: color 0.3s ease-in-out;
}

.main-footer__cpr-links a:hover {
  color: var(--brand-color);
}

.body--inner .main-footer {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .body--inner .main-footer {
    padding: 0px 0 40px;
  }

  .body--inner .main-footer:after,
  .body--inner .main-footer:before {
    display: none;
  }
}

.body--inner .main-footer:before,
.body--inner .main-footer:after {
  display: none;
}

.body--inner .main-footer__content {
  /*width: min(68%, max(1780 / 1280 * 100vh, 0px));*/
}

@media (max-width: 1024px) {
  .body--inner .main-footer__content {
    width: calc(100% - 40px);
  }
}

.main-tegnios {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  text-transform: uppercase;
}

.main-tegnios:hover {
  opacity: 1;
}

.main-tegnios img {
  height: max(40 / 1280 * 100vh, 0px);
}

@media (max-width: 1024px) {
  .main-tegnios img {
    height: 40px;
  }
}

.main-tegnios__copyright {
  font-size: max(14 / 1280 * 100vh, 0px);
  line-height: 1.3em;
  padding-top: 0.2em;
  text-align: left !important;
}

@media (max-width: 1024px) {
  .main-tegnios__copyright {
    font-size: 14px;
  }
}

.main-tegnios__copyright p {
  font-size: 0.8em;
  color: #dad9d8;
}

.main-tegnios__copyright span {
  color: #fff;
  text-transform: uppercase;
}

.accept-cookie {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(11, 33, 51, 0.9);
  padding: max(30 / 1280 * 100vh, 0px) 0;
  display: none;
}

@media (max-width: 1024px) {
  .accept-cookie {
    padding: 20px 0;
  }
}

.accept-cookie--visible {
  display: block;
}

.accept-cookie .content-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: max(30 / 1280 * 100vh, 0px);
  padding: 0 2rem;
}

@media (max-width: 1024px) {
  .accept-cookie .content-area {
    flex-direction: column;
    gap: 10px;
  }
}

.accept-cookie__text {
  font-family: var(--secondary-light-font);
  font-size: max(18 / 1280 * 100vh, 0px);
  line-height: 1.4em;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .accept-cookie__text {
    text-align: center;
    font-size: 14px;
  }
}

.accept-cookie__text a {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

.accept-cookie__text a:hover {
  color: var(--brand-color);
}

@media (max-width: 1024px) {
  .accept-cookie__button-layout {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.accept-cookie__button-layout .btn {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */