#form{height:0;overflow:hidden;transition:height .5s ease}#form.active{height:100%}form{align-items:center;display:flex;flex-direction:column;margin:0 auto}form fieldset{max-width:100%!important;width:600px!important}form .hs-input:not([type=checkbox]){padding:.5rem;width:100%!important}form .hs-input:is([type=checkbox])~span{margin-left:8px}form .input{margin:0!important}form .hs-form-field{padding:.5rem}form .hs-form-field label:not(.hs-error-msg){font-weight:700}form ul{list-style:none}form label.hs-error-msg{color:var(--color-red);font-size:.8rem}form .hs-button{background-color:var(--color-red);border:0;border-radius:10px;color:var(--color-white);display:block;font-weight:700;margin-top:.5rem;outline:none;padding:.6rem 2rem;text-align:center;text-decoration:none}