.featured-card__wrapper{display:block}.featured-card__wrapper,.featured-card__wrapper:hover{color:inherit;text-decoration:none}.featured-card__thumb{overflow:hidden;position:relative}.featured-card__image{display:block;height:auto;margin:0 auto;max-width:100%;transition:transform .3s ease}a.featured-card__wrapper:hover .featured-card__image{transform:scale(1.05)}.featured-card__text{width:100%}.featured-card__action .button-wrapper{align-items:center;display:flex}.featured-card__action{display:flex;gap:20px;margin-top:20px}.featured-card__copy{display:flex;flex-direction:column;justify-content:space-between}.featured-card__copytop{display:flex;gap:20px;margin-bottom:20px}.featured-card__contenttype span{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;padding:4px 6px;text-transform:uppercase}.featured-card__tags{display:flex;gap:10px}.featured-card__tags a{font-size:12px;font-weight:600;text-decoration:none;text-transform:uppercase}@media (min-width:992px){.featured-card__wrapper{display:flex;flex-wrap:wrap}.featured-card__copy,.featured-card__thumb{flex:0 0 50%;width:50%}}@media (max-width:580px){.featured-card__action,.featured-card__copytop{flex-direction:column}.featured-card__action .button-wrapper{justify-content:center}.featured-card__action .button-wrapper .button{width:100%}}.featured-card__blur-fade{animation:fadeOut 1s ease 1s forwards;background-color:var(--Pantone-6119-C,#2e3c40);height:100%;left:0;position:absolute;top:0;width:100%}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}