/* 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;
  }
}
@media screen and (max-width: 500px){
  .footer-text-mobile{
    max-width: 300px;
  }
}

/* 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: 40px;
  align-items: center;
}
.get-in-touch-heading{
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.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: 29.4px;
  line-height: 110.00000000000001%;
  text-align: center;
  margin: 0;
}
.numbers-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  margin-top: 24px;
}
.numbers-wrapper{
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 5%;
  justify-content: center;
}
.numbers-item{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.number-item-inner{
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}
.numbers-title{
  font-weight: 400;
  font-size: 67.2px;
  letter-spacing: 0;
  margin: 0;
}
.numbers-title > em{
  font-style: normal;
  display: block;
}
.numbers-title > span{
  display: block;
  overflow: hidden;
  position: relative;
  color: transparent;
}
.number-title-x-no-padd > span{
  padding-right: 0;
  padding-left: 0;
}
.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;
}
.numbers-title > span em{
  font-style: normal;
}
.numbers-title > span > span em{
  font-style: normal;
}
.numbers-title > span > span > em > em{
  opacity: 0;
  font-style: normal;
}
.numbers-title > span > span > em:last-child > em{
  opacity: 1;
}
.numbers-text{
  font-weight: 400;
  font-size: 16px;
  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: 10px;
    text-align: left;
  }
  .numbers-wrapper{
    margin-top: 50px;
    gap: 50px 32px;
    justify-content: flex-start;
  }
  .numbers-title{
    font-size: 64px;
  }
  .numbers-item{
    width: calc(50% - 16px);
    gap: 5px;
  }
  .number-item-inner{
    gap: 8px;
    text-align: left;
  }
  .number-item-inner{
    width: max-content;
  }
  .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;
  position: relative;
  z-index: 5;
}
.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: inline-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);
  -webkit-clip-path: circle(5% at 50% 50px);
  background: #000000;
  transform: translate3d(0,0,0)
}
.navbar-menu-btn:hover{
  color: #ffffff;
}
.navbar-menu-btn:hover::after{
  clip-path: circle(100% at 50% 50px);
  -webkit-clip-path: circle(100% at 50% 50px);
  transform: translate3d(0,0,0)
}
.navbar-mobile-wrapper{
  display: none;
}
.navbar-open{
  height: 21px;
  width: 21px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 5;
}
.navbar-open span,
.navbar-open span::before,
.navbar-open span::after{
  content: '';
  background: currentColor;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  height: 2px;
  margin-top: 9px; 
  transition: .3s ease;
  display: block;
}
.navbar-open span::before {
  margin-top: -7px;
}
.navbar-open span::after {
  margin-top: 7px;
}
.navbar-open.active span {
  background: transparent;
}
.navbar-open.active span::before {
  margin-top: 0;
  transform: rotate(45deg);
}
.navbar-open.active span::after {
  margin-top: 0;
  transform: rotate(-45deg);
}
.navbar-mobile-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0,0,0,0.2);
  z-index: 3;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.navbar-mobile-overlay.active{
  height: 100%;
  visibility: visible;
  pointer-events: all;
}
.navbar-mobile{
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  background: white;
  height: auto;
  max-height: 100%;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 77px 20px 50px 20px;
  overflow-y: auto;
  box-shadow: 4px 0px 16px 0px #131B1B14;
}
.navbar-mobile.active{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.navbar-mobile-menu{
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.navbar-mobile-menu .navbar-menu-item{
  text-align: left;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(12px);
}
.navbar-mobile.active .navbar-mobile-menu .navbar-menu-item{
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 989px){
  .navbar-menu-item{
    /* padding: 7px 0; */
  }
  .navbar{
    padding: 25px 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: 24px;
    line-height: 16px
  }
  .navbar-menu-btn{
    display: inline-flex;
    font-size: 18px;
    min-height: 45px;
    margin-top: 0;
    min-width: 160px;
    width: 100%;
  }
  .navbar-menu-btn::after{
    clip-path: circle(5% at 50% 70px);
    -webkit-clip-path: circle(5% at 50% 70px);
  }
}

/* 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%);
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.animate.active .history-floating-image{
  opacity: 1;
  visibility: visible;
}
.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: 24px;
  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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
  margin-bottom: 8px;
}
.history-subheading{
  font-weight: 400;
  font-size: 56px;
  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: 19.6px;
  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: 989px){
  .history{
    margin-top: 0;
  }
  .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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.mission-subheading-mobile{
  display: none;
}
.mission-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 24px;
}
.mission-text{
  font-weight: 400;
  font-size: 19.6px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #4E4D51;
  position: relative;
  padding-left: 181px;
  max-width: 904px;
  margin-top: 40px;
}
.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;
  padding-left: 181px;
}
.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: 19.6px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #4E4D51;
  margin-top: 40px;
}
.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;
  }
  .mission-subheading-desktop{
    display: none;
  }
  .mission-subheading-mobile{
    display: block;
  }
  .mission-subheading{
    font-size: 30px;
    line-height: 110%;
    margin-top: 10px;
  }
  .mission-text{
    padding-left: 83px;
    font-size: 16px;
    margin-top: 20px;
  }
  .mission-text::before{
    width: 59px;
    top: 10px;
  }
  .mission-subtext{
    margin-top: 20px;
    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;
  }
  .mission-wrapper{
    gap: 20px;
  }
}

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

}
.team-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.team-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
}
.team-subtext{
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  color: #93919A;
  margin-top: 15px;
}
.team-grid-wrapper{
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}
.team-wrapper-desktop{
  display: grid;
}
.team-wrapper-mobile{
  display: none;
}
.team-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 400px;
  padding: 40px;
  position: relative;
  border: 1px solid #93919A;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
  transition: background 0.5s ease-out;
}
.team-item > svg{
  display: block;
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease-out, filter 0.5s ease-out;
}
.team-item:hover > svg{
  transform: translate(-50%, -50%) rotate(45deg);
  filter: brightness(2);
  transition: transform 10s ease-out, filter 0.5s ease-out
}
.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(1):hover{
  background-color: rgba(0, 48, 48, 1);
  transition: background 0.5s ease-out;
}
.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(2):hover{
  background-color: rgba(0, 1, 38, 1);
  transition: background 0.5s ease-out;
}
.team-wrapper-desktop .team-item:nth-child(3){
  background: linear-gradient(180deg, #160F00 0%, #221700 100%);
}
.team-wrapper-desktop .team-item:nth-child(3):hover{
  background-color: #221700;
  transition: background 0.5s ease-out;
}
.team-wrapper-desktop .team-item:nth-child(4){
  background: linear-gradient(180deg, #000C15 0%, #001A2D 100%);
}
.team-wrapper-desktop .team-item:nth-child(4):hover{
  background-color: #001A2D;
  transition: background 0.5s ease-out;
}
.team-wrapper-desktop .team-item:nth-child(5){
  background: linear-gradient(180deg, #130008 0%, #23000F 100%);
}
.team-wrapper-desktop .team-item:nth-child(5):hover{
  background-color: #23000F;
  transition: background 0.5s ease-out;
}
.team-wrapper-desktop .team-item:nth-child(6){
  background: linear-gradient(180deg, #0D1400 0%, #111A00 100%);
}
.team-wrapper-desktop .team-item:nth-child(6):hover{
  background-color: #111A00;
  transition: background 0.5s ease-out;
}
.team-wrapper-desktop .team-item:nth-child(7){
  background: linear-gradient(180deg, #100014 0%, #200027 100%);
}
.team-wrapper-desktop .team-item:nth-child(7):hover{
  background-color: #200027;
  transition: background 0.5s ease-out;
}
.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: 1;
}
.team-title{
  font-weight: 400;
  font-size: 96px;
  line-height: 98px;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 10px;
}
.team-title em{
  font-style: normal;
}
.team-title > span > em{
  opacity: 0;
}
.team-title > span > span > em > em{
  opacity: 0;
}
.team-title > span > span > em:last-child > em{
  opacity: 1;
}
.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;
  margin-bottom: 15px;
}
.team-subtitle{
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 10px;
}
.team-text{
  font-weight: 400;
  font-size: 16px;
  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;
  }
}
@media screen and (max-width: 989px){
  .team-wrapper-desktop{
    display: none;
  }
  .team-item > svg{
    width: calc(100% + 400px);
    height: calc(100% + 400px);
  }
  .team-wrapper-mobile{
    display: flex;
  }
  .team-heading{
    font-size: 20px;
  }
  .team-subheading{
    font-size: 30px;
    margin-top: 10px;
  }
  .team-subtext{
    font-size: 22px;
    display: none;
    margin-top: 20px;
  }
  .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;
    margin: 0;
  }
  .team-wrapper-mobile-inner-left .team-title svg{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .team-grid-wrapper{
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .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%;
  }
}
@media screen and (max-width: 550px){
  .team-item > svg{
    width: calc(100% + 150px);
    height: calc(100% + 150px);
  }
}

/* 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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 800px;
}
.case-study-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
  max-width: 800px;
}
.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: 35px;
  object-fit: contain;
}
.case-study-craft-cellars-logo{
  height: 65px;
}
.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: 800px;
  text-align: left;
}
.case-study-index .case-study-subheading{
  max-width: 800px;
  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-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;
    max-width: 100%;
  }
  .case-study-subheading{
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .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;
  }
  .case-study-logo-image{
    height: 23px;
  }
  .case-study-craft-cellars-logo{
    height: 50px;
  }
}
@media screen and (max-width: 749px){
  .case-study-index .case-study-header{
    padding: 0 20px;
  }
  .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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.partner-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 15px;
}
.partner-text{
  font-weight: 400;
  font-size: 16.8px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #393939;
  margin-top: 24px;
}
.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{
  width: calc(25% - 12px);
  border: 1px solid #E1E2E4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 20 / 10.3;
  padding: 15px;
}
.partner-logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.partner-logo:nth-child(1),
.partner-logo:nth-child(2),
.partner-logo:nth-child(3){
  width: calc(33.33% - 11px);
  aspect-ratio: 20 / 7.6;
}
@media screen and (max-width: 1280px){
  .partner-wrapper{
    gap: 50px;
  }
  .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;
  }
  .partner-subheading{
    font-size: 30px;
    margin-top: 10px;
  }
  .partner-text{
    font-size: 16px;
    margin-top: 10px;
    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: 749px){
  .partner-logo-desktop{
    display: none;
  }
  .partner-logo-mobile{
    display: flex;
  }
  .partner-logo{
    width: calc(50% - 10px);
    aspect-ratio: 20 / 7.6;
    padding: 30px;
  }
  .partner-logo:nth-child(1),
  .partner-logo:nth-child(2),
  .partner-logo:nth-child(3){
    width: calc(50% - 10px);
    aspect-ratio: 20 / 7.6;
  }
}

/* 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-wrapper-desktop{
  display: grid;
  gap: 100px 150px;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.logos-image{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 80px;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.logos-image img{
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.logos-wrapper-mobile-container{
  display: none;
  overflow: hidden;
  gap: 40px;
  width: 100%;
}
.logos-heading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 750px;
  margin-bottom: 80px;
}
/* .logo-opacity-20,
.logo-opacity-25,
.logo-opacity-30,
.logo-opacity-60{
  background-blend-mode: overlay;
}
.logo-opacity-20{
  background-color: rgba(0, 0 , 0 ,0.2);
}
.logo-opacity-25{
  background-color: rgba(0, 0 , 0 ,0.25);
}
.logo-opacity-30{
  background-color: rgba(0, 0 , 0 ,0.3);
}
.logo-opacity-60{
  background-color: rgba(0, 0 , 0 ,0.6);
} */
@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 50s linear infinite;
}
.logos-wrapper-mobile:nth-child(even) .logos-wrapper{
  animation: scrollLogos 50s linear infinite;
}
@media screen and (max-width: 1550px){
  .logos-wrapper-desktop{
    gap: 100px 5%;
  }
}
@media screen and (max-width: 1200px){
  .logos-wrapper-desktop{
    gap: 100px 4%;
  }
}
@media screen and (max-width: 989px){
  .logos-wrapper-desktop{
    display: none;
  }
  .logos-wrapper-mobile-container{
    display: flex;
    flex-direction: column;
  }
  .logos-image{
    max-width: none;
    aspect-ratio: 16/9;
    max-height: none;
    height: 72px;
    width: 148px;
  }
  .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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.contact-subheading{
  font-weight: 400;
  font-size: 56px;
  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: 80px;
}
.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: 16px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 15px;
}
.contact-partner-subtitle{
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  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: 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: 22.4px;
  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: 17.6px;
  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;
  background: transparent;
}
.contact-form-input::placeholder{
  font-weight: 400;
  font-size: 17.6px;
  line-height: 175%;
  letter-spacing: 0;
  color: #7F7D85;
}
.contact-form-textarea{
  font-weight: 400;
  font-size: 17.6px;
  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;
  min-height: 85px;
  field-sizing: content;
  max-height: 315px;
  background: transparent;
}
@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: 30px;
  }
  .contact-form-input-group{
    gap: 15px;
  }
  .contact-form-input-label{
    font-size: 18px;
  }
  .contact-form-input{
    font-size: 16px;
  }
  .contact-form-textarea{
    font-size: 16px;
  }
  .contact-form-input::placeholder{
    font-size: 16px;
  }
  .contact-form-input-group-half{
    width: 100%;
  }
  .contact-form-wrapper{
    gap: 24px 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: 100px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}
