@charset "UTF-8";
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("./fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
[class*="_icon-"]:before, .item-founder__text::before, .item-founder__text::after, .item-employees__text::before, .item-employees__text::after, .newsletter__form .wpforms-submit::before, .footer__link-icon::after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="_icon-"]:before {
  display: block;
}
._icon-arrow-left:before {
  content: "";
}
._icon-arrow:before {
  content: "";
}
._icon-linkedin:before {
  content: "";
}
._icon-send:before {
  content: "";
}
._icon-play:before {
  content: "";
}
._icon-quotes-close:before {
  content: "";
}
._icon-quotes-open:before {
  content: "";
}
._icon-search:before {
  content: "";
}
@font-face {
  font-family: futura;
  font-display: swap;
  src: url("./fonts/futura-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: futura;
  font-display: swap;
  src: url("./fonts/futura-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
body {
  font-weight: 400;
}
.lock body {
  overflow: hidden;
  touch-action: none;
}
body.menu-open, body.modal-open {
  overflow: hidden;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.wrapper > * {
  min-width: 0;
}
.page {
  flex: 1 1 auto;
}
[class*="__container"] {
  max-width: 1700px;
  padding: 0 15px;
  margin: 0 auto;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  min-width: 320px;
}
body {
  color: #000000;
  line-height: 1;
  font-family: "futura", sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input, button, textarea {
  font-family: "futura", sans-serif;
  font-size: inherit;
  outline: none;
}
input:not([type=checkbox]):not([type=radio]), textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
._ibg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/*------------------------------Swiper-------------------------------------------*/
._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-container-android .swiper-slide, .swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
/*-----------------------------Ui blocks--------------------------------------------*/
.main-block {
  position: relative;
  overflow: hidden;
  min-height: 670px;
}
@media (max-width: 992px) {
  .main-block {
    min-height: 550px;
  }
}
@media (max-width: 575px) {
  .main-block {
    min-height: 300px;
  }
}
.main-block__container {
  position: relative;
  z-index: 2;
}
.main-block__body {
  min-height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .main-block__body {
    min-height: 550px;
  }
}
@media (max-width: 575px) {
  .main-block__body {
    min-height: 300px;
  }
}
.main-block__title {
  position: relative;
  z-index: 4;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .main-block__title {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .main-block__title {
    font-size: 28px;
  }
}
.main-block__decor::before, .main-block__decor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  pointer-events: none;
}
.main-block__decor::before {
  width: 46%;
  padding-bottom: 45%;
  transform: translate(-50%, -46%);
  z-index: 3;
  background-image: url("../img/circle.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-block__decor::after {
  transform: translate(-50%, -50%);
  width: 35%;
  padding-bottom: 35%;
  z-index: 2;
  background-color: #3479C7;
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(45px);
}
@media (max-width: 992px) {
  .main-block__decor::before, .main-block__decor::after {
    width: 400px;
    padding-bottom: 400px;
  }
}
@media (max-width: 575px) {
  .main-block__decor::before, .main-block__decor::after {
    width: 350px;
    padding-bottom: 350px;
  }
}
.main-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.title {
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .title {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .title {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .title {
    font-size: 20px;
  }
}
.label {
  font-size: 16px;
  color: #3479C7;
  line-height: 138%;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .label {
    font-size: 13px;
  }
}
.text {
  color: #191919;
}
.border-img {
  position: relative;
}
.border-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(7.3%, -7.3%);
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #3479C7;
}
@media (max-width: 992px) {
  .border-img::before {
    transform: translate(3.65%, -3.65%);
  }
}
@media (max-width: 767.98px) {
  .border-img::before {
    transform: translate(2%, -2%);
  }
}
.border-img img {
  z-index: 3;
  max-width: 100%;
}
/*-------------------------------Header-----------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}
.header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}
._scroll .header__wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}
.header__container {
  max-width: unset;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .header__container {
    padding: 0 15px;
  }
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  transition: padding 0.4s ease 0s;
}
@media (max-width: 992px) {
  .header__body {
    padding: 7px 0;
  }
}
.header .custom-logo-link {
  display: block;
  flex: 0 0 170px;
  transition: flex 0.4s ease 0s;
}
@media (max-width: 992px) {
  .header .custom-logo-link {
    flex: 0 0 150px;
  }
}
.header .custom-logo-link .custom-logo {
  max-width: 100%;
  object-fit: contain;
}
.menu {
  height: fit-content;
}
@media (max-width: 767.98px) {
  .menu__body {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 4;
    overflow: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 60%;
    height: 100%;
    padding: 80px 15px 30px 15px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.4s ease-in-out 0s;
  }
  .menu-open .menu__body {
    right: 0;
  }
}
@media (max-width: 575px) {
  .menu__body {
    width: 100%;
  }
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
}
@media (max-width: 767.98px) {
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .menu__list {
    row-gap: 0;
  }
}
.menu__item:not(:last-child) {
  margin-right: 55px;
}
@media (max-width: 992px) {
  .menu__item:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .menu__item {
    margin: 0;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.menu__link {
  position: relative;
  color: #ffffff;
  line-height: calc(22 / 16 * 100%);
  letter-spacing: 0.185em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .menu__link {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .menu__link {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .menu__link {
    font-size: 20px;
  }
}
.menu__link::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3479C7;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .menu__link::before {
    top: 30px;
  }
}
@media (any-hover: hover) {
  .menu__link:hover::before {
    opacity: 0.5;
    visibility: visible;
    pointer-events: auto;
  }
}
.menu__link._active::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.icon-menu {
  display: none;
}
@media (max-width: 767.98px) {
  .icon-menu {
    position: relative;
    display: block;
    flex: 0 0 30px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 1.5px;
    color: #ffffff;
    background-color: #ffffff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
    width: 80%;
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}
/*-----------------------------Home Page--------------------------------------------*/
.main {
  position: relative;
  min-height: 100vh;
  transition: transform 0.3s ease 0s;
}
.main__container {
  position: relative;
  z-index: 2;
}
.main__body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main__title {
  position: relative;
  z-index: 4;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .main__title {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .main__title {
    font-size: 28px;
  }
}
.main__decor::before, .main__decor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  padding-bottom: 45%;
  display: block;
  pointer-events: none;
}
.main__decor::before {
  z-index: 3;
  background-image: url("../img/circle.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main__decor::after {
  z-index: 2;
  background-color: #3479C7;
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(45px);
}
@media (max-width: 1200px) {
  .main__decor::before, .main__decor::after {
    width: 60%;
    padding-bottom: 60%;
  }
}
@media (max-width: 992px) {
  .main__decor::before, .main__decor::after {
    width: 70%;
    padding-bottom: 70%;
  }
}
@media (max-width: 575px) {
  .main__decor::before, .main__decor::after {
    width: 85%;
    padding-bottom: 85%;
  }
}
.main__scroll {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 4.55%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  line-height: calc(22 / 12 * 100%);
  text-align: center;
  letter-spacing: 0.185em;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.who {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  padding-top: 85px;
  padding-bottom: 105px;
}
@media (max-width: 992px) {
  .who {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .who__container {
    padding: 0;
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .who__wrapper {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.who__label:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .who__label:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .who__label:not(:last-child) {
    margin-bottom: 15px;
  }
}
.who__title:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .who__title:not(:last-child) {
    margin-bottom: 15px;
  }
}
.who__text {
  color: #191919;
  font-size: 18px;
  line-height: 167%;
}
.who__text:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .who__text {
    font-size: 16px;
  }
  .who__text:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .who__text {
    font-size: 14px;
  }
  .who__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.who__link {
  color: #3479C7;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .who__link {
    font-size: 12px;
  }
}
.who__img {
  margin-top: 30px;
  padding-bottom: 100%;
}
@media (max-width: 992px) {
  .who__img {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 575px) {
  .who__img {
    margin: 0 0 15px 0;
  }
}
.presentation {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .presentation {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .presentation {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .presentation {
    padding-bottom: 60px;
  }
}
.presentation__container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.presentation__container::before, .presentation__container::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 2;
  transform: translate(0%, -50%);
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(68px);
}
@media (max-width: 575px) {
  .presentation__container::before, .presentation__container::after {
    filter: blur(44px);
  }
}
.presentation__container::before {
  top: 30%;
  left: 1%;
  width: 50%;
  padding-bottom: 100%;
  background-color: #3479C7;
}
@media (max-width: 575px) {
  .presentation__container::before {
    width: 150%;
    left: 30%;
  }
}
.presentation__container::after {
  top: 10%;
  left: 15%;
  width: 35%;
  padding-bottom: 30%;
  background-color: #69E5FF;
}
.presentation__wrapper {
  padding: 110px 20px 110px 140px;
}
@media (max-width: 1200px) {
  .presentation__wrapper {
    padding-left: 50px;
  }
}
@media (min-width: 767.98px) {
  .presentation__wrapper {
    min-height: 705px;
  }
}
@media (max-width: 767.98px) {
  .presentation__wrapper {
    padding: 60px 20px;
  }
}
@media (max-width: 575px) {
  .presentation__wrapper {
    padding: 50px 0;
  }
}
.presentation__slider {
  min-width: 0;
  cursor: grab;
}
.presentation__slider:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .presentation__slider:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .presentation__slider:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .presentation__slider:not(:last-child) {
    margin-bottom: 20px;
  }
}
.presentation__body {
  position: relative;
  z-index: 3;
}
.presentation__label {
  position: relative;
  z-index: 3;
  color: #ffffff;
  line-height: 138%;
  text-transform: uppercase;
}
.presentation__label:not(:last-child) {
  margin-bottom: 65px;
}
@media (max-width: 992px) {
  .presentation__label:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .presentation__label:not(:last-child) {
    margin-bottom: 20px;
  }
}
.presentation__item {
  height: 100%;
}
.presentation__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .presentation__arrows {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .presentation__arrows {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .presentation__arrows {
    display: none;
  }
}
.presentation__arrow {
  pointer-events: auto;
}
.presentation__arrow::before {
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .presentation__arrow::before {
    font-size: 20px;
  }
}
.presentation__arrow_next {
  transform: rotate(180deg);
}
.presentation__button {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .presentation__button {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .presentation__button:hover::before {
    background-color: #ffffff;
    color: #000000;
  }
}
.presentation__button span {
  line-height: 157%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration-line: underline;
}
.presentation__button::before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding-left: 1px;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.presentation__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.item-presentation {
  width: 100%;
}
.item-presentation__body {
  max-width: 675px;
}
.item-presentation__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 158%;
  text-transform: uppercase;
}
.item-presentation__title:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .item-presentation__title:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .item-presentation__title {
    font-size: 22px;
  }
  .item-presentation__title:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .item-presentation__title {
    font-size: 21px;
  }
  .item-presentation__title:not(:last-child) {
    margin-bottom: 10px;
  }
}
.item-presentation__text {
  color: #ffffff;
  font-size: 24px;
  line-height: 158%;
}
@media (max-width: 767.98px) {
  .item-presentation__text {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .item-presentation__text {
    font-size: 16px;
  }
}
.modal-presentation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .modal-presentation {
    padding: 0;
  }
}
.modal-open .modal-presentation {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-presentation__wrapper {
  position: relative;
  padding: 15px;
  max-width: 1000px;
  width: 100%;
  height: 500px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .modal-presentation__wrapper {
    height: 400px;
    padding: 10px;
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .modal-presentation__wrapper {
    height: 300px;
  }
}
.modal-presentation__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-presentation__close {
  align-self: flex-end;
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 5;
}
.modal-presentation__close span, .modal-presentation__close::before, .modal-presentation__close::after {
  content: "";
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: 1.5px;
  color: #000000;
  background-color: #000000;
}
.modal-presentation__close::before {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.modal-presentation__close::after {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
.modal-presentation__close span {
  top: calc(50% - 1px);
  width: 0;
}
.modal-presentation__video {
  height: 100%;
}
.modal-presentation__video iframe {
  border-radius: 10px;
  object-fit: fill;
}
.building {
  position: relative;
  z-index: 1;
  padding-bottom: 700px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .building {
    background-attachment: unset;
    -webkit-background-size: 100% 500px;
    padding-bottom: 55%;
    background-size: cover;
  }
}
/*-----------------------------Aproach Page--------------------------------------------*/
.ability {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .ability {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .ability {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .ability__wrapper {
    flex-direction: column-reverse;
  }
}
.ability__title:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ability__title:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ability__text {
  font-size: 18px;
  line-height: 167%;
  color: #191919;
}
@media (max-width: 992px) {
  .ability__text {
    font-size: 16px;
  }
}
.ability__image {
  padding-bottom: 79.3%;
}
@media (max-width: 992px) {
  .ability__image {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 575px) {
  .ability__image {
    margin-bottom: 20px;
  }
}
.our {
  position: relative;
  background-color: white;
}
.our__container {
  background-color: #EFF3FC;
  padding-top: 120px;
  padding-bottom: 160px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .our__container {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .our__container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1400px) {
  .our__body {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .our__body {
    padding: 0 0 50px 0;
  }
}
.our__label:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .our__label:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .our__label:not(:last-child) {
    margin-bottom: 20px;
  }
}
.our__title:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .our__title:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .our__title:not(:last-child) {
    margin-bottom: 15px;
  }
}
.text-our__item {
  position: relative;
  display: flex;
  color: #191919;
  font-size: 18px;
  line-height: 167%;
}
@media (max-width: 992px) {
  .text-our__item {
    font-size: 16px;
  }
}
.text-our__item:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .text-our__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .text-our__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-our__item::before {
  content: "·";
  display: block;
  margin-right: 5px;
  font-size: 50px;
}
.cards-our {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 85px;
  row-gap: 65px;
}
@media (max-width: 1200px) {
  .cards-our {
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 575px) {
  .cards-our {
    grid-template-columns: 1fr;
  }
}
.cards-our::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 6%;
  z-index: 1;
  display: block;
  width: 116%;
  padding-bottom: 101%;
  background-image: url("../img/circle.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .cards-our::before {
    top: 30%;
  }
}
@media (max-width: 992px) {
  .cards-our::before {
    top: 10%;
    left: 30%;
  }
}
@media (max-width: 767.98px) {
  .cards-our::before {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .cards-our::before {
    width: 136%;
    padding-bottom: 131%;
    top: 70%;
  }
}
@media (max-width: 992px) {
  .cards-our::before {
    width: 80%;
    padding-bottom: 80%;
  }
}
.cards-our__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 575px) {
  .cards-our__item {
    align-items: center;
    text-align: center;
  }
}
.cards-our__image {
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cards-our__image img {
  z-index: 3;
  max-width: 100%;
}
.cards-our__image:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cards-our__image:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cards-our__image:not(:last-child) {
    margin-bottom: 10px;
  }
}
.cards-our__image::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cards-our__title {
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.cards-our__title:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .cards-our__title:not(:last-child) {
    margin-bottom: 5px;
  }
}
.cards-our__text {
  color: #191919;
  line-height: 188%;
}
.ability-picture {
  position: relative;
  background-color: #ffffff;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .ability-picture {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .ability-picture {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .ability-picture {
    padding-top: 30px;
  }
}
.ability-picture__container {
  position: relative;
  overflow: hidden;
  padding-bottom: 23.5044%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media (max-width: 992px) {
  .ability-picture__container {
    background-attachment: unset;
    -webkit-background-size: 100% 300px;
    padding-bottom: 30%;
  }
}
@media (max-width: 767.98px) {
  .ability-picture__container {
    padding-bottom: 50%;
  }
}
.investment {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .investment {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .investment {
    padding-bottom: 50px;
  }
}
.investment__container {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #EFF3FC;
}
@media (max-width: 992px) {
  .investment__container {
    margin-bottom: 70px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .investment__container {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.investment__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.investment__label:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .investment__label:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .investment__label:not(:last-child) {
    margin-bottom: 20px;
  }
}
.investment__title:not(:last-child) {
  margin-bottom: 130px;
}
@media (max-width: 1200px) {
  .investment__title:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .investment__title:not(:last-child) {
    margin-bottom: 80px;
  }
}
.investment__body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 215px;
  row-gap: 110px;
}
@media (max-width: 1200px) {
  .investment__body {
    column-gap: 120px;
  }
}
@media (max-width: 992px) {
  .investment__body {
    column-gap: 30px;
  }
}
@media (max-width: 800px) {
  .investment__body {
    grid-template-columns: 1fr;
  }
}
.investment__body::before {
  content: "";
  position: absolute;
  top: -4%;
  right: -17.5%;
  z-index: 1;
  display: block;
  width: calc(761 / 1170 * 100%);
  padding-bottom: calc(761 / 1170 * 100%);
  background-image: url("../img/circle.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .investment__body::before {
    top: 5%;
    right: -3%;
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 575px) {
  .investment__body::before {
    right: -18%;
    width: 100%;
    height: 50%;
  }
}
.item-investment {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .item-investment {
    flex-direction: column;
  }
}
.item-investment::before {
  content: "";
  position: absolute;
  top: -20%;
  left: calc(35 / 490 * 100%);
  display: block;
  width: calc(242 / 490 * 100%);
  padding-bottom: calc(242 / 490 * 100%);
  border-radius: 50%;
  background: rgba(52, 121, 199, 0.1);
}
@media (max-width: 900px) {
  .item-investment::before {
    top: -10%;
  }
}
@media (max-width: 800px) {
  .item-investment::before {
    top: -25%;
    left: 2%;
    width: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .item-investment::before {
    top: 0%;
    width: 200px;
    padding-bottom: 200px;
  }
}
.item-investment__image {
  position: relative;
  margin-right: 40px;
  margin-bottom: 10px;
}
.item-investment__image img {
  position: relative;
  z-index: 3;
  margin-bottom: 13px;
}
.item-investment__image::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #ffffff;
}
.item-investment__title {
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.item-investment__title:not(:last-child) {
  margin-bottom: 10px;
}
.item-investment__text {
  color: #191919;
  line-height: 188%;
}
/*----------------------------Portfolio Page---------------------------------------------*/
.portfolio {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .portfolio {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .portfolio {
    padding: 50px 0;
  }
}
.portfolio__form {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  max-width: 210px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 60px;
}
@media (max-width: 575px) {
  .portfolio__form {
    max-width: unset;
  }
}
.portfolio__form::before {
  margin-right: 10px;
  color: #3479C7;
}
.portfolio__form:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .portfolio__form:not(:last-child) {
    margin-bottom: 15px;
  }
}
.portfolio__search {
  display: block;
  font-size: 14px;
  line-height: 157%;
  color: rgba(25, 25, 25, 0.7);
}
.portfolio__item {
  display: block;
  margin-top: 30px;
  transition: box-shadow 0.3s ease 0s;
}
.item-portfolio {
  position: relative;
  padding-top: 101.645%;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .item-portfolio:hover .item-portfolio__content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    bottom: 0;
  }
  .item-portfolio:hover .item-portfolio__bg {
    height: 70%;
  }
}
.item-portfolio__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 15px 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-top: none;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  bottom: -100%;
}
@media (max-width: 1370px) {
  .item-portfolio__content {
    padding: 15px;
  }
}
.item-portfolio__top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.item-portfolio__top:not(:last-child) {
  margin-bottom: 20px;
}
.item-portfolio__title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  .item-portfolio__title {
    font-size: 16px;
  }
}
.item-portfolio__status {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  .item-portfolio__status {
    font-size: 12px;
  }
}
.item-portfolio__body {
  display: grid;
  row-gap: 10px;
  column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.item-portfolio__item:nth-child(3n) {
  text-align: right;
}
.item-portfolio__value {
  color: #3479C7;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1370px) {
  .item-portfolio__value {
    font-size: 12px;
  }
}
.item-portfolio__key {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1370px) {
  .item-portfolio__key {
    font-size: 11px;
  }
}
.item-portfolio__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: height 0.4s ease 0s;
}
.modal-portfolio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
.modal-portfolio.modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .modal-portfolio {
    padding: 0;
  }
}
.modal-portfolio__wrapper {
  position: relative;
  padding: 15px;
  max-width: 800px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}
.modal-portfolio__content {
  display: flex;
  gap: 20px;
}
@media (max-width: 400px) {
  .modal-portfolio__content {
    flex-direction: column;
  }
}
.modal-portfolio__close {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 13px;
  cursor: pointer;
  z-index: 5;
  margin-left: auto;
  margin-bottom: 5px;
}
.modal-portfolio__close span, .modal-portfolio__close::before, .modal-portfolio__close::after {
  content: "";
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: 1.5px;
  color: #000000;
  background-color: #000000;
}
.modal-portfolio__close::before {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.modal-portfolio__close::after {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
.modal-portfolio__close span {
  top: calc(50% - 1px);
  width: 0;
}
.modal-portfolio__image {
  height: 300px;
  flex: 0 0 45%;
}
@media (max-width: 575px) {
  .modal-portfolio__image {
    height: 180px;
  }
}
@media (max-width: 400px) {
  .modal-portfolio__image {
    flex: unset;
    height: 220px;
  }
}
.modal-portfolio__body {
  flex: 1 1 auto;
}
.modal-portfolio__title {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.modal-portfolio__title:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .modal-portfolio__title {
    font-size: 19px;
  }
  .modal-portfolio__title:not(:last-child) {
    margin-bottom: 5px;
  }
}
.modal-portfolio__status {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.modal-portfolio__status:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .modal-portfolio__status {
    font-size: 12px;
    font-weight: 400;
  }
}
.modal-portfolio__items {
  display: grid;
  row-gap: 10px;
  column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.modal-portfolio__value {
  color: #3479C7;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .modal-portfolio__value {
    font-size: 14px;
  }
}
.modal-portfolio__key {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
}
/*--------------------------------Team-----------------------------------------*/
.founder {
  padding-top: 75px;
  padding-bottom: 110px;
}
@media (max-width: 992px) {
  .founder {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .founder {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .founder__wrapper {
    flex-direction: column;
  }
}
.item-founder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 70px 128px;
  margin-top: 25px;
  background-color: #EFF3FC;
  overflow: hidden;
}
@media (max-width: 1450px) {
  .item-founder {
    padding: 50px 80px;
  }
}
@media (max-width: 1200px) {
  .item-founder {
    padding: 20px 60px;
  }
}
@media (max-width: 575px) {
  .item-founder {
    padding: 30px 25px;
  }
}
.item-founder::before {
  content: "";
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  width: 435px;
  height: 435px;
  background-image: url("../img/circle.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}
@media (max-width: 575px) {
  .item-founder::before {
    width: 370px;
    height: 370px;
  }
}
.item-founder__body {
  position: relative;
  z-index: 2;
}
.item-founder__body:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .item-founder__body:not(:last-child) {
    margin-bottom: 15px;
  }
}
.item-founder__image {
  width: 263px;
  height: 328px;
}
.item-founder__image img {
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .item-founder__image {
    width: 230px;
    height: 260px;
  }
}
.item-founder__image:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .item-founder__image:not(:last-child) {
    margin-bottom: 15px;
  }
}
.item-founder__name {
  color: #000000;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.04em;
}
.item-founder__position {
  color: #000;
  font-size: 14px;
  line-height: 121%;
}
.item-founder__text {
  position: relative;
  z-index: 2;
  color: #191919;
  font-size: 16px;
  line-height: 138%;
}
@media (max-width: 575px) {
  .item-founder__text {
    font-size: 15px;
  }
}
.item-founder__text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  color: #3479C7;
  font-size: 10px;
}
@media (max-width: 575px) {
  .item-founder__text::before {
    left: -18px;
    font-size: 8px;
  }
}
.item-founder__text::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -30px;
  color: #3479C7;
  font-size: 10px;
}
@media (max-width: 575px) {
  .item-founder__text::after {
    right: -10px;
    bottom: -10px;
    font-size: 8px;
  }
}
.employees {
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .employees {
    padding-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .employees {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .employees {
    padding-bottom: 80px;
  }
}
.employees__item:not(:last-child) {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .employees__item:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
}
.item-employees {
  display: flex;
  gap: 85px;
}
@media (max-width: 992px) {
  .item-employees {
    gap: 45px;
  }
}
@media (max-width: 767.98px) {
  .item-employees {
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  .item-employees {
    flex-direction: column;
  }
}
.item-employees__info:not(:last-child) {
  margin-right: 85px;
}
@media (max-width: 992px) {
  .item-employees__info:not(:last-child) {
    margin-right: 45px;
  }
}
@media (max-width: 767.98px) {
  .item-employees__info:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.item-employees__image {
  width: 263px;
  height: 328px;
}
@media (max-width: 575px) {
  .item-employees__image {
    margin: 0 auto;
  }
}
.item-employees__image:not(:last-child) {
  margin-bottom: 20px;
}
.item-employees__image img {
  object-fit: cover;
  max-width: 100%;
}
.item-employees__name {
  color: #000000;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.04em;
}
.item-employees__position {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 121%;
}
@media (max-width: 767.98px) {
  .item-employees__body {
    padding: 0 8px;
  }
}
.item-employees__text {
  position: relative;
  z-index: 2;
  color: #191919;
  font-size: 16px;
  line-height: 138%;
}
.item-employees__text:not(:last-child) {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .item-employees__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .item-employees__text {
    font-size: 15px;
  }
}
.item-employees__text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  color: #3479C7;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  .item-employees__text::before {
    left: -18px;
    font-size: 8px;
  }
}
.item-employees__text::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -40px;
  color: #3479C7;
  font-size: 10px;
}
@media (max-width: 1200px) {
  .item-employees__text::after {
    right: 10px;
    bottom: -10px;
  }
}
@media (max-width: 767.98px) {
  .item-employees__text::after {
    right: -10px;
    bottom: -10px;
    font-size: 8px;
  }
}
.item-employees__brand img {
  max-width: 100%;
  object-fit: contain;
  width: 155px;
  height: 41px;
}
/*------------------------------------Press-------------------------------------*/
.mention {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .mention {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .mention {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .mention {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.mention__container {
  max-width: 1145px;
}
.mention__item:not(:last-child) {
  margin-bottom: 20px;
}
.top-mention {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 30px;
}
.top-mention:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .top-mention:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .top-mention {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .top-mention__label:not(:last-child) {
    margin-bottom: 10px;
  }
}
.top-mention__select {
  position: relative;
}
.item-mention {
  display: flex;
  height: 100%;
  align-items: center;
  border: 1px solid #000000;
}
@media (max-width: 500px) {
  .item-mention {
    flex-direction: column;
  }
}
.item-mention__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  flex: 0 0 216px;
  height: 100%;
  padding: 50px 34px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .item-mention__logo {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .item-mention__logo {
    padding: 0 15px;
    flex: 0 0 170px;
  }
}
@media (max-width: 650px) {
  .item-mention__logo {
    flex: 0 0 140px;
  }
}
@media (max-width: 500px) {
  .item-mention__logo {
    flex: 0 0 85px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.item-mention__logo img {
  display: block;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 500px) {
  .item-mention__logo img {
    height: 60px;
  }
}
.item-mention__body {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 50px 40px 70px;
}
@media (max-width: 1200px) {
  .item-mention__body {
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width: 992px) {
  .item-mention__body {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .item-mention__body {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .item-mention__body {
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .item-mention__body {
    width: 100%;
  }
}
.item-mention__info {
  max-width: 511px;
}
.item-mention__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.item-mention__title:not(:last-child) {
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  .item-mention__title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .item-mention__title {
    font-size: 17px;
  }
}
@media (max-width: 650px) {
  .item-mention__title {
    font-size: 15px;
  }
  .item-mention__title:not(:last-child) {
    margin-bottom: 3px;
  }
}
.item-mention__date {
  color: #3479C7;
  font-size: 18px;
  line-height: 122%;
}
@media (max-width: 992px) {
  .item-mention__date {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .item-mention__date {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .item-mention__date {
    font-size: 11px;
  }
}
.item-mention__link {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 14px;
  line-height: 157%;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .item-mention__link {
    font-size: 12px;
  }
  .item-mention__link span {
    display: none;
  }
}
.item-mention__link span {
  position: relative;
}
.item-mention__link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000000;
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-mention__link:hover span::before {
    opacity: 1;
    transform: translateY(0);
  }
  .item-mention__link:hover::before {
    background-color: #ffffff;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
}
.item-mention__link::before {
  padding: 8px 9px;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
}
@media (max-width: 767.98px) {
  .item-mention__link::before {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.select-top {
  position: relative;
  width: 100%;
  max-width: 285px;
  padding: 10px 12px 10px 19px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background: url("../img/arrow.svg") no-repeat 95% white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s ease 0s;
  color: rgba(25, 25, 25, 0.7);
  font-size: 14px;
  line-height: 157%;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .select-top {
    border-radius: 15px;
  }
}
@media (max-width: 992px) {
  .select-top {
    padding: 8px 10px 8px 15px;
  }
}
@media (max-width: 767.98px) {
  .select-top {
    font-size: 12px;
    max-width: 200px;
  }
}
@media (max-width: 450px) {
  .select-top {
    max-width: unset;
  }
}
/*-----------------------------------Contact Us--------------------------------------*/
.contact__body {
  padding-top: 115px;
  padding-bottom: 105px;
}
@media (max-width: 992px) {
  .contact__body {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .contact__body {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
@media (max-width: 575px) {
  .contact__body {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .contact__location {
    margin-bottom: 40px;
  }
}
.contact__map {
  width: 100%;
  height: 100%;
  max-height: 800px;
}
@media (max-width: 1400px) {
  .contact__map {
    max-height: 600px;
  }
}
@media (max-width: 992px) {
  .contact__map {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .contact__map {
    height: 400px;
  }
}
.contact__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.contact__content:not(:last-child) {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .contact__content:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .contact__content:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .contact__content:not(:last-child) {
    margin-bottom: 50px;
  }
}
.contact__label:not(:last-child) {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .contact__label:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .contact__label:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 1300px) {
  .contact__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .contact__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .contact__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .contact__items {
    grid-template-columns: 1fr;
  }
}
.item-contact {
  color: #191919;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .item-contact {
    font-size: 14px;
  }
}
.item-contact__button {
  color: #3479C7;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}
.item-contact__button:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .item-contact__button {
    font-size: 18px;
  }
  .item-contact__button:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .item-contact__button {
    font-size: 16px;
  }
  .item-contact__button:not(:last-child) {
    margin-bottom: 10px;
  }
}
.item-contact__email-item {
  text-decoration-line: underline;
  line-height: 200%;
}
@media (max-width: 767.98px) {
  .item-contact__email-item {
    margin-top: -4px;
  }
}
.form-contact__label:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .form-contact__label:not(:last-child) {
    margin-bottom: 15px;
  }
}
.form-contact__descr:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .form-contact__descr:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .form-contact__descr:not(:last-child) {
    margin-bottom: 25px;
  }
}
.form-contact__form .wpforms-field-container:not(:last-child) {
  margin-bottom: 50px !important;
}
.form-contact__form .wpforms-field-large.wpforms-field-required, .form-contact__form .wpforms-field-medium {
  background-color: #F9F9F9 !important;
  border: 1px solid #EFEFEF !important;
  color: rgba(25, 25, 25, 0.8) !important;
  font-size: 14px !important;
  line-height: 157% !important;
  resize: none !important;
  padding: 0 !important;
  padding: 12px 20px !important;
  min-height: 45px !important;
}
.form-contact__form .wpforms-field-large.wpforms-field-required::placeholder, .form-contact__form .wpforms-field-medium::placeholder {
  color: rgba(25, 25, 25, 0.3) !important;
}
.form-contact__form .wpforms-field-medium {
  padding: 20px !important;
  min-height: 170px !important;
}
.form-contact__form .wpforms-submit-container {
  padding: 0 !important;
}
.form-contact__form .wpforms-submit {
  position: relative !important;
  width: 100% !important;
  max-width: 210px !important;
  background-color: #3479C7 !important;
  border-radius: 60px !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 157% !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease 0s !important;
}
.form-contact__form .wpforms-submit::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3479C7;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .form-contact__form .wpforms-submit::before {
    top: 30px;
  }
}
@media (any-hover: hover) {
  .form-contact__form .wpforms-submit:hover {
    text-decoration: underline !important;
  }
  .form-contact__form .wpforms-submit:hover::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.form-contact__form .wpforms-error {
  padding-top: 8px !important;
  color: #ff1919 !important;
}
.newsletter {
  padding: 40px 0;
  background-color: #3479C7;
}
.newsletter__wrapper {
  align-items: center;
}
.newsletter__image {
  position: relative;
}
.newsletter__image::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-4.3%, -4.3%);
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #6DC9DC;
}
@media (max-width: 1750px) {
  .newsletter__image::before {
    transform: translate(4.3%, -4.3%);
  }
}
@media (max-width: 575px) {
  .newsletter__image::before {
    transform: translate(2%, -2%);
  }
}
.newsletter__image::after {
  position: absolute;
  z-index: 3;
  bottom: calc(85 / 685 * 100%);
  right: calc(-50 / 690 * 100%);
  display: block;
  width: calc(102 / 690 * 100%);
  padding-bottom: calc(102 / 690 * 100%);
  background-color: rgba(53, 180, 207, 0.72);
  backdrop-filter: blur(16px);
}
.newsletter__image img {
  z-index: 3;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .newsletter__body {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .newsletter__body {
    margin: 30px 0 0 0;
  }
}
.newsletter__title {
  color: #ffffff;
}
.newsletter__title:not(:last-child) {
  margin-bottom: 22px;
}
.newsletter__descr {
  color: #ffffff;
  font-size: 18px;
  line-height: 122%;
}
.newsletter__descr:not(:last-child) {
  margin-bottom: 57px;
}
@media (max-width: 767.98px) {
  .newsletter__descr {
    font-size: 16px;
  }
  .newsletter__descr:not(:last-child) {
    margin-bottom: 30px;
  }
}
.newsletter__form {
  border-bottom: 1px solid #ffffff;
}
.newsletter__form .wpforms-container.wpforms-container-full {
  margin: 0 !important;
  width: 100%;
}
.newsletter__form #wpforms-form-238 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px !important;
}
.newsletter__form .wpforms-field-container {
  width: 100% !important;
}
.newsletter__form .wpforms-field-large.wpforms-field-required {
  flex: 1 1 100% !important;
  width: 100% !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 138% !important;
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.newsletter__form .wpforms-field-large.wpforms-field-required::placeholder {
  color: #ffffff !important;
}
.newsletter__form .wpforms-submit {
  border-radius: 50% !important;
  transition: all 0.3s ease 0s !important;
  padding: 5px !important;
  background-color: transparent !important;
  border: none !important;
}
@media (any-hover: hover) {
  .newsletter__form .wpforms-submit:hover {
    background-color: #ffffff !important;
  }
  .newsletter__form .wpforms-submit:hover::before {
    color: #000000 !important;
  }
}
.newsletter__form .wpforms-submit::before {
  content: "";
  color: #ffffff !important;
  font-size: 18px !important;
  transition: all 0.3s ease 0s !important;
}
.newsletter__form .wpforms-submit-container {
  padding-top: 0 !important;
}
.newsletter__form .wpforms-error {
  color: #000000 !important;
}
.newsletter__form .wpforms-confirmation-container-full.wpforms-confirmation-scroll {
  background-color: #ffffff;
  color: #000000 !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  border: none !important;
}
.newsletter__email {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 138%;
  border: none;
  background-color: transparent;
}
.newsletter__email::placeholder {
  color: #ffffff;
}
/*------------------------------------Privacy-------------------------------------*/
.rules {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .rules {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .rules {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.rules__text h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.rules__text h2:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .rules__text h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .rules__text h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .rules__text h2 {
    font-size: 22px;
  }
}
.rules__text p {
  color: #191919;
  font-size: 18px;
  line-height: 167%;
}
.rules__text p:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .rules__text p {
    font-size: 16px;
  }
  .rules__text p:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .rules__text p {
    font-size: 14px;
  }
  .rules__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
/*------------------------------------Footer-------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #3479C7;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .footer {
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 20px;
  }
}
.footer__wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__wrapper:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .footer__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .footer__wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
.footer__logo {
  position: relative;
  z-index: 2;
  width: 180px;
  height: 45px;
}
.footer__logo img {
  object-fit: contain;
}
.footer__logo::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 6%;
  z-index: 1;
  display: block;
  width: 163.33%;
  padding-bottom: 163%;
  background-image: url("../img/circle-footer.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.6;
}
@media (max-width: 575px) {
  .footer__logo::before {
    left: -55%;
  }
}
.footer__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 335px 170px 120px;
  gap: 140px;
}
@media (max-width: 1300px) {
  .footer__body {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .footer__body {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .footer__body {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
}
.footer__address {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  letter-spacing: -0.04em;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .footer__address {
    font-size: 16px;
  }
}
.footer__emails {
  display: flex;
  flex-direction: column;
}
.footer__email {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  letter-spacing: -0.04em;
  text-decoration-line: underline;
}
@media (max-width: 1200px) {
  .footer__email {
    font-size: 16px;
  }
}
.footer__num {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  letter-spacing: -0.04em;
}
@media (any-hover: hover) {
  .footer__num:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1200px) {
  .footer__num {
    font-size: 16px;
  }
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (any-hover: hover) {
  .footer__link:hover {
    opacity: 0.8;
  }
}
.footer__link-text {
  font-size: 18px;
  line-height: 178%;
  letter-spacing: -0.04em;
}
@media (max-width: 1200px) {
  .footer__link-text {
    font-size: 16px;
  }
}
.footer__link-icon {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer__link-icon::before {
  font-size: 12px;
}
.footer__link-icon::after {
  content: "";
  display: block;
  transform: rotate(180deg);
  font-size: 12px;
}
.footer__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__bottom {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__copy {
  font-size: 16px;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .footer__copy {
    font-size: 14px;
  }
}
.footer__list {
  display: flex;
  align-items: center;
}
.footer__item {
  display: flex;
  align-items: center;
  transition: color 0.2s ease 0s;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .footer__item {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .footer__item:hover {
    color: #ffffff;
  }
}
.footer__item:not(:last-child)::after {
  content: "|";
  margin: 0 15px;
}
@media (max-width: 575px) {
  .footer__item:not(:last-child)::after {
    margin: 0 5px;
  }
}
/*# sourceMappingURL=style.css.map */