html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #0C0C0C;
}

.page-holder {
  overflow: hidden;
}

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

a {
  transition: all 0.5s ease;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.btn {
  font-family: "Nekst", "sans-serif";
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 22px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(5px);
}
.btn--nav {
  padding: 16px 22px;
}
@media (min-width: 769px) {
  .btn--nav {
    padding: 16px 41px;
  }
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Nekst", "sans-serif";
  color: #fff;
}

h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 991px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 23px 0;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  margin-top: 0;
}

h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 16px 0;
}
@media (min-width: 991px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.header {
  padding: 18px;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 99;
}
.header__logo-svg {
  width: 120px;
}
@media (min-width: 768px) {
  .header__logo-svg {
    width: 100%;
  }
}
.header__hamburger {
  display: none;
  cursor: pointer;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .header__hamburger {
    margin-right: 24px;
  }
}
@media (max-width: 991px) {
  .header__hamburger {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 99;
  }
}
.header__hamburger-icon {
  display: block;
}
.header__hamburger-close {
  display: none;
}
.header__nav {
  position: absolute;
  background-color: #333;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
@media (min-width: 991px) {
  .header__nav {
    position: relative;
    background: transparent;
    width: unset;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    visibility: visible;
  }
}
.header__nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 991px) {
  .header__nav-links {
    flex-direction: row;
  }
}
.header__nav-link {
  color: #fff;
  font-size: 32px;
  line-height: normal;
  display: block;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 991px) {
  .header__nav-link {
    font-size: 16px;
    opacity: 1;
    visibility: visible;
  }
}
.header__buttons {
  text-align: right;
  position: relative;
  z-index: 99;
}

.footer {
  text-align: center;
  position: relative;
  padding-top: 30px;
}
@media (min-width: 991px) {
  .footer {
    padding-top: 100px;
  }
}
.footer .container {
  position: relative;
}
.footer__bgd {
  background: url("../../img/footer-bg-x1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: -70px;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.1;
}
.footer__logo {
  margin-bottom: 40px;
}
.footer__pages {
  margin-bottom: 40px;
}
.footer__pages-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  padding: 10px;
}
.footer__social {
  margin-bottom: 60px;
}
.footer__social-link {
  text-decoration: none;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
}
.footer__social-link:nth-last-child(1) {
  margin-right: 0;
}
.footer__privacy {
  background: #141414;
  text-align: center;
  padding: 30px 12px;
}
.footer__privacy p {
  color: rgba(255, 255, 255, 0.32);
  font-size: 14px;
  line-height: 150%;
}
.footer__sphere {
  position: absolute;
  top: -30px;
  left: 0;
  background: url("../../img/footer-sphere.png");
  width: 409px;
  height: 317px;
  display: none;
}
@media (min-width: 991px) {
  .footer__sphere {
    display: block;
  }
}
.footer__shape {
  position: absolute;
  right: 0;
  top: 20px;
  width: 187px;
  height: 198px;
  display: none;
}
@media (min-width: 991px) {
  .footer__shape {
    display: block;
  }
}

.hero {
  position: relative;
  margin-bottom: 120px;
}
@media (min-width: 991px) {
  .hero {
    margin-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .hero {
    margin-bottom: 260px;
  }
}
.hero__bgd {
  background-image: url("../../img/under-hero-4b.png");
  width: 100%;
  height: 159px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
@media (min-width: 991px) {
  .hero__bgd {
    position: relative;
  }
}
.hero h1 {
  margin-bottom: 13px;
}
.hero p {
  margin-bottom: 31px;
  max-width: 449px;
}
.hero a {
  margin-bottom: 80px;
}
.hero__wrapper {
  position: relative;
  padding: 40px 20px 0 20px;
}
@media (min-width: 991px) {
  .hero__wrapper {
    padding-top: 0;
  }
}
.hero__bgd {
  width: 100%;
  min-height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero__text {
  max-width: 100%;
}
@media (min-width: 991px) {
  .hero__text {
    max-width: 60%;
  }
}
.hero__image {
  position: relative;
  top: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .hero__image {
    position: absolute;
    top: -100px;
    right: 110px;
    width: 34%;
  }
}

.op {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .op {
    margin-bottom: 260px;
  }
}
@media (min-width: 991px) {
  .op {
    margin-bottom: 460px;
  }
}
.op__wrapper {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .op__wrapper {
    padding: 0;
  }
}
.op__image {
  text-align: center;
  margin-top: -90px;
}
@media (min-width: 768px) {
  .op__image {
    margin-top: 0;
  }
}
.op__image svg {
  overflow: visible;
  width: 100%;
}
@media (min-width: 991px) {
  .op__image svg {
    width: 670px;
  }
}
.op__image svg g {
  clip-path: none;
}
.op-box {
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .op-box {
    max-width: 300px;
    position: absolute;
    margin-bottom: 0;
  }
}
.op-box__content {
  position: relative;
  padding-right: 30px;
}
.op-box__bullet {
  position: absolute;
  top: -60px;
  right: -130px;
  align-items: center;
  display: none;
}
@media (min-width: 768px) {
  .op-box__bullet {
    display: flex;
  }
}
.op-box.one {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}
.op-box.one * {
  text-align: left;
}
@media (min-width: 768px) {
  .op-box.one * {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .op-box.one {
    top: unset;
    right: unset;
    bottom: 5%;
    left: -20px;
  }
}
@media (min-width: 991px) {
  .op-box.one {
    top: 40%;
    transform: translateY(-40%);
    left: -30px;
    bottom: unset;
  }
}
.op-box.two {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}
@media (min-width: 768px) {
  .op-box.two {
    top: 50px;
    right: 0;
  }
}
.op-box.two .op-box__bullet {
  top: 18px;
  right: 320px;
}
.op-box.three {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}
@media (min-width: 768px) {
  .op-box.three {
    bottom: -170px;
    right: -30px;
  }
}
@media (min-width: 991px) {
  .op-box.three {
    bottom: -140px;
    right: 60px;
  }
}
.op-box.three .op-box__bullet {
  top: -144px;
  left: -210px;
}

.ti {
  margin-bottom: 120px;
  position: relative;
  min-height: 100%;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .ti {
    margin-bottom: 214px;
  }
}
.ti__bgd {
  background: url("../../img/middle-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  background-size: cover;
  margin: 0 auto;
  opacity: 0.1;
}
@media (min-width: 991px) {
  .ti__bgd {
    top: -270px;
  }
}
.ti__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media (min-width: 991px) {
  .ti__wrapper {
    min-height: 670px;
    flex-wrap: nowrap;
  }
}
.ti__text {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 991px) {
  .ti__text {
    max-width: 450px;
  }
}
.ti__boxes {
  position: relative;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ti__boxes {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .ti__boxes {
    position: absolute;
    max-width: 608px;
    min-width: 608px;
    width: 50%;
  }
}
.ti__box {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-radius: 8px;
  padding: 51px 12px 34px 12px;
  background: rgba(36, 36, 36, 0.4);
  box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0);
  backdrop-filter: blur(500px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .ti__box {
    width: 50%;
    max-width: 272px;
  }
}
@media (min-width: 991px) {
  .ti__box {
    position: absolute;
  }
}
.ti__box svg {
  margin-bottom: 28px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ti__box-border-left::before, .ti__box-border-right::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-image: linear-gradient(to right, transparent, rgba(132, 132, 132, 0), rgba(132, 132, 132, 0.7), #848484, rgba(132, 132, 132, 0.7), rgba(132, 132, 132, 0), transparent);
  animation: rotate 6s linear infinite;
}
.ti__box-border-left::after, .ti__box-border-right::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #151515;
  border-radius: 8px;
}
.ti__box-border-right::before {
  left: unset;
  top: unset;
  right: 50%;
  bottom: 50%;
}

.mv {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .mv {
    margin-bottom: 80px;
  }
}
.mv__mission {
  position: relative;
  min-height: 386px;
  z-index: 99999;
}
.mv__mission--svg {
  position: absolute;
}
.mv__value {
  position: relative;
  min-height: 386px;
}
.mv__value--svg {
  position: absolute;
  top: -280px;
}
@media (min-width: 768px) {
  .mv__value--svg {
    top: -300px;
  }
}
.mv__box-content {
  padding: 34px 34px 62px 32px;
  max-width: 380px;
  position: relative;
}
.mv__box-content-top {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}
.mv__box-content-top h3 {
  margin-bottom: 0;
}

.au {
  position: relative;
  padding: 30px 20px 100px 20px;
}
@media (min-width: 991px) {
  .au {
    padding: 100px 20px 200px 20px;
  }
}
.au__text {
  max-width: 450px;
}
.au__shapes {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.au__shapes > div {
  display: none;
}
@media (min-width: 991px) {
  .au__shapes > div {
    display: block;
  }
}
.au__shapes--one {
  background-image: url("../../img/au/au-shape-1-withGradient-left.png");
  width: 326px;
  height: 406px;
  opacity: 0.5;
  mix-blend-mode: luminosity;
}
.au__shapes--two {
  background: url("../../img/au/au-shape2-left.png") no-repeat;
  width: 194px;
  height: 192px;
  position: absolute;
  bottom: 0;
}
.au__shapes--three {
  background: url("../../img/au/au-shape3-left.png") no-repeat;
  width: 69px;
  height: 69px;
  opacity: 0.5;
  mix-blend-mode: luminosity;
  position: absolute;
  top: 37%;
  left: 32%;
  transform: translate(-32%, -37%);
}
.au__shapes--four {
  background: url("../../img/au/au-shape4-left-bottom.png") no-repeat;
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 20%;
  left: 32%;
  transform: translate(-32%, 0);
}
.au__shapes--five {
  background: url("../../img/au/au-shape5-left-bottom.png") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 18%;
  left: 40%;
  transform: translate(-40%, -8%);
}
.au__shapes--six {
  background: url("../../img/au/au-shape6-center.png") no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
}
.au__shapes--seven {
  background: url("../../img/au/au-shape7-center.png") no-repeat;
  width: 104px;
  height: 94px;
  position: absolute;
  left: 10%;
  right: 0;
  top: 10%;
  margin: 0 auto;
}
.au__shapes--eight {
  background: url("../../img/au/au-shape8-center.png") no-repeat;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 13%;
  right: 0;
  top: 30%;
  margin: 0 auto;
}
.au__shapes--nine {
  background: url("../../img/au/au-shape9-bottomCenter.png") no-repeat;
  width: 106px;
  height: 105px;
  position: absolute;
  left: 10%;
  right: 0;
  bottom: 18%;
  margin: 0 auto;
}
.au__shapes--ten {
  background: url("../../img/au/au-shape10-bigRight.png") no-repeat;
  width: 442px;
  height: 452px;
  position: absolute;
  right: 17%;
  top: 10%;
}
.au__shapes--tenSmall {
  background: url("../../img/au/au-shape10-bigRight-miniShape.png") no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 23%;
  top: 21%;
}
.au__shapes--eleven {
  background: url("../../img/au/au-shape11-small-right.png") no-repeat;
  width: 48px;
  height: 51px;
  position: absolute;
  right: 6%;
  top: 25%;
}
.au__shapes--twelve {
  background: url("../../img/au/au-shape12-medium-top-right.png") no-repeat;
  width: 110px;
  height: 121px;
  position: absolute;
  right: 5%;
  top: -15%;
}
.au__shapes--thirteen {
  background: url("../../img/au/au-shape13-medium-bottom-right.png") no-repeat;
  width: 192px;
  height: 268px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.au__shapes--fourteen {
  background: url("../../img/au/au-shape14-small-bottom-rightCenter.png") no-repeat;
  width: 69px;
  height: 68px;
  position: absolute;
  right: 18%;
  bottom: 10%;
}
/*# sourceMappingURL=app.css.map */
