@font-face {
  font-family: "West";
  src: url("WestTrial-ExtraBoldWeb.woff2") format("woff2"), url("WestTrial-ExtraBoldWeb.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "West";
  src: url("WestTrial-LightWeb.woff2") format("woff2"), url("WestTrial-LightWeb.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "West";
  src: url("WestTrial-MediumWeb.woff2") format("woff2"), url("WestTrial-MediumWeb.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(1.5, 1.5);
            transform: translate(0%, 0%) scale(1.5, 1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.7);
            transform: translate(0%, 0%) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.7);
            transform: translate(0%, 0%) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.typing.animated b::before {
  -webkit-animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
          animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
  color: #2c2c2c;
}

.typing.animated b::after {
  -webkit-animation: max-width 0.7s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
          animation: max-width 0.7s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
  color: #191919;
}

@-webkit-keyframes max-width {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

@keyframes max-width {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}
@-webkit-keyframes max-height {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
@keyframes max-height {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #525252;
  line-height: 145%;
  font-weight: 400;
  background: #ffffff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #525252;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

.auto__container {
  position: relative;
  max-width: 1208px;
  margin: 0 auto;
  padding: 0 40px;
}

.editor-block h1,
.editor-block h2,
.editor-block h3,
.editor-block h4,
.editor-block h5 {
  margin-bottom: 24px;
  font-family: "Brown Pro", sans-serif;
  font-weight: 700;
}
.editor-block h1:last-child,
.editor-block h2:last-child,
.editor-block h3:last-child,
.editor-block h4:last-child,
.editor-block h5:last-child {
  margin-bottom: 0;
}
.editor-block p {
  margin-bottom: 20px;
  font-weight: 400;
}
.editor-block p:last-child {
  margin-bottom: 0;
}
.editor-block p a {
  color: #004b93;
}
.editor-block ul {
  padding-left: 24px;
  margin-bottom: 24px;
}
.editor-block ul:last-child {
  margin: 0;
}
.editor-block ul li {
  font-weight: 400;
  margin-bottom: 16px;
  list-style: disc;
}
.editor-block ul li:last-child {
  margin: 0;
}
.editor-block ul li h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #525252;
  margin-bottom: 16px;
  text-transform: lowercase;
}
.editor-block ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
.editor-block ol:last-child {
  margin: 0;
}
.editor-block ol li {
  font-weight: 400;
  margin-bottom: 24px;
  list-style: decimal;
  list-style-type: decimal-leading-zero;
}
.editor-block ol li:last-child {
  margin: 0;
}
.editor-block ol li::marker {
  font-weight: 700;
}
.editor-block ol li h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #525252;
  margin-bottom: 16px;
  text-transform: lowercase;
}
.editor-block table {
  width: 100%;
  border-collapse: collapse;
}
.editor-block table tr th {
  white-space: nowrap;
  color: #2d2d2d;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  padding: 12px 32px;
}
.editor-block table tr th,
.editor-block table tr td {
  font-family: "Inter", sans-serif;
  text-align: center;
  text-transform: capitalize;
}
.editor-block table tr th:first-child,
.editor-block table tr td:first-child {
  text-align: start;
}
.editor-block table tr td {
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  padding: 16px 32px;
  color: #525252;
  background: rgba(0, 0, 0, 0.02);
}
.editor-block table tr td:first-child {
  border-radius: 12px 0 0 12px;
}
.editor-block table tr td:last-child {
  border-radius: 0 12px 12px 0;
}
.editor-block table tr td p {
  display: none;
}
.editor-block table tr td h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #525252;
  text-transform: capitalize;
}
.editor-block table tbody tr {
  border-radius: 12px;
  border-bottom: 4px solid #ffffff;
}
.editor-block .table__wrapper {
  overflow: hidden;
  overflow-x: auto;
}

h1 {
  font-family: "Brown Pro", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  color: #080808;
}

h2 {
  font-family: "Brown Pro", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  color: #080808;
}

h3 {
  font-family: "Brown Pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
}

h4 {
  font-family: "Brown Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}
h4.sm {
  font-weight: 400;
  font-size: 28px;
  line-height: 115%;
  letter-spacing: -0.02em;
}

h5 {
  font-family: "Brown Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
}

h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
}
h6.sup {
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #004b93;
  text-transform: uppercase;
  margin-bottom: 8px;
}

p.xlg {
  font-size: 24px;
  line-height: 145%;
}
p.lg {
  font-size: 20px;
  line-height: 145%;
}
p.big {
  font-size: 18px;
  line-height: 145%;
}
p.sm {
  font-size: 14px;
  line-height: 145%;
}
p.xsm {
  font-size: 12px;
  line-height: 145%;
}

.main {
  overflow: hidden;
  padding-top: 82px;
}
.main.sm {
  padding-top: 0;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  padding: 11px 48px;
  border-radius: 12px;
}
.button:hover {
  opacity: 1;
}
.button:hover svg {
  -webkit-transform: translate(4px);
          transform: translate(4px);
}
.button.primary {
  background: #004b93;
  color: #ffffff;
  border: 1px solid #004b93;
}
.button.primary.purple {
  background: #773dbd;
  border-color: #773dbd;
}
.button.primary.purple:hover {
  background: #080808;
  border-color: #080808;
}
.button.primary:hover {
  background: #080808;
  border-color: #080808;
}
.button.secondary {
  background: #ffffff;
  color: #004b93;
  border: 1px solid #ffffff;
}
.button.secondary:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.button.solid {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button.solid.blue {
  border-color: #004b93;
  color: #004b93;
}
.button.solid.blue:hover {
  background: #004b93;
  color: #ffffff;
}
.button.solid.black {
  border-color: #080808;
  color: #080808;
}
.button.solid.black:hover {
  background: #080808;
  color: #ffffff;
}
.button.solid.purple {
  border-color: #773dbd;
  color: #773dbd;
}
.button.solid.purple:hover {
  background: #773dbd;
  color: #ffffff;
}
.button.solid:hover {
  background: #ffffff;
  color: #004b93;
}
.button svg {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.button span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.button span svg {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.lang {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 32px;
  color: #ffffff;
}
.lang.open .lang__menu {
  opacity: 1;
  visibility: visible;
}
.lang.open .lang__btn span svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.lang.open .lang__menu {
  opacity: 1;
  visibility: visible;
}
.lang__btn {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  cursor: pointer;
  min-width: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang__btn:hover {
  opacity: 0.8;
}
.lang__btn b {
  font-weight: 500;
}
.lang__btn span {
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
}
.lang__btn span svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lang__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px;
  background: #004b93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 4px 4px 0px #00000016;
          box-shadow: 0px 4px 4px 0px #00000016;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 4px;
}
.lang__menu button {
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  font-family: "Inter", sans-serif;
}
.lang__menu button:last-child {
  margin: 0;
}
.lang__menu button:hover {
  opacity: 0.8;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search button {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #2d2d2d;
}
.search button svg {
  width: 100%;
  height: 100%;
}
.search input {
  width: 100%;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #080808;
  padding: 12px 20px 12px 56px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.search input:focus {
  border-color: #004b93;
}
.search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.search input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.search input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.input__outer {
  display: block;
}
.input__outer p {
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 8px;
  color: #2d2d2d;
}
.input__outer p.sm {
  font-weight: 400;
  margin-top: 8px;
}
.input__outer p span {
  color: #e7000b;
}
.input input,
.input textarea,
.input select {
  width: 100%;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  color: #080808;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  resize: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  -webkit-appearance: none;
}
.input input:focus,
.input textarea:focus,
.input select:focus {
  border-color: #004b93;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder, .input select::-webkit-input-placeholder {
  color: #9c9c9c;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder, .input select::-moz-placeholder {
  color: #9c9c9c;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder, .input select:-ms-input-placeholder {
  color: #9c9c9c;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder, .input select::-ms-input-placeholder {
  color: #9c9c9c;
}
.input input::placeholder,
.input textarea::placeholder,
.input select::placeholder {
  color: #9c9c9c;
}
.input svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #777777;
  pointer-events: none;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.check__box {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: relative;
  margin-right: 12px;
}
.check__box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.check__box input:checked ~ span {
  border-color: #004b93;
  background: #004b93;
}
.check__box input:checked ~ span img {
  opacity: 1;
}
.check__box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.check__box span img {
  width: 15px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.check p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.check p a {
  color: #004b93;
  text-decoration: underline;
}
.check p span {
  color: #e7000b;
}

.video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 56.2%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.video.active::after {
  opacity: 0;
  pointer-events: none;
}
.video video,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.video video::-webkit-media-controls,
.video iframe::-webkit-media-controls {
  display: none;
}
.video video [poster],
.video iframe [poster] {
  width: 100%;
  height: 100%;
}
.video video:hover,
.video iframe:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.video video:hover ~ .video__play.active,
.video iframe:hover ~ .video__play.active {
  opacity: 1;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.video__play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.video__play.active {
  opacity: 0;
}
.video__play.active span img {
  opacity: 0;
}
.video__play.active span::after {
  opacity: 1;
}
.video__play.active span::before {
  opacity: 1;
}
.video__play.active:hover {
  opacity: 1;
}
.video__play span {
  width: 45%;
  height: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.video__play span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22%;
  width: 4px;
  height: 80%;
  background: #004b93;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.video__play span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22%;
  width: 4px;
  height: 80%;
  background: #004b93;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.video__play span img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.video__play p {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: rgba(242, 242, 242, 0.75);
  white-space: nowrap;
  pointer-events: none;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.breadcrumbs a,
.breadcrumbs p,
.breadcrumbs span {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #2d2d2d;
}
.breadcrumbs a {
  color: #9c9c9c;
}
.breadcrumbs a:hover {
  opacity: 1;
  color: #004b93;
}
.breadcrumbs span {
  margin: 0 8px;
  color: #9c9c9c;
}

@media (max-width: 1180px) {
  .auto__container {
    padding: 0 32px;
  }

  h1 {
    font-size: 52px;
    line-height: 120%;
  }

  h2 {
    font-size: 40px;
    line-height: 120%;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
    line-height: 145%;
  }

  p.xlg {
    font-size: 22px;
  }
  p.lg {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .main {
    padding-top: 72px;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  p.xlg {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }

  h1 {
    font-size: 44px;
  }

  h3 {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 40px;
  }

  h4 {
    font-size: 24px;
  }
  h4.sm {
    font-weight: 700;
  }

  h6 {
    font-size: 18px;
  }

  p.xlg {
    font-size: 18px;
  }
  p.big {
    font-size: 16px;
  }

  body {
    font-size: 14px;
    line-height: 145%;
  }

  .breadcrumbs {
    margin-bottom: 16px;
  }

  .video__play {
    width: 54px;
    height: 54px;
  }
  .video__play span::before {
    width: 3px;
  }
  .video__play span::after {
    width: 3px;
  }

  .input input {
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
  }

  .check {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .check__box {
    margin-top: 3px;
  }

  .button.mobBig {
    padding: 11px;
    width: 100%;
  }
  .button svg {
    width: 24px;
    height: 24px;
  }

  .fixedbg {
    top: 0 !important;
    left: 0 !important;
    max-width: unset !important;
    width: 100% !important;
    height: 100vh !important;
  }
  .fixedbgSec {
    overflow: hidden;
  }
  .fixedbg img,
.fixedbg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 24px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  padding: 16px 0;
}
.header.sticky .header__inner::before {
  background: #004b93;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.header.blue .header__inner::before {
  background: #004b93;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.header.dark .header__inner::before {
  background: #080808;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.header.light .header__inner::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background: #ffffff;
}
.header.light .nav__inner-links li a {
  color: #525252;
}
.header.light .lang {
  color: #525252;
}
.header.uniq.sticky .header__inner::before {
  background: #004b93;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.header.uniq .header__inner::before {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}
.header.uniq .header__inner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header.uniq .nav {
  width: 100%;
}
.header.uniq .nav__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header.uniq .lang {
  margin-right: 24px;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 8px 8px 8px 24px;
}
.header__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 141px;
  position: relative;
  z-index: 2;
}
.header__inner-logo img {
  width: 100%;
}
.header__inner-logo img.mob {
  display: none;
}

@media (max-width: 1024px) {
  .header {
    padding: 16px 0;
  }
  .header.active .header__inner::before {
    opacity: 0;
  }
  .header.uniq .header__inner-logo {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .header.uniq .nav__inner-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header.uniq .lang {
    margin: 0 32px 0 0;
  }
  .header.light .header__inner::before {
    background: #080808;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  .header.light .nav__inner-links li a {
    color: #f2f2f2;
  }
  .header.light .nav__inner-links li a:hover {
    color: #ffffff;
  }
  .header.light .nav__inner .button {
    border-color: #ffffff;
    color: #ffffff;
  }
  .header.light .nav__inner .button:hover {
    background: #ffffff;
    color: #080808;
    border-color: #080808;
  }
  .header.light .lang {
    color: #ffffff;
  }
  .header.blue .header__inner::before {
    background: #080808;
  }
  .header__inner {
    padding: 16px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header__inner::before {
    border-radius: 8px;
  }
  .header__inner-logo {
    position: relative;
    z-index: 10;
  }
  .header__inner-logo img.mob {
    display: block;
  }
  .header__inner-logo img.desc {
    display: none;
  }
}
@media (max-width: 540px) {
  .header__inner {
    padding: 16px;
  }
}
@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav {
  position: relative;
  z-index: 2;
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}
.nav__inner-links li {
  margin-right: 32px;
  list-style: none;
}
.nav__inner-links li:last-child {
  margin: 0;
}
.nav__inner-links li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #e6e6e6;
}
.nav__inner-links li a:hover {
  opacity: 1;
  color: #ffffff;
}
.nav__inner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__inner-arrow:hover {
  opacity: 1;
  background: #ffffff;
  color: #004b93;
}
.nav__inner-arrow svg {
  width: 24px;
  height: 24px;
}
.nav__inner .button {
  padding: 9px 30px;
  font-size: 14px;
  line-height: 20px;
}
.nav__inner .button svg {
  width: 22px;
  height: 22px;
}

.burger {
  display: none;
}

@media (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .nav.active {
    opacity: 1;
    visibility: visible;
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 120px 24px 24px 24px;
    height: 100%;
    overflow-y: auto;
  }
  .nav__inner-links {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .nav__inner-links li {
    margin: 0 0 20px 0;
  }
  .nav__inner-links li a {
    font-size: 18px;
    color: #f2f2f2;
  }
  .nav__inner-links li a:hover {
    color: #ffffff;
  }
  .nav__inner-action {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__inner-action .button {
    width: 100%;
    padding: 11px;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    z-index: 10;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 12%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 12%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .lang {
    margin: 0 0 32px 0;
  }
  .lang__menu {
    top: unset;
    bottom: 100%;
  }
}
@media (max-width: 540px) {
  .burger {
    width: 22px;
    height: 22px;
    margin-left: 16px;
  }
}
.footer {
  margin: 0 16px 16px;
  background: #080808;
  border-radius: 24px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.footer__inner-row {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-main {
  max-width: 264px;
  margin-right: 48px;
}
.footer__inner-main p {
  color: #d9d9d9;
}
.footer__inner-logo {
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 552px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__inner-col h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 16px;
  color: #d9d9d9;
}
.footer__inner-col a {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #f2f2f2;
  margin-bottom: 8px;
}
.footer__inner-col a:last-child {
  margin: 0;
}
.footer__inner-col a:hover {
  opacity: 1;
  color: #ffffff;
}
.footer__inner-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__inner-copy p {
  color: #d9d9d9;
}
.footer__inner-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-terms a {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #d9d9d9;
}
.footer__inner-terms a:hover {
  opacity: 1;
  color: #ffffff;
}
.footer__inner-terms span {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #d9d9d9;
  margin: 0 16px;
}
.footer__inner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 211px;
}
.footer__inner-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 12px;
  color: #ffffff;
}
.footer__inner-social a:last-child {
  margin: 0;
}
.footer__inner-social a:hover {
  background: #ffffff;
  color: #080808;
  opacity: 1;
}
.footer__inner-social a svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1180px) {
  .footer__inner-row {
    padding: 64px 0;
  }
  .footer__inner-terms span {
    margin: 0 8px;
  }
  .footer__inner-social {
    min-width: 160px;
  }
}
@media (max-width: 930px) {
  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 0;
  }
  .footer__inner-main {
    margin: 0 0 48px 0;
  }
  .footer__inner-logo {
    width: 188px;
  }
  .footer__inner-links {
    max-width: unset;
  }
  .footer__inner-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__inner-terms {
    margin: 24px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__inner-social {
    min-width: unset;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
@media (max-width: 750px) {
  .footer {
    margin: 0 20px 20px;
  }
  .footer .auto__container {
    padding: 0 32px;
  }
  .footer__inner-row {
    padding: 40px 0 32px;
  }
  .footer__inner-main {
    width: 100%;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px;
  }
  .footer__inner-col:last-child {
    margin: 0;
  }
  .footer__inner-terms {
    margin: 20px -6px;
  }
  .footer__inner-terms a {
    margin: 4px 6px;
  }
  .footer__inner-terms span {
    display: none;
  }
  .footer__inner-copy {
    padding: 32px 0;
  }
}
@media (max-width: 540px) {
  .footer__inner-logo {
    margin-bottom: 24px;
  }
  .footer__inner-main p {
    max-width: 218px;
  }
}
.join {
  margin: 0 16px -32px;
  background: #004b93;
  border-radius: 24px 24px 0 0;
  padding: 48px 0 80px;
  color: #ffffff;
}
.join.bgpurple {
  background: #773dbd;
}
.join.bgpurple .button.secondary {
  color: #773dbd;
}
.join.bgpurple .button.secondary:hover {
  color: #ffffff;
}
.join__inner-title {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 32px;
}
.join__inner-title p {
  color: #e6e6e6;
}
.join__inner-foot {
  text-align: center;
}
.join__inner-foot p {
  color: rgba(255, 255, 255, 0.8);
}
.join__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px;
}
.join__inner-buttons .button {
  margin: 8px;
}
.join__inner h2 {
  margin-bottom: 24px;
  color: #ffffff;
}
.joinForm {
  max-width: 768px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.joinForm__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.joinForm__input input {
  width: 100%;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.joinForm__input input:focus {
  border-color: #ffffff;
}
.joinForm__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm__input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm .button {
  margin-left: 16px;
  border-radius: 12px;
}

@media (max-width: 750px) {
  .join {
    margin: 0 20px -32px;
  }
  .join .auto__container {
    padding: 0 32px;
  }
}
@media (max-width: 650px) {
  .joinForm .button {
    padding: 11px 32px;
  }
  .join__inner-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .join__inner-buttons .button {
    margin: 0 0 16px 0;
    padding: 11px 32px;
  }
  .join__inner-buttons .button:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .join {
    padding: 48px 0 64px;
  }
  .join__inner-title {
    margin-bottom: 48px;
  }
  .joinForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
  .joinForm__input {
    width: 100%;
    margin-bottom: 16px;
  }
  .joinForm .button {
    margin: 0;
  }
}
.intro {
  margin: 96px 0;
}
.intro.big {
  margin: 96px 0 128px;
}
.intro.con {
  margin-bottom: 48px;
}
.intro.con .intro__inner-title p {
  max-width: 660px;
  margin: 0 auto 32px;
}
.intro__inner-title {
  text-align: center;
  margin-bottom: 48px;
}
.intro__inner-title:last-child {
  margin-bottom: 0;
}
.intro__inner-title.sm {
  max-width: 744px;
  margin: 0 auto;
}
.intro__inner-title h1 {
  margin-bottom: 24px;
}
.intro__inner-title p {
  max-width: 760px;
  margin: 0 auto 32px;
}
.intro__inner-title p:last-child {
  margin: 0 auto;
}
.intro__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__inner-buttons .button {
  margin-right: 16px;
}
.intro__inner-buttons .button:last-child {
  margin: 0;
}
.intro__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.introItem {
  width: calc(25% - 8px);
  max-width: 270px;
  text-align: center;
}
.introItem h5 {
  font-weight: 600;
  color: #080808;
  margin: 0;
}

@media (max-width: 1180px) {
  .intro.big {
    margin: 96px 0;
  }
}
@media (max-width: 930px) {
  .intro {
    margin: 64px 0;
  }
  .intro.big {
    margin: 64px 0;
  }
}
@media (max-width: 750px) {
  .intro__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
    padding-top: 12px;
  }
  .introItem {
    width: calc(50% - 16px);
    margin: 12px 8px;
  }
}
@media (max-width: 540px) {
  .intro {
    margin: 48px 0;
  }
  .intro.big {
    margin: 48px 0 64px;
  }
  .intro__inner-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro__inner-buttons .button {
    margin: 0 0 16px 0;
  }
}
.faq {
  margin: 128px 0 96px;
}
.faq.big {
  margin-top: 176px;
}
.faq.sm {
  margin-top: 64px;
}
.faq__inner-title {
  margin-bottom: 48px;
  text-align: center;
}
.faq__inner-title.sm {
  max-width: 500px;
  margin: 0 auto 48px;
}
.faq__inner-col {
  max-width: 920px;
  margin: 0 auto 128px;
}
.faq__inner-col.big {
  max-width: 960px;
}
.faq__inner-col.sm {
  max-width: 744px;
}
.faq__inner-col:last-child {
  margin-bottom: 0;
}
.faq__inner h2 {
  margin-bottom: 24px;
}
.faq__inner h2:last-child {
  margin: 0;
}
.faqItem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faqItem:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faqItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.faqItem__head.active {
  padding-bottom: 12px;
}
.faqItem__head.active span svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faqItem__head h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #2d2d2d;
}
.faqItem__head span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  color: #2d2d2d;
}
.faqItem__head span svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faqItem__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding-right: 24px;
}
.faqItem__body.active {
  opacity: 1;
  max-height: 500px;
  padding-bottom: 20px;
}
.faqContact {
  padding: 48px;
  background: #f2f6fa;
  border-radius: 24px;
}
.faqContact__title {
  max-width: 534px;
  margin: 0 auto 48px;
  text-align: center;
}
.faqContact__title h2 {
  max-width: 464px;
  margin: 0 auto 24px;
}
.faqContact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
  position: relative;
  max-width: 656px;
  margin: 0 auto 48px;
}
.faqContact__row::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}
.faqContact__item {
  width: calc(50% - 15px);
  max-width: 280px;
  text-align: center;
}
.faqContact__item p {
  margin-bottom: 2px;
}
.faqContact__item h6 {
  font-weight: 600;
  color: #080808;
}
.faqContact__item h6 a {
  color: #080808;
}
.faqContact__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1180px) {
  .faq {
    margin: 96px 0;
  }
  .faq.big {
    margin-top: 150px;
  }
  .faq__inner-col {
    margin-bottom: 96px;
  }
}
@media (max-width: 930px) {
  .faq {
    margin: 72px 0;
  }
  .faq.big {
    margin-top: 128px;
  }
  .faq__inner-col {
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  .faqContact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faqContact__row::before {
    display: none;
  }
  .faqContact__item {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .faqContact__item:last-child {
    margin: 0;
    padding: 0;
    border: unset;
  }
}
@media (max-width: 540px) {
  .faq.big {
    margin-top: 96px;
  }
  .faq__inner-title {
    margin-bottom: 32px;
  }
  .faqContact {
    padding: 32px 24px;
  }
  .faqContact__title {
    margin-bottom: 32px;
  }
  .faqContact__row {
    margin-bottom: 32px;
  }
}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 120%;
  pointer-events: none;
}
.hero__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 2;
}
.hero__bg img,
.hero__bg video,
.hero__bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__bg video,
.hero__bg iframe {
  z-index: 1;
}
.hero__bg video::-webkit-media-controls,
.hero__bg iframe::-webkit-media-controls {
  display: none;
}
.hero__inner {
  position: relative;
  z-index: 3;
}
.heroHome {
  padding: 162px 0 148px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}
.heroHome__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.heroHome__buttons {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.heroHome__search {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 576px;
}
.heroHome__search a {
  width: calc(50% - 8px);
  border-radius: 8px 8px 0 0;
  background: #028cde;
  color: #ffffff;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.heroHome__search a:last-child {
  background: #773dbd;
}
.heroHome__search a:hover {
  opacity: 1;
  padding: 24px 12px 24px 24px;
}
.heroHome__search a:hover span.name {
  opacity: 0;
  height: 0;
}
.heroHome__search a:hover span.logo {
  opacity: 1;
  height: 36px;
}
.heroHome__search a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.heroHome__search a span.name {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
}
.heroHome__search a span.logo {
  height: 0;
  opacity: 0;
}
.heroHome__search a span img {
  height: 100%;
}
.heroHome h1 {
  margin-bottom: 240px;
  color: #fafaf5;
  max-width: 487px;
}
.heroHome p {
  color: #e6e6e6;
}
.heroSpec {
  padding: 226px 0 96px;
}
.heroSpec__title {
  margin-bottom: 32px;
}
.heroSpec__title h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  color: #ffffff;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.heroSpec__title p {
  color: #e6e6e6;
}
.heroSpec__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.heroSpec .button {
  margin-right: 16px;
}
.heroSpec .button.secondary {
  color: #080808;
}
.heroSpec .button.secondary:hover {
  color: #ffffff;
}
.heroSpec .button:last-child {
  margin: 0;
}
.heroSpec h1 {
  margin-bottom: 24px;
}
.heroSustain {
  padding: 186px 0 64px;
}
.heroSustain__title {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 32px;
}
.heroSustain__title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 100px;
  margin-bottom: 8px;
}
.heroSustain__title h1 {
  margin-bottom: 24px;
}
.heroSustain__title p {
  color: #e6e6e6;
}
.heroSustain__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px;
}
.heroSustain__buttons .button {
  margin: 8px;
}
.heroProcess {
  padding: 226px 0 96px;
}
.heroProcess__title {
  margin-bottom: 40px;
  max-width: 722px;
}
.heroProcess__title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  text-transform: uppercase;
  color: #f2f2f2;
  margin-bottom: 8px;
}
.heroProcess__title p {
  color: #e6e6e6;
  max-width: 660px;
}
.heroProcess__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
.heroProcess__buttons .button {
  margin: 8px;
}
.heroProcess h1 {
  margin-bottom: 24px;
}
.heroProduct {
  padding: 226px 0 96px;
  color: #e6e6e6;
}
.heroProduct__title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}
.heroProduct__title:last-child {
  margin-bottom: 0;
}
.heroProduct__title p {
  max-width: 660px;
  margin: 0 auto 32px;
}
.heroProduct__title p:last-child {
  margin: 0 auto;
}
.heroProduct__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
.heroProduct__buttons .button {
  margin: 8px;
}
.heroProduct__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.heroProduct__item {
  width: calc(25% - 8px);
  max-width: 270px;
  text-align: center;
}
.heroProduct__item h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #ffffff;
  margin-bottom: 4px;
}
.heroProduct h1 {
  margin-bottom: 24px;
}
.hero h1 {
  color: #ffffff;
}

@media (max-width: 1180px) {
  .heroHome {
    padding: 140px 0 120px;
  }
  .heroSpec {
    padding: 180px 0 64px;
  }
  .heroSustain {
    padding: 160px 0 64px;
  }
  .heroProcess {
    padding: 200px 0 72px;
  }
  .heroProduct {
    padding: 200px 0 72px;
  }
}
@media (max-width: 930px) {
  .heroSpec {
    padding: 140px 0 64px;
  }
  .heroSustain {
    padding: 140px 0 64px;
  }
  .heroProcess {
    padding: 160px 0 64px;
  }
  .heroProduct {
    padding: 160px 0 64px;
  }
}
@media (max-width: 750px) {
  .heroHome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 120px 0 48px;
  }
  .heroHome__content {
    margin-bottom: 32px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .heroHome__buttons {
    margin: 0 0 48px 0;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .heroHome__search {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -20px;
  }
  .heroHome__search a {
    width: unset;
    margin: 0 0 16px 0;
    border-radius: 0 8px 8px 0;
    padding: 16px 48px !important;
  }
  .heroHome__search a:last-child {
    margin: 0;
  }
  .heroHome__search a span.logo {
    display: none;
  }
  .heroHome__search a span.name {
    opacity: 1 !important;
    height: 18px !important;
  }
  .heroHome h1 {
    margin-bottom: 24px;
  }
  .heroSpec__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .heroSpec .button {
    margin: 0 0 16px 0;
  }
  .heroProduct__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  .heroProduct__item {
    width: calc(50% - 16px);
    margin: 12px 8px;
  }
}
@media (max-width: 540px) {
  .heroSpec {
    padding: 120px 0 48px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .heroSpec .button {
    width: 100%;
    padding: 11px;
  }
  .heroSustain {
    padding: 120px 0 48px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .heroSustain__title h6 {
    font-size: 14px;
    line-height: 130%;
  }
  .heroSustain__buttons {
    margin: 0;
  }
  .heroSustain__buttons .button {
    width: 100%;
    padding: 11px;
    margin: 0 0 16px 0;
  }
  .heroSustain__buttons .button:last-child {
    margin: 0;
  }
  .heroProcess {
    padding: 120px 0 48px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .heroProcess__title {
    margin-bottom: 32px;
  }
  .heroProcess__title h6 {
    font-size: 14px;
    line-height: 130%;
  }
  .heroProcess__buttons {
    margin: 0;
  }
  .heroProcess__buttons .button {
    width: 100%;
    padding: 11px;
    margin: 0 0 16px 0;
  }
  .heroProcess__buttons .button:last-child {
    margin: 0;
  }
  .heroProduct {
    padding: 120px 0 48px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .heroProduct__title {
    margin-bottom: 32px;
  }
  .heroProduct__row {
    padding-top: 16px;
  }
}
.report {
  margin: 96px 0 64px;
}
.report__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.report__inner-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 888px;
}
.report__inner-content h2 {
  margin-bottom: 24px;
}
.report__inner-content p {
  max-width: 648px;
}
.report__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
}
.reportBanner {
  margin: 64px 0 96px;
}
.reportBanner .auto__container {
  max-width: 1440px;
  padding: 0 32px;
}
.reportBanner .video {
  padding-bottom: 38%;
  min-height: 300px;
  border-radius: 24px;
}
.reportBanner .video__play {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.reportBanner .video__play span {
  width: 25%;
  height: 30%;
}
.reportBanner .video__play span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12%;
  width: 6px;
  height: 110%;
  background: #ffffff;
}
.reportBanner .video__play span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  width: 6px;
  height: 110%;
  background: #ffffff;
}
.report__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reportCard {
  width: calc(50% - 15px);
  max-width: 516px;
  background: #028cde;
  border-radius: 24px;
  padding: 48px;
  color: #ffffff;
}
.reportCard:last-child {
  background: #773dbd;
}
.reportCard__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin-bottom: 48px;
}
.reportCard__logo img {
  height: 100%;
  max-width: 100%;
}
.reportCard h4 {
  margin-bottom: 24px;
}

@media (max-width: 1180px) {
  .report {
    margin: 72px 0 48px;
  }
  .reportBanner {
    margin: 48px 0 72px;
  }
  .reportBanner .video__play {
    width: 96px;
    height: 96px;
  }
  .reportBanner .video__play span::after {
    width: 5px;
  }
  .reportBanner .video__play span::before {
    width: 5px;
  }
}
@media (max-width: 930px) {
  .report__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report__inner-content {
    width: 100%;
    margin-bottom: 32px;
  }
  .report__inner-buttons {
    width: 100%;
    margin: 0;
  }
  .report__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reportCard {
    width: 100%;
    max-width: unset;
    margin: 0 0 24px 0;
  }
  .reportCard:last-child {
    margin: 0;
  }
}
@media (max-width: 750px) {
  .reportBanner {
    margin: 48px 0 72px;
  }
  .reportBanner .auto__container {
    padding: 0 20px;
  }
  .reportBanner .video__play {
    width: 64px;
    height: 64px;
  }
  .reportBanner .video__play span {
    width: 32%;
  }
  .reportBanner .video__play span::after {
    width: 4px;
  }
  .reportBanner .video__play span::before {
    width: 4px;
  }
  .reportCard {
    padding: 32px;
  }
  .reportCard__logo {
    height: 44px;
    margin-bottom: 32px;
  }
}
@media (max-width: 540px) {
  .reportBanner .video {
    min-height: unset;
    padding-bottom: 56.2%;
  }
  .reportBanner .video__play {
    width: 56px;
    height: 56px;
  }
  .reportCard__logo {
    height: unset;
    width: 100%;
    max-width: 240px;
    margin-bottom: 48px;
  }
  .reportCard__logo img {
    height: unset;
    width: 100%;
  }
}
.presence {
  padding: 96px 0;
}
.presence.sm {
  padding-top: 64px;
}
.presence.uniq {
  padding-bottom: 64px;
}
.presence.uniq .presence__inner-content {
  max-width: 370px;
}
.presence.uniq .presence__inner-info {
  max-width: 704px;
}
.presence.uniq .presenceItem {
  width: calc(25% - 6px);
}
.presence__inner {
  position: relative;
  padding-top: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.presence__inner-map {
  position: absolute;
  top: 0;
  right: -34px;
  width: 90%;
  max-width: 1006px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.presence__inner-map img,
.presence__inner-map video {
  pointer-events: none;
  width: 100%;
}
.presence__inner-map img::-webkit-media-controls,
.presence__inner-map video::-webkit-media-controls {
  display: none;
}
.presence__inner-content {
  position: relative;
  z-index: 2;
  max-width: 362px;
  margin-right: 24px;
}
.presence__inner-content p {
  margin-bottom: 32px;
  max-width: 335px;
}
.presence__inner-content p:last-child {
  margin-bottom: 0;
}
.presence__inner-info {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 526px;
}
.presence__inner-row {
  position: relative;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.presence__inner-row.dark .presenceItem {
  background: rgba(0, 0, 0, 0.05);
}
.presence__inner-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.presence__inner h2 {
  margin-bottom: 24px;
}
.presenceItem {
  width: calc(33.3% - 5px);
  padding: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 12px;
}
.presenceItem h3 {
  color: #004b93;
  margin-bottom: 8px;
}
.presenceLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
.presenceLabel:last-child {
  margin: 0;
}
.presenceLabel:last-child span {
  background: #773dbd;
}
.presenceLabel span {
  width: 14px;
  height: 12px;
  background: #028cde;
  margin-right: 4px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

@media (max-width: 1180px) {
  .presence {
    padding: 64px 0;
  }
  .presence__inner {
    padding-top: 300px;
  }
  .presence__inner-map {
    right: -24px;
  }
}
@media (max-width: 930px) {
  .presence {
    padding: 48px 0 72px;
  }
  .presence.big {
    padding: 72px 0;
  }
  .presence.sm {
    padding-top: 48px;
  }
  .presence.uniq {
    padding-bottom: 48px;
  }
  .presence.uniq .presenceItem {
    width: 100%;
  }
  .presence__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 200px;
  }
  .presence__inner-content {
    width: 100%;
    margin: 0 0 48px 0;
  }
  .presence__inner-info {
    width: 100%;
    max-width: unset;
  }
  .presence__inner-labels {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 750px) {
  .presence__inner {
    padding: 0;
  }
  .presence__inner-map {
    position: static;
    width: 100%;
    margin: 0 0 48px 0;
  }
}
@media (max-width: 540px) {
  .presence__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .presence__inner-content {
    max-width: unset !important;
  }
  .presence__inner-content p {
    max-width: unset;
  }
  .presenceLabel {
    margin-right: 16px;
  }
  .presenceLabel span {
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
  .presenceItem {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .presenceItem:last-child {
    margin: 0;
  }
}
.sustain {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.sustain__bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.sustain__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.sustain__bg img,
.sustain__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.sustain__inner {
  position: relative;
  z-index: 2;
  padding: 64px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 24px;
  color: #ffffff;
}
.sustain__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 96px;
}
.sustain__inner-top .button {
  margin-left: 24px;
}
.sustain__inner-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 424px;
}
.sustain__inner-title h2 {
  color: #ffffff;
}
.sustain__inner-title h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 8px;
}
.sustain__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.sustain__inner-row::before {
  position: absolute;
  top: 0;
  left: 32.5%;
  width: 1px;
  height: 100%;
  content: "";
  background: #ffffff;
  opacity: 0.15;
  pointer-events: none;
}
.sustain__inner-row::after {
  position: absolute;
  top: 0;
  right: 32.5%;
  width: 1px;
  height: 100%;
  content: "";
  background: #ffffff;
  opacity: 0.15;
  pointer-events: none;
}
.sustainItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.3% - 24px);
  max-width: 269px;
  text-align: center;
}
.sustainItem__icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.sustainItem__icon img {
  width: 100%;
}
.sustainItem h5 {
  margin-bottom: 16px;
  color: #f2f2f2;
}
.sustainItem p {
  color: #e6e6e6;
}

@media (max-width: 1180px) {
  .sustain {
    padding: 72px 0;
  }
  .sustain__inner {
    padding: 48px;
  }
  .sustain__inner-top {
    margin-bottom: 64px;
  }
}
@media (max-width: 930px) {
  .sustain__inner {
    padding: 32px;
  }
  .sustain__inner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 48px;
  }
  .sustain__inner-top .button {
    margin: 0;
  }
  .sustain__inner-title {
    width: 100%;
    max-width: unset;
    margin-bottom: 32px;
  }
  .sustain__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sustain__inner-row::before {
    display: none;
  }
  .sustain__inner-row::after {
    display: none;
  }
  .sustainItem {
    width: 100%;
    max-width: unset;
    margin: 0 0 48px 0;
  }
  .sustainItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .sustain__inner-title h6 {
    font-size: 14px;
  }
  .sustain__inner-top .button {
    width: 100%;
    padding: 11px 16px;
  }
  .sustainItem__icon {
    margin-bottom: 16px;
  }
  .sustainItem h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
  }
}
.clients {
  margin: 128px 0 96px;
}
.clients.sm {
  margin: 96px 0;
}
.clients__inner-title {
  max-width: 722px;
  margin: 0 auto 48px;
  text-align: center;
}
.clients__inner-title p {
  max-width: 530px;
  margin: 0 auto !important;
}
.clients__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clients__inner-row.sm {
  max-width: 936px;
  margin: 0 auto 36px;
}
.clients__inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.clients__inner h2 {
  margin-bottom: 24px;
}
.clients__inner h2:last-child {
  margin-bottom: 0;
}
.clientsItem {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.clientsItem:nth-child(n+4) {
  border-bottom: unset;
}
.clientsItem:nth-child(3n) {
  border-right: unset;
}
.clientsItem img {
  width: 100%;
}
.clientsItem img.mob {
  display: none;
}
.clientsCard {
  width: calc(33.3% - 24px);
  margin: 12px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.clientsCard__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #028cde;
  border-radius: 14px;
  margin-bottom: 16px;
}
.clientsCard__icon img {
  width: 22px;
}
.clientsCard h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #2d2d2d;
  margin-bottom: 16px;
}

@media (max-width: 1180px) {
  .clients {
    margin: 96px 0;
  }
}
@media (max-width: 930px) {
  .clients {
    margin: 96px 0 72px;
  }
  .clients.sm {
    margin: 64px 0;
  }
  .clients__inner-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .clientsCard {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .clientsCard:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .clients__inner-title h2 {
    font-size: 28px;
  }
  .clientsItem {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .clientsItem:nth-child(n) {
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .clientsItem:nth-child(n+5) {
    border-bottom: unset;
  }
  .clientsItem:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .clientsItem img.desc {
    display: none;
  }
  .clientsItem img.mob {
    display: block;
  }
}
.experts {
  margin: 64px 0 128px;
}
.experts__inner-title {
  margin-bottom: 32px;
}
.experts__inner-banner {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  padding-bottom: 43%;
  position: relative;
  margin-bottom: 32px;
}
.experts__inner-banner img,
.experts__inner-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.experts__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.experts__inner-col {
  width: calc(50% - 15px);
  max-width: 541px;
}
.experts__inner-col p {
  margin-bottom: 24px;
}
.experts__inner-col p:last-child {
  margin: 0;
}

@media (max-width: 1180px) {
  .experts {
    margin: 48px 0 96px;
  }
}
@media (max-width: 930px) {
  .experts {
    margin: 48px 0 96px;
  }
  .experts__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 80px;
  }
  .experts__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 32px;
    position: static;
  }
  .experts__inner-col:last-child {
    margin: 0;
  }
  .experts__inner-col .button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .experts__inner-col p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .experts__inner-banner {
    padding-bottom: 75%;
  }
}
.about {
  margin: 128px 0 96px;
}
.about__inner-title {
  margin-bottom: 48px;
}
.about__inner h2 {
  margin-bottom: 24px;
}
.aboutFoot {
  margin-top: 24px;
  padding: 32px 40px;
  background: #f2f6fa;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aboutFoot__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aboutFoot__title h5 {
  color: #080808;
}
.aboutFoot__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}
.aboutFoot__buttons .button {
  margin-right: 16px;
}
.aboutFoot__buttons .button:last-child {
  margin: 0;
}

.card {
  width: calc(25% - 24px);
  margin: 12px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card:hover {
  border-color: #004b93;
}
.card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}
.card__wrapper.row-3 .card {
  width: calc(33.3% - 24px);
}
.card__wrapper.sm .card {
  padding: 24px;
}
.card__wrapper.sm .card h6 {
  margin-bottom: 16px;
}
.card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #004b93;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__icon img {
  width: 59%;
  max-width: 28px;
}
.card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #004b93;
  margin: auto 0 0 0;
}
.card__link:hover {
  opacity: 1;
  color: #080808;
}
.card__link:hover svg {
  -webkit-transform: translate(4px);
          transform: translate(4px);
}
.card__link svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.card h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  color: #2d2d2d;
  margin-bottom: 24px;
}
.card h6:last-child {
  margin: 0;
}
.card p {
  margin-bottom: 24px;
}
.card p:last-child {
  margin: 0;
}
.card p span {
  color: #004b93;
}
.card ul {
  padding-top: 4px;
  margin-bottom: 24px;
  padding-left: 0;
}
.card ul:last-child {
  margin: 0;
}
.card ul li {
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  list-style: unset;
}
.card ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #004b93;
}
.card ul li:last-child {
  margin: 0;
}
.card__top {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card__top .card__icon {
  width: 56px;
  height: 56px;
}
.card__top h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
}
.card__info-item {
  margin-bottom: 24px;
}
.card__info-item:last-child {
  margin: 0;
}
.card__info-item h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #004b93;
  margin-bottom: 3px;
}
.card__foot {
  margin: auto 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card__foot p {
  margin: 0 !important;
}
.card__foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #004b93;
}
.card__foot a svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

@media (max-width: 1180px) {
  .about {
    margin: 96px 0;
  }
  .aboutFoot {
    padding: 32px;
  }

  .card {
    width: calc(33.3% - 24px);
  }
}
@media (max-width: 930px) {
  .about {
    margin: 96px 0 72px;
  }
  .aboutFoot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutFoot__title {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .aboutFoot__buttons {
    width: 100%;
    margin: 0;
  }

  .card {
    width: calc(50% - 24px);
  }
  .card__wrapper.row-3 .card {
    width: calc(50% - 24px);
  }
}
@media (max-width: 750px) {
  .aboutFoot__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutFoot__buttons .button {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 650px) {
  .card {
    width: calc(100% - 24px);
  }
  .card__wrapper.row-3 .card {
    width: calc(100% - 24px);
  }
}
@media (max-width: 540px) {
  .aboutFoot {
    margin-top: 24px;
  }
  .aboutFoot__title {
    text-align: center;
    max-width: 248px;
    margin: 0 auto 32px;
  }
  .aboutFoot .button {
    width: 100%;
    padding: 11px 20px;
  }

  .card h6 {
    font-size: 16px;
  }
}
.history.dark {
  background: #f2f6fa;
}
.history.sm .history__inner {
  padding-bottom: 64px;
}
.history__tag {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 56px 32px 24px;
  background: #cce8f8;
  border-radius: 0px 0px 24px 24px;
  color: #004b93;
}
.history__tag h3 {
  margin-bottom: 4px;
}
.history__tag p {
  text-transform: uppercase;
  font-weight: 600;
}
.history__inner {
  padding: 96px 0;
  position: relative;
}
.history__inner-title {
  width: calc(100% - 200px);
  max-width: 635px;
  margin-bottom: 48px;
}
.history__inner-title.center {
  width: 100%;
  max-width: 744px;
  margin: 0 auto 48px;
  text-align: center;
}
.history__inner h2 {
  margin-bottom: 24px;
}
.historyItem {
  height: 100%;
  padding: 24px;
  background: #004b93;
  border-radius: 24px;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
}
.historyItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.historyItem__arrow {
  position: absolute;
  left: calc(100% + 8px);
  top: 24px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #004b93;
}
.historyItem__arrow svg {
  width: 100%;
  height: 100%;
}
.historyItem__image {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.historyItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.historyItem h5 {
  margin-bottom: 16px;
}
.historyItem h6 {
  margin-bottom: 24px;
}
.historyItem h6.sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 16px;
}
.historyItem h6:last-child {
  margin: 0;
}
.historyItem p {
  color: #f2f2f2;
  margin-bottom: 24px;
}
.historyItem p:last-child {
  margin: 0;
}
.history .swiper-slide {
  height: unset !important;
}
.history .swiper-slide:last-child .historyItem__arrow {
  display: none;
}
.history .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 48px;
}
.history .swiper-buttons button {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 23px;
  border: 1px solid #004b93;
  border-radius: 12px;
  color: #004b93;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 16px 0 0;
  width: unset;
  height: unset;
}
.history .swiper-buttons button:hover {
  background: #004b93;
  color: #ffffff;
}
.history .swiper-buttons button:last-child {
  margin: 0;
}
.history .swiper-buttons button::after {
  display: none;
}
.history .swiper-buttons button svg {
  width: 24px;
  height: 24px;
}
.history .swiper-button-prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 1180px) {
  .history__inner {
    padding: 64px 0;
  }
}
@media (max-width: 930px) {
  .history__tag {
    padding: 32px 24px 24px;
    border-radius: 0 0 16px 16px;
  }
  .history__inner-title {
    width: calc(100% - 140px);
  }
}
@media (max-width: 540px) {
  .history.sm .history__inner {
    padding-bottom: 48px;
  }
  .history.dark .history__inner {
    padding: 72px 0;
  }
  .history__tag {
    position: static;
    border-radius: 24px;
    margin-bottom: 48px;
    padding: 24px;
  }
  .history__tag h3 {
    font-size: 36px;
    line-height: 110%;
  }
  .history__inner {
    padding: 48px 0;
  }
  .history__inner-title {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .historyItem h5 {
    font-size: 18px;
  }
  .historyItem h6.sm {
    font-size: 16px;
  }
  .historyItem p {
    font-size: 12px;
  }
}
.team {
  background: #f2f6fa;
  padding: 96px 0;
}
.team__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team__inner-row {
  width: calc(58% - 15px);
  max-width: 632px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teamContent {
  width: calc(42% - 15px);
  max-width: 456px;
}
.teamContent__title {
  margin-bottom: 48px;
}
.teamContent__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.teamContent .button {
  margin: 0 0 16px 0;
}
.teamContent .button:last-child {
  margin: 0;
}
.teamContent h2 {
  margin-bottom: 24px;
}
.teamItem {
  width: calc(50% - 12px);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.teamItem__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.teamItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.teamItem__content {
  padding: 20px 24px;
}
.teamItem h6 {
  margin-bottom: 8px;
  color: #080808;
}
.teamItem p {
  text-transform: uppercase;
  font-weight: 500;
  color: #004b93;
}

@media (max-width: 1180px) {
  .team {
    padding: 64px 0;
  }
  .teamContent__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 930px) {
  .team {
    padding: 72px 0;
  }
  .teamContent {
    width: 100%;
    max-width: unset;
    margin-bottom: 48px;
  }
  .team__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__inner-row {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 650px) {
  .team__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teamItem {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .teamItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .teamContent__buttons .button {
    width: 100%;
  }
}
.values {
  margin: 64px 0 96px;
}
.values.dark {
  background: #f2f6fa;
  margin: 0;
  padding: 96px 0;
}
.values.big {
  margin: 128px 0 96px;
}
.values.mid {
  margin: 96px 0;
}
.values.sm {
  margin: 64px 0;
}
.values.sm .values__inner-title {
  margin-bottom: 32px;
}
.values.sm .values__inner-title p {
  max-width: 700px;
  margin: 0 auto;
}
.values.cardpurple .card:hover {
  border-color: #773dbd;
}
.values.cardpurple .card__icon {
  background: #773dbd;
}
.values.cardpurple .card__link {
  color: #773dbd;
}
.values.bgpurple {
  background: #e4d8f2;
  margin: 0;
  padding: 96px 0;
}
.values.cardblue .card:hover {
  border-color: #028cde;
}
.values.cardblue .card__icon {
  background: #028cde;
}
.values.cardblue .card__link:hover {
  color: #028cde;
}
.values.bgblue {
  background: #e4d8f2;
  margin: 0;
  padding: 96px 0;
}
.values.linksm .card__link {
  font-size: 15px;
}
.values__inner-title {
  margin-bottom: 48px;
}
.values__inner-title.center {
  text-align: center;
}
.values__inner-title.center p {
  max-width: 820px;
  margin: 0 auto;
}
.values__inner-title.big p {
  max-width: unset;
}
.values__inner-title.mid p {
  max-width: 936px;
  margin: 0 auto;
}
.values__inner-title.lg p {
  max-width: 768px;
  margin: 0 auto;
}
.values__inner-title.sm p {
  max-width: 744px;
  margin: 0 auto;
}
.values__inner-title.sm2 h2 {
  max-width: 616px;
  margin: 0 auto 24px;
}
.values__inner-title.ex {
  max-width: 638px;
  margin: 0 auto 48px;
}
.values__inner-title.ex p {
  max-width: 526px;
  margin: 0 auto;
}
.values__inner-foot {
  text-align: center;
  margin-top: 72px;
}
.values__inner-foot h4 {
  margin-bottom: 24px;
  color: #080808;
}
.values__inner-foot p {
  max-width: 820px;
  margin: 0 auto;
}
.values__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.values__inner-buttons.sm {
  margin-top: 32px;
}
.values__inner-info {
  text-align: center;
  margin-top: 24px;
}
.values__inner-info p a {
  font-weight: 600;
  color: #004b93;
}
.values__inner-info p a:hover {
  opacity: 1;
  color: #080808;
}
.values__inner h2 {
  margin-bottom: 24px;
}
.values__inner h2:last-child {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .values.big {
    margin: 96px 0;
  }
}
@media (max-width: 930px) {
  .values {
    margin: 64px 0;
  }
  .values.dark {
    padding: 64px 0;
  }
  .values.bgpurple {
    padding: 64px 0;
  }
  .values.big {
    margin: 64px 0;
  }
  .values.mid {
    margin: 64px 0;
  }
  .values.sm {
    margin: 48px 0;
  }
  .values__inner-foot {
    margin-top: 56px;
  }
}
@media (max-width: 540px) {
  .values {
    margin: 48px 0 72px;
  }
  .values.dark {
    padding: 48px 0;
  }
  .values.sm {
    margin: 32px 0;
  }
  .values.pbase .card p {
    font-size: 16px;
    line-height: 145%;
  }
  .values.linksm .card__link {
    font-size: 16px;
  }
  .values__inner-title.ex {
    margin: 0 auto 32px;
  }
  .values__inner-foot {
    margin-top: 48px;
  }
  .values__inner-buttons {
    margin-top: 32px;
  }
  .values__inner-buttons .button {
    padding: 11px;
    width: 100%;
  }
}
.news {
  margin: 96px 0 128px;
}
.news.sm {
  margin: 96px 0;
}
.news__inner-title {
  margin-bottom: 48px;
  text-align: center;
}
.news__inner-grid {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.news__inner-grid .newsItem:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.news__inner-grid .newsItem:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.news__inner-grid .newsItem:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.news__inner-grid .newsItem:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.news__inner-grid .newsItem:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.news__inner-row {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__inner-row .newsItem {
  width: calc(33.3% - 24px);
  margin: 12px;
}
.news__inner-row .newsItem__image {
  padding-bottom: 145%;
}
.news__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
.news__inner-foot.sm {
  margin-top: 20px;
}
.news__inner-slider.mobAdd {
  display: none;
}
.news__inner-slider .newsItem__image {
  padding-bottom: 145%;
}
.news__inner-top {
  margin-bottom: 36px;
}
.newsTop {
  margin-bottom: 48px;
}
.newsTop.sm {
  margin-bottom: 14px;
}
.newsTop.sm .newsTop__row {
  margin-bottom: 10px;
}
.newsTop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}
.newsTop__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.newsTop__tag {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  margin: 6px 4px;
  color: #777777;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newsTop__tag.active {
  border-color: #004b93;
  color: #080808;
}
.newsTop .search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 468px;
  margin-right: 24px;
}
.newsFilter {
  max-width: 505px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.newsFilter button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  margin: 6px 4px;
  color: #777777;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newsFilter button:hover {
  background: #004b93;
  color: #ffffff;
}
.newsFilter button.active {
  background: #004b93;
  color: #ffffff;
}
.newsItem {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsItem.big .newsItem__image {
  padding-bottom: 177%;
}
.newsItem:hover {
  opacity: 1;
}
.newsItem:hover img,
.newsItem:hover video {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.newsItem__image {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-bottom: 86%;
}
.newsItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 2;
}
.newsItem__image img,
.newsItem__image video,
.newsItem__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.newsItem__image video,
.newsItem__image iframe {
  z-index: 1;
}
.newsItem__image video::-webkit-media-controls,
.newsItem__image iframe::-webkit-media-controls {
  display: none;
}
.newsItem__top {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  z-index: 3;
}
.newsItem__top p {
  color: #e6e6e6;
  font-weight: 500;
}
.newsItem__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  color: #e6e6e6;
}
.newsItem__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: #d9d9d9;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newsItem__link.mob {
  display: none;
}
.newsItem__link:hover {
  opacity: 1;
  color: #ffffff;
}
.newsItem__content {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 3;
  width: calc(100% - 16px);
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
}
.newsItem__content p {
  font-weight: 600;
  color: #ffffff;
  line-height: 29px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 116px;
  margin-bottom: 12px;
}
.newsItem__content p:last-child {
  margin-bottom: 0;
}
.newsItem__content .newsItem__link {
  color: #ffffff;
}
.newsItem__content .newsItem__link:hover {
  opacity: 1;
  color: #e6e6e6;
}

@media (max-width: 1180px) {
  .news {
    margin: 96px 0;
  }
  .news__inner-grid {
    gap: 20px;
  }
  .newsItem__content p {
    font-size: 16px;
    line-height: 23px;
    height: 92px;
  }
}
@media (max-width: 930px) {
  .news {
    margin: 72px 0 96px;
  }
  .news.sm {
    margin: 48px 0 72px;
  }
  .news__inner-grid {
    gap: 24px;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .news__inner-grid .newsItem:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .news__inner-grid .newsItem:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .news__inner-grid .newsItem:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .news__inner-grid .newsItem:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .news__inner-grid .newsItem:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .news__inner-row .newsItem {
    width: calc(50% - 24px);
  }
  .news__inner-foot.sm {
    margin-top: 32px;
  }
  .newsTop.sm {
    margin-bottom: 26px;
  }
  .newsTop.sm .newsTop__row {
    margin-bottom: 18px;
  }
  .newsTop__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsTop .search {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 650px) {
  .news__inner-top.center {
    text-align: center;
  }
  .news__inner-grid {
    display: none;
  }
  .news__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -8px;
  }
  .news__inner-row .newsItem {
    width: calc(100% - 16px);
    margin: 8px;
    position: relative;
  }
  .news__inner-row .newsItem__image {
    padding-bottom: 177%;
  }
  .news__inner-row .newsItem__content p {
    height: 104px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news__inner-row .newsItem__content p:last-of-type {
    margin: 0;
  }
  .news__inner-row .newsItem__top p.desc {
    display: none;
  }
  .news__inner-row .newsItem__link {
    margin-top: 12px;
  }
  .news__inner-row .newsItem__link.desc {
    display: none;
  }
  .news__inner-row .newsItem__link.mob {
    display: block;
    margin: 0;
  }
  .news__inner-foot {
    margin-top: 40px;
  }
  .news__inner-slider.mobAdd {
    display: block;
  }
  .news__inner-slider.big .newsItem__content p {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    height: 145px;
  }
  .news__inner-slider .newsItem__image {
    padding-bottom: 177%;
  }
  .newsItem.big .newsItem__image {
    padding-bottom: 150%;
  }
  .newsItem__image {
    padding-bottom: 177%;
  }
  .newsItem__content p {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 130px;
  }
}
@media (max-width: 540px) {
  .newsTop {
    margin-bottom: 36px;
  }
  .newsTop__row {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .newsTop .search {
    margin-bottom: 18px;
  }
  .newsFilter {
    max-width: 272px;
  }
  .newsItem__tag {
    font-size: 12px;
  }
  .newsItem__link {
    font-size: 14px;
  }
}
.investors {
  margin: 96px 0;
}
.investors__inner-title {
  text-align: center;
  margin-bottom: 48px;
}
.investors__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 936px;
  margin: 0 auto;
}
.investorsItem {
  width: calc(50% - 12px);
  max-width: 456px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.investorsItem:hover {
  border-color: #004b93;
  opacity: 1;
}
.investorsItem__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  background: #004b93;
}
.investorsItem__icon img {
  width: 50%;
}
.investorsItem h6 {
  color: #2d2d2d;
  margin-bottom: 32px;
}
.investorsItem p {
  margin-bottom: 32px;
}
.investorsItem .button {
  width: 100%;
  margin: auto 0 0 0;
}

@media (max-width: 930px) {
  .investors {
    margin: 72px 0;
  }
}
@media (max-width: 750px) {
  .investors__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .investorsItem {
    width: 100%;
    max-width: unset;
    margin-bottom: 24px;
  }
  .investorsItem:last-child {
    margin: 0;
  }
}
.detail {
  margin: 48px 0 96px;
}
.detail__inner-title {
  max-width: 936px;
  margin: 0 auto 48px;
  text-align: center;
}
.detail__inner-title > p {
  max-width: 744px;
  margin: 0 auto !important;
}
.detail__inner-banner {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  padding-bottom: 37.2%;
  position: relative;
  margin-bottom: 24px;
}
.detail__inner-banner img,
.detail__inner-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.detail__inner h1 {
  margin-bottom: 24px;
}
.detailInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 744px;
  margin: 0 auto 24px;
}
.detailInfo__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailInfo__share p {
  margin: 0;
}
.detailInfo__share a {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  color: #080808;
}
.detailInfo__share a:hover {
  opacity: 1;
  color: #004b93;
}
.detailInfo__share a svg {
  width: 100%;
  height: 100%;
}
.detailInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailInfo__date span {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  margin-right: 16px;
}
.detailInfo__date p {
  color: #777777;
}
.detailKey {
  padding: 32px 40px;
  background: #f2f6fa;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.detailKey__title {
  width: 160px;
  margin-right: 32px;
}
.detailKey__title h5 {
  color: #080808;
}
.detailKey__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detailKey ul {
  padding-left: 0;
}
.detailKey ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  color: #004b93;
  list-style: unset;
}
.detailKey ul li:last-child {
  margin: 0;
}
.detailKey ul li span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-top: 3px;
}
.detailKey ul li span img {
  width: 100%;
}
.detailKey ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 930px) {
  .detail {
    margin: 48px 0 64px;
  }
  .detailKey {
    padding: 32px;
  }
  .detailKey__title {
    width: 130px;
    margin-right: 24px;
  }
}
@media (max-width: 750px) {
  .detailKey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detailKey__title {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 540px) {
  .detail__inner-title {
    margin-bottom: 24px;
  }
  .detail__inner-banner {
    padding-bottom: 56.2%;
  }
  .detailInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detailInfo__share {
    margin-bottom: 12px;
  }
  .detailKey {
    padding: 24px;
    border-radius: 16px;
  }
  .detailKey h5 {
    font-size: 18px;
  }
  .detailKey ul li {
    margin-bottom: 24px;
  }
}
.article {
  margin: 96px 0 160px;
}
.article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__inner-col {
  max-width: 720px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article__inner-content {
  margin-bottom: 48px;
}
.article__inner-content:last-child {
  margin: 0;
}
.article__inner-content p {
  color: #2d2d2d;
  margin-bottom: 24px;
}
.article__inner-content p:last-child {
  margin: 0;
}
.article__inner-content h4 {
  margin-bottom: 24px;
  color: #080808;
}
.articleDetail {
  width: 360px;
  margin-left: 32px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.articleDetail__title {
  margin-bottom: 24px;
}
.articleDetail__title h6 {
  color: #080808;
}
.articleDetail__group {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.articleDetail__group:last-child {
  margin: 0;
  border: unset;
  padding: 0;
}
.articleDetail__group > h6 {
  margin-bottom: 10px;
  color: #080808;
}
.articleDetail__item {
  margin-bottom: 24px;
}
.articleDetail__item:last-child {
  margin: 0;
}
.articleDetail__item h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #2d2d2d;
}
.articleDetail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4px -4px -4px -4px;
}
.articleDetail__tags span {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  margin: 4px;
}
.articleDetail__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px -6px;
}
.articleDetail__share .button {
  margin: 6px;
  padding: 9px 20px;
}
.articleDetail__links {
  padding-top: 14px;
}
.articleDetail__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004b93;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 16px;
}
.articleDetail__links a:hover {
  opacity: 1;
  color: #080808;
}
.articleDetail__links a:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.articleDetail__links a:last-child {
  margin: 0;
}
.articleDetail__links a svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.articleProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 16px;
}
.articleProfile__avatar {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
  background: rgba(0, 0, 0, 0.1);
}
.articleProfile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.articleProfile h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 4px;
  color: #2d2d2d;
}
.articleProfile p {
  font-weight: 500;
}

@media (max-width: 1380px) {
  .article {
    margin: 96px 0 128px;
  }
}
@media (max-width: 1180px) {
  .article {
    margin: 96px 0;
  }
}
@media (max-width: 930px) {
  .article {
    margin: 64px 0 96px;
  }
  .article__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 48px;
  }
  .articleDetail {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 540px) {
  .article__inner-content h4 {
    font-size: 20px;
  }
}
.press {
  margin: 160px 0 128px;
}
.press.mid {
  margin: 128px 0;
}
.press__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.pressQuote {
  padding: 48px 124px;
  background: #f2f6fa;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
}
.pressQuote:last-child {
  margin-bottom: 0;
}
.pressQuote__icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}
.pressQuote__icon img {
  width: 100%;
}
.pressQuote__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pressQuote__text {
  margin-bottom: 24px;
}
.pressQuote__text p {
  color: #080808;
}
.pressProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pressProfile__avatar {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
  background: rgba(0, 0, 0, 0.1);
}
.pressProfile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.pressProfile h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 4px;
  color: #2d2d2d;
}
.pressProfile p {
  font-weight: 500;
}
.pressItem {
  width: calc(50% - 15px);
  max-width: 540px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pressItem h2,
.pressItem h3,
.pressItem h4,
.pressItem h5 {
  margin-bottom: 32px;
  color: #080808;
}
.pressItem h2:last-child,
.pressItem h3:last-child,
.pressItem h4:last-child,
.pressItem h5:last-child {
  margin: 0;
}
.pressItem p {
  margin-bottom: 32px;
}
.pressItem p:last-child {
  margin: 0;
}
.pressItem a {
  margin: auto 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004b93;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 16px;
}
.pressItem a:hover {
  opacity: 1;
  color: #080808;
}
.pressItem a:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.pressItem a:last-child {
  margin: 0;
}
.pressItem a svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pressContact {
  background: #004b93;
  border-radius: 24px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 48px;
}
.pressContact__title {
  text-align: center;
  margin-bottom: 48px;
}
.pressContact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
  position: relative;
}
.pressContact__row::before {
  position: absolute;
  top: 0;
  left: 32.5%;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.15);
}
.pressContact__row::after {
  position: absolute;
  top: 0;
  right: 32.5%;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.15);
}
.pressContact__item {
  width: calc(33.3% - 15px);
  max-width: 280px;
  text-align: center;
}
.pressContact__item p {
  margin-bottom: 2px;
  color: #d9d9d9;
}
.pressContact__item h6 {
  font-weight: 600;
  color: #ffffff;
}
.pressContact__item h6 a {
  color: #ffffff;
}
.pressContact__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1380px) {
  .press {
    margin: 128px 0;
  }
}
@media (max-width: 1180px) {
  .press {
    margin: 96px 0;
  }
  .press.mid {
    margin: 96px 0;
  }
  .pressQuote {
    padding: 48px 64px;
  }
}
@media (max-width: 930px) {
  .press.mid {
    margin: 64px 0;
  }
  .pressQuote {
    padding: 32px;
  }
  .pressItem {
    width: calc(50% - 12px);
  }
  .pressContact {
    padding: 32px;
  }
  .pressContact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pressContact__row::before {
    display: none;
  }
  .pressContact__row::after {
    display: none;
  }
  .pressContact__item {
    width: 100%;
    max-width: unset;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .pressContact__item:last-child {
    margin: 0;
    border: unset;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .press__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pressItem {
    width: 100%;
    max-width: unset;
    margin-bottom: 32px;
  }
  .pressItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .press__inner-row {
    margin-bottom: 32px;
  }
  .pressQuote {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px;
  }
  .pressQuote__icon {
    margin: 0 0 16px 0;
  }
  .pressQuote__text {
    margin-bottom: 32px;
  }
  .pressQuote__text p {
    font-size: 20px;
    line-height: 145%;
  }
  .pressContact {
    padding: 32px 24px;
  }
  .pressContact .button {
    width: 100%;
  }
  .pressItem h4 {
    font-size: 20px;
  }
  .pressItem p {
    font-size: 16px;
    line-height: 145%;
  }
}
.needs {
  margin: 128px 0 96px;
  position: relative;
}
.needs.dark {
  margin: 0;
  padding: 96px 0;
  background: #f2f6fa;
}
.needs.new {
  padding: 96px 0;
  margin: 0;
  color: #e6e6e6;
}
.needs.new .needs__inner {
  position: relative;
  z-index: 2;
}
.needs.new .needs__inner h2 {
  color: #ffffff;
}
.needs.new .needsItem {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.needs.new .needsItem__arrow {
  color: #ffffff;
}
.needs.bgpurple {
  margin: 0;
  padding: 96px 0;
  background: #e4d8f2;
}
.needs.bgpurple .needsItem {
  background: #ffffff;
}
.needs.bgpurple .needsItem__arrow {
  color: #773dbd;
}
.needs.bgpurple .needsItem h5 {
  color: #773dbd;
}
.needs.bgpurple .needsItem h6 {
  color: #2d2d2d;
}
.needs.bgpurple .needsItem p {
  color: #525252;
}
.needs__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.needs__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.needs__bg img,
.needs__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.needs__inner-title {
  text-align: center;
  margin-bottom: 48px;
}
.needs__inner-title p {
  max-width: 820px;
  margin: 0 auto;
}
.needs__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.needs__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.needs__inner-buttons .button {
  margin: 0 16px 0 0;
}
.needs__inner-buttons .button:last-child {
  margin: 0;
}
.needs__inner h2 {
  margin-bottom: 24px;
}
.needsItem {
  width: calc(25% - 36px);
  position: relative;
  padding: 24px;
  background: #004b93;
  border-radius: 24px;
  color: #ffffff;
}
.needsItem:last-child .needsItem__arrow {
  display: none;
}
.needsItem__arrow {
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #004b93;
}
.needsItem__arrow svg {
  width: 100%;
  height: 100%;
}
.needsItem h5 {
  margin-bottom: 16px;
}
.needsItem h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #ffffff;
  margin-bottom: 16px;
}
.needsItem p {
  color: #f2f2f2;
}

@media (max-width: 1180px) {
  .needs {
    margin: 96px 0;
  }
  .needsItem {
    width: calc(25% - 24px);
  }
  .needsItem__arrow {
    width: 24px;
    height: 24px;
    left: calc(100% + 4px);
  }
}
@media (max-width: 930px) {
  .needs.dark {
    padding: 64px 0;
  }
  .needs.new {
    padding: 64px 0;
  }
  .needs.bgpurple {
    padding: 64px 0;
  }
  .needs__inner-title {
    margin-bottom: 32px;
  }
  .needs__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
  }
  .needs__inner-buttons {
    margin-top: 32px;
  }
  .needsItem {
    width: calc(50% - 24px);
    margin: 12px;
  }
  .needsItem__arrow {
    display: none;
  }
}
@media (max-width: 750px) {
  .needs__inner-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .needs__inner-buttons .button {
    margin: 0 0 16px 0;
  }
  .needs__inner-buttons .button:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .needs {
    margin: 64px 0;
  }
  .needs.dark {
    padding: 48px 0;
  }
  .needs__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .needs__inner-buttons .button {
    width: 100%;
    padding: 11px 16px;
  }
  .needsItem {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .needsItem:last-child {
    margin: 0;
  }
}
.pfam {
  margin: 96px 0;
}
.pfam.dark {
  background: #f6f7f9;
  margin: 0;
  padding: 96px 0;
}
.pfam__inner-title {
  text-align: center;
  margin-bottom: 48px;
}
.pfamRow {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pfamRow:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pfamRow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 48px;
  max-width: 346px;
}
.pfamRow__col {
  min-width: 340px;
}
.pfamRow__col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pfamRow h6 {
  color: #2d2d2d;
  font-weight: 700;
}
.pfamRow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004b93;
  font-weight: 600;
  text-align: end;
  font-size: 16px;
  line-height: 145%;
}
.pfamRow a svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

@media (max-width: 1180px) {
  .pfamRow__text {
    margin: 0 24px;
  }
  .pfamRow__col {
    min-width: unset;
    width: 280px;
  }
}
@media (max-width: 930px) {
  .pfam {
    margin: 64px 0;
  }
  .pfam.dark {
    padding: 72px 0;
  }
  .pfamRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pfamRow__col {
    width: 100%;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pfamRow__text {
    width: 100%;
    max-width: unset;
    margin: 24px 0;
  }
}
@media (max-width: 540px) {
  .pfam {
    margin: 48px 0;
  }
  .pfamRow {
    padding: 20px 0;
  }
  .pfamRow__text {
    margin: 16px 0;
  }
}
.resources {
  margin: 96px 0;
}
.resources.dark {
  margin: 0;
  padding: 96px 0;
  background: #f2f6fa;
}
.resources.dark .resourcesItem {
  background: #ffffff;
}
.resources.cardpurple .resourcesItem {
  background: #e4d8f2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.resources.cardpurple .resourcesItem:hover {
  border-color: #773dbd;
}
.resources.cardpurple .resourcesItem__icon {
  background: #773dbd;
}
.resources.cardpurple .resourcesItem__download {
  color: #773dbd;
}
.resources.cardblue .resourcesItem {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.resources.cardblue .resourcesItem:hover {
  border-color: #028cde;
}
.resources.cardblue .resourcesItem__icon {
  background: #028cde;
}
.resources.cardblue .resourcesItem__download {
  color: #028cde;
}
.resources__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.resources__inner-top .button {
  margin-left: 24px;
}
.resources__inner-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 700px;
}
.resources__inner-title {
  text-align: center;
  margin-bottom: 36px;
}
.resources__inner-title p {
  max-width: 606px;
  margin: 0 auto;
}
.resources__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.resources__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
.resources__inner h2 {
  margin-bottom: 24px;
}
.resourcesItem {
  width: calc(50% - 24px);
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px 16px 16px;
  background: #f2f6fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.resourcesItem:hover {
  opacity: 1;
  border-color: #004b93;
}
.resourcesItem__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background: #004b93;
  border-radius: 12px;
  margin-right: 16px;
}
.resourcesItem__icon img {
  width: 20px;
}
.resourcesItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.resourcesItem__download {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  color: #004b93;
}
.resourcesItem__download img {
  width: 100%;
}
.resourcesItem__download svg {
  width: 100%;
  height: 100%;
}
.resourcesItem h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 4px;
  color: #2d2d2d;
}

