#clients .s2 {
  background-color: #0B162B;
  padding: 7.5rem 0 0;
}

@media all and (max-width: 1024px) {
  #clients .s2 {
    padding-top: 6rem;
  }
}

@media all and (max-width: 767px) {
  #clients .s2 {
    padding-top: 5rem;
  }
}

#clients .s2 * {
  color: #fff;
}

#clients .s2 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: 1.1rem;
  max-width: 775px;
}

#clients .s2 .boxes-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 4rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
}

#clients .s2 .boxes-wrapper * {
  text-align: center;
}

#clients .s2 .boxes-wrapper .box {
  position: relative;
  flex: 1 1 33.33%;
  height: 100%;
  transition: flex-basis .4s ease;
}

#clients .s2 .boxes-wrapper .front, #clients .s2 .boxes-wrapper .back {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}

#clients .s2 .boxes-wrapper .front {
  position: absolute;
  top: 0;
  left: 0;
}

#clients .s2 .boxes-wrapper .front img {
  width: 1.3rem;
  height: 1.65rem;
  object-fit: contain;
  margin-bottom: 1.6rem;
}

#clients .s2 .boxes-wrapper .front h4 {
  max-width: 250px;
}

#clients .s2 .boxes-wrapper .front-content {
  opacity: 1;
  transition: opacity .65s ease .4s;
}

#clients .s2 .boxes-wrapper .box-content {
  max-width: 390px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .1s ease;
}

#clients .s2 .boxes-wrapper .box-content h4 {
  margin: 1rem auto;
}

#clients .s2 .boxes-wrapper .v-line {
  flex-shrink: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(216, 220, 227, 0) 0%, #D8DCE3 50%, rgba(216, 220, 227, 0) 100%);
}

#clients .s2 .boxes-wrapper h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.25em;
}

#clients .s2 .boxes-wrapper p {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

#clients .s2 .boxes-wrapper:hover .box:not(:hover) {
  flex: 0 0 27%;
}

#clients .s2 .boxes-wrapper .box:hover {
  flex: 0 0 46%;
}

#clients .s2 .boxes-wrapper .box:hover .front-content {
  opacity: 0;
  transition: opacity .1s ease;
}

#clients .s2 .boxes-wrapper .box:hover .box-content {
  opacity: 1;
  transition: opacity .65s ease .4s;
}

@media all and (max-width: 1024px) {
  #clients .s2 .boxes-wrapper {
    height: auto;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 3rem;
    margin-top: 3rem;
  }
  #clients .s2 .boxes-wrapper:hover .box:not(:hover) {
    flex: unset;
  }
  #clients .s2 .boxes-wrapper .v-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(216, 220, 227, 0) 0%, rgba(216, 220, 227, 0.5) 50%, rgba(216, 220, 227, 0) 100%);
  }
  #clients .s2 .boxes-wrapper .box {
    flex: unset;
    width: 100%;
    height: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
  }
  #clients .s2 .boxes-wrapper .box:hover {
    flex: unset;
  }
  #clients .s2 .boxes-wrapper .front, #clients .s2 .boxes-wrapper .back {
    position: static;
    height: auto;
    padding: 1.25rem 0;
  }
  #clients .s2 .boxes-wrapper .front {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.25rem;
  }
  #clients .s2 .boxes-wrapper .front * {
    text-align: left;
  }
  #clients .s2 .boxes-wrapper .front img {
    display: none;
  }
  #clients .s2 .boxes-wrapper .front h4 {
    max-width: none;
    font-size: 1.35rem;
    margin: 0;
  }
  #clients .s2 .boxes-wrapper .front::after {
    content: '';
    position: absolute;
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background: url(/i/plus-icon-blue.svg) center/contain no-repeat;
    transition: transform .3s ease;
  }
  #clients .s2 .boxes-wrapper .front-content {
    opacity: 1 !important;
    transition: none;
    width: 100%;
  }
  #clients .s2 .boxes-wrapper .back {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height .4s ease, padding .4s ease;
    justify-content: flex-start;
  }
  #clients .s2 .boxes-wrapper .back * {
    text-align: left;
  }
  #clients .s2 .boxes-wrapper .box-content {
    opacity: 1 !important;
    transition: none;
    margin: 0;
    max-width: none;
  }
  #clients .s2 .boxes-wrapper .box-content h4 {
    display: none;
  }
  #clients .s2 .boxes-wrapper .box-inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  #clients .s2 .boxes-wrapper .box-inner img {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin: 0;
  }
  #clients .s2 .boxes-wrapper .box.--open .front::after {
    transform: rotate(45deg);
  }
  #clients .s2 .boxes-wrapper .box.--open .back {
    max-height: 300px;
    padding: 0 0 1.25rem;
  }
}

