div.gate-overlay{align-items:center;background:hsla(0,0%,6%,.5);display:flex;height:100vh;justify-content:center;left:0;opacity:1;position:fixed;top:0;transition:.3s ease;width:100%;z-index:99}div.gate-overlay.hide{opacity:0;transform:translateY(-100%)}section.form-gate{background:#f2ebe0;border-radius:10px;display:block;margin:auto;max-height:600px;max-width:800px;overflow:scroll;padding:60px}@media (max-width:767px){section.form-gate{margin:0 20px}}section.form-gate div.inner h2{color:#0f0f0f;font-size:32px;line-height:1.2}section.form-gate div.inner p{color:#0f0f0f}