body, html {
  overflow: hidden;
}

#home > footer {
  display: none;
}

#home #container .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#home #container .swiper-container .slider {
  min-height: 100vh;
}
#home #container .swiper-container .slider .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
#home #container .swiper-container .slider .s1 .slide-inner {
  background: url(/i/home_expertise.jpg) no-repeat center/cover;position:relative;
}
#home #container .swiper-container .slider .s1 .slide-inner::after{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4)}
#home #container .swiper-container .slider .s2 .slide-inner {
  background: url(/i/home2.jpg) no-repeat center/cover;
}
#home #container .swiper-container .slider .s2 .slide-inner::after{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5)}
#home #container .swiper-container .slider .s2 .slide-inner *{z-index:1;}
#home #container .swiper-container .slider .s3 .slide-inner {
  background: #f3f6f9;
}
#home #container .swiper-container .slider .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
#home #container .swiper-container .slider .stitle {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 2.7rem;
}
#home #container .swiper-container .slider .stitle span {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 4px;
}
#home #container .swiper-container .slider .stitle .line {
  width: 92px;
  height: 1px;
  background: #dfe4e982;
}
#home #container .swiper-container .slider .side-title {
  position: absolute;
  bottom: 30px;
  left: 35px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  transform: rotate(-90deg);
  transform-origin: top left;
}
#home #container .swiper-container .slider .side-title span, #home #container .swiper-container .slider .side-title p {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#home #container .swiper-container .slider .side-title span {
  color: #fff;
}
#home #container .swiper-container .slider .side-title p {
  color: #93aac5;
}
#home #container .swiper-pagination {
  width: 87px;
  height: 100vh;
  border-right: solid 1px rgba(130, 149, 174, 0.4);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: -webkit-flexbox;
  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;
  gap: 37px;
  z-index: 100;
}
#home #container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #93aac5;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .5s ease;
}
#home #container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#home #container .swiper-pagination .swiper-pagination-bullet:last-of-type {
  opacity: 0;
}
#home #container .s1 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  z-index:1;
}
#home #container .s1 .content .wrap {
  display: -webkit-flexbox;
  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;
  gap: 2rem;
}
#home #container .s1 .content .wrap h3 {
  font-size: 2.95rem;
  line-height: 3.54rem;
  max-width: 750px;
  color: #fff;
  text-shadow:1px 1px 1px #000;
}
#home #container .s1 .content .wrap h3 span {
  color: #84b48c;
}
#home #container .s1 .scroll-down {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: solid 1px #dfe4e982;
  position: absolute;
  bottom: 4.78rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  transition: border-color .3s ease;
}
#home #container .s1 .scroll-down span {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: color .3s ease;
}
#home #container .s1 .scroll-down:hover {
  border-color: #93aac5;
}
#home #container .s1 .scroll-down:hover span {
  color: #93aac5;
}
#home #container .s2 .circle {
  width: 470px;
  height: 470px;
  border: solid 1px #dfe4e982;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
}
#home #container .s2 .circle p {
  font-family: "playfair-display", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.72rem;
  line-height: 2.3rem;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#home #container .s2 .circle-left {
  left: 28%;
}
#home #container .s2 .circle-center {
  left: 50%;
}
#home #container .s2 .circle-right {
  left: 72%;
}
#home #container .s2 .center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 55%;
  width: calc(100% - 2rem);
  text-align: center;
  opacity: 0;
  transition: opacity .5s ease;
}
#home #container .s2 .center-text h1{font-size:3rem;}
#home #container .s2 .center-text h1, #home #container .s2 .center-text h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 2.7rem;
  letter-spacing: 9px;
}
#home #container .s2 .center-text h1.grad
{
	/*
	background: linear-gradient(to bottom, #3E568C, #429652);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  color:#e3ebe9;
  font-family: "montserrat";
  text-shadow:none;
  font-weight:700;
  position:relative;
}
#home #container .s2 .bottom-text {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-flexbox;
  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;
  width: calc(100% - 2rem);
  opacity: 0;
  transition: opacity .5s ease;
}
#home #container .s2 .bottom-text p {
  font-family: "playfair-display", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  padding: 20px 50px;
  color: #fff;
  letter-spacing: 0.15px;
  border-right: solid 1px #6eaddc;
}
#home #container .s2 .bottom-text p:last-of-type {
  border-right: none;
}
#home #container .s2 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 32%;
  opacity: 0;
  transition: opacity .5s ease;
}
#home #container .s2 .content .stitle .line {
  background: #fff;
}
#home #container .s3 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 55%;
}
#home #container .s3 h3 {
  max-width: 99%;
  margin: 2rem 0 3rem 0;
}
#home #container .s3 .content {
  width: 100%;
}
#home #container .s3 .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#home #container .s3 .cards .card {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  height: 455px;
  opacity: 0;
  transform: translateY(30px);
  transition: all .8s ease .3s;
}
#home #container .s3 .cards .card img {
  display: block;
  position: absolute;
  max-width: 57px;
  top: 2.5rem;
  right: 2rem;
}
#home #container .s3 .cards .card > div {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  max-width: 230px;
}
#home #container .s3 .cards .card > div p:nth-child(1) {
  font-family: "playfair-display", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.56rem;
  line-height: 2.1rem;
  color: #446b96;
}
#home #container .s3 .cards .card > div p:nth-child(2) {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  color: #fff;
}
#home #container .s3 .cards .card > div a {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, color .3s ease;
  color: #fff;
}
#home #container .s3 .cards .card > div a:hover {
  color: #6eaddc;
}
#home #container .s3 .cards .card.cardFade {
  opacity: 1;
  transform: translateY(0);
}
#home #container .s3 .cards .card:nth-child(2) {
  transition-delay: 0.6s;
}
#home #container .s3 .cards .card:nth-child(3) {
  transition-delay: 0.9s;
}
#home #container .s3 .cards .card:nth-child(4) {
  transition-delay: 1.2s;
}
#home #container .s3 .cards .card::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #3a5574;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition: opacity 0.1s ease, clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#home #container .s3 .cards .card:hover::before {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
#home #container .s3 .cards .card:hover > div p:nth-child(1) {
  color: #fff;
}
#home #container .s3 .cards .card:hover > div p:nth-child(2) {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin: 1.5rem 0 2rem 0;
}
#home #container .s3 .cards .card:hover > div a {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#home #container #s3 .stitle {
  margin-bottom: 0;
}
#home #container #s3 .stitle h4, #home #container #s3 .stitle span {
  color: #446b96;
}
#home #container #s3 .stitle .line {
  background-color: #446b96;
}
#home #container #s3 .side-title p {
  color: #727e8d;
}
#home #container #s3 .side-title span {
  color: #6eaddc;
}

@media screen and (min-width: 768px) and (min-height: 811px) {
  .swiper-container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: hidden !important;
    position: relative !important;
  }
  .swiper-wrapper {
    overflow: hidden !important;
    position: relative !important;
  }
  .swiper-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden !important;
    position: relative !important;
  }
  .slide-inner {
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100vh !important;
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    overflow: hidden !important;
  }
  .swiper-slide-active .slide-inner,
  .swiper-slide-next .slide-inner,
  .swiper-slide-prev .slide-inner {
    overflow: hidden !important;
  }
  @-moz-document url-prefix() {
    html, body {
      overflow: hidden !important;
      height: 100% !important;
      position: relative !important;
    }
    #home {
      overflow: hidden !important;
      height: 100vh !important;
      position: relative !important;
    }
    #container {
      overflow: hidden !important;
      height: 100vh !important;
      position: relative !important;
    }
    .swiper-container {
      scroll-behavior: auto;
      scroll-snap-type: none;
      overflow: hidden !important;
      contain: layout style paint;
    }
    .swiper-wrapper {
      overflow: hidden !important;
      clip-path: inset(0 0 0 0);
    }
    .swiper-slide {
      transform: translateY(0) !important;
      overflow: hidden !important;
      clip-path: inset(0 0 0 0);
    }
    .slide-inner {
      transform: translateY(0) translateZ(0);
      transform-origin: center center;
      image-rendering: -moz-crisp-edges;
      image-rendering: crisp-edges;
      filter: blur(0);
      transition-property: transform !important;
      overflow: hidden !important;
      mask-image: linear-gradient(#000, #000);
      mask-size: 100% 100%;
      mask-repeat: no-repeat;
    }
  }
  @supports (-webkit-touch-callout: none) {
    .swiper-container {
      -webkit-overflow-scrolling: auto;
    }
    .slide-inner {
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-perspective: 1000px;
    }
    .s1 .slide-inner,
    .s2 .slide-inner {
      -webkit-filter: blur(0);
      filter: blur(0);
    }
  }
} 
/***** MEDIA *****/
@media screen and (max-width: 1350px) {
  html, body {
    overflow: hidden visible;
  }
  header.active nav ul li {
    opacity: 1 !important;
  }
  #home #container .swiper-pagination {
    display: none;
  }
  #home #container .swiper-container .slider .side-title {
    display: none;
  }
  #home #container .s1 .content .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home #container .s1 .content .wrap h3 {
    font-size: 2.4rem;
    line-height: 3.1rem;
    max-width: none;
  }
  #home #container .s1 .scroll-down {
    width: 110px;
    height: 110px;
    bottom: 6rem;
  }
  #home #container .s1 .scroll-down span {
    font-size: 11px;
  }
  #home #container .s2 .bottom-text {
    bottom: 6rem;
  }
  #home #container .s2 .bottom-text p {
    padding: 20px 10px;
    text-align: center;
  }
  #home #container .s2 .center-text {
    top: 50%;
  }
  #home #container .s2 .content {
    top: 23%;
  }
  #home #container .s3 .container {
    top: 52%;
  }
  #home #container .s3 h3 {
    margin: 1rem 0 2rem 0;
  }
  #home #container .s3 .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  #home #container .s3 .cards .card {
    height: 300px;
  }
  #home #container .s3 .cards .card > div {
    max-width: none;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  #home #container .s3 .cards .card > div p:nth-child(1) {
    color: #102d4e !important;
  }
  #home #container .s3 .cards .card > div p:nth-child(2) {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 1rem 0;
    color: #475768;
  }
  #home #container .s3 .cards .card > div a {
    height: auto;
    opacity: 1;
    visibility: visible;
    color: #475768;
  }
  #home #container .s3 .cards .card > div * {
    color: #475768;
  }
  #home #container .s3 .cards .card::before {
    opacity: 0 !important;
  }
  #home #container .s3 .cards .card:hover > div p:nth-child(2) {
    margin: 1rem 0;
  }
}
@media screen and (max-height: 850px) {
  #home #container .s3 h3 {
    margin: 1rem 0 2rem 0;
    font-size: 2.5rem;
    line-height: 3rem; 
  }
  #home #container .s3 .cards .card {
    height: 400px;
  }
}
@media screen and (max-height: 810px) {
  html, body {
    overflow: hidden visible;
  }
  #home #container .swiper-pagination {
    display: none;
  }
  #home #container .swiper-container {
    height: auto;
  }
  #home #container .swiper-container .slider {
    min-height: auto;
  }
  #home #container .swiper-container .slider .side-title {
    display: none;
  }
  #home #container .swiper-container .slider .swiper-slide {
    height: auto;
  }
  #home #container .swiper-container .slider .slide-inner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    height: auto;
    width: auto;
  }
  #home #container .s1 .slide-inner {
    padding: 10rem 0 6rem 0;
  }
  #home #container .s1 .content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  #home #container .s1 .content .wrap {
    gap: 1rem;
  }
  #home #container .s1 .content .wrap h3 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  #home #container .s1 .scroll-down {
    display: none;
  }
  #home #container .s2 .slide-inner {
    padding: 6rem 1rem;
  }
  #home #container .s2 .center-text, #home #container .s2 .bottom-text, #home #container .s2 .content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    opacity: 1;
    width: auto;
  }
  #home #container .s2 .circle {
    display: none;
  }
  #home #container .s2 .center-text {
    border: solid 1px rgba(223, 228, 233, 0.5098039216);
    border-radius: 50%;
    width: 430px;
    height: 430px;
    display: -webkit-flexbox;
    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;
    margin: 3rem auto;
  }
  #home #container .s3 .slide-inner {
    padding: 6rem 0;
  }
  #home #container .s3 .container {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  #home #container .s3 .cards .card {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 980px) {
  #home #container .s2 .circle {
    width: 430px;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  #home #container .swiper-container {
    height: auto;
  }
  #home #container .swiper-container .slider {
    min-height: auto;
  }
  #home #container .swiper-container .slider .swiper-slide {
    height: auto;
  }
  #home #container .swiper-container .slider .slide-inner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    height: auto;
    width: auto;
  }
  #home #container .swiper-container .slider .stitle {
    gap: 15px;
    margin-bottom: 2rem;
  }
  #home #container .swiper-container .slider .stitle span {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 3px;
  }
  #home #container .swiper-container .slider .stitle .line {
    width: 60px;
  }
  #home #container .s1 .slide-inner {
    padding: 10rem 0 6rem 0;
  }
  #home #container .s1 .content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  #home #container .s1 .content .wrap {
    gap: 1rem;
  }
  #home #container .s1 .content .wrap h3 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  #home #container .s1 .scroll-down {
    display: none;
  }
  #home #container .s2 .slide-inner {
    padding: 6rem 1rem;
  }
  #home #container .s2 .center-text, #home #container .s2 .bottom-text, #home #container .s2 .content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    opacity: 1;
    width: auto;
  }
  #home #container .s2 .circle {
    display: none;
  }
  #home #container .s2 .center-text {
    border: solid 1px rgba(223, 228, 233, 0.5098039216);
    border-radius: 50%;
    width: 320px;
    height: 320px;
    display: -webkit-flexbox;
    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;
    margin: 3rem auto;
  }
  #home #container .s2 .center-text h2 {
    margin-bottom: 2rem;
  }
  #home #container .s2 .bottom-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home #container .s2 .bottom-text p {
    border: none;
    position: relative;
  }
  #home #container .s2 .bottom-text p::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #6eaddc;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  #home #container .s2 .bottom-text p:last-of-type::after {
    display: none;
  }
  #home #container .s2 .bottom-text p:last-of-type {
    padding-bottom: 0;
  }
  #home #container .s3 .slide-inner {
    padding: 6rem 0;
  }
  #home #container .s3 .container {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  #home #container .s3 .cards {
    grid-template-columns: repeat(1, 1fr);
  }
  #home #container .s3 .cards .card {
    opacity: 1;
    transform: none;
  }
  #home #container .s3 h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}

/*# sourceMappingURL=index.css.map */
