.popup-container{display:none;position:fixed;left:0px;right:0px;top:0px;bottom:0px;z-index:999}.popup-container.popup-open{display:flex !important;justify-content:center;align-items:center}.popup-container .content-wrapper{background:#fff;max-width:684px;margin:0 auto;float:none;padding:31px 32px;width:100%;box-sizing:border-box;position:relative}.popup-container .close-icon{position:absolute;right:26px;top:26px;cursor:pointer}body.show-popup{position:relative;z-index:1}body.show-popup:after{position:absolute;left:0;right:0;top:0;bottom:0;content:'';background-color:#151515;opacity:.55;width:100%;height:100%;z-index:99}.popup-container .form-heading h2{margin-bottom:10px}.popup-container form textarea{height:94px !important;padding:14px 14px !important}.popup-container form .hs-button{width:auto !important;margin-top:0px !important;padding:10px 20px !important}@media(max-width:767px){.popup-container.popup-open{display:block !important;overflow-y:scroll}}