@layer components;@layer utilities{.group{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.group--tiny{gap:calc(var(--scale-px)*5)}.group--smaller{gap:calc(var(--scale-px)*10)}.group--progress{gap:calc(var(--scale-px)*14)}.group--small{gap:var(--md,calc(var(--scale-px)*20)) var(--n-md,calc(var(--scale-px)*10))}.group--medium{gap:calc(var(--scale-px)*20)}.group--spacing{gap:var(--spacing)}.group--v-start,.group--v-start\:xs{align-items:flex-start}.group--v-center,.group--v-center\:xs{align-items:center}.group--v-end,.group--v-end\:xs{align-items:flex-end}.group--h-start,.group--h-start\:xs{justify-content:flex-start}.group--h-center,.group--h-center\:xs{justify-content:center}.group--h-end,.group--h-end\:xs{justify-content:flex-end}.group--h-between,.group--h-between\:xs{justify-content:space-between}.group--wrap,.group--wrap\:xs{flex-wrap:wrap}.group--nowrap,.group--nowrap\:xs{flex-wrap:nowrap}.group--column,.group--column\:xs{flex-direction:column}@media(min-width:568px)and (max-width:667px)and (max-aspect-ratio:13/9),(min-width:668px)and (max-aspect-ratio:10/11),(min-width:668px)and (min-height:416px),(min-width:980px){.group--v-start\:md{align-items:flex-start}.group--v-center\:md{align-items:center}.group--v-end\:md{align-items:flex-end}.group--h-start\:md{justify-content:flex-start}.group--h-center\:md{justify-content:center}.group--h-end\:md{justify-content:flex-end}.group--h-between\:md{justify-content:space-between}.group--wrap\:md{flex-wrap:wrap}.group--nowrap\:md{flex-wrap:nowrap}.group--column\:md{flex-direction:column}}@media(min-width:2400px)and (min-height:700px){.group--v-start\:xxxxl{align-items:flex-start}.group--v-center\:xxxxl{align-items:center}.group--v-end\:xxxxl{align-items:flex-end}.group--h-start\:xxxxl{justify-content:flex-start}.group--h-center\:xxxxl{justify-content:center}.group--h-end\:xxxxl{justify-content:flex-end}.group--h-between\:xxxxl{justify-content:space-between}.group--wrap\:xxxxl{flex-wrap:wrap}.group--nowrap\:xxxxl{flex-wrap:nowrap}.group--column\:xxxxl{flex-direction:column}}}
