﻿/*!
 * Niche Framework
 * Version - 1.0
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nich-offset-1 {
    margin-left: 8.333333%;
}

.nich-offset-2 {
    margin-left: 16.666667%;
}

.nich-offset-3 {
    margin-left: 25%;
}

.nich-offset-4 {
    margin-left: 33.333333%;
}

.nich-offset-5 {
    margin-left: 41.666667%;
}

.nich-offset-6 {
    margin-left: 50%;
}

.nich-offset-7 {
    margin-left: 58.333333%;
}

.nich-offset-8 {
    margin-left: 66.666667%;
}

.nich-offset-9 {
    margin-left: 75%;
}

.nich-offset-10 {
    margin-left: 83.333333%;
}

.nich-offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 992px) {
    .nich-order-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .nich-order-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .nich-order-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .nich-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .nich-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .nich-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .nich-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .nich-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .nich-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .nich-order-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .nich-order-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .nich-order-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .nich-order-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .nich-order-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .nich-order-12 {
        -ms-flex-order: 12;
        order: 12;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nich-text-left {
    text-align: left !important;
}

.nich-text-right {
    text-align: right !important;
}

.nich-text-center {
    text-align: center !important;
}

.nich-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.nich-table th,
.nich-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.nich-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.nich-table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.nich-table-sm th,
.nich-table-sm td {
    padding: 0.3rem;
}

.nich-table-bordered {
    border: 1px solid #dee2e6;
}

.nich-table-bordered th,
.nich-table-bordered td {
    border: 1px solid #dee2e6;
}

.nich-table-bordered thead th,
.nich-table-bordered thead td {
    border-bottom-width: 2px;
}

.nich-table-borderless th,
.nich-table-borderless td,
.nich-table-borderless thead th,
.nich-table-borderless tbody+tbody {
    border: 0;
}

.nich-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.nich-table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.nich-table-primary,
.nich-table-primary>th,
.nich-table-primary>td {
    background-color: #b8daff;
}

.nich-table-primary th,
.nich-table-primary td,
.nich-table-primary thead th,
.nich-table-primary tbody+tbody {
    border-color: #7abaff;
}

.nich-table-hover .nich-table-primary:hover {
    background-color: #9fcdff;
}

.nich-table-hover .nich-table-primary:hover>td,
.nich-table-hover .nich-table-primary:hover>th {
    background-color: #9fcdff;
}

.nich-table-secondary,
.nich-table-secondary>th,
.nich-table-secondary>td {
    background-color: #d6d8db;
}

.nich-table-secondary th,
.nich-table-secondary td,
.nich-table-secondary thead th,
.nich-table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

.nich-table-hover .nich-table-secondary:hover {
    background-color: #c8cbcf;
}

.nich-table-hover .nich-table-secondary:hover>td,
.nich-table-hover .nich-table-secondary:hover>th {
    background-color: #c8cbcf;
}

.nich-table-success,
.nich-table-success>th,
.nich-table-success>td {
    background-color: #c3e6cb;
}

.nich-table-success th,
.nich-table-success td,
.nich-table-success thead th,
.nich-table-success tbody+tbody {
    border-color: #8fd19e;
}

.nich-table-hover .nich-table-success:hover {
    background-color: #b1dfbb;
}

.nich-table-hover .nich-table-success:hover>td,
.nich-table-hover .nich-table-success:hover>th {
    background-color: #b1dfbb;
}

.nich-table-info,
.nich-table-info>th,
.nich-table-info>td {
    background-color: #bee5eb;
}

.nich-table-info th,
.nich-table-info td,
.nich-table-info thead th,
.nich-table-info tbody+tbody {
    border-color: #86cfda;
}

.nich-table-hover .nich-table-info:hover {
    background-color: #abdde5;
}

.nich-table-hover .nich-table-info:hover>td,
.nich-table-hover .nich-table-info:hover>th {
    background-color: #abdde5;
}

.nich-table-warning,
.nich-table-warning>th,
.nich-table-warning>td {
    background-color: #ffeeba;
}

.nich-table-warning th,
.nich-table-warning td,
.nich-table-warning thead th,
.nich-table-warning tbody+tbody {
    border-color: #ffdf7e;
}

.nich-table-hover .nich-table-warning:hover {
    background-color: #ffe8a1;
}

.nich-table-hover .nich-table-warning:hover>td,
.nich-table-hover .nich-table-warning:hover>th {
    background-color: #ffe8a1;
}

.nich-table-danger,
.nich-table-danger>th,
.nich-table-danger>td {
    background-color: #f5c6cb;
}

.nich-table-danger th,
.nich-table-danger td,
.nich-table-danger thead th,
.nich-table-danger tbody+tbody {
    border-color: #ed969e;
}

.nich-table-hover .nich-table-danger:hover {
    background-color: #f1b0b7;
}

.nich-table-hover .nich-table-danger:hover>td,
.nich-table-hover .nich-table-danger:hover>th {
    background-color: #f1b0b7;
}

.nich-table-light,
.nich-table-light>th,
.nich-table-light>td {
    background-color: #fdfdfe;
}

.nich-table-light th,
.nich-table-light td,
.nich-table-light thead th,
.nich-table-light tbody+tbody {
    border-color: #fbfcfc;
}

.nich-table-hover .nich-table-light:hover {
    background-color: #ececf6;
}

.nich-table-hover .nich-table-light:hover>td,
.nich-table-hover .nich-table-light:hover>th {
    background-color: #ececf6;
}

.nich-table-dark,
.nich-table-dark>th,
.nich-table-dark>td {
    background-color: #c6c8ca;
}

.nich-table-dark th,
.nich-table-dark td,
.nich-table-dark thead th,
.nich-table-dark tbody+tbody {
    border-color: #95999c;
}

.nich-table-hover .nich-table-dark:hover {
    background-color: #b9bbbe;
}

.nich-table-hover .nich-table-dark:hover>td,
.nich-table-hover .nich-table-dark:hover>th {
    background-color: #b9bbbe;
}

.nich-table-active,
.nich-table-active>th,
.nich-table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.nich-table-hover .nich-table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.nich-table-hover .nich-table-active:hover>td,
.nich-table-hover .nich-table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.nich-table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.nich-table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.nich-table-dark {
    color: #fff;
    background-color: #343a40;
}

.nich-table-dark th,
.nich-table-dark td,
.nich-table-dark thead th {
    border-color: #454d55;
}

.nich-table-dark.nich-table-bordered {
    border: 0;
}

.nich-table-dark.nich-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.nich-table-dark.nich-table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

.nich-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nich-table-responsive>.nich-table-bordered {
    border: 0;
}

.nich-w-25 {
    width: 25% !important;
}

.nich-w-50 {
    width: 50% !important;
}

.nich-w-75 {
    width: 75% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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