aside.popup{animation:1s Open;background-color:#d9d9d6;color:#323232;align-items:center;display:none;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;height:auto;min-height:120px;margin:0;left:50%;margin-left:calc(-50% + 24px);padding:24px;position:fixed;top:36%;width:calc(100% - 48px);z-index:3}aside.popup:before{background-color:rgba(0,0,0,.8);content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1;touch-action:none}aside.popup:after{background-color:#d9d9d6;border-radius:12px;color:#323232;content:"";height:100%;left:0;overflow:auto;position:absolute;top:0;width:100%;z-index:-1}aside.popup.close{animation:1s Close!important}aside.popup>*{all:unset;display:block;margin:12px 0;width:100%}aside.popup>*:first-child{margin-top:0}aside.popup>*:last-child{margin-bottom:0}aside.popup>header{width:100%}aside.popup>header button{position:absolute;margin:0;right:24px;top:24px;width:auto;filter:opacity(.6)}aside.popup>header h1{all:unset;display:block;font-family:AvenirBook;font-size:20px;line-height:24px;text-align:left;width:100%}aside.popup>form>*{all:unset;display:block;margin:12px 0;width:100%}aside.popup>form>*:first-child{margin-top:0}aside.popup>form>*:last-child{margin-bottom:0}aside.popup>form hr{border-top:1px solid #323232;margin:24px 0}aside.popup>form img{max-width:100%}aside.popup>footer{background-color:transparent}@media only screen and (min-width:660px){aside.popup{margin-left:-240px;padding:36px;width:480px}aside.popup>header button{right:36px;top:36px}aside.popup>header h1{font-size:28px;line-height:36px}}@keyframes Open{from{background-color:#eee;clip-path:circle(0%)}to{background-color:#d9d9d6;clip-path:circle(300%)}}@keyframes Close{from{background-color:#d9d9d6;clip-path:circle(300%)}to{background-color:#eee;clip-path:circle(0%)}}
