@media (min-width: 576px) {
  .mti .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .mti .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .mti .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .mti .container {
    max-width: 1140px;
  }
}
.mti .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mti .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.mti .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.mti .no-gutters > .col,
.mti .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.mti .col-2, .mti .col-3, .mti .col-4, .mti .col-5, .mti .col-6, .mti .col-7, .mti .col-8, .mti .col-9, .mti .col-10, .mti .col-11, .mti .col-12, .mti .col,
.mti .col-sm-1, .mti .col-sm-2, .mti .col-sm-3, .mti .col-sm-4, .mti .col-sm-5, .mti .col-sm-6, .mti .col-sm-7, .mti .col-sm-8, .mti .col-sm-9, .mti .col-sm-10, .mti .col-sm-11, .mti .col-sm-12, .mti .col-sm,
.mti .col-sm-auto, .mti .col-md-1, .mti .col-md-2, .mti .col-md-3, .mti .col-md-4, .mti .col-md-5, .mti .col-md-6, .mti .col-md-7, .mti .col-md-8, .mti .col-md-9, .mti .col-md-10, .mti .col-md-11, .mti .col-md-12, .mti .col-md,
.mti .col-md-auto, .mti .col-lg-1, .mti .col-lg-2, .mti .col-lg-3, .mti .col-lg-4, .mti .col-lg-5, .mti .col-lg-6, .mti .col-lg-7, .mti .col-lg-8, .mti .col-lg-9, .mti .col-lg-10, .mti .col-lg-11, .mti .col-lg-12, .mti .col-lg,
.mti .col-lg-auto, .mti .col-xl-1, .mti .col-xl-2, .mti .col-xl-3, .mti .col-xl-4, .mti .col-xl-5, .mti .col-xl-6, .mti .col-xl-7, .mti .col-xl-8, .mti .col-xl-9, .mti .col-xl-10, .mti .col-xl-11, .mti .col-xl-12, .mti .col-xl,
.mti .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.mti .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.mti .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .mti {
    /*.col-sm {*/
    /*  -ms-flex-preferred-size: 0;*/
    /*  flex-basis: 0;*/
    /*  -ms-flex-positive: 1;*/
    /*  flex-grow: 1;*/
    /*  max-width: 100%;*/
    /*}*/
    /*.col-sm-auto {*/
    /*  -ms-flex: 0 0 auto;*/
    /*  flex: 0 0 auto;*/
    /*  width: auto;*/
    /*  max-width: 100%;*/
    /*}*/
    /*.col-sm-1 {*/
    /*  -ms-flex: 0 0 8.333333%;*/
    /*  flex: 0 0 8.333333%;*/
    /*  max-width: 8.333333%;*/
    /*}*/
    /*.col-sm-2 {*/
    /*  -ms-flex: 0 0 16.666667%;*/
    /*  flex: 0 0 16.666667%;*/
    /*  max-width: 16.666667%;*/
    /*}*/
    /*.col-sm-3 {*/
    /*  -ms-flex: 0 0 25%;*/
    /*  flex: 0 0 25%;*/
    /*  max-width: 25%;*/
    /*}*/
    /*.col-sm-4 {*/
    /*  -ms-flex: 0 0 33.333333%;*/
    /*  flex: 0 0 33.333333%;*/
    /*  max-width: 33.333333%;*/
    /*}*/
    /*.col-sm-8 {*/
    /*  -ms-flex: 0 0 66.666667%;*/
    /*  flex: 0 0 66.666667%;*/
    /*  max-width: 66.666667%;*/
    /*}*/
    /*.col-sm-9 {*/
    /*  -ms-flex: 0 0 75%;*/
    /*  flex: 0 0 75%;*/
    /*  max-width: 75%;*/
    /*}*/
    /*.col-sm-10 {*/
    /*  -ms-flex: 0 0 83.333333%;*/
    /*  flex: 0 0 83.333333%;*/
    /*  max-width: 83.333333%;*/
    /*}*/
    /*.col-sm-11 {*/
    /*  -ms-flex: 0 0 91.666667%;*/
    /*  flex: 0 0 91.666667%;*/
    /*  max-width: 91.666667%;*/
    /*}*/
    /*.order-sm-first {*/
    /*  -ms-flex-order: -1;*/
    /*  order: -1;*/
    /*}*/
    /*.order-sm-last {*/
    /*  -ms-flex-order: 13;*/
    /*  order: 13;*/
    /*}*/
    /*.order-sm-0 {*/
    /*  -ms-flex-order: 0;*/
    /*  order: 0;*/
    /*}*/
    /*.order-sm-1 {*/
    /*  -ms-flex-order: 1;*/
    /*  order: 1;*/
    /*}*/
    /*.order-sm-2 {*/
    /*  -ms-flex-order: 2;*/
    /*  order: 2;*/
    /*}*/
    /*.order-sm-3 {*/
    /*  -ms-flex-order: 3;*/
    /*  order: 3;*/
    /*}*/
    /*.order-sm-4 {*/
    /*  -ms-flex-order: 4;*/
    /*  order: 4;*/
    /*}*/
    /*.order-sm-5 {*/
    /*  -ms-flex-order: 5;*/
    /*  order: 5;*/
    /*}*/
    /*.order-sm-6 {*/
    /*  -ms-flex-order: 6;*/
    /*  order: 6;*/
    /*}*/
    /*.order-sm-7 {*/
    /*  -ms-flex-order: 7;*/
    /*  order: 7;*/
    /*}*/
    /*.order-sm-8 {*/
    /*  -ms-flex-order: 8;*/
    /*  order: 8;*/
    /*}*/
    /*.order-sm-9 {*/
    /*  -ms-flex-order: 9;*/
    /*  order: 9;*/
    /*}*/
    /*.order-sm-10 {*/
    /*  -ms-flex-order: 10;*/
    /*  order: 10;*/
    /*}*/
    /*.order-sm-11 {*/
    /*  -ms-flex-order: 11;*/
    /*  order: 11;*/
    /*}*/
    /*.order-sm-12 {*/
    /*  -ms-flex-order: 12;*/
    /*  order: 12;*/
    /*}*/
    /*.offset-sm-0 {*/
    /*  margin-left: 0;*/
    /*}*/
    /*.offset-sm-1 {*/
    /*  margin-left: 8.333333%;*/
    /*}*/
    /*.offset-sm-2 {*/
    /*  margin-left: 16.666667%;*/
    /*}*/
    /*.offset-sm-3 {*/
    /*  margin-left: 25%;*/
    /*}*/
    /*.offset-sm-4 {*/
    /*  margin-left: 33.333333%;*/
    /*}*/
    /*.offset-sm-5 {*/
    /*  margin-left: 41.666667%;*/
    /*}*/
    /*.offset-sm-6 {*/
    /*  margin-left: 50%;*/
    /*}*/
    /*.offset-sm-7 {*/
    /*  margin-left: 58.333333%;*/
    /*}*/
    /*.offset-sm-8 {*/
    /*  margin-left: 66.666667%;*/
    /*}*/
    /*.offset-sm-9 {*/
    /*  margin-left: 75%;*/
    /*}*/
    /*.offset-sm-10 {*/
    /*  margin-left: 83.333333%;*/
    /*}*/
    /*.offset-sm-11 {*/
    /*  margin-left: 91.666667%;*/
    /*}*/
  }
  .mti .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mti .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mti .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mti .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .mti {
    /*.col-md {*/
    /*  -ms-flex-preferred-size: 0;*/
    /*  flex-basis: 0;*/
    /*  -ms-flex-positive: 1;*/
    /*  flex-grow: 1;*/
    /*  max-width: 100%;*/
    /*}*/
    /*.col-md-auto {*/
    /*  -ms-flex: 0 0 auto;*/
    /*  flex: 0 0 auto;*/
    /*  width: auto;*/
    /*  max-width: 100%;*/
    /*}*/
    /*.col-md-1 {*/
    /*  -ms-flex: 0 0 8.333333%;*/
    /*  flex: 0 0 8.333333%;*/
    /*  max-width: 8.333333%;*/
    /*}*/
    /*.col-md-2 {*/
    /*  -ms-flex: 0 0 16.666667%;*/
    /*  flex: 0 0 16.666667%;*/
    /*  max-width: 16.666667%;*/
    /*}*/
    /*.order-md-last {*/
    /*  -ms-flex-order: 13;*/
    /*  order: 13;*/
    /*}*/
    /*.order-md-0 {*/
    /*  -ms-flex-order: 0;*/
    /*  order: 0;*/
    /*}*/
    /*.order-md-2 {*/
    /*  -ms-flex-order: 2;*/
    /*  order: 2;*/
    /*}*/
    /*.order-md-3 {*/
    /*  -ms-flex-order: 3;*/
    /*  order: 3;*/
    /*}*/
    /*.order-md-4 {*/
    /*  -ms-flex-order: 4;*/
    /*  order: 4;*/
    /*}*/
    /*.order-md-5 {*/
    /*  -ms-flex-order: 5;*/
    /*  order: 5;*/
    /*}*/
    /*.order-md-6 {*/
    /*  -ms-flex-order: 6;*/
    /*  order: 6;*/
    /*}*/
    /*.order-md-7 {*/
    /*  -ms-flex-order: 7;*/
    /*  order: 7;*/
    /*}*/
    /*.order-md-8 {*/
    /*  -ms-flex-order: 8;*/
    /*  order: 8;*/
    /*}*/
    /*.order-md-9 {*/
    /*  -ms-flex-order: 9;*/
    /*  order: 9;*/
    /*}*/
    /*.order-md-10 {*/
    /*  -ms-flex-order: 10;*/
    /*  order: 10;*/
    /*}*/
    /*.order-md-11 {*/
    /*  -ms-flex-order: 11;*/
    /*  order: 11;*/
    /*}*/
    /*.offset-md-0 {*/
    /*  margin-left: 0;*/
    /*}*/
    /*.offset-md-1 {*/
    /*  margin-left: 8.333333%;*/
    /*}*/
    /*.offset-md-3 {*/
    /*  margin-left: 25%;*/
    /*}*/
    /*.offset-md-4 {*/
    /*  margin-left: 33.333333%;*/
    /*}*/
    /*.offset-md-5 {*/
    /*  margin-left: 41.666667%;*/
    /*}*/
    /*.offset-md-6 {*/
    /*  margin-left: 50%;*/
    /*}*/
    /*.offset-md-7 {*/
    /*  margin-left: 58.333333%;*/
    /*}*/
    /*.offset-md-8 {*/
    /*  margin-left: 66.666667%;*/
    /*}*/
    /*.offset-md-9 {*/
    /*  margin-left: 75%;*/
    /*}*/
    /*.offset-md-10 {*/
    /*  margin-left: 83.333333%;*/
    /*}*/
    /*.offset-md-11 {*/
    /*  margin-left: 91.666667%;*/
    /*}*/
  }
  .mti .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mti .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mti .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mti .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mti .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mti .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mti .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mti .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mti .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mti .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mti .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .mti .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .mti .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .mti .offset-md-2 {
    margin-left: 16.666667%;
  }
}
@media (min-width: 992px) {
  .mti {
    /*.col-lg {*/
    /*  -ms-flex-preferred-size: 0;*/
    /*  flex-basis: 0;*/
    /*  -ms-flex-positive: 1;*/
    /*  flex-grow: 1;*/
    /*  max-width: 100%;*/
    /*}*/
    /*.col-lg-auto {*/
    /*  -ms-flex: 0 0 auto;*/
    /*  flex: 0 0 auto;*/
    /*  width: auto;*/
    /*  max-width: 100%;*/
    /*}*/
    /*.col-lg-1 {*/
    /*  -ms-flex: 0 0 8.333333%;*/
    /*  flex: 0 0 8.333333%;*/
    /*  max-width: 8.333333%;*/
    /*}*/
    /*.order-lg-first {*/
    /*  -ms-flex-order: -1;*/
    /*  order: -1;*/
    /*}*/
    /*.order-lg-last {*/
    /*  -ms-flex-order: 13;*/
    /*  order: 13;*/
    /*}*/
    /*.order-lg-1 {*/
    /*  -ms-flex-order: 1;*/
    /*  order: 1;*/
    /*}*/
    /*.order-lg-2 {*/
    /*  -ms-flex-order: 2;*/
    /*  order: 2;*/
    /*}*/
    /*.order-lg-3 {*/
    /*  -ms-flex-order: 3;*/
    /*  order: 3;*/
    /*}*/
    /*.order-lg-4 {*/
    /*  -ms-flex-order: 4;*/
    /*  order: 4;*/
    /*}*/
    /*.order-lg-5 {*/
    /*  -ms-flex-order: 5;*/
    /*  order: 5;*/
    /*}*/
    /*.order-lg-6 {*/
    /*  -ms-flex-order: 6;*/
    /*  order: 6;*/
    /*}*/
    /*.order-lg-7 {*/
    /*  -ms-flex-order: 7;*/
    /*  order: 7;*/
    /*}*/
    /*.order-lg-8 {*/
    /*  -ms-flex-order: 8;*/
    /*  order: 8;*/
    /*}*/
    /*.order-lg-9 {*/
    /*  -ms-flex-order: 9;*/
    /*  order: 9;*/
    /*}*/
    /*.order-lg-10 {*/
    /*  -ms-flex-order: 10;*/
    /*  order: 10;*/
    /*}*/
    /*.order-lg-11 {*/
    /*  -ms-flex-order: 11;*/
    /*  order: 11;*/
    /*}*/
    /*.order-lg-12 {*/
    /*  -ms-flex-order: 12;*/
    /*  order: 12;*/
    /*}*/
    /*.offset-lg-0 {*/
    /*  margin-left: 0;*/
    /*}*/
    /*.offset-lg-1 {*/
    /*  margin-left: 8.333333%;*/
    /*}*/
    /*.offset-lg-2 {*/
    /*  margin-left: 16.666667%;*/
    /*}*/
    /*.offset-lg-3 {*/
    /*  margin-left: 25%;*/
    /*}*/
    /*.offset-lg-4 {*/
    /*  margin-left: 33.333333%;*/
    /*}*/
    /*.offset-lg-5 {*/
    /*  margin-left: 41.666667%;*/
    /*}*/
    /*.offset-lg-6 {*/
    /*  margin-left: 50%;*/
    /*}*/
    /*.offset-lg-7 {*/
    /*  margin-left: 58.333333%;*/
    /*}*/
    /*.offset-lg-8 {*/
    /*  margin-left: 66.666667%;*/
    /*}*/
    /*.offset-lg-9 {*/
    /*  margin-left: 75%;*/
    /*}*/
    /*.offset-lg-10 {*/
    /*  margin-left: 83.333333%;*/
    /*}*/
    /*.offset-lg-11 {*/
    /*  margin-left: 91.666667%;*/
    /*}*/
  }
  .mti .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mti .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mti .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mti .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mti .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mti .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mti .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mti .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mti .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mti .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mti .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mti .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 1200px) {
  .mti {
    /*.col-xl {*/
    /*  -ms-flex-preferred-size: 0;*/
    /*  flex-basis: 0;*/
    /*  -ms-flex-positive: 1;*/
    /*  flex-grow: 1;*/
    /*  max-width: 100%;*/
    /*}*/
    /*.col-xl-auto {*/
    /*  -ms-flex: 0 0 auto;*/
    /*  flex: 0 0 auto;*/
    /*  width: auto;*/
    /*  max-width: 100%;*/
    /*}*/
    /*.col-xl-1 {*/
    /*  -ms-flex: 0 0 8.333333%;*/
    /*  flex: 0 0 8.333333%;*/
    /*  max-width: 8.333333%;*/
    /*}*/
    /*.order-xl-first {*/
    /*  -ms-flex-order: -1;*/
    /*  order: -1;*/
    /*}*/
    /*.order-xl-last {*/
    /*  -ms-flex-order: 13;*/
    /*  order: 13;*/
    /*}*/
    /*.order-xl-0 {*/
    /*  -ms-flex-order: 0;*/
    /*  order: 0;*/
    /*}*/
    /*.order-xl-1 {*/
    /*  -ms-flex-order: 1;*/
    /*  order: 1;*/
    /*}*/
    /*.order-xl-2 {*/
    /*  -ms-flex-order: 2;*/
    /*  order: 2;*/
    /*}*/
    /*.order-xl-3 {*/
    /*  -ms-flex-order: 3;*/
    /*  order: 3;*/
    /*}*/
    /*.order-xl-4 {*/
    /*  -ms-flex-order: 4;*/
    /*  order: 4;*/
    /*}*/
    /*.order-xl-5 {*/
    /*  -ms-flex-order: 5;*/
    /*  order: 5;*/
    /*}*/
    /*.order-xl-6 {*/
    /*  -ms-flex-order: 6;*/
    /*  order: 6;*/
    /*}*/
    /*.order-xl-7 {*/
    /*  -ms-flex-order: 7;*/
    /*  order: 7;*/
    /*}*/
    /*.order-xl-8 {*/
    /*  -ms-flex-order: 8;*/
    /*  order: 8;*/
    /*}*/
    /*.order-xl-9 {*/
    /*  -ms-flex-order: 9;*/
    /*  order: 9;*/
    /*}*/
    /*.order-xl-10 {*/
    /*  -ms-flex-order: 10;*/
    /*  order: 10;*/
    /*}*/
    /*.order-xl-11 {*/
    /*  -ms-flex-order: 11;*/
    /*  order: 11;*/
    /*}*/
    /*.order-xl-12 {*/
    /*  -ms-flex-order: 12;*/
    /*  order: 12;*/
    /*}*/
    /*.offset-xl-0 {*/
    /*  margin-left: 0;*/
    /*}*/
    /*.offset-xl-1 {*/
    /*  margin-left: 8.333333%;*/
    /*}*/
    /*.offset-xl-2 {*/
    /*  margin-left: 16.666667%;*/
    /*}*/
    /*.offset-xl-3 {*/
    /*  margin-left: 25%;*/
    /*}*/
    /*.offset-xl-4 {*/
    /*  margin-left: 33.333333%;*/
    /*}*/
    /*.offset-xl-5 {*/
    /*  margin-left: 41.666667%;*/
    /*}*/
    /*.offset-xl-6 {*/
    /*  margin-left: 50%;*/
    /*}*/
    /*.offset-xl-7 {*/
    /*  margin-left: 58.333333%;*/
    /*}*/
    /*.offset-xl-8 {*/
    /*  margin-left: 66.666667%;*/
    /*}*/
    /*.offset-xl-9 {*/
    /*  margin-left: 75%;*/
    /*}*/
    /*.offset-xl-10 {*/
    /*  margin-left: 83.333333%;*/
    /*}*/
    /*.offset-xl-11 {*/
    /*  margin-left: 91.666667%;*/
    /*}*/
  }
  .mti .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mti .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mti .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mti .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mti .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mti .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mti .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mti .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mti .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mti .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mti .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.mti .table {
  width: 100%;
  margin-bottom: 1rem;
  border: 0;
  color: #212529;
}
.mti .table th,
.mti .table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 0;
  border-top: 1px solid #dee2e6;
}
.mti .table thead th {
  vertical-align: bottom;
  border: 0;
  border-bottom: 1px solid #dee2e6;
}
.mti .table tbody + tbody {
  border: 0;
  border-top: 1px solid #dee2e6;
}
.mti .table-bordered {
  border: 1px solid #dee2e6;
}
.mti .table-bordered th,
.mti .table-bordered td {
  border: 1px solid #dee2e6;
}
.mti .table-bordered thead th,
.mti .table-bordered thead td {
  border-bottom-width: 2px;
}
.mti .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .mti .form-control {
    transition: none;
  }
}
.mti .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.mti .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mti .form-control::-webkit-input-placeholder {
  color: var(--color-secondary);
  opacity: 1;
}
.mti .form-control::-moz-placeholder {
  color: var(--color-secondary);
  opacity: 1;
}
.mti .form-control:-ms-input-placeholder {
  color: var(--color-secondary);
  opacity: 1;
}
.mti .form-control::-ms-input-placeholder {
  color: var(--color-secondary);
  opacity: 1;
}
.mti .form-control::placeholder {
  color: var(--color-secondary);
  opacity: 1;
}
.mti .form-control:disabled, .mti .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.mti select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.mti .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.mti select.form-control[size], .mti select.form-control[multiple] {
  height: auto;
}
.mti textarea.form-control {
  height: auto;
}
.mti .form-group {
  margin-bottom: 1rem;
}
.mti .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.mti .form-row > .col,
.mti .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.mti .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.mti .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .mti .btn {
    transition: none;
  }
}
.mti .btn:hover {
  color: #212529;
  text-decoration: none;
}
.mti .btn:focus, .mti .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mti .btn-primary {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.mti .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.mti .btn-primary:focus, .mti .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.mti .btn-primary.disabled, .mti .btn-primary:disabled {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.mti .btn-primary:not(:disabled):not(.disabled):active, .mti .btn-primary:not(:disabled):not(.disabled).active,
.mti .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.mti .btn-primary:not(:disabled):not(.disabled):active:focus, .mti .btn-primary:not(:disabled):not(.disabled).active:focus,
.mti .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.mti .btn-secondary {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.mti .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.mti .btn-secondary:focus, .mti .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.mti .btn-secondary.disabled, .mti .btn-secondary:disabled {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.mti .btn-secondary:not(:disabled):not(.disabled):active, .mti .btn-secondary:not(:disabled):not(.disabled).active,
.mti .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.mti .btn-secondary:not(:disabled):not(.disabled):active:focus, .mti .btn-secondary:not(:disabled):not(.disabled).active:focus,
.mti .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.mti .btn-success {
  color: #fff;
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.mti .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.mti .btn-success:focus, .mti .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.mti .btn-success.disabled, .mti .btn-success:disabled {
  color: #fff;
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.mti .btn-success:not(:disabled):not(.disabled):active, .mti .btn-success:not(:disabled):not(.disabled).active,
.mti .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.mti .btn-success:not(:disabled):not(.disabled):active:focus, .mti .btn-success:not(:disabled):not(.disabled).active:focus,
.mti .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.mti .btn-info {
  color: #fff;
  background-color: var(--color-info);
  border-color: var(--color-info);
}
.mti .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.mti .btn-info:focus, .mti .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.mti .btn-info.disabled, .mti .btn-info:disabled {
  color: #fff;
  background-color: var(--color-info);
  border-color: var(--color-info);
}
.mti .btn-info:not(:disabled):not(.disabled):active, .mti .btn-info:not(:disabled):not(.disabled).active,
.mti .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.mti .btn-info:not(:disabled):not(.disabled):active:focus, .mti .btn-info:not(:disabled):not(.disabled).active:focus,
.mti .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.mti .btn-warning {
  color: #212529;
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.mti .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.mti .btn-warning:focus, .mti .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.mti .btn-warning.disabled, .mti .btn-warning:disabled {
  color: #212529;
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.mti .btn-warning:not(:disabled):not(.disabled):active, .mti .btn-warning:not(:disabled):not(.disabled).active,
.mti .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.mti .btn-warning:not(:disabled):not(.disabled):active:focus, .mti .btn-warning:not(:disabled):not(.disabled).active:focus,
.mti .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.mti .btn-danger {
  color: #fff;
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}
.mti .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.mti .btn-danger:focus, .mti .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.mti .btn-danger.disabled, .mti .btn-danger:disabled {
  color: #fff;
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}
.mti .btn-danger:not(:disabled):not(.disabled):active, .mti .btn-danger:not(:disabled):not(.disabled).active,
.mti .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.mti .btn-danger:not(:disabled):not(.disabled):active:focus, .mti .btn-danger:not(:disabled):not(.disabled).active:focus,
.mti .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.mti .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.mti .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.mti .btn-light:focus, .mti .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.mti .btn-light.disabled, .mti .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.mti .btn-light:not(:disabled):not(.disabled):active, .mti .btn-light:not(:disabled):not(.disabled).active,
.mti .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.mti .btn-light:not(:disabled):not(.disabled):active:focus, .mti .btn-light:not(:disabled):not(.disabled).active:focus,
.mti .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.mti .btn-link {
  font-weight: 400;
  color: var(--color-primary);
  text-decoration: none;
}
.mti .btn-link:hover {
  color: var(--color-primary-hover);
  text-decoration: underline;
}
.mti .btn-link:focus, .mti .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.mti .btn-link:disabled, .mti .btn-link.disabled {
  color: var(--color-secondary);
  pointer-events: none;
}
.mti .btn-lg, .mti .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.mti .btn-sm, .mti .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.mti .btn-block {
  display: block;
  width: 100%;
}
.mti .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.mti input[type=submit].btn-block,
.mti input[type=reset].btn-block,
.mti input[type=button].btn-block {
  width: 100%;
}
.mti .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .mti .fade {
    transition: none;
  }
}
.mti .fade:not(.show) {
  opacity: 0;
}
.mti .collapse:not(.show) {
  display: none;
}
.mti .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .mti .collapsing {
    transition: none;
  }
}
.mti .dropup,
.mti .dropright,
.mti .dropdown,
.mti .dropleft {
  position: relative;
}
.mti .dropdown-toggle {
  white-space: nowrap;
}
.mti .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.mti .dropdown-toggle:empty::after {
  margin-left: 0;
}
.mti .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.mti .dropdown-menu[x-placement^=top], .mti .dropdown-menu[x-placement^=right], .mti .dropdown-menu[x-placement^=bottom], .mti .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.mti .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.mti .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.mti .dropdown-item:hover, .mti .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.mti .dropdown-item.active, .mti .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-primary);
}
.mti .dropdown-item.disabled, .mti .dropdown-item:disabled {
  color: var(--color-secondary);
  pointer-events: none;
  background-color: transparent;
}
.mti .dropdown-menu.show {
  display: block;
}
.mti .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--color-secondary);
  white-space: nowrap;
}
.mti .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.mti .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.mti .input-group > .form-control,
.mti .input-group > .form-control-plaintext,
.mti .input-group > .custom-select,
.mti .input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.mti .input-group > .form-control + .form-control,
.mti .input-group > .form-control + .custom-select,
.mti .input-group > .custom-select + .form-control,
.mti .input-group > .custom-select + .custom-select {
  margin-left: -1px;
}
.mti .input-group > .form-control:focus,
.mti .input-group > .custom-select:focus,
.mti .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.mti .input-group > .form-control:not(:last-child),
.mti .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mti .input-group > .form-control:not(:first-child),
.mti .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mti .input-group-prepend,
.mti .input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.mti .input-group-prepend .btn,
.mti .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.mti .input-group-prepend .btn:focus,
.mti .input-group-append .btn:focus {
  z-index: 3;
}
.mti .input-group-prepend .btn + .btn,
.mti .input-group-prepend .btn + .input-group-text,
.mti .input-group-prepend .input-group-text + .input-group-text,
.mti .input-group-prepend .input-group-text + .btn,
.mti .input-group-append .btn + .btn,
.mti .input-group-append .btn + .input-group-text,
.mti .input-group-append .input-group-text + .input-group-text,
.mti .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.mti .input-group-prepend {
  margin-right: -1px;
}
.mti .input-group-append {
  margin-left: -1px;
}
.mti .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.mti .input-group-text input[type=radio],
.mti .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.mti .input-group-lg > .form-control:not(textarea),
.mti .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.mti .input-group-lg > .form-control,
.mti .input-group-lg > .custom-select,
.mti .input-group-lg > .input-group-prepend > .input-group-text,
.mti .input-group-lg > .input-group-append > .input-group-text,
.mti .input-group-lg > .input-group-prepend > .btn,
.mti .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.mti .input-group-sm > .form-control:not(textarea),
.mti .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.mti .input-group-sm > .form-control,
.mti .input-group-sm > .custom-select,
.mti .input-group-sm > .input-group-prepend > .input-group-text,
.mti .input-group-sm > .input-group-append > .input-group-text,
.mti .input-group-sm > .input-group-prepend > .btn,
.mti .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.mti .input-group-lg > .custom-select,
.mti .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.mti .input-group > .input-group-prepend > .btn,
.mti .input-group > .input-group-prepend > .input-group-text,
.mti .input-group > .input-group-append:not(:last-child) > .btn,
.mti .input-group > .input-group-append:not(:last-child) > .input-group-text,
.mti .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.mti .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mti .input-group > .input-group-append > .btn,
.mti .input-group > .input-group-append > .input-group-text,
.mti .input-group > .input-group-prepend:not(:first-child) > .btn,
.mti .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.mti .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.mti .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mti .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.mti .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.mti .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.mti .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mti .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.mti .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.mti .custom-control-input:disabled ~ .custom-control-label {
  color: var(--color-secondary);
}
.mti .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.mti .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.mti .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.mti .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.mti .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.mti .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.mti .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.mti .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mti .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mti .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.mti .custom-select[multiple], .mti .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.mti .custom-select:disabled {
  color: var(--color-secondary);
  background-color: #e9ecef;
}
.mti .custom-select::-ms-expand {
  display: none;
}
.mti .custom-control-label::before,
.mti .custom-file-label,
.mti .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .mti .custom-control-label::before,
.mti .custom-select {
    transition: none;
  }
}
.mti .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.mti .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.mti .nav-link:hover, .mti .nav-link:focus {
  text-decoration: none;
}
.mti .nav-link.disabled {
  color: var(--color-secondary);
  pointer-events: none;
  cursor: default;
}
.mti .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.mti .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.mti .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.mti .nav-tabs .nav-link:hover, .mti .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.mti .nav-tabs .nav-link.disabled {
  color: var(--color-secondary);
  background-color: transparent;
  border-color: transparent;
}
.mti .nav-tabs .nav-link.active,
.mti .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.mti .tab-content > .tab-pane {
  display: none;
}
.mti .tab-content > .active {
  display: block;
}
.mti .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.mti .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.mti .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.mti .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.mti .card-title {
  margin-bottom: 0.75rem;
}
.mti .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.mti .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.mti .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.mti .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.mti .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.mti .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.mti .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.mti .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.mti .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.mti .accordion > .card {
  overflow: hidden;
}
.mti .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.mti .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.mti .accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mti .accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mti .accordion > .card .card-header {
  margin-bottom: -1px;
}
.mti .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.mti .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--color-primary);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.mti .page-link:hover {
  z-index: 2;
  color: var(--color-primary-hover);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.mti .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mti .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .mti .badge {
    transition: none;
  }
}
.mti a.badge:hover, .mti a.badge:focus {
  text-decoration: none;
}
.mti .badge:empty {
  display: none;
}
.mti .btn .badge {
  position: relative;
  top: -1px;
}
.mti .badge-secondary {
  color: #fff;
  background-color: var(--color-secondary);
}
.mti a.badge-secondary:hover, .mti a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
.mti a.badge-secondary:focus, .mti a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.mti .badge-success {
  color: #fff;
  background-color: var(--color-success);
}
.mti a.badge-success:hover, .mti a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
.mti a.badge-success:focus, .mti a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.mti .badge-info {
  color: #fff;
  background-color: var(--color-info);
}
.mti a.badge-info:hover, .mti a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
.mti a.badge-info:focus, .mti a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.mti .badge-warning {
  color: #212529;
  background-color: var(--color-warning);
}
.mti a.badge-warning:hover, .mti a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
.mti a.badge-warning:focus, .mti a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.mti .badge-danger {
  color: #fff;
  background-color: var(--color-danger);
}
.mti a.badge-danger:hover, .mti a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
.mti a.badge-danger:focus, .mti a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.mti .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.mti .alert-link {
  font-weight: 700;
}
.mti .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.mti .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.mti .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.mti .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.mti .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.mti .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mti .media-body {
  -ms-flex: 1;
  flex: 1;
}
.mti .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.mti .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.mti .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.mti .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.mti .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.mti .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.mti .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.mti .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.mti .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.mti .modal-open {
  overflow: hidden;
}
.mti .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.mti .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.mti .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.mti .modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .mti .modal.fade .modal-dialog {
    transition: none;
  }
}
.mti .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.mti .modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.mti .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.mti .modal-dialog-scrollable .modal-header,
.mti .modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mti .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.mti .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.mti .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.mti .modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.mti .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.mti .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.mti .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.mti .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.mti .modal-backdrop.fade {
  opacity: 0;
}
.mti .modal-backdrop.show {
  opacity: 0.5;
}
.mti .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.mti .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.mti .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.mti .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.mti .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.mti .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.mti .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
@media (min-width: 576px) {
  .mti {
    /*.modal-dialog-scrollable {*/
    /*  max-height: calc(100% - 3.5rem);*/
    /*}*/
    /*.modal-dialog-scrollable .modal-content {*/
    /*  max-height: calc(100vh - 3.5rem);*/
    /*}*/
    /*.modal-sm {*/
    /*  max-width: 300px;*/
    /*}*/
  }
  .mti .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .mti .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .mti .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
.mti .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.mti .tooltip.show {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.8);
}
.mti .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.mti .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.mti .bs-tooltip-top, .mti .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.mti .bs-tooltip-top .arrow, .mti .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.mti .bs-tooltip-top .arrow::before, .mti .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.mti .bs-tooltip-right, .mti .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.mti .bs-tooltip-right .arrow, .mti .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.mti .bs-tooltip-right .arrow::before, .mti .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.mti .bs-tooltip-bottom, .mti .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.mti .bs-tooltip-bottom .arrow, .mti .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.mti .bs-tooltip-bottom .arrow::before, .mti .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.mti .bs-tooltip-left, .mti .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.mti .bs-tooltip-left .arrow, .mti .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.mti .bs-tooltip-left .arrow::before, .mti .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.mti .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.mti .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.mti .bg-primary {
  background-color: var(--color-primary) !important;
}
.mti a.bg-primary:hover, .mti a.bg-primary:focus,
.mti button.bg-primary:hover,
.mti button.bg-primary:focus {
  background-color: #0062cc !important;
}
.mti .bg-secondary {
  background-color: var(--color-secondary) !important;
}
.mti a.bg-secondary:hover, .mti a.bg-secondary:focus,
.mti button.bg-secondary:hover,
.mti button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.mti .bg-success {
  background-color: var(--color-success) !important;
}
.mti .bg-info {
  background-color: var(--color-info) !important;
}
.mti .bg-warning {
  background-color: var(--color-warning) !important;
}
.mti .bg-danger {
  background-color: var(--color-danger) !important;
}
.mti a.bg-danger:hover, .mti a.bg-danger:focus,
.mti button.bg-danger:hover,
.mti button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.mti .bg-white {
  background-color: #fff !important;
}
.mti .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.mti .d-none {
  display: none !important;
}
.mti .d-inline {
  display: inline !important;
}
.mti .d-inline-block {
  display: inline-block !important;
}
.mti .d-block {
  display: block !important;
}
.mti .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.mti .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .mti {
    /*.d-sm-table {*/
    /*  display: table !important;*/
    /*}*/
    /*.d-sm-table-row {*/
    /*  display: table-row !important;*/
    /*}*/
    /*.d-sm-table-cell {*/
    /*  display: table-cell !important;*/
    /*}*/
  }
  .mti .d-sm-none {
    display: none !important;
  }
  .mti .d-sm-inline {
    display: inline !important;
  }
  .mti .d-sm-inline-block {
    display: inline-block !important;
  }
  .mti .d-sm-block {
    display: block !important;
  }
  .mti .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mti .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .mti {
    /*.d-md-table {*/
    /*  display: table !important;*/
    /*}*/
    /*.d-md-table-row {*/
    /*  display: table-row !important;*/
    /*}*/
    /*.d-md-table-cell {*/
    /*  display: table-cell !important;*/
    /*}*/
  }
  .mti .d-md-none {
    display: none !important;
  }
  .mti .d-md-inline {
    display: inline !important;
  }
  .mti .d-md-inline-block {
    display: inline-block !important;
  }
  .mti .d-md-block {
    display: block !important;
  }
  .mti .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mti .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .mti {
    /*.d-lg-table {*/
    /*  display: table !important;*/
    /*}*/
    /*.d-lg-table-row {*/
    /*  display: table-row !important;*/
    /*}*/
    /*.d-lg-table-cell {*/
    /*  display: table-cell !important;*/
    /*}*/
  }
  .mti .d-lg-none {
    display: none !important;
  }
  .mti .d-lg-inline {
    display: inline !important;
  }
  .mti .d-lg-inline-block {
    display: inline-block !important;
  }
  .mti .d-lg-block {
    display: block !important;
  }
  .mti .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mti .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .mti {
    /*.d-xl-table {*/
    /*  display: table !important;*/
    /*}*/
    /*.d-xl-table-row {*/
    /*  display: table-row !important;*/
    /*}*/
    /*.d-xl-table-cell {*/
    /*  display: table-cell !important;*/
    /*}*/
  }
  .mti .d-xl-none {
    display: none !important;
  }
  .mti .d-xl-inline {
    display: inline !important;
  }
  .mti .d-xl-inline-block {
    display: inline-block !important;
  }
  .mti .d-xl-block {
    display: block !important;
  }
  .mti .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mti .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.mti .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.mti .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.mti .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.mti .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.mti .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.mti .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.mti .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.mti .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.mti .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.mti .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.mti .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.mti .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.mti .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.mti .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.mti .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.mti .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.mti .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.mti .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.mti .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.mti .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mti .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.mti .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.mti .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.mti .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.mti .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.mti .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.mti .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.mti .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.mti .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.mti .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.mti .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.mti .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.mti .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.mti .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .mti {
    /*.flex-sm-row {*/
    /*  -ms-flex-direction: row !important;*/
    /*  flex-direction: row !important;*/
    /*}*/
    /*.flex-sm-column {*/
    /*  -ms-flex-direction: column !important;*/
    /*  flex-direction: column !important;*/
    /*}*/
    /*.flex-sm-row-reverse {*/
    /*  -ms-flex-direction: row-reverse !important;*/
    /*  flex-direction: row-reverse !important;*/
    /*}*/
    /*.flex-sm-column-reverse {*/
    /*  -ms-flex-direction: column-reverse !important;*/
    /*  flex-direction: column-reverse !important;*/
    /*}*/
    /*.flex-sm-wrap {*/
    /*  -ms-flex-wrap: wrap !important;*/
    /*  flex-wrap: wrap !important;*/
    /*}*/
    /*.flex-sm-nowrap {*/
    /*  -ms-flex-wrap: nowrap !important;*/
    /*  flex-wrap: nowrap !important;*/
    /*}*/
    /*.flex-sm-wrap-reverse {*/
    /*  -ms-flex-wrap: wrap-reverse !important;*/
    /*  flex-wrap: wrap-reverse !important;*/
    /*}*/
    /*.flex-sm-fill {*/
    /*  -ms-flex: 1 1 auto !important;*/
    /*  flex: 1 1 auto !important;*/
    /*}*/
    /*.flex-sm-grow-0 {*/
    /*  -ms-flex-positive: 0 !important;*/
    /*  flex-grow: 0 !important;*/
    /*}*/
    /*.flex-sm-grow-1 {*/
    /*  -ms-flex-positive: 1 !important;*/
    /*  flex-grow: 1 !important;*/
    /*}*/
    /*.flex-sm-shrink-0 {*/
    /*  -ms-flex-negative: 0 !important;*/
    /*  flex-shrink: 0 !important;*/
    /*}*/
    /*.flex-sm-shrink-1 {*/
    /*  -ms-flex-negative: 1 !important;*/
    /*  flex-shrink: 1 !important;*/
    /*}*/
    /*.justify-content-sm-start {*/
    /*  -ms-flex-pack: start !important;*/
    /*  justify-content: flex-start !important;*/
    /*}*/
    /*.justify-content-sm-end {*/
    /*  -ms-flex-pack: end !important;*/
    /*  justify-content: flex-end !important;*/
    /*}*/
    /*.justify-content-sm-center {*/
    /*  -ms-flex-pack: center !important;*/
    /*  justify-content: center !important;*/
    /*}*/
    /*.justify-content-sm-around {*/
    /*  -ms-flex-pack: distribute !important;*/
    /*  justify-content: space-around !important;*/
    /*}*/
    /*.align-items-sm-start {*/
    /*  -ms-flex-align: start !important;*/
    /*  align-items: flex-start !important;*/
    /*}*/
    /*.align-items-sm-end {*/
    /*  -ms-flex-align: end !important;*/
    /*  align-items: flex-end !important;*/
    /*}*/
    /*.align-items-sm-center {*/
    /*  -ms-flex-align: center !important;*/
    /*  align-items: center !important;*/
    /*}*/
    /*.align-items-sm-baseline {*/
    /*  -ms-flex-align: baseline !important;*/
    /*  align-items: baseline !important;*/
    /*}*/
    /*.align-items-sm-stretch {*/
    /*  -ms-flex-align: stretch !important;*/
    /*  align-items: stretch !important;*/
    /*}*/
    /*.align-content-sm-start {*/
    /*  -ms-flex-line-pack: start !important;*/
    /*  align-content: flex-start !important;*/
    /*}*/
    /*.align-content-sm-end {*/
    /*  -ms-flex-line-pack: end !important;*/
    /*  align-content: flex-end !important;*/
    /*}*/
    /*.align-content-sm-center {*/
    /*  -ms-flex-line-pack: center !important;*/
    /*  align-content: center !important;*/
    /*}*/
    /*.align-content-sm-between {*/
    /*  -ms-flex-line-pack: justify !important;*/
    /*  align-content: space-between !important;*/
    /*}*/
    /*.align-content-sm-around {*/
    /*  -ms-flex-line-pack: distribute !important;*/
    /*  align-content: space-around !important;*/
    /*}*/
    /*.align-content-sm-stretch {*/
    /*  -ms-flex-line-pack: stretch !important;*/
    /*  align-content: stretch !important;*/
    /*}*/
    /*.align-self-sm-auto {*/
    /*  -ms-flex-item-align: auto !important;*/
    /*  align-self: auto !important;*/
    /*}*/
    /*.align-self-sm-start {*/
    /*  -ms-flex-item-align: start !important;*/
    /*  align-self: flex-start !important;*/
    /*}*/
    /*.align-self-sm-end {*/
    /*  -ms-flex-item-align: end !important;*/
    /*  align-self: flex-end !important;*/
    /*}*/
    /*.align-self-sm-center {*/
    /*  -ms-flex-item-align: center !important;*/
    /*  align-self: center !important;*/
    /*}*/
    /*.align-self-sm-baseline {*/
    /*  -ms-flex-item-align: baseline !important;*/
    /*  align-self: baseline !important;*/
    /*}*/
    /*.align-self-sm-stretch {*/
    /*  -ms-flex-item-align: stretch !important;*/
    /*  align-self: stretch !important;*/
    /*}*/
  }
  .mti .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .mti {
    /*.flex-md-row {*/
    /*  -ms-flex-direction: row !important;*/
    /*  flex-direction: row !important;*/
    /*}*/
    /*.flex-md-column {*/
    /*  -ms-flex-direction: column !important;*/
    /*  flex-direction: column !important;*/
    /*}*/
    /*.flex-md-row-reverse {*/
    /*  -ms-flex-direction: row-reverse !important;*/
    /*  flex-direction: row-reverse !important;*/
    /*}*/
    /*.flex-md-column-reverse {*/
    /*  -ms-flex-direction: column-reverse !important;*/
    /*  flex-direction: column-reverse !important;*/
    /*}*/
    /*.flex-md-wrap {*/
    /*  -ms-flex-wrap: wrap !important;*/
    /*  flex-wrap: wrap !important;*/
    /*}*/
    /*.flex-md-nowrap {*/
    /*  -ms-flex-wrap: nowrap !important;*/
    /*  flex-wrap: nowrap !important;*/
    /*}*/
    /*.flex-md-wrap-reverse {*/
    /*  -ms-flex-wrap: wrap-reverse !important;*/
    /*  flex-wrap: wrap-reverse !important;*/
    /*}*/
    /*.flex-md-fill {*/
    /*  -ms-flex: 1 1 auto !important;*/
    /*  flex: 1 1 auto !important;*/
    /*}*/
    /*.flex-md-grow-0 {*/
    /*  -ms-flex-positive: 0 !important;*/
    /*  flex-grow: 0 !important;*/
    /*}*/
    /*.flex-md-grow-1 {*/
    /*  -ms-flex-positive: 1 !important;*/
    /*  flex-grow: 1 !important;*/
    /*}*/
    /*.flex-md-shrink-0 {*/
    /*  -ms-flex-negative: 0 !important;*/
    /*  flex-shrink: 0 !important;*/
    /*}*/
    /*.flex-md-shrink-1 {*/
    /*  -ms-flex-negative: 1 !important;*/
    /*  flex-shrink: 1 !important;*/
    /*}*/
    /*.justify-content-md-start {*/
    /*  -ms-flex-pack: start !important;*/
    /*  justify-content: flex-start !important;*/
    /*}*/
    /*.justify-content-md-end {*/
    /*  -ms-flex-pack: end !important;*/
    /*  justify-content: flex-end !important;*/
    /*}*/
    /*.justify-content-md-center {*/
    /*  -ms-flex-pack: center !important;*/
    /*  justify-content: center !important;*/
    /*}*/
    /*.justify-content-md-between {*/
    /*  -ms-flex-pack: justify !important;*/
    /*  justify-content: space-between !important;*/
    /*}*/
    /*.justify-content-md-around {*/
    /*  -ms-flex-pack: distribute !important;*/
    /*  justify-content: space-around !important;*/
    /*}*/
    /*.align-items-md-start {*/
    /*  -ms-flex-align: start !important;*/
    /*  align-items: flex-start !important;*/
    /*}*/
    /*.align-items-md-end {*/
    /*  -ms-flex-align: end !important;*/
    /*  align-items: flex-end !important;*/
    /*}*/
    /*.align-items-md-center {*/
    /*  -ms-flex-align: center !important;*/
    /*  align-items: center !important;*/
    /*}*/
    /*.align-items-md-baseline {*/
    /*  -ms-flex-align: baseline !important;*/
    /*  align-items: baseline !important;*/
    /*}*/
    /*.align-items-md-stretch {*/
    /*  -ms-flex-align: stretch !important;*/
    /*  align-items: stretch !important;*/
    /*}*/
    /*.align-content-md-start {*/
    /*  -ms-flex-line-pack: start !important;*/
    /*  align-content: flex-start !important;*/
    /*}*/
    /*.align-content-md-end {*/
    /*  -ms-flex-line-pack: end !important;*/
    /*  align-content: flex-end !important;*/
    /*}*/
    /*.align-content-md-center {*/
    /*  -ms-flex-line-pack: center !important;*/
    /*  align-content: center !important;*/
    /*}*/
    /*.align-content-md-between {*/
    /*  -ms-flex-line-pack: justify !important;*/
    /*  align-content: space-between !important;*/
    /*}*/
    /*.align-content-md-around {*/
    /*  -ms-flex-line-pack: distribute !important;*/
    /*  align-content: space-around !important;*/
    /*}*/
    /*.align-content-md-stretch {*/
    /*  -ms-flex-line-pack: stretch !important;*/
    /*  align-content: stretch !important;*/
    /*}*/
    /*.align-self-md-auto {*/
    /*  -ms-flex-item-align: auto !important;*/
    /*  align-self: auto !important;*/
    /*}*/
    /*.align-self-md-start {*/
    /*  -ms-flex-item-align: start !important;*/
    /*  align-self: flex-start !important;*/
    /*}*/
    /*.align-self-md-end {*/
    /*  -ms-flex-item-align: end !important;*/
    /*  align-self: flex-end !important;*/
    /*}*/
    /*.align-self-md-center {*/
    /*  -ms-flex-item-align: center !important;*/
    /*  align-self: center !important;*/
    /*}*/
    /*.align-self-md-baseline {*/
    /*  -ms-flex-item-align: baseline !important;*/
    /*  align-self: baseline !important;*/
    /*}*/
    /*.align-self-md-stretch {*/
    /*  -ms-flex-item-align: stretch !important;*/
    /*  align-self: stretch !important;*/
    /*}*/
  }
}
@media (min-width: 992px) {
  .mti {
    /*.flex-lg-row {*/
    /*  -ms-flex-direction: row !important;*/
    /*  flex-direction: row !important;*/
    /*}*/
    /*.flex-lg-column {*/
    /*  -ms-flex-direction: column !important;*/
    /*  flex-direction: column !important;*/
    /*}*/
    /*.flex-lg-row-reverse {*/
    /*  -ms-flex-direction: row-reverse !important;*/
    /*  flex-direction: row-reverse !important;*/
    /*}*/
    /*.flex-lg-column-reverse {*/
    /*  -ms-flex-direction: column-reverse !important;*/
    /*  flex-direction: column-reverse !important;*/
    /*}*/
    /*.flex-lg-wrap {*/
    /*  -ms-flex-wrap: wrap !important;*/
    /*  flex-wrap: wrap !important;*/
    /*}*/
    /*.flex-lg-nowrap {*/
    /*  -ms-flex-wrap: nowrap !important;*/
    /*  flex-wrap: nowrap !important;*/
    /*}*/
    /*.flex-lg-wrap-reverse {*/
    /*  -ms-flex-wrap: wrap-reverse !important;*/
    /*  flex-wrap: wrap-reverse !important;*/
    /*}*/
    /*.flex-lg-fill {*/
    /*  -ms-flex: 1 1 auto !important;*/
    /*  flex: 1 1 auto !important;*/
    /*}*/
    /*.flex-lg-grow-0 {*/
    /*  -ms-flex-positive: 0 !important;*/
    /*  flex-grow: 0 !important;*/
    /*}*/
    /*.flex-lg-grow-1 {*/
    /*  -ms-flex-positive: 1 !important;*/
    /*  flex-grow: 1 !important;*/
    /*}*/
    /*.flex-lg-shrink-0 {*/
    /*  -ms-flex-negative: 0 !important;*/
    /*  flex-shrink: 0 !important;*/
    /*}*/
    /*.flex-lg-shrink-1 {*/
    /*  -ms-flex-negative: 1 !important;*/
    /*  flex-shrink: 1 !important;*/
    /*}*/
    /*.justify-content-lg-start {*/
    /*  -ms-flex-pack: start !important;*/
    /*  justify-content: flex-start !important;*/
    /*}*/
    /*.justify-content-lg-end {*/
    /*  -ms-flex-pack: end !important;*/
    /*  justify-content: flex-end !important;*/
    /*}*/
    /*.justify-content-lg-center {*/
    /*  -ms-flex-pack: center !important;*/
    /*  justify-content: center !important;*/
    /*}*/
    /*.justify-content-lg-between {*/
    /*  -ms-flex-pack: justify !important;*/
    /*  justify-content: space-between !important;*/
    /*}*/
    /*.justify-content-lg-around {*/
    /*  -ms-flex-pack: distribute !important;*/
    /*  justify-content: space-around !important;*/
    /*}*/
    /*.align-items-lg-start {*/
    /*  -ms-flex-align: start !important;*/
    /*  align-items: flex-start !important;*/
    /*}*/
    /*.align-items-lg-end {*/
    /*  -ms-flex-align: end !important;*/
    /*  align-items: flex-end !important;*/
    /*}*/
    /*.align-items-lg-center {*/
    /*  -ms-flex-align: center !important;*/
    /*  align-items: center !important;*/
    /*}*/
    /*.align-items-lg-baseline {*/
    /*  -ms-flex-align: baseline !important;*/
    /*  align-items: baseline !important;*/
    /*}*/
    /*.align-items-lg-stretch {*/
    /*  -ms-flex-align: stretch !important;*/
    /*  align-items: stretch !important;*/
    /*}*/
    /*.align-content-lg-start {*/
    /*  -ms-flex-line-pack: start !important;*/
    /*  align-content: flex-start !important;*/
    /*}*/
    /*.align-content-lg-end {*/
    /*  -ms-flex-line-pack: end !important;*/
    /*  align-content: flex-end !important;*/
    /*}*/
    /*.align-content-lg-center {*/
    /*  -ms-flex-line-pack: center !important;*/
    /*  align-content: center !important;*/
    /*}*/
    /*.align-content-lg-between {*/
    /*  -ms-flex-line-pack: justify !important;*/
    /*  align-content: space-between !important;*/
    /*}*/
    /*.align-content-lg-around {*/
    /*  -ms-flex-line-pack: distribute !important;*/
    /*  align-content: space-around !important;*/
    /*}*/
    /*.align-content-lg-stretch {*/
    /*  -ms-flex-line-pack: stretch !important;*/
    /*  align-content: stretch !important;*/
    /*}*/
    /*.align-self-lg-auto {*/
    /*  -ms-flex-item-align: auto !important;*/
    /*  align-self: auto !important;*/
    /*}*/
    /*.align-self-lg-start {*/
    /*  -ms-flex-item-align: start !important;*/
    /*  align-self: flex-start !important;*/
    /*}*/
    /*.align-self-lg-end {*/
    /*  -ms-flex-item-align: end !important;*/
    /*  align-self: flex-end !important;*/
    /*}*/
    /*.align-self-lg-center {*/
    /*  -ms-flex-item-align: center !important;*/
    /*  align-self: center !important;*/
    /*}*/
    /*.align-self-lg-baseline {*/
    /*  -ms-flex-item-align: baseline !important;*/
    /*  align-self: baseline !important;*/
    /*}*/
    /*.align-self-lg-stretch {*/
    /*  -ms-flex-item-align: stretch !important;*/
    /*  align-self: stretch !important;*/
    /*}*/
  }
}
@media (min-width: 1200px) {
  .mti {
    /*.flex-xl-row {*/
    /*  -ms-flex-direction: row !important;*/
    /*  flex-direction: row !important;*/
    /*}*/
    /*.flex-xl-column {*/
    /*  -ms-flex-direction: column !important;*/
    /*  flex-direction: column !important;*/
    /*}*/
    /*.flex-xl-row-reverse {*/
    /*  -ms-flex-direction: row-reverse !important;*/
    /*  flex-direction: row-reverse !important;*/
    /*}*/
    /*.flex-xl-column-reverse {*/
    /*  -ms-flex-direction: column-reverse !important;*/
    /*  flex-direction: column-reverse !important;*/
    /*}*/
    /*.flex-xl-wrap {*/
    /*  -ms-flex-wrap: wrap !important;*/
    /*  flex-wrap: wrap !important;*/
    /*}*/
    /*.flex-xl-nowrap {*/
    /*  -ms-flex-wrap: nowrap !important;*/
    /*  flex-wrap: nowrap !important;*/
    /*}*/
    /*.flex-xl-wrap-reverse {*/
    /*  -ms-flex-wrap: wrap-reverse !important;*/
    /*  flex-wrap: wrap-reverse !important;*/
    /*}*/
    /*.flex-xl-fill {*/
    /*  -ms-flex: 1 1 auto !important;*/
    /*  flex: 1 1 auto !important;*/
    /*}*/
    /*.flex-xl-grow-0 {*/
    /*  -ms-flex-positive: 0 !important;*/
    /*  flex-grow: 0 !important;*/
    /*}*/
    /*.flex-xl-grow-1 {*/
    /*  -ms-flex-positive: 1 !important;*/
    /*  flex-grow: 1 !important;*/
    /*}*/
    /*.flex-xl-shrink-0 {*/
    /*  -ms-flex-negative: 0 !important;*/
    /*  flex-shrink: 0 !important;*/
    /*}*/
    /*.flex-xl-shrink-1 {*/
    /*  -ms-flex-negative: 1 !important;*/
    /*  flex-shrink: 1 !important;*/
    /*}*/
    /*.justify-content-xl-start {*/
    /*  -ms-flex-pack: start !important;*/
    /*  justify-content: flex-start !important;*/
    /*}*/
    /*.justify-content-xl-end {*/
    /*  -ms-flex-pack: end !important;*/
    /*  justify-content: flex-end !important;*/
    /*}*/
    /*.justify-content-xl-center {*/
    /*  -ms-flex-pack: center !important;*/
    /*  justify-content: center !important;*/
    /*}*/
    /*.justify-content-xl-between {*/
    /*  -ms-flex-pack: justify !important;*/
    /*  justify-content: space-between !important;*/
    /*}*/
    /*.justify-content-xl-around {*/
    /*  -ms-flex-pack: distribute !important;*/
    /*  justify-content: space-around !important;*/
    /*}*/
    /*.align-items-xl-start {*/
    /*  -ms-flex-align: start !important;*/
    /*  align-items: flex-start !important;*/
    /*}*/
    /*.align-items-xl-end {*/
    /*  -ms-flex-align: end !important;*/
    /*  align-items: flex-end !important;*/
    /*}*/
    /*.align-items-xl-center {*/
    /*  -ms-flex-align: center !important;*/
    /*  align-items: center !important;*/
    /*}*/
    /*.align-items-xl-baseline {*/
    /*  -ms-flex-align: baseline !important;*/
    /*  align-items: baseline !important;*/
    /*}*/
    /*.align-items-xl-stretch {*/
    /*  -ms-flex-align: stretch !important;*/
    /*  align-items: stretch !important;*/
    /*}*/
    /*.align-content-xl-start {*/
    /*  -ms-flex-line-pack: start !important;*/
    /*  align-content: flex-start !important;*/
    /*}*/
    /*.align-content-xl-end {*/
    /*  -ms-flex-line-pack: end !important;*/
    /*  align-content: flex-end !important;*/
    /*}*/
    /*.align-content-xl-center {*/
    /*  -ms-flex-line-pack: center !important;*/
    /*  align-content: center !important;*/
    /*}*/
    /*.align-content-xl-between {*/
    /*  -ms-flex-line-pack: justify !important;*/
    /*  align-content: space-between !important;*/
    /*}*/
    /*.align-content-xl-around {*/
    /*  -ms-flex-line-pack: distribute !important;*/
    /*  align-content: space-around !important;*/
    /*}*/
    /*.align-content-xl-stretch {*/
    /*  -ms-flex-line-pack: stretch !important;*/
    /*  align-content: stretch !important;*/
    /*}*/
    /*.align-self-xl-auto {*/
    /*  -ms-flex-item-align: auto !important;*/
    /*  align-self: auto !important;*/
    /*}*/
    /*.align-self-xl-start {*/
    /*  -ms-flex-item-align: start !important;*/
    /*  align-self: flex-start !important;*/
    /*}*/
    /*.align-self-xl-end {*/
    /*  -ms-flex-item-align: end !important;*/
    /*  align-self: flex-end !important;*/
    /*}*/
    /*.align-self-xl-center {*/
    /*  -ms-flex-item-align: center !important;*/
    /*  align-self: center !important;*/
    /*}*/
    /*.align-self-xl-baseline {*/
    /*  -ms-flex-item-align: baseline !important;*/
    /*  align-self: baseline !important;*/
    /*}*/
    /*.align-self-xl-stretch {*/
    /*  -ms-flex-item-align: stretch !important;*/
    /*  align-self: stretch !important;*/
    /*}*/
  }
}
.mti .float-left {
  float: left !important;
}
.mti .float-right {
  float: right !important;
}
.mti .position-relative {
  position: relative !important;
}
.mti .position-absolute {
  position: absolute !important;
}
.mti .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.mti .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.mti .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mti .text-left {
  text-align: left !important;
}
.mti .text-right {
  text-align: right !important;
}
.mti .text-center {
  text-align: center !important;
}
.mti .text-uppercase {
  text-transform: uppercase !important;
}
.mti .text-capitalize {
  text-transform: capitalize !important;
}
.mti .text-white {
  color: #fff !important;
}
.mti .text-primary {
  color: var(--color-primary) !important;
}
.mti a.text-primary:hover, .mti a.text-primary:focus {
  color: var(--color-primary-hover) !important;
}
.mti .text-secondary {
  color: var(--color-secondary) !important;
}
.mti a.text-secondary:hover, .mti a.text-secondary:focus {
  color: var(--color-secondary-hover) !important;
}
.mti .text-success {
  color: var(--color-success) !important;
}
.mti a.text-success:hover, .mti a.text-success:focus {
  color: var(--color-success-active) !important;
}
.mti .text-info {
  color: var(--color-info) !important;
}
.mti a.text-info:hover, .mti a.text-info:focus {
  color: var(--color-info-active) !important;
}
.mti .text-warning {
  color: var(--color-warning) !important;
}
.mti a.text-warning:hover, .mti a.text-warning:focus {
  color: var(--color-warning-active) !important;
}
.mti .text-danger {
  color: var(--color-danger) !important;
}
.mti a.text-danger:hover, .mti a.text-danger:focus {
  color: var(--color-danger-active) !important;
}
.mti .text-muted {
  color: var(--color-secondary) !important;
}
.mti .visible {
  visibility: visible !important;
}
@media print {
  .mti *,
.mti *::before,
.mti *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .mti a:not(.btn) {
    text-decoration: underline;
  }
  .mti abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .mti pre {
    white-space: pre-wrap !important;
  }
  .mti pre,
.mti blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .mti thead {
    display: table-header-group;
  }
  .mti tr,
.mti img {
    page-break-inside: avoid;
  }
  .mti p,
.mti h2,
.mti h3 {
    orphans: 3;
    widows: 3;
  }
  .mti h2,
.mti h3 {
    page-break-after: avoid;
  }
  .mti body {
    min-width: 992px !important;
  }
  .mti .container {
    min-width: 992px !important;
  }
  .mti .navbar {
    display: none;
  }
  .mti .badge {
    border: 1px solid #000;
  }
  .mti .table {
    border-collapse: collapse !important;
  }
  .mti .table td,
.mti .table th {
    background-color: #fff !important;
  }
  .mti .table-bordered th,
.mti .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
