.hero-compact{display:flex;flex-direction:column;color:var(--color-darkest);background-color:var(--color-green)}.hero-compact[data-theme=orange]{background-color:var(--color-orange)}.hero-compact[data-theme=magenta]{background-color:var(--color-magenta)}.hero-compact[data-theme=green]{background-color:var(--color-green)}.hero-compact[data-theme=blue]{color:var(--color-lightest);background-color:var(--color-blue)}.hero-compact[data-theme=dark-blue]{color:var(--color-lightest);background-color:var(--color-dark-blue)}.hero-compact[data-theme=neutral]{color:var(--color-darkest);background-color:var(--color-lightest)}@media screen and (min-width:62.0625em){.hero-compact{flex-direction:row;justify-content:space-between;min-height:20rem}}.hero-compact__container{display:flex;flex-direction:column;gap:1rem;padding:var(--spacing-2xl) var(--spacing-lg)}@media screen and (min-width:62.0625em){.hero-compact__container{flex:1;justify-content:center;max-width:54.125rem;padding:var(--spacing-2xl) var(--spacing-lg) var(--spacing-2xl) 5rem}}.hero-compact__back-link{color:inherit}.hero-compact__title{max-width:47.5rem}.hero-compact__title h1{font-family:var(--font-family-primary);font-weight:var(--font-weight-primary-bold);line-height:var(--lineHeight-md);font-size:var(--font-size-4xl)}@media screen and (min-width:48.0625em){.hero-compact__title h1{font-size:var(--font-size-6xl)}}.hero-compact__description{max-width:47.5rem;margin-top:.25rem}.hero-compact__description div,.hero-compact__description p{font-size:var(--font-size-lg);line-height:var(--lineHeight-lg)}@media screen and (min-width:48.0625em){.hero-compact__description div,.hero-compact__description p{font-size:var(--font-size-2xl)}}.hero-compact__image{position:relative;width:100%;height:20.375rem;overflow:hidden}.hero-compact__image figure,.hero-compact__image img,.hero-compact__image picture{height:100%;width:100%}.hero-compact__image img{-o-object-fit:cover;object-fit:cover}@media screen and (min-width:62.0625em){.hero-compact__image{flex-shrink:0;width:25.875rem;height:auto}}
