.ac-content-cards{container-type:inline-size}.ac-content-cards__grid{align-items:stretch;display:grid;gap:clamp(var(--ac-space-4),2vw,var(--ac-space-6));grid-template-columns:repeat(3,minmax(0,1fr))}.ac-content-cards--desktop-2 .ac-content-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ac-content-cards--desktop-4 .ac-content-cards__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ac-content-card{background:var(--ac-dark-surface-card);color:var(--ac-text-inverse);display:flex;flex-direction:column;min-width:0;overflow:hidden}.ac-content-card--black{background:var(--ac-dark-surface-strong);color:var(--ac-text-inverse)}.ac-content-card--dark{background:var(--ac-dark-surface-card);color:var(--ac-text-inverse)}.ac-content-card--accent{background:var(--ac-accent);color:var(--ac-color-black)}.ac-content-card--white{background:var(--ac-surface);color:var(--ac-text)}.ac-content-card--muted{background:var(--ac-surface-muted);color:var(--ac-text)}.ac-content-card--ghost,.ac-content-card--transparent{background:transparent;color:inherit}.ac-content-card--ghost{border:1px solid var(--ac-border-inverse-strong)}.ac-module--scheme-light .ac-content-card--ghost{border-color:var(--ac-border-strong)}.ac-content-card--bordered{border:1px solid var(--ac-border)}.ac-content-card--black.ac-content-card--bordered,.ac-content-card--dark.ac-content-card--bordered{border-color:var(--ac-border-inverse)}.ac-content-card--accent.ac-content-card--bordered{border-color:var(--ac-color-black)}.ac-content-card--corners-subtle{border-radius:var(--ac-radius-md)}.ac-content-card__media{aspect-ratio:16/9;background:var(--ac-dark-surface-strong);flex:0 0 auto;overflow:hidden}.ac-content-card--ratio-landscape .ac-content-card__media{aspect-ratio:4/3}.ac-content-card--ratio-square .ac-content-card__media{aspect-ratio:1}.ac-content-card__image{display:block;height:100%;object-fit:cover;width:100%}.ac-content-card--fit-contain .ac-content-card__image{object-fit:contain}.ac-content-card__content{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;min-width:0;padding:clamp(var(--ac-space-5),3vw,var(--ac-space-8))}.ac-module--text-center .ac-content-card__content{align-items:center;text-align:center}.ac-module--text-center .ac-content-card__actions{justify-content:center}.ac-module--text-right .ac-content-card__content{align-items:flex-end;text-align:right}.ac-module--text-right .ac-content-card__actions{justify-content:flex-end}.ac-content-card--align-left .ac-content-card__content{align-items:flex-start;text-align:left}.ac-content-card--align-left .ac-content-card__actions{justify-content:flex-start}.ac-content-card--align-center .ac-content-card__content{align-items:center;text-align:center}.ac-content-card--align-center .ac-content-card__actions{justify-content:center}.ac-content-card--align-right .ac-content-card__content{align-items:flex-end;text-align:right}.ac-content-card--align-right .ac-content-card__actions{justify-content:flex-end}.ac-content-card__label{color:var(--ac-accent);font-weight:var(--ac-font-weight-bold);margin:0 0 var(--ac-space-3);text-transform:uppercase}.ac-content-card--accent .ac-content-card__label{color:inherit}.ac-content-card__title{color:inherit;margin:0;max-width:22ch;text-wrap:balance}.ac-content-card__description{font-family:var(--ac-type-body-04-family);font-size:var(--ac-type-body-04-size);font-weight:var(--ac-type-body-04-weight);line-height:var(--ac-type-body-04-line-height);margin-top:var(--ac-space-4);text-wrap:pretty;width:100%}.ac-content-card__description>:first-child{margin-top:0}.ac-content-card__description>:last-child{margin-bottom:0}.ac-content-card__actions{align-items:center;display:flex;flex-wrap:wrap;gap:var(--ac-space-3);margin-top:auto;padding-top:var(--ac-space-6);width:100%}.ac-content-card--heading-space-compact .ac-content-card__title+.ac-content-card__description{margin-top:var(--ac-space-2)}.ac-content-card--heading-space-compact .ac-content-card__title+.ac-content-card__actions{padding-top:var(--ac-space-2)}.ac-content-card--heading-space-none .ac-content-card__title+.ac-content-card__description{margin-top:0}.ac-content-card--heading-space-none .ac-content-card__title+.ac-content-card__actions{padding-top:0}.ac-content-card--content-centered .ac-content-card__content{align-items:center;justify-content:center;text-align:center}.ac-content-card--content-centered .ac-content-card__actions{justify-content:center;margin-top:0}.ac-content-card--black .ac-button--text,.ac-content-card--dark .ac-button--text{color:var(--ac-text-inverse)}.ac-content-card--accent .ac-button--text{color:inherit}.ac-content-card--black .ac-button--text:focus-visible,.ac-content-card--black .ac-button--text:hover,.ac-content-card--dark .ac-button--text:focus-visible,.ac-content-card--dark .ac-button--text:hover{color:var(--ac-accent)}.ac-content-card--accent .ac-button--text:focus-visible,.ac-content-card--accent .ac-button--text:hover{color:inherit}.ac-content-cards__placeholder{border:1px dashed;display:grid;min-height:16rem;padding:var(--ac-space-6);place-items:center;text-transform:uppercase}@media (max-width:919px){.ac-content-cards--tablet-1 .ac-content-cards__grid{grid-template-columns:minmax(0,1fr)}.ac-content-cards--tablet-2 .ac-content-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ac-content-cards--tablet-3 .ac-content-cards__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:639px){.ac-content-cards--mobile-1 .ac-content-cards__grid{grid-template-columns:minmax(0,1fr)}.ac-content-cards--mobile-2 .ac-content-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ac-content-cards--mobile-2 .ac-content-card__content{padding:var(--ac-space-4)}}