@media (max-width: 930px) {
  .resources {
    margin: 64px 0;
  }
  .resources.dark {
    padding: 64px 0;
  }
  .resources__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .resources__inner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .resources__inner-top .button {
    margin: 0;
  }
  .resources__inner-side {
    margin-bottom: 24px;
  }
  .resourcesItem {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .resourcesItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .resources {
    margin: 48px 0;
  }
  .resources.dark {
    padding: 48px 0;
  }
  .resources__inner-title {
    margin-bottom: 32px;
  }
  .resourcesItem {
    border-radius: 16px;
    padding: 16px;
  }
  .resourcesItem__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .resourcesItem h6 {
    font-size: 16px;
  }
}
.meet {
  background: #f2f6fa;
  padding: 96px 0;
  position: relative;
}
.meet.new {
  color: #e6e6e6;
}
.meet.new .meet__inner {
  position: relative;
  z-index: 2;
}
.meet.new .meet__inner h2 {
  color: #ffffff;
}
.meet.new .meetCard {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #e6e6e6;
}
.meet.new .meetCard__link {
  color: #ffffff;
}
.meet.new .meetCard h6 {
  color: #ffffff;
}
.meet__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.meet__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.meet__bg img,
.meet__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.meet__inner-title {
  text-align: center;
  margin-bottom: 48px;
}
.meet__inner-title p {
  max-width: 782px;
  margin: 0 auto;
}
.meet__inner-banner {
  margin-bottom: 36px;
}
.meet__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px 36px;
}
.meet__inner-row:last-child {
  margin-bottom: 0;
}
.meet__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.meet__inner h2 {
  margin-bottom: 24px;
}
.meetItem {
  width: calc(33.3% - 24px);
  margin: 12px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.meetItem:hover {
  opacity: 1;
  border-color: #004b93;
}
.meetItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.meetItem__image {
  width: 100%;
  padding-bottom: 66.6%;
  position: relative;
  overflow: hidden;
}
.meetItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.meetItem__content {
  padding: 24px;
}
.meetItem__text {
  margin-bottom: 16px;
}
.meetItem__foot {
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.meetItem__foot p {
  color: #004b93;
}
.meetItem h6 {
  color: #2d2d2d;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
}
.meetCard {
  width: calc(33.3% - 24px);
  margin: 12px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.meetCard:hover {
  opacity: 1;
  border-color: #004b93;
}
.meetCard:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.meetCard__image {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.meetCard__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.meetCard__content {
  padding: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.meetCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #004b93;
  margin: auto 0 0 0;
}
.meetCard__link:hover {
  opacity: 1;
  color: #080808;
}
.meetCard__link:hover svg {
  -webkit-transform: translate(4px);
          transform: translate(4px);
}
.meetCard__link svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.meetCard h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 24px;
  color: #2d2d2d;
}
.meetCard p {
  margin-bottom: 24px;
}

@media (max-width: 930px) {
  .meet {
    padding: 64px 0;
  }
  .meetItem {
    width: calc(50% - 24px);
  }
  .meetCard {
    width: calc(50% - 24px);
  }
}
@media (max-width: 650px) {
  .meet__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 32px 0;
  }
  .meet__inner-row:last-child {
    margin-bottom: 0;
  }
  .meetItem {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .meetItem:last-child {
    margin: 0;
  }
  .meetCard {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .meetCard:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .meet {
    padding: 48px 0;
  }
  .meet__inner-title {
    margin-bottom: 32px;
  }
  .meet__inner-foot .button {
    width: 100%;
    padding: 11px;
  }
}
.progress {
  position: relative;
  padding: 96px 0;
  color: #e6e6e6;
}
.progress__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.progress__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 2;
}
.progress__bg img,
.progress__bg video,
.progress__bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.progress__bg video,
.progress__bg iframe {
  z-index: 1;
}
.progress__bg video::-webkit-media-controls,
.progress__bg iframe::-webkit-media-controls {
  display: none;
}
.progress__inner {
  position: relative;
  z-index: 3;
}
.progress__inner-title {
  text-align: center;
  max-width: 936px;
  margin: 0 auto 48px;
}
.progress__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.progress__inner-col {
  width: calc(57% - 15px);
  max-width: 624px;
}
.progress__inner-col h5 {
  color: #f2f2f2;
  margin-bottom: 24px;
}
.progress__inner h2 {
  margin-bottom: 24px;
  color: #ffffff;
}
.progressCard {
  width: calc(43% - 15px);
  max-width: 456px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 24px;
}
.progressCard__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.progressCard__top h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #ffffff;
}
.progressCard__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 12px;
}
.progressCard__icon img {
  width: 20px;
}
.progressCard h5 {
  line-height: 145%;
  margin-bottom: 24px;
  color: #f2f2f2;
}
.progressCard p {
  margin-bottom: 32px;
}
.progressCard p:last-child {
  margin-bottom: 0;
}
.progressCard .button {
  width: 100%;
}
.progressCard .button svg {
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.progressItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px 16px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 24px;
  margin-bottom: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.progressItem:hover {
  border-color: #ffffff;
  opacity: 1;
}
.progressItem:last-child {
  margin: 0;
}
.progressItem__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 12px;
  margin-right: 16px;
}
.progressItem__icon img {
  width: 20px;
}
.progressItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.progressItem__button {
  width: 24px;
  height: 24px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  margin-left: 16px;
}
.progressItem__button:hover {
  color: #004b93;
  opacity: 1;
}
.progressItem__button svg {
  width: 100%;
  height: 100%;
}
.progressItem h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  color: #f2f2f2;
  margin-bottom: 4px;
}
.progressItem p {
  color: #e6e6e6;
}

