.box-container {
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}

.flex-container,
.flex-container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.flex-container {
  overflow: hidden;
}

.flex-container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2rem;
}

.row.nosep {
  margin-right: 0;
  margin-left: 0;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.centered-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.flex-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-box {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.flex-col {
  padding-left: 2rem;
}

[class^="col-xs"],
[class*=" col-xs"] {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 2rem;
}

.row.nosep>[class^="col-xs"],
.row.nosep>[class*=" col-xs"] {
  padding-left: 0;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}


/* For 5 Column Setup */

.col-xs-1-5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.col-xs-2-5 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}

.col-xs-4-5 {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
}

.col-xs-5-5 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-100p {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  max-width: 100px;
}
.col-xs-200p {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  max-width: 200px;
}
.col-xs-300p {
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  max-width: 300px;
}
.col-xs-400p {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  max-width: 400px;
}
.col-xs-500p {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  max-width: 500px;
}
.col-xs-600p {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  max-width: 600px;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col-top-xs {
  align-self: flex-start;
}

.col-middle-xs {
  align-self: center;
}

.col-bottom-xs {
  align-self: flex-end;
}

.baseline-xs {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.stretch-xs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ord-xs-1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 1;
  order: 1;
}

.ord-xs-2 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 2;
  order: 2;
}

.ord-xs-3 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 3;
  order: 3;
}

.ord-xs-4 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 4;
  order: 4;
}

.ord-xs-5 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 5;
  order: 5;
}

.ord-xs-6 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 6;
  order: 6;
}

.ord-xs-7 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 7;
  order: 7;
}

.ord-xs-8 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 8;
  order: 8;
}

.ord-xs-9 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 9;
  order: 9;
}

.ord-xs-10 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 10;
  order: 10;
}

.ord-xs-11 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 11;
  order: 11;
}

.ord-xs-12 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 12;
  order: 12;
}
.f10-xs {
  font-size: 0.1em;
}
.f20-xs {
  font-size: 0.2em;
}
.f30-xs {
  font-size: 0.3em;
}
.f40-xs {
  font-size: 0.4em;
}
.f50-xs {
  font-size: 0.5em;
}
.f60-xs {
  font-size: 0.6em;
}
.f70-xs {
  font-size: 0.7em;
}
.f80-xs {
  font-size: 0.8em;
}
.f90-xs {
  font-size: 0.9em;
}
.f100-xs {
  font-size: 1em;
}
.f110-xs {
  font-size: 1.1em;
}
.f120-xs {
  font-size: 1.2em;
}
.f130-xs {
  font-size: 1.3em;
}
.f140-xs {
  font-size: 1.4em;
}
.f150-xs {
  font-size: 1.5em;
}
.f160-xs {
  font-size: 1.6em;
}
.f170-xs {
  font-size: 1.7em;
}
.f1080-xs {
  font-size: 1.8em;
}
.f190-xs {
  font-size: 1.9em;
}
.f200-xs {
  font-size: 2em;
}
.f250-xs {
  font-size: 2.5em;
}
.f300-xs {
  font-size: 3em;
}
.f350-xs {
  font-size: 3.5em;
}
.f400-xs {
  font-size: 4em;
}
.f450-xs {
  font-size: 4.5em;
}
.f500-xs {
  font-size: 5em;
}
.f550-xs {
  font-size: 5.5em;
}
.f600-xs {
  font-size: 6em;
}
.f650-xs {
  font-size: 6.5em;
}
.f700-xs {
  font-size: 7em;
}
.f750-xs {
  font-size: 7.5em;
}
.f800-xs {
  font-size: 8em;
}
.f850-xs {
  font-size: 8.5em;
}
.f900-xs {
  font-size: 9em;
}
.f950-xs {
  font-size: 9.5em;
}
.f1000-xs {
  font-size: 10em;
}
.mt-xs {
  margin-top: 1em;
}

.mb-xs {
  margin-bottom: 1em;
}

.nmt-xs {
  margin-top: 0;
}

.nmb-xs {
  margin-bottom: 0;
}

.pt-xs {
  padding-top: 1em;
}

.pb-xs {
  padding-bottom: 1em;
}

.npt-xs {
  padding-top: 0;
}

.npb-xs {
  padding-bottom: 0;
}

.col-bottom-xs {
  align-self: flex-end;
}

.col-middle-xs {
  align-self: center;
}

