.portrait-carousel{--portrait-carousel-olive:#9ba127;--portrait-carousel-gap:11px;--portrait-carousel-peek:clamp(52px,7vw,100px);overflow:hidden;padding:39px 0 18px;position:relative}.portrait-carousel__viewport{outline:none;overflow:hidden}.portrait-carousel__viewport:not(.slick-initialized){display:flex}.portrait-carousel__viewport:focus-visible{outline:3px solid var(--portrait-carousel-olive);outline-offset:-3px}.portrait-carousel__slide{background:transparent;flex:0 0 calc(25vw - var(--portrait-carousel-peek)*2/4 - var(--portrait-carousel-gap)*3/4);height:clamp(255px,40.6vw,384px);margin:0;margin:0 calc(var(--portrait-carousel-gap)/2);overflow:hidden;padding:0}.portrait-carousel__slide img{display:block;height:100%;object-fit:cover;user-select:none;width:100%}.portrait-carousel__viewport .slick-arrow{align-items:center;display:flex;justify-content:center;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s ease;z-index:2}.portrait-carousel:focus-within .slick-arrow,.portrait-carousel:hover .slick-arrow{opacity:1}.portrait-carousel__viewport .slick-arrow{background:hsla(0,0%,100%,.93);border:0;border-radius:50%;box-shadow:0 4px 18px rgba(0,0,0,.18);color:#4e5420;cursor:pointer;font-size:25px;height:48px;line-height:1;transition:background-color .2s ease,color .2s ease,transform .2s ease;width:48px}.portrait-carousel__viewport .slick-prev{left:18px}.portrait-carousel__viewport .slick-next{right:18px}.portrait-carousel__viewport .slick-arrow:hover{background:var(--portrait-carousel-olive);color:#fff;transform:translateY(-50%) scale(1.06)}.portrait-carousel__viewport .slick-arrow:focus-visible{opacity:1;outline:3px solid #343a13;outline-offset:3px}.portrait-carousel__cta{padding:42px 24px 0;text-align:center}.portrait-carousel__button{align-items:center;background:var(--portrait-carousel-olive);border-radius:999px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;line-height:1.2;min-height:50px;min-width:min(362px,100%);padding:12px 30px;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.portrait-carousel__button:focus-visible,.portrait-carousel__button:hover{background:#83891b;color:#fff;transform:translateY(-2px)}.portrait-carousel__button:focus-visible{outline:3px solid #343a13;outline-offset:3px}@media (max-width:767px){.portrait-carousel{--portrait-carousel-peek:48px;padding-top:24px}.portrait-carousel__slide{flex-basis:calc(100vw - var(--portrait-carousel-peek)*2);height:min(132vw,510px)}.portrait-carousel__viewport .slick-prev{left:10px}.portrait-carousel__viewport .slick-next{right:10px}.portrait-carousel__viewport .slick-arrow{height:42px;width:42px}.portrait-carousel__cta{padding-top:28px}}@media (prefers-reduced-motion:reduce){.portrait-carousel__viewport{scroll-behavior:auto}.portrait-carousel__button,.portrait-carousel__viewport .slick-arrow{transition:none}}