#popup-waitlist{background-color:rgba(0,0,0,.5);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .15s ease-in;visibility:hidden;width:100%;z-index:999}#popup-waitlist.is-visible{opacity:1;pointer-events:auto;visibility:visible}#popup-waitlist .popup-wrapper{--border-radius:10px;background-color:#fff;border-radius:0;box-shadow:0 3px 15px rgba(0,0,0,.4);margin:5% auto;max-height:80%;max-width:100%;overflow:auto;padding:0;position:relative;width:600px}#popup-waitlist .popup-wrapper__close,#popup-waitlist .popup-wrapper__close:hover{background:transparent;border:none;color:#fff;font-size:2rem;line-height:.5;padding:1rem;position:absolute;right:0;top:20px}.popup-waitlist__form{padding:3rem}.popup-waitlist__img{margin-top:-2px;width:100%}@media(max-width:767px){#popup-waitlist .popup-wrapper__close,#popup-waitlist .popup-wrapper__close:hover{right:0;top:20px}}#popup-waitlist .popup-wrapper__close:hover{color:#c34f2e}