.col-top-xs {
  align-self: flex-start;
}

@media only screen and (max-width: 37.49em) {
  .hide-l-sm {
    display: none !important;
  }
}


/* sm: 600px */

@media only screen and (min-width: 37.5em) {
  .hide-m-sm {
    display: none !important;
  }
  [class^="col-sm"],
  [class*=" col-sm"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .row.nosep>[class^="col-sm"],
  .row.nosep>[class*=" col-sm"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* For 5 Column Setup */
  .col-sm-1-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-sm-2-5 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-sm-4-5 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-sm-5-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-100p {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
  }
  .col-sm-200p {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
  .col-sm-300p {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 300px;
  }
  .col-sm-400p {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }
  .col-sm-500p {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
  }
  .col-sm-600p {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    max-width: 600px;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .col-top-sm {
    align-self: flex-start;
  }
  .col-middle-sm {
    align-self: center;
  }
  .col-bottom-sm {
    align-self: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-sm-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-sm-2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 2;
    order: 2;
  }
  .ord-sm-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 3;
    order: 3;
  }
  .ord-sm-4 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 4;
    order: 4;
  }
  .ord-sm-5 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 5;
    order: 5;
  }
  .ord-sm-6 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 6;
    order: 6;
  }
  .ord-sm-7 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 7;
    order: 7;
  }
  .ord-sm-8 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 8;
    order: 8;
  }
  .ord-sm-9 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 9;
    order: 9;
  }
  .ord-sm-10 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 10;
    order: 10;
  }
  .ord-sm-11 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 11;
    order: 11;
  }
  .ord-sm-12 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 12;
    order: 12;
  }
  .f10-sm {
    font-size: 0.1em;
  }
  .f20-sm {
    font-size: 0.2em;
  }
  .f30-sm {
    font-size: 0.3em;
  }
  .f40-sm {
    font-size: 0.4em;
  }
  .f50-sm {
    font-size: 0.5em;
  }
  .f60-sm {
    font-size: 0.6em;
  }
  .f70-sm {
    font-size: 0.7em;
  }
  .f80-sm {
    font-size: 0.8em;
  }
  .f90-sm {
    font-size: 0.9em;
  }
  .f100-sm {
    font-size: 1em;
  }
  .f110-sm {
    font-size: 1.1em;
  }
  .f120-sm {
    font-size: 1.2em;
  }
  .f130-sm {
    font-size: 1.3em;
  }
  .f140-sm {
    font-size: 1.4em;
  }
  .f150-sm {
    font-size: 1.5em;
  }
  .f160-sm {
    font-size: 1.6em;
  }
  .f170-sm {
    font-size: 1.7em;
  }
  .f1080-sm {
    font-size: 1.8em;
  }
  .f190-sm {
    font-size: 1.9em;
  }
  .f200-sm {
    font-size: 2em;
  }
  .f250-sm {
    font-size: 2.5em;
  }
  .f300-sm {
    font-size: 3em;
  }
  .f350-sm {
    font-size: 3.5em;
  }
  .f400-sm {
    font-size: 4em;
  }
  .f450-sm {
    font-size: 4.5em;
  }
  .f500-sm {
    font-size: 5em;
  }
  .f550-sm {
    font-size: 5.5em;
  }
  .f600-sm {
    font-size: 6em;
  }
  .f650-sm {
    font-size: 6.5em;
  }
  .f700-sm {
    font-size: 7em;
  }
  .f750-sm {
    font-size: 7.5em;
  }
  .f800-sm {
    font-size: 8em;
  }
  .f850-sm {
    font-size: 8.5em;
  }
  .f900-sm {
    font-size: 9em;
  }
  .f950-sm {
    font-size: 9.5em;
  }
  .f1000-sm {
    font-size: 10em;
  }
  .mt-sm {
    margin-top: 1em;
  }
  .mb-sm {
    margin-bottom: 1em;
  }
  .nmt-sm {
    margin-top: 0;
  }
  .nmb-sm {
    margin-bottom: 0;
  }
  .pt-sm {
    padding-top: 1em;
  }
  .pb-sm {
    padding-bottom: 1em;
  }
  .npt-sm {
    padding-top: 0;
  }
  .npb-sm {
    padding-bottom: 0;
  }
  .col-bottom-sm {
    align-self: flex-end;
  }
  .col-middle-sm {
    align-self: center;
  }
  .col-top-sm {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 47.99em) {
  .hide-l-md {
    display: none !important;
  }
}