@media (max-width: 1180px) {
  .progress {
    padding: 64px 0;
  }
}
@media (max-width: 930px) {
  .progress__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .progress__inner-col {
    width: 100%;
    max-width: unset;
  }
  .progressCard {
    width: 100%;
    max-width: unset;
    margin-bottom: 48px;
  }
}
@media (max-width: 540px) {
  .progress {
    padding: 48px 0;
  }
  .progress__inner-title {
    margin-bottom: 32px;
  }
  .progressCard {
    margin-bottom: 32px;
  }
  .progressItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    text-align: center;
  }
  .progressItem__icon {
    margin: 0 0 16px 0;
  }
  .progressItem__button {
    margin: 16px 0 0 0;
  }
}
.board {
  margin: 128px 0;
}
.board__inner-title {
  text-align: center;
  margin-bottom: 32px;
}
.board__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px 32px;
}
.board__inner-row:last-child {
  margin-bottom: 0;
}
.board__inner-row.row-2 .boardItem {
  width: calc(50% - 32px);
  max-width: 420px;
}
.boardItem {
  width: calc(33.3% - 32px);
  margin: 16px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.boardItem:hover {
  opacity: 1;
  border-color: #004b93;
}
.boardItem__image {
  width: 100%;
  padding-bottom: 76%;
  position: relative;
}
.boardItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.boardItem__content {
  padding: 24px;
}
.boardItem__title {
  margin-bottom: 12px;
}
.boardItem__title p {
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #004b93;
  margin-bottom: 4px;
}
.boardItem__title h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  color: #2d2d2d;
}
.boardItem__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px 20px;
}
.boardItem__tags span {
  font-weight: 500;
  font-size: 12px;
  line-height: 145%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  margin: 4px 2px;
}
.boardItem__text {
  margin-bottom: 24px;
}
.boardItem__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #004b93;
  margin: auto 0 0 0;
}
.boardItem__link:hover {
  opacity: 1;
  color: #080808;
}
.boardItem__link:hover span {
  -webkit-transform: translate(4px);
          transform: translate(4px);
}
.boardItem__link svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.boardItem__link span {
  margin-left: 4px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (max-width: 1180px) {
  .board {
    margin: 96px 0;
  }
}
@media (max-width: 930px) {
  .board {
    margin: 64px 0;
  }
  .board__inner-row {
    margin: 0 -12px 32px;
  }
  .board__inner-row.row-2 .boardItem {
    width: calc(50% - 24px);
  }
  .boardItem {
    margin: 12px;
    width: calc(50% - 24px);
  }
}
@media (max-width: 650px) {
  .board__inner-row {
    margin: 0 0 32px 0;
  }
  .board__inner-row.row-2 .boardItem {
    width: 100%;
  }
  .boardItem {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .boardItem:last-child {
    margin: 0;
  }
}
.member {
  margin: 96px 0;
}
.member__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.memberImage {
  width: 360px;
  margin-right: 32px;
  border-radius: 24px;
  overflow: hidden;
}
.memberImage__inner {
  width: 100%;
  padding-bottom: 133.3%;
  position: relative;
}
.memberImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.memberContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 704px;
}
.memberContent__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.memberContent__breadcrumbs a,
.memberContent__breadcrumbs p,
.memberContent__breadcrumbs span {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #525252;
}
.memberContent__breadcrumbs a:hover {
  color: #004b93;
  opacity: 1;
}
.memberContent__breadcrumbs span {
  margin: 0 8px;
}
.memberContent__title {
  margin-bottom: 28px;
}
.memberContent__title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #004b93;
  margin-bottom: 8px;
}
.memberContent__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px 20px;
  max-width: 480px;
}
.memberContent__tags span {
  font-weight: 500;
  font-size: 12px;
  line-height: 145%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  margin: 6px 4px;
}
.memberContent h1,
.memberContent h2 {
  margin-bottom: 24px;
}

