.grac-blog-hero{padding:160px 0 86px;background:var(--brand-primary-dark)}.grac-blog-hero .grac-eyebrow,.grac-blog-hero h1,.grac-blog-hero p{color:var(--brand-text-inverse)}.grac-blog-hero h1{font-size:max(2rem, min(4vw, 3.5rem));max-width:820px;margin:12px 0 16px}.grac-blog-hero p{max-width:680px}.grac-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.grac-blog-card img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.grac-blog-card__body{padding:24px}.grac-blog-card__body>span{color:var(--brand-accent);font-size:.82rem;font-weight:800;text-transform:uppercase}.grac-blog-card h2{font-size:1.25rem;margin:10px 0}.grac-blog-card p,.grac-blog-card__meta{color:var(--brand-text)}.grac-blog-card__meta{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--brand-border);padding-top:14px;margin-top:18px;font-size:.9rem}.grac-blog-card__link{display:inline-flex;margin-top:18px;font-weight:800;color:var(--brand-primary-dark)}.grac-pagination{margin-top:40px}.grac-pagination .page-link{color:var(--brand-primary-dark)}.grac-pagination .active .page-link{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}@media (max-width:991px){.grac-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.grac-blog-hero{padding:136px 0 56px}.grac-blog-grid{grid-template-columns:1fr}}