.gd-section--testimonials {
  position: relative;
  overflow: hidden;
}
.gd-section--testimonials .testimonials:not(.hero):not(.slick-slider) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-x-small);
}
@media (max-width: 500px) {
  .gd-section--testimonials .testimonials:not(.hero):not(.slick-slider) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gd-section--testimonials .testimonials:not(.hero).slick-slider .slick-list {
  display: flex;
}
@media (max-width: 767px) {
  .gd-section--testimonials .testimonials:not(.hero).slick-slider .slick-list {
    display: block;
  }
}
.gd-section--testimonials .testimonials:not(.hero).slick-slider .slick-track {
  display: flex;
  gap: var(--space-x-small);
}
.gd-section--testimonials .testimonials:not(.hero) .testimonial {
  overflow: hidden;
  background: var(--color-blue-opacity-light);
  border-radius: var(--border-radius-large);
}
.gd-section--testimonials .testimonials:not(.hero) .testimonial img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 20em;
}
.gd-section--testimonials .testimonials:not(.hero) .testimonial .content {
  padding: var(--space-small);
}
.gd-section--testimonials .testimonials:not(.hero) .testimonial .content p {
  color: var(--color-blue);
}
.gd-section--testimonials .testimonials:not(.hero) .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.25em;
  width: 100%;
  margin: var(--space-regular) 0 0 0;
  padding: 0;
  list-style: none;
}
.gd-section--testimonials .testimonials:not(.hero) .slick-dots li button {
  cursor: pointer;
  outline: none;
  display: block;
  height: 1em;
  width: 1em;
  padding: 0;
  border: 0;
  border-radius: 100%;
  color: transparent;
  background: var(--color-teal);
}
.gd-section--testimonials .testimonials:not(.hero) .slick-dots li button:hover, .gd-section--testimonials .testimonials:not(.hero) .slick-dots li button:focus {
  outline: none;
  background: var(--color-blue);
}
.gd-section--testimonials .testimonials:not(.hero) .slick-dots li.slick-active button {
  background: var(--color-blue);
}
.gd-section--testimonials.hero {
  text-align: center;
  background: #014751;
}
.gd-section--testimonials.hero h1,
.gd-section--testimonials.hero h2,
.gd-section--testimonials.hero h3,
.gd-section--testimonials.hero h4,
.gd-section--testimonials.hero h6,
.gd-section--testimonials.hero p,
.gd-section--testimonials.hero a {
  color: #fff;
}
.gd-section--testimonials.hero h5 {
  color: #2dd8c3;
}
@media (max-width: 767px) {
  .gd-section--testimonials.hero .testimonials:not(.slick-slider) {
    overflow: auto;
    margin: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .gd-section--testimonials.hero .testimonials:not(.slick-slider) .testimonial:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .gd-section--testimonials.hero .testimonials:not(.slick-slider) .testimonial:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .gd-section--testimonials.hero .testimonials:not(.slick-slider) .testimonial {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .gd-section--testimonials.hero .testimonials:not(.slick-slider) {
    display: block;
  }
}
.gd-section--testimonials.hero .testimonials .testimonial {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: transparent;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .gd-section--testimonials.hero .testimonials .testimonial {
    padding: 120px 0;
  }
}
.gd-section--testimonials.hero .testimonials .testimonial svg {
  fill: #2dd8c3;
  width: 80px;
  margin-bottom: 20px;
}
.gd-section--testimonials.hero .testimonials .testimonial img {
  display: none;
}
.gd-section--testimonials.hero .testimonials .testimonial .content {
  position: relative;
  padding: 0;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
}
.gd-section--testimonials.hero .testimonials .testimonial .content h4,
.gd-section--testimonials.hero .testimonials .testimonial .content p {
  color: #fff;
}
.gd-section--testimonials.hero .testimonials .testimonial .content h4 {
  order: 2;
  color: #2dd8c3;
  font-size: 16px;
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .gd-section--testimonials.hero .testimonials .testimonial .content h4 {
    font-size: 20px;
    margin: 22px 0 0 0;
  }
}
.gd-section--testimonials.hero .testimonials .testimonial .content p {
  order: 1;
  font-size: 160%;
}
.gd-section--testimonials.hero .testimonials .slick-dots li button {
  background: #fff;
  opacity: 0.5;
}
.gd-section--testimonials.hero .testimonials .slick-dots li button:hover, .gd-section--testimonials.hero .testimonials .slick-dots li button:focus {
  background: #fff;
  opacity: 1 !important;
}
.gd-section--testimonials.hero .testimonials .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1 !important;
}
.gd-section--testimonials.hero .more-link {
  margin-top: 50px;
  text-align: center;
}
.gd-section--testimonials.hero .more-link a {
  color: #014751 !important;
  background: #fff;
}
.gd-section--testimonials.hero .container {
  position: relative;
  z-index: 100;
}
.gd-section--testimonials.hero .background-image {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.gd-section--testimonials.hero .background-image img {
  filter: grayscale(100%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}/*# sourceMappingURL=testimonials.css.map */