.testimonials {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .testimonials {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.testimonials .container .testimonials-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .testimonials .container .testimonials-header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.testimonials .container .testimonials-header__wrapper .testimonials-header__content .subtitle {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  color: #C9D2CD;
  text-transform: uppercase;
  opacity: 40%;
  margin-bottom: 32px;
}
.testimonials .container .testimonials-header__wrapper .testimonials-header__content .title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  color: #C9D2CD;
  line-height: 1;
}
@media (max-width: 1024px) {
  .testimonials .container .testimonials-header__wrapper .testimonials-header__content .title {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  .testimonials .container .testimonials-header__wrapper .testimonials-header__content .title {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation {
  border: 1px solid #C9D2CD;
  background-color: rgba(201, 210, 205, 0.2);
  width: 79px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-prev {
  position: static;
  width: 34px;
  height: 34px;
  background-color: #C9D2CD;
  margin: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-prev:hover {
  opacity: 0.2;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1469 13.2521L3.89804 6.97042L10.1184 0.750068L6.73416 0.779649L0.513813 7L6.76266 13.2489L10.1469 13.2521ZM16.2182 5.73379L2.41827 5.72043L2.40431 8.26682L16.2206 8.26377L16.2182 5.73379Z' fill='%232B3131'/%3E%3C/svg%3E");
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-next {
  position: static;
  width: 34px;
  height: 34px;
  background-color: #C9D2CD;
  margin: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-next:hover {
  opacity: 0.2;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85308 13.2521L13.102 6.97042L6.88161 0.750068L10.2658 0.779649L16.4862 7L10.2373 13.2489L6.85308 13.2521ZM0.781839 5.73379L14.5817 5.72043L14.5957 8.26682L0.77939 8.26377L0.781839 5.73379Z' fill='%232B3131'/%3E%3C/svg%3E");
}
.testimonials .testimonials-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide {
  width: 564px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width: 560px) {
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide {
    width: 313px !important;
  }
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide:first-child {
    margin-left: 16px;
  }
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide:last-child {
    margin-right: 16px;
  }
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item {
  background-color: #2E3535;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 439px;
}
@media (max-width: 560px) {
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 678px;
  }
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-number {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #2B3131;
  color: #C9D2CD;
  padding: 5px 20px 5px 10px;
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 10px;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  z-index: 2;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-decoration {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 80px;
  height: 23px;
  background-color: #2B3131;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 2;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  height: auto;
  overflow: hidden;
}
@media (max-width: 560px) {
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-photo {
    width: 100%;
  }
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 325px;
          flex: 0 0 325px;
  width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content .testimonial-text {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  color: #C9D2CD;
  line-height: 1.2;
  margin-bottom: auto;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content .testimonial-footer {
  margin-top: 40px;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content .testimonial-footer .testimonial-position-title {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  margin-bottom: 4px;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content .testimonial-footer .testimonial-position {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  opacity: 0.5;
}