.ecb-carousel{--ecb-ratio:4 / 5;--ecb-radius:12px;--ecb-peek:12%;--ecb-mobile-gap:12px;--ecb-desktop-max-height:72vh;--ecb-short-desktop-max-height:68vh;position:relative;width:100%;margin:1.6em 0}.ecb-carousel *,.ecb-carousel *::before,.ecb-carousel *::after{box-sizing:border-box}.ecb-carousel__viewport{overflow:hidden;border-radius:var(--ecb-radius)}.ecb-carousel__track{display:flex;width:100%;transition:transform .42s cubic-bezier(.22,.61,.36,1);will-change:transform}.ecb-carousel__slide{flex:0 0 100%;min-width:0;margin:0}.ecb-carousel__slide img{display:block;width:100%;aspect-ratio:var(--ecb-ratio);height:auto;object-fit:cover;border-radius:var(--ecb-radius)}.ecb-carousel__image-link{display:block}.ecb-carousel figcaption{margin-top:8px;font-size:.88rem;line-height:1.4;color:#666}.ecb-carousel__arrow{position:absolute;top:50%;z-index:4;width:42px;height:42px;transform:translateY(-50%);border:0;border-radius:50%;background:rgb(31 31 33 / .82);color:#fff;cursor:pointer;display:grid;place-items:center;padding:0}.ecb-carousel__arrow--prev{left:12px}.ecb-carousel__arrow--next{right:12px}.ecb-carousel__arrow span{width:9px;height:9px;border-top:2px solid currentColor;border-right:2px solid currentColor}.ecb-carousel__arrow--prev span{transform:rotate(-135deg) translate(-1px,-1px)}.ecb-carousel__arrow--next span{transform:rotate(45deg) translate(-1px,-1px)}.ecb-carousel__counter{margin-top:10px;text-align:center;font-size:.85rem;color:#666}.ecb-carousel__dots{display:flex;justify-content:center;gap:7px;margin-top:10px}.ecb-carousel__dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#bbb;cursor:pointer}.ecb-carousel__dot.is-active{background:#c83f77}.ecb-lightbox{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;background:rgb(0 0 0 / .88)}.ecb-lightbox[hidden]{display:none}.ecb-lightbox img{max-width:min(94vw, 1200px);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:8px}.ecb-lightbox__close{position:fixed;top:18px;right:18px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#111;font-size:28px;line-height:1;cursor:pointer}@media (min-width:768px){.ecb-carousel--limit-desktop.ecb-carousel--fit-contain .ecb-carousel__slide{display:flex;flex-direction:column;align-items:center}.ecb-carousel--limit-desktop.ecb-carousel--fit-contain .ecb-carousel__image-link{display:flex;width:100%;justify-content:center}.ecb-carousel--limit-desktop.ecb-carousel--fit-contain .ecb-carousel__slide img{width:auto;max-width:100%;height:auto;max-height:var(--ecb-desktop-max-height);aspect-ratio:auto;object-fit:contain;margin-inline:auto}.ecb-carousel--limit-desktop.ecb-carousel--fit-cover .ecb-carousel__slide img{width:100%;height:auto;max-height:var(--ecb-desktop-max-height);aspect-ratio:var(--ecb-ratio);object-fit:cover}}@media (min-width:768px) and (max-height:800px){.ecb-carousel--limit-desktop.ecb-carousel--fit-contain .ecb-carousel__slide img,.ecb-carousel--limit-desktop.ecb-carousel--fit-cover .ecb-carousel__slide img{max-height:var(--ecb-short-desktop-max-height)}}@media (max-width:767px){.ecb-carousel--peek-mobile .ecb-carousel__viewport{border-radius:0}.ecb-carousel--peek-mobile .ecb-carousel__track{gap:var(--ecb-mobile-gap)}.ecb-carousel--peek-mobile .ecb-carousel__slide{flex-basis:calc(100% - var(--ecb-peek) - var(--ecb-mobile-gap))}.ecb-carousel__arrow{width:34px;height:34px}.ecb-carousel__arrow--prev{left:8px}.ecb-carousel__arrow--next{right:8px}}@media (prefers-reduced-motion:reduce){.ecb-carousel__track{transition-duration:.001ms!important}}