@media (max-width: 930px) {
  .member {
    margin: 64px 0;
  }
  .memberImage {
    width: 300px;
  }
  .memberContent__breadcrumbs {
    margin-bottom: 32px;
  }
}
@media (max-width: 750px) {
  .member__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .memberImage {
    width: 100%;
    max-width: 400px;
    margin: 0 0 48px 0;
  }
  .memberContent {
    width: 100%;
    max-width: unset;
  }
  .memberContent__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .member {
    margin: 48px 0;
  }
  .memberImage {
    margin-bottom: 32px;
  }
  .memberContent__breadcrumbs {
    margin-bottom: 24px;
  }
  .memberContent__tags {
    margin: 0 -2px;
  }
  .memberContent__tags span {
    margin: 4px 2px;
  }
}
.role {
  padding: 96px 0;
}
.role.dark {
  background: #f2f6fa;
}
.role__inner-title {
  text-align: center;
  max-width: 896px;
  margin: 0 auto 40px;
}
.role__inner-title:last-child {
  margin-bottom: 0;
}
.role__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.role__inner h2 {
  margin-bottom: 24px;
}
.role__inner h2:last-child {
  margin: 0;
}
.roleItem {
  width: calc(50% - 16px);
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px 16px 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.roleItem__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #004b93;
  border-radius: 12px;
  margin-right: 16px;
}
.roleItem p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  color: #2d2d2d;
}