.cap-iwt-text{
  font-weight: 400;
  font-size: 22.4px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 24px;
}
.cap-iwt-btn{
  margin-top: 30px;
}
.cap-iwt-left-faq-wrapper{
  margin-top: 80px;
}
.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: 25.2px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  padding: 35px 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: 19.2px;
  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: 25.2px;
  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: 36.4px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 50px 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: 19.2px;
  line-height: 170%;
  letter-spacing: 0;
  margin: 0;
  margin-top: -25px;
  padding-bottom: 50px;
  display: none;
}
@media screen and (max-width: 1280px){
  .cap-iwt-heading{
    font-size: 80px;
  }
}
@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: 40px;
  }
  .cap-iwt-text{
    margin-top: 40px;
  }
  .cap-iwt-btn{
    margin-top: 20px;
  }
  .cap-iwt-text{
    font-size: 16px;
    display: none;
  }
  .cap-iwt-left-faq-wrapper{
    margin-top: 50px;
  }
  .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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 600px;
}
.cap-hero-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  max-width: 600px;
  margin-top: 10px;
}
.cap-hero-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 19.6px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  max-width: 750px;
  margin-left: 10%;
  margin-top: 24px;
  border-left: 1px solid #4E4D51;
  padding-left: 50px;
  color: #4E4D51;
  width: calc(90%);
}
.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;
  }
}
@media screen and (max-width: 1280px){
  .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;
    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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.cap-faq-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 15px;
}
.cap-faq-subtext{
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #393939;
  margin-top: 20px;
}
.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: 28px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 35px 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: 19.2px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #4E4D51;
  display: none;
  margin-top: -17.5px;
  padding-bottom: 35px;
}
@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: 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: 10px;
  }
  .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: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  width: calc(40% - 25px);
}
.cap-work-text{
  font-weight: 400;
  font-size: 19.6px;
  line-height: 160%;
  letter-spacing: 0;
  text-align: right;
  color: #A5A4AC;
  width: calc(60% - 25px);
  max-width: 630px;
  margin: 0;
}
.cap-work-text strong{
  font-weight: 500;
  color: #ffffff;
}
.cap-work-flex-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 60px;
}
.cap-work-item{
  background: #1F1F1F;
  border-radius: 8px;
  padding: 40px;
  width: calc(33.33% - 22px);
}
.cap-work-item-title{
  font-weight: 400;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  border-bottom: 1px solid #4E4D51;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.cap-work-item-text{
  font-weight: 400;
  font-size: 19.2px;
  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: 800px;
  height: calc(100vh - 70px);
  padding: 120px 0;
}
.index-hero-heading{
  font-weight: 400;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 900px;
}
.index-hero-text{
  font-weight: 400;
  font-size: 25.6px;
  line-height: 160%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  margin-top: 30px;
  max-width: 900px;
}
@media screen and (max-width: 989px){
  .index-hero{
    margin-top: -78px;
  }
  .index-hero-heading,
  .index-hero-text{
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
}
@media screen and (max-width: 749px){
  .index-hero-heading{
    font-size: 39px;
  }
  .index-hero-text{
    font-size: 16px;
    margin-top: 10px;
  }
  .index-hero-wrapper{
    padding: 80px 0;
  }
  .index-hero-wrapper{
    min-height: 500px;
    height: calc(100vh - 30px);
  }
  .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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.index-services-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 15px;
}
.index-services-text{
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  margin-top: 24px;
}
.index-services-text strong{
  font-weight: 500;
  color: #000000;
}
.index-services-btn{
  margin-top: 24px;
}
.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::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
  background: #ffffff;
  transition: all 0.5s ease;
}
.index-services-content-ul:hover::after{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.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: 22.4px;
  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: 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: 10px;
  }
  .index-services-text{
    font-size: 16px;
    margin-top: 20px;
    display: none;
  }
  .index-services-btn{
    margin-top: 20px;
  }
}

/* Index Expertise */
.index-expertise{
  background: #ffffff;
  color: #000000;
  padding-bottom: 0;
}
.index-expertise-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 850px;
}
.index-expertise-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 15px;
  max-width: 850px;
}
.index-expertise-swiper{
  margin-top: 70px;
}
.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: 22.4px;
  line-height: 124%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 35px;
}
.index-expertise-text{
  font-weight: 400;
  font-size: 16px;
  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: 10px;
    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{
    margin-top: 40px;
  }
  .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: 60px;
}
.index-insights-heading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  flex: 1 1 auto;
}
.index-insights-text{
  font-weight: 500;
  font-size: 22.4px;
  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-wrapper{
  display: block;
  flex: 1 1 auto;
}
.index-insights-img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 20 / 13;
  object-fit: cover;
}
.index-insights-content{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  background: #EFEFF0;
  padding: 4px 12px 4px 12px;
  border-radius: 100px;
  margin-top: 15px;
}
.index-insights .index-insights-content{
  background: #ffffff;
}
.index-insights-tag{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  background: #EFEFF0;
  margin: 0;
  display: block;
  padding: 8px 12px;
  border-radius: 100px;
}
.index-insights-time{
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  display: block;
}
.index-insights-title{
  font-weight: 500;
  font-size: 19.6px;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 15px;
  display: block;
  text-decoration: none;
  color: inherit;
}
.index-insights-link{
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  color: inherit;
  margin-top: 15px;
  position: relative;
}
.index-insights-link::after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .25s ease-out;
}
.index-insights-link:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.index-insights-link svg{
  display: block;
  width: 10px;
  height: auto;
  transition: transform .25s ease-out;
}
.index-insights-link:hover svg{
  transform: rotate(45deg);
}
.index-insights-btn-wrapper{
  margin-top: 60px;
  text-align: center;
}
.index-insights-btn{
}
.index-insights-swiper::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: auto;
  bottom: 0;
  left: auto;
  right: 0;
  left: auto;
  transition: all 0.3s ease;
}
.index-insights-swiper::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;
  top: auto;
  left: auto;
  bottom: 0;
  right: 56px;
  transform: none;
  transition: all 0.3s ease;
}
.index-insights-swiper::part(button-next):hover,
.index-insights-swiper::part(button-prev):hover{
  background: #000000;
  color: #ffffff;
}
.index-insights-swiper::part(scrollbar){
  position: static;
  margin-top: 60px;
  height: 8px;
  width: calc(100% - 144px);
}
.index-insights-swiper::part(container){
  margin: 0;
  box-sizing: border-box;
  padding-bottom: 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-link{
    gap: 8px;
    font-size: 16px;
    margin-top: 5px;
  }
  .index-insights .page-width{
    padding: 0;
  }
  .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;
  }
  .index-insights-swiper::part(button-next){

  }
  .index-insights-swiper::part(button-prev){

  }
  .index-insights-swiper::part(container){
    padding: 0 20px;
    padding-bottom: 16px;
    box-sizing: border-box;
  }
  .index-insights-swiper::part(scrollbar){
    width: calc(100% - 104px);
    height: 4px;
  }
  .index-insights-swiper::part(button-next){
    top: auto;
    bottom: 0;
    right: 20px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 13px;
  }
  .index-insights-swiper::part(button-prev){
    top: auto;
    bottom: 0;
    right: 68px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 13px;
  }
}
@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: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 500px;
}
.index-testimonial-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 500px;
  margin-top: 20px;
}
.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: 300;
  font-size: 30px;
  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: 60px;
}
.index-testimonial-img{
  width: 100%;
  max-width: 180px;
  display: block;
  height: auto;
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}
.index-testimonial-author-wrapper{
  text-align: center;
}
.index-testimonial-name{
  font-weight: 500;
  font-size: 19.2px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
}
.index-testimonial-designation{
  font-weight: 400;
  font-size: 19.2px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
  color: #A5A4AC;
}
@media screen and (max-width: 1280px){
  .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: 10px;
  }
  .index-testimonial-text{
    font-size: 20px;
  }
  .index-testimonial-wrapper{
    gap: 30px;
  }
  .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% + 98px));
  transition-delay: 1s;
}
.animate.active .numbers-title span span{
  transform: translateY(calc(-100% + 74px));
}
@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;
  }
}

