/* Footer */
.footer{
  background: #000000;
  color: #A5A4AC;
}
.footer-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-left-wrapper{
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-logo-wrapper{
  display: block;
}
.footer-logo-wrapper svg{
  display: block;
  width: 100%;
  max-width: 121px;
}
.footer-text{
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  max-width: 324px;
}
.footer-text em{
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}
.footer-text-mobile{
  display: none;
}
.footer-social-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.footer-social-link{
  display: block;
  border-radius: 40px;
  transition: all 0.5s ease;
}
.footer-social-link svg{
  display: block;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
}
.footer-social-link:hover{
  background: white;
}
.footer-social-link:hover svg path{
  fill: black;
}
.footer-right-wrapper{
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-info-wrapper{
  width: calc(32% - 27px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.footer-newsletter{
  width: calc(36% - 27px);
}
.footer-info-heading{
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  color: white;
}
.footer-menu-wrapper{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-menu-item{
  line-height: normal;
}
.footer-menu-link{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
  position: relative;
}
.footer-menu-link::after{
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform-origin: bottom right;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .25s ease-out;
}
.footer-menu-link:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer-newsletter-wrapper{
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.footer-newsletter-text{
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
}
.footer-newsletter-text em{
  color: #ffffff;
  font-style: normal;
}
.footer-newsletter-form{
  display: flex;
  flex-direction: column;
  gap: 41px;
  align-items: flex-start;
}
.footer-newsletter-form .btn{
  border-color: #ffffff;
}
.footer-newsletter-input{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 0;
  color: #ffffff;
  border: 0;
  outline: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #EFEFF0;
  padding-bottom: 24px;
}
.footer-newsletter-input::placeholder{
  color: #A5A4AC;
}
.footer-bottom-wrapper{
  border-top: 1px solid #393939;
  padding: 40px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-copyright-text{
  flex: 0 0 auto;
  margin: 0;
}
.footer-bottom-menu-wrapper{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.footer-bottom-menu-item{
  padding-left: 20px;
  border-left: 1px solid #4E4D51
}
.footer-bottom-menu-item:first-child{
  border: 0;
}
.footer-bottom-menu-link{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
  position: relative;
}
.footer-bottom-menu-link::after{
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform-origin: bottom right;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .25s ease-out;
}
.footer-bottom-menu-link:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media screen and (max-width: 1280px){
  .footer-left-wrapper{
    width: calc(30% - 20px);
  }
  .footer-right-wrapper{
    width: calc(70% - 20px);
  }
  .footer-info-wrapper {
    width: calc(30% - 27px);
  }
  .footer-newsletter {
    width: calc(40% - 27px);
  }
}
@media screen and (max-width: 989px){
  .footer-left-wrapper{
    width: 100%;
    gap: 34px;
  }
  .footer-right-wrapper{
    width: 100%;
    gap: 60px 30px;
  }
  .footer-info-wrapper{
    width: calc(50% - 15px);
    gap: 41px;
  }
  .footer-logo-wrapper svg{
    max-width: 104px;
  }
  .footer-text{
    font-size: 15px;
    max-width: 100%;
  }
  .footer-text-desktop{
    display: none;
  }
  .footer-text-mobile{
    display: block;
  }
  .footer-wrapper{
    gap: 60px;
  }
  .footer-info-heading{
    font-size: 22px;
  }
  .footer-menu-link{
    font-size: 16px;
  }
  .footer-menu-wrapper{
    gap: 34px;
  }
  .footer-newsletter{
    width: 100%;
  }
  .footer-newsletter-text{
    font-size: 15px;
  }
  .footer-newsletter-form{
    gap: 35px;
  }
  .footer-newsletter-wrapper{
    gap: 35px;
  }
  .footer-newsletter-input{
    padding-bottom: 21px;
    font-size: 15px;
  }
  .footer-bottom-wrapper{
    padding: 24px 0 54px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .footer-bottom-menu-item{
    padding-left: 17px;
  }
  .footer-bottom-menu-item:first-child{
    padding-left: 0;
  }
  .footer-bottom-menu-link{
    font-size: 14px;
  }
  .footer-copyright-text{
    font-size: 14px;
  }
}

/* 404 */
.page-404{

}
.page-404-image-wrapper{
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page-404-image{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.page-404-content{
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.page-404-heading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}
.page-404-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 989px){
  .page-404-heading{
    font-size: 30px;
  }
  .page-404-text{
    font-size: 16px;
  }
  .page-404-content{
    gap: 20px;
    max-width: 300px;
  }
  .page-404-image-wrapper{
    margin-bottom: 20px;
    max-width: 200px;
  }
}

/* Get in touch */
.get-in-touch{
  color: #000000;
  background: white;
}
.get-in-touch-wrapper{
  max-width: 975px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
.get-in-touch-heading{
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.get-in-touch-desktop{
  display: block;
}
.get-in-touch-mobile{
  display: none;
}
@media screen and (max-width: 989px){
  .get-in-touch-desktop{
    display: none;
  }
  .get-in-touch-mobile{
    display: block;
  }
  .get-in-touch-heading{
    font-size: 30px;
    line-height: 110%;
  }
  .get-in-touch-wrapper{
    gap: 24px;
  }
}

/* Numbers */
.numbers{
  background: #000000;
  color: #ffffff;
}
.numbers-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  text-align: center;
  margin: 0;
}
.numbers-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  margin-top: 40px;
}
.numbers-wrapper{
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}
.numbers-item{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.numbers-title{
  font-weight: 400;
  font-size: 96px;
  line-height: 70px;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-content: center;
}
.numbers-title > span{
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
  color: transparent;
}
.numbers-title > span span{
  transform: translateY(0%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s ease;
  transition-delay: 0.6s;
  color: #ffffff;
  line-height: 76px;
}
.numbers-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  color: #A5A4AC;
}
@media screen and (max-width: 989px){
  .numbers-heading{
    font-size: 20px;
    text-align: left;
  }
  .numbers-subheading{
    font-size: 30px;
    margin-top: 24px;
    text-align: left;
  }
  .numbers-wrapper{
    margin-top: 50px;
    gap: 64px 32px;
  }
  .numbers-title{
    font-size: 64px;
  }
  .numbers-item{
    width: calc(50% - 16px);
    gap: 5px;
  }
  .numbers-text{
    font-size: 16px;
  }
}

/* Navbar */
.navbar{
  background: transparent;
  color: #000000;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.navbar-wrapper{
  display: flex;
  align-items: center;
  gap: 40px;
}
.navbar-logo-wrapper{
  flex: 0 0 auto;
  display: block;
}
.navbar-logo-wrapper svg{
  display: block;
  width: 100%;
  max-width: 121px;
  height: auto;
}
.navbar-menu{
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px 56px;
  align-items: center;
  justify-content: flex-end;
}
.navbar-menu-item{
  line-height: normal;
}
.navbar-menu-link{
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  display: block;
  line-height: 18px;
  position: relative;
}
.navbar-menu-link::after{
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform-origin: bottom right;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .25s ease-out;
}
.navbar-menu-link:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.navbar-menu-btn{
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 10.5px 24px;
  border-radius: 40px;
  line-height: 18px;
  min-height: 45px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border-color: #000000 !important;
}
.navbar-menu-btn span{
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.navbar-menu-btn::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  clip-path: circle(5% at 50% 50px);
  background: #000000;
}
.navbar-menu-btn:hover{
  color: #ffffff;
}
.navbar-menu-btn:hover::after{
  clip-path: circle(100% at 50% 50px);
}
.navbar-mobile-wrapper{
  display: none;
}
.navbar-open{
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.navbar-open svg{
  display: block;
  width: 100%;
}
.navbar-close{
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.navbar-close svg{
  display: block;
  width: 100%;
}
.navbar-mobile-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
  display: none;
}
.navbar-mobile{
  position: fixed;
  top: 0;
  left: 0;
  max-width: 400px;
  width: calc(100% - 20px);
  background: white;
  height: 100dvh;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  box-shadow: 4px 0px 16px 0px #131B1B14;
}
.navbar-mobile.active{
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}
.navbar-mobile-menu{
  margin: 0;
  list-style: none;
  padding: 0;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.navbar-mobile-menu .navbar-menu-item{
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateX(-50%);
}
.navbar-mobile-menu .navbar-menu-item:nth-child(1){
  transition-delay: 0.3s;
}
.navbar-mobile-menu .navbar-menu-item:nth-child(2){
  transition-delay: 0.4s;
}
.navbar-mobile-menu .navbar-menu-item:nth-child(3){
  transition-delay: 0.5s;
}
.navbar-mobile-menu .navbar-menu-item:nth-child(4){
  transition-delay: 0.6s;
}
.navbar-mobile-menu .navbar-menu-item:nth-child(5){
  transition-delay: 0.7s;
}
.navbar-mobile.active .navbar-mobile-menu .navbar-menu-item{
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 989px){
  .navbar-menu-item{
    /* padding: 7px 0; */
  }
  .navbar{
    padding: 20px 0;
  }
  .navbar-menu{
    display: none;
  }
  .navbar-logo-wrapper svg{
    max-width: 74px;
  }
  .navbar-mobile-wrapper{
    display: block;
  }
  .navbar-wrapper{
    justify-content: space-between;
    gap: 20px;
  }
  .navbar-menu-link{
    font-size: 16px;
    line-height: 16px
  }
  .navbar-menu-btn{
    display: inline-flex;
    font-size: 18px;
    min-height: 45px;
    margin-top: 8px;
    min-width: 160px;
  }
}

/* History */
@keyframes verticalScroll {
  to {
    transform: translateY(100%);
  }
}
.history{
  background: white;
  color: #4E4D51;
  margin-top: -125px;
  overflow: hidden;
}
.history .page-width{
  position: relative;
}
.history-floating-images-wrapper{
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.history-floating-images-wrapper-desktop{
  display: block;
}
.history-floating-images-wrapper-mobile{
  display: none;
}
.history-floating-image-container{
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.history-floating-image-scroll-container{
  flex: 0 0 100%;
  position: relative;
  animation: verticalScroll linear infinite;
}
.history-floating-image{
  max-width: 100%;
  height: auto;
  display: block;
  transform: translateY(-100%);
}
.history-floating-image-mobile{
  position: absolute;
  max-width: 100%;
  height: auto;
  display: block;
}
.history-floating-image-container:nth-child(1){
  left: 0;
}
.history-floating-image-container:nth-child(2){
  left: 13.5%;
  opacity: 0.65;
}
.history-floating-image-container:nth-child(3){
  left: 15%;
}
.history-floating-image-container:nth-child(4){
  left: 21%;
}
.history-floating-image-container:nth-child(5){
  left: 36%;
  opacity: 0.65;
}
.history-floating-image-container:nth-child(6){
  left: 45%;
  opacity: 0.65;
}
.history-floating-image-container:nth-child(7){
  right: 30%;
  opacity: 0.65;
  z-index: 1;
}
.history-floating-image-container:nth-child(8){
  right: 7%;
  z-index: 1;
}
.history-floating-image-container:nth-child(9){
  right: 7%;
  z-index: 1;
}
.history-floating-image-container:nth-child(10){
  right: 0;
  z-index: 0;
  opacity: 0.65;
  z-index: 0;
}
.history-floating-image-mobile:nth-child(1){
  left: 0;
  top: 23px;
}
.history-floating-image-mobile:nth-child(2){
  right: 0;
  top: 10px;
}
.history-floating-image-mobile:nth-child(3){
  bottom: 30px;
  left: 0;
}
.history-floating-image-mobile:nth-child(4){
  bottom: 130px;
  left: 65px;
}
.history-floating-image-mobile:nth-child(5){
  bottom: 75px;
  right: 0;
}
.history-content{
  text-align: center;
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 350px 0;
  position: relative;
  z-index: 1;
  /* mix-blend-mode: multiply; */
  filter: drop-shadow(0 0 20px #ffffff);
}
.history-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
  margin-bottom: 8px;
}
.history-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
.history-subheading strong{
  color: #000000;
  font-weight: 500;
}
.history-icon{
  display: block;
  margin: 0 auto;
  width: 30px;
  height: auto;
}
.history-text{
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  padding-left: 152px;
  text-align: left;
}
.history-text strong{
  color: #000000;
  font-weight: 500;
}
.history-text::before{
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 120px;
  border-top: 1px solid #4E4D51;
}
@media screen and (max-width: 1280px){
  .history{
    margin-top: 0;
  }
}
@media screen and (max-width: 989px){
  .history-content{
    padding: 76px 0 96px 0;
    gap: 0;
  }
  .history-floating-images-wrapper-desktop{
    display: none;
  }
  .history-floating-images-wrapper-mobile{
    display: none;
  }
  .history-heading{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .history-subheading{
    font-size: 34px;
    margin-bottom: 32px;
  }
  .history-icon{
    width: 20px;
    margin-bottom: 32px;
  }
  .history-text{
    font-size: 16px;
    padding-left: 83px;
  }
  .history-text::before{
    width: 48px;
    top: 10px;
  }
}

/* Logo with text */
@keyframes scroll {
  to {
    transform: translateX(-100%);
  }
}
.logo-with-text{
  background: #F6F6F7;
  color: #000000;
  padding: 48px 0;
  display: none;
}
.logo-with-text-flex-wrapper{
  display: flex;
  align-items: center;
  gap: 120px;
  overflow: hidden;
}
.logo-with-text-wrapper{
  display: flex;
  align-items: center;
  gap: 120px;
  animation: scroll 20s linear infinite;
}
.logo-with-text-item{
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}
.logo-with-text-image{
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  max-width: 100%;
  flex: 0 0 80px;
  border-radius: 8px;
}
.logo-with-text-copy{
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 989px){
  .logo-with-text{
    padding: 32px 0;
  }
  .logo-with-text .page-width{
    padding: 0;
  }
  .logo-with-text-image{
    aspect-ratio: unset;
    height: 51px;
    width: 90px;
    flex: 0 0 90px;
  }
  .logo-with-text-copy{
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
  }
  .logo-with-text-item{
    gap: 16px;
  }
  .logo-with-text-wrapper{
    gap: 56px;
  }
}

/* Mission */
.mission{
  background: #F6F6F6;
  color: #000000;
}
.mission-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.mission-item-left{
  width: calc(60% - 24px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mission-item-content{
  flex: 1 1 auto;
}
.mission-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 48px;
}
.mission-subheading-mobile{
  display: none;
}
.mission-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 80px;
}
.mission-text{
  font-weight: 400;
  font-size: 28px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #4E4D51;
  position: relative;
  padding-left: 181px;
  max-width: 904px;
}
.mission-text strong{
  font-weight: 500;
  color: #000000;
}
.mission-text::before{
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 140px;
  border-top: 1px solid #A5A4AC;
}
.mission-client-wrapper{
  flex-wrap: wrap;
  gap: 80px;
  align-items: flex-end;
}
.mission-client-image-wrapper{
  width: 392px;
  flex: 0 0 392px;
}
.mission-client-image{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.mission-client-text-wrapper{
  flex: 1 1 auto;
  max-width: 177px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.mission-client-images{
  display: block;
  max-width: 160px;
  height: auto;
  width: 100%;
}
.mission-client-content{
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.mission-client-title{
  font-weight: 700;
  font-size: 42px;
  line-height: 34px;
  letter-spacing: 0;
  margin: 0;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.mission-client-title span{
  display: block;
  overflow: hidden;
  position: relative;
  color: transparent;
  padding-bottom: 10px;
}
.mission-client-title span span{
  transform: translateX(calc(-100% + 35px));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s ease;
  color: #000000;
}
.mission-wrapper.active .mission-client-title span span{
  transform: translateX(1px);
}
.mission-client-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #4E4D51;
  margin: 0;
  margin-bottom: -4px;
}
.mission-item-right{
  width: calc(40% - 24px);
}
.mission-image{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.mission-subtext{
  font-weight: 400;
  font-size: 28px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #4E4D51;
  margin-top: 80px;
}
.mission-subtext strong{
  font-weight: 500;
  color: #000000;
}
.mission-client-wrapper-desktop{
  display: flex;
}
.mission-client-wrapper-mobile{
  display: none;
}
@media screen and (max-width: 1280px){
  .mission-client-wrapper{
    gap: 40px;
  }
  .mission-client-image-wrapper{
    flex: 0 0 300px;
    width: 300px;
  }
}
@media screen and (max-width: 989px){
  .mission-client-wrapper-desktop{
    display: none;
  }
  .mission-client-wrapper-mobile{
    display: flex;
  }
  .mission-item-left{
    width: 100%;
  }
  .mission-item-right{
    width: 100%;
  }
  .mission-heading{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .mission-subheading-desktop{
    display: none;
  }
  .mission-subheading-mobile{
    display: block;
  }
  .mission-subheading{
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 110%;
  }
  .mission-text{
    padding-left: 83px;
    font-size: 16px;
  }
  .mission-text::before{
    width: 59px;
    top: 10px;
  }
  .mission-subtext{
    margin-top: 48px;
    font-size: 16px;
  }
  .mission-client-image-wrapper{
    width: 207px;
    flex: 0 0 207px;
  }
  .mission-client-wrapper{
    gap: 20px 41px;
  }
  .mission-client-text-wrapper{
    max-width: 102px;
    gap: 16px;
  }
  .mission-client-images{
    max-width: 100%;
  }
  .mission-client-text{
    font-size: 14px;
  }
  .mission-client-title{
    font-size: 24px;
    line-height: 17px;
  }
  .mission-client-content{
    gap: 12px;
  }
  .mission-client-title span span{
    transform: translateX(calc(-100% + 18px));
  }
  .mission-client-title span{
    padding-bottom: 5px;
  }
}

/* Team */
.team{
  background: #000000;
  color: #ffffff;
}
.team-wrapper{

}
.team-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 45px;
}
.team-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 35px;
}
.team-subtext{
  font-weight: 400;
  font-size: 48px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  color: #93919A;
  margin-bottom: 64px;
}
.team-grid-wrapper{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.team-wrapper-desktop{
  display: grid;
}
.team-wrapper-mobile{
  display: none;
}
.team-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 600px;
  padding: 40px;
  position: relative;
  border: 1px solid #93919A;
  margin-left: -1px;
  margin-top: -1px;
}
.team-wrapper-desktop .team-item:nth-child(1){
  grid-row: 1 / span 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 48, 48, 0.62) 100%);
}
.team-wrapper-desktop .team-item:nth-child(2){
  background: linear-gradient(180deg, rgba(0, 1, 32, 0.5) 0%, rgba(0, 1, 38, 0.5) 100%);
}
.team-wrapper-desktop .team-item:nth-child(3){
  background: linear-gradient(180deg, #160F00 0%, #221700 100%);
}
.team-wrapper-desktop .team-item:nth-child(4){
  background: linear-gradient(180deg, #000C15 0%, #001A2D 100%);
}
.team-wrapper-desktop .team-item:nth-child(5){
  background: linear-gradient(180deg, #130008 0%, #23000F 100%);
}
.team-wrapper-desktop .team-item:nth-child(6){
  background: linear-gradient(180deg, #0D1400 0%, #111A00 100%);
}
.team-wrapper-desktop .team-item:nth-child(7){
  background: linear-gradient(180deg, #100014 0%, #200027 100%);
}
.team-item-1{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 48, 48, 0.62) 100%);
}
.team-item-2{
  background: linear-gradient(180deg, rgba(0, 1, 32, 0.5) 0%, rgba(0, 1, 38, 0.5) 100%);
}
.team-item-3{
  background: linear-gradient(180deg, #160F00 0%, #221700 100%);
}
.team-item-4{
  background: linear-gradient(180deg, #000C15 0%, #001A2D 100%);
}
.team-item-5{
  background: linear-gradient(180deg, #130008 0%, #23000F 100%);
}
.team-item-6{
  background: linear-gradient(180deg, #0D1400 0%, #111A00 100%);
}
.team-item-7{
  background: linear-gradient(180deg, #100014 0%, #200027 100%);
}
.team-item-pattern{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.team-item-content{
  width: 100%;
  max-width: 333px;
  position: relative;
  z-index: 2;
}
.team-title{
  font-weight: 400;
  font-size: 140px;
  line-height: 116px;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 25px;
}
.team-title span{
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 3px;
  color: transparent;
}
.team-title span span{
  transform: translateY(0%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s ease;
  color: #ffffff;
}
.team-title svg{
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.team-subtitle{
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}
.team-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 165%;
  letter-spacing: 0;
  margin: 0;
}
.team-wrapper-mobile-inner{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.team-wrapper-mobile-inner-left{
  width: calc(60% - 4px);
}
.team-wrapper-mobile-inner-right{
  width: calc(40% - 4px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.team-wrapper-mobile-bottom{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.team-wrapper-mobile-bottom .team-item{
  width: calc(60% - 4px);
}
.team-wrapper-mobile-bottom .team-item:first-child{
  width: calc(40% - 4px);
}
.team-wrapper-mobile-bottom .team-item:last-child{
  width: calc(40% - 4px);
}
@media screen and (max-width: 1280px){
  .team-item{
    padding: 20px;
    min-height: 400px;
  }
  .team-title{
    font-size: 100px;
    line-height: 82px;
    margin-bottom: 17px;
  }
  .team-subtitle{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .team-text{
    font-size: 16px;
  }
  .team-title svg {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
@media screen and (max-width: 989px){
  .team-wrapper-desktop{
    display: none;
  }
  .team-wrapper-mobile{
    display: flex;
  }
  .team-heading{
    font-size: 20px;
    margin-bottom: 32px;
  }
  .team-subheading{
    font-size: 30px;
    margin-bottom: 32px;
  }
  .team-subtext{
    font-size: 22px;
    margin-bottom: 64px;
    display: none;
  }
  .team-text{
    display: none;
  }
  .team-item{
    min-height: 152px;
    border: 0;
    border-radius: 8px;
    margin: 0;
    padding: 14px;
  }
  .team-title{
    font-size: 48px;
    line-height: 38px;
    margin-bottom: 14px;
  }
  .team-wrapper-mobile-inner-left .team-title{
    font-size: 100px;
    line-height: 82px;
    margin-bottom: 20px;
  }
  .team-title svg{
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .team-wrapper-mobile-inner-left .team-title svg{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .team-grid-wrapper{
    gap: 8px;
    flex-wrap: wrap;
  }
  .team-subtitle{
    font-size: 16px;
    margin: 0;
  }
  .team-wrapper-mobile-inner-left .team-subtitle{
    font-size: 18px;
    line-height: 120%;
  }
  .team-wrapper-mobile-inner-left .team-item{
    height: 100%;
  }
}

/* Case study */
.case-study{
  background: #F6F6F7;
  color: #000000;
}
.case-study-wrapper{

}
.case-study-header{
  width: 100%;
  padding-right: 144px;
}
.case-study-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 950px;
  margin-bottom: 30px;
}
.case-study-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 950px;
}
.case-study-slider{
  box-sizing: border-box;
}
.case-study-slider *{
  box-sizing: border-box;
}
.case-study-slide{
  width: calc(33.33% - 16px);
  margin-right: 24px;
}
.case-study-slide:last-child{
  margin-right: 0;
}
.case-study-slide-link{
  display: block;
  text-decoration: none;
  color: inherit;
}
.case-study-image-wrapper{
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  border-radius: 8px;
}
.case-study-image-wrapper::after{
  content: '';
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
}
.case-study-image{
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease;
}
.case-study-logo-image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: calc(100% - 120px);
  height: auto;
}
.case-study-slide-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: 15px;
  width: 100%;
  max-width: 467px;
  margin: 0 auto;
  margin-top: 32px;
}
.case-study-slide-content svg{
  display: block;
  width: 21.33px;
  height: auto;
  transition: all 0.5s ease;
}
.case-study-icon{
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
}
.case-study-title{
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  letter-spacing: 0;
  margin: 0;
}
.case-study-text{
  color: #4E4D51;
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
}
.case-study-slider::part(container){
  padding-top: 117px;
  margin-top: -55px;
  box-sizing: border-box;
}
.case-study-slider::part(button-next){
  width: 48px;
  height: 48px;
  color: currentColor;
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  transform: none;
  top: 0;
  right: 0;
  left: auto;
  transition: all 0.3s ease;
}
.case-study-slider::part(button-prev){
  width: 48px;
  height: 48px;
  color: currentColor;
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  transform: none;
  top: 0;
  right: 56px;
  left: auto;
  transition: all 0.3s ease;
}
.case-study-slider::part(button-next):hover,
.case-study-slider::part(button-prev):hover{
  background: #000000;
  color: #ffffff;
}
.case-study-slide-link:hover .case-study-image{
  transform: scale(1.15);
}
.case-study-slide-link:hover .case-study-image-wrapper::after{
  opacity: 0;
}
.case-study-slide-link:hover .case-study-slide-content svg{
  color: #008080;
}
.case-study-index .case-study-image-wrapper{
  color: #ffffff;
}
.case-study-index .case-study-image-wrapper svg{
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 26px;
  height: auto;
  display: block;
}
.case-study-index .case-study-slider::part(scrollbar){
  position: static;
  margin-top: 60px;
  height: 8px;
  width: calc(100% - 144px);
}
.case-study-index .case-study-heading{
  max-width: 1100px;
  text-align: left;
}
.case-study-index .case-study-subheading{
  max-width: 1100px;
  text-align: left;
}
.case-study-index .case-study-header{
  padding: 0;
}
.case-study-index .case-study-slider::part(button-next){
  top: auto;
  bottom: 0;
}
.case-study-index .case-study-slider::part(button-prev){
  top: auto;
  bottom: 0;
}
.case-study-index .case-study-slider::part(container){
  padding-bottom: 21px;
  padding-top: 64px;
  margin: 0;
}
@media screen and (max-width: 989px){
  .case-study-index .case-study-header{
    padding: 0 20px;
  }
  .case-study-index .case-study-slider::part(button-next){
    top: auto;
    bottom: 0;
    right: 0;
  }
  .case-study-index .case-study-slider::part(button-prev){
    top: auto;
    bottom: 0;
    right: 48px;
    left: auto;
  }
  .case-study-index .case-study-slider::part(container){
    padding: 0;
    padding-bottom: 16px;
  }
  .case-study-index .case-study-slider::part(scrollbar){
    width: calc(100% - 104px);
    height: 4px;
  }
  .case-study-heading{
    font-size: 20px;
    margin-bottom: 18px;
    max-width: 100%;
  }
  .case-study-subheading{
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .case-study-header{
    padding: 0;
    text-align: center;
  }
  .case-study-slider::part(container){
    padding: 0;
    margin: 0;
    padding-bottom: 68px;
  }
  .case-study-slider::part(button-next){
    bottom: 0;
    top: auto;
    left: auto;
    right: calc(50% - 44px);
    width: 40px;
    height: 40px;
    padding: 13px;
  }
  .case-study-slider::part(button-prev){
    bottom: 0;
    top: auto;
    right: auto;
    left: calc(50% - 44px);
    width: 40px;
    height: 40px;
    padding: 13px;
  }
  .case-study-title{
    font-size: 20px;
  }
  .case-study-text{
    font-size: 16px;
  }
  .case-study-icon{
    width: 48px;
    height: 48px;
  }
  .case-study-slide-content svg{
    width: 16px;
  }
  .case-study-slide{
    margin-right: 16px;
    width: calc(33.33% - 11px);
  }
  .case-study-slide-content{
    margin-top: 20px;
  }
}
@media screen and (max-width: 749px){
  .case-study-slide{
    width: calc(100% - 12px);
  }
  .case-study .page-width{
    padding: 0;
  }
  .case-study-slider::part(container){
    padding: 0 20px 68px 20px;
  }
  .case-study-header{
    padding: 0 20px;
  }
  .case-study-index .case-study-slider::part(button-next){
    top: auto;
    bottom: 0;
    right: 20px;
  }
  .case-study-index .case-study-slider::part(button-prev){
    top: auto;
    bottom: 0;
    right: 68px;
    left: auto;
  }
  .case-study-index .case-study-slider::part(scrollbar){
    /* width: calc(100% - 144px); */
    margin-top: 40px;
  }
  .case-study-index .case-study-slider::part(container){
    padding: 0 20px 17px 20px;
  }
}

/* Partner */
.partner{
  background: #ffffff;
  color: #000000;
}
.partner-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  align-items: center;
}
.partner-content-wrapper{
  width: calc(46% - 45px);
}
.partner-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 25px;
}
.partner-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 45px;
}
.partner-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 45px;
  color: #393939;
}
.partner-text strong{
  font-weight: 500;
  color: #000000;
}
.partner-logo-wrapper{
  width: calc(54% - 45px);
  flex-wrap: wrap;
  gap: 16px;
}
.partner-logo-desktop{
  display: flex;
}
.partner-logo-mobile{
  display: none;
}
.partner-logo{
  display: block;
  width: calc(25% - 12px);
  height: auto;
  max-width: 100%;
}
.partner-logo:nth-child(1),
.partner-logo:nth-child(2),
.partner-logo:nth-child(3){
  width: calc(33.33% - 11px);
}
@media screen and (max-width: 1280px){
  .partner-wrapper{
    gap: 50px;
  }
  .partner-heading{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .partner-subheading{
    font-size: 45px;
    margin-bottom: 20px;
  }
  .partner-text{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .partner-content-wrapper{
    width: calc(46% - 25px);
  }
  .partner-logo-wrapper{
    width: calc(54% - 25px);
  }
}
@media screen and (max-width: 989px){
  .partner-wrapper{
    gap: 40px;
  }
  .partner-heading{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .partner-subheading{
    font-size: 30px;
    margin-bottom: 32px;
  }
  .partner-text{
    font-size: 16px;
    margin-bottom: 16px;
    display: none;
  }
  .partner-content-wrapper{
    width: 100%;
  }
  .partner-logo-wrapper{
    width: 100%;
    gap: 20px;
  }
  .partner-logo:nth-child(1),
  .partner-logo:nth-child(2),
  .partner-logo:nth-child(3){
    width: calc(33.33% - 14px);
  }
  .partner-logo {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 480px){
  .partner-logo-desktop{
    display: none;
  }
  .partner-logo-mobile{
    display: flex;
  }
  .partner-logo{
    width: calc(50% - 10px);
  }
  .partner-logo:nth-child(1),
  .partner-logo:nth-child(2),
  .partner-logo:nth-child(3){
    width: calc(50% - 10px);
  }
}

/* Testimonial */
.testimonial{
  background: #F6F6F7;
  color: #000000;
}
.testimonial-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.testimonial-header{
  width: calc(45% - 50px);
}
.testimonial-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 28px;
  width: 100%;
  max-width: 603px;
}
.testimonial-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  width: 100%;
  max-width: 603px;
}
.testimonial-content{
  width: 55%;
}
.testimonial-slider{
  box-sizing: border-box;
}
.testimonial-slider *{
  box-sizing: border-box;
}
.testimonial-slider::part(button-next){
  width: 48px;
  height: 48px;
  color: currentColor;
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  transform: none;
  left: auto;
  top: auto;
  bottom: 15px;
  right: 0;
  transition: all 0.3s ease;
}
.testimonial-slider::part(button-prev){
  width: 48px;
  height: 48px;
  color: currentColor;
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  transform: none;
  left: auto;
  top: auto;
  bottom: 15px;
  right: 56px;
  transition: all 0.3s ease;
}
.testimonial-slider::part(button-next):hover,
.testimonial-slider::part(button-prev):hover{
  background: #000000;
  color: #ffffff;
}
.testimonial-slide{
}
.testimonial-text{
  font-weight: 500;
  font-size: 40px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 100px;
}
.testimonial-footer{
  display: flex;
  align-items: center;
  gap: 16px 32px;
  padding-right: 124px;
}
.testimonial-logo{
  width: 100%;
  max-width: 180px;
  display: block;
  height: auto;
}
.testimonial-footer-text{
  width: 100%;
  max-width: 247px;
  text-align: center;
}
.testimonial-name{
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
}
.testimonial-designation{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  color: #4E4D51;
  margin: 0;
}
@media screen and (max-width: 989px){
  .testimonial-wrapper{
    gap: 40px;
  }
  .testimonial-header{
    width: 100%;
  }
  .testimonial-heading{
    font-size: 20px;
    margin-bottom: 18px;
    max-width: 100%;
  }
  .testimonial-subheading{
    font-size: 30px;
    max-width: 100%;
  }
  .testimonial-content{
    width: 100%;
  }
  .testimonial-text{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .testimonial-logo{
    max-width: 110px;
  }
  .testimonial-footer{
    gap: 16px;
    padding: 0;
  }
  .testimonial-footer-text{
    max-width: 100%;
    text-align: left;
  }
  .testimonial-name{
    font-size: 14px;
  }
  .testimonial-designation{
    font-size: 14px;
  }
  .testimonial-slider::part(container){
    box-sizing: border-box;
    padding-bottom: 96px;
  }
  .testimonial-slider::part(button-next){
    height: 40px;
    width: 40px;
    padding: 13px;
    right: auto;
    left: 48px;
    bottom: 0;
  }
  .testimonial-slider::part(button-prev){
    height: 40px;
    width: 40px;
    padding: 13px;
    right: auto;
    left: 0;
    bottom: 0;
  }
}

/* Logos */
.logos{
  background: #000000;
  color: white;
  position: relative;
}
.logos_bg_video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}
.logos::after{
  content: '';
  background: linear-gradient(90deg, #000000 13.33%, rgba(0, 0, 0, 0) 36.2%, rgba(0, 0, 0, 0) 66.18%, #000000 88.83%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.logos .page-width{
  position: relative;
  z-index: 2;
}
.logos-wrapper-desktop{
  display: flex;
  flex-wrap: wrap;
  gap: 100px 150px;
  align-items: center;
  justify-content: space-between;
}
.logos-image{
  display: block;
  width: 100%;
  height: auto;
  max-width: 164px;
}
.logos-wrapper-mobile-container{
  display: none;
  overflow: hidden;
  gap: 40px;
  width: 100%;
}
.logos-heading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 1018px;
  margin-bottom: 96px;
}
@keyframes scrollLogos {
  to {
    transform: translateX(calc(-100% - 40px));
  }
}
@keyframes scrollLogosReverse {
  to {
    transform: translateX(calc(100% + 40px));
  }
}
.logos-wrapper-mobile{
  display: flex;
  gap: 40px;
  flex: 0 0 auto;
}
.logos-wrapper{
  display: flex;
  gap: 40px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
.logos-wrapper-mobile:nth-child(odd){
  justify-content: flex-end;
}
.logos-wrapper-mobile:nth-child(even){
  justify-content: flex-start;
}
.logos-wrapper-mobile:nth-child(odd) .logos-wrapper{
  animation: scrollLogosReverse 20s linear infinite;
}
.logos-wrapper-mobile:nth-child(even) .logos-wrapper{
  animation: scrollLogos 20s linear infinite;
}
@media screen and (max-width: 989px){
  .logos-wrapper-desktop{
    display: none;
  }
  .logos-wrapper-mobile-container{
    display: flex;
    flex-direction: column;
  }
  .logos-image{
    object-fit: contain;
    max-width: 100%;
  }
  .logos .page-width{
    padding: 0;
  }
  .logos_bg_video{
    display: none;
  }
  .logos-heading{
    font-size: 30px;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

/* Contact */
.contact{
  color: #000000;
  background: #ffffff;
}
.contact-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.contact-content{
  width: calc(50% - 25px);
}
.contact-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.contact-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  max-width: 700px;
}
.contact-partner-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 102px;
}
.contact-partner-wrapper-mobile{
  display: none;
}
.contact-partner-item{
  flex: 0 0 auto;
}
.contact-partner-image{
  display: block;
  max-width: 100%;
  height: auto;
}
.contact-partner-title{
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
}
.contact-partner-subtitle{
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 8px;
  color: #393939;
}
.contact-form{
  width: calc(50% - 25px);
}
.contact-form-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 45px 32px;
}
.contact-form-input-group{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form-input-group-half{
  width: calc(50% - 16px);
}
.contact-form-input-label{
  font-weight: 400;
  font-size: 28px;
  line-height: 144%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  display: block;
  width: 100%;
}
.contact-form-input-label span{
  position: relative;
  top: 0;
}
.contact-form-input{
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #000000;
  display: block;
  width: 100%;
  color: #000000;
  outline: 0;
  box-shadow: none;
  font-family: inherit;
  padding-bottom: 20px;
  resize: none;
}
.contact-form-input::placeholder{
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  letter-spacing: 0;
  color: #7F7D85;
}
.contact-form-wrapper button{
  margin-top: 11px;
}
@media screen and (max-width: 989px){
  .contact-content{
    width: 100%;
  }
  .contact-form{
    width: 100%;
  }
  .contact-heading{
    font-size: 20px;
  }
  .contact-subheading{
    font-size: 30px;
    max-width: 100%;
    margin-top: 15px;
  }
  .contact-partner-wrapper{
    margin-top: 0;
    gap: 16px;
  }
  .contact-partner-wrapper-desktop{
    display: none;
  }
  .contact-partner-wrapper-mobile{
    display: flex;
  }
  .contact-partner-subtitle{
    font-size: 14px;
  }
  .contact-wrapper{
    gap: 48px;
  }
  .contact-form-input-group{
    gap: 15px;
  }
  .contact-form-input-label{
    font-size: 18px;
  }
  .contact-form-input{
    font-size: 16px;
  }
  .contact-form-input::placeholder{
    font-size: 16px;
  }
  .contact-form-input-group-half{
    width: 100%;
  }
  .contact-form-wrapper{
    gap: 40px 0;
  }
  .contact-form-wrapper button{
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 480px){
  .contact-partner-wrapper-mobile{
    width: 100%;
  }
  .contact-partner-item{
    width: calc(50% - 8px);
  }
  .contact-partner-image{
    width: 100%;
  }
}

/* Capabilities imag with text */
.cap-iwt{
  background: #ffffff;
  color: #000000;
}
.cap-iwt[data-title="connected-commerce"]{
  background: #F6F6F7;
}
.cap-iwt[data-title="digital-product"]{
  background: #000000;
  color: #ffffff;
}
.cap-iwt[data-title="paid-media"]{
  background: #F6F6F7;
}
.cap-iwt-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.cap-iwt-left{
  width: calc(55% - 40px);
  border-right: 1px solid #A5A4AC;
  padding-right: 80px;
}
.cap-iwt-right{
  width: calc(45% - 40px);
}
.cap-iwt-heading{
  font-weight: 400;
  font-size: 148px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}
.cap-iwt-text{
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 50px;
}
.cap-iwt-btn{
  margin-top: 70px;
}
.cap-iwt-left-faq-wrapper{
  margin-top: 120px;
}
.cap-iwt-left-faq{
  border-top: 1px solid;
}
.cap-iwt-left-faq:last-child{
  border-bottom: 1px solid;
}
.cap-iwt-left-faq-title{
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.cap-iwt-left-faq-icon{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cap-iwt-left-faq-icon svg{
  display: none;
  width: 17px;
  height: auto;
}
.cap-iwt-left-faq-icon svg:first-child{
  display: block;
}
.cap-iwt-left-faq-title.active .cap-iwt-left-faq-icon svg:first-child{
  display: none;
}
.cap-iwt-left-faq-title.active .cap-iwt-left-faq-icon svg:last-child{
  display: block;
}
.cap-iwt-left-faq-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  color: inherit;
  padding-left: 83px;
  padding-bottom: 48px;
  display: none;
}
.cap-iwt-left-faq-text::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 69px;
  border-top: 1px solid #A5A4AC;
}
.cap-iwt-title{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  cursor: pointer;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cap-iwt-right-title-faq-icon{
  display: none;
}
.cap-iwt-right-title-faq-icon svg{
  display: none;
  width: 14px;
  height: auto;
}
.cap-iwt-right-title-faq-icon svg:first-child{
  display: block;
}
.cap-iwt-title.active .cap-iwt-right-title-faq-icon svg:first-child{
  display: none;
}
.cap-iwt-title.active .cap-iwt-right-title-faq-icon svg:last-child{
  display: block;
}
.cap-iwt-right-faq-wrapper{

}
.cap-iwt-right-faq{
  /* padding: 80px 0; */
  border-bottom: 1px solid #A5A4AC;
}
.cap-iwt-right-faq:last-child{
  border-bottom: 0;
}
.cap-iwt-right-faq-title{
  font-weight: 300;
  font-size: 52px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 80px 0;
}
.cap-iwt-right-faq-icon{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cap-iwt-right-faq-icon svg{
  display: none;
  width: 28px;
  height: auto;
}
.cap-iwt-right-faq-icon svg:first-child{
  display: block;
}
.cap-iwt-right-faq-title.active .cap-iwt-right-faq-icon svg:first-child{
  display: none;
}
.cap-iwt-right-faq-title.active .cap-iwt-right-faq-icon svg:last-child{
  display: block;
}
.cap-iwt-right-faq-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0;
  margin: 0;
  margin-top: -40px;
  padding-bottom: 80px;
  display: none;
}
@media screen and (max-width: 1650px){
  .cap-iwt-heading{
    word-break: break-all;
  }
}
@media screen and (max-width: 1440px){
  .cap-iwt-heading{
    font-size: 100px;
    word-break: unset;
  }
}
@media screen and (max-width: 1280px){
  .cap-iwt-heading{
    font-size: 80px;
  }
  .cap-iwt-right-faq-title{
    font-size: 40px;
    padding: 50px 0;
  }
  .cap-iwt-right-faq-text{
    padding-bottom: 50px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 990px){
  .cap-iwt-right-faq-wrapper{
    display: block !important;
  }
}
@media screen and (max-width: 989px){
  .cap-iwt-wrapper{
    gap: 64px;
  }
  .cap-iwt-left{
    width: 100%;
  }
  .cap-iwt-right{
    width: 100%;
  }
  .cap-iwt-left{
    border: 0;
    padding: 0;
  }
  .cap-iwt-heading{
    font-size: 56px;
  }
  .cap-iwt-text{
    margin-top: 40px;
  }
  .cap-iwt-btn{
    margin-top: 40px;
  }
  .cap-iwt-text{
    font-size: 16px;
    display: none;
  }
  .cap-iwt-left-faq-wrapper{
    margin-top: 64px;
  }
  .cap-iwt-left-faq-title{
    font-size: 20px;
    padding: 28px 0;
  }
  .cap-iwt-left-faq-icon svg{
    width: 14px;
  }
  .cap-iwt-left-faq-text{
    font-size: 16px;
    padding-bottom: 28px;
  }
  .cap-iwt-right-faq-title{
    font-size: 20px;
    padding: 28px 0;
  }
  .cap-iwt-right-faq-icon svg{
    width: 14px;
  }
  .cap-iwt-title{
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 28px;
    pointer-events: all;
  }
  .cap-iwt-right-faq-wrapper{
    display: none;
  }
  .cap-iwt-right-title-faq-icon{
    display: block;
  }
  .cap-iwt-right-faq-text{
    font-size: 16px;
    margin: 0;
    padding-bottom: 28px;
  }
}

/* Capabilities iwt nav */
.cap-iwt-nav{
  background: white;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.cap-iwt-nav-selected{
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid;
  padding: 12px 0;
  display: none;
}
.cap-iwt-nav-selected span{
  display: flex;
  align-items: center;
  gap: 8px;
}
.cap-iwt-nav-selected > svg{
  display: block;
  width: 8px;
  height: auto;
}
.cap-iwt-nav-selected span svg{
  display: block;
  width: 9px;
  height: auto;
}
.cap-iwt-nav-ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 48px 96px;
  justify-content: center;
}
.cap-iwt-nav-li{
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cap-iwt-nav-li svg{
  display: block;
  width: 9px;
  height: auto;
}
@media screen and (max-width: 1280px){
  .cap-iwt-nav-ul{
    gap: 40px;
  }
}
@media screen and (min-width: 990px){
  .cap-iwt-nav-ul{
    display: flex !important;
  }
}
@media screen and (max-width: 989px){
  .cap-iwt-nav-selected{
    display: flex;
  }
  .cap-iwt-nav-ul{
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
    z-index: 2;
    display: none;
  }
  .cap-iwt-nav-li{
    width: 100%;
    border-bottom: 1px solid #CECED3;
    padding-bottom: 18px;
    margin-top: 32px;
  }
}

/* Capabilities hero */
.cap-hero{
  background: #ffffff;
  color: #000000;
}
.cap-hero > .page-width{
  padding-top: 40px;
  padding-bottom: 100px;
}
.cap-hero-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cap-hero-image-wrapper{
  width: 484px;
}
.cap-hero-image{
  display: block;
  width: 100%;
  max-width: 242px;
  position: relative;
}
.cap-hero-image img{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.cap-hero-image::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  display: block;
  transition: all 1.5s ease;
}
.cap-hero.active .cap-hero-image::after{
  width: 0;
}
.cap-hero-image:nth-child(2){
  margin-left: auto;
}
.cap-hero-text-wrapper{
  width: calc(100% - 484px);
  padding-left: 232px;
}
.cap-hero-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 904px;
}
.cap-hero-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  max-width: 904px;
  margin-top: 15px;
}
.cap-hero-text{
  font-family: Aeonik;
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  max-width: 907px;
  margin-left: auto;
  margin-top: 50px;
  border-left: 1px solid #4E4D51;
  padding-left: 80px;
  color: #4E4D51;
  width: calc(100% - 80px);
}
.cap-hero-text strong{
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 1440px){
  .cap-hero-text-wrapper{
    padding-left: 80px;
  }
  .cap-hero-image-wrapper{
    width: 400px;
  }
  .cap-hero-image{
    width: 200px;
  }
  .cap-hero-text{
    padding-left: 50px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1280px){
  .cap-hero-subheading {
    font-size: 55px;
  }
  .cap-hero-heading{
    font-size: 32px;
  }
  .cap-hero-text{
    font-size: 22px;
  }
  .cap-hero-image-wrapper{
    width: 30%;
  }
  .cap-hero-text-wrapper{
    width: 70%;
  }
  .cap-hero-image{
    width: 50%;
  }
}
@media screen and (max-width: 989px){
  .cap-hero-image-wrapper{
    display: none;
  }
  .cap-hero-heading{
    font-size: 20px;
  }
  .cap-hero-subheading{
    font-size: 36px;
    margin-top: 10px;
  }
  .cap-hero-text{
    font-size: 16px;
    margin-top: 28px;
    width: calc(100% - 38px);
    max-width: 100%;
    padding-left: 24px;
  }
  .cap-hero-text-wrapper{
    padding: 0;
    width: 100%;
  }
  .cap-hero > .page-width{
    padding-top: 76px;
    padding-bottom: 96px;
  }
  .cap-iwt-nav{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}

/* Capabilities faq */
.cap-faq{
  background: #F6F6F7;
  color: #000000;
}
.cap-faq-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 126px;
}
.cap-faq-text-wrapper{
  width: calc(42% - 63px);
}
.cap-faq-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.cap-faq-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 25px;
}
.cap-faq-subtext{
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #393939;
  margin-top: 40px;
}
.cap-faq-subtext strong{
  color: #000000;
  font-weight: 500;
}
.cap-faq-content-wrapper{
width: calc(58% - 63px);
}
.cap-faq-item{
  border-top: 1px solid #A5A4AC;
}
.cap-faq-item:last-child{
  border-bottom: 1px solid #A5A4AC;
}
.cap-faq-title{
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 48px 0;
}
.cap-faq-icon{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cap-faq-icon svg{
  display: none;
  width: 17px;
  height: auto;
}
.cap-faq-icon svg:first-child{
  display: block;
}
.cap-faq-title.active .cap-faq-icon svg:first-child{
  display: none;
}
.cap-faq-title.active .cap-faq-icon svg:last-child{
  display: block;
}
.cap-faq-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #4E4D51;
  display: none;
  margin-top: -24px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1440px){
  .cap-faq-wrapper{
    gap: 80px;
  }
  .cap-faq-text-wrapper{
    width: calc(45% - 40px);
  }
  .cap-faq-content-wrapper{
    width: calc(55% - 40px);
  }
}
@media screen and (max-width: 1280px){
  .cap-faq-subheading{
    font-size: 55px;
  }
}
@media screen and (max-width: 989px){
  .cap-faq-wrapper{
    gap: 40px;
  }
  .cap-faq-text-wrapper{
    width: 100%;
  }
  .cap-faq-content-wrapper{
    width: 100%;
  }
  .cap-faq-heading{
    font-size: 22px;
  }
  .cap-faq-subheading{
    font-size: 40px;
    margin-top: 28px;
  }
  .cap-faq-subtext{
    font-size: 16px;
    margin-top: 30px;
    display: none;
  }
  .cap-faq-title{
    font-size: 20px;
    padding: 28px 0;
  }
  .cap-faq-text{
    font-size: 16px;
    margin-top: -13px;
    padding-bottom: 28px;
  }
}

/* Capabilities work */
.cap-work {
  background: #000000;
  color: #ffffff;
}
.cap-work-wrapper{

}
.cap-work-header{
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
.cap-work-heading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  width: calc(40% - 25px);
}
.cap-work-text{
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0;
  text-align: right;
  color: #A5A4AC;
  width: calc(60% - 25px);
  max-width: 907px;
  margin: 0;
}
.cap-work-text strong{
  font-weight: 500;
  color: #ffffff;
}
.cap-work-flex-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 80px;
}
.cap-work-item{
  background: #1F1F1F;
  border-radius: 8px;
  padding: 40px;
  width: calc(33.33% - 22px);
}
.cap-work-item-title{
  font-weight: 400;
  font-size: 40px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  border-bottom: 1px solid #4E4D51;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.cap-work-item-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 175%;
  letter-spacing: 0.5px;
  margin: 0;
  color: #A5A4AC;
}
.cap-work-item-text em{
  color: #ffffff;
  font-style: normal;
}
@media screen and (max-width: 989px){
  .cap-work-header{
    flex-wrap: wrap;
    gap: 24px;
  }
  .cap-work-heading{
    font-size: 30px;
    width: 100%;
  }
  .cap-work-text{
    font-size: 16px;
    width: 100%;
    text-align: left;
    max-width: 100%;
    display: none;
  }
  .cap-work-flex-wrapper{
    margin-top: 40px;
    gap: 20px;
  }
  .cap-work-item-title{
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .cap-work-item-text{
    font-size: 18px;
  }
  .cap-work-item{
    padding: 20px;
    width: 100%;
  }
}

/* Index Hero */
.index-hero{
  background: radial-gradient(104.89% 165.12% at 16.69% -3.69%, rgba(0, 128, 128, 0) 0%, rgba(0, 128, 128, 0.15) 100%);
  margin-top: -125px;
  position: relative;
}
.index-hero-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-hero-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 880px;
  padding: 120px 0;
}
.index-hero-heading{
  font-weight: 400;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 1050px;
}
.index-hero-text{
  font-weight: 400;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  margin-top: 50px;
  max-width: 1013px;
}
@media screen and (max-width: 989px){
  .index-hero-heading{
    font-size: 80px;
  }
  .index-hero-text{
    margin-top: 30px;
  }
  .index-hero{
    margin-top: -68px;
  }
}
@media screen and (max-width: 749px){
  .index-hero-heading{
    font-size: 39px;
  }
  .index-hero-text{
    font-size: 16px;
    margin-top: 20px;
  }
  .index-hero-wrapper{
    padding: 80px 0;
  }
  .index-hero-wrapper{
    min-height: 800px;
  }
  .index-hero{
    background: radial-gradient(104.89% 165.12% at 16.69% -3.69%, rgba(0, 128, 128, 0) 0%, rgba(0, 128, 128, 0.15) 100%);
  }
}

/* Index Services */
.index-services{
  background: #ffffff;
  color: #000000;
  counter-reset: list;
}
.index-services-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.index-services-text-wrapper{
  width: calc(45% - 25px);
}
.index-services-text-wrapper-inner{
  max-width: 692px;
}
.index-services-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.index-services-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
}
.index-services-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  margin-top: 30px;
}
.index-services-text strong{
  font-weight: 500;
  color: #000000;
}
.index-services-btn{
  margin-top: 40px;
}
.index-services-content-wrapper{
  width: calc(55% - 25px);
  position: relative;
}
.index-services-content-ul{
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 776px;
  overflow-y: auto;
  padding-right: 26px;
  overflow-x: hidden;
}
.index-services-content-ul::-webkit-scrollbar{
  width: 10px;
}
.index-services-content-ul::-webkit-scrollbar-track{
  background: #EFEFF0;
  border-radius: 100px;
}
.index-services-content-ul::-webkit-scrollbar-thumb{
  background: #A5A4AC;
  border-radius: 100px;
}
.index-services-content-ul::-webkit-scrollbar-thumb:hover{
  background: #000000;
}
.index-services-content-li{
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #393939;
  display: block;
  border-bottom: 1px solid #E1E2E4;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.index-services-content-li:first-child{
  border-top: 1px solid #E1E2E4;
}
.index-services-content-li:nth-child(1):after,
.index-services-content-li:nth-child(2):after,
.index-services-content-li:nth-child(3):after,
.index-services-content-li:nth-child(4):after,
.index-services-content-li:nth-child(5):after,
.index-services-content-li:nth-child(6):after,
.index-services-content-li:nth-child(7):after,
.index-services-content-li:nth-child(8):after,
.index-services-content-li:nth-child(9):after{
  content: ".0"counter(list);
}
.index-services-content-li::after{
  counter-increment: list;
  content: "."counter(list);
  color: #B9B9C0;
}
.index-services-content-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 26px);
  height: 290px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.47%, #FFFFFF 100%);
  pointer-events: none;
}
@media screen and (max-width: 1280px){
  .index-services-subheading{
    font-size: 50px;
  }
}
@media screen and (max-width: 989px){
  .index-services-wrapper{
    gap: 40px;
  }
  .index-services-text-wrapper{
    width: 100%;
  }
  .index-services-content-wrapper{
    width: 100%;
  }
  .index-services-content-ul{
    max-height: 492px;
  }
  .index-services-content-li{
    font-size: 18px;
    padding: 24px 0;
  }
  .index-services-content-ul::-webkit-scrollbar{
    width: 6px;
  }
  .index-services-heading{
    font-size: 20px;
  }
  .index-services-subheading{
    font-size: 30px;
    margin-top: 20px;
  }
  .index-services-text{
    font-size: 16px;
    margin-top: 20px;
    display: none;
  }
  .index-services-btn{
    margin-top: 24px;
  }
}

/* Index Expertise */
.index-expertise{
  background: #ffffff;
  color: #000000;
}
.index-expertise-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 1170px;
}
.index-expertise-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 80px;
  margin-top: 20px;
  max-width: 1170px;
}
.index-expertise-swiper{
}
.index-expertise-slide{
  width: calc(33.33% - 21px);
  margin-right: 32px;
}
.index-expertise-slide:last-child{
  margin-right: 0;
}
.index-expertise-item{

}
.index-expertise-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.index-expertise-title{
  font-weight: 500;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 35px;
}
.index-expertise-text{
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 15px;
  color: #393939;
}
.index-expertise-swiper::part(button-prev),
.index-expertise-swiper::part(button-next){
  display: none;
}
@media screen and (max-width: 1280px){
  .index-expertise-subheading{
    font-size: 50px;
  }
}
@media screen and (max-width: 989px){
  .index-expertise-subheading{
    font-size: 30px;
    margin-top: 24px;
    margin-bottom: 40px;
    padding: 0 20px;
    line-height: 110%;
  }
  .index-expertise-heading{
    font-size: 20px;
    padding: 0 20px;
  }
  .index-expertise-title{
    font-size: 20px;
    margin-top: 24px;
  }
  .index-expertise-text{
    font-size: 16px;
    margin-top: 10px;
    display: none;
  }
  .index-expertise .page-width{
    padding: 0;
  }
  .index-expertise-swiper::part(container){
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 8px;
  }
  .index-expertise-slide{
    width: calc(40%);
    margin-right: 20px;
  }
  .index-expertise-slide:last-child{
    margin-right: 0;
  }
  .index-expertise-swiper::part(button-prev),
  .index-expertise-swiper::part(button-next){
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 50%;
    transform: none;
    position: static;
    margin: 0;
    color: currentColor;
    padding: 13px;
  }
}
@media screen and (max-width: 749px){
  .index-expertise-slide{
    width: 85%;
  }
}

/* Index Insights */
.index-insights{
  background: #F6F6F6;
  color: #000000;
}
.index-insights-header{
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 80px;
}
.index-insights-heading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  flex: 1 1 auto;
}
.index-insights-text{
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: right;
  color: #393939;
  margin: 0;
  max-width: 1172px;
}
.index-insights-swiper{

}
.index-insights-slide{
  width: calc(30% - 10px);
  margin-right: 24px;
}
.index-insights-slide:last-child{
  margin-right: 0;
}
.index-insights-item{

}
.index-insights-img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.index-insights-content{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 4px 12px 4px 4px;
  border-radius: 100px;
  margin-top: 24px;
}
.index-insights-tag{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  background: #EFEFF0;
  margin: 0;
  display: block;
  padding: 8px 12px;
  border-radius: 100px;
}
.index-insights-time{
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  display: block;
}
.index-insights-title{
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 24px;
}
.index-insights-link{
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  color: inherit;
  margin-top: 24px;
}
.index-insights-link svg{
  display: block;
  width: 10px;
  height: auto;
}
.index-insights-btn-wrapper{
  margin-top: 80px;
  text-align: center;
}
.index-insights-btn{
}
@media screen and (max-width: 1280px){
  .index-insights-heading{
    font-size: 50px;
  }
  .index-insights-text{
    font-size: 24px;
  }
  .index-insights-title{
    font-size: 20px;
  }
}
@media screen and (max-width: 989px){
  .index-insights-text{
    display: none;
  }
  .index-insights-heading{
    font-size: 30px;
  }
  .index-insights-header{
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .index-insights-tag{
    font-size: 14px;
  }
  .index-insights-time{
    font-size: 14px;
  }
  .index-insights-title{
    margin-top: 20px;
    font-size: 20px;
  }
  .index-insights-link{
    margin-top: 20px;
    gap: 8px;
    font-size: 16px;
  }
  .index-insights .page-width{
    padding: 0;
  }
  .index-insights-swiper::part(container){
    padding: 0 20px;
    box-sizing: border-box;
  }
  .index-insights-btn-wrapper{
    padding: 0 20px;
    margin-top: 40px;
  }
  .index-insights-slide{
    width: 40%;
    margin-right: 20px;
  }
  .index-insights-slide:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 749px){
  .index-insights-slide{
    width: 85%;
  }
}

/* Index Testimonial */
.index-testimonial{
  background: #000000;
  color: #ffffff;
}
.index-testimonial-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.index-testimonial-header{
  width: 45%;
  padding-right: 50px;
}
.index-testimonial-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 620px;
}
.index-testimonial-subheading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 620px;
  margin-top: 30px;
}
.index-testimonial-content{
  width: 55%;
}
.index-testimonial-swiper{

}
.index-testimonial-swiper::part(button-next),
.index-testimonial-swiper::part(button-prev){
  width: 48px;
  height: 48px;
  padding: 13px;
  color: inherit;
  display: block;
  margin: 0;
  transform: none;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.index-testimonial-swiper::part(button-next){
  left: auto;
  top: auto;
  bottom: 15px;
  right: 0;
}
.index-testimonial-swiper::part(button-prev){
  left: auto;
  top: auto;
  bottom: 15px;
  right: 56px;
}
.index-testimonial-slide{

}
.index-testimonial-item{

}
.index-testimonial-text{
  font-weight: 500;
  font-size: 40px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
}
.index-testimonial-footer{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding-right: 124px;
  margin-top: 90px;
}
.index-testimonial-img{
  width: 100%;
  max-width: 180px;
  display: block;
  height: auto;
}
.index-testimonial-author-wrapper{
  text-align: center;
}
.index-testimonial-name{
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
}
.index-testimonial-designation{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
  color: #A5A4AC;
}
@media screen and (max-width: 1280px){
  .index-testimonial-text{
    font-size: 32px;
  }
  .index-testimonial-subheading{
    font-size: 50px;
  }
  .index-testimonial-heading{
    font-size: 30px;
  }
  .index-testimonial-footer{
    margin-top: 50px;
  }
}
@media screen and (max-width: 989px){
  .index-testimonial-header{
    width: 100%;
  }
  .index-testimonial-content{
    width: 100%;
  }
  .index-testimonial-heading{
    font-size: 20px;
  }
  .index-testimonial-subheading{
    font-size: 30px;
    margin-top: 18px;
  }
  .index-testimonial-text{
    font-size: 20px;
  }
  .index-testimonial-wrapper{
    gap: 48px;
  }
  .index-testimonial-name{
    font-size: 14px;
  }
  .index-testimonial-designation{
    font-size: 14px;
    margin-top: 5px;
  }
  .index-testimonial-img{
    max-width: 110px;
  }
  .index-testimonial-footer{
    gap: 16px;
    margin-top: 30px;
    padding: 0;
  }
  .index-testimonial-author-wrapper{
    text-align: left;
  }
  .index-testimonial-swiper::part(container){
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 35px 8px;
  }
  .index-testimonial-swiper::part(button-next),
  .index-testimonial-swiper::part(button-prev){
    width: 40px;
    height: 40px;
    margin: 0;
    position: static;
  }
}


.animate--heading,
.animate--subheading,
.animate--text,
.animate--image,
.animate--slide,
.animate--icon,
.animate--btn{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
.animate--li{
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1s ease, transform 1s ease;
}
.animate--subheading{
  transition-delay: 0.2s;
}
.animate--text{
  transition-delay: 0.4s;
}
.animate--btn{
  transition-delay: 0.6s;
}
.animate.active .animate--heading,
.animate.active .animate--subheading,
.animate.active .animate--text,
.animate.active .animate--image,
.animate.active .animate--icon,
.animate.active .animate--slide,
.animate.active .animate--btn{
  opacity: 1;
  transform: translateY(0);
}
.animate.active .animate--li{
  opacity: 1;
  transform: translateX(0);
}
.animate .logo-with-text-item{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
.animate.active .logo-with-text-item{
  opacity: 1;
  transform: translateY(0);
}
.animate.active .team-title span span{
  transform: translateY(calc(-100% + 116px));
  transition-delay: 1s;
}
.animate.active .numbers-title span span{
  transform: translateY(calc(-100% + 74px));
}
@media screen and (max-width: 1280px){
  .animate.active .team-title span span{
    transform: translateY(calc(-100% + 82px));
  }
}
@media screen and (max-width: 989px){
  .animate.active .team-title span span {
    transform: translateY(calc(-100% + 38px));
  }
  .animate.active .team-wrapper-mobile-inner-left .team-title span span {
    transform: translateY(calc(-100% + 82px));
  }
}

/* Page */
.page{
  padding-top: 100px;
}
.page-wrapper{

}
.page-heading{
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 50px;
}
.page-content{
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  margin-top: 30px;
}
.page-content > *{
  margin: 0;
  margin-bottom: 16px;
}
.page-content strong{
  color: #000000;
  font-weight: 500;
}
.page-content li{
  margin: 0;
  margin-top: 10px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 989px){
  .page-heading{
    font-size: 36px;
    margin-bottom: 24px;
  }
  .page{
    padding-top: 34px;
  }
  .page-content{
    font-size: 16px;
  }
}