.flex-xs-row {
  flex-direction: row !important;
}

.flex-xs-column {
  flex-direction: column !important;
}

.flex-xs-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-xs-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-xs-wrap {
  flex-wrap: wrap !important;
}

.flex-xs-nowrap {
  flex-wrap: nowrap !important;
}

.flex-xs-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-xs-fill {
  flex: 1 1 auto !important;
}

.flex-xs-grow-0 {
  flex-grow: 0 !important;
}

.flex-xs-grow-1 {
  flex-grow: 1 !important;
}

.flex-xs-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-xs-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-xs-start {
  justify-content: flex-start !important;
}

.justify-content-xs-end {
  justify-content: flex-end !important;
}

.justify-content-xs-center {
  justify-content: center !important;
}

.justify-content-xs-between {
  justify-content: space-between !important;
}

.justify-content-xs-around {
  justify-content: space-around !important;
}

.align-items-xs-start {
  align-items: flex-start !important;
}

.align-items-xs-end {
  align-items: flex-end !important;
}

.align-items-xs-center {
  align-items: center !important;
}

.align-items-xs-baseline {
  align-items: baseline !important;
}

.align-items-xs-stretch {
  align-items: stretch !important;
}

.align-content-xs-start {
  align-content: flex-start !important;
}

.align-content-xs-end {
  align-content: flex-end !important;
}

.align-content-xs-center {
  align-content: center !important;
}

.align-content-xs-between {
  align-content: space-between !important;
}

.align-content-xs-around {
  align-content: space-around !important;
}

.align-content-xs-stretch {
  align-content: stretch !important;
}

.align-self-xs-auto {
  align-self: auto !important;
}

.align-self-xs-start {
  align-self: flex-start !important;
}

.align-self-xs-end {
  align-self: flex-end !important;
}

.align-self-xs-center {
  align-self: center !important;
}

.align-self-xs-baseline {
  align-self: baseline !important;
}

