@keyframes Modal_fadeInBackdrop__GFyja{0%{opacity:0}to{opacity:1}}@keyframes Modal_fadeOutBackdrop__8SiUb{0%{opacity:1}to{opacity:0}}@keyframes Modal_fadeInModalContent__jsz7o{0%{opacity:0;transform:translate(-50%,-48%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes Modal_fadeOutModalContent__nfutS{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-52%) scale(.98)}}.Modal_backdrop__Z5zx7{position:fixed;top:0;left:0;display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;animation:Modal_fadeInBackdrop__GFyja .15s ease-in-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:var(--black-base-transparent)}.Modal_backdropClosing__lZox2{animation:Modal_fadeOutBackdrop__8SiUb .2s ease-in-out forwards}.Modal_modalContent__uvSgo{position:fixed;top:50%;left:50%;overflow:visible!important;padding:16px;border-radius:8px;animation:Modal_fadeInModalContent__jsz7o .25s cubic-bezier(.4,0,.2,1) forwards;background-color:var(--white);box-shadow:0 12px 15px 0 rgba(0,0,0,.25);opacity:0;-webkit-overflow-scrolling:touch;pointer-events:auto;transform:translate(-50%,-50%);transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.Modal_modalContentClosing__31rpA{animation:Modal_fadeOutModalContent__nfutS .25s cubic-bezier(.4,0,.2,1) forwards}.Modal_closeButton__5I5wH{position:fixed;top:16px;right:16px;width:24px;height:24px;cursor:pointer}.Modal_closeOutsideButton__joJVQ{position:fixed;z-index:2;top:20px;right:20px;width:32px;height:32px;cursor:pointer;pointer-events:auto}.Modal_closeOutsideButton__joJVQ path{fill:var(--white)}