.m-producer-card{background-color:unset}.m-producer-card__info{gap:var(--spacing-xs) var(--spacing-xxs);padding-right:var(--spacing-md)}.m-producer-card--loading .m-producer-card{pointer-events:none}.m-producer-card--loading .m-producer-card__image{animation:hintloading 2s ease-in-out 0s infinite reverse;-webkit-animation:hintloading 2s ease-in-out 0s infinite reverse}.m-producer-card__content-bottom{column-gap:var(--spacing-sm);display:flex;flex-direction:row;flex-wrap:wrap}@media screen and (min-width:990px){.m-producer-card__content-bottom{column-gap:var(--spacing-md)}}.m-producer-card__content-bottom .m-producer-card__heading{flex-basis:100%}.m-producer-card__content-bottom .m-producer-card__intro{flex:1}.m-producer-card__image img{transition:transform .35s ease}.m-producer-card__footer{align-items:flex-end;display:flex;justify-content:center}.m-producer-card:hover .m-producer-card__image img{transform:scale(1.05)}.m-producer-card__url:focus .m-producer-card__image img,.m-producer-card__url:focus-visible .m-producer-card__image img{transform:scale(1.05)}@keyframes hintloading{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}@-webkit-keyframes hintloading{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}