.NewsroomStoryCard{--newsroomStoryCardBackgroundScale:1.03;--newsroomStoryCardBackgroundOverlayScaleY:1.35;--newsroomStoryCardCopyY:0;--newsroomStoryCardCtaOpacity:0;--newsroomStoryCardCtaY:40px;position:relative;display:block;overflow:hidden;width:100%;height:100%;border-radius:var(--cardBorderRadius);cursor:pointer;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media (pointer:fine){.NewsroomStoryCard:hover{--newsroomStoryCardBackgroundScale:1;--newsroomStoryCardBackgroundOverlayScaleY:1;--newsroomStoryCardCopyY:-32px;--newsroomStoryCardCtaY:34px;--newsroomStoryCardCtaOpacity:1}}.NewsroomStoryCard__wrapper{position:relative;display:block;width:100%;height:100%}.NewsroomStoryCard__content{position:relative;display:flex;gap:24px;flex-direction:column;justify-content:space-between;width:100%;height:100%;min-height:446px;padding:24px;color:#fff}@media (min-width:600px){.NewsroomStoryCard__content{min-height:290px}}.NewsroomStoryCard__background{position:absolute;top:0;left:0;width:100%;height:100%}.NewsroomStoryCard__logo.UserLogo.variant--Flat{--userLogoColorAlt:transparent}.NewsroomStoryCard__logoContainer{position:relative;display:flex;align-items:flex-start;justify-content:space-between}.NewsroomStoryCard__icon{margin-left:auto}.NewsroomStoryCard__copy{position:relative;transform:translateY(var(--newsroomStoryCardCopyY));transition:transform .6s cubic-bezier(.7,0,0,1);will-change:transform}.NewsroomStoryCard__title{max-width:468px;font:var(--fontWeightBold) 26px/36px var(--fontFamily)}.NewsroomStoryCard__cta{position:absolute;bottom:0;transform:translateY(var(--newsroomStoryCardCtaY));transition:transform .6s cubic-bezier(.7,0,0,1),opacity .6s cubic-bezier(.7,0,0,1);opacity:var(--newsroomStoryCardCtaOpacity)}.NewsroomStoryCard__body,.NewsroomStoryCard__cta{font:var(--fontWeightNormal) 15px/24px var(--fontFamily)}.NewsroomStoryCard__body{max-width:600px;margin-top:8px}.NewsroomStoryCard.variant--SideBySide{--newsroomStoryCardLogoMaxWidth:160px}.NewsroomStoryCard__logo.UserLogo{max-width:var(--newsroomStoryCardLogoMaxWidth)}