.content-card{border-radius:12px;box-shadow:0 16px 32px rgba(7,44,63,.05),0 8px 16px rgba(7,44,63,.05);height:100%;margin-bottom:24px;padding-bottom:.56rem;position:relative;transition:.2s ease-in-out}.content-card--no-img-just-icon{margin-top:1.82rem}.content-card--extra-bottom-space{padding-bottom:1.47rem}@media (min-width:1px){.content-card--collapse-desc:hover,.content-card--with-link:hover{box-shadow:0 32px 64px rgba(7,44,63,.05),0 16px 32px rgba(7,44,63,.05);transform:scale(1.02)}}.content-card__body a,.content-card__header a{position:relative;z-index:2}.content-card__link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.content-card__img{border-radius:12px 12px 0 0;overflow:hidden}.content-card__img img{transition:.2s ease-in-out;width:100%}.content-card__img .content-card__img-overlay{height:100%;left:0;position:absolute;top:0;width:100%}@media (min-width:1px){.content-card--collapse-desc:hover .content-card__img img,.content-card--with-link:hover .content-card__img img{transform:scale(1.03)}}.content-card__icon,.content-card__img{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.content-card__icon{margin-top:-1.82rem;padding:0 12px;transition:.2s ease-in-out}@media (min-width:1px){.content-card--collapse-desc:hover .content-card__icon,.content-card--with-link:hover .content-card__icon{transform:translateY(-.56rem)}}.content-card__header{padding:24px;transition:height .2s ease}.content-card--collapse-desc .content-card__header{cursor:pointer;position:relative;z-index:2}.content-card--no-title-space .content-card__header{padding-bottom:0}.content-card__label{color:var(--accent);font-family:DM Sans,sans-serif;font-size:.67rem;font-style:normal;font-weight:400;letter-spacing:.067rem;line-height:1rem;margin-bottom:.56rem;text-decoration:none;text-transform:uppercase}.content-card__title{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.content-card--collapse-desc .content-card__title{cursor:pointer;position:relative;z-index:2}.content-card__title-tag{margin-bottom:0;width:100%}.content-card__title:has(.card-summary) .content-card__title-tag{margin-bottom:30px}.content-card__title .card-summary>:last-child{margin-bottom:0}.content-card__chevron{background:none;border:none;border-radius:0;bottom:10px;cursor:pointer;flex-shrink:0;margin:0 12px 0 auto;padding:0;position:absolute;right:0;transition:.2s ease-in-out;z-index:2}.content-card__chevron:not(:focus-visible){outline:none}.content-card__header:hover .content-card__chevron{transform:scale(1.15)}.content-card__chevron__down,.content-card__chevron__up{display:block}.content-card__chevron__up{display:none}.content-card__chevron__down{transition:transform .2s ease-in-out}.content-card details[open]~.content-card__chevron .content-card__chevron__down{transform:rotate(180deg)}.content-card details[open]~.content-card__chevron{color:#f1d611}.content-card__date{margin-bottom:0;margin-top:24px}.content-card--no-title-space .content-card__date{margin-bottom:24px;margin-top:0}.content-card__body{padding:0 24px 48px}.content-card details[open] .content-card__body{animation:uiPop .2s ease-in-out;display:block}.content-card__desc>:last-child{margin-bottom:0}.content-card__desc+.content-card__btn{margin-top:24px}.content-card--light{background:var(--white)}.content-card--light .content-card__chevron{color:var(--dark)}.content-card--dark{background:var(--dark)}.content-card--dark .content-card__chevron{color:var(--white)}