.highlight-grid{position:relative;box-sizing:content-box;max-width:var(--content-max-width);margin:2.5rem auto 0;padding:0 1rem}@media only screen and (min-width: 768px){.highlight-grid{display:flex;justify-content:center}}.highlight-grid__grid{width:100%;display:grid;gap:1rem}@media only screen and (min-width: 768px){.highlight-grid__grid{grid-template-areas:"main second" "main third";grid-template-columns:50% 1fr;grid-template-rows:1fr 1fr}}@media only screen and (min-width: 1024px){.highlight-grid__grid{grid-template-columns:55% 1fr}}@media only screen and (min-width: 1280px){.highlight-grid__grid{grid-template-columns:57.5% 1fr}}@media only screen and (min-width: 768px){.highlight-grid__grid--even{grid-template-columns:1fr 1fr;grid-template-rows:auto}}.highlight-grid__placeholder{background-color:#fbfbfb;border-radius:8px;aspect-ratio:253 / 131}@supports not (aspect-ratio: auto){.highlight-grid__placeholder{padding-top:calc(131 / 253 * 100%);height:0;overflow:hidden}}@media only screen and (min-width: 768px){.highlight-grid__placeholder--large{grid-area:main;aspect-ratio:auto}}
