.hs-form{display:flex;flex-direction:row;flex-wrap:wrap;font-size:16px;justify-content:space-between;line-height:21px;margin:0 auto;max-width:890px;padding-top:44px;position:relative;text-align:left;width:100%}.hs-form .hs-form-field{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:column;width:calc(50% - 12px)}.hs-form .hs-form-field .hs-fieldtype-textarea{width:100%}.hs-form input[type=email],.hs-form input[type=text],.hs-form select,.hs-form textarea{border:1px solid var(--black-10);border-radius:4px;box-sizing:border-box;height:40px;margin:4px 0 12px;max-width:100%;padding:4px 8px!important;position:relative;width:100%}.hs-form textarea{height:144px;padding:16px!important}.hs-form .hs-submit{display:flex;justify-content:center;margin:0 auto;width:100%}.hs-form .hs-button{background-color:var(--white-10);border:1px solid var(--blue-10);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.12);box-sizing:border-box;color:var(--blue-10);cursor:pointer;font-size:20px;font-weight:700;height:51px;line-height:27px;margin:36px auto 0;min-width:137px;padding:0!important;width:fit-content}.hs-form .hs-button:focus,.hs-form .hs-button:hover{background-color:var(--blue-10);color:var(--white-10)}.hs-form .hs-error-msg{color:#ff5862}@media screen and (min-width:0px) and (max-width:767px){.hs-form{flex:0 1 auto;flex-direction:column;max-width:unset}.hs-form .hs-form-field{width:100%}.hs-form input[type=email],.hs-form input[type=text],.hs-form select,.hs-form textarea{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;margin:12px 0;max-width:100%;padding:4px 8px!important;position:relative;width:100%}.hs-form textarea{height:112px;padding:12px!important}.hs-form .hs-button{font-size:18px;height:36px;line-height:21px;width:96px}}