.products-hero{background:var(--brand-bg-alt);padding:82px 0}.products-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,0.95fr);grid-gap:44px;gap:44px;align-items:center}.products-hero img{width:100%;height:480px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.product-feature{padding:64px 0}.product-feature__card{display:flex;align-items:center;justify-content:space-between;gap:28px;background:#08284c;color:var(--brand-text-inverse);border-radius:var(--brand-radius);padding:34px}.product-feature__card h2,.product-feature__card p,.product-feature__card span{color:var(--brand-text-inverse)}.product-dynamic-grid{padding:80px 0 96px;background:var(--brand-bg-alt)}.product-category-block{margin-top:42px}.product-category-block__head{max-width:760px;margin-bottom:20px}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-card button{width:100%;height:100%;text-align:left;border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:var(--brand-radius);padding:0;overflow:hidden;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card h3,.product-card small,.product-card span{display:block;margin-left:18px;margin-right:18px}.product-card span{margin-top:18px;color:var(--brand-primary-dark);font-weight:720;font-size:.86rem}.product-card h3{margin-top:8px}.product-card small{margin-bottom:20px;color:var(--brand-text)}@media (max-width:991px){.product-card-grid,.products-hero__grid{grid-template-columns:1fr}.product-feature__card{align-items:flex-start;flex-direction:column}}