.cs-carousel{position:relative}.cs-carousel__heading{margin-bottom:10rem;text-align:center}.cs-carousel__frame{position:relative}.cs-carousel>.content-wrapper{max-width:100%;padding-left:clamp(2rem,5vw,8rem);padding-right:clamp(2rem,5vw,8rem)}.cs-carousel__track{scrollbar-width:none;-ms-overflow-style:none}.cs-carousel__track::-webkit-scrollbar{display:none}.cs-carousel__track{display:flex;gap:5rem;list-style:none;margin:0 0 5rem;overflow-x:auto;padding:0;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cs-carousel__track:focus-visible{outline:2px solid var(--green);outline-offset:4px}.cs-carousel__slide{flex:0 0 calc(33.33333% - 3.33333rem);scroll-snap-align:start}.cs-carousel__card{color:inherit;display:flex;flex-direction:column;height:100%;position:relative;text-decoration:none}.cs-carousel__story-link.btn{align-self:flex-start;margin-top:auto}.cs-carousel__story-link:focus-visible{outline:2px solid var(--green);outline-offset:3px}.cs-carousel__slide--clone{pointer-events:none}@media (prefers-reduced-motion:no-preference){.cs-carousel[data-continuous=true] .cs-carousel__btn--next,.cs-carousel[data-continuous=true] .cs-carousel__btn--prev,.cs-carousel[data-continuous=true] .cs-carousel__dots{display:none}}.cs-carousel__image-wrapper{margin-bottom:3rem;position:relative}.cs-carousel__image-wrapper:after{aspect-ratio:3/2;background:linear-gradient(0deg,#01aba0,#01aba0);border-radius:8px;content:"";height:auto;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:2}.cs-carousel__image{aspect-ratio:3/2;border-radius:8px;display:block;object-fit:cover;position:relative;width:100%;z-index:1}.cs-carousel__logo{left:3rem;position:absolute;top:3rem;width:13.5rem;z-index:3}.cs-carousel__controls{display:flex;gap:1.5rem;margin-top:1rem}.cs-carousel__btn,.cs-carousel__controls{align-items:center;justify-content:center}.cs-carousel__btn{background:var(--white);border:1px solid var(--grey);border-radius:50%;color:var(--grey);cursor:pointer;display:inline-flex;font-size:2rem;height:4.5rem;line-height:1;min-width:4.5rem;padding:0;transition:var(--transition)}.cs-carousel__btn:hover{background:var(--grey);color:var(--white)}.cs-carousel__btn:focus-visible{outline:2px solid var(--green);outline-offset:3px}.cs-carousel__playpause{border-radius:2.25rem;font-size:1.4rem;font-weight:600;padding:0 2rem;width:auto}.cs-carousel__dots{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.cs-carousel__dot{background:#9aa7b3;border:0;border-radius:50%;cursor:pointer;height:1.1rem;padding:0;transition:var(--transition);width:1.1rem}.cs-carousel__dot.is-active{background:var(--green);transform:scale(1.35)}.cs-carousel__dot:focus-visible{outline:2px solid var(--green);outline-offset:2px}.cs-carousel__cta{display:flex;justify-content:center;margin-top:4rem}.cs-carousel__sr-status{border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.cs-carousel__track--single{overflow:visible}.cs-carousel__track--single .cs-carousel__slide{flex-basis:100%;max-width:480px}@media screen and (max-width:1024px){.cs-carousel__slide{flex-basis:calc(50% - 2.5rem)}}@media screen and (max-width:767px){.cs-carousel__slide{flex-basis:100%}.cs-carousel__heading{margin-bottom:5rem}}@media (prefers-reduced-motion:reduce){.cs-carousel__track{scroll-behavior:auto}}