.layout{display:flex;gap:var(--spacing)}.layout--spacing{margin:var(--spacing)}.layout--row{flex-direction:column}@media (width > 768px){.layout--row.layout--collapse-md{flex-direction:row}}@media (width > 1024px){.layout--row.layout--collapse-lg{flex-direction:row}}.layout--column{flex-direction:column}.layout--equal>*,.layout--quarter-three>:first-child{flex:1}.layout--quarter-three>:last-child,.layout--three-quarter>:first-child{flex:3}.layout--third-two>:first-child,.layout--three-quarter>:last-child{flex:1}.layout--third-two>:last-child,.layout--two-third>:first-child{flex:2}.layout--two-third>:last-child{flex:1}
