/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Yantramanav';
  src: url('/assets/fontsiohjk9/yantramanav-regulariohjk9.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yantramanav';
  src: url('/assets/fontsiohjk9/yantramanav-boldiohjk9.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

body {
  background: linear-gradient(
    116deg,
    #0d0125 5.32%,
    #250119 35.73%,
    #180125 64%,
    #0d0125 93.77%
  );
  z-index: 3;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.headeriohjk9 {
  background: linear-gradient(
    116deg,
    #0d0125 5.32%,
    #250119 35.73%,
    #180125 64%,
    #0d0125 93.77%
  );
  padding: 18px 0;
  position: relative;
  z-index: 20;
}

.header__inneriohjk9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */

.logoiohjk9 {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.logo__iconiohjk9 {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.logo__textiohjk9 {
  width: 323px;
  height: 15px;
  object-fit: contain;
}

/* NAV */

.menuiohjk9 {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menuiohjk9 li a {
  color: #fff;
  font-family: Yantramanav;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.649%;
  text-decoration: none;
  position: relative;
}

.menuiohjk9 li a:hover {
  opacity: 0.8;
}

/* BURGER */

.burgeriohjk9 {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.burgeriohjk9 span {
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

/* ACTIVE BURGER */

.burgeriohjk9.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.burgeriohjk9.active span:nth-child(2) {
  opacity: 0;
}

.burgeriohjk9.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* MOBILE */

@media (max-width: 900px) {
  .burgeriohjk9 {
    display: flex;
  }

  .naviohjk9 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #180028;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .naviohjk9.active {
    max-height: 300px;
  }

  .menuiohjk9 {
    flex-direction: column;
    padding: 20px;
    gap: 18px;
  }

  .logo__textiohjk9 {
    width: 228px;
    height: 11px;
  }
}

.heroiohjk9 {
  padding: 20px 0;

  text-align: center;
  color: #fff;
}

.hero-badgeiohjk9 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;

  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 700;
  line-height: 129.649%;

  border-radius: 100px;
  border: 1px dashed #2252ff;
  background: rgba(34, 82, 255, 0.25);

  margin-bottom: 30px;
}

.hero-badgeiohjk9 img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.hero-titleiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 40px;
  font-weight: 700;
  line-height: 129.649%;
  max-width: 780px;
  margin: 0 auto 22px;
}

.hero-textiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
  max-width: 620px;
  margin: 0 auto 36px;
  opacity: 0.9;
}

/* BUTTONS */

.hero-buttonsiohjk9 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-btniohjk9 {
  position: relative;
  padding: 18px 36px;
  border-radius: 100px;
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 700;
  line-height: 129.649%;
  text-decoration: none;
  transition: 0.25s;
  overflow: hidden;
}

/* PRIMARY */

.hero-btn-primaryiohjk9 {
  color: #fff;
  background: #c2121f;
  --hover: #ff3b47;
}

.hero-btn-primaryiohjk9:hover {
  box-shadow: inset 0 0 0 3em var(--hover);
}

/* SECONDARY */

.hero-btn-secondaryiohjk9 {
  color: #fff;
  border: 1px solid #c2121f;
  background: rgba(194, 18, 31, 0.25);
  --hover: #c2121f;
}

.hero-btn-secondaryiohjk9:hover {
  box-shadow: inset 0 0 0 3em var(--hover);
}

/* MOBILE */

@media (max-width: 768px) {
  .heroiohjk9 {
    padding: 20px 0;
  }

  .hero-titleiohjk9 {
    font-size: 32px;
  }

  .hero-textiohjk9 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .hero-btniohjk9 {
    width: 100%;
    font-size: 18px;
  }

  .hero-buttonsiohjk9 {
    flex-direction: column;
  }
}

.uniqueiohjk9 {
  padding: 90px 0;
}

.unique-titleiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 32px;
  font-weight: 700;
  line-height: 129.649%;
  margin-bottom: 40px;
}

.unique-listiohjk9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.unique-cardiohjk9 {
  padding: 40px 30px;
  border-radius: 20px;
  background: rgba(2, 49, 221, 0.15);

  border: 1px solid transparent; /* ВАЖНО */

  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
}

.unique-cardiohjk9:hover {
  border-color: #2252ff;
  box-shadow: 0 0 10.7px 1px rgba(2, 49, 221, 0.4);
}
.unique-cardiohjk9 img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 16px;
}

.unique-cardiohjk9 h3 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 700;
  line-height: 129.649%;
  margin-bottom: 10px;
}

.unique-cardiohjk9 p {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
  opacity: 0.9;
}

/* hover */

.unique-cardiohjk9:hover {
  border-radius: 20px;
  border: 1px solid #2252ff;
  background: rgba(2, 49, 221, 0.15);
  box-shadow: 0 0 10.7px 1px rgba(2, 49, 221, 0.4);
}

/* tablet */

@media (max-width: 900px) {
  .unique-listiohjk9 {
    grid-template-columns: 1fr 1fr;
  }
}

/* mobile */

@media (max-width: 600px) {
  .unique-listiohjk9 {
    grid-template-columns: 1fr;
  }

  .unique-titleiohjk9 {
    font-size: 28px;
  }
}
.topiohjk9 {
  padding: 20px 0;
}

.top-titleiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 32px;
  font-weight: 700;
  line-height: 129.649%;
  margin-bottom: 20px;
}

