.logo-item{align-items:stretch;display:flex;justify-content:stretch}.logo-item__link{align-items:center;background:var(--color-white);border-radius:.5rem;box-shadow:0 0 48px 0 var(--shadow);color:var(--color-black);display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;padding:.5rem;text-align:center;text-decoration:none;width:100%}.logo-item__link:hover{color:var(--color-black)!important}@media print,screen and (min-width:64em){.logo-item__link{gap:1rem;padding:1rem 1.5rem}}@media screen and (min-width:100em){.logo-item__link{padding:1rem 2rem}}.logo-item__link img{max-height:100%;max-width:100%;width:auto}@keyframes linkHoverAnimation{0%{background-size:0 2px,100% 2px}50%{background-size:100% 2px,0 2px}to{background-size:0 2px,100% 2px}}@keyframes expand-width{0%{width:0}to{width:100%}}