@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&display=swap");
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/ClashDisplay-Medium.woff") format("woff"), url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  position: relative;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
  color: #0B0B15;
  overflow-x: hidden;
  background: #F8FCFF;
}
body.color-black {
  transition: all 0.5s ease-in-out;
  background-color: #0B0B15;
}
body.body-move {
  transition: all 0.5s ease-in-out;
  left: -100px;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
body ::-moz-selection {
  color: #f8fcff;
  background: #8EC5FC;
}
body ::selection {
  color: #f8fcff;
  background: #8EC5FC;
}

.container {
  position: relative;
}
.container--xxl {
  max-width: 1800px;
}
.container--lg {
  max-width: 1192px;
}

a {
  text-decoration: none;
}
a:hover, a:visited, a:active {
  color: inherit;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 58px;
}
.section-title--white {
  color: #F8FCFF;
}
.section-title--black {
  color: #0B0B15;
}
.section-title__name {
  font-size: 128px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
}
.section-title__counter {
  font-size: 24px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 32px;
  }
  .section-title__name {
    font-size: calc(26px + 2vw);
  }
  .section-title__counter {
    display: none;
  }
}

/* left */
.left-enter-active,
.left-leave-active {
  transition: all 0.75s ease-out;
}

.left-enter-to {
  position: absolute;
  left: 0;
}

.left-enter-from {
  position: absolute;
  left: -100%;
}

.left-leave-to {
  position: absolute;
  right: -100%;
}

.left-leave-from {
  position: absolute;
  right: 0;
}

/* right */
.right-enter-active,
.right-leave-active {
  transition: all 0.75s ease-out;
}

.right-enter-to {
  position: absolute;
  right: 0;
}

.right-enter-from {
  position: absolute;
  right: -100%;
}

.right-leave-to {
  position: absolute;
  left: -100%;
}

.right-leave-from {
  position: absolute;
  left: 0;
}

/* up */
.up-enter-active,
.up-leave-active {
  transition: all 0.75s ease-out;
  width: 100%;
}

.up-enter-to {
  position: absolute;
  top: 0;
}

.up-enter-from {
  position: absolute;
  top: 100%;
}

.up-leave-to {
  position: absolute;
  bottom: 20%;
}

.up-leave-from {
  position: absolute;
  bottom: 0;
}

/* down */
.down-enter-active,
.down-leave-active {
  transition: all 0.75s ease-out;
  width: 100%;
}

.down-enter-to {
  position: relative;
}

.down-enter-from {
  position: relative;
}

.down-leave-to {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.down-leave-from {
  position: absolute;
  top: 0;
  z-index: 1;
}

/* back */
.back-enter-active,
.back-leave-active {
  transition: all 0.95s ease-out;
  width: 100%;
}

.back-enter-to {
  position: relative;
  top: 0;
}

.back-enter-from {
  position: relative;
  top: 0;
}

.back-leave-to {
  position: absolute;
  top: 100%;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}

.back-leave-from {
  position: absolute;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.header {
  padding-top: 42px;
  width: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  mix-blend-mode: difference;
  transition: all 0.2s ease-in-out 0.4s;
}
.header.hide-mode {
  mix-blend-mode: normal;
}
@media (max-width: 991px) {
  .header {
    padding-top: 16px;
  }
}

.loaded .header {
  opacity: 1;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  .navbar__logo img {
    max-width: 76px;
    height: auto;
  }
}
.navbar__btn a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
  color: #F8FCFF;
}
.navbar__btn a span {
  padding-right: 12px;
  position: relative;
}
.navbar__btn a span:before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #F8FCFF;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.2s ease-in-out 0.1s;
}
.navbar__btn a span:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #F8FCFF;
  border-radius: 5px;
  position: absolute;
  left: 0;
  mix-blend-mode: difference;
  animation: line-out 0.3s ease-in-out alternate;
}
.navbar__btn a span:hover:before {
  height: 2px;
}
.navbar__btn a span:hover:after {
  animation: line-in 0.3s ease-in-out alternate;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu li {
  display: inline-block;
  padding: 0 20px;
}
.menu li a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
  color: #F8FCFF;
}
.menu li a:before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #F8FCFF;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.2s ease-in-out 0.1s;
}
.menu li a:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #F8FCFF;
  border-radius: 5px;
  position: absolute;
  left: 0;
  mix-blend-mode: difference;
  animation: line-out 0.3s ease-in-out alternate;
}
.menu li a:hover:before {
  height: 2px;
}
.menu li a:hover:after {
  animation: line-in 0.3s ease-in-out alternate;
}

