section.testimonials-slider {
  --art-py: 42px;
  --art-px: 63px;
  --art-gap: 32px;
  position: relative;
  padding: 66px 0 92px;
  background-color: #051c2c;
}
section.testimonials-slider > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
section.testimonials-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.78;
  z-index: 1;
}
section.testimonials-slider .container {
  position: relative;
  z-index: 2;
}
section.testimonials-slider .heading-row {
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
}
section.testimonials-slider h2 {
  color: white;
}
section.testimonials-slider .arrows {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-bottom: 25px;
}
section.testimonials-slider .slick-arrow {
  position: relative;
  color: #ca8342 !important;
}
section.testimonials-slider .slick-arrow:hover, section.testimonials-slider .slick-arrow:focus-visible {
  color: white !important;
}
section.testimonials-slider .slider:not(.slick-initialized) article:not(:first-child) {
  display: none;
}
section.testimonials-slider article {
  padding: var(--art-py) var(--art-px);
  background-color: #FFFFFF;
  box-shadow: 0 3px 16px rgba(157, 157, 157, 0.1607843137);
}
section.testimonials-slider blockquote {
  border: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  margin: 0 0 var(--art-gap);
  font-family: "Gotham-Book", sans-serif;
  color: rgba(5, 28, 44, 0.7);
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
}
section.testimonials-slider blockquote:before {
  display: none;
}
section.testimonials-slider .source {
  font-family: "Gotham-Medium", sans-serif;
  color: #ca8342;
  font-weight: 500;
}
section.testimonials-slider .source:before {
  content: "- ";
}

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