.ds-container{width:100%;max-width:1140px;padding-inline:var(--prim-space-4);margin-inline:auto}.ds-grid{grid-template-columns:repeat(var(--ds-cols,1), minmax(0, 1fr));gap:var(--ds-gap,var(--prim-space-4));display:grid}.ds-grid--auto{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media (width>=768px){.ds-grid--2,.ds-grid--3{--ds-cols:2}}@media (width>=992px){.ds-grid--3{--ds-cols:3}}@media (width>=768px){.ds-grid--4{--ds-cols:2}}@media (width>=992px){.ds-grid--4{--ds-cols:4}}.ds-flex{display:flex}.ds-flex--center{align-items:center}.ds-flex--between{justify-content:space-between}.ds-flex--around{justify-content:space-around}.ds-flex--justify-center{justify-content:center}.ds-flex--end{justify-content:flex-end}.ds-flex--col{flex-direction:column}.ds-flex--wrap{flex-wrap:wrap}.ds-flex--nowrap{flex-wrap:nowrap}.ds-gap-1{gap:var(--prim-space-2)}.ds-gap-2{gap:var(--prim-space-3)}.ds-gap-3{gap:var(--prim-space-4)}.ds-gap-4{gap:var(--prim-space-6)}.ds-gap-5{gap:var(--prim-space-9)}