/* md: 768px */

@media only screen and (min-width: 48em) {
  .hide-m-md {
    display: none !important;
  }
  [class^="col-md"],
  [class*=" col-md"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .row.nosep>[class^="col-md"],
  .row.nosep>[class*=" col-md"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* For 5 Column Setup */
  .col-md-1-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-md-2-5 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-md-4-5 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-md-5-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-200p {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
  .col-md-300p {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 300px;
  }
  .col-md-400p {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }
  .col-md-500p {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
  }
  .col-md-600p {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    max-width: 600px;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .col-top-md {
    align-self: flex-start;
  }
  .col-middle-md {
    align-self: center;
  }
  .col-bottom-md {
    align-self: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-md-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-md-2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 2;
    order: 2;
  }
  .ord-md-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 3;
    order: 3;
  }
  .ord-md-4 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 4;
    order: 4;
  }
  .ord-md-5 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 5;
    order: 5;
  }
  .ord-md-6 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 6;
    order: 6;
  }
  .ord-md-7 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 7;
    order: 7;
  }
  .ord-md-8 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 8;
    order: 8;
  }
  .ord-md-9 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 9;
    order: 9;
  }
  .ord-md-10 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 10;
    order: 10;
  }
  .ord-md-11 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 11;
    order: 11;
  }
  .ord-md-12 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 12;
    order: 12;
  }
  .f10-md {
    font-size: 0.1em;
  }
  .f20-md {
    font-size: 0.2em;
  }
  .f30-md {
    font-size: 0.3em;
  }
  .f40-md {
    font-size: 0.4em;
  }
  .f50-md {
    font-size: 0.5em;
  }
  .f60-md {
    font-size: 0.6em;
  }
  .f70-md {
    font-size: 0.7em;
  }
  .f80-md {
    font-size: 0.8em;
  }
  .f90-md {
    font-size: 0.9em;
  }
  .f100-md {
    font-size: 1em;
  }
  .f110-md {
    font-size: 1.1em;
  }
  .f120-md {
    font-size: 1.2em;
  }
  .f130-md {
    font-size: 1.3em;
  }
  .f140-md {
    font-size: 1.4em;
  }
  .f150-md {
    font-size: 1.5em;
  }
  .f160-md {
    font-size: 1.6em;
  }
  .f170-md {
    font-size: 1.7em;
  }
  .f1080-md {
    font-size: 1.8em;
  }
  .f190-md {
    font-size: 1.9em;
  }
  .f200-md {
    font-size: 2em;
  }
  .f250-md {
    font-size: 2.5em;
  }
  .f300-md {
    font-size: 3em;
  }
  .f350-md {
    font-size: 3.5em;
  }
  .f400-md {
    font-size: 4em;
  }
  .f450-md {
    font-size: 4.5em;
  }
  .f500-md {
    font-size: 5em;
  }
  .f550-md {
    font-size: 5.5em;
  }
  .f600-md {
    font-size: 6em;
  }
  .f650-md {
    font-size: 6.5em;
  }
  .f700-md {
    font-size: 7em;
  }
  .f750-md {
    font-size: 7.5em;
  }
  .f800-md {
    font-size: 8em;
  }
  .f850-md {
    font-size: 8.5em;
  }
  .f900-md {
    font-size: 9em;
  }
  .f950-md {
    font-size: 9.5em;
  }
  .f1000-md {
    font-size: 10em;
  }
  .mt-md {
    margin-top: 1em;
  }
  .mb-md {
    margin-bottom: 1em;
  }
  .nmt-md {
    margin-top: 0;
  }
  .nmb-md {
    margin-bottom: 0;
  }
  .pt-md {
    padding-top: 1em;
  }
  .pb-md {
    padding-bottom: 1em;
  }
  .npt-md {
    padding-top: 0;
  }
  .npb-md {
    padding-bottom: 0;
  }
  .col-bottom-md {
    align-self: flex-end;
  }
  .col-middle-md {
    align-self: center;
  }
  .col-top-md {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 62.49em) {
  .hide-l-lg {
    display: none !important;
  }
}


/* lg: 1000px */

