.popup{position:fixed;left:0;top:0;height:100%;width:100%;overflow:hidden;background-color:rgba(0,0,0,.5);z-index:9999 !important;overflow:hidden;display:none;overflow:auto}.popup.is-open{display:block}.popup_dialog{position:relative;margin:20px auto;padding-left:20px;padding-right:20px;max-width:600px}@media(max-width:768px){.popup_dialog{max-width:unset;width:auto}}.popup_content{padding:30px 60px;border-radius:10px;background-color:white}.popup_close{position:absolute;top:10px;right:40px;font-size:15px;cursor:pointer}.popup_content input,.popup_content select{margin-bottom:10px;height:30px;width:100% !important;border:1px solid #d3d0e2}.popup_content p{font-family:'HKGrotesk-Bold';text-align:center;font-size:28px;color:#252130}.popup_content .hs-button{display:block;height:60px;width:100%;color:white;background-color:#d94743;border:0}.popup_content legend{font-size:12px;margin:10px 0}.popup_content .hs-richtext p{font-size:12px;margin:20px 0}.popup_content fieldset{max-width:unset !important}.js-openPopup,.js-openPopup2{cursor:pointer}.js-modal-open{overflow:hidden}