.align-self-xs-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-flex.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-flex.no-gutters > [class*="flex-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-flex .flex-col-xs-1, .row-flex .flex-col-xs-2, .row-flex .flex-col-xs-3, .row-flex .flex-col-xs-4, .row-flex .flex-col-xs-5, .row-flex .flex-col-xs-6, .row-flex .flex-col-xs-7, .row-flex .flex-col-xs-8, .row-flex .flex-col-xs-9, .row-flex .flex-col-xs-10, .row-flex .flex-col-xs-11, .row-flex .flex-col-xs-12, .row-flex .flex-col-xs,
.row-flex .flex-col-xs-auto, .row-flex .flex-col-sm-1, .row-flex .flex-col-sm-2, .row-flex .flex-col-sm-3, .row-flex .flex-col-sm-4, .row-flex .flex-col-sm-5, .row-flex .flex-col-sm-6, .row-flex .flex-col-sm-7, .row-flex .flex-col-sm-8, .row-flex .flex-col-sm-9, .row-flex .flex-col-sm-10, .row-flex .flex-col-sm-11, .row-flex .flex-col-sm-12, .row-flex .flex-col-sm,
.row-flex .flex-col-sm-auto, .row-flex .flex-col-md-1, .row-flex .flex-col-md-2, .row-flex .flex-col-md-3, .row-flex .flex-col-md-4, .row-flex .flex-col-md-5, .row-flex .flex-col-md-6, .row-flex .flex-col-md-7, .row-flex .flex-col-md-8, .row-flex .flex-col-md-9, .row-flex .flex-col-md-10, .row-flex .flex-col-md-11, .row-flex .flex-col-md-12, .row-flex .flex-col-md,
.row-flex .flex-col-md-auto, .row-flex .flex-col-lg-1, .row-flex .flex-col-lg-2, .row-flex .flex-col-lg-3, .row-flex .flex-col-lg-4, .row-flex .flex-col-lg-5, .row-flex .flex-col-lg-6, .row-flex .flex-col-lg-7, .row-flex .flex-col-lg-8, .row-flex .flex-col-lg-9, .row-flex .flex-col-lg-10, .row-flex .flex-col-lg-11, .row-flex .flex-col-lg-12, .row-flex .flex-col-lg,
.row-flex .flex-col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row-flex .flex-col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-flex .flex-col-xs-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.row-flex .flex-col-xs-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.row-flex .flex-col-xs-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.row-flex .flex-col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-flex .flex-col-xs-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-flex .flex-col-xs-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.row-flex .flex-col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-flex .flex-col-xs-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.row-flex .flex-col-xs-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.row-flex .flex-col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row-flex .flex-col-xs-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.row-flex .flex-col-xs-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.row-flex .flex-col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-flex .flex-order-xs-first {
  order: -1;
}

.row-flex .flex-order-xs-last {
  order: 13;
}

.row-flex .flex-order-xs-0 {
  order: 0;
}

.row-flex .flex-order-xs-1 {
  order: 1;
}

.row-flex .flex-order-xs-2 {
  order: 2;
}

.row-flex .flex-order-xs-3 {
  order: 3;
}

.row-flex .flex-order-xs-4 {
  order: 4;
}

.row-flex .flex-order-xs-5 {
  order: 5;
}

.row-flex .flex-order-xs-6 {
  order: 6;
}

.row-flex .flex-order-xs-7 {
  order: 7;
}

.row-flex .flex-order-xs-8 {
  order: 8;
}

.row-flex .flex-order-xs-9 {
  order: 9;
}

.row-flex .flex-order-xs-10 {
  order: 10;
}

.row-flex .flex-order-xs-11 {
  order: 11;
}

.row-flex .flex-order-xs-12 {
  order: 12;
}

.row-flex .flex-offset-xs-0 {
  margin-left: 0;
}

.row-flex .flex-offset-xs-1 {
  margin-left: 8.333333%;
}

.row-flex .flex-offset-xs-2 {
  margin-left: 16.666667%;
}

.row-flex .flex-offset-xs-3 {
  margin-left: 25%;
}

.row-flex .flex-offset-xs-4 {
  margin-left: 33.333333%;
}

.row-flex .flex-offset-xs-5 {
  margin-left: 41.666667%;
}

.row-flex .flex-offset-xs-6 {
  margin-left: 50%;
}

.row-flex .flex-offset-xs-7 {
  margin-left: 58.333333%;
}

.row-flex .flex-offset-xs-8 {
  margin-left: 66.666667%;
}

.row-flex .flex-offset-xs-9 {
  margin-left: 75%;
}

.row-flex .flex-offset-xs-10 {
  margin-left: 83.333333%;
}

.row-flex .flex-offset-xs-11 {
  margin-left: 91.666667%;
}

@media (min-width: 768px) {
  .row-flex .flex-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .flex-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .flex-col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .flex-col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .flex-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .flex-col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .flex-col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .flex-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .flex-col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .flex-col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .flex-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .flex-col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .flex-col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .flex-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .flex-order-sm-first {
    order: -1;
  }
  .row-flex .flex-order-sm-last {
    order: 13;
  }
  .row-flex .flex-order-sm-0 {
    order: 0;
  }
  .row-flex .flex-order-sm-1 {
    order: 1;
  }
  .row-flex .flex-order-sm-2 {
    order: 2;
  }
  .row-flex .flex-order-sm-3 {
    order: 3;
  }
  .row-flex .flex-order-sm-4 {
    order: 4;
  }
  .row-flex .flex-order-sm-5 {
    order: 5;
  }
  .row-flex .flex-order-sm-6 {
    order: 6;
  }
  .row-flex .flex-order-sm-7 {
    order: 7;
  }
  .row-flex .flex-order-sm-8 {
    order: 8;
  }
  .row-flex .flex-order-sm-9 {
    order: 9;
  }
  .row-flex .flex-order-sm-10 {
    order: 10;
  }
  .row-flex .flex-order-sm-11 {
    order: 11;
  }
  .row-flex .flex-order-sm-12 {
    order: 12;
  }
  .row-flex .flex-offset-sm-0 {
    margin-left: 0;
  }
  .row-flex .flex-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .row-flex .flex-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .row-flex .flex-offset-sm-3 {
    margin-left: 25%;
  }
  .row-flex .flex-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .row-flex .flex-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .row-flex .flex-offset-sm-6 {
    margin-left: 50%;
  }
  .row-flex .flex-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .row-flex .flex-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .row-flex .flex-offset-sm-9 {
    margin-left: 75%;
  }
  .row-flex .flex-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .row-flex .flex-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .row-flex .flex-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .flex-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .flex-col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .flex-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .flex-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .flex-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .flex-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .flex-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .flex-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .flex-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .flex-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .flex-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .flex-col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .flex-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .flex-order-md-first {
    order: -1;
  }
  .row-flex .flex-order-md-last {
    order: 13;
  }
  .row-flex .flex-order-md-0 {
    order: 0;
  }
  .row-flex .flex-order-md-1 {
    order: 1;
  }
  .row-flex .flex-order-md-2 {
    order: 2;
  }
  .row-flex .flex-order-md-3 {
    order: 3;
  }
  .row-flex .flex-order-md-4 {
    order: 4;
  }
  .row-flex .flex-order-md-5 {
    order: 5;
  }
  .row-flex .flex-order-md-6 {
    order: 6;
  }
  .row-flex .flex-order-md-7 {
    order: 7;
  }
  .row-flex .flex-order-md-8 {
    order: 8;
  }
  .row-flex .flex-order-md-9 {
    order: 9;
  }
  .row-flex .flex-order-md-10 {
    order: 10;
  }
  .row-flex .flex-order-md-11 {
    order: 11;
  }
  .row-flex .flex-order-md-12 {
    order: 12;
  }
  .row-flex .flex-offset-md-0 {
    margin-left: 0;
  }
  .row-flex .flex-offset-md-1 {
    margin-left: 8.333333%;
  }
  .row-flex .flex-offset-md-2 {
    margin-left: 16.666667%;
  }
  .row-flex .flex-offset-md-3 {
    margin-left: 25%;
  }
  .row-flex .flex-offset-md-4 {
    margin-left: 33.333333%;
  }
  .row-flex .flex-offset-md-5 {
    margin-left: 41.666667%;
  }
  .row-flex .flex-offset-md-6 {
    margin-left: 50%;
  }
  .row-flex .flex-offset-md-7 {
    margin-left: 58.333333%;
  }
  .row-flex .flex-offset-md-8 {
    margin-left: 66.666667%;
  }
  .row-flex .flex-offset-md-9 {
    margin-left: 75%;
  }
  .row-flex .flex-offset-md-10 {
    margin-left: 83.333333%;
  }
  .row-flex .flex-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .row-flex .flex-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .flex-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .flex-col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .flex-col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .flex-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .flex-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .flex-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .flex-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .flex-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .flex-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .flex-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .flex-col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .flex-col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .flex-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .flex-order-lg-first {
    order: -1;
  }
  .row-flex .flex-order-lg-last {
    order: 13;
  }
  .row-flex .flex-order-lg-0 {
    order: 0;
  }
  .row-flex .flex-order-lg-1 {
    order: 1;
  }
  .row-flex .flex-order-lg-2 {
    order: 2;
  }
  .row-flex .flex-order-lg-3 {
    order: 3;
  }
  .row-flex .flex-order-lg-4 {
    order: 4;
  }
  .row-flex .flex-order-lg-5 {
    order: 5;
  }
  .row-flex .flex-order-lg-6 {
    order: 6;
  }
  .row-flex .flex-order-lg-7 {
    order: 7;
  }
  .row-flex .flex-order-lg-8 {
    order: 8;
  }
  .row-flex .flex-order-lg-9 {
    order: 9;
  }
  .row-flex .flex-order-lg-10 {
    order: 10;
  }
  .row-flex .flex-order-lg-11 {
    order: 11;
  }
  .row-flex .flex-order-lg-12 {
    order: 12;
  }
  .row-flex .flex-offset-lg-0 {
    margin-left: 0;
  }
  .row-flex .flex-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .row-flex .flex-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .row-flex .flex-offset-lg-3 {
    margin-left: 25%;
  }
  .row-flex .flex-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .row-flex .flex-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .row-flex .flex-offset-lg-6 {
    margin-left: 50%;
  }
  .row-flex .flex-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .row-flex .flex-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .row-flex .flex-offset-lg-9 {
    margin-left: 75%;
  }
  .row-flex .flex-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .row-flex .flex-offset-lg-11 {
    margin-left: 91.666667%;
  }
}