#quote-carousel{overflow:hidden}.section-header{margin-bottom:80px}.quote-carousel,.quote-carousel_wrapper{display:flex;gap:45px}.quote-carousel{animation:slide var(--animation-duration) infinite linear}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 45px))}}.paused{animation-play-state:paused}.qc_card{background-color:#f5f5f5;border-radius:10px;display:flex;height:100%;min-width:fit-content;overflow:hidden;transition:.3s ease}.qc_card:hover{text-decoration:none!important;transform:scale(1.02);z-index:3}.qc_image{max-width:30vw;object-fit:cover;width:290px}.qc_copy{background-color:#f5f5f5;display:flex;flex-direction:column;max-width:55vw;padding:44px 30px 30px;width:589px}.qc_copy p{max-width:51ch}.qc_bottom{align-items:flex-end;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:space-between;margin-top:auto}.qc_bottom p{flex:1 1 200px;margin-bottom:0}.quote-slider_navigation{display:none}@media (max-width:768px){#quote-carousel{overflow:visible}.quote-carousel_wrapper{overflow:hidden;width:100%}#quote-carousel-2{display:none}.quote-carousel{animation:unset;gap:4vw;transition:.45s ease}.quote-carousel_wrapper{gap:0}.qc_card{margin-left:4vw;max-height:90vh;max-width:92vw;overflow:hidden;width:92vw}.qc_image{height:275px;max-height:50vh;max-width:35vw}.qc_copy{flex-grow:1;padding:20px;width:57vw}.qc_copy p.subtitle{font-size:.9rem;line-height:1.15rem;margin-bottom:5px}.qc_bottom{gap:0 20px;padding-top:10px}.qc_bottom p{font-size:.8rem;line-height:1.25rem}.quote-slider_navigation{display:flex;gap:12px;height:20px;justify-content:center;margin-top:30px;width:100%}.qsn_dot{all:unset;border:1px solid var(--dark-blue);border-radius:50%;cursor:pointer;height:15px;width:15px}.active,.qsn_dot:hover{background-color:var(--dark-blue)}}@media (max-width:470px){.qc_card{flex-direction:column;max-height:90vh}.qc_image{height:275px;max-height:50vh}.qc_copy,.qc_image{max-width:92vw;width:100%}.qc_copy{flex-grow:1;padding:20px}}