@media (max-width: 930px) {
  .role {
    padding: 64px 0;
  }
}
@media (max-width: 750px) {
  .role__inner-title {
    margin-bottom: 32px;
  }
  .role__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .roleItem {
    width: 100%;
    margin: 0 0 12px 0;
    border-radius: 16px;
  }
  .roleItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .role {
    padding: 48px 0;
  }
}
.system {
  margin: 96px 0;
}
.system__inner-title {
  text-align: center;
  margin-bottom: 56px;
}
.system__inner-title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #004b93;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.system__inner-title h1,
.system__inner-title h2 {
  margin-bottom: 24px;
}
.system__inner-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.system__inner-tabs button {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  color: #525252;
  margin: 8px;
}
.system__inner-tabs button.active {
  color: #ffffff;
  background: #004b93;
}
.system__inner-tabs button:hover {
  color: #ffffff;
  background: #004b93;
}
.systemForm {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: none;
}
.systemForm.active {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.systemForm__top {
  margin-bottom: 22px;
}
.systemForm__top h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  color: #2d2d2d;
}
.systemForm__top .systemForm__title {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
.systemForm__top .systemForm__title p {
  margin-bottom: 32px;
}
.systemForm__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
}
.systemForm__profile-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.systemForm__profile span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #004b93;
  border-radius: 16px;
  margin-right: 24px;
}
.systemForm__profile span img {
  width: 50%;
}
.systemForm__profile h3 {
  margin-bottom: 8px !important;
  color: #2d2d2d;
}
.systemForm__title {
  margin-bottom: 20px;
}
.systemForm__title h3 {
  margin-bottom: 24px;
  color: #2d2d2d;
}
.systemForm__title p {
  margin-bottom: 6px;
}
.systemForm__title p:last-child {
  margin: 0;
}
.systemForm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px 20px;
}
.systemForm__checks {
  margin-bottom: 32px;
}
.systemForm__foot .button {
  margin-bottom: 16px;
  border-radius: 12px;
}
.systemForm__foot .button:last-child {
  margin-bottom: 0;
}
.systemForm__foot p {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
}
.systemForm .input__outer {
  width: calc(50% - 24px);
  margin: 10px 12px;
}
.systemForm .input__outer.big {
  width: calc(100% - 24px);
}
.systemForm .check {
  margin-bottom: 20px;
}
.systemForm .check:last-child {
  margin: 0;
}

