.resource-card{align-items:stretch;border-radius:12px;display:flex;flex-direction:row;margin-bottom:24px;position:relative;text-align:start;transition:.2s ease-in-out;width:100%}.resource-card:hover{transform:scale(1.02)}.resource-card--shadow{box-shadow:0 16px 32px rgba(0,0,0,.05),0 8px 16px rgba(0,0,0,.05)}.resource-card--shadow-hover{box-shadow:0 0 0 0 #0000}.resource-card--shadow-hover:hover,.resource-card--shadow:hover{box-shadow:0 32px 64px rgba(0,0,0,.05),0 16px 32px rgba(0,0,0,.05)}@media (max-width:1179px){.resource-card--shadow-hover{box-shadow:0 16px 32px rgba(0,0,0,.05),0 8px 16px rgba(0,0,0,.05)}}.resource-card__link{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:1}.resource-card__content{display:flex;flex-direction:column;width:100%}.resource-card__img{border-radius:16px;flex-shrink:0;height:232px;margin:40px 40px 20px;overflow:hidden}.resource-card__img img{height:auto;min-height:100%;object-fit:cover;transition:.2s ease-in-out;width:100%}.resource-card:hover .resource-card__img img{transform:scale(1.1)}.resource-card__body{align-items:stretch;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:0 40px 40px;width:100%}.resource-card__tags{line-height:0;margin-bottom:24px}.resource-card__tags a{display:inline-block;position:relative;z-index:2}.resource-card__title{display:inline-block;margin-bottom:0}.resource-card__heading{display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%}.resource-card--title-half-space .resource-card__title{margin-bottom:12px}.resource-card--link-icon{display:inline-block;float:right;opacity:0}.resource-card:hover .resource-card--link-icon{opacity:1}.resource-card__summary{font-size:16px;margin:1.11rem 0 0}.resource-card__info{color:#129e8f;display:flex;flex-wrap:wrap;font-size:14px;line-height:1.5;margin-top:24px}.resource-card__date{position:relative;z-index:0}.resource-card--no-read-time .resource-card__date{margin-inline-end:0;padding-inline-end:0}.resource-card--no-read-time .resource-card__date:after{display:none}.resource-card--white{background:#fff}.resource-card--dark{background:#000;color:#fff}.resource-card--dark .resource-card__title{color:#fff}.resource-card--dark.resource-card--with-summary .resource-card__info{border-color:hsla(0,0%,100%,.2)}.resource-card--ghost{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:hsla(0,0%,100%,.1);color:#fff}.resource-card--ghost .resource-card__title{color:#fff}.resource-card--ghost.resource-card--with-summary .resource-card__info{border-color:hsla(0,0%,100%,.2)}