html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.mt-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .mt-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .mt-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .mt-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .mt-container {
        max-width: 1140px
    }
}

.mt-container-fluid,
.mt-container-lg,
.mt-container-md,
.mt-container-sm,
.mt-container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .mt-container,
    .mt-container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .mt-container,
    .mt-container-md,
    .mt-container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .mt-container,
    .mt-container-lg,
    .mt-container-md,
    .mt-container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .mt-container,
    .mt-container-lg,
    .mt-container-md,
    .mt-container-sm,
    .mt-container-xl {
        max-width: 1140px
    }
}

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

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

.mt-no-gutters>.mt-col,
.mt-no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

.mt-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-gmt-row: 1;
    max-width: 100%
}

.mt-row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.mt-row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.mt-row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.mt-row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.mt-row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.mt-row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.mt-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.mt-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.mt-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.mt-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.mt-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.mt-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.mt-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.mt-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.mt-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.mt-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.mt-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.mt-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.mt-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .mt-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-gmt-row: 1;
        max-width: 100%
    }

    .mt-row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mt-row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mt-row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mt-row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mt-row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .mt-row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mt-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .mt-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .mt-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mt-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mt-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mt-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .mt-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mt-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .mt-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .mt-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .mt-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .mt-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .mt-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .mt-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-gmt-row: 1;
        max-width: 100%
    }

    .mt-row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mt-row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mt-row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mt-row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mt-row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .mt-row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mt-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .mt-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .mt-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mt-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mt-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mt-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .mt-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mt-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .mt-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .mt-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .mt-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .mt-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .mt-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .mt-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-gmt-row: 1;
        max-width: 100%
    }

    .mt-row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mt-row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mt-row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mt-row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mt-row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .mt-row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mt-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .mt-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .mt-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mt-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mt-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mt-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .mt-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mt-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .mt-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .mt-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .mt-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .mt-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .mt-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .mt-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-gmt-row: 1;
        max-width: 100%
    }

    .mt-row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mt-row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mt-row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mt-row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mt-row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .mt-row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mt-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .mt-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .mt-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mt-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mt-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mt-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .mt-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mt-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .mt-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .mt-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .mt-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .mt-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .mt-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.mt-d-none {
    display: none !important
}

.mt-d-inline {
    display: inline !important
}

.mt-d-inline-block {
    display: inline-block !important
}

.mt-d-block {
    display: block !important
}

.mt-d-table {
    display: table !important
}

.mt-d-table-mt-row {
    display: table-mt-row !important
}

.mt-d-table-cell {
    display: table-cell !important
}

.mt-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.mt-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .mt-d-sm-none {
        display: none !important
    }

    .mt-d-sm-inline {
        display: inline !important
    }

    .mt-d-sm-inline-block {
        display: inline-block !important
    }

    .mt-d-sm-block {
        display: block !important
    }

    .mt-d-sm-table {
        display: table !important
    }

    .mt-d-sm-table-mt-row {
        display: table-mt-row !important
    }

    .mt-d-sm-table-cell {
        display: table-cell !important
    }

    .mt-d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .mt-d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .mt-d-md-d-none {
        display: none !important
    }

    .mt-d-md-d-inline {
        display: inline !important
    }

    .mt-d-md-d-inline-block {
        display: inline-block !important
    }

    .mt-d-md-block {
        display: block !important
    }

    .mt-d-md-d-table {
        display: table !important
    }

    .mt-d-md-d-table-mt-row {
        display: table-mt-row !important
    }

    .mt-d-md-d-table-cell {
        display: table-cell !important
    }

    .mt-d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .mt-d-md-d-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .mt-d-lg-none {
        display: none !important
    }

    .mt-d-lg-inline {
        display: inline !important
    }

    .mt-d-lg-inline-block {
        display: inline-block !important
    }

    .mt-d-lg-block {
        display: block !important
    }

    .mt-d-lg-table {
        display: table !important
    }

    .mt-d-lg-table-mt-row {
        display: table-mt-row !important
    }

    .mt-d-lg-table-cell {
        display: table-cell !important
    }

    .mt-d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .mt-d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .mt-d-xl-none {
        display: none !important
    }

    .mt-d-xl-inline {
        display: inline !important
    }

    .mt-d-xl-inline-block {
        display: inline-block !important
    }

    .mt-d-xl-block {
        display: block !important
    }

    .mt-d-xl-table {
        display: table !important
    }

    .mt-d-xl-table-mt-row {
        display: table-mt-row !important
    }

    .mt-d-xl-table-cell {
        display: table-cell !important
    }

    .mt-d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .mt-d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.mt-flex-mt-row {
    -ms-flex-direction: mt-row !important;
    flex-direction: mt-row !important
}

.mt-flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

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

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

.mt-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.mt-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.mt-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

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