.top-textiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
  margin: 0 auto 50px;
}

.top-listiohjk9 {
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* CARD */

.cardiohjk9 {
  position: relative;
  border-radius: 10px;
  border: 4px solid #58cafb;
  background: #1f0736;
  box-shadow: 0 0 23.9px 0 #312379;
  overflow: visible;
}

/* BADGE */

.card-badgeiohjk9 {
  position: absolute;
  top: -18px;
  left: 30px;
  background: #c2121f;
  border-radius: 100px;
  padding: 6px 16px;
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 12px;
  font-weight: 700;
}

/* GRID */

.card-gridiohjk9 {
  display: grid;

  grid-template-columns:
    1fr
    1fr
    1fr
    1fr;

  grid-template-areas:
    'logo bonus rating button'
    'logo bonus rating payments';

  align-items: center;

  gap: 20px;

  padding: 15px;
}

/* AREAS */

.card-logoiohjk9 {
  grid-area: logo;
}

.card-bonusiohjk9 {
  grid-area: bonus;
}

.card-ratingiohjk9 {
  grid-area: rating;
}

.card-starsiohjk9 {
  grid-area: stars;
}

.card-btniohjk9 {
  grid-area: button;
}

.card-paymentsiohjk9 {
  grid-area: payments;
}

/* LOGO */

.card-logoiohjk9 {
  display: flex;

  align-items: center;

  justify-content: center;
}

.card-logoiohjk9 img {
  max-width: 180px;

  max-height: 80px;

  width: auto;

  height: auto;

  object-fit: contain;
}

/* BONUS */

.card-bonusiohjk9 {
  color: #fff;

  text-align: center;

  font-family: Yantramanav;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  text-decoration: none;
}

/* RATING */

.card-ratingiohjk9 {
  color: #fff;

  text-align: center;

  font-family: Yantramanav;

  font-size: 24px;

  font-weight: 700;
}

/* STARS */

.card-starsiohjk9 {
  display: flex;

  justify-content: center;

  gap: 5px;
}

.card-starsiohjk9 img {
  width: 20px;
}

/* BUTTON */

.card-btniohjk9 {
  border-radius: 100px;

  border: 2px solid #c2121f;

  background: rgba(194, 18, 31, 0.25);

  padding: 14px 28px;

  text-decoration: none;

  color: #fff;

  font-family: Yantramanav;

  font-weight: 700;

  display: flex;

  align-items: center;
  text-align: center;
  justify-content: center;
}

/* PAYMENTS */

.card-paymentsiohjk9 {
  display: flex;

  gap: 10px;

  list-style: none;

  padding: 0;

  margin: 0;

  justify-content: center;
}

.card-paymentsiohjk9 img {
  width: 30px;
}

/* FOOTER */

.card-footeriohjk9 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);

  padding: 14px;

  color: #fff;

  text-align: center;

  font-family: Yantramanav;

  font-size: 13px;

  font-weight: 400;
}