/* Insights Hero */
.insights-hero{
  background: #F6F6F6;
  margin-top: -125px;
  padding: 85px 0 40px 0;
}
.insights-hero-wrapper{

}
.insights-hero-header{
  padding: 180px 0;
}
.insights-hero-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 29.4px;
  line-height: 110%;
  letter-spacing: 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.insights-hero-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #7F7D85;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
}
.insights-hero-subheading strong{
  color: #000000;
  font-weight: 400;
}
.insights-hero-subheading img{
  width: 96px;
  vertical-align: bottom;
  height: auto;
}
.insights-hero-flex-wrapper{
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.insights-hero-text{
  font-weight: 400;
  font-size: 19.6px;
  line-height: 160%;
  letter-spacing: 0;
  color: #7F7D85;
  margin: 0;
  border-left: 1px solid #4E4D51;
  padding-left: 40px;
  flex: 0 0 auto;
  max-width: 450px;
}
.insights-hero-text strong{
  font-weight: 400;
  color: #000000;
}
.insights-hero-images-wrapper{
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}
.insights-hero-image{
  width: calc(25% - 15px);
  height: auto;
  max-width: 165px;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 989px){
  .insights-hero{
    margin-top: -80px;
  }
  .insights-hero-header{
    padding: 170px 0 200px 0;
  }
  .insights-hero{
    padding: 80px 0 0 0;
  }
  .insights-hero-heading{
    font-size: 20px;
    max-width: 352px;
  }
  .insights-hero-subheading{
    font-size: 36px;
    max-width: 352px;
  }
  .insights-hero-text{
    font-size: 16px;
  }
  .insights-hero-subheading img{
    width: 52px;
  }
  .insights-hero-flex-wrapper{
    flex-wrap: wrap;
    gap: 24px;
  }
  .insights-hero-text{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .insights-hero-images-wrapper{
    justify-content: flex-start;
    gap: 12px;
  }
  .insights-hero-image{
    max-width: 100%;
    width: calc(25% - 9px);
  }
}
@media screen and (max-width: 550px){
  .insights-hero-image:nth-child(2){
    display: none;
  }
  .insights-hero-image {
    width: calc(33.33% - 8px);
  }
}

/* Insights Blogs */
.insights-blogs + .contact{
  background: #F6F6F6;
}
.insights-blogs{

}
.insights-blogs-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 96px 32px;
}
.insights-blogs-item{

}
.insights-blogs-item img{
  border-radius: 4px;
  object-fit: cover;
  height: 100%;
}
.insights-blogs-item:first-child{
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.insights-blogs-item:first-child img{
  height: 100%;
  flex: 1 1 auto;
}
.insights-blogs-item:nth-child(2){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.insights-blogs-item:nth-child(3){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.insights-blogs-item:nth-child(2) img,
.insights-blogs-item:nth-child(3) img{
  /* aspect-ratio: 20 / 9.8; */
  flex: 1 1 auto;
}
.insights-blogs-item:nth-child(4){
  grid-column: 1 / 3;
  grid-row: 3 / 3;
}
@media screen and (max-width: 989px){
  .insights-blogs-wrapper{
    grid-template-columns: 1fr 1fr;
    gap: 40px 16px;
  }
  .insights-blogs-item:nth-child(2),
  .insights-blogs-item:nth-child(3){
    display: block;
  }
  .insights-blogs-item:nth-child(2) img,
  .insights-blogs-item:nth-child(3) img{
    aspect-ratio: 20 / 15;
    height: auto;
  }
  .insights-blogs-item img{
    aspect-ratio: 20 / 15;
    height: auto;
  }
  .insights-blogs-item:first-child{
    display: block;
  }
  .insights-blogs-item:first-child{

  }
  .insights-blogs-item:nth-child(4){
    grid-column: 1 / 3;
    grid-row: unset;
  }
}

/* Insights Details Hero */
.insights-details-hero{

}
.insights-details-hero-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.insights-details-hero-image-wrapper{
  width: 45%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  align-self: stretch;
}
.insights-details-hero-image{
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 20 / 22;
}
.insights-details-hero-menu-wrapper{
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F6F6F6;
  padding: 0 24px;
  transform: translateY(calc(100% - 65px));
  transition: all 1s ease;
  max-width: 100%;
}
.insights-details-hero-menu-wrapper.active{
  transform: translateX(0);
}
.insights-details-hero-menu-open{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 16px;
  cursor: pointer;
  transition: all 1s ease;
}
.insights-details-hero-menu-open::before{
  content: '';
  position: static;
  display: block;
  border-left: 1px solid #CECED3;
}
.insights-details-hero-menu-open svg{
  display: block;
  width: 19px;
  height: 19px;
}
.insights-details-hero-menu-wrapper.active .insights-details-hero-menu-open{
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.insights-details-hero-menu-close{
  position: absolute;
  bottom: 25px;
  right: 24px;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 16px;
  cursor: pointer;
}
.insights-details-hero-menu-close::before{
  content: '';
  position: static;
  display: block;
  border-left: 1px solid #CECED3;
}
.insights-details-hero-menu-close svg{
  display: block;
  width: 17px;
  height: 18px;
}
.insights-details-hero-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.insights-details-hero-menu-li{

}
.insights-details-hero-menu-link{
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  display: block;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #E1E2E4;
  transition: all 1s ease;
}
.insights-details-hero-menu-li:first-child .insights-details-hero-menu-link{
  padding-right: 51px;
}
.insights-details-hero-menu-wrapper.active .insights-details-hero-menu-li:first-child .insights-details-hero-menu-link{
  padding-right: 0;
}
.insights-details-hero-menu-li:last-child .insights-details-hero-menu-link{
  border-bottom: 0;
  padding-right: 51px;
}
.insights-details-hero-menu-link svg{
  display: block;
  width: 11px;
  height: auto;
}
.insights-details-hero-content-wrapper{
  width: 55%;
  padding: 50px;
}
.insights-details-hero-heading-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
}
.insights-details-hero-heading-wrapper .insights-details-hero-autor-date{
  display: none;
}
.insights-details-hero-heading{
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0;
  background: #EFEFF0;
  color: #000000;
  width: max-content;
  padding: 8px 12px;
  border-radius: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.insights-details-hero-subheading{
  font-weight: 500;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  font-size: 50px;
  color: #000000;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 24px;
}
.insights-details-hero-author-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.insights-details-hero-autor-image{
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  max-width: 100%;
}
.insights-details-hero-autor-info{
  display: flex;
  align-items: center;
  gap: 15px;
}
.insights-details-hero-autor-name{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  display: block;
  padding-right: 15px;
  border-right: 1px solid #393939;
}
.insights-details-hero-autor-date{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1280px){
  .insights-details-hero-subheading{
    font-size: 38px;
  }
}
@media screen and (min-width: 990px){
  .insights-details-hero-image-wrapper-inner{
    transform: none !important;
  }
}
@media screen and (max-width: 989px){
  .insights-details-hero-subheading{
    font-size: 32px;
    max-width: 100%;
    text-align: left;
    margin-top: 16px;
  }
  .insights-details-hero-image-wrapper{
    width: 100%;
    position: static;
    transform: none !important;
  }
  .insights-details-hero-content-wrapper{
    width: 100%;
    padding: 24px 0 0 0;
  }
  .insights-details-hero-menu-wrapper{
    position: fixed;
    z-index: 3;
    box-shadow: 0 0 5px #00000025;
  }
  .insights-details-hero-image {
    height: auto;
    aspect-ratio: 25 / 17;
  }
  .insights-details-hero-author-wrapper{
    justify-content: flex-start;
    margin-top: 16px;
    display: none;
  }
  .insights-details-hero-heading{
    margin: 0;
    font-size: 14px;
  }
  .insights-details-hero-autor-info .insights-details-hero-autor-date{
    display: none;
  }
  .insights-details-hero-heading-wrapper{
    justify-content: flex-start;
  }
  .insights-details-hero-heading-wrapper .insights-details-hero-autor-date{
    display: block;
    font-size: 14px;
  }
  .insights-details-hero-autor-name{
    padding: 0;
    border: 0;
  }
  .insights-details-hero{
    padding: 24px 0 0 0;
  }
}

/* Insights Details Main */
.insights-details-main{

}
.insights-details-main-wrapper{
  display: flex;
  align-items: flex-start;
}
.insights-details-main-latest-wrapper{
  flex: 0 0 320px;
  width: 320px;
  position: sticky;
  top: 18px;
}
.insights-details-main-empty-wrapper{
  flex: 0 0 320px;
  width: 320px;
}
.insights-details-main-latest-title{
  font-weight: 500;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  color: #000000;
  padding-bottom: 16px;
  border-bottom: 1px solid #CECED3;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.insights-details-main-latest-title svg{
  width: 12px;
  height: auto;
  display: none;
  transition: all 0.3s ease;
}
.insights-details-main-latest-title.active svg{
  transform: rotate(180deg);
}
.insights-details-main-latest-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 24px;
}
.insights-details-main-latest-link{
  display: block;
  color: #000000;
  text-decoration: none;
}
.insights-details-main-latest-date{
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  color: #9e9d9f;
  display: block;
}
.insights-details-main-latest-blog{
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
}
.insights-details-main-content-wrapper{
  flex: 1 1 auto;
  padding: 0 8%;
}
.insights-details-main-content-wrapper *{
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  margin-top: 16px;
}
.insights-details-main-content-wrapper strong{
  font-weight: 500;
}
.insights-details-main-content-wrapper h1,
.insights-details-main-content-wrapper h2,
.insights-details-main-content-wrapper h3,
.insights-details-main-content-wrapper h4,
.insights-details-main-content-wrapper h5,
.insights-details-main-content-wrapper h6{
  font-size: 33.6px;
  color: #000000;
  font-weight: 500;
  line-height: 130%;
  margin-top: 40px;
}
.insights-details-main-content-wrapper img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 24px;
}
.insights-details-main-content-wrapper  > *:first-child{
  margin-top: 0;
}
@media screen and (max-width: 1280px){
  .insights-details-main-latest-wrapper{
    width: 25%;
    flex: 0 0 25%;
  }
  .insights-details-main-content-wrapper{
    padding-right: 0;
    padding-left: 50px;
  }
  .insights-details-main-empty-wrapper{
    display: none;
  }
}
@media screen and (min-width: 990px){
  .insights-details-main-latest-content{
    display: flex !important;
  }
  .insights-details-main-latest-title{
    pointer-events: none;
  }
}
@media screen and (max-width: 989px){
  .insights-details-main{
    padding-top: 35px;
  }
  .insights-details-main-content-wrapper{
    padding: 0;
  }
  .insights-details-main-latest-title{
    font-size: 20px;
  }
  .insights-details-main-latest-title svg{
    display: block;
  }
  .insights-details-main-wrapper{
    flex-wrap: wrap;
    gap: 54px;
  }
  .insights-details-main-latest-wrapper{
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    z-index: 1;
  }
  .insights-details-main-latest-content{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    margin: 0;
    display: none;
    padding-bottom: 20px;
  }
  .insights-details-main-content-wrapper h1,
  .insights-details-main-content-wrapper h2,
  .insights-details-main-content-wrapper h3,
  .insights-details-main-content-wrapper h4,
  .insights-details-main-content-wrapper h5,
  .insights-details-main-content-wrapper h6{
    font-size: 26px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 35px;
  }
  .insights-details-main-latest-blog{
    font-size: 16px;
  }
  .insights-details-main-latest-link{
    padding: 20px 0;
    border-bottom: 1px solid #CECED3;
  }
  .insights-details-main-latest-link:last-child{
    border-bottom: 0;
  }
}

/* Insights Related Post */
.insights-related-post{
  padding-top: 0;
}
.insights-related-post-header{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.insights-related-post-heading{
  font-weight: 500;
  font-size: 44.8px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.insights-related-post-btn-desktop{

}
.insights-related-post-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 60px;
}
.insights-related-post-item{
  width: calc(33.33% - 22px);
}
.insights-related-post-item > img{
  aspect-ratio: 25 / 18;
  object-fit: cover;
  border-radius: 4px;
}
.insights-related-post-btn-mobile{
  display: none;
}
.insights-related-post + .contact{
  background: #F6F6F6;
}
@media screen and (max-width: 989px){
  .insights-related-post-wrapper{
    gap: 20px;
    margin-top: 30px;
  }
  .insights-related-post-item{
    width: calc(50% - 10px);
  }
  .insights-related-post-btn-desktop{
    display: none;
  }
  .insights-related-post-btn-mobile{
    display: block;
  }
  .insights-related-post-heading{
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
  }
}
@media screen and (max-width: 600px){
  .insights-related-post-item{
    width: 100%;
  }
  .insights-related-post-wrapper{
    gap: 32px;
  }
}

/* Insights Details Author */
.insights-details-author{
  background: #F6F6F6;
}
.insights-details-author-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
}
.insights-details-author-item{
  width: calc(50% - 25px);
}
.insights-details-author-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 500px;
}
.insights-details-author-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
  max-width: 500px;
}
.insights-details-author-desc{
  display: flex;
  align-items: center;
  gap: 24px;
}
.insights-details-author-image{
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  max-width: 100%;
  flex: 0 0 120px;
}
.insights-details-author-content{

}
.insights-details-author-name{
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
}
.insights-details-author-designation{
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0;
  color: #393939;
  margin-top: 5px;
}
.insights-details-author-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0;
  color: #393939;
  margin-top: 20px;
}
.insights-details-author-text strong{
  font-weight: 500;
}
@media screen and (max-width: 989px){
  .insights-details-author-item{
    width: 100%;
  }
  .insights-details-author-heading{
    font-size: 20px;
  }
  .insights-details-author-subheading{
    font-size: 30px;
    line-height: 120%;
    margin-top: 10px;
  }
  .insights-details-author-wrapper{
    gap: 35px;
  }
  .insights-details-author-desc{
    gap: 16px;
  }
  .insights-details-author-name{
    font-size: 22px;
  }
  .insights-details-author-designation{
    margin-top: 3px;
  }
  .insights-details-author-text{
    margin-top: 20px;
    font-size: 18px;
  }
  .insights-details-author-image{
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
}

/* Insights Details Tags */
.insights-details-tags{
  padding: 80px 0;
  /* border-bottom: 1px solid #CECED3; */
  background: #F6F6F6;
}
.insights-details-tags-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
}
.insights-details-tags-heading-wrapper{
  width: calc(50% - 25px);
}
.insights-details-tags-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.insights-details-tags-items{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: calc(50% - 25px);
}
.insights-details-tags-item{
  font-family: var(--font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  display: block;
  color: #4E4D51;
  border: 1px solid #CECED3;
  border-radius: 40px;
  flex: 0 0 auto;
  padding: 4px 12px 5.5px 12px;
  text-decoration: none;
}
@media screen and (max-width: 989px){
  .insights-details-tags-heading-wrapper{
    width: 100%;
  }
  .insights-details-tags-items{
    width: 100%;
    gap: 8px;
  }
  .insights-details-tags-heading{
    font-size: 30px;
    line-height: 120%;
  }
  .insights-details-tags{
    padding: 54px 0;
  }
  .insights-details-tags-wrapper{
    gap: 28px;
  }
  .insights-details-tags-item{
    font-size: 14px;
    padding: 6px 12px;
  }
}

/* Bevy Design Faqs */
.bevy-design-faqs{
  background: #000000;
  color: #ffffff;
}
.bevy-design-faqs .cap-iwt-wrapper{
  gap: 0;
}
.bevy-design-faqs .cap-iwt-left{
  border: 0;
  padding: 0;
  width: 50%;
  padding-right: 50px;
}
.bevy-design-faqs .cap-iwt-right{
  border: 0;
  padding: 0;
  width: 50%;
}
.bevy-design-faqs .cap-iwt-right .cap-iwt-right-faq:first-child .cap-iwt-right-faq-title{
  padding-top: 0;
}
.bevy-design-faq-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
}
.bevy-design-faq-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 24px;
  max-width: 700px;
}
@media screen and (max-width: 989px){
  .bevy-design-faqs .cap-iwt-wrapper{
    gap: 40px;
  }
  .bevy-design-faqs .cap-iwt-left{
    width: 100%;
    padding-right: 0;
  }
  .bevy-design-faqs .cap-iwt-right{
    width: 100%;
  }
  .bevy-design-faq-heading{
    font-size: 20px;
  }
  .bevy-design-faq-subheading{
    font-size: 30px;
    margin-top: 16px;
  }
}