@media only screen and (min-width: 62.5em) {
  .hide-m-lg {
    display: none !important;
  }
  [class^="col-lg"],
  [class*=" col-lg"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .row.nosep>[class^="col-lg"],
  .row.nosep>[class*=" col-lg"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* For 5 Column Setup */
  .col-lg-1-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-lg-2-5 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-lg-4-5 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-lg-5-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-200p {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
  .col-lg-300p {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 300px;
  }
  .col-lg-400p {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }
  .col-lg-500p {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
  }
  .col-lg-600p {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    max-width: 600px;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .col-top-lg {
    align-self: flex-start;
  }
  .col-middle-lg {
    align-self: center;
  }
  .col-bottom-lg {
    align-self: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-lg-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-lg-2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 2;
    order: 2;
  }
  .ord-lg-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 3;
    order: 3;
  }
  .ord-lg-4 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 4;
    order: 4;
  }
  .ord-lg-5 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 5;
    order: 5;
  }
  .ord-lg-6 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 6;
    order: 6;
  }
  .ord-lg-7 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 7;
    order: 7;
  }
  .ord-lg-8 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 8;
    order: 8;
  }
  .ord-lg-9 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 9;
    order: 9;
  }
  .ord-lg-10 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 10;
    order: 10;
  }
  .ord-lg-11 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 11;
    order: 11;
  }
  .ord-lg-12 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 12;
    order: 12;
  }
  .f10-lg {
    font-size: 0.1em;
  }
  .f20-lg {
    font-size: 0.2em;
  }
  .f30-lg {
    font-size: 0.3em;
  }
  .f40-lg {
    font-size: 0.4em;
  }
  .f50-lg {
    font-size: 0.5em;
  }
  .f60-lg {
    font-size: 0.6em;
  }
  .f70-lg {
    font-size: 0.7em;
  }
  .f80-lg {
    font-size: 0.8em;
  }
  .f90-lg {
    font-size: 0.9em;
  }
  .f100-lg {
    font-size: 1em;
  }
  .f110-lg {
    font-size: 1.1em;
  }
  .f120-lg {
    font-size: 1.2em;
  }
  .f130-lg {
    font-size: 1.3em;
  }
  .f140-lg {
    font-size: 1.4em;
  }
  .f150-lg {
    font-size: 1.5em;
  }
  .f160-lg {
    font-size: 1.6em;
  }
  .f170-lg {
    font-size: 1.7em;
  }
  .f1080-lg {
    font-size: 1.8em;
  }
  .f190-lg {
    font-size: 1.9em;
  }
  .f200-lg {
    font-size: 2em;
  }
  .f250-lg {
    font-size: 2.5em;
  }
  .f300-lg {
    font-size: 3em;
  }
  .f350-lg {
    font-size: 3.5em;
  }
  .f400-lg {
    font-size: 4em;
  }
  .f450-lg {
    font-size: 4.5em;
  }
  .f500-lg {
    font-size: 5em;
  }
  .f550-lg {
    font-size: 5.5em;
  }
  .f600-lg {
    font-size: 6em;
  }
  .f650-lg {
    font-size: 6.5em;
  }
  .f700-lg {
    font-size: 7em;
  }
  .f750-lg {
    font-size: 7.5em;
  }
  .f800-lg {
    font-size: 8em;
  }
  .f850-lg {
    font-size: 8.5em;
  }
  .f900-lg {
    font-size: 9em;
  }
  .f950-lg {
    font-size: 9.5em;
  }
  .f1000-lg {
    font-size: 10em;
  }
  .mt-lg {
    margin-top: 1em;
  }
  .mb-lg {
    margin-bottom: 1em;
  }
  .nmt-lg {
    margin-top: 0;
  }
  .nmb-lg {
    margin-bottom: 0;
  }
  .pt-lg {
    padding-top: 1em;
  }
  .pb-lg {
    padding-bottom: 1em;
  }
  .npt-lg {
    padding-top: 0;
  }
  .npb-lg {
    padding-bottom: 0;
  }
  .col-bottom-lg {
    align-self: flex-end;
  }
  .col-middle-lg {
    align-self: center;
  }
  .col-top-lg {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 74.99em) {
  .hide-l-xl {
    display: none !important;
  }
}


/* xl: 1200px */