.card-conditionsiohjk9 {
  padding-top: 10px;
}

.avantages-cardiohjk9 {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.avantages-cardiohjk9 span {
  color: #fff;
  font-family: Yantramanav;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.avantages-cardiohjk9 ul {
  list-style: disc;
}

.avantages-cardiohjk9 li {
  list-style-type: disc;
  color: #fff;
  font-family: Yantramanav;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 20px;
}

/* MOBILE */

@media (max-width: 768px) {
  .card-gridiohjk9 {
    grid-template-columns: 1fr;

    grid-template-areas:
      'logo bonus'
      'rating rating'
      'stars stars'
      'button button'
      'payments payments';

    text-align: center;
  }

  .card-logoiohjk9 img {
    margin: auto;
  }

  .card-btniohjk9 {
    width: 100%;
  }
  .card-gridiohjk9 {
    padding: 10px;
    gap: 10px;
  }
}

.faqiohjk9 {
  padding: 100px 0;
}

/* TITLE */

.faq-titleiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 32px;
  font-weight: 700;
  line-height: 129.649%;
  margin-bottom: 20px;
}

/* TEXT */

.faq-textiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
  margin: 0 auto 60px;
}

/* LIST */

.faq-listiohjk9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ITEM */

.faq-itemiohjk9 {
  position: relative;
  border-radius: 20px;
  background: rgba(2, 49, 221, 0.15);
  padding: 20px;
}

/* ICON */

.faq-iconiohjk9 {
  width: 36px;
  margin-bottom: 20px;
}

/* QUESTION */

.faq-questioniohjk9 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 129.649%; /* 25.93px */
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}

/* ANSWER */

.faq-answeriohjk9 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
}

/* MOBILE */

@media (max-width: 768px) {
  .faq-listiohjk9 {
    grid-template-columns: 1fr;
  }

  .faq-itemiohjk9 {
    padding: 30px;
  }
}

.articlesiohjk9 {
  padding: 100px 0;
  background: linear-gradient(
    116deg,
    #0d0125 5.32%,
    #250119 35.73%,
    #180125 64%,
    #0d0125 93.77%
  );
}

/* TITLE */

.articles-titleiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 32px;
  font-weight: 700;
  line-height: 129.649%;
  margin-bottom: 20px;
}

/* TEXT */

.articles-textiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
  max-width: 760px;
  margin: 0 auto 60px;
}

/* GRID */

.articles-listiohjk9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* CARD */

.articles-itemiohjk9 {
  border-radius: 20px;
  background: rgba(2, 49, 221, 0.15);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* IMAGE */

.articles-imageiohjk9 {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
}

/* TAG */

.articles-tagiohjk9 {
  color: rgba(255, 255, 255, 0.7);
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 400;
  line-height: 129.649%;
}

/* TITLE CARD */

.articles-headingiohjk9 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 700;
  line-height: 129.649%;
}

/* DESC */

.articles-desciohjk9 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
}

/* TABLET */

@media (max-width: 1024px) {
  .articles-listiohjk9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .articles-listiohjk9 {
    grid-template-columns: 1fr;
  }
}

.ctaiohjk9 {
  padding: 140px 0;

  background: url('/assets/imagesiohjk9/man-and-laptopiohjk9.webp') center / cover
    no-repeat;
  position: relative;
}

/* overlay */

