.c-hero{position:relative}.c-hero__container{display:grid;column-gap:20px;row-gap:24px;grid-template-columns:repeat(4,1fr)}@media(min-width:48em){.c-hero__container{row-gap:0;grid-template-columns:repeat(12,1fr)}}@media(min-width:90em){.c-hero__container{column-gap:24px}}.c-hero__copy{grid-row:2;grid-column:1 / span 4}.c-hero__copy>:last-child{margin-bottom:0}@media(min-width:48em){.c-hero__copy{grid-column:2 / span 10}}@media(min-width:64em){.c-hero__copy{grid-column:3 / span 8;align-self:center}}.c-hero__title{font-size:32px;line-height:36px;margin-bottom:11px;text-align:center}@media(min-width:64em){.c-hero__title{font-size:64px;line-height:72px;margin-bottom:24px}}.c-hero__description{font-size:21px;line-height:30px;text-align:center}@media(min-width:64em){.c-hero__description{font-size:24px;line-height:33px}}.c-hero--theme-light .c-hero__title{color:var(--white)}.c-hero--theme-light .c-hero__description{color:var(--white)}.c-hero--theme-light .c-cta-group__cta-secondary .cta_button{color:var(--white)}.c-hero--theme-dark .c-hero__title{color:var(--primary-900)}.c-hero--theme-dark .c-hero__description{color:var(--primary-900)}