body.featherlight-open{overflow:hidden;padding-inline-end:15px}.featherlight{animation:featherlight-fadein .1s linear;overflow-y:auto;backdrop-filter:saturate(0) blur(3px);backdrop-filter:blur(3px) grayscale(1);right:0;position:fixed;bottom:0;text-align:center;top:0;cursor:pointer;left:0;white-space:nowrap;display:none;z-index:999}.featherlight *{box-sizing:border-box}.featherlight.active{background:rgba(0,0,0,.5)}.featherlight:before{height:100%;content:"";vertical-align:middle;display:inline-block}.featherlight .featherlight-content{animation:featherlight-fadein .25s linear;position:relative;text-align:start;margin:1em;border-radius:8px;vertical-align:middle;white-space:normal;display:inline-block}.featherlight .featherlight-content:not(.featherlight-seamless){padding:2em;box-shadow:0 5px 2em rgba(0,0,0,.25);background:#fff}.featherlight .featherlight-content.featherlight-seamless>*{margin:0!important}@media (min-width:640px){.featherlight .featherlight-content{margin:2em}}.featherlight .featherlight-close-icon{border:none;font-weight:700;right:-.75em;color:#fff;position:absolute;text-align:center;top:-.75em;border-radius:8px;background:#c00;cursor:pointer;width:2em;line-height:2em;font-family:Arial,sans-serif;z-index:9999}.featherlight .featherlight-content>img{max-width:100%;max-height:calc(100vh - 80px)}.featherlight .featherlight-content>iframe{height:100%;border:none;width:100%}.featherlight-loading .featherlight-loader{animation:featherlight-spin 2s linear infinite;height:128px;border:2em solid #f3f3f3;border-top-color:#c00;opacity:.25;border-radius:50%;width:128px}.featherlight-loading .featherlight-content{box-shadow:none;background:none}.featherlight{perspective:2048px}.featherlight .featherlight-content{transform:-400px;transform:scale(.8) rotateY(45deg) translateZ(-400px);filter:blur(3px/2);transform-style:preserve-3d;transition:transform .25s linear,filter .25s linear}.featherlight.active .featherlight-content{transform:none!important;filter:none!important}@keyframes featherlight-fadein{0%{opacity:0}to{opacity:1}}@keyframes featherlight-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}