@import url("https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Roboto", sans-serif;
}

a {
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  color: #dce3ec;
}

body {
  width: 100%;
  background-color: #0D0D0D;
  overflow: hidden;
}

body.no-overflow {
  overflow: auto;
}

.main-section {
  display: block;
  height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
}

.mx-w {
  max-width: 1200px;
  margin: 0 auto;
}

.n10-section_title {
  width: 100%;
  text-align: center;
  padding: 4rem 0;
}

.n10-section_title h1 {
  font-weight: 400;
  font-size: 48px;
  color: #ff2121;
  text-transform: capitalize;
}

.n10-section_title p {
  font-weight: 400;
  font-size: 24px;
  color: #999;
  margin-top: 0.5rem;
}

ul {
  padding-left: 22px;
  color: #dce3ec;
}

ul li {
  margin-top: 10px;
}

.jquery-modal.blocker {
  padding: 0;
  z-index: 999;
}

.jquery-modal.blocker .close-modal {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  background: url("/images/close.svg") center/cover no-repeat;
  width: 15px;
  height: 15px;
}

.n10-popup {
  width: auto;
  max-width: 100%;
  height: auto;
  background-color: #0D0D0D;
  padding: 90px 85px;
  position: relative;
  border: 1px solid #232323;
  border-radius: 0;
}

.n10-popup ._cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  width: 100%;
  gap: 11px;
}

