.cards__title+*{margin-top:var(--space-l)}.cards__preheader+*{margin-top:var(--space-xs)}.cards__items{-moz-column-gap:var(--space-3xs);column-gap:var(--space-3xs);display:grid;grid-template-columns:repeat(auto-fill,minmax(max(19rem,32.3333333333%),1fr));row-gap:var(--space-xs)}.cards__item{background:var(--color-grey-white,#fff);border-radius:1rem;color:var(--color-text-primary,#000);display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-s)}.cards__items--style-high .cards__item{height:100%;min-height:18.75rem}.cards__items--style-numbers .cards__item{height:100%;min-height:25.6rem}@media (max-width:48rem){.cards__items--style-numbers .cards__item{min-height:22.5rem}}.has-white-background .cards__item{background:var(--color-surface-secondary,#f5f5f5)}.cards__item .red-dot,.has-red-background .cards__item .red-dot{color:var(--color-brand-red-300,#ff6b6b);margin-bottom:auto}.has-red-background .cards__item .red-dot circle{fill:var(--color-brand-red-300,#ff6b6b)}.cards__item .preheader{margin-bottom:auto}.cards__item__number{font-size:var(--text-number);font-weight:600;line-height:var(--line-height-heading);margin:0}.cards__item__number+*{margin-top:var(--space-5xs)}.cards__item__title{font-size:var(--text-500);font-weight:700;line-height:var(--line-height-body)}.cards__items--style-numbers .cards__item__title{font-family:var(--font-family);font-size:var(--text-600);font-weight:400;line-height:1.4}.cards__item__content,.cards__items--style-numbers .has-number .cards__item__title{font-family:var(--font-family);font-size:var(--text-400);font-weight:400;line-height:var(--line-height-body)}.cards__item__content{color:var(--color-text-secondary,#666);margin-top:var(--space-5xs)}