@media only screen and (min-width: 75em) {
  .hide-m-xl {
    display: none !important;
  }
  [class^="col-xl"],
  [class*=" col-xl"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .row.nosep>[class^="col-xl"],
  .row.nosep>[class*=" col-xl"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  /* For 5 Column Setup */
  .col-xl-1-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-xl-2-5 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-xl-4-5 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-xl-5-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-200p {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
  .col-xl-300p {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 300px;
  }
  .col-xl-400p {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }
  .col-xl-500p {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
  }
  .col-xl-600p {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    max-width: 600px;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .col-top-xl {
    align-self: flex-start;
  }
  .col-middle-xl {
    align-self: center;
  }
  .col-bottom-xl {
    align-self: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-xl-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-xl-2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 2;
    order: 2;
  }
  .ord-xl-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 3;
    order: 3;
  }
  .ord-xl-4 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 4;
    order: 4;
  }
  .ord-xl-5 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 5;
    order: 5;
  }
  .ord-xl-6 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 6;
    order: 6;
  }
  .ord-xl-7 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 7;
    order: 7;
  }
  .ord-xl-8 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 8;
    order: 8;
  }
  .ord-xl-9 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 9;
    order: 9;
  }
  .ord-xl-10 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 10;
    order: 10;
  }
  .ord-xl-11 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 11;
    order: 11;
  }
  .ord-xl-12 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 12;
    order: 12;
  }
  .f10-xl {
    font-size: 0.1em;
  }
  .f20-xl {
    font-size: 0.2em;
  }
  .f30-xl {
    font-size: 0.3em;
  }
  .f40-xl {
    font-size: 0.4em;
  }
  .f50-xl {
    font-size: 0.5em;
  }
  .f60-xl {
    font-size: 0.6em;
  }
  .f70-xl {
    font-size: 0.7em;
  }
  .f80-xl {
    font-size: 0.8em;
  }
  .f90-xl {
    font-size: 0.9em;
  }
  .f100-xl {
    font-size: 1em;
  }
  .f110-xl {
    font-size: 1.1em;
  }
  .f120-xl {
    font-size: 1.2em;
  }
  .f130-xl {
    font-size: 1.3em;
  }
  .f140-xl {
    font-size: 1.4em;
  }
  .f150-xl {
    font-size: 1.5em;
  }
  .f160-xl {
    font-size: 1.6em;
  }
  .f170-xl {
    font-size: 1.7em;
  }
  .f1080-xl {
    font-size: 1.8em;
  }
  .f190-xl {
    font-size: 1.9em;
  }
  .f200-xl {
    font-size: 2em;
  }
  .f250-xl {
    font-size: 2.5em;
  }
  .f300-xl {
    font-size: 3em;
  }
  .f350-xl {
    font-size: 3.5em;
  }
  .f400-xl {
    font-size: 4em;
  }
  .f450-xl {
    font-size: 4.5em;
  }
  .f500-xl {
    font-size: 5em;
  }
  .f550-xl {
    font-size: 5.5em;
  }
  .f600-xl {
    font-size: 6em;
  }
  .f650-xl {
    font-size: 6.5em;
  }
  .f700-xl {
    font-size: 7em;
  }
  .f750-xl {
    font-size: 7.5em;
  }
  .f800-xl {
    font-size: 8em;
  }
  .f850-xl {
    font-size: 8.5em;
  }
  .f900-xl {
    font-size: 9em;
  }
  .f950-xl {
    font-size: 9.5em;
  }
  .f1000-xl {
    font-size: 10em;
  }
  .mt-xl {
    margin-top: 1em;
  }
  .mb-xl {
    margin-bottom: 1em;
  }
  .nmt-xl {
    margin-top: 0;
  }
  .nmb-xl {
    margin-bottom: 0;
  }
  .pt-xl {
    padding-top: 1em;
  }
  .pb-xl {
    padding-bottom: 1em;
  }
  .npt-xl {
    padding-top: 0;
  }
  .npb-xl {
    padding-bottom: 0;
  }
  .col-bottom-xl {
    align-self: flex-end;
  }
  .col-middle-xl {
    align-self: center;
  }
  .col-top-xl {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 99.99em) {
  .hide-l-xxl {
    display: none !important;
  }
}


/* xxl: 1600px */