#clients .s3 {
  background-color: #fff;
  padding: 7.5rem 0 0;
}

@media all and (max-width: 1024px) {
  #clients .s3 {
    padding-top: 6rem;
  }
}

@media all and (max-width: 767px) {
  #clients .s3 {
    padding-top: 5rem;
  }
}

#clients .s3 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: 1.1rem;
  max-width: 775px;
  color: #172C54;
}

#clients .s3 .flex-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}

@media all and (max-width: 767px) {
  #clients .s3 .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #clients .s3 .flex-wrapper h5, #clients .s3 .flex-wrapper p {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#clients .s3 .flex-wrapper h5, #clients .s3 .flex-wrapper p {
  width: 50%;
}

#clients .s3 .flex-wrapper h5 {
  max-width: 590px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.7rem;
  line-height: 1.25em;
  color: #172C54;
}

#clients .s3 .flex-wrapper p {
  font-size: 1.05rem;
  font-weight: 200;
  line-height: 1.6em;
  color: #0B162B;
}

#clients .s3 .boxes-wrapper {
  border-top: 1px solid rgba(76, 89, 115, 0.5);
  padding-top: .5rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-top: 2rem;
}

#clients .s3 .boxes-wrapper * {
  text-align: center;
}

#clients .s3 .boxes-wrapper .box {
  position: relative;
  flex: 1 1 33.33%;
  height: 100%;
  transition: flex-basis .4s ease;
}

#clients .s3 .boxes-wrapper .front, #clients .s3 .boxes-wrapper .back {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}

#clients .s3 .boxes-wrapper .front {
  position: absolute;
  top: 0;
  left: 0;
}

#clients .s3 .boxes-wrapper .front img {
  width: 1.3rem;
  height: 1.65rem;
  object-fit: contain;
  margin-bottom: 1.6rem;
}

#clients .s3 .boxes-wrapper .front h4 {
  max-width: 330px;
}

#clients .s3 .boxes-wrapper .front-content {
  opacity: 1;
  transition: opacity .65s ease .4s;
}

#clients .s3 .boxes-wrapper .box-content {
  max-width: 390px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .1s ease;
}

#clients .s3 .boxes-wrapper .box-content h4 {
  margin: 1rem auto;
}

#clients .s3 .boxes-wrapper .v-line {
  flex-shrink: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(216, 220, 227, 0) 0%, #D8DCE3 50%, rgba(216, 220, 227, 0) 100%);
}

#clients .s3 .boxes-wrapper h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.25em;
  color: #132341;
}

#clients .s3 .boxes-wrapper p {
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #4C5973;
}

#clients .s3 .boxes-wrapper:hover .box:not(:hover) {
  flex: 0 0 27%;
}

#clients .s3 .boxes-wrapper .box:hover {
  flex: 0 0 46%;
}

#clients .s3 .boxes-wrapper .box:hover .front-content {
  opacity: 0;
  transition: opacity .1s ease;
}

#clients .s3 .boxes-wrapper .box:hover .box-content {
  opacity: 1;
  transition: opacity .65s ease .4s;
}

