.flex-container{display:flex}.flex-wrap{flex-wrap:wrap}.flex-dir-row{flex-direction:row}.flex-dir-column{flex-direction:column}.justify-flex-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-flex-end{justify-content:flex-end}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.justify-space-evenly{justify-content:space-evenly}.items-stretch{align-items:stretch}.items-flex-start{align-items:flex-start}.items-center{align-items:center}.items-flex-end{align-items:flex-end}.items-baseline{align-items:baseline}@media screen and (max-width:768px){.sm\:flex-dir-row{flex-direction:row}.sm\:flex-dir-column{flex-direction:column}.sm\:justify-center{justify-content:center}.sm\:items-center{align-items:center}}@media screen and (min-width:768px){.md\:flex-dir-row{flex-direction:row}.md\:flex-dir-column{flex-direction:column}.md\:justify-space-between{justify-content:space-between}.md\:items-flex-end{align-items:flex-end}}@media screen and (min-width:1024px){.ml\:flex-dir-row{flex-direction:row}.ml\:flex-dir-column{flex-direction:column}}@media screen and (min-width:1368px){.xl\:flex-dir-row{flex-direction:row}.xl\:flex-dir-column{flex-direction:column}}
