.flex-layout{display:flex;flex-wrap:wrap;gap:var(--gap-y) var(--gap-x)}.flex-layout.flex-row{flex-direction:row}.flex-layout.flex-col{flex-direction:column}.flex-layout.justify-stretch{justify-content:stretch}.flex-layout.justify-between{justify-content:space-between}.flex-layout.justify-around{justify-content:space-around}.flex-layout.justify-evenly{justify-content:space-evenly}.flex-layout.justify-center{justify-content:center}.flex-layout.justify-start{justify-content:start}.flex-layout.justify-end{justify-content:end}.flex-layout.items-normal{align-items:normal}.flex-layout.items-stretch{align-items:stretch}.flex-layout.items-center{align-items:center}.flex-layout.items-start{align-items:start}.flex-layout.items-end{align-items:end}.box{padding:1.5rem;border-radius:.25rem}.box-light,.box-white{color:#00334d}.box-white{background-color:#fff}.box-light{background-color:#f8fafc}.box-dark{color:#f5fcff;background-color:#00334d}
