.ProductsPage{background:#f2ece1;min-height:100vh}.ProductsPage .ProductsPage-header{padding:80px 0 20px;text-align:center}.ProductsPage .ProductsPage-header .title{font-size:48px;font-family:var(--font-family-display);font-weight:700;color:#111;margin-bottom:24px;letter-spacing:-.02em;line-height:var(--leading-tight)}.ProductsPage .ProductsPage-grid{padding:0 0 80px}.ProductsPage .cardGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.ProductsPage .ctaContainer{padding:0 0 80px}.ProductsPage .ctaContainer .container{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:1024px){.ProductsPage .cardGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ProductsPage .ProductsPage-header{padding:40px 0 20px}.ProductsPage .ProductsPage-header .title{font-size:32px}.ProductsPage .cardGrid{grid-template-columns:1fr;gap:24px}.ProductsPage .ProductsPage-grid{padding:20px 0 40px}}