.horizontal-form__wrapper{align-items:center;background:#1c1f4a;box-sizing:border-box;display:flex;flex-direction:row;gap:1rem;justify-content:center;padding:1.5rem;width:100%}.horizontal-form__wrapper form{align-items:flex-end;display:flex;width:100%}.horizontal-form__wrapper form,.horizontal-form__wrapper form fieldset{flex-direction:row;flex-wrap:nowrap;gap:1rem}.horizontal-form__wrapper .hs-form-field{box-sizing:border-box;flex:1 1 0;min-width:150px;width:auto}.horizontal-form__wrapper input[type=submit]{flex:0 0 auto;height:56px;padding:0 24px;white-space:nowrap}@media screen and (max-width:991px){.horizontal-form__wrapper{align-items:stretch;flex-direction:column;padding:2rem}.horizontal-form__wrapper form{align-items:stretch;flex-direction:column!important;flex-wrap:wrap!important;gap:1rem}.horizontal-form__wrapper .hs-form-field{margin-bottom:1rem;width:100%!important}.horizontal-form__wrapper input[type=submit]{justify-content:center;width:100%!important}}