.ctaiohjk9::before {
  content: '';

  position: absolute;

  inset: 0;

  background: linear-gradient(
    116deg,
    rgba(13, 1, 37, 0.8) 5%,
    rgba(37, 1, 25, 0.8) 35%,
    rgba(24, 1, 37, 0.8) 64%,
    rgba(13, 1, 37, 0.8) 93%
  );
}

/* inner */

.cta-inneriohjk9 {
  position: relative;

  z-index: 2;

  text-align: center;

  max-width: 760px;

  margin: auto;
}

/* title */

.cta-titleiohjk9 {
  color: #fff;

  text-align: center;

  font-family: Yantramanav;

  font-size: 32px;

  font-weight: 700;

  line-height: 129.649%;

  margin-bottom: 20px;
}

/* text */

.cta-textiohjk9 {
  color: #fff;

  text-align: center;

  font-family: Yantramanav;

  font-size: 15px;

  font-weight: 400;

  line-height: 129.649%;

  margin-bottom: 30px;
}

/* button */

.cta-btniohjk9 {
  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;

  max-width: 276px;

  width: 100%;

  padding: 14px 24px;

  border-radius: 100px;

  background: #c2121f;

  color: #fff;

  text-decoration: none;

  font-family: Yantramanav;

  font-size: 16px;

  font-weight: 700;

  transition: 0.3s;
}

.cta-btniohjk9:hover {
  background: #e31827;
}

/* tablet */

@media (max-width: 1024px) {
  .ctaiohjk9 {
    background-position: center;

    background-size: cover;
  }
}

/* mobile */

@media (max-width: 768px) {
  .ctaiohjk9 {
    padding: 100px 0;
  }

  .cta-titleiohjk9 {
    font-size: 28px;
  }
}

.footeriohjk9 {
  padding: 80px 0 0;
  background: linear-gradient(
    116deg,
    #0d0125 5.32%,
    #250119 35.73%,
    #180125 64%,
    #0d0125 93.77%
  );
  color: #fff;
  word-wrap: break-word;
}

/* LOGO */

.footer-logoiohjk9 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.logo__iconiohjk9 {
  width: 40px;
}

.logo__textiohjk9 {
  height: 28px;
}

/* DIVIDER */

.footer-divideriohjk9 {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 50px 0;
}

/* NAV */

.footer-menuiohjk9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menuiohjk9 a {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.footer-18iohjk9 {
  font-size: 32px;
  font-weight: 700;
}

/* CONSORTIUM */

.footer-consortiumiohjk9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.footer-coliohjk9 h2 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-coliohjk9 p {
  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

/* LOGOS */

.footer-logosiohjk9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 50px 0;
}

.footer-logosiohjk9 img {
  height: 36px;
  object-fit: contain;
}

/* COPYRIGHT */

.footer-copyiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 80px;
}

/* WARNING */

.footer-warningiohjk9 {
  background: #06031b;
  padding: 18px;
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 700;
}

/* MOBILE */

@media (max-width: 768px) {
  .footer-consortiumiohjk9 {
    grid-template-columns: 1fr;
  }

  .footer-menuiohjk9 {
    gap: 20px;
  }

  .footer-logosiohjk9 {
    gap: 25px;
  }
}

.terms {
  background: linear-gradient(
    116deg,
    #0d0125 5.32%,
    #250119 35.73%,
    #180125 64%,
    #0d0125 93.77%
  );
  padding: 60px 0;
  word-wrap: break-word;
}

.terms h1 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 129.649%; /* 41.488px */
  margin-bottom: 30px;
}

.terms h2 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 129.649%;
  margin-bottom: 25px;
}

.terms ul {
  list-style: disc;
}

.terms li {
  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.649%; /* 19.447px */
  list-style-type: disc;
  margin-left: 20px;
}

.terms p {
  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.649%; /* 19.447px */
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .terms {
    padding: 20px 0;
  }
}

