.testimonials {
  position: relative;
  width: 100%;
}
.testimonials.margin-bottom--negative {
  margin-bottom: -490px;
}
.testimonials__header-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.testimonials__header.bg_image--layout {
  position: relative;
  padding-top: 300px;
}
.testimonials__header.bg_image--layout.bg_image--layout {
  padding-bottom: 490px;
  background-size: cover !important;
}
.testimonials__header.bg_image--layout.bg_image--layout:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0) 90%);
  opacity: 0.7;
}
.testimonials__header.bg_image--layout.bg_image--layout .testimonials__header-topheadline .topheadline__content, .testimonials__header.bg_image--layout.bg_image--layout .testimonials__header-headline .smx-headline, .testimonials__header.bg_image--layout.bg_image--layout .testimonials__header-content {
  color: #ffffff;
}
.testimonials__header.bg_image--layout.bg_image--layout + .testimonials__section {
  top: -490px;
}
.testimonials .testimonials__header-container {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.testimonials .testimonials__header-container .testimonials__header-headline .smx-headline {
  max-width: 800px;
}
.testimonials .testimonials__header-container .testimonials__header-content {
  max-width: 800px;
}
.testimonials__section {
  position: relative;
}
.testimonials__section .mobile-controls, .testimonials__section .testimonials__swiper-mobile__pagination {
  display: none;
}
.testimonials__section-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.testimonials__section .testimonial {
  display: flex;
  flex-direction: column;
  flex-basis: 33.333%;
  background-color: #ffffff;
}
.testimonials__section .testimonial-image {
  width: 100%;
  height: auto;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}
.testimonials__section .testimonial-image__image {
  position: absolute;
  height: 100%;
  max-width: 200%;
  width: 100%;
  object-fit: cover;
}
.testimonials__section .testimonial-quote {
  padding: 50px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials__section .testimonial-quote .quote-icon {
  position: absolute;
  top: 34px;
  width: 58p;
  left: 30px;
}
.testimonials__section .testimonial-quote .quote-name {
  display: flex;
  font-weight: 600;
  margin-top: 30px;
  gap: 8px;
}
a.fancybox-video.play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  overflow: visible;
}
a.fancybox-video.play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #253260;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
  animation: 1.5s ease-out infinite pulse-border;
}
a.fancybox-video.play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
  background: #253260;
  transition: all 0.2s;
}
a.fancybox-video.play-button span {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 26px;
  z-index: 2;
}
a.fancybox-video.play-button span:before {
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  margin-left: 5px;
  background-color: #000;
  mask-image: url("/wp-content/uploads/play-icon-1.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/uploads/play-icon-1.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media (max-width:1199px) {
  .testimonials__header.bg_image--layout {
    padding-top: 200px;
    padding-bottom: 430px;
  }
  .testimonials__section {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .testimonials__section .testimonials__swiper-mobile__pagination {
    display: block;
  }
  .testimonials__section .mobile-controls {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 10px;
    margin-left: -6px;
    margin-right: -6px;
    position: relative;
  }
  .testimonials__section .mobile-controls .slider-controls--prev {
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .testimonials__section .testimonial {
    flex-basis: unset;
    height: auto !important;
  }
}
@media (max-width:767px) {
  .margin-bottom--negative.testimonials {
    margin-bottom: -490px;
  }
  .margin-bottom--negative.testimonials__header {
    position: relative;
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .margin-bottom--negative.testimonials__section {
    display: flex;
    flex-direction: column;
    top: -130px;
  }
}
