.image-carousel .container{border-radius:var(--global-radius);padding-left:0;padding-right:0}.image-carousel__content-col-wrapper{align-items:center;display:grid;grid-template-columns:1fr}.image-carousel__content-col{padding:4rem 6rem}.image-carousel__card{height:60vw;width:100%}.image-carousel__image{border-radius:var(--global-radius);display:block;height:100%;object-fit:cover;width:100%}.image-carousel__content{padding-top:2rem}.image-carousel__links{display:flex;flex-wrap:wrap;gap:2rem;padding-bottom:2rem;padding-top:2rem}.image-carousel__nav-arrows{align-items:center;display:flex;justify-content:flex-end;padding-top:2rem}.image-carousel__nav-arrows button{background:transparent;border:none;color:var(--c-white);cursor:pointer;height:3.5rem;padding:0;transition:all .3s ease;width:4rem}.image-carousel__nav-arrows button svg path{transition:all .3s ease}.image-carousel__nav-arrows button svg{height:3.5rem;width:4rem}.image-carousel__nav-arrow.image-carousel__nav-arrow--prev{margin-right:4rem}.image-carousel__nav-arrows button:focus svg path,.image-carousel__nav-arrows button:hover svg path{stroke:var(--c-third)}.image-carousel__carousel .flickity-viewport{border-radius:4rem}.img-left .image-carousel__content-col{order:2}.img-left .image-carousel__carousel{order:1}.img-left .image-carousel__nav-arrows{justify-content:flex-start}.bg-theme-01 .image-carousel__heading :is(h1,h2,h3,h5,.h1,.h2,.h3,.h5){color:var(--c-white)}.bg-theme-01 .image-carousel__nav-arrows button svg path{stroke:var(--c-white)}.bg-theme-01 .image-carousel__nav-arrows button:focus svg path,.bg-theme-01 .image-carousel__nav-arrows button:hover svg path{stroke:var(--c-third)}.bg-theme-03 .image-carousel__nav-arrows button:focus svg path,.bg-theme-03 .image-carousel__nav-arrows button:hover svg path{stroke:var(--c-white)}@media (min-width:992px){.image-carousel__content-col-wrapper{gap:2rem;grid-template-columns:repeat(2,1fr)}.image-carousel__card,.image-carousel__carousel{height:100%;width:100%}.image-carousel__card{min-height:30vw}}@media (min-width:1600px){.image-carousel__card{height:56rem;min-height:auto}}