@font-face {
  font-family: "Unica77 LL";
  src: url("../fonts/Unica77 LL/Unica77LL-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Unica77 LL";
  src: url("../fonts/Unica77 LL/Unica77LL-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Unica77 LL";
  src: url("../fonts/Unica77 LL/Unica77LL-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Unica77 LL";
  src: url("../fonts/Unica77 LL/Unica77LL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Unica77;
  font-weight: 100;
  src:
    local("Unica77"),
    url(../font/Unica77LL/Unica77LL-Thin.7fcb5a4ce67dd71f1ca9.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77;
  font-weight: 300;
  src:
    local("Unica77"),
    url(../font/Unica77LL/Unica77LL-Light.a4e397894846e2bb62bc.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77;
  font-weight: 400;
  src:
    local("Unica77"),
    url(../font/Unica77LL/Unica77LL-Regular.d152f0c7837c4dc9ed5f.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77;
  font-weight: 500;
  src:
    local("Unica77"),
    url(../font/Unica77LL/Unica77LL-Medium.91eaa7c6215fcc776be9.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77;
  font-weight: 700;
  src:
    local("Unica77"),
    url(../font/Unica77LL/Unica77LL-Bold.ebb77dde8064230037c9.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77;
  font-weight: 900;
  src:
    local("Unica77"),
    url(../font/Unica77LL/Unica77LL-Black.42e3a8e268aa49434d9f.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77 Cyrillic;
  font-weight: 100;
  src:
    local("Unica77 Cyrillic"),
    url(../font/Unica77LL/Unica77LLCyr-Thin.05db493ff40dce4bfae1.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77 Cyrillic;
  font-weight: 300;
  src:
    local("Unica77 Cyrillic"),
    url(../font/Unica77LL/Unica77LLCyr-Light.f62155c940cf3e39f502.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77 Cyrillic;
  font-weight: 400;
  src:
    local("Unica77 Cyrillic"),
    url(../font/Unica77LL/Unica77LLCyr-Regular.241be9bbbc7282ddc88c.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77 Cyrillic;
  font-weight: 500;
  src:
    local("Unica77 Cyrillic"),
    url(../font/Unica77LL/Unica77LLCyr-Medium.53d04460b88a566c638a.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77 Cyrillic;
  font-weight: 700;
  src:
    local("Unica77 Cyrillic"),
    url(../font/Unica77LL/Unica77LLCyr-Bold.59c0219dcb2537e3d8e0.otf)
      format("opentype");
}

@font-face {
  font-family: Unica77 Cyrillic;
  font-weight: 900;
  src:
    local("Unica77 Cyrillic"),
    url(../font/Unica77LL/Unica77LLCyr-Black.0f8de6b3c66904f546ee.otf)
      format("opentype");
}

:root {
  --main-font: "Unica77";
  --main-font-cyrillic: "Unica77 Cyrillic";
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/Arrow/fontello.eot?69272109");
  src:
    url("../fonts/Arrow/fontello.eot?69272109#iefix")
      format("embedded-opentype"),
    url("../fonts/Arrow/fontello.woff2?69272109") format("woff2"),
    url("../fonts/Arrow/fontello.woff?69272109") format("woff"),
    url("../fonts/Arrow/fontello.ttf?69272109") format("truetype"),
    url("../fonts/Arrow/fontello.svg?69272109#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-blank:before {
  content: "\e806";
}

body,
html {
  font-family: var(--main-font), var(--main-font-cyrillic);
  color: #131313;
  width: 100%;
}

html.frozen {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.section {
  position: relative;
}

.section-container {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .section-container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section-container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.section-container-new {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 992px) {
  .section-container-new {
    padding: 120px 0px;
  }
}
@media screen and (max-width: 576px) {
  .section-container-new {
    padding: 80px 0px;
  }
}

.section-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.section-background-home-main {
  background-image: url("../img/assets/home-main-bg-new.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*background-color: #e11313;*/
}

.section-background-home-main-new {
  background-image: url("../img/assets/hero-section-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*background-color: #e11313;*/
}

@media screen and (max-width: 992px) {
  .section-background-home-main-new {
    /* background-image: url("../img/assets/hero-section-bg-tablet.png"); */
    background-image: url("../img/assets/hero-section-bg-tablet.webp");
  }
}

.section-background-home-reviews {
  background-image: url("../img/assets/home-reviews-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*background-color: #e11313;*/
}

.section-background-home-reviews-new {
  background-color: var(--Dark-Primary, #131313);
  background-image: url("../img/assets/review-section-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*background-color: #e11313;*/
}

.main_page-content_container {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;

  .row {
    margin: 0px;
  }

  &.investing-flow {
    /* padding: 0 20px; */
  }
}

@media screen and (max-width: 1200px) {
  /* .main_page-content_container {
    padding: 0px 20px;
  } */
}

@media screen and (max-width: 992px) {
  .main_page-content_container {
    .row {
      margin: 0px;
      justify-content: center;
    }

    &.investing-flow {
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding: 0;

      .home-digitalizing-cards-container-new {
        margin: 0;

        .home-digitalizing-card--text-container-new {
          align-items: center;
          padding: 0;
          max-width: 100%;

          .btn.btn-primary {
            height: 60px;
            padding: 20px 40px;

            .button__text {
              color: var(--background, #fff);
              font-family: "Unica77 Cyrillic", sans-serif;
              font-size: 16px;
              font-weight: 500;
              line-height: 19px;
              letter-spacing: 0.08px;
              text-transform: uppercase;
            }
          }
        }
      }

      .home-section-title {
        text-align: center;
        margin: 0px !important;
      }
    }
  }
}
@media screen and (max-width: 576px) {
  .investing-flow {
    gap: 32px;
    padding: 0;
  }
}

.reviews-section-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 50px;
}

.reviews-section-title {
  color: var(--Light-White, #fff);
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px; /* 120.833% */
  letter-spacing: 0.48px;
}

.reviews-section-title::first-letter {
  font-style: italic;
}

.reviews-section-sub-header {
  color: var(--Light-White, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.trastpilot-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.trastpilot-sub-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .trastpilot-wrapper {
    flex-direction: column;
    align-items: start;
  }
  .reviews-section-sub-header {
    text-align: start;
    font-size: 16px;
    line-height: 24px;
  }
  .reviews-section-title {
    text-align: start;
    font-size: 32px;
    line-height: 38px;
  }
}

.trastpilot-star-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.trastpilot-text {
  color: var(--Light-White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.trastpilot-text a {
  display: inline;
  text-decoration: underline;
  color: var(--Light-White, #fff) !important;
}

.text-dark-terteriary {
  color: var(--dark-terteriary, #616161) !important;
}

.is-hidden {
  visibility: hidden;
}

.is-visible {
  visibility: visible;
  opacity: 1 !important;
}

.content-main {
  padding-top: 80px;
}

.content-main--blur {
  padding-top: 92px;
  background-image: url("../img/assets/blur-about-opacity.webp");
  background-repeat: no-repeat;
  background-position: 60% -200px;
}

@media screen and (max-width: 576px) {
  .content-main--blur {
    background-size: 612px;
  }
}

.content-main--blurbottom {
  background-position: 60% 5%;
}

@media screen and (max-width: 576px) {
  .content-main--blurbottom {
    background-position: 160% 0;
  }
}

.content-main--blurtop {
  background-position: 30% -15%;
}

.content-main--blurleft {
  background-position: 20% -150px;
}

.content-main--blurright {
  background-position: 115% -180px;
}

.container-short {
  max-width: 1140px;
}

@media screen and (min-width: 576px) {
  .col-layout {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media screen and (min-width: 1200px) {
  .col-layout {
    padding-left: 87px;
    padding-right: 87px;
  }
}

@media screen and (max-width: 1200px) {
  .col-layout:first-child {
    padding-left: 15px;
  }

  .col-layout:last-child {
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-layout {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media screen and (min-width: 1200px) {
  .col-md-layout {
    padding-left: 87px;
    padding-right: 87px;
  }
}

@media screen and (max-width: 1200px) {
  .col-md-layout:first-child {
    padding-left: 15px;
  }

  .col-md-layout:last-child {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-layout {
    padding-left: 87px;
    padding-right: 87px;
  }
}

@media screen and (max-width: 1200px) {
  .col-lg-layout:first-child {
    padding-left: 15px;
  }

  .col-lg-layout:last-child {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .col-short-layout-l {
    padding-left: 15%;
  }
}

@media screen and (min-width: 1200px) {
  .col-short-layout-r {
    padding-right: 15%;
  }
}

@media screen and (min-width: 576px) {
  .col-layout.col-md-7,
  .col-md-layout.col-md-7,
  .col-lg-layout.col-md-7 {
    flex: 55% 0 0;
    max-width: 55%;
  }

  .col-layout.col-md-5,
  .col-md-layout.col-md-5,
  .col-lg-layout.col-md-5 {
    flex: 45% 0 0;
    max-width: 45%;
  }
}

@media screen and (min-width: 992px) {
  .col-layout.col-lg-7,
  .col-md-layout.col-lg-7,
  .col-lg-layout.col-lg-7 {
    flex: 55% 0 0;
    max-width: 55%;
  }

  .col-layout.col-lg-5,
  .col-md-layout.col-lg-5,
  .col-lg-layout.col-lg-5 {
    flex: 45% 0 0;
    max-width: 45%;
  }

  .col-layout.col-lg-3,
  .col-md-layout.col-lg-3,
  .col-lg-layout.col-lg-3 {
    flex: 45% 0 0;
    max-width: 45%;
  }
}

.section-block-link {
  margin-top: 40px;
}

.button,
a.button {
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background: 0 0;
  box-shadow: none;
  line-height: 1;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 16px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #0050c9;
  color: #fff;
  white-space: nowrap;
  border-radius: 2rem;
  min-width: 160px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 575px) {
  .button,
  a.button {
    font-size: 14px;
  }
}

@media screen and (min-width: 1023px) {
  .button:hover,
  a.button:hover {
    text-decoration: none;
    color: #fff;
    background: #06419a;
  }
}

.button--main,
a.button--main {
  min-width: 240px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.button--header,
a.button--header,
span.button--header {
  min-width: 200px;
  height: 50px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.article-item--buttons a.button--header,
.article-item--buttons span.button--header {
  margin: 4px;
}

.button--header.menu-open,
a.button--header.menu-open {
  visibility: hidden;
}

.button--send,
a.button--send {
  min-width: 240px;
  height: 60px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  border: 1px solid #131313;
  color: #131313;
}

@media screen and (min-width: 1023px) {
  .button--send:hover,
  a.button--send:hover {
    text-decoration: none;
    color: #fff;
    background: #131313;
  }
}

.button--solid,
a.button--solid {
  background: transparent;
  border: 1px solid #131313;
  color: #131313;
  min-width: 186px;
}

@media screen and (max-width: 576px) {
  .button--solid,
  a.button--solid {
    min-width: 160px;
  }
}

@media screen and (min-width: 1023px) {
  .button--solid:hover,
  a.button--solid:hover {
    text-decoration: none;
    color: #fff;
    background: #131313;
  }
}

.button--form,
a.button--form {
  min-width: 240px;
  height: 60px;
  letter-spacing: 0.04em;
}

.button--solid-corp,
a.button--solid-corp {
  background: transparent;
  border: 1px solid #0050c9;
  color: #0050c9;
}

@media screen and (min-width: 1023px) {
  .button--solid-corp:hover,
  a.button--solid-corp:hover {
    text-decoration: none;
    color: #fff;
    background: #0050c9;
  }
}

.button__text,
a.button__text {
  padding-top: 3px;
  font-size: 16px;
}

.button__icon,
a.button__icon {
  stroke: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button__icon--fill,
a.button__icon--fill {
  stroke: none;
  fill: #fff;
}

.button__text + .button__icon,
a.button__text + a.button__icon {
  margin-left: 12px;
}

.button--icon,
a.button--icon {
  background: transparent;
  border: 1px solid #0050c9;
  color: #0050c9;
}

.button--icon .button__icon,
a.button--icon a.button__icon {
  stroke: #0050c9;
}

.button--icon .button__icon--fill,
a.button--icon a.button__icon--fill {
  stroke: none;
  fill: #0050c9;
}

.button:not(.collapsed) .button__icon .button__icon__collapsed,
a.button:not(.collapsed) .button__icon .button__icon__collapsed {
  display: none !important;
}

@media screen and (min-width: 1023px) {
  .button--icon:hover,
  a.button--icon:hover {
    background: #0050c9;
  }

  .button--icon:hover .button__icon,
  a.button--icon:hover a.button__icon {
    stroke: #fff;
  }
}

.link-default,
a.link-default {
  display: inline-block;
  position: relative;
  color: #0050c9;
  text-decoration: none;
}

.link-default:after,
a.link-default:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0050c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-default:hover,
a.link-default:hover,
.link-default:focus,
a.link-default:focus {
  color: #0050c9;
  text-decoration: none;
}

.link-default:hover:not(.link-default--underline):after,
a.link-default:hover:not(a.link-default--underline):after,
.link-default:focus:not(.link-default--underline):after,
a.link-default:focus:not(a.link-default--underline):after {
  width: 100%;
}

.link-default--dark,
a.link-default--dark {
  color: #131313;
}

.link-default--dark:hover,
a.link-default--dark:hover,
.link-default--dark:focus,
a.link-default--dark:focus {
  color: #131313;
}

.link-default--underline,
a.link-default--underline {
  text-decoration: none;
  line-height: 1;
  border-bottom: 2px solid;
}

.link-default--underline:hover,
a.link-default--underline:hover,
.link-default--underline:focus,
a.link-default--underline:focus {
  text-decoration: none;
}

.link-default__blank,
a.link-default__blank {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-image: url("../img/icon/arrow-blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 0.25em;
}

.link-blank,
a.link-blank {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.link-blank:after,
a.link-blank:after {
  content: "";
  display: block;
  width: 0.625em;
  height: 0.625em;
  background-image: url("../img/icon/arrow-big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 0.5em;
}

.link-blank__icon,
a.link-blank__icon {
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  background-image: url("../img/icon/arrow-big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 0.5em;
}

.link-blank:before,
a.link-blank:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #131313;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-blank:hover,
a.link-blank:hover,
.link-blank:focus,
a.link-blank:focus {
  text-decoration: none;
  color: #131313;
}

.link-blank:hover:before,
a.link-blank:hover:before,
.link-blank:focus:before,
a.link-blank:focus:before {
  width: 100%;
}

.link-blank--surface,
a.link-blank--surface {
  color: #c4c4c4;
}

.link-blank--surface:after,
a.link-blank--surface:after {
  color: #c4c4c4;
  background-image: url("../img/icon/arrow-surface.svg");
}

.link-blank--surface:before,
a.link-blank--surface:before {
  background: #c4c4c4;
}

.link-blank--surface:hover,
a.link-blank--surface:hover,
.link-blank--surface:focus,
a.link-blank--surface:focus {
  color: #c4c4c4;
}

.link-blank--corp,
a.link-blank--corp {
  color: #0050c9;
}

.link-blank--corp:after,
a.link-blank--corp:after {
  color: #0050c9;
  background-image: url("../img/icon/arrow-corp.svg");
}

.link-blank--corp:before,
a.link-blank--corp:before {
  background: #0050c9;
}

.link-blank--corp:hover,
a.link-blank--corp:hover,
.link-blank--corp:focus,
a.link-blank--corp:focus {
  color: #0050c9;
}

.close-button {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.close-button:hover,
.close-button:focus {
  outline: none;
}

.title {
  color: #131313;
  margin: 0;
}

.title--block {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-bottom: 2px;
  color: #e0e0e0;
}
.title--block.blue-drop {
  display: flex;
}
/*
.title--block.blue-drop::marker{
	content: '\2022';
	font-size: 30px;
	color: #0a73bb;
}
*/
.title--block.blue-drop::before {
  content: "\2022";
  font-size: 30px;
  margin-top: -10px;
  color: #0a73bb;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .title--block {
    font-size: 20px;
  }
}

.title-sub {
  display: block;
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 46px;
}

.title-sub--large {
  font-size: 50px;
}

@media screen and (max-width: 992px) {
  .title-sub {
    font-size: 26px;
  }
}

.title-sub--white {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .title-sub--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
  }
}

.subtitle {
  display: block;
  color: #131313;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 40px;
}

@media screen and (max-width: 992px) {
  .subtitle {
    margin-bottom: 20px;
  }
}

.text-italic {
  font-style: italic;
}

@media screen and (max-width: 992px) {
  .pills-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .pills-list::-webkit-scrollbar {
    display: none;
  }
}

.pills-list__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 993px) {
  .pills-list__list--between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 992px) {
  .pills-list__list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.pills-list li + li {
  margin-left: 10px;
}

.pill,
a.pill {
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #131313;
  text-transform: uppercase;
  min-width: 122px;
  padding: 16px 32px 13px;
  border: 1px solid #898989;
  border-radius: 5rem;
  background: transparent;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .pill,
  a.pill {
    min-width: auto;
    padding: 14px 26px 11px;
  }
}

.pill:hover,
a.pill:hover,
.pill:focus,
a.pill:focus {
  text-decoration: none;
}

.pill + .pill,
a.pill + a.pill {
  margin-left: 8px;
}

.pill--fill,
a.pill--fill {
  font-size: 14px;
  text-transform: none;
  border: 0;
  background: rgba(137, 137, 137, 0.2);
}

.pill--fill-dark,
a.pill--fill-dark {
  background: rgba(19, 19, 19, 0.08);
}

.pill--outline-dark,
a.pill--outline-dark {
  border: 1px solid rgba(19, 19, 19, 0.3);
}

.pill--light,
a.pill--light {
  color: #c4c4c4;
}

.pill--tab,
a.pill--tab {
  background: transparent;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid transparent;
}

.pill--tab:hover,
a.pill--tab:hover {
  color: #0050c9;
}

.pill--tab.active,
a.pill--tab.active {
  color: #0050c9;
  border: 1px solid #0050c9;
}

.pill--plump,
a.pill--plump {
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 13px;
  border: 1px solid transparent;
}

.pill--corp,
a.pill--corp {
  border-color: #0050c9;
  color: #0050c9;
}

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

.mh-200 {
  max-height: 200px;
}

.mh-300 {
  max-height: 300px;
}

.mh-400 {
  max-height: 400px;
}

.mh-500 {
  max-height: 500px;
}

.subscribe-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline: 2px solid #0050c9;
}

@media screen and (min-width: 992px) {
  .anim-thisBlock {
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -webkit-transition-property:
      opacity,
      -webkit-transform;
    transition-property:
      transform,
      opacity,
      -webkit-transform;
    will-change: transform, opacity;
  }

  .anim-slowBlock {
    -webkit-transition: 0.6s ease-in;
    transition: 0.6s ease-in;
    -webkit-transition-property:
      opacity,
      -webkit-transform;
    transition-property:
      transform,
      opacity,
      -webkit-transform;
    will-change: transform, opacity;
  }

  .anim-slowslowBlock {
    -webkit-transition: 1.2s ease-in;
    transition: 1.2s ease-in;
    -webkit-transition-property:
      opacity,
      -webkit-transform;
    transition-property:
      transform,
      opacity,
      -webkit-transform;
    will-change: transform, opacity;
  }

  .anim-scaleOut {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .anim-translateY {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .anim-translateXY {
    -webkit-transform: translate(-30px, 30px);
    -ms-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .anim-fadeOut {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .anim-start {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    -webkit-transition: 0.6s ease-in;
    transition: 0.6s ease-in;
  }
}

.button-dropdown {
  margin: 0;
  background: 0 0;
  box-shadow: none;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c4c4c4;
  padding: 12px 15px;
  height: 48px;
  min-width: 186px;
  border-radius: 25px;
  color: #131313;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .button-dropdown {
    min-width: 163px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.button-dropdown:hover {
  border-color: #131313;
}

.button-dropdown__text {
  position: relative;
  top: 2px;
  margin-right: 15px;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .button-dropdown__text {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 0;
  }
}

.button-dropdown__icon {
  margin-right: 9px;
}

.button-dropdown:after {
  position: relative;
  top: 1px;
  margin-left: auto;
  width: 24px;
  height: 24px;
  border: 0;
  background-image: url("../img/icon/dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .button-dropdown:after {
    margin-left: 9px;
  }
}

.button-dropdown__list {
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  background: #fff;
}

.button-dropdown__list .dropdown-item {
  background: 0 0;
  font-size: 16px;
  color: #898989;
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
}

.button-dropdown__list .dropdown-item:hover,
.button-dropdown__list .dropdown-item:focus {
  background: 0 0;
  color: #131313;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .button-dropdown--mobile {
    width: 100%;
  }
}

.button-dropdown--mobile__icon {
  margin-right: 18px;
}

.button-dropdown--mobile:after {
  margin-left: auto;
}

.button-dropdown--light {
  border-color: #c4c4c4;
  color: #c4c4c4;
}

.button-dropdown--light:hover {
  color: #c4c4c4;
  border-color: #c4c4c4;
}

.button-dropdown--light:after {
  background-image: url("../img/icon/dropdown-light.svg");
}

.button-dropdown--light ~ .button-dropdown__list {
  background: #131313;
}

.button-dropdown--light ~ .button-dropdown__list .dropdown-item {
  color: #c4c4c4;
}

.dropdown.show .button-dropdown {
  border-color: #131313;
}

.dropdown.show .button-dropdown--light {
  border-color: #c4c4c4;
  color: #c4c4c4;
}

.dropdown.show .button-dropdown:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.header-main {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 16px;
  width: 100%;
  /* border-bottom: 1px solid rgba(61, 61, 61, 0.75); */
  z-index: 12;
  /* -webkit-transition: 0.6s; */
  /* transition: 0.6s; */
}

@media screen and (max-width: 992px) {
  .header-main {
    border-bottom: none;
  }
}

@media screen and (max-width: 576px) {
  .header-main {
    padding: 4px 0;
  }
}

.header-main.elastic {
  padding: 0px 0;
}

@media screen and (max-width: 576px) {
  .header-main.elastic {
    padding: 0px 0;
  }
}

/* .header-main.light {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-bottom: 1px solid rgba(61, 61, 61, 0.25);
}

@media screen and (max-width: 992px) {
  .header-main.light {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: none;
  }
} */

.header-main__wrap {
  max-width: 1248px;
  width: calc(100% - 40px);
  background-color: white;
  border-radius: 100px;
  box-shadow: 0 4px 10px 0 rgba(26, 40, 104, 0.1);
  padding: 8px 24px;
}

@media screen and (min-width: 1200px) {
  .header-main__wrap {
    padding: 12px 12px 12px 28px;
  }
}

.header-main.dark {
  background-color: rgba(19, 19, 19, 0.8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.header-main.menu-open {
  /* background-color: rgba(255, 255, 255, 0.1); */
  -webkit-backdrop-filter: blur(30px);
  /* backdrop-filter: blur(30px); */
  /* border-bottom: 1px solid rgba(61, 61, 61, 0.25); */
}

.header-main__lang {
  display: flex;
  margin-right: 32px;
  color: var(--light-white, #ffffff);
  text-transform: uppercase;
}

.header-main__controls {
  margin-right: 40px;
}

@media screen and (min-width: 992px) {
  .header-main:not(.active) {
    background-color: transparent;
  }
}

.header-main__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.header-main__nav-list-item {
  color: var(--Dark-Primary, #131313);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.header-main__nav-list-item.dark {
  color: #fff;
}

.header-main__nav-list-item:first-child {
  /* padding-left: 32px; */
  /* border-left: solid 2px var(--color-dark-terteriary, #bababa); */
}

.header-main__nav-list-item.active {
  color: var(--accent-secondary, #0063f6) !important;
  text-decoration: underline;
}
.light .header-main__nav-list-item {
  color: var(--dark-primary, #131313);
}

.header-main__nav-list-item:hover {
  text-decoration: underline;
  color: var(--light-white, #ffffff);
}

.light .header-main__nav-list-item:hover {
  color: var(--dark-primary, #131313);
}
.header-main__nav-list.light,
.header-main__nav-list.light .header-main__nav-list-item {
  color: var(--dark-primary, #131313);
}
.header-main__nav-list.light .header-main__nav-list-item:hover {
  text-decoration: underline;
}

.header-main__logo-container {
  margin: 0 32px 4px 0;
}

.img-logo {
  display: block;
  max-width: 64px;
}

.img-logo__text {
  fill: #131313;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.img-logo.light .img-logo__text {
  fill: #fff;
}

.img-logo.menu-open .img-logo__text {
  fill: #131313;
}

.header-body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-primary, #131313);
  color: #ffffff;
  z-index: 11;
  padding-top: 145px;
  padding-bottom: 40px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}
.w-full {
  width: 100%;
}
.header-body.light {
  color: var(--dark-primary, #131313);
  background: var(--background, #ffffff);
}

.header-body::-webkit-scrollbar {
  display: none;
}

.header-body__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.header-subscribe {
  padding-bottom: 130px;
}

@media screen and (max-width: 992px) {
  .header-subscribe {
    padding-top: 16px;
  }
}

@media screen and (max-width: 576px) {
  .header-subscribe {
    padding-bottom: 50px;
    margin-bottom: 148px;
  }
}

.header-subscribe__wrap {
  display: block;
  position: relative;
  padding-bottom: 167px;
}

.header-subscribe__data {
  font-size: 90px;
  font-weight: 300;
  color: #131313;
  line-height: 1.05;
}

@media screen and (max-width: 992px) {
  .header-subscribe__data {
    font-size: 70px;
  }
}

@media screen and (max-width: 576px) {
  .header-subscribe__data {
    font-size: 70px;
  }
}

.header-subscribe__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 216px;
  height: 216px;
  color: #fff;
  left: 0;
  top: 233px;
}

@media screen and (max-width: 992px) {
  .header-subscribe__link {
    top: 188px;
    width: 211px;
    height: 211px;
  }
}

@media screen and (max-width: 576px) {
  .header-subscribe__link {
    width: 159px;
    height: 159px;
    left: 50%;
    margin-left: -80px;
    top: 185px;
  }
}

.header-subscribe__link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #0050c9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}

.header-subscribe__link:before {
  content: "";
  display: block;
  position: absolute;
  width: 142px;
  height: 142px;
  bottom: -132px;
  left: -180px;
  background-image: url("../img/assets/arrow-join.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .header-subscribe__link:before {
    width: 78px;
    height: 78px;
    left: -94px;
    bottom: -102px;
  }
}

@media screen and (max-width: 576px) {
  .header-subscribe__link:before {
    width: 92px;
    height: 92px;
    left: -92px;
    bottom: -92px;
  }
}

.header-subscribe__link:hover,
.header-subscribe__link:focus {
  color: #fff;
  text-decoration: none;
}

.header-subscribe__link:hover:after,
.header-subscribe__link:focus:after {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.header-subscribe__link:hover:before,
.header-subscribe__link:focus:before {
  -webkit-transform: translate(150%, -120%);
  -ms-transform: translate(150%, -120%);
  transform: translate(150%, -120%);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-subscribe__text {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
}

.header-start-screen {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131313;
  z-index: 30;
}

@-webkit-keyframes joinfly {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  90% {
    -webkit-transform: translate(150%, -150%);
    transform: translate(150%, -150%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes joinfly {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  90% {
    -webkit-transform: translate(150%, -150%);
    transform: translate(150%, -150%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
}

.header-page {
  margin-bottom: 24px;
  overflow: hidden;
}

.header-page__title {
  display: inline-block;
  position: relative;
  font-size: 96px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 992px) {
  .header-page__title {
    font-size: 70px;
  }
}

@media screen and (max-width: 576px) {
  .header-page__title {
    font-size: 50px;
  }
}

.header-page__title--article {
  font-size: 70px;
}

@media screen and (max-width: 992px) {
  .header-page__title--article {
    font-size: 50px;
  }
}

@media screen and (max-width: 576px) {
  .header-page__title--article {
    font-size: 30px;
  }
}

.header-page__title--spottopt:before {
  top: -480px;
}

.header-page__title--spotright:before {
  top: -400px;
  right: -650px;
}

.header-page__subtitle {
  position: relative;
  top: 16px;
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.header-page__description {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #131313;
}

@media screen and (max-width: 992px) {
  .header-page__description {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 576px) {
  .header-page__description {
    font-size: 22px;
  }
}

.header-page__stage {
  border-bottom: 1px solid #c4c4c4;
}

.header-page__stage--title {
  padding-top: 146px;
  padding-bottom: 24px;
}

@media screen and (max-width: 992px) {
  .header-page__stage--title {
    padding-top: 96px;
  }
}

@media screen and (max-width: 576px) {
  .header-page__stage--title {
    padding-top: 50px;
  }
}

.header-page__stage--article {
  padding-top: 100px;
  padding-bottom: 24px;
}

@media screen and (max-width: 992px) {
  .header-page__stage--article {
    padding-top: 96px;
  }
}

@media screen and (max-width: 576px) {
  .header-page__stage--article {
    padding-top: 58px;
  }
}

.header-page__stage--description {
  padding-top: 32px;
  padding-bottom: 32px;
}

.join-modal__wrapper {
  padding: 20px;
  margin: 0;
  max-width: 100%;
}

.join-modal__container {
  width: 100%;
  padding: 50px;
  max-width: 1248px;
  margin: 32px auto;
  border-radius: 12px;
  background: var(--dark-primary, #131313);
}

@media screen and (max-width: 992px) {
  .join-modal__container {
    padding: 64px 32px 32px;
  }
}

@media screen and (max-width: 576px) {
  .join-modal__wrapper {
    padding: 0;
    height: 100%;
    min-height: 100%;
  }
  .join-modal__container {
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: 100%;
    min-height: 00%;
  }
}

.join-modal__close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon/close-white.svg");
  /*background-image: url("../img/icon/close.svg");*/
}

@media screen and (max-width: 576px) {
  .join-modal__close-btn {
    top: 20px;
    right: 20px;
  }
}
.join-form__steps-container {
  max-width: 408px;
  margin-top: 24px;
}

@media screen and (max-width: 992px) {
  .join-form__steps-container {
    max-width: 100%;
  }
}

.join-form__title {
  color: var(--light-white, #fff);
  font-size: 46px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  .join-form__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 576px) {
  .join-form__title {
    font-size: 24px;
    margin-top: -32px;
    margin-right: 40px;
  }
}

.join-form__join-steps {
  margin-top: 32px;
}

.join-form__join-steps ol,
.join-form__join-steps ul {
  padding: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
}

.join-form__join-steps li {
  counter-increment: steps;
  position: relative;
  padding: 32px 0 5px 56px;
  color: var(--dark-terteriary, #616161);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.join-form__join-steps li::before {
  content: counter(steps);
  height: 36px;
  width: 36px;
  padding-top: 6px;
  border-radius: 999px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 26px;
  border: 1px solid var(--dark-terteriary, #616161);
  box-shadow: 0 0 0 3px var(--color-dark-primary);
  background: var(--color-dark-primary);
  z-index: 1;
}

.join-form__join-steps li.active {
  color: var(--light-white, #fff);
  font-weight: 500;
}

.join-form__join-steps li.active::before {
  color: var(--dark-primary, #131313);
  background: var(--accent-yellow, #edff6b);
  font-weight: 400;
  border: 1px solid var(--accent-yellow, #edff6b);
}

.join-form__join-steps li::after {
  position: absolute;
  left: 18px;
  top: 60px;
  content: "";
  height: 100%;
  width: 0;
  border-left: 2px solid var(--dark-terteriary, #616161);
}

.join-form__join-steps li.completed::after {
  border-left: 2px solid var(--accent-yellow, #edff6b);
}

.join-form__join-steps li:last-child::after {
  border-left: none;
}

.join-form__join-steps li.completed::before {
  color: var(--dark-primary, #131313);
  content: url("../img/icon/check-yellow.svg");
  font-weight: 400;
  border: 1px solid var(--accent-yellow, #edff6b);
}

.join-form__join-steps-mobile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.join-form__join-steps-mobile ol,
.join-form__join-steps-mobile ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.join-form__join-steps-mobile li {
  display: none;
}

.join-form__join-steps-mobile li.active {
  display: block;
  color: var(--light-secondary, #e6e6e6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.join-form__circular-progress {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background:
    radial-gradient(
      closest-side,
      var(--dark-primary, #131313) 88%,
      transparent 0% 100%
    ),
    conic-gradient(#edff6b var(--join-form-current-progress, 0%), #424242 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-form__circular-progress span {
  color: var(--light-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.join-form__circular-progress span::first-letter {
  font-weight: 500;
}

/*Classes for invest page*/
.invest-page-content h1,
h2,
h3,
h4,
h5 {
  color: var(--dark-primary, #131313);
}
.invest-page-content p {
  color: var(--color-dark-secondary, #3d3d3d);
  font-size: 24px;
}
.invest-page-content p.text-small {
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  .invest-page-content p {
    font-size: 20px;
  }
  .invest-page-content p.text-small {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page-content p {
    font-size: 18px;
  }
}

.invest-page--section-container {
  padding: 140px 20px;
}

@media screen and (max-width: 992px) {
  .invest-page--section-container {
    padding: 120px 20px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page--section-container {
    padding: 80px 16px;
  }
}

.invest-page--section-title {
  color: var(--dark-primary, #131313);
  font-size: 54px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.54px;
}

.invest-page--section-title::first-letter {
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 992px) {
  .invest-page--section-title {
    font-size: 44px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page--section-title {
    font-size: 32px;
  }
}

.invest-page__header-section {
  padding: 120px 320px 70px;
}

.invest-page__stage {
  border-bottom: 1px solid #c4c4c4;
}

.invest-page__title {
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.72px;
}

.invest-page__title::first-letter {
  font-style: italic;
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 992px) {
  .invest-page__header-section {
    padding: 80px 20px 40px;
  }
  .invest-page__title {
    font-size: 60px;
  }
  .invest-page__title::first-letter {
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 576px) {
  .invest-page__header-section {
    padding: 60px 16px 40px;
  }
  .invest-page__title {
    font-size: 38px;
  }
  .invest-page__title::first-letter {
    letter-spacing: 0.2rem;
  }
}

.invest-page__yellow-marked-header span {
  padding: 8px 16px 4px;
  border-radius: 2px;
  background: var(--accent-yellow, #edff6b);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.55;
}

.invest-page__details-section {
  padding: 70px 10% 70px 40%;
}

@media screen and (max-width: 992px) {
  .invest-page__details-section {
    padding: 40px 20px 40px 100px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page__details-section {
    padding: 40px 16px;
  }
}

.invest-page-details ul {
  list-style-type: none;
  padding-left: 0;
}

.invest-page-details li {
  padding: 32px 0;
  background-image: url("../img/assets/dashed-divider.svg");
  background-repeat: repeat-x;
}

.invest-page-details li:first-child {
  padding-top: 0;
  background-image: none;
}

.invest-page-details li:last-child {
  padding-bottom: 0;
}
.invest-page-details h3 {
  font-size: 32px;
}
.invest-page-details p {
  font-size: 24px;
  line-height: 1.5;
}

.invest-page__details-section-background-bubbles {
  position: absolute;
  width: 220px;
  z-index: 2;
  bottom: -100px;
  left: 240px;
}

@media screen and (max-width: 992px) {
  .invest-page__details-section-background-bubbles {
    left: -48px;
    width: 180px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page__details-section-background-bubbles {
    width: 120px;
    bottom: -80px;
    left: -40px;
  }
}

.invest-page--chart-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 992px) {
  .invest-page--chart-section-container {
    gap: 40px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page--chart-section-container {
    gap: 32px;
  }
}

.invest-page--chart-container {
  max-width: 948px;
  padding: 36px;
  border-radius: 16px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0 15px 45px 0 rgba(14, 40, 83, 0.04);
}

@media screen and (max-width: 992px) {
  .invest-page--chart-container {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page--chart-container {
    padding: 20px 12px;
  }
}

.invest-page--chart-container img {
  width: 100%;
  height: auto;
}

.invest-page--chart-description-container {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.invest-page--deal-steps-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 576px) {
  .invest-page--deal-steps-list {
    gap: 16px;
  }
}
.invest-page--deal-card {
  display: flex;
  border-radius: 30px;
  background: var(--dark-grey-light-bg, #ececec);
  box-shadow: 0 15px 45px 0 rgba(14, 40, 83, 0.04);
  width: 100%;
}

.invest-page--deal-card.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .invest-page--deal-card {
    border-radius: 12px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page--deal-card {
    flex-direction: column;
  }
  .invest-page--deal-card.reverse {
    flex-direction: column;
  }
}

.invest-page--deal-card-img-container {
  width: 50%;
  padding: 32px;
}

.invest-page--deal-card-text-container {
  padding: 130px 70px;
  width: 50%;
}

.invest-page--deal-card-img-container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .invest-page--deal-card-text-container {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 576px) {
  .invest-page--deal-card-text-container {
    padding: 32px 20px;
    width: 100%;
  }
  .invest-page--deal-card-img-container {
    width: 100%;
  }
}

.invest-page--deal-card-img {
  width: 100%;
  height: auto;
}
.invest-page--our-approach-section {
  padding-bottom: 320px;
}

@media screen and (min-width: 992px) {
  .invest-page--our-approach-section {
    padding-bottom: 240px;
  }
  .invest-page--our-approach-list {
    padding-left: 100px;
  }
}

@media screen and (max-width: 992px) {
  .invest-page--our-approach-section {
    padding-bottom: 240px;
  }
}

.invest-page--our-approach-list ul {
  list-style: none;
  padding-left: 0;
}

.invest-page--our-approach-list li {
  padding: 32px 0;
  display: flex;
  border-bottom: 2px solid var(--dark-terteriary, #616161);
  color: var(--light-white, #fff);
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}

.invest-page--our-approach-list ul li a {
  position: relative;
  display: inline-flex;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #c4c4c4;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.invest-page--our-approach-list ul li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/arrow-surface.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 0.5em;
}

.invest-page--our-approach-list ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #c4c4c4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.invest-page--our-approach-list ul li a:hover:before,
.invest-page--our-approach-list ul li a:focus:before {
  width: 100%;
}

.invest-page--our-approach-list li::before {
  content: "\2022";
  font-size: 30px;
  color: var(--accent-yellow, #edff6b);
  margin-right: 10px;
}

.home-about__video_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-style: none;
}

.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Dark background with transparency */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; /* Make sure it's above other content */
  border-radius: 20px;
}

.spinner {
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-top: 6px solid #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  position: absolute;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaded-iframe {
  width: 100%;
  height: 100%;
  border: none;
  z-index: 100;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-placeholder:hover .custom-play-button {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
  .invest-page--our-approach-list li {
    font-size: 22px;
  }
  .invest-page--our-approach-list li::before {
    font-size: 24px;
  }
  .invest-page--our-approach-list ul li a {
    font-size: 22px;
  }

  .invest-page--our-approach-list ul li a:after {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page--our-approach-list li {
    font-size: 20px;
  }
  .invest-page--our-approach-list li::before {
    font-size: 22px;
  }

  .invest-page--our-approach-list ul li a {
    font-size: 16px;
  }

  .invest-page--our-approach-list ul li a:after {
    width: 12px;
    height: 12px;
  }
}

.invest-page--our-approach-list li:first-child {
  padding-top: 0;
}

.invest-page--track-record-section-bg {
  background-image: url("../img/assets/invest-page-ventures-track-record-bg.webp");
  background-size: cover;
  background-position: bottom;
}
.invest-page--track-record-header-section {
  margin: -320px 120px 0;
  padding: 120px 80px;
  border-radius: 32px;
  background-color: var(--dark-grey-light-bg, #ececec);
  box-shadow: 0 15px 45px 0 rgba(14, 40, 83, 0.04);
}

@media screen and (max-width: 992px) {
  .invest-page--track-record-header-section {
    margin: -240px 0 0;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 576px) {
  .invest-page--track-record-header-section {
    margin: -240px 0 0;
    padding: 40px 16px;
  }
}

.invest-page--track-record-header-section-content {
}

.invest-page--track-record-header-section-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: baseline;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .invest-page--track-record-header-section-content ul {
    grid-template-columns: 1fr 1fr;
  }
}

.invest-page--track-record-header-section-content li {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.invest-page--track-record-header-section-content li h1,
.invest-page--track-record-header-section-content li h2,
.invest-page--track-record-header-section-content li h3,
.invest-page--track-record-header-section-content li h4,
.invest-page--track-record-header-section-content li h5 {
  color: var(--accent-secondary, #0063f6);
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}

.invest-page--track-record-header-section-content li p {
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  .invest-page--track-record-header-section-content li h1,
  .invest-page--track-record-header-section-content li h2,
  .invest-page--track-record-header-section-content li h3,
  .invest-page--track-record-header-section-content li h4,
  .invest-page--track-record-header-section-content li h5 {
    font-size: 40px;
  }
  .invest-page--track-record-header-section-content li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .invest-page--track-record-header-section-content li h1,
  .invest-page--track-record-header-section-content li h2,
  .invest-page--track-record-header-section-content li h3,
  .invest-page--track-record-header-section-content li h4,
  .invest-page--track-record-header-section-content li h5 {
    font-size: 32px;
  }
  .invest-page--track-record-header-section-content li p {
    font-size: 16px;
  }
}

.invest-page--ready-to-drive-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 140px auto 0;
  max-width: 656px;
}

/* Classes for Portfolio Page  */

.portfolio-page__link-wrapper {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit text color from parent */
  background: none; /* Remove any background */
  border: none; /* Remove any borders */
  outline: none; /* Remove focus outline */
}

.portfolio-page__link-wrapper:hover,
.portfolio-page__link-wrapper:focus,
.portfolio-page__link-wrapper:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.portfolio-page__header-section {
  padding: 120px 20px 70px;
}
.portfolio-page__header-section-width {
  margin: auto;
  max-width: 1248px;
}

.portfolio-page__stage {
  border-bottom: 1px solid #c4c4c4;
}

.portfolio-page__title {
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.72px;
}

.portfolio-page__title::first-letter {
  font-style: italic;
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 1200px) {
  .portfolio-page__header-section {
    padding: 80px 20px 40px 20px;
  }
}

@media screen and (max-width: 992px) {
  .portfolio-page__header-section {
    padding: 80px 20px 40px;
  }
  .portfolio-page__title {
    font-size: 60px;
  }
  .portfolio-page__title::first-letter {
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 576px) {
  .portfolio-page__header-section {
    padding: 60px 16px 40px;
  }
  .portfolio-page__title {
    font-size: 38px;
  }
  .portfolio-page__title::first-letter {
    letter-spacing: 0.2rem;
  }
}

.portfolio-page__yellow-marked-header span {
  padding: 8px 16px 4px;
  border-radius: 2px;
  background: var(--accent-yellow, #edff6b);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.55;
}

.portfolio-page_description-section-wrapper {
  border-bottom: 1px solid #c4c4c4;
}

.portfolio-page_description-section {
  padding: 70px 20px 140px;
  max-width: 1248px;
  margin: auto;
}
.portfolio-page_description-wrapper {
  display: flex;
  gap: 125px;
  justify-content: space-between;
  /* align-items: center; */
}

.portfolio-page__description-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  color: #131313;
  width: 30%;
  flex: 0 0 30%;
}

.portfolio-page__description-title::first-letter {
  font-style: italic;
  letter-spacing: 0.2rem;
}
.portfolio-page__description {
  color: #131313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.portfolio-page__divider {
  border: 1px dashed transparent;
  border-image: repeating-linear-gradient(
      to right,
      #3d3d3d 0px,
      #3d3d3d 15px,
      transparent 15px,
      transparent 30px
    )
    1;
  margin: 32px 0px;
}

@media screen and (max-width: 1200px) {
  .portfolio-page_description-wrapper {
    flex-direction: column;
    gap: 32px;
    justify-content: start;
  }
  .portfolio-page_description-section {
    padding: 40px 20px;
  }
  .portfolio-page__description-title {
    font-size: 28px;
    line-height: 43px;
    width: 100%;
    flex: 0 0 100%;
  }
  .portfolio-page__description {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 576px) {
  .portfolio-page__description-title {
    font-size: 26px;
    line-height: 36px;
  }
  .portfolio-page_description-wrapper {
    gap: 20px;
  }
  .portfolio-page__divider {
    margin: 20px 0px;
  }
}
.portfolio-page__cards-section {
  padding: 70px 20px 0px;
  max-width: 1248px;
  margin: auto;
}
.portfolio-page__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 32px 20px;
}

.portfolio-page__card-wrapper {
  display: flex;
  /* width: 402px; */
  height: 100%;
  padding-bottom: 32px;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #ececec;
  background: #fff;
  position: relative;
}

.portfolio-page__card-image-wrapper {
  position: relative;
}

.portfolio-page__card-image {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 12px 12px 0px 0px;
}

.portfolio-page__card-image-highlight {
  width: 100%;
  opacity: 0.6 !important;
  background: linear-gradient(180deg, rgba(0, 80, 201, 0) 0%, #0050c9 100%);
  mix-blend-mode: multiply;
  height: 70%;
  position: absolute;
  bottom: 24px;
  left: 0;
}

.portfolio-page__card-logo-wrapper {
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  padding: 6px;
  box-shadow: 0px 0.75px 22.5px 0px rgba(211, 211, 211, 0.25);
}
.portfolio-page__card-status-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  display: flex;
  padding: 4px 16px 2px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 35px;
}
.portfolio-page__card-logo-img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.portfolio-page__card-description-wrapper {
  display: flex;
  min-height: 175px;
  padding: 0px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  transition: opacity 0.3s ease-in-out;
  height: 320px;
}

.portfolio-page__card-title {
  color: #131313;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
  padding-bottom: 4px;
}

.portfolio-page__card-description {
  overflow: hidden;
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.portfolio-page__section-title {
  display: flex;
  padding: 4px 12px 2px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  background: var(--Dark-Grey-light-bg, #ececec);
}

.portfolio-page__numbers-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}
.portfolio-page__money-amount {
  min-width: 128px;
  overflow: hidden;
  color: #131313;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.portfolio-page__money-description {
  overflow: hidden;
  color: #3d3d3d;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.hide-on-hover {
  opacity: 1;
  display: flex;
}
.show-on-hover {
  opacity: 0;
  display: none;
}

.portfolio-page__link-wrapper:hover .hide-on-hover {
  opacity: 0;
  display: none;
}
.portfolio-page__link-wrapper:hover .show-on-hover {
  opacity: 1;
  display: block;
}

.portfolio-page__card-title-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .portfolio-page__cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .portfolio-page__cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .portfolio-page__link-wrapper:hover .hide-on-hover {
    opacity: 1;
    display: flex;
  }
  .portfolio-page__link-wrapper:hover .show-on-hover {
    opacity: 0;
    display: none;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 40px;
}

.profile-page__dropdown-toggle {
  border-radius: 35px;
  border: 1px solid var(--Dark-Grey-light, #e0e0e0);
  background: var(--Light-White, #fff);
  cursor: pointer;
  display: flex;
  align-items: center;
  min-width: 200px;
  display: flex;
  height: 44px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  color: #131313;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 240px;
  padding: 12px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  list-style: none;

  /* Vidget big */
  box-shadow: 0px 10px 45px 0px rgba(14, 40, 83, 0.07);
}

.dropdown-item {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

/* .dropdown-menu li {
  padding: 10px;
  cursor: pointer;
} */

.dropdown-item:hover {
  background: #ececec;
}

.dropdown-item.active {
  border-radius: 4px;
  background: #0050c9;
  color: white;
}

.portfolio-page__app-section-wrapper {
  background: #f7f7f7;
  padding: 0px 20px;
}

.portfolio-page__app-section {
  display: flex;
  padding: 140px 0px;
  max-width: 1248px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.portfolio-page__app-section-img {
  width: 50%;
}
.portfolio-page__app-section-description-wrapper {
  width: 50%;
  display: flex;
  padding-left: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  flex-shrink: 0;
}

.portfolio-page__app-section-description-1 {
  color: #616161;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.portfolio-page__app-section-description-2 {
  color: #131313;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 32px;
}

.portfolio-page__app-section-description-2::first-letter {
  font-style: italic;
  letter-spacing: 0rem;
}

.portfolio-page__app-section-description-3 {
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.portfolio-page__qr-code-container {
  width: fit-content;
  padding: 9px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(152, 152, 152, 0.18);
  backdrop-filter: blur(6px);
}

@media screen and (max-width: 992px) {
  .portfolio-page__app-section {
    flex-direction: column;
  }
  .portfolio-page__app-section-img {
    width: 100%;
    max-width: 624px;
    margin-bottom: 40px;
  }
  .portfolio-page__app-section-description-wrapper {
    width: 100%;
    max-width: 624px;
    padding-left: 0px;
    gap: 32px;
  }
}

.portfolio-product-page__container {
  max-width: 1248px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-product-page__header-description-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.portfolio-product-page__header-wrapper {
  display: flex;
  min-width: 50%;
  align-items: center;
  gap: 32px;
}

.portfolio-product-page__header-logo {
  width: 132px;
  height: 132px;
  flex-shrink: 0;
}
.portfolio-product-page__header-logo-img {
  box-shadow: 0px 1.833px 55px 0px rgba(211, 211, 211, 0.5);
  border-radius: 100%;
}
.portfolio-product-page__header-title {
  color: #131313;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px; /* 119.444% */
}

.portfolio-product-page__header-description {
  color: #131313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.portfolio-product-page__container-wrapper {
  padding: 0px 20px;
}

.portfolio-product-page__main-info-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin: 70px 0px;
  width: 100%;
}

.portfolio-product-page__main-info-img-wrapper {
  width: 60%;
}

.portfolio-product-page__main-info {
  display: flex;
  min-width: 40%;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}

.portfolio-product-page__main-info-investments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  gap: 8px;
}
.portfolio-product-page__main-info-investments-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.portfolio-product-page__main-info-investments-item-icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #edff6b;
}

.portfolio-product-page__main-info-money {
  overflow: hidden;
  color: #131313;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
}
.portfolio-product-page__main-info-purpose {
  overflow: hidden;
  color: #616161;
  text-overflow: ellipsis;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  text-transform: uppercase;
}

.portfolio-product-page__main-info-description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.portfolio-product-page__main-info-description-item {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.portfolio-product-page__main-info-description-item-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.portfolio-product-page__main-info-description-item-text {
  color: var(--Dark-Primary, #131313);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  min-width: 160px;
}

.portfolio-product-page__container-background {
  background-color: #f7f7f7;
}

.portfolio-product-page__tabs-container {
  padding: 70px 0px 24px;
  width: 100%;
  gap: 40px;
  display: flex;
  justify-content: start;
}

.portfolio-product-page__tab {
  display: flex;
  cursor: pointer;
  height: 44px;
  padding: 20px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  color: #131313;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px; /* 100% */
  letter-spacing: 0.065px;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.portfolio-product-page__tab-active {
  display: flex;
  cursor: pointer;
  height: 44px;
  padding: 20px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #0050c9;
  background: #fff;
  color: #0050c9;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px; /* 100% */
  letter-spacing: 0.065px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .portfolio-product-page__tabs-container {
    gap: 24px;
  }
  .portfolio-product-page__main-info-wrapper {
    flex-direction: column;
  }
  .portfolio-product-page__main-info-investments-item {
    width: 30%;
  }
  .portfolio-product-page__main-info-img-wrapper {
    width: 100%;
  }
  .portfolio-product-page__header-description-wrapper {
    flex-direction: column;
    align-items: start;
  }
  .portfolio-product-page__header-logo {
    width: 100px;
    height: 100px;
  }
  .portfolio-product-page__header-title {
    font-size: 60px;
    line-height: 83px;
  }
  .portfolio-product-page__header-description {
    font-size: 18px;
    line-height: 27px;
  }
  .portfolio-product-page__header-wrapper {
    gap: 24px;
  }
}

@media screen and (max-width: 576px) {
  .portfolio-product-page__tabs-container {
    justify-content: space-between;
  }
  .portfolio-product-page__main-info-investments {
    flex-direction: column;
    align-items: start;
  }
  .portfolio-product-page__main-info-investments-item {
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .portfolio-product-page__main-info-investments-item-icon {
    width: 48px;
    height: 48px;
  }
  .portfolio-product-page__header-logo {
    width: 64px;
    height: 64px;
  }
  .portfolio-product-page__header-title {
    font-size: 38px;
    line-height: 59px;
  }
  .portfolio-product-page__header-wrapper {
    gap: 12px;
  }
}

.portfolio-product-page__content {
  display: none;
  padding: 32px 0px 140px;
  /* border: 1px solid #ddd; */
}

.portfolio-product-page__content-active {
  display: block;
}

.portfolio-product-page__content-title {
  color: #131313;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px; /* 120.833% */
  margin-bottom: 40px;
}

.portfolio-product-page__content p {
  color: #131313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.portfolio-product-page__content h3 {
  color: #131313;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px; /* 150% */
}

.portfolio-product-page__content p {
  color: #131313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.portfolio-product-page__content p strong {
  font-size: 24px;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
  font-weight: 500;
}

.portfolio-product-page__content ul li {
  color: #131313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.portfolio-product-page__content .problem-image {
  width: 100%;
  margin: 40px 0px;
}

.portfolio-product-page__content ul li::marker {
  color: #0063f7; /* Change bullet color */
}

.portfolio-product-page__content ol li {
  color: #131313;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.portfolio-product-page__content ol {
  list-style: none; /* Remove default numbering */
  counter-reset: list-counter; /* Reset counter */
  padding-left: 0; /* Remove default padding */
}

.portfolio-product-page__content ol li {
  counter-increment: list-counter; /* Increment counter */
  position: relative;
  padding-left: 64px; /* Space for custom number */
  margin-bottom: 10px; /* Spacing between items */
}

.portfolio-product-page__content ol li::before {
  content: counter(list-counter); /* Add custom number */
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #edff6b; /* Background color for number */
  /* color: white; */
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
}
.portfolio-product-page__content ol li::marker {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
}

/* Markdown YEARS */
.portfolio-product-page__content-years p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
}

.portfolio-product-page__content-years h3 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
}

.portfolio-product-page__content-years ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.portfolio-product-page__content-years ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 158px; /* Ensure space for year + vertical line */
  padding-bottom: 40px;
  flex-direction: column;
}

.portfolio-product-page__content-years ul li:last-child {
  padding-bottom: 0px;
}

/* Styling for the year */
.portfolio-product-page__content-years ul li .year {
  position: absolute;
  left: 0;
  width: 86px;
  background-color: #edff6b;
  padding: 6px 6px 0px 6px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

.portfolio-product-page__content-years ul li:last-child::before {
  display: none;
}
/* Vertical line */
.portfolio-product-page__content-years ul li::before {
  content: "";
  position: absolute;
  left: 118px; /* Keep it aligned near the year */
  top: 24px;
  width: 2px;
  height: 100%;
  background-color: #0050c9;
  opacity: 0.1;
}

/* Small dot at the start of the line */
.portfolio-product-page__content-years ul li::after {
  content: "";
  position: absolute;
  left: 115px; /* Align with the line */
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0063f6;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .portfolio-product-page__content-title {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 32px;
  }

  .portfolio-product-page__content p {
    font-size: 18px;
    line-height: 27px; /* 150% */
  }

  .portfolio-product-page__content p strong {
    font-size: 22px;
    line-height: 32px;
  }

  .portfolio-product-page__content .problem-image {
    margin: 32px 0px;
  }

  .portfolio-product-page__content ol li::before {
    font-size: 22px;
    line-height: 32px;
  }
  .portfolio-product-page__content ol li {
    font-size: 18px;
    line-height: 27px;
  }
  .portfolio-product-page__content h3 {
    font-size: 28px;
    line-height: 43px;
  }
  .portfolio-product-page__content-years ul li .year {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 6px;
  }
  .portfolio-product-page__content-years ul li::before {
    top: 12px;
  }
  .portfolio-product-page__content-years ul li::after {
    top: 12px;
  }
}

@media screen and (max-width: 576px) {
  .portfolio-product-page__content-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .portfolio-product-page__content h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .portfolio-product-page__content .problem-image {
    margin: 24px 0px;
  }
  .portfolio-product-page__content-years ul li .year {
    position: unset;
    display: block;
    margin-bottom: 12px;
  }
  .portfolio-product-page__content-years ul li {
    padding-left: 40px;
    padding-bottom: 24px;
  }

  .portfolio-product-page__content-years ul li::before {
    left: 15px;
    top: 12px;
  }
  .portfolio-product-page__content-years ul li::after {
    left: 12px;
    top: 12px;
  }
  .portfolio-product-page__content p strong {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Markdown Product Date */
.portfolio-product-page__content-date p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
}

.portfolio-product-page__content-date h3 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
}

.portfolio-product-page__content-date ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.portfolio-product-page__content-date ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 234px; /* Ensure space for year + vertical line */
  padding-bottom: 40px;
  flex-direction: column;
}

.portfolio-product-page__content-date ul li:last-child {
  padding-bottom: 0px;
}

/* Styling for the year */
.portfolio-product-page__content-date ul li .year {
  position: absolute;
  left: 0;
  width: 162px;
  background-color: #edff6b;
  padding: 6px 6px 0px 6px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.portfolio-product-page__content-date ul li:last-child::before {
  display: none;
}
/* Vertical line */
.portfolio-product-page__content-date ul li::before {
  content: "";
  position: absolute;
  left: 194px; /* Keep it aligned near the year */
  top: 24px;
  width: 2px;
  height: 100%;
  background-color: #0050c9;
  opacity: 0.1;
}

/* Small dot at the start of the line */
.portfolio-product-page__content-date ul li::after {
  content: "";
  position: absolute;
  left: 191px; /* Align with the line */
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0063f6;
  flex-shrink: 0;
}

blockquote {
  display: flex;
  position: relative;
  padding: 12px 24px 8px 24px;
  align-self: stretch;
  border-radius: 12px;
  border-left: 2px solid var(--Accent-Secondary, #0063f6);
  background: var(--Dark-Grey-light-bg, #ececec);
}

blockquote p {
  margin-bottom: 0;
}

.portfolio-product-page__content blockquote {
  display: flex;
  position: relative;
  padding: 76px 24px 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border-left: 2px solid var(--Accent-Secondary, #0063f6);
  background: var(--Dark-Grey-light-bg, #ececec);
}

.portfolio-product-page__content blockquote::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><path opacity="0.1" d="M28.42 21.6455H32.38V31.2755H22.3V20.5655L27.52 8.14551H32.83L28.42 21.6455ZM13.12 21.6455H17.08V31.2755H7V20.5655L12.22 8.14551H17.53L13.12 21.6455Z" fill="%230063F7"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.portfolio-product-page__content blockquote p:first-of-type {
  color: var(--Dark-Primary, #131313);
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-bottom: 8px;
}

.portfolio-product-page__content blockquote p strong {
  color: var(--Dark-Primary, #131313);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.portfolio-product-page__content blockquote p {
  color: var(--Dark-Terteriary, #616161);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.portfolio-product-page__content .product-video__image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 40px;
}
.portfolio-product-page__content .product-video__link {
  position: relative;
}

@media screen and (max-width: 992px) {
  .portfolio-product-page__content-date p {
    font-size: 18px;
    line-height: 27px; /* 150% */
  }

  .portfolio-product-page__content-date ul li .year {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 6px;
  }
  .portfolio-product-page__content-date ul li::before {
    top: 12px;
    font-size: 22px;
    line-height: 32px;
  }
  .portfolio-product-page__content-date ul li::after {
    top: 12px;
  }

  .portfolio-product-page__content blockquote {
    padding: 68px 16px 16px;
  }
  .portfolio-product-page__content blockquote p:first-of-type {
    font-size: 18px;
    line-height: 27px;
  }

  .portfolio-product-page__content blockquote::before {
    top: 16px;
    left: 16px;
  }
  .portfolio-product-page__content .product-video__image {
    margin-bottom: 32px;
  }
  .product-video {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 576px) {
  .portfolio-product-page__content-date ul li .year {
    position: unset;
    display: block;
    margin-bottom: 12px;
  }
  .portfolio-product-page__content-date ul li {
    padding-left: 40px;
    padding-bottom: 24px;
  }

  .portfolio-product-page__content-date ul li::before {
    left: 15px;
    top: 12px;
    font-size: 20px;
    line-height: 30px;
  }
  .portfolio-product-page__content-date ul li::after {
    left: 12px;
    top: 12px;
  }
  .portfolio-product-page__content .product-video__image {
    margin-bottom: 24px;
  }
  .product-video {
    margin-bottom: 24px;
  }
}
.portfolio-product-page__see-more {
  padding: 140px 0px;
}
.portfolio-product-page__see-more-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  align-self: stretch;
  margin-bottom: 50px;
}

.portfolio-product-page__see-more-header {
  color: #131313;
  font-family: "Unica77 Cyrillic", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
}

.portfolio-product-page__see-more-header::first-letter {
  font-style: italic;
  letter-spacing: 0rem;
}

.portfolio-product-page__see-more-header-link {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit text color from parent */
  background: none; /* Remove any background */
  border: none; /* Remove any borders */
  outline: none; /* Remove focus outline */
  color: var(--Accent-Secondary, #0063f6);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  white-space: nowrap;
}

.portfolio-product-page__see-more-header-link:hover,
.portfolio-product-page__see-more-header-link:focus,
.portfolio-product-page__see-more-header-link:active {
  text-decoration: none;
  color: var(--Accent-Secondary, #0063f6);
  outline: none;
}

.portfolio-page__see-more-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 32px 20px;
}

/* @media screen and (max-width: 1200px) {
  .portfolio-page__see-more-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
} */

.portfolio-page__team-wrapper {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(
    3,
    minmax(0, 1fr)
  ); /* Always 3 equal-width columns */
  gap: 32px 20px;
  justify-content: start;
}

.portfolio-page__team-item {
  width: 100%; /* Ensures item fills its grid cell */
  text-align: left;
}

.portfolio-page__team-member-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 24px;
}

.portfolio-page__team-member-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.portfolio-page__team-member-name {
  color: var(--Dark-Primary, #131313);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
}
.portfolio-page__team-member-position {
  color: var(--Dark-Terteriary, #616161);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

.product-video__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-style: none;
}

.product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-style: none;
}

@media screen and (max-width: 992px) {
  .portfolio-page__see-more-cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .portfolio-product-page__see-more-header {
    font-size: 44px;
    line-height: 53px;
  }
  .portfolio-product-page__see-more-header-wrapper {
    gap: 40px;
    margin-bottom: 40px;
  }
  .portfolio-page__team-wrapper {
    grid-template-columns: repeat(
      2,
      minmax(0, 1fr)
    ); /* Always 3 equal-width columns */
  }
  .portfolio-page__team-member-info-wrapper {
    gap: 4px;
  }
  .portfolio-page__team-member-img {
    margin-bottom: 20px;
  }
  .portfolio-page__team-member-name {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 576px) {
  .portfolio-product-page__see-more-header {
    font-size: 32px;
    line-height: 38px;
  }
  .portfolio-product-page__see-more-header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;
    margin-bottom: 32px;
  }
  .portfolio-page__team-wrapper {
    grid-template-columns: repeat(
      1,
      minmax(0, 1fr)
    ); /* Always 3 equal-width columns */
  }
  .portfolio-page__team-member-img {
    margin-bottom: 16px;
  }
  .portfolio-page__team-member-name {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Classes for About Us page */

.about-us-page__header-section {
  padding: 120px 20px 70px;
}
.about-us-page__header-section-width {
  margin: auto;
  max-width: 1248px;
}

.about-us-page__stage {
  border-bottom: 1px solid #c4c4c4;
}

.about-us-page__title {
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.72px;
}

.about-us-page__title::first-letter {
  font-style: italic;
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 1200px) {
  .about-us-page__header-section {
    padding: 80px 20px 40px 20px;
  }
}

@media screen and (max-width: 992px) {
  .about-us-page__header-section {
    padding: 80px 20px 40px;
  }
  .about-us-page__title {
    font-size: 60px;
  }
  .about-us-page__title::first-letter {
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 576px) {
  .about-us-page__header-section {
    padding: 60px 16px 40px;
  }
  .about-us-page__title {
    font-size: 38px;
  }
  .about-us-page__title::first-letter {
    letter-spacing: 0.2rem;
  }
}

.about-us-page__yellow-marked-header span {
  padding: 8px 16px 4px;
  border-radius: 2px;
  background: var(--accent-yellow, #edff6b);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.55;
}

.about-us-page_description-section {
  padding: 70px 20px 140px;
  max-width: 1248px;
  margin: auto;
}
.about-us-page_description-wrapper {
  display: flex;
  gap: 125px;
  justify-content: space-between;
  /* align-items: center; */
}

.about-us-page__description-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  color: #131313;
  width: 30%;
  flex: 0 0 30%;
}

.about-us-page__description-title::first-letter {
  font-style: italic;
  letter-spacing: 0.2rem;
}
.about-us-page__description {
  color: #131313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.about-us-page__divider {
  border: 1px dashed transparent;
  border-image: repeating-linear-gradient(
      to right,
      #3d3d3d 0px,
      #3d3d3d 15px,
      transparent 15px,
      transparent 30px
    )
    1;
  margin: 32px 0px;
}

@media screen and (max-width: 1200px) {
  .about-us-page_description-wrapper {
    flex-direction: column;
    gap: 32px;
    justify-content: start;
  }
  .about-us-page_description-section {
    padding: 40px 20px;
  }
  .about-us-page__description-title {
    font-size: 28px;
    line-height: 43px;
    width: 100%;
    flex: 0 0 100%;
  }
  .about-us-page__description {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 576px) {
  .about-us-page__description-title {
    font-size: 26px;
    line-height: 36px;
  }
  .about-us-page_description-wrapper {
    gap: 20px;
  }
  .about-us-page__divider {
    margin: 20px 0px;
  }
}

.about-us-page__mission-banner {
  background: #131313;
  padding: 140px 20px;
  position: relative;
}

.about-us-page__mission-banner-content {
  max-width: 1248px;
  margin: auto;
}

.about-us-page__mission-banner-blur {
  position: absolute;
  background-image: url("../img/about_us/blure.webp");
  height: 428px;
  width: 214px;
  right: 0px;
  top: 20px;
  background-size: contain; /* Ensures full image is shown */
  background-repeat: no-repeat; /* Prevents repeating */
  background-position: center;
}

.about-us-page__mission-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  color: #ffffff;
  margin-bottom: 58px;
  text-align: center;
}

.about-us-page__mission-title::first-letter {
  font-style: italic;
  letter-spacing: 0.2rem;
}

.about-us-page__mission-block-1 {
  display: flex;
  gap: 125px;
  align-items: end;
}

.about-us-page__yellow-marked-header-small span {
  padding: 4px 12px 4px;
  border-radius: 2px;
  background: var(--accent-yellow, #edff6b);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.55;
}

.about-us-page__title-small {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.72px;
}

.about-us-page__title-small::first-letter {
  font-style: italic;
  letter-spacing: 0.2rem;
}

.about-us-page__mission-description {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
  color: #ffffff;
}

.about-us-page__mission-img {
  height: 100%;
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .about-us-page__mission-block-1 {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .about-us-page__mission-banner {
    padding: 120px 20px;
  }
  .about-us-page__mission-img {
    width: 80%;
  }
  .about-us-page__title-small {
    font-size: 28px;
    line-height: 43px;
  }
  .about-us-page__mission-description {
    margin-top: 32px;
    font-size: 22px;
    line-height: 32px;
  }
  .about-us-page__mission-title {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 53px;
  }
}

@media screen and (max-width: 576px) {
  .about-us-page__mission-title {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 38px;
  }
  .about-us-page__mission-banner {
    padding: 80px 16px;
  }
  .about-us-page__mission-description {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
  }
  .about-us-page__title-small {
    font-size: 26px;
    line-height: 36px;
  }
  .about-us-page__mission-description {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
  }
}

.about-us-page__mission-block-2 {
  /* display: flex; */
  margin-top: 70px;
}

.about-us-page__cards-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.about-us-page__mission-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #616161;
  background: #2c2c2c;
  backdrop-filter: blur(20px);
}

.about-us-page__card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.about-us-page__card-header-dot {
  width: 8px;
  height: 8px;
  background-color: #edff6b;
  border-radius: 100%;
}

.about-us-page__card-header-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
  color: #ffffff;
}
.about-us-page__card-header-title::first-letter {
  font-style: italic;
  letter-spacing: 0.2rem;
}

.about-us-page__card-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #e6e6e6;
  margin-top: 12px;
}

@media screen and (max-width: 1200px) {
  .about-us-page__cards-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .about-us-page__card-header-title {
    font-size: 22px;
    line-height: 32px;
  }
  .about-us-page__card-description {
    margin-top: 8px;
  }
  .about-us-page__mission-block-2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .about-us-page__mission-block-2 {
    margin-top: 32px;
  }
  .about-us-page__card-header-title {
    font-size: 20px;
    line-height: 30px;
  }
  .about-us-page__mission-card {
    padding: 24px;
    gap: 8px;
  }
  .about-us-page__cards-wrapper {
    margin-top: 24px;
  }
}

.about-us-page__product-info {
  max-width: 1248px;
  margin: auto;
  padding: 140px 20px;
}

.about-us-page__product-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  color: #131313;
  margin-bottom: 58px;
  text-align: center;
}

.about-us-page__product-title::first-letter {
  font-style: italic;
  letter-spacing: 0.2rem;
}

.about-us-page__product-cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  margin-top: 50px;
}

.about-us-page__product-card {
  border-radius: 30px;
  background: #ececec;
  box-shadow: 0px 15px 45px 0px rgba(14, 40, 83, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.about-us-page__product-card-direction {
  flex-direction: row-reverse;
}

.about-us-page__product-card-image {
  width: 50%;
  flex-shrink: 0;
}

.about-us-page__product-card-description {
  display: flex;
  /* width: 624px; */
  width: 50%;
  padding: 130px 70px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
}

.about-us-page__product-card-description-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #131313;
}

.about-us-mobile-apps__links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mobile-years {
  display: none;
}

@media screen and (max-width: 1200px) {
  .about-us-page__product-title {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 53px;
  }
  .about-us-page__product-info {
    padding: 120px 20px;
  }
}

@media screen and (max-width: 992px) {
  .about-us-mobile-apps__qr-code-container {
    display: none;
  }
  .about-us-mobile-apps__qr-code-container {
    height: 60px;
    width: auto;
  }
}

@media screen and (max-width: 576px) {
  .about-us-page__product-info {
    padding: 80px 16px;
    gap: 32px;
  }
  .about-us-page__product-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .about-us-page__product-cards-wrapper {
    margin-top: 0px;
  }
  .about-us-page__product-card {
    flex-direction: column;
  }
  .about-us-page__product-card-image {
    width: 100%;
  }
  .about-us-page__product-card-description {
    padding: 24px 24px 48px 24px;
    width: 100%;
  }
  .about-us-mobile-apps__links {
    width: 100%;
    gap: 24px;
    justify-content: center;
  }
  .about-us-page__product-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .hide-years {
    display: none;
  }
  .mobile-years {
    display: block;
  }
}

.about-us-mobile-apps__link-img {
  max-height: 60px;
  width: 100%;
}

.about-us-mobile-apps__qr-code-container {
  width: fit-content;
  padding: 9px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(152, 152, 152, 0.18);
  backdrop-filter: blur(6px);
}
.about-us-mobile-apps__qr-code {
  height: 64px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 4px 4px 6px 0 rgba(14, 40, 83, 0.3);
  padding: 4px;
}

@media screen and (max-width: 1200px) {
  .about-us-page__product-card-description {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 992px) {
  .about-us-mobile-apps__qr-code-container {
    display: none;
  }
  .about-us-mobile-apps__qr-code-container {
    height: 60px;
    width: auto;
  }
}

.about-us-page__development-history-wrapper {
  background-color: #f7f7f7;
  position: relative;
}

.about-us-page__shape {
  position: absolute;
  background-image: url("../img/about_us/shape.webp");
  height: 452px;
  width: 25%;
  max-width: 416px;
  right: 0px;
  top: -180px;
  background-size: contain; /* Ensures full image is shown */
  background-repeat: no-repeat; /* Prevents repeating */
  background-position: center;
}

.about-us-page__development-history-element {
  display: flex;
  padding-bottom: 40px;
  gap: 38px;
}

.about-us-page__development-history-element-dot-wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-page__development-history-element-dot {
  width: 8px;
  height: 8px;
  background-color: #0063f6;
  border-radius: 100%;
  z-index: 2;
}
.about-us-page__development-history-element-dot-line {
  position: relative;
}
.about-us-page__development-history-element-dot-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 15px;
  width: 2px;
  height: calc(100% + 40px);
  background-color: #0063f6;
  opacity: 0.1;
  z-index: 0;
}

.about-us-page__development-history-year-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-us-page__development-history-year-multidescription {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-us-page__development-history-year-multidescription-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
  color: #131313;
}
.about-us-page__development-history-year-description-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
  color: #131313;
}
.about-us-page__development-history-year-description-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #131313;
}

.about-us-page__development-history-year-yellow-marked span {
  padding: 4px 12px 4px;
  border-radius: 2px;
  background: var(--accent-yellow, #edff6b);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.55;
}

.about-us-page__development-history-year-span {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.72px;
  min-width: 100px;
}

.about-us-team-background {
  background-color: #ececec;
  padding: 140px 20px;
}

.about-us-carousel-control--container {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .about-us-team-background {
    padding: 120px 20px;
  }
  .about-us-page__development-history-year-span {
    font-size: 28px;
    line-height: 43px;
  }
  .about-us-page__development-history-year-description-title {
    font-size: 22px;
    line-height: 32px;
  }
  .about-us-page__development-history-year-description-text {
    font-size: 18px;
    line-height: 27px;
  }
  .about-us-page__development-history-year-multidescription-title {
    font-size: 18px;
    line-height: 27px;
  }
  .about-us-page__development-history-element {
    gap: 20px;
  }
}

.about-us-section-title {
  color: var(--dark-primary, #131313);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.54px;
}

@media screen and (max-width: 992px) {
  .about-us-section-title {
    font-size: 44px;
  }
  .about-us-carousel-control--container .arrow-btn {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .about-us-section-title {
    font-size: 32px;
  }
  .about-us-page__shape {
    display: none;
  }
  .about-us-page__development-history-element {
    gap: 8px;
  }
  .about-us-page__development-history-year-description {
    gap: 8px;
    padding-bottom: 24px;
  }
  .about-us-page__development-history-year-span {
    font-size: 20px;
    line-height: 30px;
  }
  .about-us-team-background {
    padding: 80px 16px;
  }
}

.about-us-section-title::first-letter {
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

.about-us-carousel-item {
  margin-top: 50px;
  padding-top: 0px;
  background-color: #ececec;
  width: calc(100% / 3); /* 4/12 columns */
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.overflow-hidden {
  overflow: hidden;
}

.about-us-testimonial-card {
  width: 100%;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  padding: 0px 10px;
  align-items: center;
}

.about-us-item__link:hover .about-us-testimonial-photo-highlight {
  display: block;
}

.about-us-testimonial-card-photo-wrapper {
  position: relative;
  width: 100%;
  min-height: 380px;
  min-width: 380px;
  /* max-width: 380px;
  max-height: 380px; */
  margin-bottom: 24px;
}

.about-us-testimonial-card__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  object-fit: cover;
}

.about-us-testimonial-photo-highlight {
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 80, 201, 0) 0%, #0050c9 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  border-radius: 0px 0px 12px 12px;
}

.about-us-testimonial-card__name {
  color: #131313;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 12px;
}

.about-us-item__link {
  z-index: 2;
  text-decoration: none !important;
}

.about-us-testimonial-card__comment {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #616161;
  margin: 0px;
  margin-bottom: 12px;
}

.about-us-item__link:hover + .about-us-item__thumb:before,
.about-us-item__link:hover ~ * .about-us-item__thumb:before {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .about-us-carousel-item {
    width: 50%; /* 4/12 columns */
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-us-testimonial-card-photo-wrapper {
    min-height: 343px;
    min-width: 343px;
    max-width: 343px;
    max-height: 343px;
    margin-bottom: 24px;
  }
  .about-us-testimonial-card__comment {
    max-width: 343px;
  }
}

@media screen and (max-width: 768px) {
  .home-carousel-control--container .arrow-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home-testimonial-card {
    min-height: 368px;
  }
  .about-us-carousel-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .home-testimonial-card {
    padding: 38px 20px;
    min-height: 580px;
  }
}

.about-us-carousel-inner .carousel-item.active,
.about-us-carousel-inner .carousel-item-next,
.about-us-carousel-inner .carousel-item-prev {
  display: flex;
}

@media screen and (max-width: 768px) {
  .about-us-carousel-inner .carousel-item.active,
  .about-us-carousel-inner .carousel-item-next,
  .about-us-carousel-inner .carousel-item-prev {
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-us-carousel-inner .carousel-item > div {
    display: none;
  }
  .about-us-carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

@media (min-width: 1200px) {
  .about-us-carousel-inner .carousel-item-right.active,
  .about-us-carousel-inner .carousel-item-next {
    transform: translateX(calc(100% / 3));
  }

  .about-us-carousel-inner .carousel-item-left.active,
  .about-us-carousel-inner .carousel-item-prev {
    transform: translateX(calc(100% / -3));
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .about-us-carousel-inner .carousel-item-right.active,
  .about-us-carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .about-us-carousel-inner .carousel-item-left.active,
  .about-us-carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

.about-us-carousel-inner .carousel-item-right,
.about-us-carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.media-about-us_block-title-wrappe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}

.media-about-us_news-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 48px;
}

.media-about-us_news-wrapper > * {
  max-width: calc(50% - 24px);
  box-sizing: border-box;
}

.media-about-us_news-main-item-wrapper {
  display: flex;
  min-width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.media-about-us_news-main-item-image {
  border-radius: 12px;
  width: 100%;
}
.media-about-us_news-main-item-description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.media-about-us_news-main-item-description {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.media-about-us_news-main-item-tags-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.media-about-us_news-main-item-tag {
  display: flex;
  height: 40px;
  min-width: 90px;
  padding: 0px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 125px;
  border: 1px solid #616161;
  background: #fff;
  overflow: hidden;
}

.media-about-us_news-main-item-date {
  display: flex;
  height: 40px;
  padding: 7px 32px;
  align-items: center;
  gap: 10px;
  border-radius: 125px;
}

.media-about-us_news-main-item-tag-logo {
  height: 25px;
}

.media-about-us_other-news-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}
.media-about-us_other-news-item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  width: 100%;
}
.media-about-us_other-news-item-img {
  width: 40%;
  border-radius: 12px;
}
.media-about-us_other-news-item-description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.media-about-us_other-news-item-description {
  color: #131313;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: -0.48px;
}
.media-about-us_other-news-item-date-wrapper {
  overflow: hidden;
  color: #616161;
  text-overflow: ellipsis;
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.media-about-us_other-news-item-dot {
  overflow: hidden;
  color: #616161;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.media-about-us_other-news-item-logo {
  height: 16px;
}

.media-about-video-section-wrapper {
  background: #f7f7f7;
  padding: 0px 20px;
}

.media-about-video-section {
  display: flex;
  padding: 140px 0px;
  max-width: 1248px;
  margin: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.media-about-video-interview-section-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}

.media-about-video-interview-section-items-wrapper {
  width: 100%;
  height: fit-content;
}

.media-about-video-interview-section {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 24px;
  border-radius: 12px;
}

.media-about-video-interview-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-style: none;
}

.media-about-video-interview-image {
  border-radius: 12px;
}
.media-about-video-interview-description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  gap: 16px;
  align-self: stretch;
  color: #131313;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
}
.media-about-video-interview-additional-info-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  overflow: hidden;
  color: #616161;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.video-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; /* hidden by default, changed in JS */
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}

.video-modal-content {
  position: relative;
  background: #000;
  width: 80%;
  max-width: 1152px;
  aspect-ratio: 16/9;
  border-radius: 12px;
}

.video-modal-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.video-modal-close {
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
}

.media-about-video-interview-icon-wrapper {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .media-about-us_news-main-item-date {
    padding: 7px 12px;
  }
  .media-about-us_block-title-wrappe {
    margin-bottom: 40px;
  }
  .media-about-us_news-wrapper {
    flex-direction: column;
  }
  .media-about-us_news-wrapper > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .media-about-video-interview-section-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .media-about-us_news-main-item-description {
    font-size: 28px;
    line-height: 43px;
  }
  .media-about-us_other-news-item-description {
    font-size: 22px;
    line-height: 32px;
  }
  .media-about-video-interview-description-wrapper {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .video-modal-close {
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    padding: 0px;
  }
  .media-about-us_block-title-wrappe {
    margin-bottom: 32px;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .media-about-us_other-news-item-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .media-about-us_other-news-item-img {
    width: 100%;
  }
  .media-about-us_news-main-item-description {
    font-size: 20px;
    line-height: 30px;
  }
  .media-about-us_other-news-item-description {
    font-size: 20px;
    line-height: 30px;
  }
  .media-about-video-interview-description-wrapper {
    font-size: 20px;
    line-height: 30px;
  }
}

.media-about-us__contact-us-wrapper {
  position: relative;
  margin-top: 70px;
  width: 100%;
  background-image: url("../img/assets/contactUsBanner.png");
  background-size: cover;
  border-radius: 32px;
  padding: 80px 90px;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.media-about-us__contact-us-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 640px;
}
.media-about-us__contact-us-description-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  position: relative;
}
.media-about-us__contact-us-description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.media-about-us__contact-us-button {
  border-radius: 35px;
  background: var(--Accent-Secondary, #0063f6);
  display: inline-flex;
  height: 60px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  cursor: pointer;
  color: #ffffff !important;
  text-decoration: none !important;
  color: var(--background, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

.media-about-us__contact-us-svg {
  position: absolute;
  left: 35%;
  top: 30px;
}

@media screen and (max-width: 1165px) {
  .media-about-us__contact-us-svg {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .media-about-us__contact-us-wrapper {
    padding: 60px 40px;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    margin-top: 60px;
  }
  .media-about-us__contact-us-description-title {
    font-size: 44px;
    line-height: 53px;
  }
  .media-about-us__contact-us-description {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 576px) {
  .media-about-us__contact-us-svg {
    display: block;
    top: 64px;
    left: 10%;
  }
  .media-about-us__contact-us-description-title {
    font-size: 32px;
    line-height: 38px;
    max-width: 300px;
  }
  .media-about-us__contact-us-description-wrapper {
    align-items: center;
    text-align: center;
  }
  .media-about-us__contact-us-wrapper {
    margin-top: 40px;
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.all-news-page__header-section {
  padding: 46px 20px 140px;
}
.all-news-page__pagination-section {
  padding: 0px 20px 70px;
}
.all-news-page__header-section-width {
  margin: auto;
  max-width: 1248px;
}

.all-news-page_other-news-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding-bottom: 32px;
}

.all-news-page_other-news-item-img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}

.all-news-page__contact-us-section {
  padding: 70px 20px 140px;
}

.all-news-page__contact-us-wrapper {
  position: relative;
  width: 100%;
  background-image: url("../img/assets/contactUsBanner.png");
  background-size: cover;
  border-radius: 32px;
  padding: 80px 90px;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.all-news-page__other-news-item-description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 0px 20px;
  flex: 1 0 0;
}

.all-news-page__video-interview-section-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  gap: 32px 20px; /* 32px row gap, 20px column gap */
  align-items: start; /* Optional: aligns items vertically */
  width: 100%;
  padding: 0px 20px;
}
.all-news-page__link {
  text-decoration: none !important;
  color: inherit !important;
}

.all-videointerview__video-section {
  display: flex;
  padding: 70px 0px;
  max-width: 1248px;
  margin: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .all-news-page__contact-us-wrapper {
    padding: 60px 40px;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .all-news-page__video-interview-section-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .all-news-page__contact-us-section {
    padding: 60px 20px 120px;
  }
  .all-videointerview__video-section {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 576px) {
  .all-news-page__contact-us-section {
    padding: 40px 20px 80px;
  }
  .all-videointerview__video-section {
    padding: 40px 0px;
  }
}

.mobile-app-join-page_text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-app-join-page_item-1 {
  order: 1; /* default order */
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-app-join-page_item-2 {
  order: 2;
}

@media screen and (max-width: 1200px) {
  .mobile-app-join-page_item-1 {
    order: 2;
  }

  .mobile-app-join-page_item-2 {
    order: 1;
  }
}

.mobile-app-join-page_section-container {
  display: flex;
}

.mobile-app-join-page__img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .mobile-app-join-page_section-container {
    flex-direction: column;
    padding: 0 60px;
    gap: 40px;
  }
  .mobile-app-join-page__img {
    width: 70%;
  }
}

@media screen and (max-width: 576px) {
  .mobile-app-join-page_section-container {
    padding: 0 16px;
  }
  .mobile-app-join-page__img {
    width: 100%;
  }
}

/* Classes for FAQ page */
/*todo specify all headers, paragraphs and other staff styles*/
.faq-page-content {
}
.faq-page-content h1,
.faq-page-content h2,
.faq-page-content h3 {
  color: var(--dark-primary, #131313);
}

.faq-page-content p,
.faq-page-content span {
  color: var(--dark-terteriary, #616161);
}

.faq-page__title {
  font-size: 110px;
  /* line-height: 100%; */
  letter-spacing: -2.2px;
}

.faq-page__title span {
  padding: 28px 28px 8px;
  border-radius: 2px;
  color: var(--dark-primary, #131313) !important;
  background: var(--accent-yellow, #edff6b);
}

.faq-page__title::first-letter {
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 992px) {
  .faq-page__title {
    font-size: 80px;
  }
  .faq-page__title span {
    padding: 28px 28px 12px;
  }
}

@media screen and (max-width: 576px) {
  .faq-page__title {
    font-size: 60px;
  }
  .faq-page__title span {
    padding: 20px 20px 10px;
  }
}

.faq-page__content-container {
  padding: 54px 96px 120px;
  display: flex;
  gap: 54px;
}

@media screen and (max-width: 992px) {
  .faq-page__content-container {
    padding: 40px 20px 80px;
  }
}

@media screen and (max-width: 576px) {
  .faq-page__content-container {
    padding: 40px 16px 60px;
  }
}

.faq-page__sidebar {
  width: 420px;
  height: 100%;
  position: sticky;
  top: 108px;
  display: flex;
  flex-direction: column;
}

.faq-page__nav-item {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 4px solid var(--color-accent-primary, #0050c9);
}

.faq-page__sidebar .faq-page__nav-item:first-child {
  padding: 0 0 24px;
}

.faq-page__nav-item span,
.faq-page__nav-item p {
  margin-bottom: 0;
  color: var(--color-accent-primary, #0050c9);
}

.faq-page__nav-item.collapsed {
  border-bottom: 4px solid var(--dark-primary, #131313);
}

.faq-page__nav-item.collapsed span,
.faq-page__nav-item.collapsed p {
  color: var(--color-dark-secondary, #3d3d3d);
}

.faq-page__nav-item-number {
  font-size: 14px;
  line-height: 32px;
}
.faq-page__nav-item-text {
  font-size: 24px;
}
.faq-page__nav-item-text::first-letter {
  text-transform: uppercase;
}

.faq-page__nav-item .collapsed {
  border-bottom: 4px solid var(--dark-primary, #131313);
}

.faq-page__article-container {
  width: 100%;
}
.faq-page__article-container a {
  color: var(--accent-secondary, #0063f6);
}

.faq-page__tob-bar {
  padding: 0 0 20px;
  margin-bottom: 40px;
  cursor: pointer;
}

.faq-page__tob-bar.collapsed {
  border-bottom: 4px solid var(--dark-secondary, #3d3d3d);
}

.faq-page__tob-bar-title {
  color: var(--dark-primary, #131313) !important;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.44px;
}

.faq-page__tob-bar-icon {
  width: 28px;
  height: 28px;
  background-image: url("../img/icon/close.svg");
}

.faq-page__tob-bar.collapsed .faq-page__tob-bar-icon {
  background-image: url("../img/icon/chevron-down.svg");
}

.faq-page__article-title {
  line-height: 1.6;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.faq-page__article-title::first-letter {
  font-style: italic;
  letter-spacing: 0.2rem;
}

.faq-page__article-title span {
  padding: 12px 12px 6px;
  border-radius: 4px;
  color: var(--dark-primary, #131313);
  background: var(--dark-grey-light, #e0e0e0);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 992px) {
  .faq-page__article-title {
    font-size: 44px !important;
  }
}

@media screen and (max-width: 576px) {
  .faq-page__article-title {
    font-size: 32px !important;
  }
}

.faq-page__article-text {
  color: var(--dark-terteriary, #616161);
  font-size: 20px;
}

.faq-page__article-text h1,
.faq-page__article-text h2 {
  color: var(--dark-primary, #131313);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
  margin: 16px 0;
}

.faq-page__article-text h3,
.faq-page__article-text h4,
.faq-page__article-text h5 {
  color: var(--dark-secondary, #3d3d3d);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.faq-page__article-text ul:not(.faq-page__grid-list) {
  padding-left: 16px;
}

.faq-page__article-text ul:not(.faq-page__grid-list) li::marker {
  font-size: 1.4em;
  color: var(--color-accent-secondary, #0063f6);
}

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

.faq-page__grid-list li {
  padding: 16px 0;
  border-bottom: 2px solid var(--dark-primary, #131313);
}

@media screen and (max-width: 992px) {
  .faq-page__grid-list li {
    padding: 12px 0;
  }
}

@media screen and (max-width: 576px) {
  .faq-page__grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-page__grid-list li {
    padding: 8px 0;
  }
}

.faq-page__article-text hr {
  background-image: url(../img/assets/dashed-divider.svg);
  background-repeat: repeat-x;
  background-position-y: center;
  margin-top: 0;
  padding: 28px 0;
  border-top: none;
}

@media screen and (max-width: 992px) {
  .faq-page__article-text {
    font-size: 18px;
  }
  .faq-page__article-text h1,
  .faq-page__article-text h2 {
    font-size: 28px;
  }
  .faq-page__article-text h3,
  .faq-page__article-text h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .faq-page__article-text {
    font-size: 16px;
  }
  .faq-page__article-text h1,
  .faq-page__article-text h2 {
    font-size: 26px;
  }
  .faq-page__article-text h3,
  .faq-page__article-text h4 {
    font-size: 20px;
  }
  .faq-page__article-text hr {
    margin-top: 0;
    padding: 16px 0;
  }
}

.faq-page__article-item-with-image {
  display: flex;
  gap: 30px;
}

.faq-page__article-item-with-image img {
  width: 100px;
  object-fit: contain;
  height: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 992px) {
  .faq-page__article-item-with-image img {
    width: 80px;
  }
}

@media screen and (max-width: 576px) {
  .faq-page__article-item-with-image {
    flex-direction: column;
  }
  .faq-page__article-item-with-image img {
    width: 64px;
  }
}

#faq-page__scroll-tob-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  cursor: pointer;
  width: 54px;
  height: 54px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--dark-primary, #131313);
  background-color: rgba(255, 255, 255, 0.7);
  content: url(../img/icon/dropdown.svg);
  transform: rotate(180deg);
  display: none;
}
#faq-page__scroll-tob-btn:hover {
  background-color: var(--light-white, #fff);
}

.nav-main {
  margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
  .nav-main {
    margin-bottom: 105px;
  }
}

.nav-main__wrap {
  position: relative;
}

.nav-main__blur {
  display: block;
  width: 328px;
  height: 328px;
  position: absolute;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  background-image: url("../img/assets/menu-blur.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
}

.nav-main__list {
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 1px;
}

.nav-main__list:hover .nav-main__link {
  opacity: 0.4;
}

.nav-main__item {
  display: block;
}

.nav-main__link {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 7px;
  text-decoration: none;
  color: #131313;
  letter-spacing: -0.02em;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .nav-main__link {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 576px) {
  .nav-main__link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.nav-main__link:after {
  content: "";
  width: 328px;
  height: 328px;
  position: absolute;
  left: 30%;
  top: -115px;
  opacity: 0;
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  background-image: url("../img/assets/menu-blur.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  display: none;
}

.nav-main__link:hover,
.nav-main__link:focus {
  color: #131313;
  opacity: 1 !important;
  text-decoration: none;
}

.nav-main__link:hover:after,
.nav-main__link:focus:after {
  opacity: 1;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.social-list {
  display: block;
}

.social-list__list {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-list__item {
  display: block;
  width: 50%;
  flex: 50% 0 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 992px) {
  .social-list__item {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 576px) {
  .social-list__item > a {
    font-size: 18px;
  }
}

.social-list__item--large {
  width: 100%;
  flex: 100% 0 0;
  margin-bottom: 16px;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  .social-list__item--large {
    width: 50%;
    flex: 50% 0 0;
  }
}

.social-list__item--large > a {
  font-size: 38px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 992px) {
  .social-list__item--large > a {
    font-size: 26px;
  }
}

@media screen and (max-width: 576px) {
  .social-list__item--large > a {
    font-size: 24px;
  }
}

.contact-page__stage {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .contact-page__stage {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}

.contact-page__stage--grey {
  background: #c4c4c4;
}

.contact-page__stage--gsssera {
  border-top: 1px solid #c4c4c4;
}

.contact-page__subtitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 40px;
}

.contact-informer {
  height: 100%;
}

@media screen and (max-width: 576px) {
  .contact-informer {
    margin-bottom: 78px;
    height: auto;
  }

  .contact-informer.is-last {
    margin-bottom: 0;
  }
}

.contact-informer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 34px);
}

.contact-informer__title {
  color: #131313;
}

@media screen and (max-width: 576px) {
  .contact-informer__title {
    color: #898989;
  }
}

.contact-informer__text {
  display: block;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  .contact-informer__text {
    font-size: 26px;
  }
}

.contact-informer__text--address {
  padding-bottom: 30px;
}

.contact-informer__link > .link {
  font-size: 38px;
}

@media screen and (max-width: 992px) {
  .contact-informer__link > .link {
    font-size: 26px;
  }
}

.contact-timer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-bottom: 135px;
  padding-left: 48px;
}

@media screen and (max-width: 576px) {
  .contact-timer {
    margin-bottom: 90px;
    padding-left: 25px;
  }
}

.contact-timer__title {
  position: relative;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #131313;
  margin-bottom: 16px;
}

@media screen and (max-width: 992px) {
  .contact-timer__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 576px) {
  .contact-timer__title {
    font-size: 35px;
    font-weight: 500;
  }
}

.contact-timer__title:before {
  content: "";
  display: block;
  position: absolute;
  left: -48px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: #131313;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .contact-timer__title:before {
    width: 10px;
    height: 10px;
    left: -25px;
  }
}

.contact-timer__data {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3d3d3d;
}

@media screen and (max-width: 992px) {
  .contact-timer__data {
    font-size: 35px;
  }
}

@media screen and (max-width: 576px) {
  .contact-timer__data {
    font-size: 25px;
  }
}

/* .contact-timer__text {
	position: relative;
	font-size: 22px;
	color: #131313;
}

@media screen and (max-width: 992px) {
	.contact-timer__text {
		font-size: 22px;
	}
} */

/* .contact-timer__text__inner {
	position: relative;
	z-index: 1;
}

.contact-timer__text:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 716px;
	height: 716px;
	left: -350px;
	top: -350px;
	background-image: url("../img/assets/ellipse.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	opacity: 0.6;
} */

.lang-main__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-main__item {
  padding: 0 12px;
  border-right: 2px solid var(--dark-terteriary, #616161);
}
.lang-main__item:last-child {
  border-right: 0;
  padding-right: 0;
  padding-left: 12px;
}

.lang-main__link {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--light-white, #ffffff);
  text-decoration: none;
  text-underline-offset: 8px;
}

.lang-main__link:hover,
.lang-main__link:focus {
  color: var(--accent-secondary, #0063f6);
  text-decoration: underline;
}

.lang-main__link.active {
  color: var(--accent-secondary, #0063f6);
  /*text-decoration: underline*/
}
.dark .lang-main__link.active {
  color: var(--accent-secondary-lighter, #478bff);
  /*text-decoration: underline*/
}

.lang-main__list.light .lang-main__link {
  color: var(--dark-primary, #616161);
}
.lang-main__list.light .lang-main__link:hover,
.lang-main__list.light .lang-main__link:focus,
.lang-main__list.light .lang-main__link.active {
  color: var(--accent-secondary, #0063f6);
}

.lang-main__list.dark .lang-main__link:hover,
.lang-main__list.dark .lang-main__link:focus,
.lang-main__list.dark .lang-main__link.active {
  color: var(--accent-secondary-lighter, #478bff);
}

.nav-button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  background: 0 0;
  line-height: 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 992px) {
  .nav-button {
    width: 38px;
    height: 38px;
  }
}

.nav-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  background: #131313;
  right: 0;
  top: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 992px) {
  .nav-button:before {
    width: 38px;
    top: 14px;
  }
}

.nav-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  background: #131313;
  right: 0;
  top: 34px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 992px) {
  .nav-button:after {
    width: 28px;
    top: 20px;
  }
}

.nav-button.light:before,
.nav-button.light:after {
  background: #fff;
}

.nav-button.menu-open:before,
.nav-button.menu-open:after {
  background: #131313;
}

.nav-button.light.menu-open:before,
.nav-button.light.menu-open:after {
  background: #fff;
}

.nav-button:hover {
  outline: none;
}

.nav-button:hover:after {
  width: 60px;
}

@media screen and (max-width: 992px) {
  .nav-button:hover:after {
    width: 38px;
  }
}

.nav-button:hover:before {
  width: 35px;
}

@media screen and (max-width: 992px) {
  .nav-button:hover:before {
    width: 28px;
  }
}

.nav-button.active:before {
  width: 60px;
  -webkit-transform: rotate(45deg) translate(10px, -3px);
  -ms-transform: rotate(45deg) translate(10px, -3px);
  transform: rotate(45deg) translate(10px, -3px);
}

@media screen and (max-width: 992px) {
  .nav-button.active:before {
    width: 38px;
    -webkit-transform: rotate(45deg) translate(4px, 0);
    -ms-transform: rotate(45deg) translate(4px, 0);
    transform: rotate(45deg) translate(4px, 0);
  }
}

.nav-button.active:after {
  width: 60px;
  -webkit-transform: rotate(-45deg) translate(10px, 3px);
  -ms-transform: rotate(-45deg) translate(10px, 3px);
  transform: rotate(-45deg) translate(10px, 3px);
}

@media screen and (max-width: 992px) {
  .nav-button.active:after {
    width: 38px;
    -webkit-transform: rotate(-45deg) translate(4px, 0);
    -ms-transform: rotate(-45deg) translate(4px, 0);
    transform: rotate(-45deg) translate(4px, 0);
  }
}

.nav-button:hover,
.nav-button:focus {
  outline: none;
}

/* .spot {
	display: block;
	width: 576px;
	height: 576px;
	position: absolute;
	right: -270px;
	bottom: -200px;
	background-size: contain;
	background: url("../img/assets/blur-section-about.png") no-repeat;
} */

.title-section {
  margin-bottom: 40px;
}

.title-section--margin {
  margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
  .title-section {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 576px) {
  .title-section {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 992px) {
  .title-section--vertical {
    margin-bottom: 64px;
  }

  .title-section--vertical .title-section__link {
    margin-top: 14px;
  }
}

.title-section--inside {
  margin-bottom: 40px;
}

.title-section__item {
  position: relative;
  display: inline-flex;
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  color: #131313;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

@media screen and (max-width: 992px) {
  .title-section__item {
    font-size: 40px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 576px) {
  .title-section__item {
    font-size: 40px;
  }
}

.title-section__item--light {
  color: #fff;
}

.title-section__item--vertical {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .title-section__item--vertical {
    margin-bottom: 30px;
  }
}

/* @media screen and (min-width: 992px) {
	.title-section__item--spot:before {
		content: "";
		display: block;
		width: 576px;
		height: 576px;
		position: absolute;
		right: -350px;
		top: -273px;
		opacity: 0.3;
		background-image: url("../img/assets/blur-team.png");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
	}
} */

.title-section__link {
  display: inline-block;
  position: relative;
  color: #0050c9;
  text-decoration: none;
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .title-section__link {
    font-size: 18px;
  }
}

.title-section__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0050c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.title-section__link:hover,
.title-section__link:focus {
  color: #0050c9;
  text-decoration: none;
}

.title-section__link:hover:after,
.title-section__link:focus:after {
  width: 100%;
}

.infobox {
  display: block;
}

.infobox__title {
  display: block;
  font-size: 70px;
  font-weight: 700;
  color: #131313;
  margin: 0 0 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 576px) {
  .infobox__title {
    font-size: 60px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
  }
}

.infobox__title--small {
  font-size: 60px;
  line-height: 0.9;
}

@media screen and (max-width: 992px) {
  .infobox__title--about {
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

.infobox__title--medium {
  font-weight: 500;
}

.infobox__title--regular {
  font-weight: 400;
}

.infobox__title--light {
  font-weight: 300;
}

.infobox__title--bold {
  font-weight: 700;
}

.infobox__title--nomargin {
  margin-bottom: 0;
}

.infobox__description {
  display: block;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #131313;
  line-height: 1.2;
  max-width: 155px;
}

.infobox__description--small {
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .infobox__description {
    line-height: 1.4;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .infobox__description--about {
    font-size: 12px;
    line-height: 1.4;
  }
}

.list-same {
  display: block;
}

.list-same__item {
  display: block;
  position: relative;
  color: #131313;
  padding: 18px 18px 18px 25px;
  line-height: 1.3;
}

.list-same__item:first-child {
  border-top: 1px solid #c4c4c4;
}

@media screen and (max-width: 992px) {
  .list-same__item--noline:first-child {
    border-top: none;
  }
}

.list-same__item--nopadx {
  padding-left: 0;
  padding-right: 0;
}

.list-same__item--nopadr {
  padding-right: 0;
}

.list-same__item--nopadl {
  padding-left: 0;
}

.list-same__item--link {
  padding: 0;
}

.list-same__item:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}

.list-same__item--dark:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(19, 19, 19, 0.35);
}

.list-same__item--dark:first-child {
  border-top: 1px solid rgba(19, 19, 19, 0.35);
}

.list-same__item--tab {
  padding-top: 32px;
  padding-bottom: 32px;
}

.list-same__item--tab:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}

.list-same__item--light:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(137, 137, 137, 0.8);
}

.list-same__item--light:first-child {
  border-top: 1px solid rgba(137, 137, 137, 0.8);
}

a.list-same__link,
button.list-same__link,
.list-same__link {
  position: relative;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  color: #131313;
  text-decoration: none;
  text-align: left;
}

a.list-same__link:after,
button.list-same__link:after,
.list-same__link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #131313;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.list-same__link:hover,
button.list-same__link:hover,
.list-same__link:hover,
a.list-same__link:focus,
button.list-same__link:focus,
.list-same__link:focus {
  color: #131313;
  text-decoration: none;
  outline: 0;
}

a.list-same__link--link,
button.list-same__link--link,
.list-same__link--link {
  padding: 18px 18px 18px 25px;
}

a.list-same__link--link:hover:after,
button.list-same__link--link:hover:after,
.list-same__link--link:hover:after,
a.list-same__link--link:focus:after,
button.list-same__link--link:focus:after,
.list-same__link--link:focus:after {
  width: 100%;
}

a.list-same__link--light,
button.list-same__link--light,
.list-same__link--light {
  color: #fff;
}

a.list-same__link--tab,
button.list-same__link--tab,
.list-same__link--tab {
  padding-right: 50px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

@media screen and (max-width: 992px) {
  a.list-same__link--tab,
  button.list-same__link--tab,
  .list-same__link--tab {
    padding-right: 30px;
  }
}

a.list-same__link--tab:focus,
button.list-same__link--tab:focus,
.list-same__link--tab:focus {
  color: #fff;
}

a.list-same__link--tab.collapsed,
button.list-same__link--tab.collapsed,
.list-same__link--tab.collapsed {
  color: #fff;
}

a.list-same__link--tab:not(.collapsed),
button.list-same__link--tab:not(.collapsed),
.list-same__link--tab:not(.collapsed) {
  color: #0050c9;
  background-image: url("../img/icon/minus-big.svg");
  background-size: 40px 40px;
}

a.list-same__link--tab:hover,
button.list-same__link--tab:hover,
.list-same__link--tab:hover {
  color: #0050c9;
  background-image: url("../img/icon/cross-big.svg");
  background-size: 40px 40px;
}

a.list-same__link--tab:not(.collapsed),
button.list-same__link--tab:not(.collapsed),
.list-same__link--tab:not(.collapsed) {
  color: #0050c9;
  background-image: url("../img/icon/minus-big.svg");
  background-size: 40px 40px;
}

@media screen and (max-width: 992px) {
  a.list-same__link--tab:not(.collapsed),
  button.list-same__link--tab:not(.collapsed),
  .list-same__link--tab:not(.collapsed) {
    background-image: url("../img/icon/minus-big.svg");
    background-size: 30px 30px;
    background-position: 100% 2px;
  }

  a.list-same__link--tab:hover,
  button.list-same__link--tab:hover,
  .list-same__link--tab:hover {
    color: #fff;
    background-image: none;
  }

  a.list-same__link--tab:not(.collapsed),
  button.list-same__link--tab:not(.collapsed),
  .list-same__link--tab:not(.collapsed) {
    background-image: url("../img/icon/minus-big.svg");
    background-size: 30px 30px;
    background-position: 100% 2px;
    color: #0050c9;
  }
}

@media screen and (max-width: 576px) {
  a.list-same__link--tab:not(.collapsed),
  button.list-same__link--tab:not(.collapsed),
  .list-same__link--tab:not(.collapsed) {
    background-image: url("../img/icon/minus-small.svg");
    background-size: 24px 24px;
    background-position: 100% 5px;
  }

  a.list-same__link--tab,
  button.list-same__link--tab,
  .list-same__link--tab,
  a.list-same__link--tab:hover,
  button.list-same__link--tab:hover,
  .list-same__link--tab:hover {
    background-image: url("../img/icon/cross-small-white.svg");
    background-size: 24px 24px;
    background-position: 100% 5px;
  }

  a.list-same__link--taba.list-same__link--dark,
  button.list-same__link--tabbutton.list-same__link--dark,
  .list-same__link--tab.list-same__link--dark,
  a.list-same__link--taba.list-same__link--dark:hover,
  button.list-same__link--tabbutton.list-same__link--dark:hover,
  .list-same__link--tab.list-same__link--dark:hover {
    background-image: url("../img/icon/cross-small-black.svg");
  }

  a.list-same__link--tab:not(.collapsed),
  button.list-same__link--tab:not(.collapsed),
  .list-same__link--tab:not(.collapsed) {
    background-image: url("../img/icon/minus-small.svg");
    background-size: 24px 24px;
    background-position: 100% 5px;
  }
}

a.list-same__link--dark,
button.list-same__link--dark,
.list-same__link--dark {
  color: #131313;
}

a.list-same__link--dark:focus,
button.list-same__link--dark:focus,
.list-same__link--dark:focus {
  color: #131313;
}

a.list-same__link--dark.collapsed,
button.list-same__link--dark.collapsed,
.list-same__link--dark.collapsed {
  color: #131313;
}

a.list-same__link--dark:not(.collapsed),
button.list-same__link--dark:not(.collapsed),
.list-same__link--dark:not(.collapsed) {
  color: #0050c9;
}

a.list-same__link--dark:hover,
button.list-same__link--dark:hover,
.list-same__link--dark:hover {
  color: #0050c9;
}

@media screen and (max-width: 992px) {
  a.list-same__link--dark:hover,
  button.list-same__link--dark:hover,
  .list-same__link--dark:hover {
    color: #131313;
  }
}

a.list-same__link--dark:not(.collapsed),
button.list-same__link--dark:not(.collapsed),
.list-same__link--dark:not(.collapsed) {
  color: #0050c9;
}

a.list-same__link--number,
button.list-same__link--number,
.list-same__link--number {
  padding-left: 30px;
}

a.list-same__link--number .list-same__number,
button.list-same__link--number .list-same__number,
.list-same__link--number .list-same__number {
  left: 0;
  margin-top: 1px;
}

.list-same__number {
  position: absolute;
  left: -25px;
  margin-top: 5px;
  font-size: 14px;
}

.list-same__title {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .list-same__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  .list-same__title {
    font-size: 26px;
  }
}

.list-same__title--blank:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-image: url("../img/icon/arrow-big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 0.4em;
}

.list-same__title--light {
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 576px) {
  .list-same__title--light {
    font-size: 24px;
  }
}

.list-same__title--large {
  font-weight: 500;
  font-size: 50px;
}

@media screen and (max-width: 992px) {
  .list-same__title--large {
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  .list-same__title--large {
    font-size: 24px;
  }
}

.list-same__icon {
  display: block;
  width: 24px;
  height: 24px;
}

.list-same__answer__inner {
  color: #ececec;
  font-size: 22px;
  max-width: 932px;
  padding-top: 32px;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .list-same__answer__inner {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .list-same__answer__inner {
    font-size: 16px;
  }
}

.list-same__answer__inner--small {
  padding-right: 140px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .list-same__answer__inner--small {
    padding-right: 90px;
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .list-same__answer__inner--small {
    font-size: 14px;
  }
}

.list-same__answer__inner--dark {
  color: #3d3d3d;
}

.marquee-word {
  background-image: url("../img/assets/marquee-word.webp");
  background-size: cover;
  position: relative;
}

.marquee-word__wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  background-color: #131313;
  padding-top: 43px;
  padding-bottom: 38px;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .marquee-word__wrap {
    padding-top: 39px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 576px) {
  .marquee-word__wrap {
    padding-top: 34px;
    padding-bottom: 29px;
  }
}

.marquee-word__wrap:hover {
  background-color: transparent;
}

.marquee-word__item {
  display: inline-block;
  margin-right: 0;
  text-transform: uppercase;
  color: #fff;
}

.marquee-word__item--text {
  font-size: 32px;
  line-height: 1.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 992px) {
  .marquee-word__item--text {
    font-size: 30px;
    margin-right: 2em;
  }
}

@media screen and (max-width: 576px) {
  .marquee-word__item--text {
    font-size: 26px;
    margin-right: 2rem;
  }
}

.marquee-word__item--text::after {
  content: "";
  position: relative;
  display: inline-flex;
  margin-left: 32px;
  margin-right: 32px;
  top: 4px;
  width: 24px;
  height: 28px;
  background-image: url("../img/icon/arrow-marquee.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .marquee-word__item--text::after {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .marquee-logo {
    margin-bottom: 40px;
  }
}

.marquee-logo__wrap {
  width: 100%;
  height: 345px;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

@media screen and (max-width: 576px) {
  .marquee-logo__wrap {
    height: 200px;
  }
}

.marquee-logo__hover {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  z-index: 100;
  width: 400px;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  top: -129px;
}

@media screen and (max-width: 576px) {
  .marquee-logo__hover {
    height: 200px;
    width: 300px;
    top: -56px;
  }
}

.marquee-logo__item {
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
  text-transform: uppercase;
  color: #fff;
  margin-left: 170px;
  height: 345px;
}

@media screen and (max-width: 576px) {
  .marquee-logo__item {
    height: 200px;
    margin-left: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.marquee-logo__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .marquee-logo__inner:hover .marquee-logo__hover {
    opacity: 1;
  }
}

.marquee-logo__logo {
  position: relative;
  z-index: 99;
  max-width: 240px;
  height: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
}

@media screen and (max-width: 576px) {
  .marquee-logo__logo {
    max-width: 130px;
  }
}

.home-main {
  display: flex;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 992px) {
  .home-main {
    padding-top: 120px;
    padding-bottom: 62px;
  }
}

.home-main-new {
  display: flex;
  min-height: 100vh;
  padding-top: 92px;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 992px) {
  .home-main-new {
    min-height: fit-content;
    padding-top: 92px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 576px) {
  .home-main-new {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .home-main {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.container-home-main {
  margin: auto;
  max-width: 932px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}

.home-main-hero-container-desktop {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  padding: 40px 0px;
  /* padding: 0 20px; */

  .left-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    width: 100%;

    .text-wrapper {
      display: flex;
      flex-direction: column;

      .title {
        color: var(--Light-White, #fff);
        font-family: "Unica77 Cyrillic", sans-serif;
        font-size: 62px;
        font-style: normal;
        font-weight: 500;
        line-height: 76px;
        max-width: 614px;
        text-transform: uppercase;
      }

      .description {
        max-width: 614px;
        margin-top: 24px;
        > p {
          margin: 0;
          color: var(--Light-Secondary, #e6e6e6);
          font-family: "Unica77 Cyrillic", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
        }
      }

      .button {
        margin-top: 40px;
        width: fit-content;
        padding: 20px 40px;
      }
    }

    .icons-wrapper {
      display: flex;
      align-items: center;
      gap: 50px;

      .forbes {
        height: 42px;
      }
      .tech-crunch {
        height: 34px;
      }
      .sifted-seek {
        height: 30px;
      }
    }
  }

  .right-part {
    width: 100%;
    display: flex;
    justify-content: end;
    .img-wrapper {
      width: 75%;
    }
  }
}

.home-main-hero-container-tablet {
  display: none;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  padding: 0 20px;

  .hero-container-content {
    display: flex;
    flex-direction: column;
    gap: 12px;

    .title {
      color: var(--Light-White, #fff);
      text-align: center;
      font-family: "Unica77 Cyrillic", sans-serif;
      font-size: 52px;
      font-style: normal;
      font-weight: 500;
      line-height: 66px;
      text-transform: uppercase;
    }

    .content-bottom-section {
      display: flex;
      flex-direction: column;
      align-items: center;

      .bottom-section-image-wrapper {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 545px;

        .image {
          position: relative;
          width: 100%;
        }
      }

      .bottom-section-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 24px;
        z-index: 1;
        margin-top: -120px;

        .description {
          display: flex;
          flex-direction: column;

          > p {
            margin: 0;
            max-width: 600px;
            color: var(--Light-Secondary, #e6e6e6);
            text-align: center;
            font-family: "Unica77 Cyrillic", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 27px;
          }
        }

        .btn.btn-primary {
          width: 244px;
          height: 50px;
          padding: 20px 40px;

          .button__text {
            color: var(--background, #fff);
            text-align: center;
            font-family: "Unica77 Cyrillic", sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 19px;
            letter-spacing: 0.08px;
            text-transform: uppercase;
          }
        }

        .app-links {
          display: none;
          align-items: center;
          gap: 16px;

          .home-mobile-apps__link-img {
            width: 164px;
            height: 50px;
          }
        }
      }
    }
  }

  .icons-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;

    .forbes {
      height: 42px;
    }
    .tech-crunch {
      width: 50px;
      height: 34px;
    }
    .sifted-seek {
      height: 30px;
    }
  }
}

@media screen and (max-width: 992px) {
  .home-main-hero-container-desktop {
    display: none;
  }

  .home-main-hero-container-tablet {
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  .home-main-hero-container-tablet {
    padding: 0 16px;

    .hero-container-content {
      gap: 0px;

      .title {
        font-size: 28px;
        line-height: 38px;
      }

      .content-bottom-section {
        .bottom-section-content {
          .description {
            > p {
              font-size: 16px;
              line-height: 24px;

              &:last-of-type {
                display: none;
              }
            }
          }

          .btn.btn-primary {
            display: none;

            &.utm-show-get-started {
              display: flex;
              height: 50px !important;
            }
          }

          .app-links {
            display: flex;

            &.utm-hide-app-links {
              display: none;
            }
          }
        }
      }
    }
  }
}

.numbers-container {
  position: relative;
  align-items: flex-start;
  align-self: stretch;
  .numbers-border {
    width: 100%;
    position: absolute;
  }
  .numbers-wrapper {
    display: flex;
    padding: 80px 40px 0 40px;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;

    .indicator-item {
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      flex: 1 0 0;
    }

    .indicator-item span {
      text-align: center;
      font-size: 48px;
      width: 100%;
      color: var(--accent-yellow, #edff6b);
      font-weight: 500;
      font-family: "Unica77 Cyrillic", sans-serif;
    }

    .indicator-item p {
      color: var(--Dark-Grey-light, #e0e0e0);
      text-align: center;
      font-family: "Unica77 Cyrillic", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; /* 150% */
      margin: 0px;
    }
  }
}

@media screen and (max-width: 992px) {
  .numbers-container {
    padding: 80px 20px 120px 20px;

    .numbers-border {
      position: relative;
      height: 78px;
    }

    .numbers-wrapper {
      gap: 12px;
      margin-top: -25px;
      padding: 0 20px 0 20px;

      .indicator-item span {
        font-size: 44px;
        line-height: 53px;
      }
      .indicator-item p {
        font-size: 18px;
        line-height: 27px;
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .numbers-container {
    padding: 60px 20px 80px 20px;

    .numbers-border {
      position: relative;
      height: 75px;
    }

    .numbers-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-top: -35px;
      padding: 0px;
      gap: 20px;

      .indicator-item span {
        font-size: 32px;
        line-height: 38px;
      }
      .indicator-item p {
        font-size: 16px;

        line-height: 24px;
      }
    }
  }
}

.home-carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  background-image: url("../img/assets/carousel-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 992px) {
  .home-carousel-container {
    padding-top: 0;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 576px) {
  .home-carousel-container {
    padding-bottom: 80px;
  }
}

.home-carousel-container .carousel-title {
  color: var(--Light-White, #fff);
  font-family: "Unica77 Cyrillic", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.48px;
  max-width: calc(100% - 40px);
}

.main-screen-carousel {
  overflow: hidden;
  width: 100%;
}

.main-screen-carousel .carousel-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 40s linear infinite;
  animation-play-state: running; /* default */
}

.main-screen-carousel .carousel-card {
  width: 370px;
  height: 462px;
  /* padding: 16px 16px 32px 16px; */
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .main-screen-carousel .carousel-card {
    width: 294px;
    height: 367px;
  }
  .home-carousel-container .carousel-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.carousel-card .content-wrapper {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  padding: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  border-radius: 12px;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 37.46%, rgba(0, 0, 0, 0.75) 47.54%, rgba(0, 0, 0, 0.6) 100%); */
}

.content-wrapper .card-text {
  overflow: hidden;
  color: var(--Light-White, #fff);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.carousel-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
}

.carousel-card-logo {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  height: 30px;
}

.card-info {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(183, 183, 183, 0.1);
  background: rgba(19, 19, 19, 0.3);
  margin-top: 20px;
}

.card-info .type-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}

.card-type-label {
  display: flex;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #edff6b;
  color: var(--Dark-Primary, #131313);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
}

.card-type-arrow {
  width: 25px;
  height: 25px;
}

.card-type-text {
  color: var(--Mobile-Grey-Blue-White, #fff);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
}

.card-info-divider {
  height: 1px;
  align-self: stretch;
  opacity: 0.1;
  background: var(--Grey-light-bg, #f7f7f7);
  margin: 8px 0px;
}

.card-info-text-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-info-text-label {
  color: var(--Mobile-Grey-Blue-White, #fff);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
}

.card-info-text-value {
  color: var(--Mobile-Grey-Blue-White, #fff);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
}

.main-screen-carousel .carousel-card:hover {
  /* transform: scale(1.05); */
  .content-wrapper {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.5) 20%,
      rgba(0, 0, 0, 0.6) 55%,
      rgba(0, 0, 0, 0.75) 75%,
      rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 12px;
  }
  .card-info {
    display: flex;
    /* margin-top: 20px; */
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.view-all-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.view-all-wrapper:hover {
  text-decoration: none;
}

.view-all-wrapper .view-all-text {
  color: var(--background, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

.view-all-wrapper .view-all-arrow {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 300px;
  background: var(--Accent-Secondary, #0063f6);
}

.view-all-wrapper:hover {
  .view-all-arrow {
    background: var(--accent-hover, #06419a);
  }
}

@media screen and (max-width: 992px) {
  .container-home-main {
    gap: 40px;
  }
}

@media screen and (max-width: 576px) {
  .container-home-main {
    gap: 24px;
  }
}

.home-main__row {
  text-align: center;
}

.home-main__row a.button {
  background-color: whitesmoke;
  color: #0a0a0a;
}

@media screen and (max-width: 992px) {
  .home-main__row {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 576px) {
  .home-main__list {
    margin-bottom: 56px;
    margin-left: 130px;
  }
}

.home-section-name {
  display: flex;
  font-size: var(--light-secondary, #e6e6e6);
  font-weight: 400;
  line-height: 140%;
  color: #e0e0e0;
}
.yellow-drop:before {
  content: "\2022";
  font-size: 30px;
  margin-top: -10px;
  color: var(--accent-yellow, #edff6b);
  margin-right: 10px;
}

.home-section-name--text {
  color: var(--light-secondary, #e6e6e6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.home-section-name--text.dark {
  color: var(--dark-primary, #131313);
}

.home-section-name--text::first-letter {
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.home-section-title {
  color: var(--light-white, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.54px;
}

@media screen and (max-width: 992px) {
  .home-section-title {
    font-size: 44px;
    line-height: 53px;
  }
}

@media screen and (max-width: 576px) {
  .home-section-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.home-section-title::first-letter {
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.home-section-title.dark {
  color: var(--dark-primary, #131313);
}

.home-main .k10 {
  position: absolute;
  top: 0;
  right: 15px;
  width: 160px;
  height: 160px;
  transform: rotate(-12.616deg);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #edff6b;
  background: rgba(237, 255, 107, 0.1);
  box-shadow:
    5px 5px 40px 0px rgba(209, 251, 91, 0.05),
    -5px -5px 40px 0px rgba(209, 251, 91, 0.05);
}
.home-main .k10 span {
  color: var(--accent-yellow, #edff6b);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.44px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .home-main .k10 {
    width: 130px;
    height: 130px;
    padding: 12px;
  }
  .home-main .k10 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .home-main .k10 {
    position: relative;
    right: 4px;
    width: 100px;
    height: 100px;
    padding: 12px;
    margin-left: auto;
  }
  .home-main .k10 span {
    font-size: 16px;
  }
}

.home-about--bg-item-1 {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 580px;
  height: 680px;
  top: 240px;
  background-image: url("../img/assets/home-about-bg-item-1.webp");
  z-index: 0;
}

.home-about--bg-item-2 {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 140px;
  height: 140px;
  right: -60px;
  bottom: -70px;
  background-image: url(../img/assets/home-about-bg-item-2.webp);
  z-index: 0;
}

@media screen and (max-width: 992px) {
  .home-about--bg-item-1 {
    width: 400px;
    height: 400px;
    top: 300px;
    left: -100px;
  }
  .home-about--bg-item-2 {
    right: 0;
    bottom: -70px;
  }
}
@media screen and (max-width: 576px) {
  .home-about--bg-item-1 {
    width: 400px;
    height: 400px;
    top: 480px;
    left: -140px;
  }
  .home-about--bg-item-2 {
    background-size: cover;
    width: 80px;
    height: 120px;
    right: -15px;
    bottom: -48px;
  }
}

.home_mobile-apps_section-container {
  display: flex;
}

.home-mobile-apps__img-container {
  flex: 1;
}

.home-mobile-apps__text-container {
  flex: 1;
  padding-left: 70px;
}
.home-mobile-apps__text-container__modal {
  flex: 1;
  margin: auto 0;
}

@media screen and (max-width: 992px) {
  .home_mobile-apps_section-container {
    flex-direction: column;
    padding: 0 60px;
    gap: 40px;
  }
  .home_mobile-apps_section-container.in-join-modal {
    flex-direction: column-reverse;
  }
  .home-mobile-apps__text-container {
    padding-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .home_mobile-apps_section-container {
    padding: 0 16px;
  }
  .home_mobile-apps_section-container.in-join-modal {
    margin: auto 0;
    padding: 12px 16px;
  }
}

.home-mobile-apps__img {
  width: 100%;
}

.home-mobile-apps__section-name {
  margin-bottom: 20px;
}

.home-mobile-apps__title {
  margin-bottom: 24px;
}

.home-mobile-apps__description {
  margin-bottom: 40px;
}

.description_font {
  font-size: 1rem;
  font-weight: 400;
}

.home-mobile-apps__links {
  display: flex;
  align-items: center;
  gap: 20px;

  .btn.btn-primary {
    display: none;
  }
}

.home-mobile-apps__links > a {
  display: none;
}

.home-mobile-apps__link-img {
  height: 60px;
}
.home-mobile-apps__qr-code-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 40px 16px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(152, 152, 152, 0.08);
}
.home-mobile-apps_qr-code-text-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-mobile-apps_qr-code-wrapper {
  display: flex;
  width: 120px;
  height: 120px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 99, 246, 0.2);
  box-shadow: 3px 6px 15px 0px rgba(0, 56, 149, 0.3);
}

.home-mobile-apps_qr-code-wrapper-dark {
  display: flex;
  width: 120px;
  height: 120px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-bottom: 1px solid rgba(0, 99, 246, 0.4);
  border-left: 1px solid rgba(0, 99, 246, 0.4);
  background: rgba(0, 99, 246, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 99, 246, 0.5);
}

.home-mobile-apps__qr-code {
  height: 108px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 4px 4px 6px 0 rgba(14, 40, 83, 0.3);
  padding: 4px;
}

.home-mobile-apps__qr-code-scanner-img {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.home-mobile-apps__qr-code-scanner-text {
  color: var(--Dark-Terteriary, #616161);
  font-family: "Unica77 Cyrillic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  max-width: 120px;
}

.different-text-color {
  color: #ececec;
}

@media screen and (max-width: 992px) {
  .home-mobile-apps__links > a {
    display: block;
  }
  .home-mobile-apps_wrapper {
    padding: 0 60px;
  }
  .home-mobile-apps__text-container {
    padding-left: 0;
  }
  .home-mobile-apps__description {
    margin-bottom: 32px;
  }
  .home-mobile-apps__qr-code-container {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .home-mobile-apps__link-img {
    height: 40px;
  }
  .home-mobile-apps__links {
    & > a {
      &.btn.btn-primary.utm-show-get-started {
        display: flex;
        height: 50px !important;
      }
    }

    & > a {
      &.utm-hide-app-links {
        display: none;
      }
    }
  }
}

.home-about__text {
  margin: 0 auto;
  color: var(--light-secondary, #e6e6e6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 756px;
}

.home-title {
  display: block;
  position: relative;
  margin: 0;
}

.home-title h1 {
  color: var(--light-white, #fff);
  max-width: 820px;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 120%;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .home-title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 576px) {
  .home-title h1 {
    font-size: 38px;
  }
}

.home-title:after {
  content: "";
  position: absolute;
  right: -200px;
  height: 600px;
  width: 600px;
  top: -250px;
  display: none;
}

.home-title__wrap {
  max-width: 932px;
  margin: 0 auto;
  opacity: 1; /* Visible immediately */
  transform: translateY(0); /* In the final position immediately */
}

.home-sub-title {
  opacity: 1; /* Visible immediately */
  transform: translateY(0); /* In the final position immediately */
}

.become-investor {
  opacity: 1; /* Visible immediately */
  transform: translateY(0); /* In the final position immediately */
}

/* Animation State */
.home-main-animation-start {
  opacity: 0; /* Start faded out */
  transform: translateY(20px); /* Start slightly below */
  animation: fadeInTranslateY 1s ease-out forwards; /* Animate into view */
}

/* Keyframes for Animation */
@keyframes fadeInTranslateY {
  from {
    opacity: 0;
    transform: translateY(20px); /* Start below */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* End in the final position */
  }
}
.home-title__item.home-title__item--secondary {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .home-title__wrap {
    max-width: 615px;
    margin-bottom: 87px;
  }
}

@media screen and (max-width: 576px) {
  .home-title__wrap {
    margin-bottom: 44px;
  }
}

.home-title__item {
  font-weight: 400;
  font-family: "Unica77 LL", sans-serif;
  font-size: 90px;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}

@media screen and (max-width: 992px) {
  .home-title__item {
    font-size: 70px;
  }
}

@media screen and (max-width: 576px) {
  .home-title__item {
    font-size: 44px;
    letter-spacing: -0.04em;
  }
}

.home-title__item--italic {
  font-style: italic;
}

.home-indicator-item {
  margin-left: -1px;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-image: url("../img/assets/home-indicator-item-border.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .home-indicator-item:first-child {
    background-image: url("../img/assets/home-indicator-item-border-left.svg");
  }
  .home-indicator-item:last-child {
    background-image: url("../img/assets/home-indicator-item-border-rigth.svg");
  }
}

.home-indicator-item span {
  text-align: center;
  font-size: 48px;
  width: 100%;
  color: var(--accent-yellow, #edff6b);
  font-weight: 500;
}

.home-indicator-item p {
  color: var(--light-white, #fff);
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .home-indicator-item {
    padding: 24px 0px;
  }
  .home-indicator-item h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  .home-indicator-item {
    padding: 20px 0;
    text-align: center;
  }
  .home-indicator-item h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.home-why-iclub__title {
  margin-top: 140px;
  max-width: 1024px;
}

.home-why-iclub-item {
  height: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid var(--dark-terteriary, #616161);
  background: #2c2c2c;
  backdrop-filter: blur(20px);
}

.home-why-iclub-item__img {
  max-height: 100px;
}
@media screen and (max-width: 992px) {
  .home-why-iclub-item__img {
    max-height: 80px;
  }
}

.home-why-iclub-item__title {
  color: var(--dark-primary, #131313);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home-why-iclub-item__title::first-letter {
  font-style: italic;
  letter-spacing: 0.15rem;
}

.home-why-iclub-item__title span {
  padding: 2px 2px 0;
  background: var(--accent-yellow, #edff6b);
}
.home-why-iclub-item__text {
  color: var(--light-secondary, #e6e6e6);
  margin-top: 12px;
}

.home-carousel-control--container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-carousel-control--counter {
  color: var(--light-secondary, #e6e6e6);
  font-size: 18px;
  line-height: 140%; /* 25.2px */
  letter-spacing: 1.8px;
  margin-bottom: 0;
}

.home-carousel-control--counter.dark {
  color: var(--dark-primary, #131313);
}

@media screen and (max-width: 992px) {
  .home-carousel-control--container .arrow-btn {
    display: none;
  }
}

.home-testimonial-card {
  height: 100%;
  width: 100%;
  min-height: 410px;
  text-align: left;
  display: inline-flex;
  padding: 50px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid var(--dark-terteriary, #616161);
  background: rgba(152, 152, 152, 0.18);
  backdrop-filter: blur(20px);
}

.home-testimonial-card-new {
  height: 100%;
  width: 100%;
  min-height: 410px;
  text-align: left;
  display: inline-flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid var(--dark-terteriary, #616161);
  background: rgba(152, 152, 152, 0.18);
  backdrop-filter: blur(20px);
}

.testimonial-line {
  width: 60px;
  height: 1px;
  flex-shrink: 0;
  background: #d9d9d9;
  margin: 20px 0px;
}

.home-testimonial-card__quotes {
  height: 55px;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  .home-testimonial-card__quotes {
    left: 40px;
  }
}

@media screen and (max-width: 992px) {
  .home-testimonial-card__quotes {
    right: 40px;
    height: 40px;
  }
}

.home-testimonial-card__photo {
  width: 103px;
  height: 103px;
  border-radius: 103px;
  object-fit: cover;
  margin-right: 24px;
}

.home-testimonial-card__photo-new {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  object-fit: cover;
  margin-right: 12px;
}

.home-testimonial-card__name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-testimonial-card__name {
  color: #eaedf6;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-testimonial-card__name-new {
  color: var(--Light-White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0px;
}

.home-testimonial-star-wrapper {
  display: flex;
  gap: 2px;
}

.home-testimonial-star {
  background: #219653;
  width: 20px;
  height: 20px;
  display: flex;
  padding: 3px;
  flex-direction: column;
  align-items: flex-start;
}

.home-testimonial-card__position {
  color: #e6e6e6;
  font-size: 18px;
  font-weight: 400;
}

.home-testimonial-card__position-new {
  color: var(--Dark-Grey-light, #e0e0e0);
  font-family: "Unica77 LL", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-bottom: 0px;
}

.home-testimonial-card__comment {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  .home-testimonial-card {
    min-height: 368px;
  }
}

@media screen and (max-width: 576px) {
  .home-testimonial-card {
    padding: 38px 20px;
    min-height: 580px;
  }
}

.home-syndicate-background {
  background: var(--Dark-Grey-light-bg, #ececec);
  background-image: url("../img/assets/bubble-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 20px;

  .home-syndicate-carousel-wrapper {
    display: none;
    flex-direction: column;

    .carousel-indicators {
      margin: 20px 0 0 0;
    }
  }

  .app-links {
    display: none;
    justify-content: center;
    gap: 16px;
  }
}

@media screen and (max-width: 992px) {
  .home-syndicate-background {
    padding: 120px 20px;

    .home-syndicate-carousel-wrapper {
      display: flex;
      max-width: 614px;

      .col-lg-6 {
        padding: 0px;
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .home-syndicate-background {
    padding: 80px 16px;

    .btn.btn-primary {
      display: none;
    }

    .app-links {
      display: flex;
    }
  }
}

.home-syndicate-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 50px;
  margin-bottom: 24px;

  .home-carousel-control--container {
    display: none;
  }
  .btn.btn-primary {
    height: 60px;
    padding: 20px 40px;

    .button__text {
      color: var(--background, #fff);
      font-family: "Unica77 Cyrillic", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 19px;
      letter-spacing: 0.08px;
      text-transform: uppercase;
    }
  }
}

.home-syndicate-title {
  color: var(--Dark-Primary, #131313);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.48px;
}

.home-syndicate-title::first-letter {
  font-style: italic;
}

@media screen and (max-width: 992px) {
  .home-syndicate-title {
    margin: 0 32px 0 0;
    font-size: 44px;
    line-height: 53px;
  }
}

.home-syndicate-cards-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1248px;
  width: 100%;
  align-items: stretch;
}

.home-syndicate-cards-wrapper > * {
  flex: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .home-syndicate-wrapper {
    .home-carousel-control--container {
      display: flex;
    }
  }
  .home-syndicate-cards-wrapper {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .home-syndicate-wrapper {
    .carousel-counter {
      font-size: 16px;
      line-height: 24px;
    }
    .app-links {
      align-items: center;
      gap: 16px;
      margin-top: 24px;

      .home-mobile-apps__link-img {
        width: 164px;
        height: 50px;
      }
    }
  }
  .syndicate-app-links {
    .btn.btn-primary {
      &.utm-show-get-started {
        display: flex;
        height: 50px !important;
      }
    }

    .app-links {
      align-items: center;
      gap: 16px;

      .home-mobile-apps__link-img {
        width: 164px;
        height: 50px;
      }

      &.utm-hide-app-links {
        display: none;
      }
    }
  }
  .home-syndicate-title {
    font-size: 32px;
    line-height: 38px;
    margin: 0 24px 0 0;
  }
}

.home-syndicate-card-wrapper {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background: var(--Light-White, #fff);
  box-shadow: 0 15px 45px 0 rgba(14, 40, 83, 0.04);
  gap: 32px;
}

@media screen and (max-width: 992px) {
  .home-syndicate-card-wrapper {
    padding: 40px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 576px) {
  .home-syndicate-card-wrapper {
    gap: 24px;
    padding: 20px 16px;
  }
}

.home-syndicate-card-title {
  display: flex;
  padding: 8px 12px 0px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #adeca5;
  color: var(--Dark-Primary, #131313);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.home-syndicate-card-title-red {
  background: #fdd0d0;
}

.home-syndicate-card-title::first-letter {
  font-style: italic;
}

.home-syndicate-card-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}

.home-syndicate-card-info-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--Dark-Primary, #131313);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}

.home-syndicate-card-info-item-description {
  color: var(--Dark-Primary, #131313);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.home-syndicate-card-devider {
  background: linear-gradient(
    90deg,
    rgba(224, 224, 224, 0) 0%,
    #e0e0e0 50.48%,
    rgba(224, 224, 224, 0) 100%
  );
  height: 1px;
  width: 100%;
}

.home-statistic-background {
  background-image: url("../img/assets/statistic-bg.webp");
  background-color: var(--Dark-Primary, #131313);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 20px;
}

@media screen and (max-width: 992px) {
  .home-statistic-background {
    padding: 120px 20px;
  }
}

@media screen and (max-width: 576px) {
  .home-statistic-background {
    padding: 80px 16px;
  }
}

.home-statistic-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;

  .carousel-counter {
    display: none;
    color: var(--Light-Secondary, #e6e6e6);
  }

  .home-statistic-carousel-wrapper {
    display: none;
    flex-direction: column;
    max-width: 614px;

    .carousel-indicators {
      margin: 20px 0 0 0;
    }

    .col-lg-6 {
      padding: 0;
    }
  }
}

.home-statistic-title {
  color: var(--Light-White, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.48px;
}

.home-statistic-title::first-letter {
  font-style: italic;
}

@media screen and (max-width: 992px) {
  .home-statistic-wrapper {
    gap: 40px;

    .carousel-counter {
      display: flex;
    }

    .home-statistic-carousel-wrapper {
      display: flex;
    }
  }
  .home-statistic-title {
    font-size: 44px;
    line-height: 53px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 576px) {
  .home-statistic-wrapper {
    gap: 32px;

    .carousel-counter {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .home-statistic-title {
    font-size: 32px;
    line-height: 38px;
    margin-right: 24px;
  }
}

.home-statistic-cards-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 1248px;
}

.home-statistic-cards-wrapper > * {
  flex: 1; /* equal width */
  min-width: 0; /* allows shrinking */
  box-sizing: border-box; /* padding won't break width */
}

@media screen and (max-width: 992px) {
  .home-statistic-cards-wrapper {
    display: none;
  }
}

.home-statistic-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #232629;
  background: linear-gradient(128deg, #1c1c1c 2%, #171717 99.68%);
}

.home-statistic-card-header {
  display: flex;
  padding: 32px 20px 12px 20px;
  align-items: start;
  gap: 4px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .home-statistic-card-header {
    padding: 12px 20px;
  }
  .home-statistic-card-wrapper {
    margin: 0px 10px;
  }
}

.home-statistic-card-invest {
  color: var(--Dark-Terteriary, #616161);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.home-statistic-card-invest-amount {
  color: var(--Light-White, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.home-statistic-card-invest-amount > span {
  color: var(--Light-White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.48px;
}

.home-statistic-card-x {
  display: flex;
  height: 28px;
  padding: 1px 6px 1px 4px;
  justify-content: center;
  align-items: center;
  gap: 5px;

  color: var(--Special-Success, #48b527);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.home-statistic-card-info-image {
  width: 100%;
}

.home-statistic-card-info-wrapper {
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

@media screen and (max-width: 992px) {
  .home-statistic-card-info-wrapper {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 576px) {
  .home-statistic-card-info-wrapper {
    padding: 24px 16px;
  }
}

.home-statistic-card-info-title {
  color: var(--Light-White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}

.home-statistic-card-info-company {
  color: var(--Light-White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.home-statistic-card-info-description {
  color: var(--Dark-Grey-light-bg, #ececec);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  height: 140px;
  text-align: start;
}

.home-media-highlights {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Dark-Grey-light, #e0e0e0);
  padding-left: 20px;
  padding-right: 20px;
}

.home-media-highlights-container {
  max-width: 1248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.home-media-highlights-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.home-media-highlights-video-interview-section-items-wrapper {
  width: 100%;
  height: fit-content;
  padding: 0px 10px;
}

.home-highlights-carousel-item {
  margin-top: 50px;
  padding-top: 0px;
  width: calc(100% / 3); /* 4/12 columns */
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

.home-highlights-carousel-control--counter {
  font-size: 18px;
  line-height: 140%; /* 25.2px */
  letter-spacing: 1.8px;
  margin-bottom: 0;
}

.home-highlights-section-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.54px;
}

@media screen and (max-width: 1200px) {
  .home-highlights-carousel-item {
    width: 50%; /* 4/12 columns */
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .home-highlights-carousel-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-portfolio-card {
  display: flex;
  width: auto;
  height: 560px;
  overflow: hidden;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid var(--dark-terteriary, #616161);
}

.home-portfolio-card__info {
  color: var(--light-secondary, #e6e6e6);
  text-align: left;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 12px 0 0 12px;
  background: rgba(50, 50, 50, 0.8);
  backdrop-filter: blur(40px);
}

.home-portfolio-card__preview {
  width: 50%;
  height: 100%;
  align-items: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .home-portfolio-card {
    flex-direction: column;
    min-height: 620px;
  }
  .home-portfolio-card__info {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 12px 12px 0 0;
  }

  .home-portfolio-card__preview {
    width: 100%;
  }
}

.home-portfolio-card__preview img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .home-portfolio-card__preview img {
    width: 100%;
  }
}

.home-portfolio-card__company-logo {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  object-fit: cover;
  margin-right: 16px;
}
.home-portfolio-card__company-name {
  color: var(--light-white, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}

.home-portfolio-card__company-description {
  overflow: hidden;
  max-height: 164px;
  margin-bottom: 4px;
}

@media screen and (max-width: 992px) {
  .home-portfolio-card__company-description {
    max-height: 146px;
  }
}

.home-portfolio-card__link {
  display: block;
  text-align: right;
  color: var(--accent-secondary-lighter, #478bff);
}

.home-portfolio-card__link::first-letter {
  text-transform: uppercase;
}

.home-portfolio-card__indicator {
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
  padding-top: 24px;
  align-items: center;
  border-bottom: 1px dashed var(--dark-terteriary, #616161);
}

.home-portfolio-card__indicator p::first-letter {
  text-transform: uppercase;
}

.home-portfolio-card__indicator:first-child {
  padding-top: 0;
}

.home-portfolio-card__indicator:last-child {
  border-bottom: none;
  border-right: none;
}

.home-portfolio-card__indicator span {
  color: var(--accent-yellow, #edff6b);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-width: 576px) {
  .home-portfolio-card__indicators-container {
    margin-top: 16px;
    display: flex;
    width: 100%;
  }
  .home-portfolio-card__indicator {
    width: 100%;
    flex-direction: column-reverse;
    border-right: 1px dashed var(--dark-terteriary, #616161);
    border-bottom: none;
    text-align: center;
    padding: 0 8px;
  }
  .home-portfolio-card__indicator span {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 992px) {
  .home-portfolio-card__indicator span {
    font-size: 32px;
  }
}

.home-digitalizing-cards-container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin: 50px 15px;
}

.home-digitalizing-cards-container-new {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .home-digitalizing-cards-container-new {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}

.home-digitalizing-card {
  display: flex;
  max-width: 1248px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  background: var(--dark-grey-light-bg, #ececec);
  box-shadow: 0 15px 45px 0 rgba(14, 40, 83, 0.04);
}

.home-digitalizing-card-new {
  display: flex;
  max-width: 1248px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  gap: 20px;
  /* background: var(--dark-grey-light-bg, #ececec);
  box-shadow: 0 15px 45px 0 rgba(14, 40, 83, 0.04); */
}

.home-digitalizing-card-new > * {
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
}

.home-digitalizing-card-new.reverse {
  flex-direction: row-reverse;
}

.home-digitalizing-card.reverse {
  flex-direction: row-reverse;
}

.home-digitalizing-card--img-container {
  max-width: 50%;
}

.home-digitalizing-card--img-container > video {
  width: 100%;
}
.home-digitalizing-card--img {
  width: 100%;
  height: auto;
}
.home-digitalizing-card--img-new {
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: var(--Grey-light-bg, #f7f7f7);
}

.home-digitalizing-card--img-new > svg {
  border-radius: 30px;
}

.home-digitalizing-card--text-container {
  max-width: 50%;
  display: flex;
  height: 100%;
  padding: 130px 70px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.home-digitalizing-card--text-container-new {
  max-width: 50%;
  display: flex;
  height: 100%;
  padding-left: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;

  .app-links {
    display: none;
  }
}

.reverse .home-digitalizing-card--text-container-new {
  padding-left: 0px;
  padding-right: 70px;
}

.home-digitalizing-card--title {
  color: var(--dark-primary, #131313);
  padding: 0 4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}
.home-digitalizing-card--title span {
  background: var(--accent-yellow, #edff6b);
}

.home-digitalizing-card--title::first-letter {
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0.15rem;
}

.home-digitalizing-card--title-new {
  color: var(--dark-primary, #131313);
  padding: 0 8px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px; /* 150% */
  background: var(--accent-yellow, #edff6b);
}
/* .home-digitalizing-card--title span {
  background: var(--accent-yellow, #edff6b);
} */

/* .home-digitalizing-card--title::first-letter {
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0.15rem;
} */

.home-get-started-card-title {
  color: var(--Dark-Primary, #131313);
  font-size: 36px;
  font-weight: 500;
  line-height: 46px; /* 127.778% */
}

.home-get-started-card-title::first-letter {
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0.15rem;
}

.home-digitalizing-card--text {
  color: var(--Dark-Primary, #131313);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin: 12px 0px 20px 0px;
}

@media screen and (max-width: 992px) {
  .home-digitalizing-card-new {
    align-items: center;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .home-digitalizing-card-new.reverse {
    align-items: center;
    flex-direction: column-reverse;
  }
  .home-digitalizing-card-new > * {
    flex: unset;
  }
  .home-digitalizing-card--img-container {
    max-width: 100%;

    .home-digitalizing-card--img-new {
      width: 468px;
      border-radius: 22px;
    }
  }
  .home-digitalizing-card--text-container-new {
    padding: 64px 24px;
  }
  .home-digitalizing-card--text-container {
    padding: 64px 24px;
  }
  .home-digitalizing-card--title {
    font-size: 20px;
  }
  .home-get-started-card-title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
  }
  .home-digitalizing-card--text {
    font-size: 18px;
    line-height: 27px;
    margin: 8px 0 12px 0;
  }
}
@media screen and (max-width: 576px) {
  .home-digitalizing-card,
  .home-digitalizing-card.reverse {
    flex-direction: column;
  }
  .home-digitalizing-card-new,
  .home-digitalizing-card-new.reverse {
    flex-direction: column-reverse;
  }
  .home-digitalizing-card--text-container {
    max-width: 100%;
  }
  .home-digitalizing-card--text-container-new {
    max-width: 100%;
    gap: 6px;

    .btn.btn-primary {
      display: none;

      &.utm-show-get-started {
        display: flex;
        height: 50px !important;
      }
    }

    .app-links {
      display: flex;
      gap: 16px;

      .home-mobile-apps__link-img {
        width: 163px;
        height: 50px;
      }

      &.utm-hide-app-links {
        display: none;
      }
    }
  }
  .home-digitalizing-card--img-container {
    max-width: 100%;

    .home-digitalizing-card--img-new {
      width: 100%;
      border-radius: 18px;
    }
  }
  .home-digitalizing-card--title {
    font-size: 18px;
    line-height: 28px;
  }
  .home-get-started-card-title {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }
  .home-digitalizing-card--text {
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0 18px 0;
  }
}

.home-partners-top-section-background {
  height: 160px;
  background: #131313;
}

.home-partners-bottom-section-background {
  background-image: url("../img/assets/home-partners-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 160px;
}

.home-partners-container {
  margin: -160px 60px 0;
  padding: 100px 45px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  gap: 32px;
  background: var(--dark-grey-light-bg, #ececec);
  box-shadow: 0 15px 45px 0 rgba(14, 40, 83, 0.04);
}

@media screen and (max-width: 992px) {
  .home-partners-container {
    padding: 80px 32px;
    margin: -160px 5px 0;
  }
}

@media screen and (max-width: 576px) {
  .home-partners-container {
    padding: 40px 20px;
  }
}

.home-partners--logos,
.home-partners--logos * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.home-partners--logos img {
  max-height: 110px;
  width: 180px;
  margin: 10px 5px;
}

@media screen and (max-width: 576px) {
  .home-partners--logos,
  .home-partners--logos * {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 992px) {
  .home-partners--logos img {
    width: 120px;
  }
}

.home-participation-steps--container {
  display: flex;
  max-width: 850px;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 20px;
  background: var(--light-white, #fff);
  box-shadow: 0 15px 45px 0 rgba(14, 40, 83, 0.04);
}

.home-participation-steps--title {
  color: var(--dark-primary, #131313);
  font-size: 32px;
  font-weight: 500;
}
.home-participation-steps--title::first-letter {
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0.15rem;
}

.home-participation-steps--list {
  padding-top: 28px;
  border-top: 1px dashed var(--dark-terteriary, #616161);
}

@media screen and (max-width: 992px) {
  .home-participation-steps--list {
    padding-top: 16px;
  }
}

.home-participation-steps--list ul {
  padding-left: 18px;
  list-style-image: url("../img/assets/home-participation-steps-bullit.svg");
}

.home-participation-steps--list ul li {
  padding-left: 12px;
}

.home-insights--container {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.home-insights--singe {
  max-width: 600px;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 769px) {
  .home-insights--container {
    display: block;
  }
  .home-insights--singe {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .home-insights--singe {
    width: 100%;
  }
}

.home-insights--singe-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.home-insights--single-img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 12px;
}

.home-insights--singe-title {
  display: inline;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  background-image: -webkit-linear-gradient(left, #131313, #131313);
  background-image: linear-gradient(left, #131313, #131313);
  background-size: 0 2px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  background-position: 0 100%;
}

.home-insights--singe-text {
  font-size: 18px;
}

.home-insights--singe:hover .home-insights--singe-title {
  background-size: 100% 2px;
}

.home-insights--singe:hover .home-insights--single-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-insights--pillows-container {
  display: flex;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.home-insights--pillow {
  padding: 13px 40px;
  align-items: center;
  text-align: center;
  border-radius: 40px;
  border: 1px solid var(--secondary-text-color, #898989);
}

.home-insights--pillow-secondary {
  border-radius: 25px;
  opacity: 0.2;
  background: var(--secondary-text-color, #898989);
}

@media screen and (max-width: 992px) {
  .home-insights--pillow {
    padding: 11px 26px;
  }
}

.home-insights--latest {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-insights--list-item {
  position: relative;
  padding-top: 36px;
  padding-bottom: 40px;
  width: 100%;
  border-top: 4px solid var(--secondary-text-color, #898989);
}

.home-insights--list-item:hover {
  cursor: pointer;
}

.home-insights--list-item:last-child {
  border-bottom: 4px solid var(--secondary-text-color, #898989);
}

.home-insights--list-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.home-insights--list-item-title {
  font-size: 32px;
  line-height: 42px;
  color: var(--color-dark-primary, #131313);
  background-image: -webkit-linear-gradient(left, #131313, #131313);
  background-image: linear-gradient(left, #131313, #131313);
  background-size: 0 2px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  background-position: 0 100%;
  font-weight: 400;
}

.home-insights--list-item-title:hover {
  color: var(--color-dark-primary, #131313);
  text-decoration: none;
}

.home-insights--list-item-title::after {
  content: url("../img/assets/home-insights-arrow.svg");
}

@media screen and (max-width: 992px) {
  .home-insights--list-item-title {
    font-size: 28px;
    line-height: 43px;
  }
  .home-insights--singe-title {
    font-size: 28px;
    line-height: 43px;
  }
}

.home-insights--list-item:hover .home-insights--list-item-title {
  background-size: 100% 2px;
}

.home-massmedia-bg-item-1 {
  position: absolute;
  width: 380px;
  bottom: 50px;
  left: -40px;
}
.home-massmedia-bg-item-2 {
  position: absolute;
  width: 146px;
  top: -84px;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 992px) {
  .home-massmedia-bg-item-1 {
    position: absolute;
    width: 240px;
    bottom: -20px;
    left: -40px;
    transform: rotateY(180deg) rotate(280deg);
  }
}
@media screen and (max-width: 576px) {
  .home-massmedia-bg-item-1 {
    width: 180px;
    bottom: -24px;
    left: -54px;
    transform: rotateY(180deg) rotate(259deg);
  }
  .home-massmedia-bg-item-2 {
    width: 76px;
    top: -56px;
  }
  .home-insights--list-item-title {
    font-size: 26px;
    line-height: 36px;
  }
  .home-insights--singe-title {
    font-size: 26px;
    line-height: 36px;
  }
}

.home-massmedia-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  border-radius: 12px;
  background: #fff;
  height: 100%;
}

.home-massmedia-card--logo {
  height: 40px;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 125px;
  border: 1px solid var(--dark-terteriary, #616161);
}

.home-massmedia-card--header {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.home-massmedia-card--logo img {
  height: 100%;
  object-fit: contain;
}

.home-massmedia-card--date {
  color: #6d6d6d;
  font-size: 18px;
}

.home-massmedia-card--title {
  color: var(--dark-primary, #131313);
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 8px;
}
.home-massmedia-card--link {
  width: 100%;
  text-align: right;
}
.home-massmedia-card--link::first-letter {
  text-transform: capitalize;
}

.home-yellow-marked-header span {
  padding: 4px 4px 0;
  border-radius: 2px;
  background: var(--accent-yellow, #edff6b);
}

.home-blur {
  position: absolute;
  -webkit-flex: 766px 0 0;
  -ms-flex: 766px 00;
  flex: 766px 0 0;
  width: 766px;
  height: 766px;
  z-index: 3;
}

.home-steps-top-section-background {
  background: var(--dark-primary, #131313);
}

.home-steps--title-container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-steps--steps-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 769px) {
  .home-steps--steps-container {
    gap: 32px;
  }
}
.home-steps--item-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-steps--item-number {
  color: var(--accent-yellow, #edff6b);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.home-steps--item-title {
  color: var(--light-white, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
.home-steps--item-text {
  color: var(--light-secondary, #e6e6e6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.home-steps--item-divider {
  width: 100%;
  height: 4px;
  background-color: var(--color-dark-terteriary, #616161);
}

@media screen and (max-width: 992px) {
  .home-steps--item-number {
    font-size: 44px;
  }
  .home-steps--item-title {
    font-size: 22px;
  }
  .home-steps--item-text {
    font-size: 16px;
  }
}

.home-steps--bubbles-img {
  position: absolute;
  width: 260px;
  z-index: 2;
  margin-top: -140px;
  margin-left: 100px;
}
@media screen and (max-width: 769px) {
  .home-steps--bubbles-img {
    margin-top: -80px;
    right: 0;
    width: 160px;
  }
}

@media screen and (max-width: 992px) {
  .home-blur {
    width: 566px;
    height: 566px;

    -webkit-flex: 566px 0 0;
    -ms-flex: 566px 00;
    flex: 566px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .home-blur {
    width: 500px;
    height: 500px;
    -webkit-flex: 500px 0 0;
    -ms-flex: 500px 00;
    flex: 500px 0 0;
  }
}

.home-blur__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.home-blur__text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.home-blur__text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  border-radius: 50%;
}

/* .home-blur__outer {
	width: 100%;
	height: 100%;
}

.home-blur__outer:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../img/assets/ellipse-hight.png");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.6;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	pointer-events: none;
} */

.home-blur--arr .home-blur__arch {
  content: "";
  display: block;
  position: absolute;
  left: 55px;
  bottom: 55px;
  width: 192px;
  height: 192px;
  background-image: url("../img/assets/arrow-main.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .home-blur--arr .home-blur__arch {
    width: 93px;
    height: 93px;
    left: 130px;
    bottom: 130px;
  }
}

@media screen and (max-width: 576px) {
  .home-blur--arr .home-blur__arch {
    width: 90px;
    height: 90px;
    left: 150px;
    bottom: 120px;
  }
}

.home-blur--1 {
  right: -340px;
  top: -410px;
}

.home-blur--1 .home-blur__text {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  .home-blur--1 {
    top: -490px;
    right: -140px;
  }
}

@media screen and (max-width: 576px) {
  .home-blur--1 {
    top: -440px;
    right: -145px;
  }
}

.home-blur--2 {
  right: -20px;
  top: -360px;
  display: none;
}

.home-blur--3 {
  right: -180px;
  top: -40px;
  display: none;
}

.mainAnim:hover::after {
  display: block;
}

.mainAnim .home-blur--arr .home-blur__arch {
  -webkit-transform: translate(210px, -210px);
  -ms-transform: translate(210px, -210px);
  transform: translate(210px, -210px);
  width: 58px;
  height: 58px;
}

.mainAnim .home-blur--1 .home-blur__outer:before,
.mainAnim .home-blur--2 .home-blur__outer:before,
.mainAnim .home-blur--3 .home-blur__outer:before {
  opacity: 1;
}

.mainAnim .home-blur--1 .home-blur__outer .home-blur__text,
.mainAnim .home-blur--2 .home-blur__outer .home-blur__text,
.mainAnim .home-blur--3 .home-blur__outer .home-blur__text {
  opacity: 1;
}

.mainAnim .home-title__item--secondary {
  color: #252525;
}

.home-description {
  color: var(--light-secondary, #e6e6e6);
  line-height: 150%;
  font-size: 24px;
  font-weight: 400;
  display: inline-flex;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 992px) {
  .home-description {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 576px) {
  .home-description {
    font-size: 16px;
  }
}

.home-list {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (max-width: 576px) {
  .home-list {
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.home-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: -40px;
  background-image: url("../img/icon/globe.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}

.home-list__item {
  color: #898989;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .home-list__item {
    flex: 50% 0 0;
    font-size: 16px;
  }
}

.home-list__link {
  color: #898989;
  text-decoration: none;
}

.home-list__link:hover,
.home-list__link:focus {
  color: #898989;
  text-decoration: none;
}

.home-opportunity {
  background: #fff;
  padding-top: 128px;
  padding-bottom: 128px;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .home-opportunity {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}

.opportunity-data__title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #131313;
}

@media screen and (max-width: 992px) {
  .opportunity-data__title {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 576px) {
  .opportunity-data__title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 35px;
  }
}

.opportunity-data__row {
  margin-bottom: 58px;
  margin-top: 16px;
}

.opportunity-data__text {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #131313;
}

@media screen and (max-width: 992px) {
  .opportunity-data__text {
    margin-bottom: 125px;
    line-height: 1.3;
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  .opportunity-data__text {
    margin-bottom: 60px;
  }
}

.opportunity-data__anim {
  max-width: 100%;
}

@media screen and (max-width: 576px) {
  .opportunity-data__anim {
    width: 100%;
    max-width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.opportunity-data__descr {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #131313;
}

.opportunity-data__descr--small {
  font-size: 24px;
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  .opportunity-data__descr {
    font-size: 22px;
    margin-top: 95px;
    margin-bottom: 67px;
  }
}

@media screen and (max-width: 576px) {
  .opportunity-data__descr {
    margin-top: 88px;
    margin-bottom: 56px;
  }
}

.opportunity-data__descr--quote {
  margin-top: 48px;
}

.opportunity-data__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 40px;
  font-weight: 500;
  color: #131313;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 16px;
}

@media screen and (max-width: 992px) {
  .opportunity-data__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.opportunity-data__type {
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .opportunity-data__type {
    color: #898989;
  }
}

.opportunity-data__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .opportunity-data__img {
    margin-bottom: 36px;
  }
}

/* .opportunity-data__infoboxs {
	padding-bottom: 85px;
	position: relative;
}

.opportunity-data__infoboxs:after {
	content: "";
	display: block;
	width: 576px;
	height: 576px;
	background-size: contain;
	background: url("../img/assets/blur-section-about.png") no-repeat;
	position: absolute;
	right: -190px;
	bottom: -220px;
} */

/* @media screen and (max-width: 992px) {
	.opportunity-data__infoboxs:after {
		display: none;
	}
} */

.opportunity-data__arch:before {
  content: "";
  display: block;
  margin: 32px 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url("../img/icon/arrow-bottom.svg");
}

@media screen and (max-width: 576px) {
  .opportunity-data__arch:before {
    margin-left: auto;
    margin-right: auto;
  }
}

.opportunity-data__quote {
  position: relative;
  top: -2px;
  margin-right: 30px;
  height: 28px;
  width: auto;
}

@media screen and (max-width: 992px) {
  .opportunity-data__quote {
    position: relative;
    top: -0.8rem;
    margin-right: 25px;
  }
}

.opportunity-data__link {
  display: inline-flex;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #0050c9;
  margin-bottom: 16px;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .opportunity-data__link {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .opportunity-data__link {
    font-size: 26px;
  }
}

.opportunity-data__link:hover,
.opportunity-data__link:focus {
  text-decoration: none;
  color: #0050c9;
}

.home-events {
  padding-top: 128px;
  padding-bottom: 128px;
  background: #fff;
}

@media screen and (max-width: 992px) {
  .home-events {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 769px) {
  .home-events {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.home-events__bottom {
  margin-top: 48px;
}

.home-portfolio {
  overflow: hidden;
  padding-top: 128px;
  background: #fff;
}

.home-team {
  padding-top: 128px;
  padding-bottom: 140px;
  background: #fff;
  overflow-x: hidden;
}

.home-insights {
  background: #c4c4c4;
  padding-top: 128px;
  padding-bottom: 128px;
}

@media screen and (max-width: 576px) {
  .home-insights__main {
    margin-bottom: 56px;
  }
}

.home-questions {
  background: #131313;
  padding-top: 140px;
  padding-bottom: 220px;
}

@media screen and (max-width: 992px) {
  .home-questions {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 576px) {
  .home-questions__mobilenav {
    margin-bottom: 56px;
  }
}

.home-qustions-tab {
  position: relative;
  margin-bottom: 220px;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .home-qustions-tab {
    margin-bottom: 0;
  }
}

.home-qustions-tab__pills {
  margin-bottom: 98px;
}

.home-qustions-tab__pills li + li {
  margin-left: 38px;
}

.home-subscribe-spot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  width: 211px;
  height: 211px;
}

.home-subscribe-spot:hover,
.home-subscribe-spot:focus {
  text-decoration: none;
  color: #fff;
}

.home-subscribe-spot.allow:hover:before,
.home-subscribe-spot.allow:focus:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.home-subscribe-spot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0050c9;
  z-index: 1;
  -webkit-transition: 0.5s -webkit-transform;
  transition:
    0.5s transform,
    0.5s -webkit-transform;
}

.home-subscribe-spot span {
  position: relative;
  z-index: 2;
}

.home-subscribe-spot--sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 50%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 0;
}

.team-item__outer {
  padding: 0 8px;
  width: 50%;
  max-width: 632px;
}

@media screen and (max-width: 768px) {
  .team-item__outer {
    width: 100%;
  }
}

.team-item__wrap {
  position: relative;
}

.team-item__wrap--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .team-item__wrap--horizontal {
    margin-bottom: 64px;
  }
}

.team-item__wrap--second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .team-item__wrap--second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.team-item__wrap--second .team-item__data {
  padding-left: 16px;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .team-item__wrap--second .team-item__data {
    padding-left: 0;
    padding-right: 16px;
  }
}

.team-item__column--horizontal {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 00;
  flex: 1 0 0;
}

.team-item__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 00;
  flex: 1 0 0;
}

@media screen and (max-width: 576px) {
  .team-item__data {
    padding-left: 0;
  }
}

.team-item__thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #ececec;
  margin-bottom: 16px;
}

.team-item__thumb--horizontal {
  margin: 0;
}

.team-item__thumb:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 1.2s opacity;
  transition: 1.2s opacity;
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    transparent 40%,
    #0050c9 100%
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 40%,
    #0050c9 100%
  );
}

.team-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-item__title {
  display: block;
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: #131313;
  padding-right: 84px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1480px) {
  .team-item__title {
    font-size: 30px;
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 1199px) {
  .team-item__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1080px) {
  .team-item__title {
    font-size: 16px;
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 576px) {
  .team-item__title {
    font-size: 18px;
    padding-right: 32px;
  }
}

.team-item__title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../img/icon/arrow_-01.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.team-item__description {
  margin: 0;
  font-size: 18px;
  color: #898989;
}

.team-item__description--horizontal {
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .team-item__description {
    font-size: 12px;
  }
}

.team-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.team-item__link:hover + .team-item__thumb:before,
.team-item__link:hover ~ * .team-item__thumb:before {
  opacity: 0.7;
}

.team-item__socials {
  line-height: 1;
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  .team-item__socials {
    font-size: 14px;
  }
}

/* .team-item__socials a + a {
  margin-left: 32px;
} */

.team-item__socials a {
  position: relative;
  z-index: 4;
}

.team-carousel {
  position: relative;
}

@media screen and (max-width: 576px) {
  .team-carousel {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.team-carousel__wrap {
  position: relative;
  overflow: hidden;
}

.team-carousel__inner {
  position: relative;
  height: auto;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: -webkit-transform 250ms;
  transition:
    transform 250ms,
    -webkit-transform 250ms;
  font-size: 0;
}

.team-carousel__controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding-bottom: 10px;
}

@media screen and (max-width: 592px) {
  .team-carousel__controls {
    display: none;
  }
}

.team-carousel__button {
  position: relative;
  padding: 0;
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #131313;
  line-height: 1.4;
  font-weight: 400;
  width: 40px;
  height: 40px;
}

.team-carousel__button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0050c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

.team-carousel__button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.team-carousel__button--prev:after {
  background-image: url("../img/icon/chevron-left.svg");
}

.team-carousel__button--next:after {
  background-image: url("../img/icon/chevron-right.svg");
}

.team-carousel__button:focus {
  outline: none;
}

@media screen and (min-width: 992px) {
  .team-carousel__button:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.team-carousel__button + .team-carousel__button {
  margin-left: 24px;
}

.team-carousel__cell {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}

@media screen and (min-width: 577px) {
  .team-carousel__cell {
    width: 24%;
    margin-right: 16px;
  }
}

@media screen and (max-width: 576px) {
  .team-carousel__cell {
    width: 148px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 577px) {
  .team-carousel__cell.is-selected {
    width: 36%;
    margin-right: calc(15% - 16px);
  }
}

@media screen and (max-width: 576px) {
  .team-carousel__cell.is-selected {
    width: 148px;
  }
}

.team-carousel .flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.team-carousel .flickity-page-dots {
  bottom: 0;
  text-align: right;
}

@media screen and (max-width: 576px) {
  .team-carousel .flickity-page-dots {
    display: none;
  }
}

.team-carousel .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border: 1px solid #c4c4c4;
  opacity: 1;
  background: transparent;
}

.team-carousel .flickity-page-dots .dot.is-selected {
  background: #131313;
  border-color: #131313;
}

.article-item {
  display: block;
  margin-bottom: 2em;
}

.article-item + .article-item:not(.article-item--row) {
  margin-top: 112px;
}

.article-item--row {
  border-top: 1px solid #898989;
}

.article-item--row:last-child {
  border-bottom: 1px solid #898989;
}

.article-item--row.article-item--dark {
  border-top: 1px solid rgba(19, 19, 19, 0.35);
}

.article-item--row.article-item--dark:last-child {
  border-bottom: 1px solid rgba(19, 19, 19, 0.35);
}

.article-item__wrap {
  position: relative;
  max-width: 616px;
}

.article-item__wrap--row {
  padding: 32px 0;
}

@media screen and (max-width: 992px) {
  .article-item__wrap--row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.article-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.article-item__link:hover ~ * .article-item__img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.article-item__link:hover ~ * .article-item__title__inner {
  background-size: 100% 2px;
}

.article-item__link--link {
  padding-top: 18px;
  padding-bottom: 18px;
}

.article-item__thumb {
  display: block;
  margin-bottom: 42px;
  overflow: hidden;
}

.article-item__thumb--medium {
  margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
  .article-item__thumb {
    margin-bottom: 24px;
  }
}

.article-item__img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.article-item__pills {
  margin-bottom: 30px;
}

.article-item__pills--medium {
  margin-bottom: 16px;
}

@media screen and (max-width: 992px) {
  .article-item__pills {
    margin-bottom: 24px;
  }
}

.article-item__title {
  font-size: 40px;
  font-weight: 400;
  color: #131313;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 17px;
}

@media screen and (max-width: 992px) {
  .article-item__title {
    font-size: 26px;
  }
}

.article-item__title--row {
  font-size: 30px;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 992px) {
  .article-item__title--row {
    font-size: 26px;
  }
}

.article-item__title--rowitem {
  font-size: 38px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 992px) {
  .article-item__title--rowitem {
    font-size: 26px;
  }
}

.article-item__title--medium {
  font-size: 30px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .article-item__title--medium {
    font-size: 26px;
  }
}

.article-item__title__inner {
  display: inline;
  background-image: -webkit-linear-gradient(left, #131313, #131313);
  background-image: linear-gradient(left, #131313, #131313);
  background-size: 0 2px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  background-position: 0 100%;
}

.article-item__title__blank {
  font-size: 0.75em;
  margin-left: 0.3em;
}

.article-item__description {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #131313;
}

.article-item__description--medium {
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .article-item__description {
    font-size: 14px;
  }
}

.article-section {
  display: block;
  overflow: hidden;
}

.article-section__date {
  display: block;
  font-size: 18px;
  color: #898989;
  line-height: 1.4;
  margin-bottom: 8px;
}

.article-section__share,
a.article-section__share {
  font-size: 18px;
}

.article-section__share:after,
a.article-section__share:after {
  width: 0.88em;
  height: 0.88em;
}

.article-section__tags {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .article-section__tag {
    border-color: #c4c4c4 !important;
    color: #131313 !important;
    font-size: 13px !important;
    min-width: 120px !important;
    padding: 13px 10px 11px !important;
    height: 40px !important;
  }
}

@media screen and (max-width: 576px) {
  .article-section__tag {
    font-size: 12px !important;
    height: 36px !important;
    padding: 11px 10px 9px !important;
  }
}

.article-content {
  font-size: 22px;
  color: #3d3d3d;
  margin-bottom: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .article-content {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .article-content {
    font-size: 16px;
  }
}

.article-content__thumb {
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .article-content__thumb {
    font-size: 30px;
  }
}

.article-content__meta {
  margin-bottom: 45px;
}

.article-content img {
  max-width: 100%;
  height: auto;
}

.article-content p + p {
  margin-top: 1.5em;
}

.article-footer {
  margin-bottom: 80px;
}

.article-footer__stage {
  padding-top: 80px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c4c4c4;
}

.article-footer__title {
  display: block;
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 992px) {
  .article-footer__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  .article-footer__title {
    font-size: 40px;
  }
}

.events-section--desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .events-section--desktop {
    display: block;
  }
}

.events-section--mobile {
  display: block;
}

@media screen and (min-width: 992px) {
  .events-section--mobile {
    display: none;
  }
}

.events-section__stage {
  position: relative;
  padding-bottom: 130px;
}

@media screen and (max-width: 992px) {
  .events-section__stage {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

.events-section__item {
  display: block;
}

.events-section__item + .events-section__item {
  margin-top: 32px;
}

.event-item {
  position: relative;
  display: block;
  border: 1px solid #c4c4c4;
  overflow: hidden;
}

.event-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .event-item__link:hover ~ * .button {
    background: #0050c9;
    color: #fff;
  }

  .event-item__link:hover ~ * .button .button__icon {
    stroke: #fff;
  }

  .event-item__link:hover ~ * .button .button__icon--fill {
    stroke: none;
    fill: #fff;
  }
}

.event-item:hover .event-item__thumb:before {
  opacity: 0.4;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.event-item:hover:before {
  opacity: 0.75;
}

.event-item + .event-item {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .event-item + .event-item {
    margin-top: 32px;
  }
}

.event-item:before {
  content: "";
  display: block;
  width: 130px;
  height: 110px;
  background-color: rgba(0, 80, 201, 0.4);
  border-radius: 50%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  position: absolute;
  top: 0;
  left: 33%;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.event-item__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.event-item__outer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 00;
  flex: 1 0 0;
}

.event-item__data {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 00;
  flex: 1 0 0;
  padding: 24px;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .event-item__data {
    padding: 16px 16px 24px;
  }
}

.event-item__more {
  width: calc(100% - 300px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 00;
  flex: 1 0 0;
  padding: 0 24px 80px 24px;
}

@media screen and (max-width: 992px) {
  .event-item__more {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .event-item__more {
    padding: 0 15px 40px 16px;
  }
}

.event-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .event-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}

.event-item__thumb {
  position: relative;
  width: 220px;
  height: 100%;
  background: #898989;
  overflow: hidden;
}

.event-item__thumb--large {
  width: 300px;
}

@media screen and (max-width: 992px) {
  .event-item__thumb {
    position: absolute;
    width: 172px;
    height: 156px;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 576px) {
  .event-item__thumb {
    position: absolute;
    width: 163px;
    height: 163px;
    top: 0;
    right: 0;
  }
}

.event-item__thumb:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  background: -webkit-linear-gradient(top, transparent, #06419a);
  background: linear-gradient(top, transparent, #06419a);
}

.event-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-item__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #131313;
  margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .event-item__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__title {
    width: 100%;
    padding-right: 170px;
  }
}

.event-item__title--large {
  font-size: 38px;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .event-item__title--large {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__title--large {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__datetime {
    margin-bottom: 40px;
  }
}

.event-item__date {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: #131313;
}

@media screen and (max-width: 992px) {
  .event-item__date {
    font-size: 22px;
  }
}

.event-item__date--large {
  font-size: 30px;
  margin-bottom: 8px;
}

@media screen and (max-width: 992px) {
  .event-item__date--large {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__date--large {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.event-item__time {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #898989;
}

@media screen and (max-width: 992px) {
  .event-item__time {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 576px) {
  .event-item__time {
    display: inline;
    font-size: 14px;
  }

  .event-item__time + .event-item__time:before {
    content: "/";
  }
}

.event-item__time--large {
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  .event-item__time--large {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__time--large {
    font-size: 14px;
  }
}

.event-item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.event-item__info--more {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 576px) {
  .event-item__info--more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}

.event-item__info__col {
  width: 50%;
}

@media screen and (max-width: 576px) {
  .event-item__info__col {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  .event-item__info__col + .event-item__info__col {
    margin-left: 16px;
    margin-top: 50px;
  }
}

.event-item__info__col p {
  font-size: 18px;
  color: #3d3d3d;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 992px) {
  .event-item__info__col p {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__info__col p {
    font-size: 14px;
  }
}

.event-item__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #131313;
  width: 40%;
}

@media screen and (max-width: 576px) {
  .event-item__status {
    font-size: 16px;
  }
}

.event-item__status:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: #131313;
  border-radius: 50%;
  margin-top: -5px;
}

@media screen and (max-width: 576px) {
  .event-item__status:before {
    margin-right: 5px;
  }
}

.event-item__status--large {
  font-size: 26px;
}

@media screen and (max-width: 992px) {
  .event-item__status--large {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__status--large {
    font-size: 16px;
  }
}

.event-item__col {
  width: 40%;
}

@media screen and (max-width: 576px) {
  .event-item__col--more {
    width: 100%;
    margin-bottom: 32px;
  }

  .event-item__col--more .button {
    width: 100%;
  }
}

.event-item__content {
  width: 60%;
}

@media screen and (max-width: 992px) {
  .event-item__content {
    min-height: 205px;
    width: 100%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__content {
    min-height: 135px;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .event-item__lector {
    width: 148px;
    margin-left: auto;
  }
}

.event-item__name {
  font-size: 26px;
  font-weight: 400;
  color: #131313;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .event-item__name {
    line-height: 1.2;
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__name {
    font-size: 20px;
  }
}

.event-item__name--large {
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .event-item__name--large {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__name--large {
    font-size: 20px;
  }
}

.event-item__description {
  font-size: 18px;
  font-weight: 400;
  color: #898989;
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  .event-item__description {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__description {
    font-size: 14px;
  }
}

.event-item__description--large {
  font-size: 26px;
}

@media screen and (max-width: 992px) {
  .event-item__description--large {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__description--large {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .event-item__footer {
    margin-top: 25px;
  }

  .event-item__footer .button {
    width: 100%;
  }
}

.subscribe-block {
  display: block;
  background: #131313;
}

.subscribe-block__wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}

.subscribe-block__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe-block__data {
  position: relative;
  text-align: center;
  padding-bottom: 136px;
}

.subscribe-block__text {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 992px) {
  .subscribe-block__text {
    font-size: 38px;
  }
}

.subscribe-block__text--one {
  display: none;
}

.subscribe-block__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -60px;
  width: 120px;
  height: 120px;
}

.subscribe-block__link--one {
  width: 168px;
  height: 168px;
  margin-left: -84px;
}

.subscribe-block__link__text {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.subscribe-block__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0050c9;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-block__link:hover:after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-main {
  display: block;
  padding-top: 55px;
  padding-bottom: 85px;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  background: #131313;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .footer-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 576px) {
  .footer-main {
    padding-top: 95px;
    padding-bottom: 82px;
  }
}

.footer-main__title {
  display: block;
  color: #898989;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 40px;
}

@media screen and (max-width: 992px) {
  .footer-main__title {
    margin-bottom: 20px;
  }
}

.footer-main__text {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 992px) {
  .footer-main__text {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .footer-main__text {
    font-size: 26px;
  }
}

.footer-main__link,
a.footer-main__link {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.footer-main__copyright {
  color: #c4c4c4;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
  padding-top: 5px;
}

a.footer-main__design,
.footer-main__design {
  color: #c4c4c4;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  margin: 0;
}

a.footer-main__design:hover,
.footer-main__design:hover,
a.footer-main__design:focus,
.footer-main__design:focus {
  color: #c4c4c4;
  text-decoration: none;
}

a.footer-main__design__logo,
.footer-main__design__logo {
  margin-top: 2px;
}

.footer-main__soc {
  margin-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .footer-main__stage + .footer-main__stage {
    margin-top: 60px;
  }
}

@media screen and (max-width: 576px) {
  .footer-main__stage + .footer-main__stage {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.page-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 20;
}

.page-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.page-info__fade {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.page-info__block {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 21;
  background: #ececec;
}

@media screen and (max-width: 992px) {
  .page-info__block {
    width: 100%;
  }
}

.page-info__wrap {
  height: 100%;
}

/* @media screen and (max-width: 769px) {
  .page-info__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
} */

.page-info__header {
  display: block;
  padding: 50px 96px 0px 60px;
}

.page-info__inner {
  display: block;
  padding: 80px 96px 50px 60px;
  overflow-y: scroll;
  height: calc(100% - 100px);
  /* padding-top: 84px;
  padding-bottom: 84px; */
}

@media screen and (max-width: 992px) {
  .page-info__header {
    padding: 50px 20px 0px;
  }
  .page-info__inner {
    padding: 80px 20px 50px;
  }
}

@media screen and (max-width: 576px) {
  .page-info__header {
    padding: 50px 16px 0px;
  }
  .page-info__inner {
    padding: 40px 16px 50px;
  }
}

.page-info__photo {
  width: 180px;
  height: 180px;
  border-radius: 12px;
}

.page-info-wrapper {
  display: flex;
  gap: 32px;
}
.page-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-info__title {
  color: #131313;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

@media screen and (max-width: 769px) {
  .page-info__title {
    font-size: 26px;
    line-height: 36px;
  }
  .page-info-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.page-info__content {
  /* display: block;
  margin: 70px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #3d3d3d; */
}

@media screen and (max-width: 769px) {
  .page-info__content {
    /* margin-top: 60px; */
    /* font-size: 16px; */
  }
}

.page-info__about {
  display: block;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #616161;
}

.page-info__description {
  display: block;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #131313;
  margin-top: 32px;
}

.page-info__socials {
  display: block;
}

.page-info__socials a {
  font-size: 18px;
  margin-right: 64px;
}

@media screen and (max-width: 769px) {
  .page-info__socials a {
    font-size: 16px;
    margin-right: 40px;
  }
  .page-info__description {
    font-size: 18px;
    line-height: 27px;
  }
  .page-info__about {
    font-size: 18px;
    line-height: 27px;
  }
}

.page-info__socials a:last-child {
  margin-right: 0;
}

.page-info__info {
  display: block;
  padding: 0;
  list-style: none;
  margin: 80px 0 0;
}

.page-info__info__title {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #898989;
  text-transform: uppercase;
}

.page-info__info__data {
  font-size: 22px;
  line-height: 1.4;
  color: #131313;
}

.page-info__list + .page-info__list {
  margin-top: 32px;
}

.team-section {
  padding-top: 152px;
  padding-bottom: 152px;
}

@media screen and (max-width: 992px) {
  .team-section {
    padding-top: 97px;
    padding-bottom: 97px;
  }
}

@media screen and (max-width: 768px) {
  .team-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.team-section__stage {
  margin-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .team-section__stage {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 768px) {
  .team-section__stage {
    margin-bottom: 0;
  }
}

.team-section__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .team-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.team-section__row--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio-section {
  padding-bottom: 145px;
}

@media screen and (max-width: 768px) {
  .portfolio-section__block {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 768px) {
  .portfolio-section__stage {
    border-bottom: 1px solid #c4c4c4;
  }
}

.portfolio-section__stage:last-child {
  border-bottom: 0;
}

.portfolio-section__item {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .portfolio-section__item {
    width: 50%;
    border-top: 1px solid #c4c4c4;
  }
}

.portfolio-section__pills {
  margin-bottom: 128px;
}

@media screen and (max-width: 768px) {
  .portfolio-section__pills {
    margin-bottom: 68px;
  }
}

.portfolio-item {
  display: block;
  padding: 0;
  text-align: center;
}

.portfolio-item__link {
  display: block;
  background: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-item__link:hover {
  background: #ececec;
}

.portfolio-item__img {
  max-width: 100%;
}

.about-section__stage {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
}

@media screen and (max-width: 576px) {
  .about-section__stage {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.about-section__stage--blur {
  background-image: url("../img/assets/blur-about-list.webp");
  background-repeat: no-repeat;
  background-position: 160% 15%;
}

@media screen and (max-width: 992px) {
  .about-section__stage--blur {
    background: 0 0;
  }
}

.about-section__stage--main {
  background: #131313;
}

.about-section__stage--grey {
  background: #ececec;
}

.about-section__stage--darkgrey {
  background: #131313;
}

.about-section__stage--border {
  border-top: 1px solid #c4c4c4;
}

.about-section__row-inform {
  margin-top: 125px;
}

@media screen and (max-width: 992px) {
  .about-section__row-inform {
    margin-top: 88px;
  }
}

.about-section__row-join {
  margin-bottom: 124px;
}

@media screen and (max-width: 992px) {
  .about-section__row-join {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .about-section__col-inform {
    width: 50%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .about-section__col-inform--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .about-section__col-inform--2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .about-section__col-inform--3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    width: 30%;
  }

  .about-section__col-inform--4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-left: auto;
    width: 30%;
  }
}

.about-section__info {
  display: block;
  margin: 0;
  font-size: 22px;
  color: #131313;
  line-height: 1.4;
}

.about-section__info--asd {
  max-width: 458px;
}

.about-section__info--fmo {
  max-width: 614px;
}

@media screen and (max-width: 992px) {
  .about-section__info {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .about-section__info p {
    margin-bottom: 20px;
  }
}

.about-section__lacvnu {
  position: relative;
  margin-top: 100px;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 992px) {
  .about-section__lacvnu {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .about-section__lacvnu {
    padding-left: 70px;
    margin-top: 50px;
    font-size: 22px;
  }
}

.about-section__lacvnu__aksimq {
  display: block;
}

@media screen and (max-width: 576px) {
  .about-section__lacvnu__aksimq {
    display: none;
  }
}

.about-section__lacvnu__amooal {
  display: none;
}

@media screen and (max-width: 576px) {
  .about-section__lacvnu__amooal {
    display: block;
  }
}

.about-section__lacvnu__text {
  position: relative;
  z-index: 1;
}

.about-section__lacvnu:before {
  content: "";
  display: block;
  width: 766px;
  height: 766px;
  position: absolute;
  left: -430px;
  bottom: -230px;
  background-size: contain;
  background: url("../img/assets/blur-about-akmldw.webp") no-repeat;
}

@media screen and (max-width: 992px) {
  .about-section__lacvnu:before {
    width: 454px;
    height: 454px;
    left: -230px;
    bottom: -190px;
  }
}

@media screen and (max-width: 576px) {
  .about-section__lacvnu:before {
    width: 309px;
    height: 309px;
    left: -100px;
    bottom: -60px;
  }
}

.about-img {
  position: relative;
}

.about-img > img {
  width: 100%;
  max-width: 100%;
}

.about-img__figcaption {
  position: absolute;
  bottom: -120px;
}

@media screen and (max-width: 992px) {
  .about-img__figcaption {
    bottom: -62px;
    padding-left: 26px;
  }
}

@media screen and (max-width: 768px) {
  .about-img__figcaption {
    bottom: -60px;
  }
}

.about-img__title {
  font-size: 110px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .about-img__title {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }
}

.about-img__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 22px;
  font-weight: 400;
  color: #131313;
  line-height: 1.4;
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  .about-img__description {
    display: block;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .about-img__description {
    font-size: 14px;
  }
}

.about-img__sdfa3 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #131313;
  text-align: right;
  margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .about-img__sdfa3 {
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .about-img__sdfa3 {
    font-size: 16px;
  }
}

.about-img__av8j9 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #898989;
  text-align: right;
  margin-bottom: 108px;
}

@media screen and (max-width: 992px) {
  .about-img__av8j9 {
    font-size: 14px;
    margin-bottom: 32px;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .about-img__av8j9 {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.tab-text__item + .tab-text__item {
  margin-top: 30px;
}

.tab-text__link {
  display: block;
  color: #898989;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .tab-text__link {
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  .tab-text__link {
    font-size: 30px;
  }
}

.tab-text__link:hover,
.tab-text__link:focus {
  text-decoration: none;
  color: #898989;
}

.tab-text__link.active {
  font-weight: 500;
  color: #898989;
}

.tab-text__link.active:before {
  content: "•";
  display: inline-block;
  margin-right: 0.3em;
}

form .row {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 994px) {
  .contact-page .container-xl > .row {
    display: flex;
    flex-direction: column;
  }
}

.form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
div.form-group.ver-sub_but {
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 792px) {
  div.form-group.ver-sub_but {
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.form-group_.checkbox_1 {
  color: #898989;
  font-size: 14px;
  line-height: 16px;
  padding: 0 1em;
}
.form-group__row {
  margin-bottom: 10px;
  width: 17em;
}

.form-group__row--dropdowm {
  padding-bottom: 22px;
}

.form-group__row option {
  color: whitesmoke;
  background: #131313;
}

.form-group__row:last-child {
  margin-bottom: 0;
}

.form-group__row--bottom {
  margin-top: auto;
}

.form-group__control {
  position: relative;
  margin-top: 24px;
}

.form-group__control.has-error .form-group__input {
  border: 1px solid var(--color-special-danger, #ff3a30);
}
.form-group__control.has-error .form-group__placeholder {
  color: var(--color-special-danger, #ff3a30);
}

.form-group__control .help-block {
  margin-left: 12px;
  color: var(--color-special-danger, #ff3a30);
}

.form-group__placeholder {
  position: absolute;
  top: -8px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  color: whitesmoke;
  cursor: pointer;
  white-space: nowrap;
}

.form-group__button.button.button--form.button.button--header.header-main-button--js {
  background-color: whitesmoke;
  color: #0a0a0a;
}
#contact-form .checkbox_container,
.row.checkbox_container {
  justify-content: center;
  height: 120px;
  color: whitesmoke;
  display: flex;
}

.link_end_page_kyc {
  display: flex;
  flex-direction: column;
}

.link_end_page_kyc h4 {
  margin-bottom: 32px;
  font-size: 32px;
  font-style: normal;
  line-height: 32px;
}
.link_end_page_kyc a {
  font-family: "Unica77 LL", sans-serif;
  display: flex;
  margin-bottom: 32px;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}
.link_end_page_kyc a:after {
  content: "";
  background-image: url(/front/img/icon/arrow-marquee.svg);
  display: block;
  height: 19px;
  width: 23px;
  background-size: contain;
  font-weight: bold;
  position: relative;
  top: 11px;
  left: 5px;
}
.center_end_kyc h2 {
  font-family: "Unica77 LL", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
}
.center_end_kyc h3 {
  font-family: "Unica77 LL", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 23px;
  max-width: 880px;
}
#contact-form .checkbox_container hr,
.row.checkbox_container hr {
  /*display: none;*/
  width: 47px;
  height: 1px;
  background: whitesmoke;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 992px) {
  .center_end_kyc {
    font-family: "Unica77 LL", sans-serif;
    padding-left: 90px;
  }
  .link_end_page_kyc {
    margin-top: 60px;
  }
}
.header-page.end_p {
  background-color: #0a0a0a;
  color: whitesmoke;
  margin-bottom: 0;
}
.head_end_box {
  background: #0a0a0a;
  color: whitesmoke;
}
.mb_ch {
  display: flex;
}
.mb_ch > div {
  height: 30px;
  width: 30px;
  box-shadow: 0 0 5px #1754c2;
  border-radius: 5px;
  padding-left: 0.5em;
  padding-top: 0.3em;
}
.mb_ch > div.inactive {
  background-color: whitesmoke;
}
.mb_ch > div.active {
  background: #1754c2;
}
.mb_ch > div.active.x::before {
  content: "\2713";
}

.mb_ch > p {
  margin: 0 0 0 0.5em;
  padding: 1em 0 0 0;
  font-size: 10px;
}
@media screen and (max-width: 792px) {
  .mb_ch {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .link_end_page_kyc a:after {
    top: 6px;
    background-size: cover;
  }
  .link_end_page_kyc h4 {
    margin: 32px 0;
    font-size: 32px;
    line-height: 32px;
  }
  .link_end_page_kyc a {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 32px;
  }
  .end_kyc_img {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .center_end_kyc {
    padding: 0 50px;
  }
  .center_end_kyc h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
  }
  .center_end_kyc h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 26px;
  }
  #contact-form .checkbox_container,
  .row.checkbox_container {
    justify-content: space-between;
  }
  #contact-form .checkbox_container hr,
  .row.checkbox_container hr {
    /*display: none;*/
    width: 47px;
    height: 1px;
    background: whitesmoke;
    margin-left: 0;
    margin-right: 0;
  }
  .form-group__row {
    width: 100%;
  }
  .form-group__placeholder {
    font-size: 18px;
    line-height: 1.4;
    top: -5px;
  }
}

.form-group__message {
  display: none;
  margin-top: 8px;
}

.form-group__input {
  display: block;
  border-radius: 100px;
  color: var(--light-white, #fff);
  border: 1px solid var(--dark-disable, #949494);
  background: 0 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-family: inherit;
  width: 100%;
  padding: 10px 16px 8px;
  height: 44px;
  resize: none;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .form-group__input {
    padding-bottom: 12px;
  }
}

.form-group__input + .form-group__placeholder {
  color: whitesmoke;
  font-size: 14px;
  transform: translate3d(0, -100%, 0);
  white-space: break-spaces;
}

.form-group__input:not(:-ms-input-placeholder) + .form-group__placeholder {
  color: whitesmoke;
  font-size: 18px;
  transform: translate3d(0, -100%, 0);
}

.form-group__input:not(:placeholder-shown) + .form-group__placeholder {
  color: whitesmoke;
  font-size: 14px;
  white-space: break-spaces;
}

.form-group__input:hover {
  border: 1px solid var(--accent-secondary, #0063f6);
}

.form-group__input:active,
.form-group__input:focus {
  color: var(--light-white, #fff);
  border: 1px solid var(--accent-secondary, #0063f6);
  background: var(--dark-secondary, #3d3d3d);
}

.form-group__input:focus + .form-group__placeholder {
  font-size: 18px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  color: whitesmoke;
  white-space: break-spaces;
}

input.form-group__input:-webkit-autofill,
input.form-group__input:-webkit-autofill:hover,
input.form-group__input:-webkit-autofill:-webkit-autofill,
input.form-group__input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--light-white, #fff);
  -webkit-box-shadow: 0 0 0 30px var(--dark-primary, #131313) inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input.form-group__input.is-grey:-webkit-autofill,
input.form-group__input.is-grey:-webkit-autofill:hover,
input.form-group__input.is-grey:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #343434 inset !important;
}

.form-group__input--select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: 39px;
}

@media screen and (max-width: 992px) {
  .form-group__input--select {
    font-size: 22px;
  }

  .form-group__input--select.selected {
    font-size: 22px;
  }
}

.form-group__input--select:focus:after {
  background-image: url("../img/icon/select-up.svg");
}

.form-group__input.error {
  border-bottom-color: #eb5757;
}

.form-group__input.error:hover {
  box-shadow: 0 -1px 0 #eb5757 inset;
}

.form-group__input.error ~ .form-group__placeholder {
  color: #eb5757;
}

.form-group__input.error ~ .form-group__status {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eb5757;
}

.form-group__input.error ~ .form-group__message {
  display: block;
  color: #eb5757;
}

.form-group__input.required {
  border-bottom-color: #0050c9;
}

.form-group__input.required:hover {
  box-shadow: 0 -1px 0 #0050c9 inset;
}

.form-group__input.required ~ .form-group__placeholder {
  color: #0050c9;
}

.form-group__input.required ~ .form-group__status {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0050c9;
}

.form-group__input.required ~ .form-group__message {
  display: block;
  color: #0050c9;
}
select.form-group__input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../img/icon/dropdown-light.svg) !important;
  background-position: calc(100% - 6px) center !important;
  background-repeat: no-repeat !important;
}

.form-group__input-select.bootstrap-select:not([class*="col-"]):not(
    [class*="form-control"]
  ):not(.input-group-btn) {
  width: 100%;
  display: block;
}
.form-group__input-select .btn {
  display: block;
  border-radius: 100px;
  color: var(--light-white, #fff);
  border: 1px solid var(--dark-disable, #949494);
  background: 0 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-family: inherit;
  width: 100%;
  padding: 10px 16px 8px;
  height: 44px;
  resize: none;
  overflow: hidden;
  text-transform: none;
}
.form-group__input-select.bootstrap-select .dropdown-toggle .filter-option {
  width: auto;
}
.form-group__input-select.bootstrap-select > .dropdown-toggle:after {
  content: url(../img/icon/dropdown-light.svg);
  border: none;
}

.form-group__placeholder.select-placeholder {
  margin-top: -22px;
}

.form-group__input-select .btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  background-color: var(--color-dark-secondary, #3d3d3d);
  color: var(--light-white, #fff);
  border: 1px solid var(--accent-secondary, #0063f6);
}

.form-group__input-select.bootstrap-select .dropdown-menu {
  border-radius: 8px;
  border: 1px solid var(--accent-secondary, #0063f6);
  background: var(--dark-primary, #131313);
}

@media screen and (max-width: 576px) {
  .form-group__input-select.bootstrap-select .dropdown-menu {
    min-width: 98%;
    left: -5px !important;
  }
}

.form-group__input-select.bootstrap-select .dropdown-menu ul {
  border: none;
  padding: 8px;
}

.form-group__input-select .dropdown-item {
  color: var(--light-secondary, #e6e6e6);
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04px;
  border-radius: 4px;
  padding: 4px 12px;
  margin: 2px 0;
}

.form-group__input-select .dropdown-item.active,
.form-group__input-select .dropdown-item:active,
.form-group__input-select .dropdown-item:hover {
  background: var(--dark-secondary, #3d3d3d);
}

.form-group__input-select .bs-searchbox .form-control {
  border-radius: 100px;
  border: 1px solid var(--dark-disable, #949494);
  background: var(--color-dark-primary);
  padding-left: 36px;
  background-image: url(../img/icon/search.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}

.form-group__info {
  max-width: 300px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  opacity: 0.8;
  padding-bottom: 20px;
  letter-spacing: 0.02em;
  margin-left: 16px;
}

@media screen and (max-width: 576px) {
  .form-group__info {
    max-width: 100%;
    font-size: 12px;
    margin: 26px 0 0;
  }
}

.form-group__menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #c4c4c4;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.form-group__menu .dropdown-item {
  font-size: 22px;
  font-weight: 400;
  color: #131313;
  padding: 8px 10px;
}

.form-group__menu .dropdown-item:hover,
.form-group__menu .dropdown-item:focus {
  background: rgba(137, 137, 137, 0.3);
}

@media screen and (max-width: 576px) {
  .form-group__button {
    width: 100%;
  }
}

.dropdown.show .form-group__input--select:after {
  background-image: url("../img/icon/select-up.svg");
}

.dropdown.show .dropdown__button__placeholder,
.dropdown.selected .dropdown__button__placeholder {
  color: #898989;
  font-size: 18px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.dropdown.show .dropdown__button:focus .dropdown__button__placeholder,
.dropdown.selected .dropdown__button:focus .dropdown__button__placeholder {
  color: #0050c9;
}

.dropdown__button__placeholder {
  position: absolute;
  top: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  color: #131313;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .dropdown__button__placeholder {
    font-size: 18px;
    line-height: 1.4;
    top: 0;
  }
}

.join-form__group {
  height: 100%;
  min-height: 420px;
}

.join-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .join-form__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .join-form__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: scroll;
    padding: 32px 16px;
  }
}

.join-form__container {
  min-height: 440px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .join-form__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: scroll;
  }
}

.join-form__inputs-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

@media screen and (max-width: 576px) {
  .join-form__inputs-container {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .join-form__checkbox_1 {
    grid-column: span 1 !important;
  }
}

.join-form__buttons-container {
  display: flex;
  justify-content: end;
  gap: 24px;
}

.join-form__checkbox_1 {
  display: inline-flex;
  grid-column: span 2;
  color: var(--light-white, #fff);
  font-size: 14px;
}

.join-form__checkbox_1 input {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.join-form__success-title {
  color: var(--dark-primary, #131313);
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.join-form__success-title span {
  padding: 6px 12px 4px;
  border-radius: 2px;
  background: var(--accent-yellow, #edff6b);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.join-form__success-text {
  color: var(--light-white, #fff);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.join-form__success-text.small {
  font-size: 16px;
}
.join-form__success-read-more-container {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 576px) {
  .join-form__success-read-more-container {
    margin-top: 24px;
  }
}

.join-form__success-read-more {
  font-size: 18px;
  color: var(--light-white, #fff);
}

.join-form__success-read-more a {
  color: #1170ff;
}
.join-form__success-read-more a:after {
  content: url(../img/icon/arrow-link.svg);
  margin-left: 10px;
}

.faq-section__content {
  padding-bottom: 150px;
}

.faq-section__pills {
  margin-bottom: 88px;
}

.insights-section__stage {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .insights-section__stage__article {
    max-width: 458px;
  }
}

.insights-section__stage--blur {
  position: relative;
}

.insights-section__stage--blur:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 766px;
  height: 766px;
  background-image: url("../img/assets/blur-about-opacity.webp");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translate(-40%, -30%);
  -ms-transform: translate(-40%, -30%);
  transform: translate(-40%, -30%);
  z-index: -1;
}

.insights-section__stage--blur:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 766px;
  height: 766px;
  background-image: url("../img/assets/blur-about-opacity.webp");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translate(60%, 30%);
  -ms-transform: translate(60%, 30%);
  transform: translate(60%, 30%);
  z-index: -1;
}

@media screen and (max-width: 576px) {
  .insights-section__adgsko {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 576px) {
  .insights-section__ashuws {
    margin-bottom: 80px;
  }
}

.insights-section__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .insights-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.insights-section__col {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .insights-section__col__carousel {
    max-width: 616px;
  }
}

@media screen and (max-width: 576px) {
  .insights-section__col__info {
    max-width: 565px;
  }
}

@media screen and (min-width: 768px) {
  .insights-section__col + .insights-section__col {
    margin-left: 68px;
  }
}

@media screen and (max-width: 768px) {
  .insights-section__col + .insights-section__col {
    margin-left: 30px;
  }
}

@media screen and (max-width: 576px) {
  .insights-section__col + .insights-section__col {
    margin-left: 0;
  }
}

.insights-section__gif {
  max-width: 100%;
  height: auto;
}

.insights-carousel {
  height: 100%;
  min-height: 420px;
  max-width: 616px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

@media screen and (max-width: 576px) {
  .insights-carousel {
    height: 420px;
  }
}

.insights-carousel__wrap {
  height: 100%;
  width: 100%;
}

.insights-carousel__item {
  width: 50%;
  height: 100%;
}

.insights-carousel__item.is-selected .insights-carousel__inner {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.insights-carousel__item.is-selected .insights-event__title {
  position: absolute;
  width: 200%;
}

.insights-carousel__inner {
  position: absolute;
  display: block;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.insights-carousel .flickity-viewport {
  height: 100% !important;
}

.insights-carousel .flickity-page-dots {
  bottom: 45px;
  text-align: left;
}

.insights-carousel .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border: 1px solid #c4c4c4;
  opacity: 1;
  background: #fff;
}

@media screen and (max-width: 992px) {
  .insights-carousel .flickity-page-dots .dot {
    width: 31px;
    height: 31px;
    margin: 0 10px;
  }
}

.insights-carousel .flickity-page-dots .dot.is-selected {
  background: #131313;
  border-color: #131313;
}

.insights-carousel__all {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.insights-carousel__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 50px;
}

.insights-carousel__button {
  position: relative;
  padding: 0;
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #131313;
  line-height: 1.4;
  font-weight: 400;
  width: 40px;
  height: 40px;
}

.insights-carousel__button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0050c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

.insights-carousel__button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.insights-carousel__button--prev:after {
  background-image: url("../img/icon/chevron-left.svg");
}

.insights-carousel__button--next:after {
  background-image: url("../img/icon/chevron-right.svg");
}

.insights-carousel__button:focus {
  outline: none;
}

@media screen and (min-width: 1024px) {
  .insights-carousel__button:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.insights-carousel__button + .insights-carousel__button {
  margin-left: 24px;
}

.insights-event__wrap {
  display: block;
  position: relative;
}

.insights-event__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.insights-event__link:hover ~ * .insights-event__title__inner {
  background-size: 100% 2px;
}

.insights-event__title {
  display: block;
  font-size: 38px;
  font-weight: 400;
  color: #131313;
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  .insights-event__title {
    font-size: 20px;
  }
}

.insights-event__title__inner {
  display: inline;
  background-image: -webkit-linear-gradient(left, #131313, #131313);
  background-image: linear-gradient(left, #131313, #131313);
  background-size: 0 2px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  background-position: 0 100%;
}

.insights-event__date {
  display: block;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #131313;
  white-space: nowrap;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .insights-event__date {
    font-size: 30px;
  }
}

.insights-event__location {
  display: block;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #898989;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .insights-event__location {
    font-size: 20px;
  }
}

.insights-carousel__item:not(.is-selected) .insights-event__date {
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .insights-carousel__item:not(.is-selected) .insights-event__date {
    font-size: 18px;
    font-weight: 400;
  }
}

.insights-carousel__item:not(.is-selected) .insights-event__title {
  font-size: 16px;
}

.insights-carousel__item:not(.is-selected) .insights-event__location {
  font-size: 16px;
}
.first-letter-italic::first-letter {
  font-style: italic;
  letter-spacing: 0.15rem;
}

.arrow-btn {
  cursor: pointer;
  display: flex;
  width: 54px;
  height: 54px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--light-white, #fff);
  content: url("../img/icon/arrow-bottom-white.svg");
  transform: rotate(90deg);
}
.arrow-btn:hover {
  background: rgba(255, 255, 255, 0.35);
}

.arrow-btn.disabled,
.arrow-btn:disabled {
  border: 1px solid var(--dark-terteriary, #616161);
  background: rgba(255, 255, 255, 0.2);
  content: url("../img/icon/arrow-bottom-dark-grey.svg");
}

.arrow-btn-right {
  transform: rotate(-90deg);
}

.arrow-btn-dark {
  border: 1px solid var(--dark-primary, #131313);
  content: url("../img/icon/arrow-bottom-black.svg");
}

.arrow-btn-dark:hover {
  background: var(--dark-grey-light, #e0e0e0);
}

.arrow-btn-dark.disabled,
.arrow-btn-dark:disabled {
  border: 1px solid var(--dark-disable, #949494);
  background: rgba(255, 255, 255, 0.2);
  content: url("../img/icon/arrow-bottom-light-grey.svg");
}

.bg-dark-grey-light {
  background: var(--dark-grey-light-bg, #ececec);
}

.bg-dark-grey {
  background: var(--lines-background, #c4c4c4);
}

.max-width-1248 {
  max-width: 1248px !important;
}

/*bootstrap overwritten classes*/

.btn {
  padding: 20px 40px 18px;
  border-radius: 35px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16px */
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    padding: 20px 24px 18px;
  }
}

.btn-primary {
  border-color: var(--accent-secondary, #0063f6);
  background: var(--accent-secondary, #0063f6);
  color: var(--background, #fff);
}
.btn-primary:hover {
  color: #fff;
  text-decoration: none;
  background: var(--accent-hover, #06419a);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: var(--dark-grey-light, #e0e0e0);
  background: var(--dark-disable, #949494);
  border-color: var(--dark-disable, #949494);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: all;
}

.btn.disabled:hover {
  cursor: not-allowed;
  pointer-events: all;
}

.btn-outline-secondary {
  color: var(--dark-primary, #131313);
  border: 1px solid var(--dark-primary, #131313);
}
.btn-outline-secondary:hover {
  color: var(--dark-primary, #131313);
  background: var(--dark-grey-light, #e0e0e0);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: var(--dark-disable, #949494);
}
.btn-outline-light {
  color: var(--light-white, #fff);
  border: 1px solid var(--light-white, #fff);
}
.btn-outline-light:hover {
  color: var(--light-white, #fff);
  border: 1px solid var(--light-white, #fff);
  background: rgba(255, 255, 255, 0.15);
}

.btn-outline-dark {
  color: var(--dark-primary, #131313);
  border: 1px solid var(--dark-primary, #131313);
}
.btn-outline-dark:hover {
  color: var(--dark-primary, #131313);
  background: var(--dark-grey-light, #e0e0e0);
}

.btn-blue {
  display: flex;
  height: 60px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  background: var(--Accent-Secondary, #0063f6);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
.carousel-item.active {
  z-index: 0;
}
.carousel-item-next,
.carousel-item-prev {
  z-index: 1;
}

@media (max-width: 992px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

/* display 2 items */
@media (min-width: 992px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.home-carousel.carousel-indicators {
  position: relative;
  margin-top: 20px;
}

.home-carousel.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid var(--dark-terteriary, #616161);
  border-radius: 10px;
  margin: 0 4px;
}

.home-carousel.carousel-indicators li.active {
  background-color: var(--dark-terteriary, #616161);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(6px);
  background: rgba(117, 117, 117, 0.42);
}
.modal-backdrop.show {
  opacity: 1;
}

/* Base styles for whole app*/

.bg-dark-primary {
  background: var(--dark-primary, #131313);
}

.bg-dark-grey-light {
  background: var(--dark-grey-light-bg, #ececec);
}

.bg-light-secondary {
  background: var(--light-secondary, #e6e6e6);
}

.bg-grey-light {
  background: #f8f8f8;
}

.text-light-white {
  color: var(--light-white, #fff) !important;
}
.text-light-secondary {
  color: var(--light-secondary, #e6e6e6) !important;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
}

.pagination-wrapper .next-row {
  font-size: 0.8rem;
  font-family:
    nunito,
    -apple-system,
    BlinkMacSystemFont,
    segoe ui,
    Roboto,
    helvetica neue,
    Arial,
    noto sans,
    sans-serif,
    apple color emoji,
    segoe ui emoji,
    segoe ui symbol,
    noto color emoji;
}

.pagination-wrapper .list-pagination {
  margin-top: 1.1rem;
}

.pagination-wrapper .list-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.pagination-wrapper .list-pagination ul a,
.pagination-wrapper .list-pagination ul span {
  font-size: 1.2rem;
  color: #3c5fdc;
}

.pagination-wrapper .list-pagination ul a:after,
.pagination-wrapper .list-pagination ul span:after {
  display: inline-block;
  content: " ";
  padding: 0 0.4rem;
}

.pagination-wrapper .list-pagination ul a.active,
.pagination-wrapper .list-pagination ul li.active {
  color: #0050c9;
  font-weight: 700;
}

.pagination li.active a {
  color: #0050c9;
  font-weight: 700;
}

.pagination-wrapper .list-pagination ul li:last-child a:after {
  content: unset;
}

.header-main__lang {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.lang-dropdown-toggle {
  background: none;
  border: none;
  /* color: var(--light-white, #ffffff); */
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.lang-dropdown-menu {
  display: none; /* hide by default */
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  border-radius: 8px;
  background: var(--Grey-light-bg, #f7f7f7);
  list-style: none;
  margin: 0;
  padding: 0;
  /* display: flex; */
  width: 66px;
  padding: 4px 12px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 1000;
}

.lang-dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  color: #131313;
  text-decoration: none;
}

/* .lang-dropdown-menu li a:hover {
    background: #444;
} */

.lang-dropdown-menu li.active a {
  color: #007bff; /* blue */
}

/* Show dropdown on hover (desktop) */
.lang-dropdown:hover .dropdown-menu {
  display: flex;
}

/* Show dropdown on focus-within (click for mobile) */
.lang-dropdown:focus-within .lang-dropdown-menu {
  display: block;
}

.log-in a {
  color: var(--Dark-Primary, #131313); /* same as your div */
  display: inline-block; /* shrink to content width/height */
  line-height: normal; /* prevent stretching */
  padding: 0; /* remove extra spacing */
}

.log-in {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Unica77 LL", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.08px;
  margin: 0 8px;
  padding: 20px 12px;
}

.open-modal-button {
  border-radius: 35px;
  background: #0063f6 !important;
}

.open-modal-button:hover {
  background: var(--accent-hover, #06419a) !important;
}
