section.cards-grid{padding:var(--section-padding-xl) var(--spacing-xxs) 0 var(--spacing-xxs);align-items:center}section.cards-grid h2{margin-bottom:var(--spacing-xl)}section.cards-grid div.cards{gap:var(--spacing-xxs);grid-template-columns:1fr;width:100%;display:grid}@media not (max-width:1024px){section.cards-grid div.cards{gap:var(--spacing-xs);grid-template-columns:repeat(5,1fr)}section.cards-grid div.cards>.card:nth-child(4n+1){grid-column:1/span 3}section.cards-grid div.cards>.card:nth-child(4n+2){grid-column:4/span 2}section.cards-grid div.cards>.card:nth-child(4n+3){grid-column:1/span 2}section.cards-grid div.cards>.card:nth-child(4n+4){grid-column:3/span 3}}section.cards-grid div.card{font-size:var(--font-size-s);line-height:var(--font-lineheight-20);padding:var(--spacing-2m) var(--spacing-s) 0 var(--spacing-s);flex-direction:column;overflow:clip}@media not (max-width:1024px){section.cards-grid div.card{gap:var(--spacing-s);font-size:var(--font-size-default);line-height:var(--font-lineheight-l);padding-top:var(--spacing-xxl)}}section.cards-grid div.card h3{font-size:var(--font-size-m);line-height:var(--font-lineheight-l);color:var(--color-blue-200)}@media not (max-width:1024px){section.cards-grid div.card h3{font-size:var(--font-size-l);line-height:var(--font-lineheight-2m)}}section.cards-grid div.card p{font-size:var(--font-size-s);line-height:var(--font-lineheight-20);max-width:560px;margin:0 0 var(--spacing-xl) 0}@media not (max-width:1024px){section.cards-grid div.card p{font-size:var(--font-size-default);line-height:var(--font-lineheight-l);margin:0}}section.cards-grid div.card div.i-image{margin-top:auto}section.cards-grid div.card img{vertical-align:bottom;max-width:min(320px,100%);height:auto}@media not (max-width:1024px){section.cards-grid div.card img{max-width:min(580px,100%)}}section.cards-grid div.card picture img{margin-top:0}section.cards-grid div.card .cards-grid-image-static{margin-top:auto}