.n10-popup ._cards ._card {
  width: 240px;
  height: 230px;
  padding: 30px 20px 30px;
  background: linear-gradient(135deg, #151515 70%, #232323 100%);
}

.n10-popup ._cards ._card ._title {
  color: #ff2121;
  font-weight: 700;
  font-size: 22px;
  margin-top: 15px;
}

.n10-popup ._cards ._card ul {
  padding-left: 22px;
  color: #dce3ec;
}

.n10-popup ._cards ._card ul li {
  margin-top: 10px;
}

.n10-popup_title h1 {
  color: #dce3ec;
  font-weight: 400;
  font-size: 30px;
  margin: 0;
}

.n10-popup_title h4 {
  color: #ff2121;
  font-weight: 700;
  font-size: 16px;
  margin-top: 12px;
}

.header-cont {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-cont header {
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: fixed;
  top: -100vh;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.header-cont header .navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #181818;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-cont header .navigation a {
  cursor: pointer;
  font-size: 64px;
  font-weight: 100;
  width: 30%;
  border-bottom: 1px solid #404040;
  margin-bottom: 18px;
  padding-left: 60px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header-cont header .navigation a:active {
  color: #ff2121;
  font-weight: 300;
}

.header-cont header .navigation a:hover {
  color: #ff2121;
  font-weight: 300;
}

.header-cont header .navigation a.active {
  color: #ff2121;
  font-weight: 300;
}

.header-cont header.open {
  top: 0;
  opacity: 1;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.header-cont nav {
  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: absolute;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px #00000021;
          box-shadow: 0 5px 10px #00000021;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  z-index: 1;
  padding: 10px;
}

.header-cont nav a img {
  width: 100px;
}

.header-cont nav .nav-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.header-cont nav .nav-btn .line {
  fill: none;
  stroke: #ff2121;
  stroke-width: 4;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-cont nav .nav-btn:hover .line {
  stroke: #dce3ec;
}

.header-cont nav .nav-btn .line.line1 {
  stroke-dasharray: 60 207;
}

.header-cont nav .nav-btn .line.line2 {
  stroke-dasharray: 40 60;
}

.header-cont nav .nav-btn .line.line3 {
  stroke-dasharray: 60 207;
}

.header-cont nav .nav-btn.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.header-cont nav .nav-btn.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -10;
}

.header-cont nav .nav-btn.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.mouse-droper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #999;
  position: absolute;
  bottom: 5rem;
  z-index: 1;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

footer {
  width: 100%;
  margin-top: 50px;
}

footer .footer-container {
  max-width: 1200px;
  padding-top: 1.5rem;
  height: auto;
  width: 88%;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-container .link-info {
  width: 30%;
  height: 100%;
}

footer .footer-container .link-info p {
  color: #dce3ec;
}

footer .footer-container .links-main-container {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-container .links-main-container .link-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-container .links-main-container .link-cont h4 {
  margin-bottom: 0.6rem;
  text-transform: capitalize;
  color: #dce3ec;
}

footer .footer-container .links-main-container .link-cont a {
  color: #dce3ec;
}

footer .footer-container .links-main-container .link-cont a:not(:last-child) {
  margin-bottom: 10px;
}

footer .social-media-main-cont {
  width: 100%;
  padding: 15px 0;
  background-color: #ff2121;
}

footer .social-media-main-cont .social-media-cont {
  max-width: 1280px;
  margin: 0 auto;
  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;
}

footer .social-media-main-cont .social-media-cont p.copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .social-media-main-cont .social-media-cont p.copyrights ._copy {
  font-size: 20px;
  line-height: 20px;
  display: inline;
  margin-inline: 5px;
}

footer .social-media-main-cont .social-media-cont p {
  margin: 0;
  color: #dce3ec;
}

footer .social-media-main-cont .social-media-cont p:not(.copyrights) {
  font-weight: 300;
}

footer .social-media-main-cont .social-media-links {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 26px;
  margin-left: auto;
}

@media (max-width: 1279px) {
  footer .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 20px;
    padding: 20px 0;
  }
  footer .footer-container .link-info {
    width: 100%;
  }
  footer .footer-container .link-info p {
    margin-top: 10px;
  }
  footer .footer-container .links-main-container {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    row-gap: 20px;
  }
  footer .footer-container .links-main-container .link-cont {
    width: calc(100% / 2);
  }
  footer .social-media-main-cont {
    padding: 10px 0;
  }
  footer .social-media-main-cont .social-media-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  footer .social-media-main-cont .social-media-links {
    width: auto;
  }
}

.ft-red {
  color: #ff2121;
}

.n10home-page .n10-hero {
  position: relative;
}

.n10home-page .n10-hero ._item {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.n10home-page .n10-hero ._item ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  color: #dce3ec;
  z-index: 0;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0.79)), to(#0D0D0D));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 75%, #0D0D0D 100%);
}

.n10home-page .n10-hero ._item ._content h3 {
  width: 60%;
  font-weight: 400;
  font-size: 48px;
}

.n10home-page .n10-hero ._item ._content p {
  margin-top: 22px;
  width: 50%;
  font-weight: 300;
  font-size: 22px;
  color: #dce3ec;
}

.n10home-page .n10-hero ._item ._slide-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.n10home-page .n10-hero ._button-arrow {
  display: block;
  background-color: transparent;
  -webkit-backdrop-filter: blur(2);
          backdrop-filter: blur(2);
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
}

.n10home-page .n10-hero ._button-arrow svg path {
  -webkit-transition: stroke .25s ease-in-out;
  transition: stroke .25s ease-in-out;
  stroke: #ff2121;
}

.n10home-page .n10-hero ._button-arrow:hover svg path {
  stroke: #dce3ec;
}

.n10home-page .n10-hero ._button-arrow._button-prev {
  left: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 10px;
}

.n10home-page .n10-hero ._button-arrow._button-next {
  right: 20px;
}

.n10home-page .n10-hero .mouse-droper {
  bottom: 30px;
}

.n10home-page .n10-services {
  height: 100%;
  margin-right: 0;
}

.n10home-page .n10-services .swiper {
  height: 100%;
  max-width: 100%;
  margin: 0 99.5px;
  margin-right: 0;
  padding: 10px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .n10home-page .n10-services .swiper {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1920px) {
  .n10home-page .n10-services .swiper {
    max-width: 1442px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .n10home-page .n10-services ._item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media (width: 1366px) {
  .n10home-page .n10-services ._item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media (min-width: 1367px) {
  .n10home-page .n10-services ._item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.n10home-page .n10-services ._item ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #232323;
  padding: 70px 30px 40px;
  width: 350px;
  height: 440px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .n10home-page .n10-services ._item ._content {
    width: 350px;
  }
}

.n10home-page .n10-services ._item ._content ._icon {
  display: block;
  font-size: 50px;
  width: 50px;
  height: 50px;
}

.n10home-page .n10-services ._item ._content ._icon svg path {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10home-page .n10-services ._item ._content h3 {
  font-size: 30px;
  color: #dce3ec;
  margin-top: 30px;
}

.n10home-page .n10-services ._item ._content p {
  font-size: 18px;
  color: #dce3ec;
  margin-top: 17px;
  margin-bottom: 40px;
}

.n10home-page .n10-services ._item ._content a {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10home-page .n10-services ._item ._content a ._link-icon {
  display: block;
  width: 40px;
  height: 2px;
  background: #686868;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10home-page .n10-services ._item:hover ._content {
  outline: 2px solid #ff2121;
}

.n10home-page .n10-services ._item:hover ._content ._icon svg path {
  fill: #ff2121;
  stroke: transparent;
}

.n10home-page .n10-services ._item:hover ._content a {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.n10home-page .n10-services ._item:hover ._content a ._link-icon {
  background: url("/images/arrow-right.svg");
  width: 40px;
  height: 25px;
}

.n10home-page .n10-services ._button-arrow {
  background: -webkit-gradient(linear, right top, left top, color-stop(35%, #181818f5), color-stop(90%, #18181800));
  background: linear-gradient(270deg, #181818f5 35%, #18181800 90%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .n10home-page .n10-services ._button-arrow {
    width: 50px;
  }
}

@media (min-width: 1920px) {
  .n10home-page .n10-services ._button-arrow {
    display: none;
  }
}

.n10home-page .n10-aboutus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  place-content: center;
  height: 60vh;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.n10home-page .n10-aboutus ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.n10home-page .n10-aboutus ._content ._item {
  position: relative;
  width: calc(100% / 5);
  background: linear-gradient(135deg, #303030 -7%, #494949 100%);
  padding: 60px 35px 32px;
  aspect-ratio: 1;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10home-page .n10-aboutus ._content ._item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #0D0D0D -7%, #ff2121 100%);
  z-index: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.n10home-page .n10-aboutus ._content ._item:hover::before {
  opacity: 1;
}

.n10home-page .n10-aboutus ._content ._item ._icon {
  height: 50px;
  z-index: 1;
}

.n10home-page .n10-aboutus ._content ._item ._icon img {
  width: 50px;
  height: 50px;
}

.n10home-page .n10-aboutus ._content ._item p {
  font-size: 18px;
  color: #dce3ec;
  z-index: 1;
}

.n10home-page .n10-oO {
  width: 100%;
  height: 100%;
}

.n10home-page .n10-oO ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #dce3ec;
  height: 100%;
}

.n10home-page .n10-oO ._content ._contentL {
  -webkit-box-flex: .3;
      -ms-flex: .3;
          flex: .3;
}

.n10home-page .n10-oO ._content ._contentL ._item {
  display: block;
  position: relative;
  padding: 30px 150px 20px 40px;
  background: linear-gradient(135deg, #303030 -7%, #494949 100%);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  min-height: 90px;
}

.n10home-page .n10-oO ._content ._contentL ._item:not(:last-child) {
  margin-bottom: 14px;
}

.n10home-page .n10-oO ._content ._contentL ._item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #0D0D0D -7%, #ff2121 100%);
  z-index: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.n10home-page .n10-oO ._content ._contentL ._item:hover::before, .n10home-page .n10-oO ._content ._contentL ._item.active::before {
  opacity: 1;
}

.n10home-page .n10-oO ._content ._contentL ._item:hover::after, .n10home-page .n10-oO ._content ._contentL ._item.active::after {
  content: ' ';
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ff2121;
}

.n10home-page .n10-oO ._content ._contentL ._item p {
  position: relative;
  z-index: 1;
}

.n10home-page .n10-oO ._content ._contentR {
  -webkit-box-flex: .7;
      -ms-flex: .7;
          flex: .7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.n10home-page .n10-oO ._content ._contentR ._wrapper {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 50px;
}

.n10home-page .n10-oO ._content ._contentR ._wrapper.tab-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.n10home-page .n10-oO ._content ._contentR ._wrapper ._item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  row-gap: 50px;
  position: relative;
  padding: 50px;
  width: 300px;
  aspect-ratio: 1;
  word-break: break-word;
}

.n10home-page .n10-oO ._content ._contentR ._wrapper ._item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  z-index: -1;
  outline-color: #ff2121;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.n10home-page .n10-oO ._content ._contentR ._wrapper ._item:hover::before {
  outline: 2px solid #ff2121;
  -webkit-transform: perspective(300px) rotateX(5deg);
          transform: perspective(300px) rotateX(5deg);
  -webkit-box-shadow: 0px 55px 100px rgba(255, 33, 33, 0.15);
          box-shadow: 0px 55px 100px rgba(255, 33, 33, 0.15);
}

.n10home-page .n10-oO ._content ._contentR ._wrapper ._item:hover ._icon svg path {
  fill: #ff2121;
}

.n10home-page .n10-clients {
  height: 50vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.n10home-page .n10-clients ._content {
  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;
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.n10home-page .n10-clients ._content ._item {
  width: auto;
}

.n10home-page .n10-clients ._content ._item img {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.n10home-page .n10-testimonials {
  color: #dce3ec;
}

.n10home-page .n10-testimonials ._content {
  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;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.n10home-page .n10-testimonials ._content .swiper-wrapper {
  padding-bottom: 60px;
}

.n10home-page .n10-testimonials ._content ._item.swiper-slide-active ._content {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10home-page .n10-testimonials ._content ._item.swiper-slide-active ._content::before {
  opacity: 1;
}

.n10home-page .n10-testimonials ._content ._item:not(.swiper-slide-active) {
  opacity: .4;
}

.n10home-page .n10-testimonials ._content ._item ._content {
  padding: 50px 45px;
  background: linear-gradient(135deg, #303030 -7%, #494949 100%);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10home-page .n10-testimonials ._content ._item ._content::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(135deg, #0D0D0D -7%, #ff2121 100%);
  z-index: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.n10home-page .n10-testimonials ._content ._item ._content > * {
  z-index: 1;
}

.n10home-page .n10-testimonials ._content ._item ._content ._avatar {
  -webkit-box-flex: .3;
      -ms-flex: .3;
          flex: .3;
}

.n10home-page .n10-testimonials ._content ._item ._content ._avatar img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 10%;
     object-position: 30% 10%;
}

.n10home-page .n10-testimonials ._content ._item ._content article {
  -webkit-box-flex: .7;
      -ms-flex: .7;
          flex: .7;
  font-size: 18px;
}

.n10home-page .n10-testimonials ._content ._item ._content article span {
  margin-top: 18px;
  float: right;
}

.n10home-page .n10-testimonials ._content ._nav {
  position: absolute;
  z-index: 2;
  bottom: 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;
  width: 100%;
  gap: 24px;
}

.n10home-page .n10-testimonials ._content ._nav ._button-arrow {
  display: block;
  background-color: transparent;
  -webkit-backdrop-filter: blur(2);
          backdrop-filter: blur(2);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.n10home-page .n10-testimonials ._content ._nav ._button-arrow svg path {
  -webkit-transition: stroke .25s ease-in-out;
  transition: stroke .25s ease-in-out;
  stroke: #ff2121;
}

.n10home-page .n10-testimonials ._content ._nav ._button-arrow:hover svg path {
  stroke: #dce3ec;
}

.n10home-page .n10-testimonials ._content ._nav ._button-arrow._button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 10px;
}

.n10home-page .n10-contactus {
  display: block;
  position: relative;
  background: url("https://images.unsplash.com/photo-1515940175183-6798529cb860?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1329&q=80") center/cover no-repeat;
  height: auto;
  padding-bottom: 50px;
}

.n10home-page .n10-contactus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(13, 13, 13, 0.88);
}

.n10home-page .n10-contactus > * {
  position: relative;
  z-index: 1;
}

.n10home-page .n10-contactus ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.n10home-page .n10-contactus ._content form {
  width: 50%;
  position: relative;
  color: #dce3ec;
}

.n10home-page .n10-contactus ._content form input,
.n10home-page .n10-contactus ._content form textarea {
  width: 100%;
  height: 2.5rem;
  outline: none;
  border: 1px solid #dce3ec;
  color: #dce3ec;
  background: transparent;
  padding: 20px 24px;
}

.n10home-page .n10-contactus ._content form input::-webkit-input-placeholder,
.n10home-page .n10-contactus ._content form textarea::-webkit-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.n10home-page .n10-contactus ._content form input:-ms-input-placeholder,
.n10home-page .n10-contactus ._content form textarea:-ms-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.n10home-page .n10-contactus ._content form input::-ms-input-placeholder,
.n10home-page .n10-contactus ._content form textarea::-ms-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.n10home-page .n10-contactus ._content form input::placeholder,
.n10home-page .n10-contactus ._content form textarea::placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.n10home-page .n10-contactus ._content form input:not(textarea),
.n10home-page .n10-contactus ._content form textarea:not(textarea) {
  margin-bottom: 1.5rem;
}

.n10home-page .n10-contactus ._content form textarea {
  margin-bottom: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 200px;
  max-height: 160px;
}

.n10home-page .n10-contactus ._content form textarea::-webkit-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.n10home-page .n10-contactus ._content form textarea:-ms-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.n10home-page .n10-contactus ._content form textarea::-ms-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.n10home-page .n10-contactus ._content form textarea::placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.n10home-page .n10-contactus ._content form button {
  width: 6rem;
  padding: 10px 10px;
  margin-top: 1.5rem;
  color: #dce3ec;
  border: none;
  outline: none;
  text-transform: capitalize;
  background-color: #ff2121;
  float: right;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10home-page .n10-contactus ._content form button:hover {
  background-color: #ba0000;
}
/*# sourceMappingURL=index.css.map */