.home-hero-gallery{width:100%;aspect-ratio:7 / 2;margin-bottom:1.5rem}.home-hero-gallery__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:.35rem;width:100%;height:100%}.home-hero-gallery__tile{min-width:0;min-height:0;overflow:hidden;border-radius:.25rem;background:var(--global-divider-color)}.home-hero-gallery__tile img{display:block;width:100%;height:100%;object-fit:cover;opacity:1;transform:scale(1);transition:opacity 420ms ease,transform 420ms ease}.home-hero-gallery__tile img.is-changing{opacity:0;transform:scale(1.02)}.home-hero-gallery__fallback{display:block;width:100%;height:auto}@media(max-width:960px){.home-hero-gallery{aspect-ratio:4 / 2}.home-hero-gallery__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.25rem}}@media(max-width:575px){.home-hero-gallery{aspect-ratio:3 / 2;margin-bottom:1.25rem}.home-hero-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.2rem}}@media(prefers-reduced-motion:reduce){.home-hero-gallery__tile img{transition:none}}