@media (max-width: 1180px) {
  .system__inner-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 930px) {
  .system {
    margin: 64px 0;
  }
  .systemForm {
    padding: 32px;
  }
}
@media (max-width: 540px) {
  .system {
    margin: 48px 0;
  }
  .system__inner-title {
    margin-bottom: 28px;
  }
  .system__inner-title h6 {
    font-size: 14px;
  }
  .system__inner-tabs {
    margin: 0 -4px 20px;
  }
  .system__inner-tabs button {
    font-size: 14px;
    margin: 4px;
  }
  .systemForm {
    padding: 24px;
    border-radius: 16px;
  }
  .systemForm__top .systemForm__title p {
    margin-bottom: 24px;
  }
  .systemForm__profile {
    margin-bottom: 24px;
  }
  .systemForm__profile span {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 12px;
  }
  .systemForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 24px 0;
  }
  .systemForm .input__outer {
    margin: 0 0 16px 0;
    width: 100%;
  }
  .systemForm .input__outer:last-child {
    margin: 0;
  }
  .systemForm .input__outer.big {
    width: 100%;
  }
  .systemForm .button {
    width: 100%;
    padding: 11px 16px;
  }
}
.impact {
  position: relative;
  padding: 96px 0;
  color: #e6e6e6;
}
.impact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.impact__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.impact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.impact__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 84px;
}
.impact__inner-top h2 {
  width: calc(50% - 5px);
  color: #ffffff;
  margin: 0;
}
.impact__inner-top p {
  width: calc(50% - 5px);
  text-align: end;
}
.impact__inner-title {
  max-width: 786px;
  margin: 0 auto 96px;
  text-align: center;
}
.impact__inner-title h2 {
  color: #ffffff;
}
.impact__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.impactItem {
  width: calc(25% - 24px);
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 24px;
  text-align: center;
}
.impactItem__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.impactItem__icon img {
  width: 100%;
}
.impactItem h5 {
  margin-bottom: 16px;
  color: #f2f2f2;
}

