.jmark-photo-slider{--slider-height:600px;--slides-visible:4;background-color:#0b1d2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow:hidden;position:relative;width:100vw}.jmark-photo-slider__window{height:var(--slider-height);overflow:hidden;width:100%}.jmark-photo-slider__track{display:flex;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}.jmark-photo-slider__slide{flex:0 0 calc(100%/var(--slides-visible));overflow:hidden;position:relative;width:calc(100%/var(--slides-visible))}.jmark-photo-slider__img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.jmark-photo-slider__img--placeholder{background-color:#1e3a5f;height:100%;width:100%}.jmark-photo-slider__caption-wrap{background:linear-gradient(0deg,rgba(0,0,0,.68) 0,transparent);bottom:0;left:0;padding:80px 20px 20px;pointer-events:none;position:absolute;right:0}.jmark-photo-slider__caption{color:#fff;display:inline-block;font-size:24px;font-weight:600;line-height:1.4;text-shadow:0 1px 4px rgba(0,0,0,.5)}.jmark-photo-slider__arrow{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.18);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease;width:44px;z-index:10}.jmark-photo-slider__arrow:hover{background:hsla(0,0%,100%,.35)}.jmark-photo-slider__arrow--prev{left:20px}.jmark-photo-slider__arrow--next{right:20px}.jmark-photo-slider__dots{align-items:center;bottom:16px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.jmark-photo-slider__dot{background-color:hsla(0,0%,100%,.45);border:none;border-radius:50%;cursor:pointer;flex-shrink:0;height:8px;padding:0;transition:background-color .25s ease,transform .25s ease;width:8px}.jmark-photo-slider__dot.is-active{background-color:#fff;transform:scale(1.3)}.jmark-photo-slider__dot:hover:not(.is-active){background-color:hsla(0,0%,100%,.75)}@media (max-width:640px){.jmark-photo-slider{--slides-visible:1}.jmark-photo-slider__window{height:calc(var(--slider-height)*.65)}.jmark-photo-slider__caption{font-size:.85rem}.jmark-photo-slider__arrow{height:36px;width:36px}.jmark-photo-slider__arrow--prev{left:12px}.jmark-photo-slider__arrow--next{right:12px}}