.popup-gated-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background-color:rgba(0,0,0,0.5);display:flex;justify-content:center;overflow:auto;display:none}.popup-gated-wrapper.active{display:flex}.popup-gated{position:absolute;background-color:#ebebeb;width:40em;max-width:80%;margin:200px 100px;padding:30px;color:inherit;box-shadow:3px 3px 10px 3px rgba(0,0,0,0.5)}.popup-gated__content{margin-bottom:20px}.popup-gated__button a{display:block;padding:10px 20px;text-align:center;background-color:#d76b2d;color:white}.popup-gated__button a:hover{background-color:#ac5624}@media(max-width:767px){.popup-gated{padding:20px;margin:100px}}