@media (max-width: 1180px) {
  .impact__inner-top {
    margin-bottom: 64px;
  }
  .impact__inner-title {
    margin-bottom: 64px;
  }
  .impact__inner-row {
    margin: 0 -8px;
  }
  .impactItem {
    padding: 24px;
    margin: 8px;
    width: calc(25% - 16px);
  }
}
@media (max-width: 930px) {
  .impact {
    padding: 64px 0;
  }
  .impact__inner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
  .impact__inner-top h2 {
    width: 100%;
    margin-bottom: 24px;
  }
  .impact__inner-top p {
    width: 100%;
    text-align: start;
  }
  .impact__inner-row {
    margin: 0 -12px;
  }
  .impact__inner-title {
    margin-bottom: 48px;
  }
  .impactItem {
    width: calc(50% - 24px);
    margin: 12px;
  }
  .impactItem h5 {
    height: unset;
    display: block;
  }
}
@media (max-width: 540px) {
  .impact__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .impactItem {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 32px;
  }
  .impactItem:last-child {
    margin: 0;
  }
}
.pillars {
  margin: 128px 0;
}
.pillars__inner-title {
  text-align: center;
  margin-bottom: 48px;
}
.pillars__inner-title p {
  max-width: 820px;
  margin: 0 auto;
}
.pillars__inner-wrapper {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.pillars__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}
.pillars__inner-row:last-child {
  margin: 0;
}
.pillars__inner-row:last-child .pillarsItem:first-child {
  padding-top: 0;
}
.pillars__inner-image {
  width: 38%;
  max-width: 312px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pillars__inner-image img {
  width: 100%;
}
.pillars__inner h2 {
  margin-bottom: 24px;
}
.pillarsItem {
  width: 35%;
  padding: 0 32px;
  max-width: 264px;
}
.pillarsItem:first-child {
  padding-top: 26px;
}
.pillarsItem h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  color: #2d2d2d;
  margin-bottom: 24px;
}