/* Bevy Design Features */
.bevy-design-features{

}
.bevy-design-features-wrapper{

}
.bevy-design-features-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 29.4px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  max-width: 900px;
}
.bevy-design-features-subheading{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 24px;
  max-width: 900px;
}
.bevy-design-features-item{
  display: flex;
  align-items: flex-start;
  gap: 8%;
  margin-top: 80px;
}
.bevy-design-features-image-wrapper{
  width: 50%;
}
.bevy-design-features-image{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.bevy-design-features-content-wrapper{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bevy-design-features-content-heading{
  font-weight: 400;
  font-size: 36px;
  line-height: 135%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  color: #1F1F1F;
}
.bevy-design-features-content-flex-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.bevy-design-features-content-item{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-top: 1px solid #A5A4AC;
  padding: 24px 0;
}
.bevy-design-features-item-reverse{
  flex-direction: row-reverse;
}
.bevy-design-features-content-flex-wrapper-half{
  gap: 48px 64px;
  flex-direction: row;
}
.bevy-design-features-content-flex-wrapper-half .bevy-design-features-content-item{
  width: calc(50% - 32px);
  border-top: 1px solid #A5A4AC;
  padding-top: 24px;
  padding-bottom: 0;
}
.bevy-design-features-content-item svg{
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.bevy-design-features-content-text{
  font-weight: 400;
  font-size: 19.2px;
  line-height: 150%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
}
@media screen and (max-width: 989px){
  .bevy-design-features-heading{
    font-size: 20px;
  }
  .bevy-design-features-subheading{
    font-size: 30px;
    margin-top: 16px;
    line-height: 120%;
  }
  .bevy-design-features-item{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 64px;
    gap: 24px;
  }
  .bevy-design-features-image-wrapper{
    width: 100%;
  }
  .bevy-design-features-content-wrapper{
    width: 100%;
    gap: 24px;
  }
  .bevy-design-features-content-heading{
    font-size: 24px;
  }
  .bevy-design-features-content-flex-wrapper-half{
    gap: 0;
    flex-direction: column;
  }
  .bevy-design-features-content-flex-wrapper-half .bevy-design-features-content-item{
    width: 100%;
    padding: 24px 0;
  }
  .bevy-design-features-content-item svg{
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
  .bevy-design-features-content-item{
    gap: 20px;
  }
  .bevy-design-features-content-text{
    font-size: 18px;
  }
}

/* Bevy Design Hero */
.bevy-design-hero{
  background: #000000;
  color: #ffffff;
  padding-top: 70px;
}
.bevy-design-hero-wrapper{
  max-width: 1210px;
  margin: 0 auto;
}
.bevy-design-hero-header{
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.bevy-design-hero-heading{
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}
.bevy-design-hero-text{
  font-weight: 300;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 30px;
}
.bevy-design-hero-btn{
  margin-top: 24px;
  color: #000000;
}
.bevy-design-hero-btn .btn{
  border: 0;
}
.bevy-design-hero-image-wrapper{
  width: 100%;
  margin-top: 80px;
}
.bevy-design-hero-image{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 989px){
  .bevy-design-hero-header{
    max-width: 400px;
  }
  .bevy-design-hero-heading{
    font-size: 40px;
  }
  .bevy-design-hero-text{
    font-size: 16px;
    margin-top: 20px;
  }
  .bevy-design-hero-btn{
    margin-top: 20px;
  }
  .bevy-design-hero-image-wrapper{
    margin-top: 54px;
  }
}

/* Bevy Design Card */
.bevy-design-card{
  background: #F6F6F6;
}
.bevy-design-card-wrapper{

}
.bevy-design-card-slider{

}
.bevy-design-card-slide{
  width: calc(25% - 18px);
  margin-right: 24px;
  height: auto;
}
.bevy-design-card-slide:last-child{
  margin-right: 0;
}
.bevy-design-card-item{
  border-radius: 16px;
  padding: 32px;
  background: #FFFFFF;
  border: 1px solid #CECED3;
  height: 100%;
}
.bevy-design-card-image-wrapper{
  background: #F6F6F6;
  padding: 16px;
  border-radius: 12px;
}
.bevy-design-card-image{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.bevy-design-card-title{
  font-weight: 500;
  font-size: 22px;
  line-height: 124%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 24px;
}
.bevy-design-card-text{
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  margin-top: 10px;
}
.bevy-design-card-slider::part(container){
  box-sizing: border-box;
}
.bevy-design-card-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;
}
.bevy-design-card-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;
}
.bevy-design-card-slider::part(button-next):hover,
.bevy-design-card-slider::part(button-prev):hover{
  background: #000000;
  color: #ffffff;
}
.bevy-design-card-slider::part(scrollbar){
  position: static;
  margin-top: 60px;
  height: 8px;
  width: calc(100% - 144px);
}
.bevy-design-card-slider::part(button-next){
  top: auto;
  bottom: 0;
}
.bevy-design-card-slider::part(button-prev){
  top: auto;
  bottom: 0;
}
.bevy-design-card-slider::part(container){
  padding: 21px 0;
  margin: 0;
}
@media screen and (max-width: 1280px){
  .bevy-design-card-slide{
    width: calc(33.33% - 16px);
  }
}
@media screen and (max-width: 989px){
  .bevy-design-card .page-width{
    padding: 0;
  }
  .bevy-design-card-slide{
    margin-right: 16px;
    width: 324px;
  }
  .bevy-design-card-item{
    padding: 20px;
    border-radius: 8px;
  }
  .bevy-design-card-image-wrapper{
    border-radius: 8px;
  }
  .bevy-design-card-title{
    font-size: 20px;
    margin-top: 20px;
  }
  .bevy-design-card-text{
    font-size: 16px;
    margin-top: 8px;
  }
  .bevy-design-card-slider::part(button-next){
    top: auto;
    bottom: 0;
    right: 0;
  }
  .bevy-design-card-slider::part(button-prev){
    top: auto;
    bottom: 0;
    right: 48px;
    left: auto;
  }
  .bevy-design-card-slider::part(scrollbar){
    width: calc(100% - 104px);
    height: 4px;
  }
  .bevy-design-card-slider::part(container){
    padding: 0 20px 18px 20px;
    margin: 0;
  }
  .bevy-design-card-slider::part(button-next){
    bottom: 0;
    top: auto;
    left: auto;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 13px;
  }
  .bevy-design-card-slider::part(button-prev){
    bottom: 0;
    top: auto;
    left: auto;
    right: 68px;
    width: 40px;
    height: 40px;
    padding: 13px;
  }
}
@media screen and (max-width: 749px){
  .bevy-design-card-slider::part(container){
    padding: 0 20px 68px 20px;
  }
  .bevy-design-card-slider::part(scrollbar){
    margin-top: 40px;
  }
  .bevy-design-card-slider::part(container){
    padding: 0 20px 17px 20px;
  }
}

/* Bevy Pricing Hero */
.bevy-pricing-hero{
  background: radial-gradient(109.74% 134.31% at 26.24% -3.7%, rgba(0, 128, 128, 0) 0%, rgba(0, 128, 128, 0.15) 100%);
  padding: 245px 0 0 0;
  margin-top: -125px;
}
.bevy-pricing-hero-wrapper{

}
.bevy-pricing-hero-header{
  text-align: center;
}
.bevy-pricing-hero-heading{
  font-weight: 400;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}
.bevy-pricing-hero-text{
  font-weight: 400;
  font-size: 26px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 32px;
}
.bevy-pricing-hero-btn{
  margin-top: 32px;
}
.bevy-pricing-card-wrapper{

}
.bevy-pricing-card-slide{
  margin-right: 17px;
  width: calc(100% / 7 - 15px);
  box-sizing: border-box;
  height: auto;
}
.bevy-pricing-card-slide:last-child{
  margin-right: 0;
}
.bevy-pricing-card-item{
  background: linear-gradient(360deg, rgba(0, 128, 128, 0) 0%, #008080 100%);
  border-radius: 12px;
  box-shadow: 0px 4px 54.6px 0px #56A79F26;
  box-sizing: border-box;
  padding: 1px;
  overflow: hidden;
  max-height: 100%;
}
.bevy-pricing-card-slide:nth-child(even) .bevy-pricing-card-item{
  background: linear-gradient(180deg, rgba(0, 128, 128, 0) 0%, #008080 100%);
}
.bevy-pricing-card-item-inner{
  padding: 24px;
  background: white;
  border-radius: 11px;
  max-height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.bevy-pricing-card-has-badge{
  min-height: 285px;
}
.bevy-pricing-gradient{
  background: #000000;
  color: #ffffff;
}
.bevy-pricing-gradient::before{
  content: '';
  display: block;
  position: absolute;
  top: -144px;
  left: -60px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  opacity: 0.5;
  box-shadow: 0 0 80px 70px #15ECE2;
}
.bevy-pricing-gradient::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -144px;
  right: -60px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  opacity: 0.5;
  box-shadow: 0 0 80px 70px #15ECE2;
}
.bevy-pricing-gradient .bevy-pricing-card-subtitle{
  color: #ffffff;
}
.bevy-pricing-gradient *{
  position: relative;
  z-index: 1;
}
.bevy-pricing-gradient .bevy-pricing-badge{
  color: #000000;
  position: absolute;
}
.bevy-pricing-card-header{

}
.bevy-pricing-badge{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(90deg, #92DCD5 0%, #FFFFFF 100%);
  margin: 0;
  position: absolute;
  top: 7px;
  right: 6px;
  border-radius: 100px;
  padding: 4px 12px;
}
.bevy-pricing-card-btn{
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  text-decoration: none;
  color: #000000;
  border: 1px solid;
  padding: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border-radius: 100px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: white;
}
.bevy-pricing-card-btn:hover{
  background: #000000;
  color: #ffffff;
}
.bevy-pricing-card-title{
  font-weight: 500;
  font-size: 28px;
  line-height: 124%;
  letter-spacing: 0;
  margin: 0;
}
.bevy-pricing-card-subtitle{
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  color: #4E4D51;
  margin: 0;
  margin-top: 10px;
}
.bevy-pricing-card-price{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 12px;
}
.bevy-pricing-card-slider{
  box-sizing: border-box;
  margin-left: -40px;
  margin-right: -40px;
}
.bevy-pricing-card-slider *{
  box-sizing: border-box;
}
.bevy-pricing-card-slider::part(wrapper){
  align-items: flex-end;
}
.bevy-pricing-card-slider::part(container){
  box-sizing: border-box;
  margin: 0;
  padding: 96px 40px;
}
.bevy-pricing-card-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: 40px;
  left: auto;
  transition: all 0.3s ease;
}
.bevy-pricing-card-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: 96px;
  left: auto;
  transition: all 0.3s ease;
}
.bevy-pricing-card-slider::part(button-next):hover,
.bevy-pricing-card-slider::part(button-prev):hover{
  background: #000000;
  color: #ffffff;
}
.bevy-pricing-card-slider::part(scrollbar){
  position: static;
  margin-top: 60px;
  height: 8px;
  width: calc(100% - 144px);
}
.bevy-pricing-card-slider::part(button-next){
  top: auto;
  bottom: 76px;
}
.bevy-pricing-card-slider::part(button-prev){
  top: auto;
  bottom: 76px;
}
@media screen and (max-width: 1500px){
  .bevy-pricing-card-title{
    font-size: 24px;
  }
  .bevy-pricing-card-price{
    font-size: 30px;
  }
  .bevy-pricing-card-btn{
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px){
  .bevy-pricing-card-slide{
    width: 250px;
  }
}
@media screen and (max-width: 989px){
  .bevy-pricing-card-item-inner{
    min-height: 206px;
  }
  .bevy-pricing-card-has-badge{
    min-height: 242px;
  }
  .bevy-pricing-hero{
    margin-top: -80px;
    padding-top: 144px;
  }
  .bevy-pricing-hero-heading{
    font-size: 40px;
  }
  .bevy-pricing-hero-text{
    font-size: 16px;
    margin-top: 20px;
  }
  .bevy-pricing-hero-btn{
    margin-top: 20px;
  }
  .bevy-pricing-card-slider{
    margin-left: -20px;
    margin-right: -20px;
  }
  .bevy-pricing-card-slider::part(scrollbar){
    width: calc(100% - 104px);
    height: 4px;
    margin-top: 50px;
  }
  .bevy-pricing-card-slider::part(container){
    padding: 54px 20px 54px 20px;
    margin: 0;
  }
  .bevy-pricing-card-slider::part(button-next){
    bottom: 36px;
    top: auto;
    left: auto;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 13px;
  }
  .bevy-pricing-card-slider::part(button-prev){
    bottom: 36px;
    top: auto;
    left: auto;
    right: 68px;
    width: 40px;
    height: 40px;
    padding: 13px;
  }
}
@media screen and (max-width: 749px){
  .bevy-pricing-card-slider::part(scrollbar){
    margin-top: 40px;
  }
}

/* Bevy Pricing Faqs */
.bevy-pricing-faq-bg{
  background: #ffffff;
  color: #000000;
}
.bevy-pricing-faq-bg .bevy-design-faq-subheading{
  max-width: 600px;
  line-height: 120%;
}
.bevy-pricing-faq-bg .cap-iwt-right-faq{
  border-color: #E1E2E4;
}
.cap-iwt-right-faq-points{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cap-iwt-right-faq-points > span{
  display: flex;
  gap: 10px;
  align-items: center;
  width: calc(50% - 10px);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 989px){
  .bevy-pricing-faq-bg .bevy-design-faq-subheading{
    max-width: 100%;
  }
  .cap-iwt-right-faq-points{
    gap: 16px;
  }
  .cap-iwt-right-faq-points > span{
    width: 100%;
    font-size: 16px;
    gap: 6px;
  }
  .cap-iwt-right-faq-points > span svg{
    display: block;
    width: 12px;
    height: auto;
  }
}

/* Bevy Pricing Get In Touch */
.bevy-pricing-git-bg{
  background: #F6F6F6;
}

.bevy-sale-pricing-slider{

}
.bevy-sale-pricing-card-wrapper{
  margin-top: 12px;
}
.bevy-sale-pricing-slider::part(wrapper){
  align-items: stretch;
  justify-content: center;
}
.bevy-sale-pricing-slider .bevy-pricing-card-slide{
  width: 400px;
  text-align: center;
}
.bevy-sale-pricing-slider .bevy-pricing-card-has-badge{
  min-height: 400px;
}
.bevy-sale-pricing-slider .bevy-pricing-card-subtitle{
  border-top: 1px solid rgba(0,0,0,0.15);
  margin: 0;
  padding: 15px 0;
}
.bevy-sale-pricing-slider .bevy-pricing-card-subtitle:last-child{
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.bevy-sale-pricing-slider .bevy-pricing-card-subtitle svg{
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}
.bevy-sale-pricing-slider .bevy-pricing-card-subtitle em{
  color: #008080;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}
.bevy-sale-pricing-slider .bevy-pricing-card-subtitle span{
  display: block;
  text-align: center;
}
@media screen and (max-width: 989px){
  .bevy-sale-pricing-slider .bevy-pricing-card-slide{
    width: 360px;
  }
}
@media screen and (max-width: 775px){
  .bevy-sale-pricing-slider::part(wrapper){
    justify-content: flex-start;
  }
}

/* Academy Landing */
.academy-landing{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.academy-landing-wrapper{
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.academy-landing-logo{
  display: block;
  margin: 0 auto;
}
.academy-landing-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
}
.academy-landing-card-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 45px;
}
.academy-landing-card{
  width: calc(33.33% - 20px);
  border-radius: 10px;
  box-shadow: 0px 13px 109.44px 4.56px rgb(22 46 139 / 10%);
  padding: 40px;
}
.academy-landing-card-image{
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  max-width: 100%;
  margin: 0 auto;
}
.academy-landing-card-title{
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 12px;
}
.academy-landing-card-btn{
  margin-top: 12px;
  width: 100%;
  min-height: 56px;
}
.academy-landing-copy{
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 45px;
}
.academy-landing-copy a{
  color: #008080;
  text-decoration: none;
}
.academy-landing-copy a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 749px){
  .academy-landing-card{
    width: 100%;
    max-width: 500px;
  }
  .academy-landing-card-wrapper{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

/* IWI */
.iwi{
  padding-bottom: 0;
}
.iwi-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.iwi-img{
  width: calc(50% - 20px);
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}
@media screen and (max-width: 989px){
  .iwi-wrapper{
    gap: 20px;
  }
  .iwi-img{
    width: 100%;
  }
}

/* Richtext */
.iwi + .richtext{
  padding-top: 100px;
}
.richtext{

}
.richtext-wrapper{
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
}
.richtext-heading-wrapper{
  width: 49%;
  padding-right: 60px;
}
.richtext-heading{
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  max-width: 600px;
  color: #1F1F1F;
}
.richtext-text-wrapper{
  width: 51%;
  padding-left: 60px;
  border-left: 1px solid #00000059
}
.richtext-text{
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  color: #1F1F1F;
}
.richtext-bottom{
  padding-top: 100px;
}
.richtext-bottom .richtext-wrapper{
  max-width: 100%;
}
.richtext-bottom .richtext-heading-wrapper{
  width: 70%;
  padding-right: 40px;
}
.richtext-bottom .richtext-heading{
  max-width: 1105px;
  text-transform: none;
}
.richtext-bottom .richtext-text-wrapper{
  width: 30%;
  padding-left: 40px;
}
.richtext-bottom-wrapper{
  flex-wrap: wrap;
  margin-top: 100px;
  max-width: 1105px;
}
.richtext-bottom-wrapper-desktop{
  display: flex;
}
.richtext-bottom-wrapper-mobile{
  display: none;
}
.richtext-bottom-item{
  width: calc(100% / 3);
  border-right: 1px solid #00000059;
  padding-bottom: 5px;
}
.richtext-bottom-item:last-child{
  border-right: 0;
  padding-left: 16px;
}
.richtext-bottom-item:last-child .richtext-bottom-item-inner{
  margin-left: auto;
}
.richtext-bottom-item:nth-child(2) .richtext-bottom-item-inner{
  margin: 0 auto;
}
.richtext-bottom-item:first-child{
  padding-right: 16px;
}
.richtext-bottom-item:nth-child(2){
  padding: 0 16px 5px 16px;
}
.richtext-bottom-item-inner{
  max-width: 272px;
}
.richtext-bottom-heading{
  font-weight: 400;
  font-size: 96px;
  line-height: 90%;
  letter-spacing: 0;
  margin: 0;
  color: #1F1F1F;
}
.richtext-bottom-text{
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  color: #1F1F1F;
  margin-top: 20px;
}
@media screen and (max-width: 1280px){
  .richtext-bottom-heading{
    font-size: 56px;
  }
}
@media screen and (max-width: 989px){
  .richtext-wrapper{
    flex-wrap: wrap;
  }
  .richtext-heading-wrapper{
    width: 100%;
    padding: 0;
  }
  .richtext-text-wrapper{
    width: 100%;
    margin-top: 24px;
    padding-left: 24px;
  }
  .richtext-heading{
    font-size: 32px;
    line-height: 135%;
  }
  .richtext-text{
    font-size: 18px;
    line-height: 160%;
  }
  .iwi + .richtext{
    padding-top: 32px;
  }
  .richtext-bottom .richtext-heading-wrapper{
    width: 100%;
    padding: 0;
  }
  .richtext-bottom .richtext-heading{
    max-width: 100%;
  }
  .richtext-bottom .richtext-text-wrapper{
    width: 100%;
    padding-left: 24px;
  }
  .richtext-bottom-wrapper{
    max-width: 100%;
    margin-top: 40px;
  }
  .richtext-bottom-wrapper-desktop{
    display: none;
  }
  .richtext-bottom-wrapper-mobile{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .richtext-bottom-item{
    width: 100%;
    border: 0;
    padding: 0 !important;
  }
  .richtext-bottom-item-inner{
    margin: 0 !important;
  }
  .richtext-bottom-text{
    font-size: 16px;
  }
  .richtext-bottom{
    padding-top: 40px;
  }
}

/* Quote */
.quote{
  background: #F6F6F6;
}
.quote-wrapper{

}
.quote-header{
  display: flex;
  align-items: center;
}
.quote-header svg{
  display: block;
  flex: 0 0 auto;
}
.quote-heading-wrapper{
  flex: 1 1 auto;
}
.quote-heading{
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: capitalize;
  max-width: 800px;
  margin: 0;
  color: #1F1F1F;
}
.quote-footer{
  margin-top: 50px;
  position: relative;
  padding-left: 132px;
}
.quote-footer::before{
  content: '';
  display: block;
  width: 92px;
  border-top: 1px solid #CECED3;
  position: absolute;
  top: 22px;
  left: 0;
}
.quote-text{
  font-weight: 400;
  font-size: 40px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  color: #1F1F1F;
}
.quote-author{
  font-weight: 500;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 32px;
  color: #1F1F1F;
}
.quote-author-designation{
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  color: #1F1F1F;
}
@media screen and (max-width: 989px){
  .quote-heading{
    font-size: 32px;
    line-height: 135%;
  }
  .quote-text{
    font-size: 22px;
  }
  .quote-author{
    font-size: 20px;
  }
  .quote-author-designation{
    font-size: 18px;
  }
  .quote-header{
    align-items: flex-start;
  }
  .quote-header svg{
    width: 81px;
    height: auto;
    margin-top: -24px;
  }
  .quote-footer{
    margin-top: 24px;
    padding-left: 56px;
  }
  .quote-footer::before{
    width: 44px;
    top: 12px;
  }
  .quote-author{
    margin-top: 20px;
  }
}

/* Info */
.info{
  background: #000000;
  color: #ffffff;
}
.info-wrapper{

}
.info-header{
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.info-logo-wrapper{
  flex: 0 0 142px;
}
.info-logo{
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.info-heading-wrapper{
  flex: 1 1 auto;
  padding-left: 10%;
}
.info-heading{
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.info-link{
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  color: inherit;
  display: inline-block;
  margin-top: 48px;
  text-underline-offset: 6px;
}
.info-footer{
  border-top: 1px solid #4E4D51;
  margin-top: 96px;
  padding-top: 96px;
  display: flex;
  align-items: flex-start;
  gap: 10%;
}
.info-tags-wrapper{
  width: 50%;
}
.info-tags-heading{
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.info-tags-list{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
  max-width: 770px;
}
.info-tags-list-item{
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  display: block;
  border: 1px solid #7F7D85;
  border-radius: 200px;
  padding: 9px 12px;
}
.info-partners-wrapper{
  width: 50%;
}
.info-partners-heading{
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.info-partners-logo-wrapper{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 48px;
}
.info-partners-logo-item{
  width: calc(25% - 36px);
}
.info-partners-logo-wrapper img{
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  max-width: 140px;
  object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 1280px){
  .info-footer{
    gap: 40px;
  }
  .info-partners-logo-wrapper{
    gap: 32px 36px;
  }
  .info-partners-logo-item {
    width: calc(25% - 27px);
  }
  .info-heading{
    font-size: 48px;
  }
}
@media screen and (max-width: 989px){
  .info-header{
    flex-wrap: wrap;
    gap: 0;
  }
  .info-logo-wrapper{
    flex: 0 0 100%;
    width: 100%;
  }
  .info-logo{
    max-width: 142px;
  }
  .info-heading-wrapper{
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
  .info-heading{
    font-size: 32px;
    line-height: 140%;
  }
  .info-link{
    font-size: 18px;
    margin-top: 32px;
  }
  .info-footer{
    margin-top: 40px;
    padding-top: 40px;
  }
  .info-footer{
    flex-wrap: wrap;
    gap: 0;
  }
  .info-tags-wrapper{
    width: 100%;
  }
  .info-partners-wrapper{
    width: 100%;
  }
  .info-tags-heading{
    font-size: 20px;
    line-height: 110%;
  }
  .info-partners-heading{
    font-size: 20px;
    line-height: 110%;
    margin-top: 40px;
  }
  .info-tags-list{
    margin-top: 24px;
    gap: 8px;
    max-width: 100%;
  }
  .info-partners-logo-wrapper{
    margin-top: 24px;
  }
  .info-tags-list-item{
    font-size: 14px;
    line-height: 110%;
    padding: 6px 9px;
  }
}
@media screen and (max-width: 550px){
  .info-partners-logo-item{
    width: calc(50% - 25px);
  }
  .info-partners-logo-wrapper{
    gap: 30px 50px;
  }
}

/* Related Work */
.related-work {
  background: #F6F6F6;
}
.related-work-wrapper{

}
.related-work-heading{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
}
.related-work-slider{
  margin-top: 50px;
  box-sizing: border-box;
}
.related-work-slider::part(container){
  box-sizing: border-box;
}
.related-work-slider *{
  box-sizing: border-box;
}
.related-work-slide{
  margin-right: 32px;
  width: calc(33.33% - 21px);
  box-sizing: border-box;
}
.related-work-slide:last-child{
  margin-right: 0;
}
.related-work-item{
  display: block;
  color: #000000;
  text-decoration: none;
}
.related-work-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.related-work-logo{
  height: 24px;
  object-fit: contain;
  display: block;
  max-width: 100%;
  margin-top: 28px;
}
.related-work-title{
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 16px;
}
.related-work-tags{
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  color: #393939;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  margin-top: 20px;
}
.related-work-tags-split::after{
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 989px){
  .related-work-slide{
    margin-right: 16px;
    width: calc(50% - 8px);
  }
  .related-work-slide:last-child{
    margin-right: 0;
  }
  .related-work-heading{
    font-size: 20px;
  }
  .related-work-slider{
    margin-top: 24px;
  }
  .related-work-logo{
    height: 14px;
  }
  .related-work-title{
    font-size: 18px;
  }
  .related-work-tags{
    font-size: 14px;
    margin-top: 12px;
  }
}

/* Work Hero */
.work-hero{

}
.work-hero-breadcrumbs{
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0;
  color: #4E4D51;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.work-hero-breadcrumbs span{
  display: block;
}
.work-hero-breadcrumbs svg{
  display: block;
}
.work-hero-wrapper{
  padding: 352px 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  margin-top: 32px;
}
.work-hero-title{
  font-weight: 500;
  font-size: 280px;
  line-height: 90%;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1400px){
  .work-hero-title{
    font-size: 200px;
  }
}
@media screen and (max-width: 1050px){
  .work-hero-title{
    font-size: 150px;
  }
}
@media screen and (max-width: 989px){
  .work-hero-wrapper{
    padding: 24px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .work-hero-title{
    font-size: 80px;
    line-height: 90%;
  }
}

/* Work Iwt */
.work-iwt{

}
.work-iwt .page-width{
  padding: 0;
}
.work-iwt-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.work-iwt-image-wrapper{
  width: 50%;
}
.work-iwt-img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.work-iwt-text-wrapper{
  width: 50%;
  background: #000000;
  color: #ffffff;
  padding: 50px 80px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}
.work-iwt-heading{
  color: inherit;
  font-weight: 400;
  font-size: 60px;
  line-height: 135%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  max-width: 692px;
  margin: 0 auto;
}
.work-iwt-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  max-width: 692px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px){
  .work-iwt-heading{
    font-size: 36px;
  }
  .work-iwt-text{
    font-size: 20px;
  }
  .work-iwt-text-wrapper{
    gap: 24px;
  }
}
@media screen and (max-width: 989px){
  .work-iwt-image-wrapper{
    width: 100%;
  }
  .work-iwt-text-wrapper{
    width: 100%;
  }
  .work-iwt-heading{
    font-size: 32px;
    max-width: 100%;
  }
  .work-iwt-text{
    font-size: 16px;
    max-width: 100%;
  }
  .work-iwt-text-wrapper{
    gap: 18px;
    padding: 54px 20px;
  }
}

/* Collage */
.collage{
  background: #DAD1B5;
  padding: 80px 0;
}
.collage .page-width{
  padding: 0;
}
.collage-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.collage-item{
  width: calc(33.33% - 53.3px);
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.collage-img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 989px){
  .collage{
    padding: 40px 0;
  }
  .collage-wrapper{
    gap: 20px;
  }
  .collage-item{
    gap: 20px;
    width: calc(33.33% - 13.4px);
  }
}

/* Iwto */
.iwto{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000B2;
  color: #ffffff;
  background-blend-mode: overlay;
}
.iwto-wrapper{
  max-width: 1520px;
  margin: 0 auto;
}
.iwto-heading{
  color: inherit;
  font-weight: 500;
  font-size: 60px;
  line-height: 135%;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  max-width: 1195px;
  margin: 0 auto;
}
.iwto-text{
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  margin-top: 32px;
}
@media screen and (max-width: 989px){
  .iwto-heading{
    font-size: 32px;
  }
  .iwto-text{
    font-size: 18px;
    margin-top: 16px;
  }
}

/* Worl Grid */
.work-grid{
  background: #000000;
  color: #ffffff;
  padding-bottom: 0;
}
.work-grid + .richtext{
  background: #000000;
  color: #ffffff;
  padding-top: 100px;
}
.work-grid + .richtext *{
  color: #ffffff;
}
.work-grid + .richtext .richtext-text-wrapper{
  border-color: #FFFFFF59;
}
.work-grid-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.work-grid-left{
  width: calc(75% - 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.work-grid-right{
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.work-grid-item{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.work-grid-right .work-grid-item{
  aspect-ratio: 1 / 1;
}
.work-grid-left .work-grid-item:nth-child(1){
  width: calc(34% - 20px);
  aspect-ratio: 20 / 15;
}
.work-grid-left .work-grid-item:nth-child(2){
  width: calc(66% - 20px);
  aspect-ratio: 20 / 15;
}
.work-grid-left .work-grid-item:nth-child(3){
  width: calc(50% - 20px);
  aspect-ratio: 20 / 6;
}
.work-grid-left .work-grid-item:nth-child(4){
  width: calc(50% - 20px);
  aspect-ratio: 20 / 6;
}
.work-grid-title{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 49.08%, rgba(0, 0, 0, 0.6) 77.94%);
  width: 100%;
  height: 100%;
  padding: 48px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0;
}
.work-grid-title-medium{
  font-size: 50px;
  line-height: 106%;
}
.work-grid-title-large{
  font-size: 84px;
  line-height: 106%;
}
.work-grid-title-small{
  font-size: 32px;
  line-height: 113.99999999999999%;
}
@media screen and (max-width: 1450px){
  .work-grid-title-medium{
    font-size: 30px;
  }
  .work-grid-title-large{
    font-size: 45px;
  }
  .work-grid-title-small{
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px){
  .work-grid-title-medium{
    font-size: 28px;
  }
  .work-grid-title-large{
    font-size: 42px;
  }
  .work-grid-title-small{
    font-size: 20px;
  }
  .work-grid-title{
    padding: 20px;
  }
}
@media screen and (max-width: 989px){
  .work-grid-wrapper{
    gap: 16px;
  }
  .work-grid-left{
    width: 100%;
    gap: 16px;
  }
  .work-grid-right{
    width: 100%;
    gap: 16px;
    flex-direction: row;
  }
  .work-grid-item{
    width: 100% !important;
    aspect-ratio: unset !important;
  }
  .work-grid-right .work-grid-item{
    width: calc(50% - 8px) !important;
  }
  .work-grid-right .work-grid-item .work-grid-title{
    min-height: 200px;
  }
  .work-grid-title-medium{
    font-size: 24px;
  }
  .work-grid-title-large{
    font-size: 32px;
  }
  .work-grid-title-small{
    font-size: 20px;
  }
  .work-grid-title{
    padding: 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .work-grid-left .work-grid-item:nth-child(1){
    min-height: 190px;
  }
  .work-grid-left .work-grid-item:nth-child(2){
    min-height: 268px;
  }
  .work-grid-left .work-grid-item:nth-child(3){
    min-height: 110px;
  }
  .work-grid-left .work-grid-item:nth-child(4){
    min-height: 110px;
  }
  .work-grid-left .work-grid-item:nth-child(3) .work-grid-title{
    align-items: center;
  }
  .work-grid-left .work-grid-item:nth-child(4) .work-grid-title{
    align-items: center;
  }
  .work-grid + .richtext{
    padding-top: 40px;
  }
}

#contact-form-message{
  width: 100%;
  display: none;
}
#contact-form-message p{
  margin: 0;
}
#contact-form-message p svg{
  margin: 0;
  width: 20px;
  height: auto;
  vertical-align: middle;
}
#tidio-chat{
  display: none;
}
input:-webkit-autofill { 
    -webkit-background-clip: text;
}
.footer-newsletter-form input:-webkit-autofill,
.footer-newsletter-form input:-webkit-autofill:hover, 
.footer-newsletter-form input:-webkit-autofill:focus, 
.footer-newsletter-form input:-webkit-autofill:active{
  -webkit-text-fill-color: #ffffff;
}
.btn--disabled{
  opacity: 0.5;
  pointer-events: none;
}

/* Digital Products Hero */
.digital-products-hero{
  background: #000000;
  color: #ffffff;
  padding-top: 120px;
}
.digital-products-hero-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  align-items: center;
}
.digital-products-hero-text-wrapper{
  width: calc(50% - 50px);
}
.digital-products-hero-breadcrumbs{
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0;
  margin: 0;
  color: #B9B9C0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  align-items: center;
}
.digital-products-hero-breadcrumbs svg{
  display: block;
  height: auto;
}
.digital-products-hero-heading{
  font-weight: 500;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 12px;
}
.digital-products-hero-text{
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 50px;
}
.digital-products-hero-text em{
  color: #CECED3;
  font-weight: 400;
  font-style: normal;
}
.digital-products-hero-image-wrapper{
  width: calc(50% - 50px);
}
.digital-products-hero-image{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 989px){
  .digital-products-hero{
    padding-top: 19px;
  }
  .digital-products-hero-image-wrapper{
    display: none;
  }
  .digital-products-hero-text-wrapper{
    width: 100%;
  }
  .digital-products-hero-heading{
    font-size: 40px;
    line-height: 120%;
    margin-top: 10px;
  }
  .digital-products-hero-breadcrumbs{
    font-size: 16px;
    color: #FFFFFF;
  }
  .digital-products-hero-text{
    font-size: 16px;
    margin-top: 20px;
  }
}

/* Simple Faqs */
.simple-faqs{

}
.simple-faqs-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.simple-faqs-heading-wrapper{
  width: 40%;
  padding-right: 50px;
}
.simple-faqs-heading{
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}
.simple-faqs-content-wrapper{
  width: 60%;
  padding-left: 50px;
  border-left: 1px solid #A5A4AC;
}
.simple-faqs-item{
  border-bottom: 1px solid #A5A4AC;
  margin-bottom: 20px;
}
.simple-faqs-item:last-child{
  border: 0;
  margin: 0;
}
.simple-faqs-title{
  font-weight: 500;
  font-size: 36.4px;
  line-height: 130%;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  cursor: pointer;
}
.simple-faqs-icon{
  align-items: center;
  justify-content: flex-end;
  display: none;
}
.simple-faqs-icon svg{
  width: 18px;
  height: auto;
  display: none;
}
.simple-faqs-icon svg:first-child{
  display: block;
}
.simple-faqs-title.active .simple-faqs-icon svg:first-child{
  display: none;
}
.simple-faqs-title.active .simple-faqs-icon svg:last-child{
  display: block;
}
.simple-faqs-text{
  font-weight: 400;
  font-size: 19.2px;
  line-height: 170%;
  letter-spacing: 0;
  margin: 0;
  color: #4E4D51;
  padding: 20px 0 40px 0;
}
@media screen and (max-width: 1280px){
  .simple-faqs-heading{
    font-size: 70px;
  }
}
@media screen and (min-width: 990px){
  .simple-faqs-text{
    display: block !important;
  }
}
@media screen and (max-width: 989px){
  .simple-faqs-heading-wrapper{
    width: 100%;
    padding: 0;
  }
  .simple-faqs-content-wrapper{
    padding: 0;
    width: 100%;
    border: 0;
  }
  .simple-faqs-icon{
    display: flex;
  }
  .simple-faqs-title{
    pointer-events: all;
  }
  .simple-faqs-item{
    padding: 0;
    margin: 0;
  }
  .simple-faqs-title{
    font-size: 20px;
    line-height: 120%;
    padding: 20px 0;
  }
  .simple-faqs-text{
    padding: 0;
    padding-bottom: 20px;
    display: none;
  }
  .simple-faqs-heading{
    font-size: 36px;
    margin-bottom: 40px;
  }
  .simple-faqs-item:last-child{
    border-bottom: 1px solid #A5A4AC;
  }
  .simple-faqs-item:first-child{
    border-top: 1px solid #A5A4AC;
  }
  .simple-faqs-text{
    font-size: 16px;
  }
}

/* Richtext Slider */
.richtext-slider{
  background: #F6F6F6;
}
.richtext-slider-wrapper{

}
.richtext-slider-heading{
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  max-width: 600px;
}
.richtext-slider-flex{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.richtext-slider-desktop{

}
.richtext-slider-left{
  width: 60%;
  padding-right: 50px;
}
.richtext-slider-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 40px;
  border-left: 1px solid #A5A4AC;
  padding-left: 30px;
  color: #4E4D51;
}
.richtext-slider-text:first-child{
  margin-top: 0;
}
.richtext-slider-text strong{
  font-weight: 500;
  color: #000000;
}
.richtext-slider-text small{
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-top: 12px;
  color: #000000;
}
.richtext-slider-text ul{
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 5px;
}
.richtext-slider-text ul li{
  display: flex;
  gap: 8px;
  align-items: center;
}
.richtext-slider-text ul li svg{
  display: block;
  width: 15px;
  height: 16px;
}
.richtext-slider-right{
  width: 40%;
  border-left: 1px solid #A5A4AC;
  padding-left: 30px;
}
.richtext-slider-right .richtext-slider-text{
  border: 0;
  padding: 0;
}
.richtext-slider-mobile{
  display: none;
}
.richtext-slider-swiper{
  box-sizing: border-box;
}
.richtext-slider-swiper *{
  box-sizing: border-box;
}
.richtext-slider-slide{
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  height: auto;
  width: 90%;
}
.richtext-slider-swiper::part(container){
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 989px){
  .richtext-slider-desktop{
    display: none;
  }
  .richtext-slider-mobile{
    display: block;
    margin-top: 40px;
  }
  .richtext-slider-text{
    font-size: 16px;
    line-height: 160%;
    border: 0;
    padding: 0;
  }
  .richtext-slider-text ul li svg{
    width: 12px;
    height: 13px;
  }
  .richtext-slider-text small{
    font-size: 16px;
  }
  .richtext-slider-text ul{
    font-size: 16px;
  }
  .richtext-slider .page-width-narrow{
    padding: 0;
  }
  .richtext-slider-heading{
    padding: 0 20px;
    font-size: 30px;
    line-height: 110%;
  }
  .richtext-slider-swiper::part(scrollbar) {
    width: calc(100% - 104px);
    height: 4px;
    margin-top: 40px;
    position: static;
    margin-bottom: 20px;
  }
  .richtext-slider-swiper::part(button-next) {
    bottom: 0;
    top: auto;
    left: auto;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 13px;
    color: currentColor;
    background: transparent;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0;
    transform: none;
    transition: all 0.3s ease;
  }
  .richtext-slider-swiper::part(button-prev) {
    bottom: 0;
    top: auto;
    left: auto;
    right: 68px;
    width: 40px;
    height: 40px;
    padding: 13px;
    color: currentColor;
    background: transparent;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0;
    transform: none;
    transition: all 0.3s ease;
  }
}

/* Simple Richtext */
.simple-richtext{

}
.simple-richtext + .contact{
  background: #F6F6F6;
}
.simple-richtext-wrapper{

}
.simple-richtext-heading{
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}
.simple-richtext-flex{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.simple-richtext-left{
  width: 45%;
  padding-right: 30px;
}
.simple-richtext-main-text{
  font-weight: 400;
  font-size: 30px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  color: #4E4D51;
}
.simple-richtext-main-text strong{
  font-weight: 500;
  color: #000000;
}
.simple-richtext-right{
  width: 55%;
  color: #4E4D51;
}
.simple-richtext-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
  border-left: 1px solid #A5A4AC;
  padding-left: 30px;
}
.simple-richtext-text:first-child{
  margin-top: 0;
}
.simple-richtext-text strong{
  font-weight: 500;
  color: #000000;
}
.simple-richtext-text small{
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 12px;
  color: #000000;
}
.simple-richtext-right ul{
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 5px;
}
.simple-richtext-right ul li{
  display: flex;
  gap: 8px;
  align-items: center;
}
.simple-richtext-right ul li svg{
  display: block;
  width: 12px;
  height: 13px;
}
@media screen and (max-width: 989px){
  .simple-richtext-left{
    width: 100%;
  }
  .simple-richtext-right{
    width: 100%;
    margin-top: 20px;
  }
  .simple-richtext-main-text{
    font-size: 16px;
    padding-left: 16px;
    border-left: 1px solid #A5A4AC;
  }
  .simple-richtext-text{
    font-size: 16px;
    padding-left: 16px;
  }
  .simple-richtext-heading{
    font-size: 30px;
    line-height: 130%;
  }
  .simple-richtext-flex{
    margin-top: 20px;
  }
}

.simple-richtext-owned-media{
  background: #000000;
  color: #ffffff;
}
.simple-richtext-owned-media .simple-richtext-text{
  color: #A5A4AC;
  margin-top: 40px;
  width: 70%;
}
.simple-richtext-owned-media .simple-richtext-text strong{
  color: #ffffff;
}
.simple-richtext-owned-media .simple-richtext-text:first-child{
  margin-top: 0;
}
.richtext-slider-owned-media .richtext-slider-left,
.richtext-slider-owned-media .richtext-slider-right{
  width: calc(50% - 30px);
  padding: 0;
  border: 0;
  border-top: 1px solid #A5A4AC;
  padding-top: 30px;
}
.richtext-slider-owned-media .richtext-slider-text{
  padding: 0;
  border: 0;
}
.richtext-slider-owned-media .richtext-slider-flex{
  gap: 60px;
}
.richtext-slider-owned-media .richtext-slider-heading{
  max-width: 100%;
}
.simple-richtext-owned-media-has-graph .simple-richtext-text{
  margin-top: 40px;
}
.simple-richtext-owned-media-has-graph .simple-richtext-text:first-child{
  margin-top: 0;
}
.simple-richtext-owned-media-has-graph .simple-richtext-wrapper{
  max-width: 1050px;
  margin: 0 auto;
}
.simple-richtext-graph{
  display: inline-block;
  box-shadow: 0px 4px 54.6px 0px #56A79F26;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
}
.simple-richtext-graph-heading{
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
}
.simple-richtext-graph-subheading{
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
  margin-top: 8px;
}
.simple-richtext-graph-flex{
  display: inline-flex;
  align-items: flex-end;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}
.simple-richtext-graph-item{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.simple-richtext-graph-bg{
  width: 60px;
  border-radius: 8px;
}
.simple-richtext-graph-item:first-child .simple-richtext-graph-bg{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.6) 112.86%);
  height: 102px;
}
.simple-richtext-graph-item:last-child .simple-richtext-graph-bg{
  background: linear-gradient(180deg, rgba(0, 128, 128, 0.6) 0%, rgba(209, 232, 232, 0.6) 100%);
  height: 122px;
}
.simple-richtext-graph-name{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: #4E4D51;
  margin: 0;
  margin-top: 3px;
  display: block;
}
.simple-richtext-text-wrapper{
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 989px){
  .simple-richtext-owned-media .simple-richtext-text{
    width: 100%;
    margin-top: 30px;
  }
  .simple-richtext-graph{
    display: block;
    float: right;
    margin-left: 15px;
    padding: 10px;
    border-radius: 14px;
    margin-top: 40px;
  }
  .simple-richtext-text-wrapper{
    display: block;
  }
  .simple-richtext-graph-heading{
    font-size: 12px;
  }
  .simple-richtext-graph-subheading{
    font-size: 24px;
  }
  .simple-richtext-graph-bg{
    width: 35px;
  }
  .simple-richtext-graph-item:first-child .simple-richtext-graph-bg{
    height: 76px;
  }
  .simple-richtext-graph-item:last-child .simple-richtext-graph-bg{
    height: 92px;
  }
  .simple-richtext-graph-flex{
    margin-top: 5px;
  }
  .simple-richtext-graph-flex{
    gap: 14px;
  }
  .simple-richtext-graph-name{
    font-size: 10px;
  }
}

/* Owned media hero */
.owned-media-hero{
  background: #000000;
  color: #A5A4AC;
  text-align: center;
  padding-top: 120px;
}
.owned-media-hero-wrapper{
  max-width: 1040px;
  margin: 0 auto;
}
.owned-media-hero-breadcrumbs{
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 12px;
  align-items: center;
}
.owned-media-hero-heading{
  color: #ffffff;
  font-weight: 500;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 10px;
}
.owned-media-hero-icon{
  margin: 35px 0;
  color: #B9B9C0;
}
.owned-media-hero-icon svg{
  display: block;
  margin: 0 auto;
}
.owned-media-hero-text{
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
}
.owned-media-hero-text strong{
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 989px){
  .owned-media-hero{
    padding-top: 29px;
  }
  .owned-media-hero-breadcrumbs{
    font-size: 16px;
  }
  .owned-media-hero-breadcrumbs svg{
    height: 12px;
    width: auto;
    display: block;
    margin-top: 1px;
  }
  .owned-media-hero-heading{
    font-size: 40px;
    line-height: 100%;
    margin-top: 20px;
  }
  .owned-media-hero-text{
    font-size: 16px;
  }
  .owned-media-hero-icon{
    margin: 24px 0;
  }
}