@keyframes line-in {
  0% {
    height: 0;
    bottom: -2px;
    transform: scaleX(1);
  }
  50% {
    height: 12px;
    transform: scaleX(1.1);
  }
  100% {
    height: 0;
    bottom: 100%;
    transform: scaleX(1);
  }
}
@keyframes line-out {
  0% {
    height: 0;
    bottom: 100%;
    transform: scaleX(1);
  }
  50% {
    height: 12px;
    transform: scaleX(1.1);
  }
  100% {
    height: 0;
    bottom: -2px;
    transform: scaleX(1);
  }
}
.btn-menu-open {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.btn-menu-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.navbar-mobile {
  display: none;
}
@media (max-width: 991px) {
  .navbar-mobile {
    display: block;
    min-height: 100vh;
    width: 100%;
    background-color: #A6BBCA;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s ease-in-out;
  }
  .navbar-mobile.open {
    right: 0;
  }
  .navbar-mobile__inner {
    min-height: 100vh;
    padding: 16px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .navbar-mobile__menu .menu-mobile {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .navbar-mobile__menu .menu-mobile li {
    padding: 16px 0;
  }
  .navbar-mobile__menu .menu-mobile li a {
    font-size: 32px;
    font-weight: 500;
    font-family: "ClashDisplay-Medium", sans-serif;
    line-height: 0.8;
    text-transform: uppercase;
    color: #0B0B15;
  }
}

footer {
  position: relative;
  background: #0B0B15;
  padding-bottom: 232px;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 150px;
  }
}

.footer-logo {
  padding: 120px 0 80px 0;
}
@media (max-width: 991px) {
  .footer-logo {
    padding: 48px 0;
  }
  .footer-logo img {
    max-width: 150px;
  }
}

.links-list li {
  margin-bottom: 0;
}
.links-list li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.links-list li a:before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #F8FCFF;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.2s ease-in-out 0.1s;
}
.links-list li a:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #F8FCFF;
  border-radius: 5px;
  position: absolute;
  left: 0;
  mix-blend-mode: difference;
  animation: line-out 0.3s ease-in-out alternate;
}
.links-list li a:hover:before {
  height: 2px;
}
.links-list li a:hover:after {
  animation: line-in 0.3s ease-in-out alternate;
}
@media (max-width: 991px) {
  .links-list {
    margin-bottom: 40px;
  }
  .links-list li a {
    font-size: calc(14px + 0.390625vw);
  }
  .links-list li a:before, .links-list li a:after {
    content: none;
  }
}

.contact-item {
  font-size: 20px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
}
.contact-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-item span {
  display: block;
}
@media (max-width: 991px) {
  .contact-item {
    font-size: calc(14px + 0.390625vw);
  }
  .contact-item svg {
    width: 16px;
    height: 16px;
  }
}

.footer-copyright {
  padding-top: 76px;
  font-size: 12px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-copyright {
    padding-top: 40px;
    font-size: 8px;
  }
}