@media (max-width: 1180px) {
  .pillars {
    margin: 96px 0;
  }
}
@media (max-width: 930px) {
  .pillars {
    margin: 64px 0;
  }
  .pillars__inner-row {
    margin-bottom: 80px;
  }
  .pillars__inner-image {
    width: 33%;
  }
  .pillarsItem {
    width: 33%;
    padding: 0 !important;
  }
}
@media (max-width: 750px) {
  .pillars__inner-image {
    display: none;
  }
  .pillars__inner-row {
    margin-bottom: 48px;
  }
  .pillarsItem {
    width: calc(50% - 15px);
  }
}
@media (max-width: 540px) {
  .pillars {
    margin: 48px 0;
  }
  .pillars__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .pillarsItem {
    width: 100%;
    max-width: unset;
    margin-bottom: 24px;
    text-align: center;
  }
  .pillarsItem:last-child {
    margin: 0;
  }
}
.solution {
  background: #f2f6fa;
  padding: 96px 0;
}
.solution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solutionContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 620px;
}
.solutionContent__title {
  margin-bottom: 48px;
}
.solutionContent__title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
}
.solutionContent__title p {
  margin-bottom: 32px;
}
.solutionContent__title p:last-child {
  margin: 0;
}
.solutionContent__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
.solutionContent__buttons .button {
  margin: 8px;
}
.solutionContent h2 {
  margin-bottom: 24px;
}
.solutionContent ul {
  padding-left: 0;
  margin-bottom: 32px;
}
.solutionContent ul:last-child {
  margin: 0;
}
.solutionContent ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  list-style: unset;
}
.solutionContent ul li:last-child {
  margin: 0;
}
.solutionContent ul li span {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.solutionContent ul li span img {
  width: 100%;
}
.solutionContent ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  color: #004b93;
}
.solutionPanel {
  width: 412px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutionPanel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 24px 15px 16px;
  background: #ffffff;
  border-radius: 14px;
  color: #777777;
  margin-bottom: 16px;
  border: 1px solid #ffffff;
}
.solutionPanel__item:last-child {
  margin-bottom: 0;
}
.solutionPanel__item.active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2d2d2d;
}
.solutionPanel__item.active span {
  background: #028cde;
  color: #ffffff;
}
.solutionPanel__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: #f2f9fd;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: #028cde;
  text-align: center;
  margin-right: 16px;
}
.solutionPanel__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1180px) {
  .solution {
    padding: 64px 0;
  }
}
@media (max-width: 930px) {
  .solution__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solutionContent {
    width: 100%;
    max-width: unset;
    margin-bottom: 48px;
  }
  .solutionPanel {
    width: 100%;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .solutionPanel__item {
    width: 100%;
    padding: 12px 20px 12px 16px;
  }
  .solutionPanel__item p {
    font-size: 14px;
  }
  .solutionContent__title {
    margin-bottom: 32px;
  }
  .solutionContent__buttons {
    margin: 0;
  }
  .solutionContent ul {
    padding-left: 0;
  }
  .solutionContent ul li {
    margin-bottom: 16px;
  }
  .solutionContent .button {
    width: 100%;
    padding: 11px 16px;
    margin: 0 0 16px 0;
  }
  .solutionContent .button:last-child {
    margin: 0;
  }
}
.request {
  background: #f2f6fa;
  padding: 96px 0;
}
.request.sm {
  padding: 80px 0;
}
.request.sm .request__inner-title p {
  max-width: 432px;
  margin: 0 auto;
}
.request__inner-title {
  margin-bottom: 48px;
  text-align: center;
}
.request__inner h2 {
  margin-bottom: 24px;
}
.requestForm {
  max-width: 840px;
  margin: 0 auto;
  padding: 48px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.requestForm__top {
  margin-bottom: 22px;
}
.requestForm__top h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  color: #2d2d2d;
}
.requestForm__top .systemForm__title {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
.requestForm__top .systemForm__title p {
  margin-bottom: 32px;
}
.requestForm__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
}
.requestForm__profile-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.requestForm__profile span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #004b93;
  border-radius: 16px;
  margin-right: 24px;
}
.requestForm__profile span img {
  width: 50%;
}
.requestForm__profile h3 {
  margin-bottom: 8px !important;
  color: #2d2d2d;
}
.requestForm__title {
  margin-bottom: 20px;
}
.requestForm__title h3 {
  margin-bottom: 24px;
  color: #2d2d2d;
}
.requestForm__title p {
  margin-bottom: 6px;
}
.requestForm__title p:last-child {
  margin: 0;
}
.requestForm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px -12px 10px;
}
.requestForm__checks {
  margin-bottom: 32px;
}
.requestForm__foot .button {
  margin-bottom: 16px;
  border-radius: 12px;
}
.requestForm__foot .button:last-child {
  margin-bottom: 0;
}
.requestForm__foot p {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
}
.requestForm .input__outer {
  width: calc(50% - 24px);
  margin: 10px 12px;
}
.requestForm .input__outer.big {
  width: calc(100% - 24px);
}
.requestForm .check {
  margin-bottom: 20px;
}
.requestForm .check:last-child {
  margin: 0;
}

@media (max-width: 930px) {
  .request {
    padding: 72px 0;
  }
  .request.sm {
    padding: 64px 0;
  }
  .requestForm {
    padding: 32px;
  }
}
@media (max-width: 540px) {
  .request__inner-title h6 {
    font-size: 14px;
  }
  .request__inner-tabs {
    margin: 0 -4px 20px;
  }
  .request__inner-tabs button {
    font-size: 14px;
    margin: 4px;
  }
  .requestForm {
    padding: 24px;
    border-radius: 16px;
  }
  .requestForm__top .systemForm__title p {
    margin-bottom: 24px;
  }
  .requestForm__profile {
    margin-bottom: 24px;
  }
  .requestForm__profile span {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 12px;
  }
  .requestForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 24px 0;
  }
  .requestForm .input__outer {
    margin: 0 0 16px 0;
    width: 100%;
  }
  .requestForm .input__outer:last-child {
    margin: 0;
  }
  .requestForm .input__outer.big {
    width: 100%;
  }
  .requestForm .button {
    width: 100%;
    padding: 11px 16px;
  }
}
.division {
  margin: 80px 0;
}
.division__inner-title {
  margin-bottom: 48px;
  text-align: center;
}
.division__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.division__inner h2 {
  margin-bottom: 24px;
}
.division__inner h2:last-child {
  margin-bottom: 0;
}
.divisionFilter {
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin-bottom: 48px;
}
.divisionFilter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -12px;
}
.divisionFilter .input__outer {
  width: calc(33.3% - 24px);
  margin: 12px;
}
.divisionItem {
  width: calc(33.3% - 24px);
  margin: 12px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.divisionItem__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #004b93;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.divisionItem__icon img {
  width: 59%;
  max-width: 28px;
}
.divisionItem__title {
  margin-bottom: 24px;
}
.divisionItem__tags {
  margin: -4px -4px 20px;
}
.divisionItem__tags span {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  margin: 4px;
}
.divisionItem__links {
  margin-bottom: 24px;
}
.divisionItem__links:last-child {
  margin: 0;
}
.divisionItem__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #004b93;
  margin-bottom: 12px;
}
.divisionItem__links a:last-child {
  margin: 0;
}
.divisionItem__links a:hover {
  opacity: 0.8;
}
.divisionItem__links a span {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-right: 8px;
}
.divisionItem__links a span img {
  width: 100%;
}
.divisionItem__links a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.divisionItem__foot {
  margin: auto 0 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.divisionItem__foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #004b93;
  margin: auto 0 0 0;
  margin-bottom: 16px;
}
.divisionItem__foot a:last-child {
  margin: 0;
}
.divisionItem__foot a:hover {
  opacity: 1;
  color: #080808;
}
.divisionItem__foot a:hover svg {
  -webkit-transform: translate(4px);
          transform: translate(4px);
}
.divisionItem__foot a svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.divisionItem h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 12px;
  color: #2d2d2d;
}

@media (max-width: 930px) {
  .division {
    margin: 64px 0;
  }
  .divisionItem {
    width: calc(50% - 24px);
  }
}
@media (max-width: 750px) {
  .divisionFilter {
    padding: 32px;
  }
  .divisionFilter__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .divisionFilter .input__outer {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .divisionFilter .input__outer:last-child {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .division__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .divisionItem {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .divisionItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .divisionFilter {
    padding: 24px;
  }
  .divisionFilter .input__outer {
    margin-bottom: 16px;
  }
}
.location {
  background: #f2f6fa;
  padding: 80px 0;
}
.location__inner-title {
  text-align: center;
  margin-bottom: 26px;
}
.location__inner-title p {
  max-width: 422px;
  margin: 0 auto;
}
.location__inner-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 744px;
  margin: 0 auto 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.location__inner-tabs button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #777777;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  margin: 6px 4px;
}
.location__inner-tabs button.active {
  background: #004b93;
  color: #ffffff;
}
.location__inner-tabs button:hover {
  background: #004b93;
  color: #ffffff;
}
.location__inner-map {
  width: 100%;
  max-width: 592px;
  margin: 0 auto 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location__inner-map img,
.location__inner-map video {
  width: 100%;
}
.location__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.location__inner h2 {
  margin-bottom: 24px;
}
.locationItem {
  width: calc(33.3% - 24px);
  margin: 12px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.locationItem__title {
  margin-bottom: 24px;
}
.locationItem__links {
  margin-bottom: 24px;
}
.locationItem__links:last-child {
  margin: 0;
}
.locationItem__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #004b93;
  margin-bottom: 12px;
}
.locationItem__links a:last-child {
  margin: 0;
}
.locationItem__links a span {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-right: 8px;
}
.locationItem__links a span img {
  width: 100%;
}
.locationItem__links a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.locationItem h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  color: #2d2d2d;
  margin-bottom: 4px;
}

@media (max-width: 930px) {
  .location {
    padding: 64px 0;
  }
  .locationItem {
    width: calc(50% - 24px);
  }
}
@media (max-width: 650px) {
  .location__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .location__inner-tabs {
    margin: 0 -4px 40px;
  }
  .location__inner-tabs button {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    margin: 4px;
  }
  .location__inner-map {
    margin-bottom: 48px;
  }
  .locationItem {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .locationItem:last-child {
    margin: 0;
  }
}