@media all and (max-width: 1024px) {
  #clients .s3 .boxes-wrapper {
    height: auto;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 3rem;
    margin-top: 3rem;
  }
  #clients .s3 .boxes-wrapper:hover .box:not(:hover) {
    flex: unset;
  }
  #clients .s3 .boxes-wrapper .v-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(76, 89, 115, 0) 0%, rgba(76, 89, 115, 0.3) 50%, rgba(76, 89, 115, 0) 100%);
  }
  #clients .s3 .boxes-wrapper .box {
    flex: unset;
    width: 100%;
    height: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
  }
  #clients .s3 .boxes-wrapper .box:hover {
    flex: unset;
  }
  #clients .s3 .boxes-wrapper .front, #clients .s3 .boxes-wrapper .back {
    position: static;
    height: auto;
    padding: 1.25rem 0;
  }
  #clients .s3 .boxes-wrapper .front {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.25rem;
  }
  #clients .s3 .boxes-wrapper .front * {
    text-align: left;
  }
  #clients .s3 .boxes-wrapper .front img {
    display: none;
  }
  #clients .s3 .boxes-wrapper .front h4 {
    max-width: none;
    font-size: 1.35rem;
    margin: 0;
  }
  #clients .s3 .boxes-wrapper .front::after {
    content: '';
    position: absolute;
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background: url(/i/plus-icon-blue.svg) center/contain no-repeat;
    transition: transform .3s ease;
  }
  #clients .s3 .boxes-wrapper .front-content {
    opacity: 1 !important;
    transition: none;
    width: 100%;
  }
  #clients .s3 .boxes-wrapper .back {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height .4s ease, padding .4s ease;
    justify-content: flex-start;
  }
  #clients .s3 .boxes-wrapper .back * {
    text-align: left;
  }
  #clients .s3 .boxes-wrapper .box-content {
    opacity: 1 !important;
    transition: none;
    margin: 0;
    max-width: none;
  }
  #clients .s3 .boxes-wrapper .box-content h4 {
    display: none;
  }
  #clients .s3 .boxes-wrapper .box-inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  #clients .s3 .boxes-wrapper .box-inner img {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin: 0;
  }
  #clients .s3 .boxes-wrapper .box.--open .front::after {
    transform: rotate(45deg);
  }
  #clients .s3 .boxes-wrapper .box.--open .back {
    max-height: 300px;
    padding: 0 0 1.25rem;
  }
}

#clients .s4 {
  position: relative;
  background-color: #132341;
  overflow: hidden;
}

#clients .s4 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(1.35rem, 3vw, 2rem);
  color: #fff;
  line-height: 1.15em;
  margin-bottom: 4rem;
  text-align: center;
}

#clients .s4 .carousel-images {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-width: 1px 0;
  display: flex;
}

#clients .s4 .carousel-track {
  display: flex;
  flex-shrink: 0;
  animation: marquee 40s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#clients .s4 .logo-wrap {
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#clients .s4 .logo-wrap::before, #clients .s4 .logo-wrap::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: 0 0 0 5px #132341;
  z-index: 2;
  right: -4px;
  bottom: -4px;
}

#clients .s4 .logo-wrap::before {
  top: -4px;
  bottom: auto;
}

#clients .s4 .logo-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

#clients .s4 .ts-quote {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 6rem;
}

#clients .s4 .ts-quote-text {
  flex: 1;
  text-align: center;
  max-width: 920px;
  position: relative;
}

#clients .s4 .ts-quote-item {
  display: none;
  text-align: center;
}

#clients .s4 .ts-quote-item.--active {
  display: block;
}

#clients .s4 .ts-quote-item p {
  text-align: center;
  color: #fff;
}

#clients .s4 .ts-quote-item p.quote {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  line-height: 1.4em;
  margin-bottom: 1.5rem;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
}

#clients .s4 .ts-quote-item p.quote::before {
  content: '\201C';
}

#clients .s4 .ts-quote-item p.quote::after {
  content: '\201D';
}

#clients .s4 .ts-quote-item p.name {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  line-height: 1.2em;
}

#clients .s4 .ts-quote-item p.title {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2em;
}

#clients .s4 .ts-arrow {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease;
  line-height: 0;
  margin-top: 1.6rem;
}

#clients .s4 .ts-arrow:hover {
  opacity: .75;
}

#clients .s4 .ts-arrow img {
  display: block;
  height: auto;
  width: 6.1rem;
  object-fit: contain;
}

@media all and (max-width: 1024px) {
  #clients .s4 .logo-wrap {
    width: 30vw;
    height: 30vw;
  }
  #clients .s4 .ts-arrow img {
    width: 4.5rem;
  }
}

@media all and (max-width: 599px) {
  #clients .s4 .logo-wrap {
    width: 60vw;
    height: 60vw;
  }
  #clients .s4 .ts-quote {
    margin-top: 3.5rem;
  }
  #clients .s4 .ts-arrow {
    display: none;
  }
}

#clients .callout-section {
  padding: 8rem 0;
  background: url(/i/clients-prefooter.png) center/cover no-repeat;
}

#clients .callout-section h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
