/* Testimonial Slideshow Section — min CSS */
.testimonial-slideshow__grid{position:relative;display:grid;overflow:hidden}
.testimonial-slideshow__grid>*{grid-area:1/1}
.testimonial-slideshow__background{position:relative;width:100%;height:100%}
.testimonial-slideshow__background::after{content:'';position:absolute;inset:0;background:var(--overlay-color,transparent);pointer-events:none;z-index:1}
.testimonial-slideshow__desktop-image--original,.testimonial-slideshow__mobile-image--original{line-height:0}
.testimonial-slideshow__desktop-image--original img,.testimonial-slideshow__desktop-image--original svg,.testimonial-slideshow__mobile-image--original img,.testimonial-slideshow__mobile-image--original svg{width:100%;height:auto;object-fit:cover}
.testimonial-slideshow__desktop-image--cropped,.testimonial-slideshow__mobile-image--cropped{width:100%}
.testimonial-slideshow__cropped-image,.testimonial-slideshow__cropped-placeholder{width:100%;height:100%;overflow:hidden}
.testimonial-slideshow__cropped-image .parallax-child,.testimonial-slideshow__cropped-placeholder .parallax-child{width:100%;height:100%;background-size:cover;background-position:center}
.testimonial-slideshow__cropped-placeholder .parallax-child svg{width:100%;height:100%;object-fit:cover}
.testimonial-slideshow__desktop-image--original,.testimonial-slideshow__desktop-image--cropped{display:none}
.testimonial-slideshow__mobile-image--original{display:block}
.testimonial-slideshow__mobile-image--cropped{display:block;height:var(--height-mobile,400px)}
@media screen and (min-width:768px){.testimonial-slideshow__mobile-image--original,.testimonial-slideshow__mobile-image--cropped{display:none}.testimonial-slideshow__desktop-image--original{display:block}.testimonial-slideshow__desktop-image--cropped{display:block;height:var(--height-desktop,550px)}}
.testimonial-slideshow__foreground{position:relative;z-index:2;display:flex;padding:24px 16px;width:100%;box-sizing:border-box;pointer-events:none}
.testimonial-slideshow__foreground>*{pointer-events:auto}
.testimonial-slideshow__position--mobile-top_left{align-items:flex-start;justify-content:flex-start}
.testimonial-slideshow__position--mobile-top_center{align-items:flex-start;justify-content:center}
.testimonial-slideshow__position--mobile-top_right{align-items:flex-start;justify-content:flex-end}
.testimonial-slideshow__position--mobile-left{align-items:center;justify-content:flex-start}
.testimonial-slideshow__position--mobile-center{align-items:center;justify-content:center}
.testimonial-slideshow__position--mobile-right{align-items:center;justify-content:flex-end}
.testimonial-slideshow__position--mobile-bottom_left{align-items:flex-end;justify-content:flex-start}
.testimonial-slideshow__position--mobile-bottom_center{align-items:flex-end;justify-content:center}
.testimonial-slideshow__position--mobile-bottom_right{align-items:flex-end;justify-content:flex-end}
@media screen and (min-width:768px){.testimonial-slideshow__foreground{padding:40px}.testimonial-slideshow__position--desktop-top_left{align-items:flex-start;justify-content:flex-start}.testimonial-slideshow__position--desktop-top_center{align-items:flex-start;justify-content:center}.testimonial-slideshow__position--desktop-top_right{align-items:flex-start;justify-content:flex-end}.testimonial-slideshow__position--desktop-left{align-items:center;justify-content:flex-start}.testimonial-slideshow__position--desktop-center{align-items:center;justify-content:center}.testimonial-slideshow__position--desktop-right{align-items:center;justify-content:flex-end}.testimonial-slideshow__position--desktop-bottom_left{align-items:flex-end;justify-content:flex-start}.testimonial-slideshow__position--desktop-bottom_center{align-items:flex-end;justify-content:center}.testimonial-slideshow__position--desktop-bottom_right{align-items:flex-end;justify-content:flex-end}}
.testimonial-slideshow__content{width:100%}
@media screen and (min-width:768px){.testimonial-slideshow__content{max-width:var(--card-max-width-desktop,50%)}}
.testimonial-slideshow__heading{margin:0 0 20px;font-family:var(--font-stack-heading);font-weight:var(--font-weight-heading);text-transform:uppercase;line-height:1.1}
.testimonial-slideshow__slider{position:relative}
.testimonial-slideshow__slider .swiper{overflow:hidden}
.testimonial-slideshow__card{padding:24px 48px;border-radius:var(--block-radius,8px)}
@media screen and (min-width:768px){.testimonial-slideshow__card{padding:32px 56px}}
.testimonial-slideshow__card-heading{margin:0 0 12px;font-family:var(--font-stack-heading);font-weight:var(--font-weight-heading);font-size:1.5em;line-height:1.2}
.testimonial-slideshow__card-text{margin:0 0 12px;line-height:1.5}
.testimonial-slideshow__card-text p{margin:0}
.testimonial-slideshow__stars{display:flex;gap:2px;margin-bottom:12px}
.testimonial-slideshow__author{display:block;font-weight:700;text-transform:uppercase;font-size:.85em;letter-spacing:.05em}
.testimonial-slideshow__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;padding:0}
.testimonial-slideshow__nav:hover{opacity:.8}
.testimonial-slideshow__nav svg{width:20px;height:20px}
.testimonial-slideshow__nav--prev{left:-20px}
.testimonial-slideshow__nav--next{right:-20px}
@media screen and (min-width:768px){.testimonial-slideshow__nav{width:48px;height:48px}.testimonial-slideshow__nav svg{width:24px;height:24px}.testimonial-slideshow__nav--prev{left:-24px}.testimonial-slideshow__nav--next{right:-24px}}
.testimonial-slideshow__nav.swiper-button-disabled{opacity:.3;cursor:default}
