.c-category{display:grid;gap:3rem;grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media (min-width:600px){.c-category{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.c-category--title{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:990px){.c-category--image{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.c-category--image{grid-template-columns:repeat(4,1fr)}}.c-category__title-items{align-items:center;background-color:#f8f8f8;display:flex;gap:1rem;justify-content:space-between;padding:1.8rem 2rem;-webkit-text-decoration:none;text-decoration:none;transition:box-shadow .3s cubic-bezier(.165,.84,.44,1)}.c-category__title-items:focus,.c-category__title-items:hover{background-color:#fff;box-shadow:0 2px 20px 0 #26337b26;cursor:pointer}.c-category__title-items:focus .c-category__title-icon,.c-category__title-items:hover .c-category__title-icon{transform:translateX(5px)}.c-category__title-text{color:#1f509e;font-size:16px;font-weight:700;line-height:18px;margin:0}.c-category__title-icon{color:#0098d6;flex-shrink:0;font-size:2.4rem;transition:transform .3s cubic-bezier(.165,.84,.44,1)}.c-category__wrapper{display:flex;flex-direction:column;position:relative;-webkit-text-decoration:none;text-decoration:none}.c-category__image img{display:block;height:auto;max-width:100%}.c-category__image--placeholder img{aspect-ratio:3/2;object-fit:cover}.c-category__content-wrapper{flex:1 1 auto;margin-top:-3.2rem;padding:0 1.5rem;position:relative;width:100%}.c-category__content-inner-wrapper{align-items:center;background-color:#173274;display:flex;height:100%;padding:1.5rem;-webkit-text-decoration:none;text-decoration:none;transition:background-color .3s cubic-bezier(.165,.84,.44,1)}.c-category__wrapper:focus .c-category__content-inner-wrapper,.c-category__wrapper:hover .c-category__content-inner-wrapper{background-color:#0098d6}.c-category__wrapper:focus .c-category__content-inner-wrapper .i-icon,.c-category__wrapper:hover .c-category__content-inner-wrapper .i-icon{color:#fff;transform:translate3d(.5rem,0,0)}.c-category__content{align-items:center;display:flex;flex:1 1 auto;flex-wrap:nowrap;justify-content:space-between}.c-category__content .i-icon{color:#0098d6;font-size:1.6rem;height:1.8rem;transition:transform .3s cubic-bezier(.165,.84,.44,1);width:1.8rem}.c-category__title{color:#fff;font-size:2.2rem;font-weight:700;line-height:1.318;margin-bottom:0;width:75%}