#re-modal.re-hidden{display:none}#re-modal{position:fixed;inset:0;z-index:9999}#re-modal .re-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}#re-modal .re-dialog{position:absolute;inset:6vh 6vw auto 6vw;bottom:6vh;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);display:flex;flex-direction:column;max-width:980px;margin:0 auto;padding:12px 12px 16px}#re-modal .re-title{margin:4px 36px 10px 8px;font:600 18px/1.3 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}#re-modal .re-close{position:absolute;top:8px;right:8px;border:0;background:none;font-size:24px;line-height:1;cursor:pointer}#re-modal .re-frame-wrap{flex:1 1 auto;min-height:70vh}#re-modal .re-iframe{width:100%;height:100%;border:0}@media (max-width:767px){#re-modal .re-dialog{inset:4vh 4vw auto 4vw;bottom:4vh}#re-modal .re-frame-wrap{min-height:60vh}}.re-lock-scroll{overflow:hidden}