@media only screen and (min-width: 100em) {
  .hide-m-xxl {
    display: none !important;
  }
  [class^="col-xxl"],
  [class*=" col-xxl"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .row.nosep>[class^="col-xxl"],
  .row.nosep>[class*=" col-xxl"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  /* For 5 Column Setup */
  .col-xxl-1-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-xxl-2-5 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-xxl-4-5 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-xxl-5-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xxl-200p {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
  .col-xxl-300p {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 300px;
  }
  .col-xxl-400p {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }
  .col-xxl-500p {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
  }
  .col-xxl-600p {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    max-width: 600px;
  }
  .start-xxl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-xxl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xxl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-xxl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xxl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xxl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .col-top-xxl {
    align-self: flex-start;
  }
  .col-middle-xxl {
    align-self: center;
  }
  .col-bottom-xxl {
    align-self: flex-end;
  }
  .around-xxl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xxl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xxl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xxl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-xxl-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 1;
    order: 1;
  }
  .ord-xxl-2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 2;
    order: 2;
  }
  .ord-xxl-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 3;
    order: 3;
  }
  .ord-xxl-4 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 4;
    order: 4;
  }
  .ord-xxl-5 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 5;
    order: 5;
  }
  .ord-xxl-6 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 6;
    order: 6;
  }
  .ord-xxl-7 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 7;
    order: 7;
  }
  .ord-xxl-8 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 8;
    order: 8;
  }
  .ord-xxl-9 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 9;
    order: 9;
  }
  .ord-xxl-10 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 10;
    order: 10;
  }
  .ord-xxl-11 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 11;
    order: 11;
  }
  .ord-xxl-12 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 12;
    order: 12;
  }
  .f10-xxl {
    font-size: 0.1em;
  }
  .f20-xxl {
    font-size: 0.2em;
  }
  .f30-xxl {
    font-size: 0.3em;
  }
  .f40-xxl {
    font-size: 0.4em;
  }
  .f50-xxl {
    font-size: 0.5em;
  }
  .f60-xxl {
    font-size: 0.6em;
  }
  .f70-xxl {
    font-size: 0.7em;
  }
  .f80-xxl {
    font-size: 0.8em;
  }
  .f90-xxl {
    font-size: 0.9em;
  }
  .f100-xxl {
    font-size: 1em;
  }
  .f110-xxl {
    font-size: 1.1em;
  }
  .f120-xxl {
    font-size: 1.2em;
  }
  .f130-xxl {
    font-size: 1.3em;
  }
  .f140-xxl {
    font-size: 1.4em;
  }
  .f150-xxl {
    font-size: 1.5em;
  }
  .f160-xxl {
    font-size: 1.6em;
  }
  .f170-xxl {
    font-size: 1.7em;
  }
  .f1080-xxl {
    font-size: 1.8em;
  }
  .f190-xxl {
    font-size: 1.9em;
  }
  .f200-xxl {
    font-size: 2em;
  }
  .f250-xxl {
    font-size: 2.5em;
  }
  .f300-xxl {
    font-size: 3em;
  }
  .f350-xxl {
    font-size: 3.5em;
  }
  .f400-xxl {
    font-size: 4em;
  }
  .f450-xxl {
    font-size: 4.5em;
  }
  .f500-xxl {
    font-size: 5em;
  }
  .f550-xxl {
    font-size: 5.5em;
  }
  .f600-xxl {
    font-size: 6em;
  }
  .f650-xxl {
    font-size: 6.5em;
  }
  .f700-xxl {
    font-size: 7em;
  }
  .f750-xxl {
    font-size: 7.5em;
  }
  .f800-xxl {
    font-size: 8em;
  }
  .f850-xxl {
    font-size: 8.5em;
  }
  .f900-xxl {
    font-size: 9em;
  }
  .f950-xxl {
    font-size: 9.5em;
  }
  .f1000-xxl {
    font-size: 10em;
  }
  .mt-xxl {
    margin-top: 1em;
  }
  .mb-xxl {
    margin-bottom: 1em;
  }
  .nmt-xxl {
    margin-top: 0;
  }
  .nmb-xxl {
    margin-bottom: 0;
  }
  .pt-xxl {
    padding-top: 1em;
  }
  .pb-xxl {
    padding-bottom: 1em;
  }
  .npt-xxl {
    padding-top: 0;
  }
  .npb-xxl {
    padding-bottom: 0;
  }
  .col-bottom-xxl {
    align-self: flex-end;
  }
  .col-middle-xxl {
    align-self: center;
  }
  .col-top-xxl {
    align-self: flex-start;
  }
}
