html.pss-pending,html.pss-pending body{overflow:hidden;height:100vh;height:100dvh}html.pss-pending:before{content:"";position:fixed;inset:0;background:rgba(255,255,255,var(--pss-loader-bg-opacity,.9));z-index:999998}html.pss-pending:after{content:"";position:fixed;left:50%;top:50%;width:56px;height:56px;margin-left:-28px;margin-top:-28px;border-radius:50%;border:4px solid rgba(0,0,0,.16);border-top-color:#111;animation:pss-spin .8s linear infinite;z-index:999999}.pss-overlay{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;margin:0;padding:0;border:0;background:#0758a8;display:flex;align-items:center;justify-content:center;z-index:1000000;opacity:1;transition:opacity .3s ease}.pss-overlay.pss-hidden{opacity:0;pointer-events:none}.pss-overlay.pss-loading:before{content:"";position:absolute;inset:0;background:#fff;opacity:var(--pss-loader-bg-opacity,.9);z-index:5}.pss-overlay,.pss-overlay .swiper,.pss-overlay .swiper-wrapper,.pss-overlay .swiper-slide,.pss-overlay picture{width:100vw;height:100vh;height:100dvh}.pss-overlay .swiper-slide{background:#0758a8}.pss-overlay picture{display:block}.pss-overlay img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;background:#0758a8}.pss-close{position:absolute;top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));width:40px;height:40px;margin:0;padding:0;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:rgba(0,0,0,.58);color:#fff;font-size:0;line-height:0;display:block;cursor:pointer;z-index:6}.pss-close:focus-visible{outline:3px solid #fff;outline-offset:2px}.pss-close:before,.pss-close:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;border-radius:2px;background:currentColor;transform:translate(-50%,-50%) rotate(45deg);transform-origin:center}.pss-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.pss-countdown{position:absolute;top:calc(max(16px,env(safe-area-inset-top)) + 4px);right:calc(max(16px,env(safe-area-inset-right)) + 54px);box-sizing:border-box;display:grid;place-items:center;height:32px;min-width:32px;line-height:1;padding:0 10px;border-radius:12px;background:rgba(0,0,0,.6);color:#fff;font-weight:600;font-size:14px;text-align:center;opacity:0;transition:opacity .2s ease;z-index:6}.pss-countdown.is-visible{opacity:1}.pss-no-scroll{overflow:hidden;height:100vh;height:100dvh}.pss-loader{position:absolute;left:50%;top:50%;width:56px;height:56px;margin-left:-28px;margin-top:-28px;border-radius:50%;border:4px solid rgba(0,0,0,.16);border-top-color:#111;animation:pss-spin .8s linear infinite;z-index:7;opacity:0;pointer-events:none;transition:opacity .2s ease}.pss-overlay.pss-loading .pss-loader,.pss-pending .pss-overlay .pss-loader{opacity:1}.pss-overlay.pss-loading .swiper{opacity:.3}.pss-overlay.pss-ready .swiper{opacity:1;transition:opacity .2s ease}@keyframes pss-spin{to{transform:rotate(360deg)}}

@media(min-width:768px){.pss-overlay img{object-fit:contain}}
@media(prefers-reduced-motion:reduce){html.pss-pending:after,.pss-loader{animation:none}.pss-overlay,.swiper-wrapper{transition:none!important}}

html.pss-loader-disabled.pss-pending:after,
.pss-overlay.pss-loader-disabled .pss-loader {
  display: none;
}

/* Prevent vertical pull/stretch while the website splash is displayed. */
html.pss-pending,
html.pss-pending body,
.pss-overlay {
    overscroll-behavior: none;
}

.pss-overlay {
    touch-action: pan-x;
}
