.BrandItem{width:100%;height:110px;max-height:110px;border:1px solid #ddd;border-radius:20px;text-align:center}.BrandItem:hover{border-color:#fe0001}@media(max-width:992px){.BrandItem{height:90px;max-height:90px}}.BrandItem a{width:100%;height:100%;display:block}.BrandItem__image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px}@media(max-width:992px){.BrandItem__image{padding:0}}.BrandItem__image img{opacity:1;display:block;max-width:100%;max-height:100%;transition:.3s ease-in-out}@media(max-width:767px){.BrandItem__image img{padding:10px;opacity:1}}.BrandItem__image:hover{border-color:#fe0001}@keyframes heartbeat{0%{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}.BrandsList{display:grid;grid-gap:30px;grid-template-columns:repeat(4,4fr)}@media(max-width:767px){.BrandsList{grid-gap:30px;grid-template-columns:repeat(3,4fr)}}.BrandsList--empty{grid-template-columns:repeat(2,4fr)}