.simple-form{background:var(--secondary-color-hover);color:#fff;padding:4rem 2rem}.simple-form .content-wrapper{display:flex;flex-flow:column;gap:var(--gap)}.simple-form h2{font-size:28px}.sf__form{width:100%}.sf__form .form-title{display:none}.sf__form input[type=submit]{width:100%}.sf__form .hs-error-msg,.sf__form .hs-error-msgs{font-weight:700}@media (min-width:960px){.simple-form .content-wrapper{align-items:center;flex-flow:row}.sf__body{width:calc(65% - var(--gap))}.sf__form{width:35%}}