.progressive-image{background-size:cover;background-position:50%;background-repeat:no-repeat;filter:blur(10px);transition:filter .4s ease-out,opacity .4s ease-out;display:block;width:100%;height:auto}.progressive-image.loading-lqip{filter:blur(5px);opacity:1}.progressive-image.loaded{filter:blur(0);opacity:1;background-image:none!important}.progressive-image[loading=lazy]{content-visibility:auto}.no-js .progressive-image{filter:none;background-image:none}.progressive-wrapper{position:relative;overflow:hidden;background-color:#f0f0f0}.progressive-wrapper.aspect-16-9{aspect-ratio:16/9}.progressive-wrapper.aspect-4-3{aspect-ratio:4/3}.progressive-wrapper.aspect-square{aspect-ratio:1/1}.progressive-wrapper.aspect-auto{aspect-ratio:auto}.progressive-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.progressive-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:rgba(0,0,0,.4);border-radius:50%;animation:progressive-spin .8s linear infinite;opacity:0;transition:opacity .3s;pointer-events:none}.progressive-wrapper.loading .progressive-spinner{opacity:1}@keyframes progressive-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes progressive-fade-in{from{opacity:0}to{opacity:1}}.progressive-image.fade-in{animation:progressive-fade-in .4s ease-out}@media(prefers-reduced-motion:reduce){.progressive-image{transition:none;animation:none}.progressive-spinner{animation:none}}@media(prefers-color-scheme:dark){.progressive-wrapper{background-color:#2a2a2a}.progressive-spinner{border-color:rgba(255,255,255,.1);border-top-color:rgba(255,255,255,.4)}}@media print{.progressive-image{filter:none!important;opacity:1!important}.progressive-spinner{display:none!important}}