.footer-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.footer-video__background {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 539px) {
  .footer-video__background {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}

.footer-overlay {
  background: linear-gradient(180deg, #0B0B15 56.91%, rgba(11, 11, 21, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-dialog {
  max-width: 540px;
}

.modal-content {
  background: #F8FCFF;
  border: none;
  border-radius: 0;
  padding: 40px 40px 50px 40px;
  position: relative;
}

.modal-close {
  width: 32px;
  height: 32px;
  background: transparent;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
}

.modal-header {
  justify-content: center;
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 40px;
}

.modal-body {
  padding: 0;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.terms-wrap {
  background-color: #A6BBCA;
}

.from-terms .page-wrap {
  position: absolute;
  bottom: 0;
}

.terms-header {
  padding-top: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.terms-header__close {
  color: #0B0B15;
  display: flex;
  align-items: center;
}
.terms-header__close span {
  font-size: 20px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  text-transform: uppercase;
  padding: 0 12px;
}
.terms-header__close:hover, .terms-header__close:visited, .terms-header__close:active {
  color: #0B0B15;
}
@media (max-width: 991px) {
  .terms-header {
    padding-top: 16px;
  }
  .terms-header__logo img {
    max-width: 76px;
    height: auto;
  }
  .terms-header__close span {
    display: none;
  }
}

.terms-page {
  padding-bottom: 148px;
}
@media (max-width: 991px) {
  .terms-page {
    padding-bottom: 48px;
  }
}

.terms-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 49px 0 96px 0;
}
.terms-top__title {
  font-size: 128px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0;
}
.terms-top__link {
  font-size: 20px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  text-transform: uppercase;
  color: #0B0B15;
}
.terms-top__link span {
  padding: 0 40px;
  vertical-align: middle;
}
.terms-top__link:hover, .terms-top__link:visited, .terms-top__link:active {
  color: #0B0B15;
}
@media (max-width: 991px) {
  .terms-top {
    padding: 48px 0;
  }
  .terms-top__title {
    font-size: 16px;
  }
  .terms-top__link span {
    display: none;
  }
  .terms-top__link img {
    width: 32px;
    height: auto;
  }
}

.terms-section {
  margin-bottom: 56px;
}
.terms-section__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 42px 0;
}
@media (max-width: 991px) {
  .terms-section {
    margin-bottom: 40px;
  }
  .terms-section__title {
    font-size: 18px;
    margin: 0 0 24px 0;
  }
}

.terms-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.terms-footer__link {
  font-size: 128px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
  color: #0B0B15;
}
.terms-footer__link span {
  padding: 0 40px;
  vertical-align: middle;
}
.terms-footer__link:hover, .terms-footer__link:visited, .terms-footer__link:active {
  color: #0B0B15;
}
.terms-footer__subtitle {
  font-size: 12px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .terms-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .terms-footer__link {
    order: 2;
    font-size: 32px;
  }
  .terms-footer__link span {
    padding: 0 24px;
  }
  .terms-footer__link img {
    width: 32px;
    height: auto;
  }
  .terms-footer__subtitle {
    order: 1;
    margin-bottom: 40px;
  }
}

.line {
  background-color: #A6BBCA;
  padding: 50px 0 40px 0;
  font-size: 128px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
  color: #0B0B15;
  overflow: hidden;
}
.line__inner {
  display: flex;
}
.line__item {
  flex-shrink: 0;
  margin: 0;
  padding: 10px 15px;
  white-space: nowrap;
  animation-name: runningLine;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (max-width: 991px) {
  .line {
    padding: 10px;
    font-size: 32px;
  }
}

@keyframes runningLine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.form-box {
  padding: 95px 0 148px 0;
  background-color: #0B0B15;
}
.form-box__header {
  position: relative;
  margin-bottom: 96px;
  text-align: center;
}
.form-box__header img {
  max-width: 100%;
  height: auto;
}
.form-box__header-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .form-box__header-icon {
    width: 32px;
    height: 32px;
  }
}
.form-box form {
  position: relative;
}
@media (max-width: 991px) {
  .form-box {
    padding: 95px 0 84px 0;
  }
}

.form-field {
  padding-bottom: 128px;
  position: relative;
}
@media (max-width: 991px) {
  .form-field {
    padding-bottom: 28px;
  }
}

.form-control {
  height: 68px;
  padding: 0 16px 12px 16px;
  font-size: 24px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.9;
  color: #F8FCFF;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 2px solid #F8FCFF;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-moz-placeholder {
  font-size: 48px;
  line-height: 0.9;
  color: #F8FCFF !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
}
.form-control::placeholder {
  font-size: 48px;
  line-height: 0.9;
  color: #F8FCFF !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
}
.form-control:focus {
  color: #F8FCFF;
  background-color: transparent;
  border-color: #F8FCFF;
  outline: 0;
  box-shadow: none;
}
.form-control.error {
  border-bottom: 2px solid #FF0101;
}
@media (max-width: 991px) {
  .form-control {
    height: 32px;
    padding: 4px 12px 8px 12px;
    font-size: 16px;
  }
  .form-control::-moz-placeholder {
    font-size: 20px;
  }
  .form-control::placeholder {
    font-size: 20px;
  }
}

.form-btn {
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .form-btn {
    padding-top: 140px;
  }
}

.btn-icon {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.9;
  color: #0B0B15;
  text-transform: uppercase;
  display: inline-flex;
  height: 88px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: linear-gradient(90deg, #E0C3FC 0%, #8EC5FC 100%);
  border: none;
  transition: all 0.3s ease-in-out;
}
.btn-icon img {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.btn-icon:hover {
  background: linear-gradient(90deg, #8EC5FC 0%, #E0C3FC 100%);
}
.btn-icon:hover img {
  width: 48px;
  padding: 0 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.btn-icon:active, .btn-icon:focus {
  background: linear-gradient(90deg, #8EC5FC 0%, #E0C3FC 100%);
}
.btn-icon:active img, .btn-icon:focus img {
  width: 48px;
  padding: 0 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.btn-icon:active:after, .btn-icon:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0B0B15;
  opacity: 0.2;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .btn-icon {
    height: 44px;
    padding: 10px 12px;
    font-size: 24px;
  }
  .btn-icon img {
    display: none;
  }
}

.error-label {
  font-size: 14px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.9;
  color: #FF0101;
  padding: 12px 16px;
  position: absolute;
}

.recaptcha-box {
  width: 100%;
  height: 0;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 1500px;
  left: 0;
  overflow: hidden;
  transition: bottom 0.7s ease-in-out;
}
.recaptcha-box .error-label {
  position: relative;
}

.recaptcha-box.show {
  height: 116px;
  bottom: 124px;
  transition: bottom 0.7s ease-in-out;
}
@media (max-width: 991px) {
  .recaptcha-box.show {
    bottom: 68px;
  }
}

.why-us {
  padding: 148px 0 220px 0;
}
@media (max-width: 991px) {
  .why-us {
    padding: 96px 0 48px 0;
    overflow-x: hidden;
  }
}

.color-black .why-us .section-title {
  color: #F8FCFF;
}

.icon-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 72px;
}
.icon-box__item {
  width: 33.3%;
  padding: 48px;
}
.icon-box__item--1, .icon-box__item--4 {
  transform: translateY(48px);
}
.icon-box__item--2, .icon-box__item--5 {
  transform: translateY(132px);
}
.icon-box__item--3, .icon-box__item--6 {
  transform: translateY(-48px);
}
.icon-box__inner {
  position: relative;
  background-color: #A6BBCA;
  padding: 86px 40px 40px 40px;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.icon-box__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../img/hover-effect.gif);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.icon-box__inner-icon {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 20px;
  left: 40px;
  transition: all 0.5s ease-in-out;
}
.icon-box__inner-title {
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
  transition: all 0.5s ease-in-out;
}
.icon-box__inner-text {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  transition: all 0.5s ease-in-out;
}
.icon-box__inner:hover {
  background-color: transparent;
}
.icon-box__inner:hover:before {
  opacity: 1;
}
.icon-box__inner:hover .icon-box__inner-icon {
  width: 88px;
  height: 88px;
  top: -44px;
  filter: invert(1);
}
.icon-box__inner:hover .icon-box__inner-title {
  color: #F8FCFF;
  transform: translate(-2px, 2px);
}
.icon-box__inner:hover .icon-box__inner-text {
  color: #F8FCFF;
  transform: translate(-2px, 2px);
}
@media (max-width: 1199px) {
  .icon-box__item {
    width: 50%;
  }
  .icon-box__item--1, .icon-box__item--4 {
    transform: translateY(0) !important;
  }
  .icon-box__item--2, .icon-box__item--5 {
    transform: translateY(0) !important;
  }
  .icon-box__item--3, .icon-box__item--6 {
    transform: translateY(0) !important;
  }
}
@media (max-width: 991px) {
  .icon-box {
    padding: 16px 0;
    position: relative;
  }
  .icon-box__item {
    width: 288px !important;
    height: auto !important;
    padding: 0;
  }
  .icon-box__inner {
    background-color: #A6BBCA;
    padding: 86px 24px 40px 24px;
  }
  .icon-box__inner:before {
    content: none;
  }
  .icon-box__inner-icon {
    position: absolute;
    top: 20px;
    left: 24px;
    transition: all 0.5s ease-in-out;
  }
  .icon-box__inner-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .icon-box__inner-text {
    font-size: 14px;
  }
  .icon-box__inner:hover {
    background-color: #A6BBCA;
  }
  .icon-box__inner:hover .icon-box__inner-icon {
    width: 56px;
    height: 56px;
    top: 20px;
    filter: invert(0);
  }
  .icon-box__inner:hover .icon-box__inner-title {
    color: #0B0B15;
    transform: none;
  }
  .icon-box__inner:hover .icon-box__inner-text {
    color: #0B0B15;
    transform: none;
  }
  .icon-box .slider-next {
    position: absolute;
    top: -64px;
    right: 0;
    cursor: pointer;
  }
  .icon-box .slider-prev {
    position: absolute;
    top: -64px;
    right: 60px;
    cursor: pointer;
  }
  .icon-box .swiper-pagination {
    display: flex;
    gap: 2px;
    bottom: -30px;
  }
  .icon-box .swiper-pagination .swiper-pagination-bullet {
    flex: 1 1 0;
    width: 0;
    height: 8px;
    border-radius: 0;
    opacity: 0.1;
    background-color: #A6BBCA;
  }
  .icon-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #A6BBCA;
  }
}

.color-black .why-us .slider-next,
.color-black .why-us .slider-prev {
  filter: invert(1);
}

.line-box {
  padding: 550px 0;
  font-size: 128px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
  color: #0B0B15;
  overflow: hidden;
}
.line-box__inner {
  display: flex;
}
.line-box__inner--left .line-box__item {
  animation-name: runningLineLeft;
}
.line-box__inner--right .line-box__item {
  animation-name: runningLineRight;
}
.line-box__item {
  flex-shrink: 0;
  margin: 0;
  padding: 10px 15px;
  white-space: nowrap;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 50s;
}
@media (max-width: 991px) {
  .line-box {
    padding: 300px 0;
    font-size: 32px;
  }
  .line-box__inner {
    transform: translateY(0) !important;
  }
}

@keyframes runningLineLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes runningLineRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.services {
  position: relative;
  padding: 148px 0 0 0;
}
.services__counter {
  position: sticky;
  top: 120px;
  font-size: 24px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  text-align: right;
}
.services__col {
  padding-right: 112px;
}
.services__title {
  font-size: 128px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.services__subtitle {
  font-size: 48px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
}
.services__sidebar {
  padding-top: 240px;
  position: sticky;
  top: 0;
}
.services__body {
  padding-top: 240px;
}
.services__item {
  margin-bottom: 132px;
}
.services__item:last-child {
  margin-bottom: 0;
}
.services__item-title {
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
}
.services__item-text {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .services {
    padding: 64px 0 0 0;
  }
  .services__counter {
    display: none;
  }
  .services__col {
    padding-right: 0.75rem;
  }
  .services__title {
    font-size: calc(26px + 2vw);
    margin-bottom: 28px;
  }
  .services__subtitle {
    font-size: 20px;
    max-width: 230px;
  }
  .services__subtitle img {
    display: none;
  }
  .services__sidebar {
    padding-top: 0;
    position: relative;
  }
  .services__body {
    padding-top: 40px;
  }
  .services__item {
    margin-bottom: 40px;
  }
  .services__item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .services__item-text {
    font-size: 14px;
  }
}

.about {
  position: relative;
  background-color: #f8fcff;
  padding-top: 148px;
}
.about__row {
  align-items: center;
}
.about__text {
  padding-right: 100px;
}
.about__text .left-shape {
  float: left;
  shape-outside: ellipse(100px 200px at -50% 50%);
  width: 100px;
  height: 420px;
}
@media (max-width: 991px) {
  .about {
    overflow-x: hidden;
    padding-top: 48px;
  }
  .about__col:nth-child(1) {
    order: 2;
  }
  .about__col:nth-child(2) {
    order: 1;
  }
  .about__text {
    padding-right: 0;
  }
  .about__text .left-shape {
    display: none;
  }
}

.about-video {
  padding-left: 50px;
}
.about-video__inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.about-video__file {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  border-radius: 50%;
}
.about-video__overlay {
  background-image: url(../../img/about-overlay.png);
  background-position: center;
  background-size: cover;
  border: 2px solid rgba(166, 187, 202, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.about-video .circle1 {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #a6bbca;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: circle1 8s linear infinite;
}
.about-video .circle1-small1 {
  width: 40px;
  height: 40px;
  background-color: #a6bbca;
  border: 4px solid #f8fcff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -20px;
}
.about-video .circle1-small2 {
  width: 40px;
  height: 40px;
  background-color: #a6bbca;
  border: 4px solid #f8fcff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -20px;
}
.about-video .circle2 {
  width: 86%;
  height: 86%;
  background: transparent;
  border: 2px solid rgba(166, 187, 202, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 7%;
  left: 7%;
  animation: circle2 12s linear infinite;
}
.about-video .circle2-small {
  width: 32px;
  height: 32px;
  background-color: #a6bbca;
  border: 4px solid #f8fcff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -16px;
}
.about-video .circle3 {
  width: 72%;
  height: 72%;
  background: transparent;
  border: 2px solid rgba(166, 187, 202, 0.08);
  border-radius: 50%;
  position: absolute;
  top: 14%;
  left: 14%;
}
@media (max-width: 991px) {
  .about-video {
    padding: 10px;
    overflow: hidden;
  }
  .about-video .circle1 {
    border: 1px solid #a6bbca;
  }
  .about-video .circle1-small1 {
    width: 20px;
    height: 20px;
    border: 2px solid #f8fcff;
    left: -10px;
  }
  .about-video .circle1-small2 {
    width: 20px;
    height: 20px;
    border: 2px solid #f8fcff;
    right: -10px;
  }
  .about-video .circle2 {
    border: 1px solid rgba(166, 187, 202, 0.2);
  }
  .about-video .circle2-small {
    width: 12px;
    height: 12px;
    border: 1px solid #f8fcff;
    right: -6px;
  }
  .about-video .circle3 {
    border: 1px solid rgba(166, 187, 202, 0.08);
  }
}

@keyframes circle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.home {
  height: 100vh;
  min-height: 750px;
  position: relative;
  overflow: hidden;
}
.home__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__parallax {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 90px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home__video video {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  transform: translate(-50%, -50%);
}
.home__title {
  position: relative;
}
.home__title h1 {
  opacity: 0;
  font-size: 128px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0;
  color: #F8FCFF;
  mix-blend-mode: difference;
  transition: all 0.2s ease-in-out;
}
.home__counter {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
  color: #F8FCFF !important;
  mix-blend-mode: difference;
  margin-top: 132px;
}
.home__counter span {
  vertical-align: middle;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .home__title {
    position: relative;
  }
  .home__title h1 {
    font-size: calc(26px + 2vw);
  }
  .home__counter {
    font-size: 20px;
    margin-top: 150px;
  }
  .home__counter svg {
    width: 14px;
    height: auto;
  }
}

a.btn-home {
  position: absolute;
  bottom: 8px;
  left: 760px;
  display: inline-flex;
  align-items: center;
  height: 88px;
  padding: 0 24px;
  border: 4px solid #F8FCFF;
  font-size: 48px;
  font-weight: 500;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 0.9;
  color: #F8FCFF;
  transition: all 0.3s ease-in-out;
}
a.btn-home img {
  width: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
a.btn-home:hover {
  background: linear-gradient(90deg, #2C9AD8 0%, #E4F9FF 56%, #BAE2FF 100%);
  color: #0B0B15;
  padding: 0 28px;
  border: 0;
}
a.btn-home:hover img {
  opacity: 1;
  width: 60px;
  margin-left: 40px;
}
a.btn-home:active, a.btn-home:focus {
  background: linear-gradient(90deg, #2C9AD8 0%, #E4F9FF 56%, #BAE2FF 100%);
  color: #0B0B15;
  padding: 0 28px;
  border: 0;
}
a.btn-home:active img, a.btn-home:focus img {
  opacity: 1;
  width: 60px;
  margin-left: 40px;
}
@media (max-width: 991px) {
  a.btn-home {
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 40px;
    height: 44px;
    padding: 0 24px;
    border: 0;
    font-size: 24px;
    color: #0B0B15;
    background: linear-gradient(90deg, #2C9AD8 0%, #E4F9FF 56%, #BAE2FF 100%);
  }
  a.btn-home img {
    display: none;
  }
  a.btn-home:hover {
    background: linear-gradient(90deg, #2C9AD8 0%, #E4F9FF 56%, #BAE2FF 100%);
    padding: 0 24px;
  }
  a.btn-home:hover img {
    display: none;
  }
  a.btn-home:active, a.btn-home:focus {
    background: linear-gradient(90deg, #2C9AD8 0%, #E4F9FF 56%, #BAE2FF 100%);
    padding: 0 24px;
  }
  a.btn-home:active svg, a.btn-home:focus svg {
    display: none;
  }
}

.loaded .home__title h1 {
  opacity: 1;
  animation: flip-up 0.5s ease-in-out 0.2s alternate;
}
.loaded .btn-home {
  animation: fade-up 1s ease-in-out alternate;
}
.loaded .home__counter {
  animation: fade-up 0.8s ease-in-out alternate;
}

@keyframes flip-up {
  0% {
    transform: perspective(2500px) rotateX(100deg);
  }
  100% {
    transform: perspective(2500px) rotateX(0deg);
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */