


/* line-spacing */
.fflow-wrap-reverse { flex-flow: wrap-reverse !important; }
.fflow-wrap { flex-flow: wrap !important; }
.fflow-row { flex-flow: row !important; }
.fflow-nowrap { flex-flow: nowrap !important; }
.fflow-column-reverse { flex-flow: column-reverse !important; }
.fflow-column { flex-flow: column !important; }
.fflow-unset { flex-flow: unset !important; }

@media (min-width: 576px) {
    .fflow-sm-wrap-reverse { flex-flow: wrap-reverse !important; }
    .fflow-sm-wrap { flex-flow: wrap !important; }
    .fflow-sm-row { flex-flow: row !important; }
    .fflow-sm-nowrap { flex-flow: nowrap !important; }
    .fflow-sm-column-reverse { flex-flow: column-reverse !important; }
    .fflow-sm-column { flex-flow: column !important; }
    .fflow-sm-unset { flex-flow: unset !important; }
}
@media (min-width: 768px) {
    .fflow-md-wrap-reverse { flex-flow: wrap-reverse !important; }
    .fflow-md-wrap { flex-flow: wrap !important; }
    .fflow-md-row { flex-flow: row !important; }
    .fflow-md-nowrap { flex-flow: nowrap !important; }
    .fflow-md-column-reverse { flex-flow: column-reverse !important; }
    .fflow-md-column { flex-flow: column !important; }
    .fflow-md-unset { flex-flow: unset !important; }
}
@media (min-width: 992px) {
    .fflow-lg-wrap-reverse { flex-flow: wrap-reverse !important; }
    .fflow-lg-wrap { flex-flow: wrap !important; }
    .fflow-lg-row { flex-flow: row !important; }
    .fflow-lg-nowrap { flex-flow: nowrap !important; }
    .fflow-lg-column-reverse { flex-flow: column-reverse !important; }
    .fflow-lg-column { flex-flow: column !important; }
    .fflow-lg-unset { flex-flow: unset !important; }
}
@media (min-width: 1200px) {
    .fflow-xl-wrap-reverse { flex-flow: wrap-reverse !important; }
    .fflow-xl-wrap { flex-flow: wrap !important; }
    .fflow-xl-row { flex-flow: row !important; }
    .fflow-xl-nowrap { flex-flow: nowrap !important; }
    .fflow-xl-column-reverse { flex-flow: column-reverse !important; }
    .fflow-xl-column { flex-flow: column !important; }
    .fflow-xl-unset { flex-flow: unset !important; }
}
@media (min-width: 1400px) {
    .fflow-xxl-wrap-reverse { flex-flow: wrap-reverse !important; }
    .fflow-xxl-wrap { flex-flow: wrap !important; }
    .fflow-xxl-row { flex-flow: row !important; }
    .fflow-xxl-nowrap { flex-flow: nowrap !important; }
    .fflow-xxl-column-reverse { flex-flow: column-reverse !important; }
    .fflow-xxl-column { flex-flow: column !important; }
    .fflow-xxl-unset { flex-flow: unset !important; }
}