@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/medium.woff2") format("woff2"), url("fonts/aeonik/medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/regular.woff2") format("woff2"), url("fonts/aeonik/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("fonts/aeonik/bold.woff2") format("woff2"), url("fonts/aeonik/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.Testimonial.Overview {
  position: relative;
  display: flex;
  flex-direction: column;
}
.Testimonial.Overview > .Heading {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
.Testimonial.Overview > .Heading .left {
  max-width: 31.25rem;
  min-width: 31.25rem;
}
.Testimonial.Overview > .Heading .left .h2 {
  margin: 0;
}
.Testimonial.Overview > .Heading nav {
  margin-top: -3.125rem;
}
.Testimonial.Overview > .Heading nav .prev, .Testimonial.Overview > .Heading nav .next {
  cursor: pointer;
}
.Testimonial.Overview > .Heading nav .prev span.icon, .Testimonial.Overview > .Heading nav .next span.icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  border: 0.0625rem solid #6EBF4E;
  background: #6EBF4E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Testimonial.Overview > .Heading nav .prev span.icon svg, .Testimonial.Overview > .Heading nav .next span.icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: white;
}
.Testimonial.Overview > .Heading nav .prev.slick-disabled, .Testimonial.Overview > .Heading nav .next.slick-disabled {
  opacity: 0.5;
}
.Testimonial.Overview > .Heading nav .prev span.icon svg {
  transform: scaleX(-1);
}
.Testimonial.Overview .testimonialSlider {
  width: 100%;
  margin-top: 3.125rem;
}
.Testimonial.Overview .testimonialSlider .slick-track {
  margin-left: 0;
}
.Testimonial.Overview .testimonialSlider .slick-list {
  overflow: visible;
}
@media (max-width: 768px) {
  .Testimonial.Overview .testimonialSlider .slick-list {
    overflow: hidden;
  }
}

.Testimonial.Item, .Testimonial.Item > a {
  position: relative;
  max-width: 26.875rem;
  margin-right: 1.875rem;
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 768px) {
  .Testimonial.Item, .Testimonial.Item > a {
    margin-right: 0.9375rem;
  }
}
.Testimonial.Item > figure, .Testimonial.Item > a > figure {
  position: relative;
  display: flex;
  margin: 0;
  width: 26.875rem;
  height: 33.0625rem;
  overflow: hidden;
  border-radius: 1.875rem;
}
.Testimonial.Item > figure img, .Testimonial.Item > a > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backdrop-filter: blur(2px);
}
.Testimonial.Item > figure::before, .Testimonial.Item > a > figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .Testimonial.Item > figure, .Testimonial.Item > a > figure {
    width: 100%;
    height: 25rem;
  }
}
.Testimonial.Item > .inner, .Testimonial.Item > a > .inner {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 26.875rem;
  z-index: 7;
}
.Testimonial.Item > .inner > .Heading .h4, .Testimonial.Item > a > .inner > .Heading .h4 {
  color: white;
  font-size: 1.3125rem;
}
.Testimonial.Item > .inner > .Heading .h3, .Testimonial.Item > a > .inner > .Heading .h3 {
  color: white;
  font-size: 2.875rem;
  font-weight: 500;
}
.Testimonial.Item:hover > figure::before, .Testimonial.Item > a:hover > figure::before {
  background: rgba(0, 0, 0, 0);
}