.text{color:#2f2e0c;font-family:Gravity,sans-serif}.layout_row{display:flex;width:100%}.layout_row.wrap{flex-wrap:wrap}.layout_row.justify-start{justify-content:flex-start}.layout_row.justify-end{justify-content:flex-end}.layout_row.justify-between{justify-content:space-between}.layout_row.justify-around{justify-content:space-around}.layout_row.align-start{align-items:flex-start}.layout_row.align-end{align-items:flex-end}.layout_row.align-center{align-items:center}.layout_row.align-stretch{align-items:stretch}@media screen and (width<=768px){.layout_row.wrap{gap:8px}}.layout_col{display:flex;flex-direction:column;width:100%}.layout_col.justify-start{justify-content:flex-start}.layout_col.justify-end{justify-content:flex-end}.layout_col.justify-between{justify-content:space-between}.layout_col.justify-around{justify-content:space-around}.layout_col.align-start{align-items:flex-start}.layout_col.align-end{align-items:flex-end}.layout_col.align-center{align-items:center}.layout_col.align-stretch{align-items:stretch}
