.c-categoryLanding{padding:2.5rem 1rem;max-width:var(--layoutMaxWidth);margin:0 auto;width:100%}@media only screen and (min-width:1024.2px){.c-categoryLanding{padding:2.5rem}}.c-categoryLanding__title{color:var(--color-text-primary-default);font-family:var(--font-title-title-3-font-family);font-size:var(--font-title-title-3-size-desktop);font-weight:var(--font-title-title-3-weight);line-height:var(--font-title-title-3-line-height-desktop);margin:1rem 0}.c-categoryLanding__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem}@media only screen and (min-width:768.2px){.c-categoryLanding__list{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1024.2px){.c-categoryLanding__list{grid-template-columns:repeat(4,1fr)}.c-categoryLanding__list:has(>:nth-child(9):last-child){grid-template-areas:"cat-1 cat-1 cat-1 cat-1 cat-1 cat-2 cat-2 cat-2 cat-2 cat-2 cat-3 cat-3 cat-3 cat-3 cat-3 cat-4 cat-4 cat-4 cat-4 cat-4" "cat-5 cat-5 cat-5 cat-5 cat-6 cat-6 cat-6 cat-6 cat-7 cat-7 cat-7 cat-7 cat-8 cat-8 cat-8 cat-8 cat-9 cat-9 cat-9 cat-9";grid-template-columns:repeat(20,1fr)}.c-categoryLanding__list:has(>:nth-child(10):last-child){grid-template-columns:repeat(5,1fr)}}.c-categoryLanding__card{width:100%;height:10.5rem;position:relative}.c-categoryLanding__card:after{content:"";position:absolute;inset:0;width:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 25%,rgba(0,0,0,.25))}.c-categoryLanding__card:hover:after{background:linear-gradient(180deg,rgba(0,0,0,0) 25%,rgba(0,0,0,.25) 75%)}.c-categoryLanding__item{overflow:hidden;position:relative;display:flex}.c-categoryLanding__item .c-categoryLanding__image{object-fit:cover;width:100%;height:100%}.c-categoryLanding__item .c-categoryLanding__name{color:var(--color-text-inverse-default);text-shadow:0 4px 8px rgba(0,0,0,.25);font-family:var(--font-text-label-font-font-family);font-size:var(--font-text-label-size-lg);font-weight:var(--font-text-label-weight-weight-1);line-height:var(--font-text-label-line-height-lg);position:absolute;bottom:.75rem;left:.75rem;z-index:1}@media only screen and (min-width:1024.2px){.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:first-child{grid-area:cat-1}.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:nth-child(2){grid-area:cat-2}.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:nth-child(3){grid-area:cat-3}.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:nth-child(4){grid-area:cat-4}.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:nth-child(5){grid-area:cat-5}.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:nth-child(6){grid-area:cat-6}.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:nth-child(7){grid-area:cat-7}.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:nth-child(8){grid-area:cat-8}.c-categoryLanding__list:has(>:nth-child(9):last-child)>.c-categoryLanding__item:nth-child(9){grid-area:cat-9}}