.m-event-product-card{border-radius:var(--border-radius-24);height:100%;overflow:hidden}.m-event-product-card__url{height:100%;position:relative;text-decoration:none;width:100%;z-index:1}.m-event-product-card__inner{background-color:rgb(var(--color-background));display:flex;flex-direction:column;height:100%;padding:var(--spacing-sm)}@media screen and (min-width:1100px){.m-event-product-card__inner{padding:var(--spacing-md)}}.m-event-product-card__media{display:flex;flex-basis:unset;overflow:hidden;position:relative;width:100%;z-index:1}.m-event-product-card__image{border-radius:var(--border-radius-16);height:100%;overflow:hidden;width:100%}.m-event-product-card__image img{border-radius:var(--border-radius-16);display:block;font-size:0;height:auto;max-width:100%;object-fit:cover;transition:transform var(--default-transition-timing) var(--default-transition-easing);width:100%}.m-event-product-card__content{display:flex;flex:1;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.m-event-product-card__badge{align-items:center;display:flex;justify-content:space-between;left:0;position:absolute;text-transform:uppercase;top:1.4rem;width:100%;z-index:9}.m-event-product-card__meta{display:flex;gap:var(--spacing-xs);margin-top:auto}.m-event-product-card__seperator{align-items:center;display:flex;justify-content:center}.m-event-product-card__seperator .a-icon__icon.fa-2xs{font-size:6px}.m-event-product-card__title-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--spacing-xs);justify-content:space-between}.m-event-product-card__title-wrapper .a-icon__wrapper.a-icon--circle-transparent{--padding:0.5rem}@media screen and (min-width:1100px){.m-event-product-card__title-wrapper .a-icon__wrapper.a-icon--circle-transparent{--padding:0.75rem}}.m-event-product-card__title-wrapper .a-icon__wrapper.a-icon--circle-transparent .fa-lg{font-size:1em}@media screen and (min-width:1100px){.m-event-product-card__title-wrapper .a-icon__wrapper.a-icon--circle-transparent .fa-lg{font-size:1.25em}}.m-event-product-card__title{color:rgb(var(--color-heading));font-size:var(--h6-fs);font-variant-ligatures:none;line-height:var(--h6-lh);margin:0;word-break:break-word}@media screen and (min-width:1100px){.m-event-product-card__title{font-size:var(--h5-fs);line-height:var(--h5-lh)}}.m-event-product-card.passed-event .m-event-product-card__image{opacity:.3}.m-event-product-card__skeleton{min-width:0;opacity:1;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.m-event-product-card__skeleton.loaded{animation:skeleton-fade-in .5s cubic-bezier(.4,0,.2,1);opacity:1}.m-event-product-card__skeleton:not(.loaded){opacity:1}.m-event-product-card__skeleton:not(.loaded) .m-event-product-card__img{background-color:rgb(var(--color-background-dark))}.m-event-product-card__skeleton:not(.loaded) .m-event-product-card__content{height:9rem}.m-event-product-card:hover:not(.passed-event) .m-event-product-card__image img{transform:scale(1.025)}@keyframes skeleton-fade-in{0%{opacity:.3}to{opacity:1}}