.modal{z-index:15;position:fixed;inset:0}.modal-wrapper{height:100vh;position:relative}.modal-header{padding:var(--L) var(--XL);justify-content:flex-end;align-items:center;display:flex}@media (width<=768px){.modal-header{padding:var(--SM) var(--SM) var(--M) var(--SM)}}.modal-header.back{justify-content:space-between}.modal-body{padding:0 var(--XL) var(--M) var(--XL)}@media (width<=768px){.modal-body{padding:0 var(--SM) var(--S) var(--SM)}}.modal-content{background:var(--White);z-index:16;grid-template-rows:auto 1fr auto;width:45rem;display:grid;position:absolute;top:0;bottom:0;right:0}@media (width<=990px){.modal-content{width:100%}}.modal-shadow{filter:blur(4px);z-index:5;background:#f1f1eb;position:fixed;inset:0}@media (width<=990px){.modal-shadow{display:none}}.slide-fade-enter-active{transition:all .3s ease-out}.slide-fade-leave-active{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from,.slide-fade-leave-to{opacity:0;transform:translate(20px)}
