@keyframes button-pulse{0%{animation-timing-function:cubic-bezier(.35,0,.2,1);background:var(--color-button-background-hover)}30%{animation-timing-function:linear;background:var(--color-button-background-pulse)}to{background:var(--color-button-background-hover)}}.image-cards{--mask-height:100%}.image-cards__inner{display:flex;flex-wrap:wrap;gap:var(--space-md)}.image-cards__card{flex:1 1 25%;flex:1 1 calc(25% - var(--space-md)*3/4)}@media only screen and (max-width:768px){.image-cards__card{flex:1 1 50%}}@media only screen and (max-width:576px){.image-cards__card{flex:1 1 100%}}.image-cards__card__image{aspect-ratio:1/1;-webkit-mask:linear-gradient(to bottom,var(--color-background) var(--mask-height),#0000 100%);mask:linear-gradient(to bottom,var(--color-background) var(--mask-height),#0000 100%);position:relative;z-index:5}.image-cards__card__image img{object-fit:cover}.image-cards__card__content{margin-top:calc(var(--space-xl)*-1);padding:0 var(--space-lg) var(--space-lg);position:relative;z-index:10}.image-cards__card__title{min-height:var(--title-min-height)}@media only screen and (max-width:576px){.image-cards__card__title{min-height:unset}}.image-cards__card__description{color:var(--color-text-muted);padding-top:var(--space-2xs)}