.form-popup{align-items:center;background:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.form-popup__form{background:#fff;border-radius:6px;box-shadow:0 4px 35px 0 rgba(0,0,0,.5);max-width:600px;padding:53px 48px;position:relative;width:90%}.form-popup__form:before{background:#2d9fd6;border-radius:6px 6px 0 0;content:"";display:inline-block;height:16px;left:0;position:absolute;top:0;width:100%}.form-popup__heading{color:#262c2d;font-size:40px;font-weight:600;letter-spacing:-.4px;text-align:center}.form-popup__close-btn,.form-popup__heading{font-family:Jost;font-style:normal;line-height:44px}.form-popup__close-btn{align-items:center;background:#fff;border-radius:36px;color:#000;cursor:pointer;display:flex;filter:drop-shadow(0 4px 4px rgba(0,0,0,.4));font-size:22px;font-weight:400;height:36px;justify-content:center;letter-spacing:-.22px;padding-bottom:7px;position:absolute;right:-14px;top:-19px;width:36px}body.demo-popup-open{overflow:hidden}body.demo-popup-open .form-popup{display:flex}