#aq-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;justify-content:center;align-items:center}#aq-popup.show{display:flex}#aq-popup .content{margin:auto;padding:0;border:1px solid;gap:20px;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.2);border-collapse:collapse;width:600px;border-radius:30px;display:flex;flex-direction:column;max-width:24rem!important;text-align:center}#aq-popup h2{font-size:1.25rem;line-height:1.75rem;text-align:center;margin-top:20px;margin-bottom:0}#aq-popup img{width:5rem;height:5rem;object-fit:cover;max-width:100%}#aq-popup .footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}#aq-popup .footer a{text-align:center;text-decoration:none;padding:.625rem 1.25rem;position:relative}#aq-popup .footer a:first-child{border-radius:0 0 0 29px}#aq-popup .footer a:last-child{border-radius:0 0 29px}#aq-popup .footer a:after{content:'';display:block;position:absolute;border:1px solid;border-color:inherit}#aq-popup .footer a:hover{z-index:1}#aq-popup .footer a:first-child:after{top:0;bottom:-.5px;left:-.5px;right:0;border-radius:0 0 0 30px}#aq-popup .footer a:last-child:after{top:0;bottom:-.5px;left:-.5px;right:-1px;border-radius:0 0 30px}@media(max-width:48em){#aq-popup .content{max-width:20rem!important}}@-webkit-keyframes aq-popup-zoom-in-down-animation{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}@keyframes aq-popup-zoom-in-down-animation{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}#aq-popup .zoom-in-down,#aq-popup.zoom-in-down{-webkit-animation-name:aq-popup-zoom-in-down-animation;animation-name:aq-popup-zoom-in-down-animation;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@keyframes aq-popup-fade-out-animation{from{opacity:1}to{opacity:0}}#aq-popup .fade-out,#aq-popup.fade-out{-webkit-animation-name:aq-popup-fade-out-animation;animation-name:aq-popup-fade-out-animation;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}