.category-rows{display:flex;flex-direction:column;gap:25px}.category-row{align-items:stretch;display:flex;gap:25px;height:420px}.category-row__item{background:var(--image) center /cover no-repeat;border-radius:0;flex-grow:1;isolation:isolate;overflow:hidden;position:relative;transition:flex-grow .45s ease,filter .3s ease,transform .45s ease;will-change:flex-grow}.category-row__item:after{background:linear-gradient(180deg,transparent .08%,rgba(0,0,0,.6) 99.93%);content:"";inset:0;position:absolute;z-index:1}.category-row__item svg{position:absolute;right:24px;top:27px;z-index:10}.category-row__link{color:inherit;display:block;inset:0;position:absolute;text-decoration:none;z-index:2}.category-row__content{bottom:32px;color:#fff;left:40px;position:absolute;right:40px;z-index:3}.category-row__title{color:#fff;margin:0 0 15px}.category-row__subtitle,.category-row__subtitle>:last-of-type{margin:0}.category-row__cta.button.category-row__cta{color:#fff;padding:0;text-decoration:underline}.category-row .category-row__item:hover{flex-grow:1.7}@media (max-width:900px){.category-row{height:625px}}@media (max-width:680px){.category-row{flex-direction:column}.category-row:hover .category-row__item,.category-row__item,.category-row__item:hover{flex-grow:1}}