.stack{box-sizing:border-box;display:flex}.stack--horizontal{flex-direction:row}.stack--vertical{flex-direction:column}.stack--align-start{align-items:flex-start}.stack--align-center{align-items:center}.stack--align-end{align-items:flex-end}.stack--align-stretch{align-items:stretch}.stack--align-baseline{align-items:baseline}.stack--justify-start{justify-content:flex-start}.stack--justify-center{justify-content:center}.stack--justify-end{justify-content:flex-end}.stack--justify-space-between{justify-content:space-between}.stack--justify-space-around{justify-content:space-around}.stack--justify-space-evenly{justify-content:space-evenly}.stack--gap-xs{gap:var(--spacing-xs)}.stack--gap-sm{gap:var(--spacing-sm)}.stack--gap-md{gap:var(--spacing-md)}.stack--gap-lg{gap:var(--spacing-lg)}.stack--gap-xl{gap:var(--spacing-xl)}.stack--wrap{flex-wrap:wrap}@media print{.stack{break-inside:avoid;page-break-inside:avoid}}
/*# sourceMappingURL=1a6d9e0775e4892a.css.map*/