.testimonial-slider{align-items:center;display:flex;gap:2.25rem;margin:0 auto;max-width:1280px;padding:0 1rem}.testimonial-slider__arrow{background:none;border:none;border-radius:0;color:var(--color-navy);cursor:pointer;display:flex;flex:0 0 auto;padding:0;transition:opacity var(--transition)}.testimonial-slider__arrow:active,.testimonial-slider__arrow:focus,.testimonial-slider__arrow:hover{background:none;border:none;border-radius:0;color:var(--color-navy);opacity:.5}.testimonial-slider__viewport{flex:1 1 auto;position:relative}.testimonial-slider__slide{align-items:start;display:none;gap:2.5rem}.testimonial-slider__slide.is-active{display:flex}.testimonial-slider__photo{background-color:var(--color-green);border-radius:50%;flex:0 0 auto;height:200px;object-fit:cover;width:200px}.testimonial-slider__quote{color:var(--color-navy);font-family:var(--font-sans);font-size:1.75rem;font-weight:400;line-height:1.5;margin:0;max-width:800px}.testimonial-slider__quote>:first-child:before{content:"\201C"}.testimonial-slider__quote>:last-child:after{content:"\201D"}.testimonial-slider__name{color:var(--color-navy);font-weight:700;margin:0}.testimonial-slider__name,.testimonial-slider__role{font-family:var(--font-sans);font-size:1.125rem;line-height:1.3}.testimonial-slider__role{color:rgba(5,28,44,.7);font-weight:300;margin:0 0 1.25rem}@media (width <= 767px){.testimonial-slider{column-gap:3rem;display:grid;grid-template-columns:auto auto;justify-content:center;row-gap:1.75rem}.testimonial-slider__viewport{grid-column:1/-1;grid-row:1}.testimonial-slider__slide{flex-direction:column;gap:1.5rem;text-align:center}.testimonial-slider__photo{height:120px;width:120px}.testimonial-slider__arrow svg{height:32px;width:32px}.testimonial-slider__quote{border-left:none;font-size:1.125rem;padding-left:0}.testimonial-slider__role{margin-bottom:.75rem}}