/* IMPORTANT: This file is auto-generated. Do not modify it directly or changes will be lost. */
.modal{position:fixed;inset:0;z-index:99;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.modal.active{opacity:1;visibility:visible}.modal .modal-overlay{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.3);backdrop-filter:blur(1rem);display:block!important}.modal .modal-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:95%;max-height:95%;padding:3rem;border-radius:3rem;background:#fff;overflow:hidden auto;scrollbar-width:none;max-width:60rem}.modal .modal-close{cursor:pointer;background:rgba(0,0,0,.7);backdrop-filter:blur(1rem);color:#fff;display:flex;align-items:center;justify-content:center;border:none;outline:0;border-radius:50%;width:4rem;height:4rem;position:absolute;top:1rem;right:1rem;padding:1rem}