.popup_form{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;top:0;transition:opacity .25s ease-in-out,z-index .25s ease-in-out;width:100%;z-index:-1}.popup_form *{box-sizing:border-box}.popup_form.active{opacity:1;z-index:100}.popup_form__content{background:#fff;border-radius:8px;box-shadow:0 4px 65px 0 #000000bd;max-width:900px;padding:35px 55px;position:relative;width:100%}.popup_form__content h3{margin-bottom:14px;margin-top:0}.popup_form__close{cursor:pointer;position:absolute;right:20px;top:20px}.popup_form__text h3{margin-bottom:15px}.popup_form__text a{color:#0a1230}.popup_form .hs-error-msgs{color:#c30000;font-size:14px;list-style:none;margin:5px 0 0;padding:0}.popup_form .submitted-message{font-size:22px;font-weight:500;margin-top:25px;text-align:center}@media(max-width:480px){.popup_form form fieldset .hs-input{margin-bottom:15px!important;width:100%!important}.popup_form form fieldset{margin-bottom:0!important}.popup_form__content{max-height:80vh;overflow-y:auto;padding:30px}.popup_form form fieldset .hs-form-radio .hs-input{margin-bottom:0!important;width:35px!important}}