.main-hero{position:relative;overflow:hidden}.main-hero .set-color{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.main-hero .section{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:1fr;gap:1.5rem;padding-left:1.5rem;padding-right:1.5rem}.main-hero .section>*{grid-area:1 / 1 / -1 / -1;height:inherit}.main-hero .section .responsive-image,.main-hero .section .responsive-video{margin-left:-1.5rem;margin-right:-1.5rem}.main-hero .section .block-richtext{display:grid;grid-template-columns:subgrid}@media screen and (min-width: 768px){.main-hero .section{grid-template-columns:repeat(12,1fr)}.main-hero .max-width{display:flex;justify-content:center}.main-hero .max-width .section{max-width:1660px}}
