.module--hero-product-cards .module__inner{overflow:visible}.hpc-grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);width:100%}.hpc-grid--1{grid-template-columns:1fr}.hpc-grid--2{grid-template-columns:repeat(2,1fr)}.hpc-grid--3{grid-template-columns:repeat(3,1fr)}.hpc-grid--4{grid-template-columns:repeat(4,1fr)}.hpc-card{align-items:center;border-radius:8px;box-shadow:0 8px 16px rgba(20,41,66,.12),0 2px 4px rgba(20,41,66,.08);display:flex;flex-direction:column;justify-content:center;padding:32px 24px;position:relative;text-align:center;transition:box-shadow .35s ease,transform .35s ease}.hpc-card--bg-light-gray{background-image:linear-gradient(#ededed,#ededed);background-position:0 0;background-repeat:no-repeat;background-size:auto}.hpc-card--bg-white{background-color:#fff}.hpc-card--bg-none{background-color:transparent;box-shadow:none}.hpc-card:has(.hpc-card__link[href]){cursor:pointer}.hpc-card:has(.hpc-card__link[href]):hover{box-shadow:0 20px 40px rgba(20,41,66,.18),0 6px 12px rgba(20,41,66,.1);transform:translateY(-5px)}.hpc-card__link{border-radius:8px;inset:0;position:absolute;z-index:1}.hpc__img-wrap{flex-shrink:0;margin-bottom:16px;overflow:hidden}.hpc__img-wrap--corner-circle{border-radius:50%}.hpc__img-wrap--corner-rounded{border-radius:12px}.hpc__img-wrap--corner-square{border-radius:0}.hpc__img-wrap img{display:block;height:100%;object-fit:cover;width:100%}.hpc__text{align-items:center;display:flex;flex-direction:column;gap:4px;width:100%}.hpc__overline{margin:0 0 5px}.hpc__title{color:#142942;font-size:1.1rem;font-weight:700;line-height:1.2;margin:0 0 8px}.hpc__line{background-color:#e4353f;border:none;display:block;height:2px;margin:0;width:50px}.hpc__subtitle{color:#555;font-size:.875rem;line-height:1.3;margin:0}.hpc__items{display:grid;gap:4px 12px;grid-template-columns:1fr 1fr;list-style:none;margin:10px 0 0;min-height:130.81px;padding:0;text-align:left}.hpc__items--cols-1{grid-template-columns:1fr}.hpc__item{font-size:.8125rem;line-height:1.4;padding-left:14px;position:relative}.hpc__item:before{border-radius:50%;content:"";display:block;height:7px;left:0;position:absolute;top:.42em;width:7px}.hpc__items--bullet-red .hpc__item:before{background-color:#e4353f}.hpc__items--bullet-blue .hpc__item:before{background-color:#142942}.hpc__items--bullet-gray .hpc__item:before{background-color:#999}@media (max-width:767px){.hpc-grid,.hpc-grid--3,.hpc-grid--4{gap:12px;grid-template-columns:1fr}.hpc-card{aspect-ratio:unset;padding:24px 20px}.module--hero-product-cards{margin-top:0!important}.hpc__items{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1139px){.hpc-grid--3{gap:10px;grid-template-columns:repeat(3,1fr)}.hpc-grid--4{grid-template-columns:repeat(2,1fr)}.hpc-card{aspect-ratio:unset;padding:24px 12px}.hpc__items{grid-template-columns:1fr}}