.carousel{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,var(--color-faded-green),var(--color-medium-blue),var(--color-light-blue)) border-box;border:.5rem solid transparent;border-radius:4rem;margin:0 auto;overflow:hidden;width:100%}.carousel-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;overflow-x:auto;padding:4rem 4rem 0}.carousel-tabs::-webkit-scrollbar{height:6px}.carousel-tabs::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.button-secondary{font-family:inherit}.carousel-tabs .active{background:#000;background:linear-gradient(90deg,#000 0,var(--color-medium-blue) 100%);color:#fff!important}.active.button-secondary:before{background-color:transparent}.carousel-viewport{overflow:hidden;position:relative}.carousel-track{display:flex;transition:transform .35s ease}.carousel-slide{flex-shrink:0;padding:4rem;width:100%}.carousel-slide img{display:block;height:auto;max-width:900px;width:100%}.carousel-slide p{margin:1.5rem auto 0;max-width:900px}.carousel-arrow{background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:55%;border:none;cursor:pointer;height:2.5rem;opacity:.7;padding:0;position:absolute;top:45%;width:2.5rem;z-index:2}.carousel-arrow.prev{background-color:rgba(0,0,0,.1);background-image:url("/hubfs/4945347/Website%20Redesign%20Assets%20(2025)/Shared%20Assets/left-arrow.png");left:1.5rem}.carousel-arrow.next{background-color:rgba(0,0,0,.1);background-image:url("/hubfs/4945347/Website%20Redesign%20Assets%20(2025)/Shared%20Assets/right-arrow.png");right:1.5rem}.carousel-arrow:hover{background-color:rgba(0,0,0,.18)}.carousel-arrow:disabled{background-color:transparent;cursor:default;opacity:.2}.carousel-select{background-color:#f5f5f5;border:none;display:none;font-size:1rem;font-weight:700;padding:.75rem;width:100%}@media (max-width:768px){.carousel{border-radius:3rem}.carousel-tabs{gap:.5rem;padding:5% 5% 0}.button-primary,.button-secondary{padding:10px 24px 11px}.carousel-arrow.prev{left:1rem}.carousel-arrow.next{right:1rem}}@media (max-width:585px){.carousel{border:.4rem solid transparent;border-radius:2rem}.carousel-slide{padding:1.5rem 3rem}.carousel-tabs{display:none}.carousel-select{display:block}.carousel-arrow{height:2.25rem;top:40%;width:2.25rem}.carousel-arrow.prev{left:.5rem}.carousel-arrow.next{right:.5rem}}