.hero-form{display:flex;flex-direction:column-reverse;box-shadow:var(--shadow-shifted)}.hero-form__content{padding:20px;background-color:var(--color-white)}.hero-form__img{aspect-ratio:7/4}.hero-form__title{margin-bottom:32px}.hero-form__form{display:flex;flex-direction:column;gap:20px}.hero-form__item{display:flex;align-items:flex-end}.hero-form__submit{margin-top:12px}@media(min-width:999px){.hero-form{flex-direction:row}.hero-form__content{display:grid;grid-template-areas:"title cta" "form form";gap:45px;flex:1;padding:40px 40px 56px}.hero-form__img{flex:0 0 41.935%;aspect-ratio:unset}.hero-form__title{grid-area:title;margin-bottom:0}.hero-form__cta{grid-area:cta;justify-self:end;align-self:center}.hero-form__form{grid-area:form;display:grid;grid-template-columns:repeat(2,1fr);gap:32px 24px}.hero-form__item--full{grid-column:span 2}}
