.testimonial-card {
  overflow: hidden;
}
* + .testimonial-card {
  margin-top: 4rem !important;
}
.testimonial-card.is-style-overlay .testimonial-image {
  aspect-ratio: auto;
}
.testimonial-card.is-style-overlay .testimonial-image:after {
  content: none;
}
.testimonial-card.is-style-overlay .testimonial-image .quote-wrapper {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 2.4rem;
  max-width: 380px;
}
.testimonial-card.is-style-overlay .testimonial-image .quote-wrapper blockquote {
  font-size: var(--wp--preset--font-size--font-24);
  margin-bottom: 1.6rem;
}
.testimonial-card.is-style-overlay .testimonial-image .quote-wrapper cite {
  font-size: var(--wp--preset--font-size--font-14);
}
.testimonial-card.is-style-overlay .testimonial-image .quote-wrapper .quote-mark {
  display: none;
}
@media (min-width: 1100px) {
  .testimonial-card.is-style-overlay .testimonial-image {
    aspect-ratio: 8/4;
  }
}
.testimonial-card .testimonial-image {
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.testimonial-card .testimonial-image:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  inset: 0;
}
.testimonial-card .testimonial-image .quote-wrapper {
  z-index: 2;
  margin-top: auto;
  max-width: 550px;
}
.testimonial-card .testimonial-image .quote-wrapper blockquote {
  color: white;
  font-size: var(--wp--preset--font-size--font-32);
  font-family: var(--wp--preset--font-family--secondary);
  margin-bottom: 2.4rem;
  line-height: 130%;
}
.testimonial-card .testimonial-image .quote-wrapper blockquote .quote-mark {
  margin-bottom: 2.4rem;
  display: block;
}
.testimonial-card .testimonial-image .quote-wrapper cite {
  display: flex;
  flex-direction: column;
  color: white;
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 160%;
}
.testimonial-card .testimonial-image .quote-wrapper cite .role {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1024px) {
  .testimonial-card .testimonial-image {
    padding: 4rem;
  }
}/*# sourceMappingURL=block-testimonial-card.css.map */