.home-hero{display:grid;width:100%;margin-bottom:1rem;column-gap:.75rem;row-gap:2rem;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo logo" "dates count" "cta cta"}.home-hero__logo{grid-area:logo;justify-self:start;width:min(52vw,280px)}.home-hero__dates{grid-area:dates;min-width:0;width:100%;align-self:center}.home-hero__count{grid-area:count;width:fit-content;justify-self:end;align-self:center;flex-shrink:0}.home-hero__cta{grid-area:cta;width:100%}@media (min-width:1024px){.home-hero{margin-bottom:2.5rem;column-gap:2rem;row-gap:.75rem;align-items:center;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo dates count" "logo dates cta"}.home-hero__logo{width:14rem}.home-hero__dates{border-left:2px solid var(--color-uic-line);padding-left:1.5rem}html.dark .home-hero__dates{border-left-color:rgb(255 255 255/.28)}.home-hero__count{justify-self:start}.home-hero__cta{width:18rem}}@media (min-width:1280px){.home-hero{display:flex;flex-direction:row;align-items:stretch;gap:3rem;margin-bottom:3rem}.home-hero__logo{width:18rem;flex-shrink:0;align-self:center}.home-hero__dates{flex:1 1 auto;min-width:0;width:100%;align-self:center;padding-left:1.5rem}.home-hero__count{width:fit-content;flex-shrink:0;align-self:center}.home-hero__cta{width:fit-content;min-width:min(100%,260px);flex-shrink:0;align-self:stretch}.home-hero__cta>[data-paragraph=ParagraphCallToAction]{height:100%;justify-content:center}}.home-edito{display:grid;min-width:0;grid-template-columns:minmax(0,1fr);gap:1.5rem;align-items:start}@media (min-width:768px){.home-edito{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}}.home-edito__media{min-width:0;overflow:hidden;border-radius:.75rem}