.testimonials li{list-style:none;margin:0;padding:0;position:static}.testimonials li:before{display:none}.testimonials__outer{align-items:center;display:flex;gap:24px;justify-content:space-between}.testimonials__inner{max-width:100%;overflow:hidden;position:relative;width:100%}.testimonials ul{list-style:none;margin:0;padding:0}.testimonials__carousel{display:flex;gap:20px;position:relative;transition:transform .5s ease-in-out;width:100%}.testimonials .testimonials__slide{border-radius:20px;min-width:100%;padding:0 100px}.testimonials__slide-inner{align-items:center;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;margin:0}.testimonials__slide-quote{background:none;border:none;margin:0;padding:0}.testimonials__slide-author,.testimonials__slide-quote li,.testimonials__slide-quote p{font-weight:300;line-height:1.5;text-align:center}.testimonials__slide-quote p:first-child{margin-top:0}.testimonials__slide-quote p:last-child{margin-bottom:0}.testimonials__slide-author-image{max-height:300px;max-width:300px}.testimonials__slide-author-image img{height:auto;object-fit:cover;width:100%}.testimonials .testimonials__control--next,.testimonials .testimonials__control--prev{align-items:center;display:flex;height:100%;position:absolute;top:0;z-index:10}.testimonials__control--prev{left:10px}.testimonials__control--next{right:10px}.testimonials__control--next button,.testimonials__control--prev button{align-items:center;background:var(--white-color);border:none;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0 2px 0 0;width:30px}.testimonials__control--prev button{transform:rotate(180deg)}.testimonials__control--next button:disabled,.testimonials__control--prev button:disabled{cursor:auto;opacity:.3}.testimonials .testimonials__indicators{align-items:center;display:flex;gap:.25rem;justify-content:center;margin-top:1rem}.testimonials__indicator{background:none;border:none;border-radius:50px;cursor:pointer;height:2rem;width:60px}.testimonials__indicator:before{background-color:var(--color-primary);border-radius:50px;content:"";display:block;height:3px;width:100%}.testimonials__indicator.active:before{background-color:var(--color-secondary)}@media (max-width:991px){.testimonials__outer{align-items:flex-start;flex-direction:column;gap:2.5rem}.testimonials .testimonials__slide{padding:0}.testimonials__controls,.testimonials__slide-author-em{display:none}.testimonials__indicator{width:30px}}