.contactiohjk9 {
  padding: 100px 0;
  background: linear-gradient(
    116deg,
    #0d0125 5.32%,
    #250119 35.73%,
    #180125 64%,
    #0d0125 93.77%
  );
}

/* TITLE */

.contact-titleiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 32px;
  font-weight: 700;
  line-height: 129.649%;
  margin-bottom: 20px;
}

/* TEXT */

.contact-textiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
  max-width: 720px;
  margin: 0 auto 40px;
}

/* FORM */

.contact-formiohjk9 {
  max-width: 900px;
  margin: auto;
}

/* ROW */

.contact-rowiohjk9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* FIELD */

.contact-fieldiohjk9 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* LABEL */

.contact-fieldiohjk9 label {
  color: #fff;
  font-family: Yantramanav;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* INPUT */

.contact-fieldiohjk9 input,
.contact-fieldiohjk9 textarea {
  border-radius: 5px;
  background: #d9d9d9;
  border: none;
  padding: 14px;
  font-family: Yantramanav;
  font-size: 16px;
  color: #000;
}

/* TEXTAREA */

.contact-fieldiohjk9 textarea {
  height: 140px;
  resize: none;
}

/* PLACEHOLDER */

.contact-fieldiohjk9 input::placeholder,
.contact-fieldiohjk9 textarea::placeholder {
  color: #999;
}

/* PRIVACY */

.contact-privacyiohjk9 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
}

.contact-privacyiohjk9 a {
  color: #2252ff;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

/* BUTTON */

.contact-btniohjk9 {
  width: 100%;
  border: none;
  border-radius: 100px;
  background: #c2121f;
  padding: 18px;
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

/* SUCCESS MESSAGE */

.contact-successiohjk9 {
  display: none;
  margin-top: 20px;
  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
  text-align: center;
}

/* MOBILE */

@media (max-width: 768px) {
  .contact-rowiohjk9 {
    grid-template-columns: 1fr;
  }
}

.newsiohjk9 {
  padding: 100px 0;
  background: linear-gradient(
    116deg,
    #0d0125 5.32%,
    #250119 35.73%,
    #180125 64%,
    #0d0125 93.77%
  );
}

/* TITLE */

.news-titleiohjk9 {
  color: #fff;
  text-align: center;
  font-family: Yantramanav;
  font-size: 32px;
  font-weight: 700;
  line-height: 129.649%;
  margin-bottom: 40px;
}

/* LIST */

.news-listiohjk9 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* CARD */

.news-cardiohjk9 {
  border-radius: 20px;
  background: rgba(2, 49, 221, 0.15);
  overflow: hidden;
}

/* LINK */

.news-linkiohjk9 {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 20px;
  padding: 25px;
  text-decoration: none;
  color: #fff;
  align-items: center;
}

/* TEXT BLOCK */

.news-text-blockiohjk9 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* DATE */

.news-dateiohjk9 {
  font-family: Yantramanav;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  opacity: 0.7;
}

/* HEADING */

.news-headingiohjk9 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

/* TEXT */

.news-textiohjk9 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 400;
  line-height: 129.649%;
  margin: 0;
}

/* IMAGE */

.news-image-blockiohjk9 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* BUTTON */

.news-btniohjk9 {
  display: block;
  margin: 40px auto 0;
  padding: 14px 28px;
  border-radius: 100px;
  border: 2px solid #c2121f;
  background: rgba(194, 18, 31, 0.25);
  color: #fff;
  font-family: Yantramanav;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.news-btniohjk9:hover {
  box-shadow: inset 0 0 0 3em #c2121f;
}

/* TABLET */

@media (max-width: 1024px) {
  .news-listiohjk9 {
    grid-template-columns: 1fr;
  }

  .news-linkiohjk9 {
    grid-template-columns: 1fr 180px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .news-linkiohjk9 {
    grid-template-columns: 1fr;
  }

  .news-image-blockiohjk9 {
    order: -1;
  }

  .news-titleiohjk9 {
    font-size: 28px;
  }
}
