html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
 .center{
    text-align: center;
 }

*,
*::before,
*::after {
    box-sizing: inherit;
}
.left{
    float: left;
}
.right{
    float: right;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl  {
    width: 100%;
/*    padding-right: 5px;
    padding-left: 5px;*/
    margin-right: auto;
    margin-left: auto;
}

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

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1540px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*    margin-right: -5px;
    margin-left: -5px;*/
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, 
.col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
.col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, 
.col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, 
.col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto 
.col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24{
    position: relative;
    width: 100%;
/*    padding-right: 5px;
    padding-left: 5px;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
    -ms-flex: 0 0 54.166667%;
    flex: 0 0 54.166667%;
    max-width: 54.166667%;
}

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

.col-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

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

.col-17 {
    -ms-flex: 0 0 70.833333%;
    flex: 0 0 70.833333%;
    max-width: 70.833333%;
}

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

.col-19 {
    -ms-flex: 0 0 79.166667%;
    flex: 0 0 79.166667%;
    max-width: 79.166667%;
}

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

.col-21 {
    -ms-flex: 0 0 87.500000%;
    flex: 0 0 87.500000%;
    max-width: 87.500000%;
}

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

.col-23 {
    -ms-flex: 0 0 95.833333%;
    flex: 0 0 95.833333%;
    max-width: 95.833333%;
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 25;
    order: 25;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.order-13 {
    -ms-flex-order: 13;
    order: 13;
}

.order-14 {
    -ms-flex-order: 14;
    order: 14;
}

.order-15 {
    -ms-flex-order: 15;
    order: 15;
}

.order-16 {
    -ms-flex-order: 16;
    order: 16;
}

.order-17 {
    -ms-flex-order: 17;
    order: 17;
}

.order-18 {
    -ms-flex-order: 18;
    order: 18;
}

.order-19 {
    -ms-flex-order: 19;
    order: 19;
}

.order-20 {
    -ms-flex-order: 20;
    order: 20;
}

.order-21 {
    -ms-flex-order: 21;
    order: 21;
}

.order-22 {
    -ms-flex-order: 22;
    order: 22;
}

.order-23 {
    -ms-flex-order: 23;
    order: 23;
}

.order-24 {
    -ms-flex-order: 24;
    order: 24;
}

.offset-1 {
    margin-left: 4.166667%;
}

.offset-2 {
    margin-left: 8.333333%;
}

.offset-3 {
    margin-left: 12.5%;
}

.offset-4 {
    margin-left: 16.666667%;
}

.offset-5 {
    margin-left: 20.833333%;
}

.offset-6 {
    margin-left: 25%;
}

.offset-7 {
    margin-left: 29.166667%;
}

.offset-8 {
    margin-left: 33.333333%;
}

.offset-9 {
    margin-left: 37.5%;
}

.offset-10 {
    margin-left: 41.666667%;
}

.offset-11 {
    margin-left: 45.833333%;
}

.offset-12 {
    margin-left: 50%;
}

.offset-13 {
    margin-left: 54.166667%;
}

.offset-14 {
    margin-left: 58.333333%;
}

.offset-15 {
    margin-left: 62.5%;
}

.offset-16 {
    margin-left: 66.666667%;
}

.offset-17 {
    margin-left: 70.833333%;
}

.offset-18 {
    margin-left: 75%;
}

.offset-19 {
    margin-left: 79.166667%;
}

.offset-20 {
    margin-left: 83.333333%;
}

.offset-21 {
    margin-left: 87.500000%;
}

.offset-22 {
    margin-left: 91.666667%;
}

.offset-23 {
    margin-left: 95.833333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-13 {
        -ms-flex: 0 0 54.166667%;
        flex: 0 0 54.166667%;
        max-width: 54.166667%;
    }

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

    .col-sm-15 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

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

    .col-sm-17 {
        -ms-flex: 0 0 70.833333%;
        flex: 0 0 70.833333%;
        max-width: 70.833333%;
    }

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

    .col-sm-19 {
        -ms-flex: 0 0 79.166667%;
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
    }

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

    .col-sm-21 {
        -ms-flex: 0 0 87.500000%;
        flex: 0 0 87.500000%;
        max-width: 87.500000%;
    }

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

    .col-sm-23 {
        -ms-flex: 0 0 95.833333%;
        flex: 0 0 95.833333%;
        max-width: 95.833333%;
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 25;
        order: 25;
    }

    .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;
    }

    .order-sm-13 {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-14 {
        -ms-flex-order: 14;
        order: 14;
    }

    .order-sm-15 {
        -ms-flex-order: 15;
        order: 15;
    }

    .order-sm-16 {
        -ms-flex-order: 16;
        order: 16;
    }

    .order-sm-17 {
        -ms-flex-order: 17;
        order: 17;
    }

    .order-sm-18 {
        -ms-flex-order: 18;
        order: 18;
    }

    .order-sm-19 {
        -ms-flex-order: 19;
        order: 19;
    }

    .order-sm-20 {
        -ms-flex-order: 20;
        order: 20;
    }

    .order-sm-21 {
        -ms-flex-order: 21;
        order: 21;
    }

    .order-sm-22 {
        -ms-flex-order: 22;
        order: 22;
    }

    .order-sm-23 {
        -ms-flex-order: 23;
        order: 23;
    }

    .order-sm-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 4.166667%;
    }

    .offset-sm-2 {
        margin-left: 8.333333%;
    }

    .offset-sm-3 {
        margin-left: 12.5%;
    }

    .offset-sm-4 {
        margin-left: 16.666667%;
    }

    .offset-sm-5 {
        margin-left: 20.833333%;
    }

    .offset-sm-6 {
        margin-left: 25%;
    }

    .offset-sm-7 {
        margin-left: 29.166667%;
    }

    .offset-sm-8 {
        margin-left: 33.333333%;
    }

    .offset-sm-9 {
        margin-left: 37.5%;
    }

    .offset-sm-10 {
        margin-left: 41.666667%;
    }

    .offset-sm-11 {
        margin-left: 45.833333%;
    }

    .offset-sm-12 {
        margin-left: 50%;
    }

    .offset-sm-13 {
        margin-left: 54.166667%;
    }

    .offset-sm-14 {
        margin-left: 58.333333%;
    }

    .offset-sm-15 {
        margin-left: 62.5%;
    }

    .offset-sm-16 {
        margin-left: 66.666667%;
    }

    .offset-sm-17 {
        margin-left: 70.833333%;
    }

    .offset-sm-18 {
        margin-left: 75%;
    }

    .offset-sm-19 {
        margin-left: 79.166667%;
    }

    .offset-sm-20 {
        margin-left: 83.333333%;
    }

    .offset-sm-21 {
        margin-left: 87.500000%;
    }

    .offset-sm-22 {
        margin-left: 91.666667%;
    }

    .offset-sm-23 {
        margin-left: 95.833333%;
    }    
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-13 {
        -ms-flex: 0 0 54.166667%;
        flex: 0 0 54.166667%;
        max-width: 54.166667%;
    }

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

    .col-md-15 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

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

    .col-md-17 {
        -ms-flex: 0 0 70.833333%;
        flex: 0 0 70.833333%;
        max-width: 70.833333%;
    }

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

    .col-md-19 {
        -ms-flex: 0 0 79.166667%;
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
    }

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

    .col-md-21 {
        -ms-flex: 0 0 87.500000%;
        flex: 0 0 87.500000%;
        max-width: 87.500000%;
    }

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

    .col-md-23 {
        -ms-flex: 0 0 95.833333%;
        flex: 0 0 95.833333%;
        max-width: 95.833333%;
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 25;
        order: 25;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .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;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .order-md-13 {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-14 {
        -ms-flex-order: 14;
        order: 14;
    }

    .order-md-15 {
        -ms-flex-order: 15;
        order: 15;
    }

    .order-md-16 {
        -ms-flex-order: 16;
        order: 16;
    }

    .order-md-17 {
        -ms-flex-order: 17;
        order: 17;
    }

    .order-md-18 {
        -ms-flex-order: 18;
        order: 18;
    }

    .order-md-19 {
        -ms-flex-order: 19;
        order: 19;
    }

    .order-md-20 {
        -ms-flex-order: 20;
        order: 20;
    }

    .order-md-21 {
        -ms-flex-order: 21;
        order: 21;
    }

    .order-md-22 {
        -ms-flex-order: 22;
        order: 22;
    }

    .order-md-23 {
        -ms-flex-order: 23;
        order: 23;
    }

    .order-md-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 4.166667%;
    }

    .offset-md-2 {
        margin-left: 8.333333%;
    }

    .offset-md-3 {
        margin-left: 12.5%;
    }

    .offset-md-4 {
        margin-left: 16.666667%;
    }

    .offset-md-5 {
        margin-left: 20.833333%;
    }

    .offset-md-6 {
        margin-left: 25%;
    }

    .offset-md-7 {
        margin-left: 29.166667%;
    }

    .offset-md-8 {
        margin-left: 33.333333%;
    }

    .offset-md-9 {
        margin-left: 37.5%;
    }

    .offset-md-10 {
        margin-left: 41.666667%;
    }

    .offset-md-11 {
        margin-left: 45.833333%;
    }

    .offset-md-12 {
        margin-left: 50%;
    }

    .offset-md-13 {
        margin-left: 54.166667%;
    }

    .offset-md-14 {
        margin-left: 58.333333%;
    }

    .offset-md-15 {
        margin-left: 62.5%;
    }

    .offset-md-16 {
        margin-left: 66.666667%;
    }

    .offset-md-17 {
        margin-left: 70.833333%;
    }

    .offset-md-18 {
        margin-left: 75%;
    }

    .offset-md-19 {
        margin-left: 79.166667%;
    }

    .offset-md-20 {
        margin-left: 83.333333%;
    }

    .offset-md-21 {
        margin-left: 87.500000%;
    }

    .offset-md-22 {
        margin-left: 91.666667%;
    }

    .offset-md-23 {
        margin-left: 95.833333%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-13 {
        -ms-flex: 0 0 54.166667%;
        flex: 0 0 54.166667%;
        max-width: 54.166667%;
    }

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

    .col-lg-15 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

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

    .col-lg-17 {
        -ms-flex: 0 0 70.833333%;
        flex: 0 0 70.833333%;
        max-width: 70.833333%;
    }

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

    .col-lg-19 {
        -ms-flex: 0 0 79.166667%;
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
    }

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

    .col-lg-21 {
        -ms-flex: 0 0 87.500000%;
        flex: 0 0 87.500000%;
        max-width: 87.500000%;
    }

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

    .col-lg-23 {
        -ms-flex: 0 0 95.833333%;
        flex: 0 0 95.833333%;
        max-width: 95.833333%;
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 25;
        order: 25;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .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;
    }

    .order-lg-13 {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-14 {
        -ms-flex-order: 14;
        order: 14;
    }

    .order-lg-15 {
        -ms-flex-order: 15;
        order: 15;
    }

    .order-lg-16 {
        -ms-flex-order: 16;
        order: 16;
    }

    .order-lg-17 {
        -ms-flex-order: 17;
        order: 17;
    }

    .order-lg-18 {
        -ms-flex-order: 18;
        order: 18;
    }

    .order-lg-19 {
        -ms-flex-order: 19;
        order: 19;
    }

    .order-lg-20 {
        -ms-flex-order: 20;
        order: 20;
    }

    .order-lg-21 {
        -ms-flex-order: 21;
        order: 21;
    }

    .order-lg-22 {
        -ms-flex-order: 22;
        order: 22;
    }

    .order-lg-23 {
        -ms-flex-order: 23;
        order: 23;
    }

    .order-lg-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 4.166667%;
    }

    .offset-lg-2 {
        margin-left: 8.333333%;
    }

    .offset-lg-3 {
        margin-left: 12.5%;
    }

    .offset-lg-4 {
        margin-left: 16.666667%;
    }

    .offset-lg-5 {
        margin-left: 20.833333%;
    }

    .offset-lg-6 {
        margin-left: 25%;
    }

    .offset-lg-7 {
        margin-left: 29.166667%;
    }

    .offset-lg-8 {
        margin-left: 33.333333%;
    }

    .offset-lg-9 {
        margin-left: 37.5%;
    }

    .offset-lg-10 {
        margin-left: 41.666667%;
    }

    .offset-lg-11 {
        margin-left: 45.833333%;
    }

    .offset-lg-12 {
        margin-left: 50%;
    }

    .offset-lg-13 {
        margin-left: 54.166667%;
    }

    .offset-lg-14 {
        margin-left: 58.333333%;
    }

    .offset-lg-15 {
        margin-left: 62.5%;
    }

    .offset-lg-16 {
        margin-left: 66.666667%;
    }

    .offset-lg-17 {
        margin-left: 70.833333%;
    }

    .offset-lg-18 {
        margin-left: 75%;
    }

    .offset-lg-19 {
        margin-left: 79.166667%;
    }

    .offset-lg-20 {
        margin-left: 83.333333%;
    }

    .offset-lg-21 {
        margin-left: 87.500000%;
    }

    .offset-lg-22 {
        margin-left: 91.666667%;
    }

    .offset-lg-23 {
        margin-left: 95.833333%;
    } 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-13 {
        -ms-flex: 0 0 54.166667%;
        flex: 0 0 54.166667%;
        max-width: 54.166667%;
    }

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

    .col-xl-15 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

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

    .col-xl-17 {
        -ms-flex: 0 0 70.833333%;
        flex: 0 0 70.833333%;
        max-width: 70.833333%;
    }

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

    .col-xl-19 {
        -ms-flex: 0 0 79.166667%;
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
    }

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

    .col-xl-21 {
        -ms-flex: 0 0 87.500000%;
        flex: 0 0 87.500000%;
        max-width: 87.500000%;
    }

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

    .col-xl-23 {
        -ms-flex: 0 0 95.833333%;
        flex: 0 0 95.833333%;
        max-width: 95.833333%;
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 25;
        order: 25;
    }

    .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;
    }

    .order-xl-13 {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-14 {
        -ms-flex-order: 14;
        order: 14;
    }

    .order-xl-15 {
        -ms-flex-order: 15;
        order: 15;
    }

    .order-xl-16 {
        -ms-flex-order: 16;
        order: 16;
    }

    .order-xl-17 {
        -ms-flex-order: 17;
        order: 17;
    }

    .order-xl-18 {
        -ms-flex-order: 18;
        order: 18;
    }

    .order-xl-19 {
        -ms-flex-order: 19;
        order: 19;
    }

    .order-xl-20 {
        -ms-flex-order: 20;
        order: 20;
    }

    .order-xl-21 {
        -ms-flex-order: 21;
        order: 21;
    }

    .order-xl-22 {
        -ms-flex-order: 22;
        order: 22;
    }

    .order-xl-23 {
        -ms-flex-order: 23;
        order: 23;
    }

    .order-xl-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 4.166667%;
    }

    .offset-xl-2 {
        margin-left: 8.333333%;
    }

    .offset-xl-3 {
        margin-left: 12.5%;
    }

    .offset-xl-4 {
        margin-left: 16.666667%;
    }

    .offset-xl-5 {
        margin-left: 20.833333%;
    }

    .offset-xl-6 {
        margin-left: 25%;
    }

    .offset-xl-7 {
        margin-left: 29.166667%;
    }

    .offset-xl-8 {
        margin-left: 33.333333%;
    }

    .offset-xl-9 {
        margin-left: 37.5%;
    }

    .offset-xl-10 {
        margin-left: 41.666667%;
    }

    .offset-xl-11 {
        margin-left: 45.833333%;
    }

    .offset-xl-12 {
        margin-left: 50%;
    }

    .offset-xl-13 {
        margin-left: 54.166667%;
    }

    .offset-xl-14 {
        margin-left: 58.333333%;
    }

    .offset-xl-15 {
        margin-left: 62.5%;
    }

    .offset-xl-16 {
        margin-left: 66.666667%;
    }

    .offset-xl-17 {
        margin-left: 70.833333%;
    }

    .offset-xl-18 {
        margin-left: 75%;
    }

    .offset-xl-19 {
        margin-left: 79.166667%;
    }

    .offset-xl-20 {
        margin-left: 83.333333%;
    }

    .offset-xl-21 {
        margin-left: 87.500000%;
    }

    .offset-xl-22 {
        margin-left: 91.666667%;
    }

    .offset-xl-23 {
        margin-left: 95.833333%;
    }
}

@media (min-width: 1600px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

    .col-xxl-1 {
        -ms-flex: 0 0 4.166667%;
        flex: 0 0 4.166667%;
        max-width: 4.166667%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 20.833333%;
        flex: 0 0 20.833333%;
        max-width: 20.833333%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 29.166667%;
        flex: 0 0 29.166667%;
        max-width: 29.166667%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 45.833333%;
        flex: 0 0 45.833333%;
        max-width: 45.833333%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-13 {
        -ms-flex: 0 0 54.166667%;
        flex: 0 0 54.166667%;
        max-width: 54.166667%;
    }

    .col-xxl-14 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-15 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-xxl-16 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-17 {
        -ms-flex: 0 0 70.833333%;
        flex: 0 0 70.833333%;
        max-width: 70.833333%;
    }

    .col-xxl-18 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-19 {
        -ms-flex: 0 0 79.166667%;
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
    }

    .col-xxl-20 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-21 {
        -ms-flex: 0 0 87.500000%;
        flex: 0 0 87.500000%;
        max-width: 87.500000%;
    }

    .col-xxl-22 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-23 {
        -ms-flex: 0 0 95.833333%;
        flex: 0 0 95.833333%;
        max-width: 95.833333%;
    }

    .col-xxl-24 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -ms-flex-order: 25;
        order: 25;
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .order-xxl-13 {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-14 {
        -ms-flex-order: 14;
        order: 14;
    }

    .order-xxl-15 {
        -ms-flex-order: 15;
        order: 15;
    }

    .order-xxl-16 {
        -ms-flex-order: 16;
        order: 16;
    }

    .order-xxl-17 {
        -ms-flex-order: 17;
        order: 17;
    }

    .order-xxl-18 {
        -ms-flex-order: 18;
        order: 18;
    }

    .order-xxl-19 {
        -ms-flex-order: 19;
        order: 19;
    }

    .order-xxl-20 {
        -ms-flex-order: 20;
        order: 20;
    }

    .order-xxl-21 {
        -ms-flex-order: 21;
        order: 21;
    }

    .order-xxl-22 {
        -ms-flex-order: 22;
        order: 22;
    }

    .order-xxl-23 {
        -ms-flex-order: 23;
        order: 23;
    }

    .order-xxl-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 4.166667%;
    }

    .offset-xxl-2 {
        margin-left: 8.333333%;
    }

    .offset-xxl-3 {
        margin-left: 12.5%;
    }

    .offset-xxl-4 {
        margin-left: 16.666667%;
    }

    .offset-xxl-5 {
        margin-left: 20.833333%;
    }

    .offset-xxl-6 {
        margin-left: 25%;
    }

    .offset-xxl-7 {
        margin-left: 29.166667%;
    }

    .offset-xxl-8 {
        margin-left: 33.333333%;
    }

    .offset-xxl-9 {
        margin-left: 37.5%;
    }

    .offset-xxl-10 {
        margin-left: 41.666667%;
    }

    .offset-xxl-11 {
        margin-left: 45.833333%;
    }

    .offset-xxl-12 {
        margin-left: 50%;
    }

    .offset-xxl-13 {
        margin-left: 54.166667%;
    }

    .offset-xxl-14 {
        margin-left: 58.333333%;
    }

    .offset-xxl-15 {
        margin-left: 62.5%;
    }

    .offset-xxl-16 {
        margin-left: 66.666667%;
    }

    .offset-xxl-17 {
        margin-left: 70.833333%;
    }

    .offset-xxl-18 {
        margin-left: 75%;
    }

    .offset-xxl-19 {
        margin-left: 79.166667%;
    }

    .offset-xxl-20 {
        margin-left: 83.333333%;
    }

    .offset-xxl-21 {
        margin-left: 87.500000%;
    }

    .offset-xxl-22 {
        margin-left: 91.666667%;
    }

    .offset-xxl-23 {
        margin-left: 95.833333%;
    }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .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-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !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;
    }
}

@media (min-width: 768px) {
    .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) {
    .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) {
    .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;
    }
}

@media (min-width: 1600px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-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-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !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-3 {
    margin: 3px !important;
}

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

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

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

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

.m-5 {
    margin: 5px !important;
}

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

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

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

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

.m-10 {
    margin: 10px !important;
}

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

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

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

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

.m-15 {
    margin: 15px !important;
}

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

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

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

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

.m-20 {
    margin: 20px !important;
}

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

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

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

.ml-20,
.mx-20 {
    margin-left: 20px !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-3 {
    padding: 3px !important;
}

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

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

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

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

.p-5 {
    padding: 5px !important;
}

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

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

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

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

.p-10 {
    padding: 10px !important;
}

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

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

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

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

.p-15 {
    padding: 15px !important;
}

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

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

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

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

.p-20 {
    padding: 20px !important;
}

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

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

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

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

.m-n3 {
    margin: -3px !important;
}

.mt-n3,
.my-n3 {
    margin-top: -3px !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -3px !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -3px !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -3px !important;
}

.m-n5 {
    margin: -5px !important;
}

.mt-n5,
.my-n5 {
    margin-top: -5px !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -5px !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -5px !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -5px !important;
}

.m-n10 {
    margin: -10px !important;
}

.mt-n10,
.my-n10 {
    margin-top: -10px !important;
}

.mr-n10,
.mx-n10 {
    margin-right: -10px !important;
}

.mb-n10,
.my-n10 {
    margin-bottom: -10px !important;
}

.ml-n10,
.mx-n10 {
    margin-left: -10px !important;
}

.m-n15 {
    margin: -15px !important;
}

.mt-n15,
.my-n15 {
    margin-top: -15px !important;
}

.mr-n15,
.mx-n15 {
    margin-right: -15px !important;
}

.mb-n15,
.my-n15 {
    margin-bottom: -15px !important;
}

.ml-n15,
.mx-n15 {
    margin-left: -15px !important;
}

.m-n20 {
    margin: -20px !important;
}

.mt-n20,
.my-n20 {
    margin-top: -20px !important;
}

.mr-n20,
.mx-n20 {
    margin-right: -20px !important;
}

.mb-n20,
.my-n20 {
    margin-bottom: -20px !important;
}

.ml-n20,
.mx-n20 {
    margin-left: -20px !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-3 {
        margin: 3px !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 3px !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 3px !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 3px !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 3px !important;
    }
    .m-sm-5 {
        margin: 5px !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5px !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5px !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5px !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5px !important;
    }
    .m-sm-10 {
        margin: 10px !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10px !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10px !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10px !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10px !important;
    }
    .m-sm-15 {
        margin: 15px !important;
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important;
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important;
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important;
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important;
    }
    .m-sm-20 {
        margin: 20px !important;
    }
    .mt-sm-20,
    .my-sm-20 {
        margin-top: 20px !important;
    }
    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 20px !important;
    }
    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 20px !important;
    }
    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 20px !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-3 {
        padding: 3px !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 3px !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 3px !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 3px !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 3px !important;
    }
    .p-sm-5 {
        padding: 5px !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5px !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5px !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5px !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5px !important;
    }
    .p-sm-10 {
        padding: 10px !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10px !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10px !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10px !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10px !important;
    }
    .p-sm-15 {
        padding: 15px !important;
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important;
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15px !important;
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important;
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15px !important;
    }
    .p-sm-20 {
        padding: 20px !important;
    }
    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20px !important;
    }
    .pr-sm-20,
    .px-sm-20 {
        padding-right: 20px !important;
    }
    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 20px !important;
    }
    .pl-sm-20,
    .px-sm-20 {
        padding-left: 20px !important;
    }
    .m-sm-n3 {
        margin: -3px !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -3px !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -3px !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -3px !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -3px !important;
    }
    .m-sm-n5 {
        margin: -5px !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -5px !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -5px !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -5px !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -5px !important;
    }
    .m-sm-n10 {
        margin: -10px !important;
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -10px !important;
    }
    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -10px !important;
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -10px !important;
    }
    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -10px !important;
    }
    .m-sm-n15 {
        margin: -15px !important;
    }
    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -15px !important;
    }
    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -15px !important;
    }
    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -15px !important;
    }
    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -15px !important;
    }
    .m-sm-n20 {
        margin: -20px !important;
    }
    .mt-sm-n20,
    .my-sm-n20 {
        margin-top: -20px !important;
    }
    .mr-sm-n20,
    .mx-sm-n20 {
        margin-right: -20px !important;
    }
    .mb-sm-n20,
    .my-sm-n20 {
        margin-bottom: -20px !important;
    }
    .ml-sm-n20,
    .mx-sm-n20 {
        margin-left: -20px !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-3 {
        margin: 3px !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 3px !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 3px !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 3px !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 3px !important;
    }
    .m-md-5 {
        margin: 5px !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 5px !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 5px !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5px !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 5px !important;
    }
    .m-md-10 {
        margin: 10px !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 10px !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 10px !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10px !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 10px !important;
    }
    .m-md-15 {
        margin: 15px !important;
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important;
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important;
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important;
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important;
    }
    .m-md-20 {
        margin: 20px !important;
    }
    .mt-md-20,
    .my-md-20 {
        margin-top: 20px !important;
    }
    .mr-md-20,
    .mx-md-20 {
        margin-right: 20px !important;
    }
    .mb-md-20,
    .my-md-20 {
        margin-bottom: 20px !important;
    }
    .ml-md-20,
    .mx-md-20 {
        margin-left: 20px !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-3 {
        padding: 3px !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 3px !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 3px !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 3px !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 3px !important;
    }
    .p-md-5 {
        padding: 5px !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 5px !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 5px !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5px !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 5px !important;
    }
    .p-md-10 {
        padding: 10px !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 10px !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 10px !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10px !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 10px !important;
    }
    .p-md-15 {
        padding: 15px !important;
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important;
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 15px !important;
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important;
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 15px !important;
    }
    .p-md-20 {
        padding: 20px !important;
    }
    .pt-md-20,
    .py-md-20 {
        padding-top: 20px !important;
    }
    .pr-md-20,
    .px-md-20 {
        padding-right: 20px !important;
    }
    .pb-md-20,
    .py-md-20 {
        padding-bottom: 20px !important;
    }
    .pl-md-20,
    .px-md-20 {
        padding-left: 20px !important;
    }
    .m-md-n3 {
        margin: -3px !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -3px !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -3px !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -3px !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -3px !important;
    }
    .m-md-n5 {
        margin: -5px !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -5px !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -5px !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -5px !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -5px !important;
    }
    .m-md-n10 {
        margin: -10px !important;
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -10px !important;
    }
    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -10px !important;
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -10px !important;
    }
    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -10px !important;
    }
    .m-md-n15 {
        margin: -15px !important;
    }
    .mt-md-n15,
    .my-md-n15 {
        margin-top: -15px !important;
    }
    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -15px !important;
    }
    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -15px !important;
    }
    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -15px !important;
    }
    .m-md-n20 {
        margin: -20px !important;
    }
    .mt-md-n20,
    .my-md-n20 {
        margin-top: -20px !important;
    }
    .mr-md-n20,
    .mx-md-n20 {
        margin-right: -20px !important;
    }
    .mb-md-n20,
    .my-md-n20 {
        margin-bottom: -20px !important;
    }
    .ml-md-n20,
    .mx-md-n20 {
        margin-left: -20px !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-3 {
        margin: 3px !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 3px !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 3px !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 3px !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 3px !important;
    }
    .m-lg-5 {
        margin: 5px !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5px !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5px !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5px !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5px !important;
    }
    .m-lg-10 {
        margin: 10px !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10px !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10px !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10px !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10px !important;
    }
    .m-lg-15 {
        margin: 15px !important;
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important;
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important;
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important;
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important;
    }
    .m-lg-20 {
        margin: 20px !important;
    }
    .mt-lg-20,
    .my-lg-20 {
        margin-top: 20px !important;
    }
    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 20px !important;
    }
    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 20px !important;
    }
    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 20px !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-3 {
        padding: 3px !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 3px !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 3px !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 3px !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 3px !important;
    }
    .p-lg-5 {
        padding: 5px !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5px !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 5px !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5px !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 5px !important;
    }
    .p-lg-10 {
        padding: 10px !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10px !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10px !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10px !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10px !important;
    }
    .p-lg-15 {
        padding: 15px !important;
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important;
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15px !important;
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important;
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15px !important;
    }
    .p-lg-20 {
        padding: 20px !important;
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px !important;
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 20px !important;
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px !important;
    }
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 20px !important;
    }
    .m-lg-n3 {
        margin: -3px !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -3px !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -3px !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -3px !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -3px !important;
    }
    .m-lg-n5 {
        margin: -5px !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -5px !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -5px !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -5px !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -5px !important;
    }
    .m-lg-n10 {
        margin: -10px !important;
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -10px !important;
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -10px !important;
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -10px !important;
    }
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -10px !important;
    }
    .m-lg-n15 {
        margin: -15px !important;
    }
    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -15px !important;
    }
    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -15px !important;
    }
    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -15px !important;
    }
    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -15px !important;
    }
    .m-lg-n20 {
        margin: -20px !important;
    }
    .mt-lg-n20,
    .my-lg-n20 {
        margin-top: -20px !important;
    }
    .mr-lg-n20,
    .mx-lg-n20 {
        margin-right: -20px !important;
    }
    .mb-lg-n20,
    .my-lg-n20 {
        margin-bottom: -20px !important;
    }
    .ml-lg-n20,
    .mx-lg-n20 {
        margin-left: -20px !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-3 {
        margin: 3px !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 3px !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 3px !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 3px !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 3px !important;
    }
    .m-xl-5 {
        margin: 5px !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5px !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5px !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5px !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5px !important;
    }
    .m-xl-10 {
        margin: 10px !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10px !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10px !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10px !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10px !important;
    }
    .m-xl-15 {
        margin: 15px !important;
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important;
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important;
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important;
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important;
    }
    .m-xl-20 {
        margin: 20px !important;
    }
    .mt-xl-20,
    .my-xl-20 {
        margin-top: 20px !important;
    }
    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 20px !important;
    }
    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 20px !important;
    }
    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 20px !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-3 {
        padding: 3px !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 3px !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 3px !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 3px !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 3px !important;
    }
    .p-xl-5 {
        padding: 5px !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5px !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 5px !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5px !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 5px !important;
    }
    .p-xl-10 {
        padding: 10px !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10px !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 10px !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10px !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 10px !important;
    }
    .p-xl-15 {
        padding: 15px !important;
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important;
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15px !important;
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important;
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15px !important;
    }
    .p-xl-20 {
        padding: 20px !important;
    }
    .pt-xl-20,
    .py-xl-20 {
        padding-top: 20px !important;
    }
    .pr-xl-20,
    .px-xl-20 {
        padding-right: 20px !important;
    }
    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 20px !important;
    }
    .pl-xl-20,
    .px-xl-20 {
        padding-left: 20px !important;
    }
    .m-xl-n3 {
        margin: -3px !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -3px !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -3px !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -3px !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -3px !important;
    }
    .m-xl-n5 {
        margin: -5px !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -5px !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -5px !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -5px !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -5px !important;
    }
    .m-xl-n10 {
        margin: -10px !important;
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -10px !important;
    }
    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -10px !important;
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -10px !important;
    }
    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -10px !important;
    }
    .m-xl-n15 {
        margin: -15px !important;
    }
    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -15px !important;
    }
    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -15px !important;
    }
    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -15px !important;
    }
    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -15px !important;
    }
    .m-xl-n20 {
        margin: -20px !important;
    }
    .mt-xl-n20,
    .my-xl-n20 {
        margin-top: -20px !important;
    }
    .mr-xl-n20,
    .mx-xl-n20 {
        margin-right: -20px !important;
    }
    .mb-xl-n20,
    .my-xl-n20 {
        margin-bottom: -20px !important;
    }
    .ml-xl-n20,
    .mx-xl-n20 {
        margin-left: -20px !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;
    }
}

@media (min-width: 1200px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-3 {
        margin: 3px !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 3px !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 3px !important;
    }
    .mb-xxl-3,
    .my-xl-3 {
        margin-bottom: 3px !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 3px !important;
    }
    .m-xxl-5 {
        margin: 5px !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 5px !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 5px !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 5px !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 5px !important;
    }
    .m-xxl-10 {
        margin: 10px !important;
    }
    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: 10px !important;
    }
    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: 10px !important;
    }
    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: 10px !important;
    }
    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: 10px !important;
    }
    .m-xxl-15 {
        margin: 15px !important;
    }
    .mt-xxl-15,
    .my-xxl-15 {
        margin-top: 15px !important;
    }
    .mr-xxl-15,
    .mx-xxl-15 {
        margin-right: 15px !important;
    }
    .mb-xxl-15,
    .my-xxl-15 {
        margin-bottom: 15px !important;
    }
    .ml-xxl-15,
    .mx-xxl-15 {
        margin-left: 15px !important;
    }
    .m-xxl-20 {
        margin: 20px !important;
    }
    .mt-xxl-20,
    .my-xxl-20 {
        margin-top: 20px !important;
    }
    .mr-xxl-20,
    .mx-xxl-20 {
        margin-right: 20px !important;
    }
    .mb-xxl-20,
    .my-xxl-20 {
        margin-bottom: 20px !important;
    }
    .ml-xxl-20,
    .mx-xxl-20 {
        margin-left: 20px !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-3 {
        padding: 3px !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 3px !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 3px !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 3px !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 3px !important;
    }
    .p-xxl-5 {
        padding: 5px !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 5px !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 5px !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 5px !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 5px !important;
    }
    .p-xxl-10 {
        padding: 10px !important;
    }
    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 10px !important;
    }
    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: 10px !important;
    }
    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 10px !important;
    }
    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: 10px !important;
    }
    .p-xxl-15 {
        padding: 15px !important;
    }
    .pt-xxl-15,
    .py-xxl-15 {
        padding-top: 15px !important;
    }
    .pr-xxl-15,
    .px-xxl-15 {
        padding-right: 15px !important;
    }
    .pb-xxl-15,
    .py-xxl-15 {
        padding-bottom: 15px !important;
    }
    .pl-xxl-15,
    .px-xxl-15 {
        padding-left: 15px !important;
    }
    .p-xxl-20 {
        padding: 20px !important;
    }
    .pt-xxl-20,
    .py-xxl-20 {
        padding-top: 20px !important;
    }
    .pr-xxl-20,
    .px-xxl-20 {
        padding-right: 20px !important;
    }
    .pb-xxl-20,
    .py-xxl-20 {
        padding-bottom: 20px !important;
    }
    .pl-xxl-20,
    .px-xxl-20 {
        padding-left: 20px !important;
    }
    .m-xxl-n3 {
        margin: -3px !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -3px !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -3px !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -3px !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -3px !important;
    }
    .m-xxl-n5 {
        margin: -5px !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -5px !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -5px !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -5px !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -5px !important;
    }
    .m-xxl-n10 {
        margin: -10px !important;
    }
    .mt-xxl-n10,
    .my-xxl-n10 {
        margin-top: -10px !important;
    }
    .mr-xxl-n10,
    .mx-xxl-n10 {
        margin-right: -10px !important;
    }
    .mb-xxl-n10,
    .my-xxl-n10 {
        margin-bottom: -10px !important;
    }
    .ml-xxl-n10,
    .mx-xxl-n10 {
        margin-left: -10px !important;
    }
    .m-xxl-n15 {
        margin: -15px !important;
    }
    .mt-xxl-n15,
    .my-xxl-n15 {
        margin-top: -15px !important;
    }
    .mr-xxl-n15,
    .mx-xxl-n15 {
        margin-right: -15px !important;
    }
    .mb-xxl-n15,
    .my-xxl-n15 {
        margin-bottom: -15px !important;
    }
    .ml-xxl-n15,
    .mx-xxl-n15 {
        margin-left: -15px !important;
    }
    .m-xxl-n20 {
        margin: -20px !important;
    }
    .mt-xxl-n20,
    .my-xxl-n20 {
        margin-top: -20px !important;
    }
    .mr-xxl-n20,
    .mx-xxl-n20 {
        margin-right: -20px !important;
    }
    .mb-xxl-n20,
    .my-xxl-n20 {
        margin-bottom: -20px !important;
    }
    .ml-xxl-n20,
    .mx-xxl-n20 {
        margin-left: -20px !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}