.agency-testimonials {
  position: relative;
}
.agency-testimonials .carousel-wrapper {
  padding: 0 200px;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  max-width: 80vw;
}
@media (max-width: 1440px) {
  .agency-testimonials .carousel-wrapper {
    padding: 0 100px;
  }
}
@media (max-width: 1028px) {
  .agency-testimonials .carousel-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .agency-testimonials .carousel-wrapper {
    padding: 0;
    left: 20px;
  }
}
@media (max-width: 460px) {
  .agency-testimonials .carousel-wrapper {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 16px;
    max-width: 100%;
  }
}
.agency-testimonials .carousel-wrapper .carousel {
  padding-left: 13vw;
}
@media (max-width: 1600px) {
  .agency-testimonials .carousel-wrapper .carousel {
    padding-left: 0;
  }
}
.agency-testimonials .carousel-wrapper .carousel .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 803px;
  gap: 24px;
  opacity: 0 !important;
}
@media (max-width: 768px) {
  .agency-testimonials .carousel-wrapper .carousel .testimonial-item {
    max-width: 100%;
  }
}
.agency-testimonials .carousel-wrapper .carousel .testimonial-item.swiper-slide-active {
  opacity: 1 !important;
}
.agency-testimonials .carousel-wrapper .carousel .testimonial-item .logo {
  height: 20px;
  width: auto;
}
.agency-testimonials .carousel-wrapper .carousel .testimonial-item .title {
  font-family: "Publico Banner";
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .agency-testimonials .carousel-wrapper .carousel .testimonial-item .title {
    font-size: 32px;
  }
}
@media (max-width: 460px) {
  .agency-testimonials .carousel-wrapper .carousel .testimonial-item .title {
    font-size: 24px;
  }
}
.agency-testimonials .carousel-wrapper .carousel .testimonial-item .name {
  font-family: "Artlist Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.agency-testimonials .carousel-wrapper .carousel-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1440px) {
  .agency-testimonials .carousel-wrapper .carousel-actions {
    margin-top: 40px;
  }
}
@media (max-width: 1028px) {
  .agency-testimonials .carousel-wrapper .carousel-actions {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .agency-testimonials .carousel-wrapper .carousel-actions {
    height: 10px;
  }
}
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-nav.swiper-button-prev,
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-nav.swiper-button-next {
  z-index: 2;
  position: relative;
  width: 13px;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  display: block;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .agency-testimonials .carousel-wrapper .carousel-actions .testimonials-nav.swiper-button-prev,
  .agency-testimonials .carousel-wrapper .carousel-actions .testimonials-nav.swiper-button-next {
    display: none;
  }
}
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-nav.swiper-button-next {
  background-image: url(../svg/next-2.svg);
}
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-nav.swiper-button-prev {
  background-image: url(../svg/prev.svg);
}
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-count {
  font-family: "Artlist Sans";
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .agency-testimonials .carousel-wrapper .carousel-actions .testimonials-count {
    display: none;
  }
}
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-count #count-current {
  min-width: 16px;
  display: inline-block;
}
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-pagination {
  display: none;
  height: 10px;
  position: relative;
}
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-pagination .swiper-pagination-bullet-active {
  background: white;
}
.agency-testimonials .carousel-wrapper .carousel-actions .testimonials-pagination .swiper-pagination-bullet {
  border: 1px solid white;
  height: 10px;
  width: 10px;
}
@media (max-width: 768px) {
  .agency-testimonials .carousel-wrapper .carousel-actions .testimonials-pagination {
    display: block;
    width: fit-content;
  }
}
.agency-testimonials .images {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .agency-testimonials .images {
    gap: 20px;
  }
}
@media (max-width: 460px) {
  .agency-testimonials .images .right {
    display: none;
  }
}
.agency-testimonials .images .right,
.agency-testimonials .images .bottom-left {
  position: relative;
  flex: 1 1 50%;
  max-width: calc(50% - 12px);
  box-sizing: border-box;
}
.agency-testimonials .images .bottom-left {
  margin-top: 165px;
}
@media (max-width: 1440px) {
  .agency-testimonials .images .bottom-left {
    margin-top: 305px;
  }
}
@media (max-width: 1280px) {
  .agency-testimonials .images .bottom-left {
    margin-top: 405px;
  }
}
@media (max-width: 460px) {
  .agency-testimonials .images .bottom-left {
    flex: 1;
    max-width: 100%;
    margin-top: 56px;
    height: 160px;
  }
}
@media (max-width: 1440px) {
  .agency-testimonials .images .bottom-left .image-caption {
    max-width: 180px;
  }
}
@media (max-width: 460px) {
  .agency-testimonials .images .bottom-left .image-caption {
    font-size: 14px;
    left: 16px;
    bottom: 16px;
    max-width: 150px;
  }
}

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