.mt-flex-gmt-row-0 {
    -ms-flex-positive: 0 !important;
    flex-gmt-row: 0 !important
}

.mt-flex-gmt-row-1 {
    -ms-flex-positive: 1 !important;
    flex-gmt-row: 1 !important
}

.mt-flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.mt-flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.mt-justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.mt-justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.mt-justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.mt-justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.mt-justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

.mt-align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.mt-align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.mt-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.mt-align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.mt-align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.mt-align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.mt-align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.mt-align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.mt-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.mt-align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.mt-align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.mt-align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.mt-align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.mt-align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.mt-align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .mt-flex-sm-mt-row {
        -ms-flex-direction: mt-row !important;
        flex-direction: mt-row !important
    }

    .mt-flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .mt-flex-sm-mt-row-reverse {
        -ms-flex-direction: mt-row-reverse !important;
        flex-direction: mt-row-reverse !important
    }

    .mt-flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .mt-flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .mt-flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .mt-flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .mt-flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .mt-flex-sm-gmt-row-0 {
        -ms-flex-positive: 0 !important;
        flex-gmt-row: 0 !important
    }

    .mt-flex-sm-gmt-row-1 {
        -ms-flex-positive: 1 !important;
        flex-gmt-row: 1 !important
    }

    .mt-flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .mt-flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .mt-justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .mt-justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .mt-justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mt-justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .mt-justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .mt-align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .mt-align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .mt-align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .mt-align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .mt-align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .mt-align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .mt-align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .mt-align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .mt-align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .mt-align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .mt-align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .mt-align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .mt-align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .mt-align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .mt-align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .mt-align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .mt-align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .mt-flex-md-mt-row {
        -ms-flex-direction: mt-row !important;
        flex-direction: mt-row !important
    }

    .mt-flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .mt-flex-md-mt-row-reverse {
        -ms-flex-direction: mt-row-reverse !important;
        flex-direction: mt-row-reverse !important
    }

    .mt-flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .mt-flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .mt-flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .mt-flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .mt-flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .mt-flex-md-gmt-row-0 {
        -ms-flex-positive: 0 !important;
        flex-gmt-row: 0 !important
    }

    .mt-flex-md-gmt-row-1 {
        -ms-flex-positive: 1 !important;
        flex-gmt-row: 1 !important
    }

    .mt-flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .mt-flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .mt-justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .mt-justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .mt-justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mt-justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .mt-justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .mt-align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .mt-align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .mt-align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .mt-align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .mt-align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .mt-align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .mt-align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .mt-align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .mt-align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .mt-align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .mt-align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .mt-align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .mt-align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .mt-align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .mt-align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .mt-align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .mt-align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .mt-flex-lg-mt-row {
        -ms-flex-direction: mt-row !important;
        flex-direction: mt-row !important
    }

    .mt-flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .mt-flex-lg-mt-row-reverse {
        -ms-flex-direction: mt-row-reverse !important;
        flex-direction: mt-row-reverse !important
    }

    .mt-flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .mt-flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .mt-flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .mt-flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .mt-flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .mt-flex-lg-gmt-row-0 {
        -ms-flex-positive: 0 !important;
        flex-gmt-row: 0 !important
    }

    .mt-flex-lg-gmt-row-1 {
        -ms-flex-positive: 1 !important;
        flex-gmt-row: 1 !important
    }

    .mt-flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .mt-flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .mt-justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .mt-justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .mt-justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mt-justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .mt-justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .mt-align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .mt-align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .mt-align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .mt-align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .mt-align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .mt-align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .mt-align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .mt-align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .mt-align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .mt-align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .mt-align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .mt-align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .mt-align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .mt-align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .mt-align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .mt-align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .mt-align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .mt-flex-xl-mt-row {
        -ms-flex-direction: mt-row !important;
        flex-direction: mt-row !important
    }

    .mt-flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .mt-flex-xl-mt-row-reverse {
        -ms-flex-direction: mt-row-reverse !important;
        flex-direction: mt-row-reverse !important
    }

    .mt-flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .mt-flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .mt-flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .mt-flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .mt-flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .mt-flex-xl-gmt-row-0 {
        -ms-flex-positive: 0 !important;
        flex-gmt-row: 0 !important
    }

    .mt-flex-xl-gmt-row-1 {
        -ms-flex-positive: 1 !important;
        flex-gmt-row: 1 !important
    }

    .mt-flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .mt-flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .mt-justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .mt-justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .mt-justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mt-justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .mt-justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .mt-align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .mt-align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .mt-align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .mt-align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .mt-align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .mt-align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .mt-align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .mt-align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .mt-align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .mt-align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .mt-align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .mt-align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .mt-align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .mt-align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .mt-align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .mt-align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .mt-align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}