

/*For Form Responsive*/
@import url('icg-form-responsive.css');
@import url('icg-table-responsive.css');
/*For Header Menu*/
@import url('icg-nav.css');
/*For Alert Message*/
@import url('alert.css');


[class*="ICG_"] {
    box-sizing: border-box;
}

    [class*="ICG_"]::after {
        box-sizing: border-box;
    }

    [class*="ICG_"]::before {
        box-sizing: border-box;
    }


/*form Captcha responsive*/
@media screen and (max-width: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.r {
    color: Red;
}

.tdp {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
}

.sh {
    font-size: 16px;
    font-weight: bold;
    color: Navy;
}

.tFont {
    font-family: Arial;
    font-size: 14px;
}

.errormsg {
    font-size: 14px;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-bold {
    font-weight: bold !important;
    font-family : inherit, Airal;
}

.ICG_text-muted {
    color: #6c757d !important;
}


.ICG_h1, .ICG_h2, .ICG_h3, .ICG_h4, .ICG_h5, .ICG_h6 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-family: inherit;   
    font-weight: inherit;
    line-height: 1.2;
    color: inherit;
}

.ICG_h1 {
    font-size: 2.5rem !important;
}

.ICG_h2 {
    font-size: 2rem !important;
}

.ICG_h3 {
    font-size: 1.75rem !important;
}

.ICG_h4 {
    font-size: 1.5rem !important;
}

.ICG_h5 {
    font-size: 1.25rem !important;
}

.ICG_h6 {
    font-size: 1rem !important;
}


.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 *
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

@-ms-viewport {
    width: device-width;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.ICG_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .ICG_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .ICG_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .ICG_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .ICG_container {
        max-width: 1140px;
    }
}

.ICG_container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ICG_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ICG_no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .ICG_no-gutters > .ICG_col,
    .ICG_no-gutters > [class*="ICG_col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.ICG_col-1, .ICG_col-2, .ICG_col-3, .ICG_col-4, .ICG_col-5, .ICG_col-6, .ICG_col-7, .ICG_col-8, .ICG_col-9, .ICG_col-10, .ICG_col-11, .ICG_col-12, .ICG_col,
.ICG_col-auto, .ICG_col-sm-1, .ICG_col-sm-2, .ICG_col-sm-3, .ICG_col-sm-4, .ICG_col-sm-5, .ICG_col-sm-6, .ICG_col-sm-7, .ICG_col-sm-8, .ICG_col-sm-9, .ICG_col-sm-10, .ICG_col-sm-11, .ICG_col-sm-12, .ICG_col-sm,
.ICG_col-sm-auto, .ICG_col-md-1, .ICG_col-md-2, .ICG_col-md-3, .ICG_col-md-4, .ICG_col-md-5, .ICG_col-md-6, .ICG_col-md-7, .ICG_col-md-8, .ICG_col-md-9, .ICG_col-md-10, .ICG_col-md-11, .ICG_col-md-12, .ICG_col-md,
.ICG_col-md-auto, .ICG_col-lg-1, .ICG_col-lg-2, .ICG_col-lg-3, .ICG_col-lg-4, .ICG_col-lg-5, .ICG_col-lg-6, .ICG_col-lg-7, .ICG_col-lg-8, .ICG_col-lg-9, .ICG_col-lg-10, .ICG_col-lg-11, .ICG_col-lg-12, .ICG_col-lg,
.ICG_col-lg-auto, .ICG_col-xl-1, .ICG_col-xl-2, .ICG_col-xl-3, .ICG_col-xl-4, .ICG_col-xl-5, .ICG_col-xl-6, .ICG_col-xl-7, .ICG_col-xl-8, .ICG_col-xl-9, .ICG_col-xl-10, .ICG_col-xl-11, .ICG_col-xl-12, .ICG_col-xl,
.ICG_col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.ICG_col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.ICG_col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.ICG_col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.ICG_col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.ICG_col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.ICG_col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.ICG_col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.ICG_col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ICG_col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.ICG_col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.ICG_col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.ICG_col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.ICG_col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.ICG_col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ICG_order-first {
    -ms-flex-order: -1;
    order: -1;
}

.ICG_order-last {
    -ms-flex-order: 13;
    order: 13;
}

.ICG_order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.ICG_order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.ICG_order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.ICG_order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.ICG_order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.ICG_order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.ICG_order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.ICG_order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.ICG_order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.ICG_order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.ICG_order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.ICG_order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.ICG_order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.ICG_offset-1 {
    margin-left: 8.333333%;
}

.ICG_offset-2 {
    margin-left: 16.666667%;
}

.ICG_offset-3 {
    margin-left: 25%;
}

.ICG_offset-4 {
    margin-left: 33.333333%;
}

.ICG_offset-5 {
    margin-left: 41.666667%;
}

.ICG_offset-6 {
    margin-left: 50%;
}

.ICG_offset-7 {
    margin-left: 58.333333%;
}

.ICG_offset-8 {
    margin-left: 66.666667%;
}

.ICG_offset-9 {
    margin-left: 75%;
}

.ICG_offset-10 {
    margin-left: 83.333333%;
}

.ICG_offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .ICG_col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ICG_col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .ICG_col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ICG_col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ICG_col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ICG_col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ICG_col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ICG_col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ICG_col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ICG_col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ICG_col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ICG_col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ICG_col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ICG_col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ICG_order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .ICG_order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .ICG_order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .ICG_order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .ICG_order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .ICG_order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .ICG_order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .ICG_order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .ICG_order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .ICG_order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .ICG_order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .ICG_order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .ICG_order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .ICG_order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .ICG_order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .ICG_offset-sm-0 {
        margin-left: 0;
    }

    .ICG_offset-sm-1 {
        margin-left: 8.333333%;
    }

    .ICG_offset-sm-2 {
        margin-left: 16.666667%;
    }

    .ICG_offset-sm-3 {
        margin-left: 25%;
    }

    .ICG_offset-sm-4 {
        margin-left: 33.333333%;
    }

    .ICG_offset-sm-5 {
        margin-left: 41.666667%;
    }

    .ICG_offset-sm-6 {
        margin-left: 50%;
    }

    .ICG_offset-sm-7 {
        margin-left: 58.333333%;
    }

    .ICG_offset-sm-8 {
        margin-left: 66.666667%;
    }

    .ICG_offset-sm-9 {
        margin-left: 75%;
    }

    .ICG_offset-sm-10 {
        margin-left: 83.333333%;
    }

    .ICG_offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .ICG_col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ICG_col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .ICG_col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ICG_col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ICG_col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ICG_col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ICG_col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ICG_col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ICG_col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ICG_col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ICG_col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ICG_col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ICG_col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ICG_col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ICG_order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .ICG_order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .ICG_order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .ICG_order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .ICG_order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .ICG_order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .ICG_order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .ICG_order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .ICG_order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .ICG_order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .ICG_order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .ICG_order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .ICG_order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .ICG_order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .ICG_order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .ICG_offset-md-0 {
        margin-left: 0;
    }

    .ICG_offset-md-1 {
        margin-left: 8.333333%;
    }

    .ICG_offset-md-2 {
        margin-left: 16.666667%;
    }

    .ICG_offset-md-3 {
        margin-left: 25%;
    }

    .ICG_offset-md-4 {
        margin-left: 33.333333%;
    }

    .ICG_offset-md-5 {
        margin-left: 41.666667%;
    }

    .ICG_offset-md-6 {
        margin-left: 50%;
    }

    .ICG_offset-md-7 {
        margin-left: 58.333333%;
    }

    .ICG_offset-md-8 {
        margin-left: 66.666667%;
    }

    .ICG_offset-md-9 {
        margin-left: 75%;
    }

    .ICG_offset-md-10 {
        margin-left: 83.333333%;
    }

    .ICG_offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .ICG_col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ICG_col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .ICG_col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ICG_col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ICG_col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ICG_col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ICG_col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ICG_col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ICG_col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ICG_col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ICG_col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ICG_col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ICG_col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ICG_col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ICG_order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .ICG_order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .ICG_order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .ICG_order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .ICG_order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .ICG_order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .ICG_order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .ICG_order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .ICG_order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .ICG_order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .ICG_order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .ICG_order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .ICG_order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .ICG_order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .ICG_order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .ICG_offset-lg-0 {
        margin-left: 0;
    }

    .ICG_offset-lg-1 {
        margin-left: 8.333333%;
    }

    .ICG_offset-lg-2 {
        margin-left: 16.666667%;
    }

    .ICG_offset-lg-3 {
        margin-left: 25%;
    }

    .ICG_offset-lg-4 {
        margin-left: 33.333333%;
    }

    .ICG_offset-lg-5 {
        margin-left: 41.666667%;
    }

    .ICG_offset-lg-6 {
        margin-left: 50%;
    }

    .ICG_offset-lg-7 {
        margin-left: 58.333333%;
    }

    .ICG_offset-lg-8 {
        margin-left: 66.666667%;
    }

    .ICG_offset-lg-9 {
        margin-left: 75%;
    }

    .ICG_offset-lg-10 {
        margin-left: 83.333333%;
    }

    .ICG_offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .ICG_col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ICG_col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .ICG_col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ICG_col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ICG_col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ICG_col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ICG_col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ICG_col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ICG_col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ICG_col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ICG_col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ICG_col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ICG_col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ICG_col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ICG_order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .ICG_order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .ICG_order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .ICG_order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .ICG_order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .ICG_order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .ICG_order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .ICG_order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .ICG_order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .ICG_order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .ICG_order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .ICG_order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .ICG_order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .ICG_order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .ICG_order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .ICG_offset-xl-0 {
        margin-left: 0;
    }

    .ICG_offset-xl-1 {
        margin-left: 8.333333%;
    }

    .ICG_offset-xl-2 {
        margin-left: 16.666667%;
    }

    .ICG_offset-xl-3 {
        margin-left: 25%;
    }

    .ICG_offset-xl-4 {
        margin-left: 33.333333%;
    }

    .ICG_offset-xl-5 {
        margin-left: 41.666667%;
    }

    .ICG_offset-xl-6 {
        margin-left: 50%;
    }

    .ICG_offset-xl-7 {
        margin-left: 58.333333%;
    }

    .ICG_offset-xl-8 {
        margin-left: 66.666667%;
    }

    .ICG_offset-xl-9 {
        margin-left: 75%;
    }

    .ICG_offset-xl-10 {
        margin-left: 83.333333%;
    }

    .ICG_offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.ICG_d-none {
    display: none !important;
}

.ICG_d-inline {
    display: inline !important;
}

.ICG_d-inline-block {
    display: inline-block !important;
}

.ICG_d-block {
    display: block !important;
}

.ICG_d-table {
    display: table !important;
}

.ICG_d-table-row {
    display: table-row !important;
}

.ICG_d-table-cell {
    display: table-cell !important;
}

.ICG_d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.ICG_d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .ICG_d-sm-none {
        display: none !important;
    }

    .ICG_d-sm-inline {
        display: inline !important;
    }

    .ICG_d-sm-inline-block {
        display: inline-block !important;
    }

    .ICG_d-sm-block {
        display: block !important;
    }

    .ICG_d-sm-table {
        display: table !important;
    }

    .ICG_d-sm-table-row {
        display: table-row !important;
    }

    .ICG_d-sm-table-cell {
        display: table-cell !important;
    }

    .ICG_d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .ICG_d-md-none {
        display: none !important;
    }

    .ICG_d-md-inline {
        display: inline !important;
    }

    .ICG_d-md-inline-block {
        display: inline-block !important;
    }

    .ICG_d-md-block {
        display: block !important;
    }

    .ICG_d-md-table {
        display: table !important;
    }

    .ICG_d-md-table-row {
        display: table-row !important;
    }

    .ICG_d-md-table-cell {
        display: table-cell !important;
    }

    .ICG_d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .ICG_d-lg-none {
        display: none !important;
    }

    .ICG_d-lg-inline {
        display: inline !important;
    }

    .ICG_d-lg-inline-block {
        display: inline-block !important;
    }

    .ICG_d-lg-block {
        display: block !important;
    }

    .ICG_d-lg-table {
        display: table !important;
    }

    .ICG_d-lg-table-row {
        display: table-row !important;
    }

    .ICG_d-lg-table-cell {
        display: table-cell !important;
    }

    .ICG_d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .ICG_d-xl-none {
        display: none !important;
    }

    .ICG_d-xl-inline {
        display: inline !important;
    }

    .ICG_d-xl-inline-block {
        display: inline-block !important;
    }

    .ICG_d-xl-block {
        display: block !important;
    }

    .ICG_d-xl-table {
        display: table !important;
    }

    .ICG_d-xl-table-row {
        display: table-row !important;
    }

    .ICG_d-xl-table-cell {
        display: table-cell !important;
    }

    .ICG_d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .ICG_d-print-none {
        display: none !important;
    }

    .ICG_d-print-inline {
        display: inline !important;
    }

    .ICG_d-print-inline-block {
        display: inline-block !important;
    }

    .ICG_d-print-block {
        display: block !important;
    }

    .ICG_d-print-table {
        display: table !important;
    }

    .ICG_d-print-table-row {
        display: table-row !important;
    }

    .ICG_d-print-table-cell {
        display: table-cell !important;
    }

    .ICG_d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


.ICG_flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.ICG_flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.ICG_flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.ICG_flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.ICG_flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.ICG_flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.ICG_flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.ICG_flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.ICG_flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.ICG_flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.ICG_flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.ICG_flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.ICG_justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.ICG_justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.ICG_justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.ICG_justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.ICG_justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.ICG_align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.ICG_align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.ICG_align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.ICG_align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.ICG_align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.ICG_align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.ICG_align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.ICG_align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.ICG_align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.ICG_align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.ICG_align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.ICG_align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.ICG_align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.ICG_align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.ICG_align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.ICG_align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.ICG_align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .ICG_flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ICG_flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .ICG_flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .ICG_flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .ICG_flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .ICG_flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .ICG_flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .ICG_flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .ICG_flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .ICG_flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .ICG_flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .ICG_flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .ICG_justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .ICG_justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ICG_justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .ICG_justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .ICG_justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .ICG_align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .ICG_align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .ICG_align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .ICG_align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .ICG_align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ICG_align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .ICG_align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .ICG_align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .ICG_align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .ICG_align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .ICG_align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .ICG_align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .ICG_align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .ICG_align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .ICG_align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .ICG_align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .ICG_align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .ICG_flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ICG_flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .ICG_flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .ICG_flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .ICG_flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .ICG_flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .ICG_flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .ICG_flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .ICG_flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .ICG_flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .ICG_flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .ICG_flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .ICG_justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .ICG_justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ICG_justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .ICG_justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .ICG_justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .ICG_align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .ICG_align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .ICG_align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .ICG_align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .ICG_align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ICG_align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .ICG_align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .ICG_align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .ICG_align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .ICG_align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .ICG_align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .ICG_align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .ICG_align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .ICG_align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .ICG_align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .ICG_align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .ICG_align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .ICG_flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ICG_flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .ICG_flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .ICG_flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .ICG_flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .ICG_flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .ICG_flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .ICG_flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .ICG_flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .ICG_flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .ICG_flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .ICG_flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .ICG_justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .ICG_justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ICG_justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .ICG_justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .ICG_justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .ICG_align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .ICG_align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .ICG_align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .ICG_align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .ICG_align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ICG_align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .ICG_align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .ICG_align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .ICG_align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .ICG_align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .ICG_align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .ICG_align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .ICG_align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .ICG_align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .ICG_align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .ICG_align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .ICG_align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .ICG_flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ICG_flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .ICG_flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .ICG_flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .ICG_flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .ICG_flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .ICG_flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .ICG_flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .ICG_flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .ICG_flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .ICG_flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .ICG_flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .ICG_justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .ICG_justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ICG_justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .ICG_justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .ICG_justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .ICG_align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .ICG_align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .ICG_align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .ICG_align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .ICG_align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ICG_align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .ICG_align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .ICG_align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .ICG_align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .ICG_align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .ICG_align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .ICG_align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .ICG_align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .ICG_align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .ICG_align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .ICG_align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .ICG_align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.ICG_float-left {
    float: left !important;
}

.ICG_float-right {
    float: right !important;
}

.ICG_float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .ICG_float-sm-left {
        float: left !important;
    }

    .ICG_float-sm-right {
        float: right !important;
    }

    .ICG_float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .ICG_float-md-left {
        float: left !important;
    }

    .ICG_float-md-right {
        float: right !important;
    }

    .ICG_float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .ICG_float-lg-left {
        float: left !important;
    }

    .ICG_float-lg-right {
        float: right !important;
    }

    .ICG_float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .ICG_float-xl-left {
        float: left !important;
    }

    .ICG_float-xl-right {
        float: right !important;
    }

    .ICG_float-xl-none {
        float: none !important;
    }
}

.ICG_pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    border-radius: 4px;
}

    .ICG_pagination > li {
        display: inline;
    }

        .ICG_pagination > li > a,
        .ICG_pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #507CD1;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .ICG_pagination > li:first-child > a,
        .ICG_pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .ICG_pagination > li:last-child > a,
        .ICG_pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .ICG_pagination > li > a:hover,
        .ICG_pagination > li > span:hover,
        .ICG_pagination > li > a:focus,
        .ICG_pagination > li > span:focus {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .ICG_pagination > .active > a,
    .ICG_pagination > .active > span,
    .ICG_pagination > .active > a:hover,
    .ICG_pagination > .active > span:hover,
    .ICG_pagination > .active > a:focus,
    .ICG_pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #507CD1;
        border-color: #507CD1;
    }

    .ICG_pagination > .disabled > span,
    .ICG_pagination > .disabled > span:hover,
    .ICG_pagination > .disabled > span:focus,
    .ICG_pagination > .disabled > a,
    .ICG_pagination > .disabled > a:hover,
    .ICG_pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.ICG_pagination-lg > li > a,
.ICG_pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.ICG_pagination-lg > li:first-child > a,
.ICG_pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ICG_pagination-lg > li:last-child > a,
.ICG_pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ICG_pagination-sm > li > a,
.ICG_pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.ICG_pagination-sm > li:first-child > a,
.ICG_pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ICG_pagination-sm > li:last-child > a,
.ICG_pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}



.ICG_overflow-auto {
    overflow: auto !important;
}

.ICG_overflow-hidden {
    overflow: hidden !important;
}

.ICG_position-static {
    position: static !important;
}

.ICG_position-relative {
    position: relative !important;
}

.ICG_position-absolute {
    position: absolute !important;
}

.ICG_position-fixed {
    position: fixed !important;
}

.ICG_position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.ICG_fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.ICG_fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .ICG_sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.ICG_sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ICG_sr-only-focusable:active, .ICG_sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.ICG_shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.ICG_shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ICG_shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.ICG_shadow-none {
    box-shadow: none !important;
}

.ICG_w-25 {
    width: 25% !important;
}

.ICG_w-50 {
    width: 50% !important;
}

.ICG_w-75 {
    width: 75% !important;
}

.ICG_w-100 {
    width: 100% !important;
}

.ICG_w-auto {
    width: auto !important;
}

.ICG_h-25 {
    height: 25% !important;
}

.ICG_h-50 {
    height: 50% !important;
}

.ICG_h-75 {
    height: 75% !important;
}

.ICG_h-100 {
    height: 100% !important;
}

.ICG_h-auto {
    height: auto !important;
}

.ICG_mw-100 {
    max-width: 100% !important;
}

.ICG_mh-100 {
    max-height: 100% !important;
}

.ICG_min-vw-100 {
    min-width: 100vw !important;
}

.ICG_min-vh-100 {
    min-height: 100vh !important;
}

.ICG_vw-100 {
    width: 100vw !important;
}

.ICG_vh-100 {
    height: 100vh !important;
}

.ICG_stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.ICG_m-0 {
    margin: 0 !important;
}

.ICG_mt-0,
.ICG_my-0 {
    margin-top: 0 !important;
}

.ICG_mr-0,
.ICG_mx-0 {
    margin-right: 0 !important;
}

.ICG_mb-0,
.ICG_my-0 {
    margin-bottom: 0 !important;
}

.ICG_ml-0,
.ICG_mx-0 {
    margin-left: 0 !important;
}

.ICG_m-1 {
    margin: 0.25rem !important;
}

.ICG_mt-1,
.ICG_my-1 {
    margin-top: 0.25rem !important;
}

.ICG_mr-1,
.ICG_mx-1 {
    margin-right: 0.25rem !important;
}

.ICG_mb-1,
.ICG_my-1 {
    margin-bottom: 0.25rem !important;
}

.ICG_ml-1,
.ICG_mx-1 {
    margin-left: 0.25rem !important;
}

.ICG_m-2 {
    margin: 0.5rem !important;
}

.ICG_mt-2,
.ICG_my-2 {
    margin-top: 0.5rem !important;
}

.ICG_mr-2,
.ICG_mx-2 {
    margin-right: 0.5rem !important;
}

.ICG_mb-2,
.ICG_my-2 {
    margin-bottom: 0.5rem !important;
}

.ICG_ml-2,
.ICG_mx-2 {
    margin-left: 0.5rem !important;
}

.ICG_m-3 {
    margin: 1rem !important;
}

.ICG_mt-3,
.ICG_my-3 {
    margin-top: 1rem !important;
}

.ICG_mr-3,
.ICG_mx-3 {
    margin-right: 1rem !important;
}

.ICG_mb-3,
.ICG_my-3 {
    margin-bottom: 1rem !important;
}

.ICG_ml-3,
.ICG_mx-3 {
    margin-left: 1rem !important;
}

.ICG_m-4 {
    margin: 1.5rem !important;
}

.ICG_mt-4,
.ICG_my-4 {
    margin-top: 1.5rem !important;
}

.ICG_mr-4,
.ICG_mx-4 {
    margin-right: 1.5rem !important;
}

.ICG_mb-4,
.ICG_my-4 {
    margin-bottom: 1.5rem !important;
}

.ICG_ml-4,
.ICG_mx-4 {
    margin-left: 1.5rem !important;
}

.ICG_m-5 {
    margin: 3rem !important;
}

.ICG_mt-5,
.ICG_my-5 {
    margin-top: 3rem !important;
}

.ICG_mr-5,
.ICG_mx-5 {
    margin-right: 3rem !important;
}

.ICG_mb-5,
.ICG_my-5 {
    margin-bottom: 3rem !important;
}

.ICG_ml-5,
.ICG_mx-5 {
    margin-left: 3rem !important;
}

.ICG_p-0 {
    padding: 0 !important;
}

.ICG_pt-0,
.ICG_py-0 {
    padding-top: 0 !important;
}

.ICG_pr-0,
.ICG_px-0 {
    padding-right: 0 !important;
}

.ICG_pb-0,
.ICG_py-0 {
    padding-bottom: 0 !important;
}

.ICG_pl-0,
.ICG_px-0 {
    padding-left: 0 !important;
}

.ICG_p-1 {
    padding: 0.25rem !important;
}

.ICG_pt-1,
.ICG_py-1 {
    padding-top: 0.25rem !important;
}

.ICG_pr-1,
.ICG_px-1 {
    padding-right: 0.25rem !important;
}

.ICG_pb-1,
.ICG_py-1 {
    padding-bottom: 0.25rem !important;
}

.ICG_pl-1,
.ICG_px-1 {
    padding-left: 0.25rem !important;
}

.ICG_p-2 {
    padding: 0.5rem !important;
}

.ICG_pt-2,
.ICG_py-2 {
    padding-top: 0.5rem !important;
}

.ICG_pr-2,
.ICG_px-2 {
    padding-right: 0.5rem !important;
}

.ICG_pb-2,
.ICG_py-2 {
    padding-bottom: 0.5rem !important;
}

.ICG_pl-2,
.ICG_px-2 {
    padding-left: 0.5rem !important;
}

.ICG_p-3 {
    padding: 1rem !important;
}

.ICG_pt-3,
.ICG_py-3 {
    padding-top: 1rem !important;
}

.ICG_pr-3,
.ICG_px-3 {
    padding-right: 1rem !important;
}

.ICG_pb-3,
.ICG_py-3 {
    padding-bottom: 1rem !important;
}

.ICG_pl-3,
.ICG_px-3 {
    padding-left: 1rem !important;
}

.ICG_p-4 {
    padding: 1.5rem !important;
}

.ICG_pt-4,
.ICG_py-4 {
    padding-top: 1.5rem !important;
}

.ICG_pr-4,
.ICG_px-4 {
    padding-right: 1.5rem !important;
}

.ICG_pb-4,
.ICG_py-4 {
    padding-bottom: 1.5rem !important;
}

.ICG_pl-4,
.ICG_px-4 {
    padding-left: 1.5rem !important;
}

.ICG_p-5 {
    padding: 3rem !important;
}

.ICG_pt-5,
.ICG_py-5 {
    padding-top: 3rem !important;
}

.ICG_pr-5,
.ICG_px-5 {
    padding-right: 3rem !important;
}

.ICG_pb-5,
.ICG_py-5 {
    padding-bottom: 3rem !important;
}

.ICG_pl-5,
.ICG_px-5 {
    padding-left: 3rem !important;
}

.ICG_m-n1 {
    margin: -0.25rem !important;
}

.ICG_mt-n1,
.ICG_my-n1 {
    margin-top: -0.25rem !important;
}

.ICG_mr-n1,
.ICG_mx-n1 {
    margin-right: -0.25rem !important;
}

.ICG_mb-n1,
.ICG_my-n1 {
    margin-bottom: -0.25rem !important;
}

.ICG_ml-n1,
.ICG_mx-n1 {
    margin-left: -0.25rem !important;
}

.ICG_m-n2 {
    margin: -0.5rem !important;
}

.ICG_mt-n2,
.ICG_my-n2 {
    margin-top: -0.5rem !important;
}

.ICG_mr-n2,
.ICG_mx-n2 {
    margin-right: -0.5rem !important;
}

.ICG_mb-n2,
.ICG_my-n2 {
    margin-bottom: -0.5rem !important;
}

.ICG_ml-n2,
.ICG_mx-n2 {
    margin-left: -0.5rem !important;
}

.ICG_m-n3 {
    margin: -1rem !important;
}

.ICG_mt-n3,
.ICG_my-n3 {
    margin-top: -1rem !important;
}

.ICG_mr-n3,
.ICG_mx-n3 {
    margin-right: -1rem !important;
}

.ICG_mb-n3,
.ICG_my-n3 {
    margin-bottom: -1rem !important;
}

.ICG_ml-n3,
.ICG_mx-n3 {
    margin-left: -1rem !important;
}

.ICG_m-n4 {
    margin: -1.5rem !important;
}

.ICG_mt-n4,
.ICG_my-n4 {
    margin-top: -1.5rem !important;
}

.ICG_mr-n4,
.ICG_mx-n4 {
    margin-right: -1.5rem !important;
}

.ICG_mb-n4,
.ICG_my-n4 {
    margin-bottom: -1.5rem !important;
}

.ICG_ml-n4,
.ICG_mx-n4 {
    margin-left: -1.5rem !important;
}

.ICG_m-n5 {
    margin: -3rem !important;
}

.ICG_mt-n5,
.ICG_my-n5 {
    margin-top: -3rem !important;
}

.ICG_mr-n5,
.ICG_mx-n5 {
    margin-right: -3rem !important;
}

.ICG_mb-n5,
.ICG_my-n5 {
    margin-bottom: -3rem !important;
}

.ICG_ml-n5,
.ICG_mx-n5 {
    margin-left: -3rem !important;
}

.ICG_m-auto {
    margin: auto !important;
}

.ICG_mt-auto,
.ICG_my-auto {
    margin-top: auto !important;
}

.ICG_mr-auto,
.ICG_mx-auto {
    margin-right: auto !important;
}

.ICG_mb-auto,
.ICG_my-auto {
    margin-bottom: auto !important;
}

.ICG_ml-auto,
.ICG_mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .ICG_m-sm-0 {
        margin: 0 !important;
    }

    .ICG_mt-sm-0,
    .ICG_my-sm-0 {
        margin-top: 0 !important;
    }

    .ICG_mr-sm-0,
    .ICG_mx-sm-0 {
        margin-right: 0 !important;
    }

    .ICG_mb-sm-0,
    .ICG_my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ICG_ml-sm-0,
    .ICG_mx-sm-0 {
        margin-left: 0 !important;
    }

    .ICG_m-sm-1 {
        margin: 0.25rem !important;
    }

    .ICG_mt-sm-1,
    .ICG_my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .ICG_mr-sm-1,
    .ICG_mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .ICG_mb-sm-1,
    .ICG_my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ICG_ml-sm-1,
    .ICG_mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ICG_m-sm-2 {
        margin: 0.5rem !important;
    }

    .ICG_mt-sm-2,
    .ICG_my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .ICG_mr-sm-2,
    .ICG_mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .ICG_mb-sm-2,
    .ICG_my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ICG_ml-sm-2,
    .ICG_mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ICG_m-sm-3 {
        margin: 1rem !important;
    }

    .ICG_mt-sm-3,
    .ICG_my-sm-3 {
        margin-top: 1rem !important;
    }

    .ICG_mr-sm-3,
    .ICG_mx-sm-3 {
        margin-right: 1rem !important;
    }

    .ICG_mb-sm-3,
    .ICG_my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ICG_ml-sm-3,
    .ICG_mx-sm-3 {
        margin-left: 1rem !important;
    }

    .ICG_m-sm-4 {
        margin: 1.5rem !important;
    }

    .ICG_mt-sm-4,
    .ICG_my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .ICG_mr-sm-4,
    .ICG_mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .ICG_mb-sm-4,
    .ICG_my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ICG_ml-sm-4,
    .ICG_mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ICG_m-sm-5 {
        margin: 3rem !important;
    }

    .ICG_mt-sm-5,
    .ICG_my-sm-5 {
        margin-top: 3rem !important;
    }

    .ICG_mr-sm-5,
    .ICG_mx-sm-5 {
        margin-right: 3rem !important;
    }

    .ICG_mb-sm-5,
    .ICG_my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ICG_ml-sm-5,
    .ICG_mx-sm-5 {
        margin-left: 3rem !important;
    }

    .ICG_p-sm-0 {
        padding: 0 !important;
    }

    .ICG_pt-sm-0,
    .ICG_py-sm-0 {
        padding-top: 0 !important;
    }

    .ICG_pr-sm-0,
    .ICG_px-sm-0 {
        padding-right: 0 !important;
    }

    .ICG_pb-sm-0,
    .ICG_py-sm-0 {
        padding-bottom: 0 !important;
    }

    .ICG_pl-sm-0,
    .ICG_px-sm-0 {
        padding-left: 0 !important;
    }

    .ICG_p-sm-1 {
        padding: 0.25rem !important;
    }

    .ICG_pt-sm-1,
    .ICG_py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .ICG_pr-sm-1,
    .ICG_px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .ICG_pb-sm-1,
    .ICG_py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .ICG_pl-sm-1,
    .ICG_px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ICG_p-sm-2 {
        padding: 0.5rem !important;
    }

    .ICG_pt-sm-2,
    .ICG_py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .ICG_pr-sm-2,
    .ICG_px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .ICG_pb-sm-2,
    .ICG_py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .ICG_pl-sm-2,
    .ICG_px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ICG_p-sm-3 {
        padding: 1rem !important;
    }

    .ICG_pt-sm-3,
    .ICG_py-sm-3 {
        padding-top: 1rem !important;
    }

    .ICG_pr-sm-3,
    .ICG_px-sm-3 {
        padding-right: 1rem !important;
    }

    .ICG_pb-sm-3,
    .ICG_py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .ICG_pl-sm-3,
    .ICG_px-sm-3 {
        padding-left: 1rem !important;
    }

    .ICG_p-sm-4 {
        padding: 1.5rem !important;
    }

    .ICG_pt-sm-4,
    .ICG_py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .ICG_pr-sm-4,
    .ICG_px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .ICG_pb-sm-4,
    .ICG_py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .ICG_pl-sm-4,
    .ICG_px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ICG_p-sm-5 {
        padding: 3rem !important;
    }

    .ICG_pt-sm-5,
    .ICG_py-sm-5 {
        padding-top: 3rem !important;
    }

    .ICG_pr-sm-5,
    .ICG_px-sm-5 {
        padding-right: 3rem !important;
    }

    .ICG_pb-sm-5,
    .ICG_py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ICG_pl-sm-5,
    .ICG_px-sm-5 {
        padding-left: 3rem !important;
    }

    .ICG_m-sm-n1 {
        margin: -0.25rem !important;
    }

    .ICG_mt-sm-n1,
    .ICG_my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .ICG_mr-sm-n1,
    .ICG_mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .ICG_mb-sm-n1,
    .ICG_my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ICG_ml-sm-n1,
    .ICG_mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ICG_m-sm-n2 {
        margin: -0.5rem !important;
    }

    .ICG_mt-sm-n2,
    .ICG_my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .ICG_mr-sm-n2,
    .ICG_mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .ICG_mb-sm-n2,
    .ICG_my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ICG_ml-sm-n2,
    .ICG_mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ICG_m-sm-n3 {
        margin: -1rem !important;
    }

    .ICG_mt-sm-n3,
    .ICG_my-sm-n3 {
        margin-top: -1rem !important;
    }

    .ICG_mr-sm-n3,
    .ICG_mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .ICG_mb-sm-n3,
    .ICG_my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ICG_ml-sm-n3,
    .ICG_mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .ICG_m-sm-n4 {
        margin: -1.5rem !important;
    }

    .ICG_mt-sm-n4,
    .ICG_my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .ICG_mr-sm-n4,
    .ICG_mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .ICG_mb-sm-n4,
    .ICG_my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ICG_ml-sm-n4,
    .ICG_mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .ICG_m-sm-n5 {
        margin: -3rem !important;
    }

    .ICG_mt-sm-n5,
    .ICG_my-sm-n5 {
        margin-top: -3rem !important;
    }

    .ICG_mr-sm-n5,
    .ICG_mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .ICG_mb-sm-n5,
    .ICG_my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ICG_ml-sm-n5,
    .ICG_mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .ICG_m-sm-auto {
        margin: auto !important;
    }

    .ICG_mt-sm-auto,
    .ICG_my-sm-auto {
        margin-top: auto !important;
    }

    .ICG_mr-sm-auto,
    .ICG_mx-sm-auto {
        margin-right: auto !important;
    }

    .ICG_mb-sm-auto,
    .ICG_my-sm-auto {
        margin-bottom: auto !important;
    }

    .ICG_ml-sm-auto,
    .ICG_mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .ICG_m-md-0 {
        margin: 0 !important;
    }

    .ICG_mt-md-0,
    .ICG_my-md-0 {
        margin-top: 0 !important;
    }

    .ICG_mr-md-0,
    .ICG_mx-md-0 {
        margin-right: 0 !important;
    }

    .ICG_mb-md-0,
    .ICG_my-md-0 {
        margin-bottom: 0 !important;
    }

    .ICG_ml-md-0,
    .ICG_mx-md-0 {
        margin-left: 0 !important;
    }

    .ICG_m-md-1 {
        margin: 0.25rem !important;
    }

    .ICG_mt-md-1,
    .ICG_my-md-1 {
        margin-top: 0.25rem !important;
    }

    .ICG_mr-md-1,
    .ICG_mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .ICG_mb-md-1,
    .ICG_my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ICG_ml-md-1,
    .ICG_mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .ICG_m-md-2 {
        margin: 0.5rem !important;
    }

    .ICG_mt-md-2,
    .ICG_my-md-2 {
        margin-top: 0.5rem !important;
    }

    .ICG_mr-md-2,
    .ICG_mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .ICG_mb-md-2,
    .ICG_my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ICG_ml-md-2,
    .ICG_mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .ICG_m-md-3 {
        margin: 1rem !important;
    }

    .ICG_mt-md-3,
    .ICG_my-md-3 {
        margin-top: 1rem !important;
    }

    .ICG_mr-md-3,
    .ICG_mx-md-3 {
        margin-right: 1rem !important;
    }

    .ICG_mb-md-3,
    .ICG_my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ICG_ml-md-3,
    .ICG_mx-md-3 {
        margin-left: 1rem !important;
    }

    .ICG_m-md-4 {
        margin: 1.5rem !important;
    }

    .ICG_mt-md-4,
    .ICG_my-md-4 {
        margin-top: 1.5rem !important;
    }

    .ICG_mr-md-4,
    .ICG_mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .ICG_mb-md-4,
    .ICG_my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ICG_ml-md-4,
    .ICG_mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .ICG_m-md-5 {
        margin: 3rem !important;
    }

    .ICG_mt-md-5,
    .ICG_my-md-5 {
        margin-top: 3rem !important;
    }

    .ICG_mr-md-5,
    .ICG_mx-md-5 {
        margin-right: 3rem !important;
    }

    .ICG_mb-md-5,
    .ICG_my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ICG_ml-md-5,
    .ICG_mx-md-5 {
        margin-left: 3rem !important;
    }

    .ICG_p-md-0 {
        padding: 0 !important;
    }

    .ICG_pt-md-0,
    .ICG_py-md-0 {
        padding-top: 0 !important;
    }

    .ICG_pr-md-0,
    .ICG_px-md-0 {
        padding-right: 0 !important;
    }

    .ICG_pb-md-0,
    .ICG_py-md-0 {
        padding-bottom: 0 !important;
    }

    .ICG_pl-md-0,
    .ICG_px-md-0 {
        padding-left: 0 !important;
    }

    .ICG_p-md-1 {
        padding: 0.25rem !important;
    }

    .ICG_pt-md-1,
    .ICG_py-md-1 {
        padding-top: 0.25rem !important;
    }

    .ICG_pr-md-1,
    .ICG_px-md-1 {
        padding-right: 0.25rem !important;
    }

    .ICG_pb-md-1,
    .ICG_py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .ICG_pl-md-1,
    .ICG_px-md-1 {
        padding-left: 0.25rem !important;
    }

    .ICG_p-md-2 {
        padding: 0.5rem !important;
    }

    .ICG_pt-md-2,
    .ICG_py-md-2 {
        padding-top: 0.5rem !important;
    }

    .ICG_pr-md-2,
    .ICG_px-md-2 {
        padding-right: 0.5rem !important;
    }

    .ICG_pb-md-2,
    .ICG_py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .ICG_pl-md-2,
    .ICG_px-md-2 {
        padding-left: 0.5rem !important;
    }

    .ICG_p-md-3 {
        padding: 1rem !important;
    }

    .ICG_pt-md-3,
    .ICG_py-md-3 {
        padding-top: 1rem !important;
    }

    .ICG_pr-md-3,
    .ICG_px-md-3 {
        padding-right: 1rem !important;
    }

    .ICG_pb-md-3,
    .ICG_py-md-3 {
        padding-bottom: 1rem !important;
    }

    .ICG_pl-md-3,
    .ICG_px-md-3 {
        padding-left: 1rem !important;
    }

    .ICG_p-md-4 {
        padding: 1.5rem !important;
    }

    .ICG_pt-md-4,
    .ICG_py-md-4 {
        padding-top: 1.5rem !important;
    }

    .ICG_pr-md-4,
    .ICG_px-md-4 {
        padding-right: 1.5rem !important;
    }

    .ICG_pb-md-4,
    .ICG_py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .ICG_pl-md-4,
    .ICG_px-md-4 {
        padding-left: 1.5rem !important;
    }

    .ICG_p-md-5 {
        padding: 3rem !important;
    }

    .ICG_pt-md-5,
    .ICG_py-md-5 {
        padding-top: 3rem !important;
    }

    .ICG_pr-md-5,
    .ICG_px-md-5 {
        padding-right: 3rem !important;
    }

    .ICG_pb-md-5,
    .ICG_py-md-5 {
        padding-bottom: 3rem !important;
    }

    .ICG_pl-md-5,
    .ICG_px-md-5 {
        padding-left: 3rem !important;
    }

    .ICG_m-md-n1 {
        margin: -0.25rem !important;
    }

    .ICG_mt-md-n1,
    .ICG_my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .ICG_mr-md-n1,
    .ICG_mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .ICG_mb-md-n1,
    .ICG_my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ICG_ml-md-n1,
    .ICG_mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ICG_m-md-n2 {
        margin: -0.5rem !important;
    }

    .ICG_mt-md-n2,
    .ICG_my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .ICG_mr-md-n2,
    .ICG_mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .ICG_mb-md-n2,
    .ICG_my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ICG_ml-md-n2,
    .ICG_mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ICG_m-md-n3 {
        margin: -1rem !important;
    }

    .ICG_mt-md-n3,
    .ICG_my-md-n3 {
        margin-top: -1rem !important;
    }

    .ICG_mr-md-n3,
    .ICG_mx-md-n3 {
        margin-right: -1rem !important;
    }

    .ICG_mb-md-n3,
    .ICG_my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ICG_ml-md-n3,
    .ICG_mx-md-n3 {
        margin-left: -1rem !important;
    }

    .ICG_m-md-n4 {
        margin: -1.5rem !important;
    }

    .ICG_mt-md-n4,
    .ICG_my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .ICG_mr-md-n4,
    .ICG_mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .ICG_mb-md-n4,
    .ICG_my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ICG_ml-md-n4,
    .ICG_mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .ICG_m-md-n5 {
        margin: -3rem !important;
    }

    .ICG_mt-md-n5,
    .ICG_my-md-n5 {
        margin-top: -3rem !important;
    }

    .ICG_mr-md-n5,
    .ICG_mx-md-n5 {
        margin-right: -3rem !important;
    }

    .ICG_mb-md-n5,
    .ICG_my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ICG_ml-md-n5,
    .ICG_mx-md-n5 {
        margin-left: -3rem !important;
    }

    .ICG_m-md-auto {
        margin: auto !important;
    }

    .ICG_mt-md-auto,
    .ICG_my-md-auto {
        margin-top: auto !important;
    }

    .ICG_mr-md-auto,
    .ICG_mx-md-auto {
        margin-right: auto !important;
    }

    .ICG_mb-md-auto,
    .ICG_my-md-auto {
        margin-bottom: auto !important;
    }

    .ICG_ml-md-auto,
    .ICG_mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .ICG_m-lg-0 {
        margin: 0 !important;
    }

    .ICG_mt-lg-0,
    .ICG_my-lg-0 {
        margin-top: 0 !important;
    }

    .ICG_mr-lg-0,
    .ICG_mx-lg-0 {
        margin-right: 0 !important;
    }

    .ICG_mb-lg-0,
    .ICG_my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ICG_ml-lg-0,
    .ICG_mx-lg-0 {
        margin-left: 0 !important;
    }

    .ICG_m-lg-1 {
        margin: 0.25rem !important;
    }

    .ICG_mt-lg-1,
    .ICG_my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .ICG_mr-lg-1,
    .ICG_mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .ICG_mb-lg-1,
    .ICG_my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ICG_ml-lg-1,
    .ICG_mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ICG_m-lg-2 {
        margin: 0.5rem !important;
    }

    .ICG_mt-lg-2,
    .ICG_my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .ICG_mr-lg-2,
    .ICG_mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .ICG_mb-lg-2,
    .ICG_my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ICG_ml-lg-2,
    .ICG_mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ICG_m-lg-3 {
        margin: 1rem !important;
    }

    .ICG_mt-lg-3,
    .ICG_my-lg-3 {
        margin-top: 1rem !important;
    }

    .ICG_mr-lg-3,
    .ICG_mx-lg-3 {
        margin-right: 1rem !important;
    }

    .ICG_mb-lg-3,
    .ICG_my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ICG_ml-lg-3,
    .ICG_mx-lg-3 {
        margin-left: 1rem !important;
    }

    .ICG_m-lg-4 {
        margin: 1.5rem !important;
    }

    .ICG_mt-lg-4,
    .ICG_my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .ICG_mr-lg-4,
    .ICG_mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .ICG_mb-lg-4,
    .ICG_my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ICG_ml-lg-4,
    .ICG_mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ICG_m-lg-5 {
        margin: 3rem !important;
    }

    .ICG_mt-lg-5,
    .ICG_my-lg-5 {
        margin-top: 3rem !important;
    }

    .ICG_mr-lg-5,
    .ICG_mx-lg-5 {
        margin-right: 3rem !important;
    }

    .ICG_mb-lg-5,
    .ICG_my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ICG_ml-lg-5,
    .ICG_mx-lg-5 {
        margin-left: 3rem !important;
    }

    .ICG_p-lg-0 {
        padding: 0 !important;
    }

    .ICG_pt-lg-0,
    .ICG_py-lg-0 {
        padding-top: 0 !important;
    }

    .ICG_pr-lg-0,
    .ICG_px-lg-0 {
        padding-right: 0 !important;
    }

    .ICG_pb-lg-0,
    .ICG_py-lg-0 {
        padding-bottom: 0 !important;
    }

    .ICG_pl-lg-0,
    .ICG_px-lg-0 {
        padding-left: 0 !important;
    }

    .ICG_p-lg-1 {
        padding: 0.25rem !important;
    }

    .ICG_pt-lg-1,
    .ICG_py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .ICG_pr-lg-1,
    .ICG_px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .ICG_pb-lg-1,
    .ICG_py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .ICG_pl-lg-1,
    .ICG_px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ICG_p-lg-2 {
        padding: 0.5rem !important;
    }

    .ICG_pt-lg-2,
    .ICG_py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .ICG_pr-lg-2,
    .ICG_px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .ICG_pb-lg-2,
    .ICG_py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .ICG_pl-lg-2,
    .ICG_px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ICG_p-lg-3 {
        padding: 1rem !important;
    }

    .ICG_pt-lg-3,
    .ICG_py-lg-3 {
        padding-top: 1rem !important;
    }

    .ICG_pr-lg-3,
    .ICG_px-lg-3 {
        padding-right: 1rem !important;
    }

    .ICG_pb-lg-3,
    .ICG_py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .ICG_pl-lg-3,
    .ICG_px-lg-3 {
        padding-left: 1rem !important;
    }

    .ICG_p-lg-4 {
        padding: 1.5rem !important;
    }

    .ICG_pt-lg-4,
    .ICG_py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .ICG_pr-lg-4,
    .ICG_px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .ICG_pb-lg-4,
    .ICG_py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .ICG_pl-lg-4,
    .ICG_px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ICG_p-lg-5 {
        padding: 3rem !important;
    }

    .ICG_pt-lg-5,
    .ICG_py-lg-5 {
        padding-top: 3rem !important;
    }

    .ICG_pr-lg-5,
    .ICG_px-lg-5 {
        padding-right: 3rem !important;
    }

    .ICG_pb-lg-5,
    .ICG_py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ICG_pl-lg-5,
    .ICG_px-lg-5 {
        padding-left: 3rem !important;
    }

    .ICG_m-lg-n1 {
        margin: -0.25rem !important;
    }

    .ICG_mt-lg-n1,
    .ICG_my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .ICG_mr-lg-n1,
    .ICG_mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .ICG_mb-lg-n1,
    .ICG_my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ICG_ml-lg-n1,
    .ICG_mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ICG_m-lg-n2 {
        margin: -0.5rem !important;
    }

    .ICG_mt-lg-n2,
    .ICG_my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .ICG_mr-lg-n2,
    .ICG_mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .ICG_mb-lg-n2,
    .ICG_my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ICG_ml-lg-n2,
    .ICG_mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ICG_m-lg-n3 {
        margin: -1rem !important;
    }

    .ICG_mt-lg-n3,
    .ICG_my-lg-n3 {
        margin-top: -1rem !important;
    }

    .ICG_mr-lg-n3,
    .ICG_mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .ICG_mb-lg-n3,
    .ICG_my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ICG_ml-lg-n3,
    .ICG_mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .ICG_m-lg-n4 {
        margin: -1.5rem !important;
    }

    .ICG_mt-lg-n4,
    .ICG_my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .ICG_mr-lg-n4,
    .ICG_mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .ICG_mb-lg-n4,
    .ICG_my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ICG_ml-lg-n4,
    .ICG_mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ICG_m-lg-n5 {
        margin: -3rem !important;
    }

    .ICG_mt-lg-n5,
    .ICG_my-lg-n5 {
        margin-top: -3rem !important;
    }

    .ICG_mr-lg-n5,
    .ICG_mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .ICG_mb-lg-n5,
    .ICG_my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ICG_ml-lg-n5,
    .ICG_mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .ICG_m-lg-auto {
        margin: auto !important;
    }

    .ICG_mt-lg-auto,
    .ICG_my-lg-auto {
        margin-top: auto !important;
    }

    .ICG_mr-lg-auto,
    .ICG_mx-lg-auto {
        margin-right: auto !important;
    }

    .ICG_mb-lg-auto,
    .ICG_my-lg-auto {
        margin-bottom: auto !important;
    }

    .ICG_ml-lg-auto,
    .ICG_mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .ICG_m-xl-0 {
        margin: 0 !important;
    }

    .ICG_mt-xl-0,
    .ICG_my-xl-0 {
        margin-top: 0 !important;
    }

    .ICG_mr-xl-0,
    .ICG_mx-xl-0 {
        margin-right: 0 !important;
    }

    .ICG_mb-xl-0,
    .ICG_my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ICG_ml-xl-0,
    .ICG_mx-xl-0 {
        margin-left: 0 !important;
    }

    .ICG_m-xl-1 {
        margin: 0.25rem !important;
    }

    .ICG_mt-xl-1,
    .ICG_my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .ICG_mr-xl-1,
    .ICG_mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .ICG_mb-xl-1,
    .ICG_my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ICG_ml-xl-1,
    .ICG_mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ICG_m-xl-2 {
        margin: 0.5rem !important;
    }

    .ICG_mt-xl-2,
    .ICG_my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .ICG_mr-xl-2,
    .ICG_mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .ICG_mb-xl-2,
    .ICG_my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ICG_ml-xl-2,
    .ICG_mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ICG_m-xl-3 {
        margin: 1rem !important;
    }

    .ICG_mt-xl-3,
    .ICG_my-xl-3 {
        margin-top: 1rem !important;
    }

    .ICG_mr-xl-3,
    .ICG_mx-xl-3 {
        margin-right: 1rem !important;
    }

    .ICG_mb-xl-3,
    .ICG_my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ICG_ml-xl-3,
    .ICG_mx-xl-3 {
        margin-left: 1rem !important;
    }

    .ICG_m-xl-4 {
        margin: 1.5rem !important;
    }

    .ICG_mt-xl-4,
    .ICG_my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .ICG_mr-xl-4,
    .ICG_mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .ICG_mb-xl-4,
    .ICG_my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ICG_ml-xl-4,
    .ICG_mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ICG_m-xl-5 {
        margin: 3rem !important;
    }

    .ICG_mt-xl-5,
    .ICG_my-xl-5 {
        margin-top: 3rem !important;
    }

    .ICG_mr-xl-5,
    .ICG_mx-xl-5 {
        margin-right: 3rem !important;
    }

    .ICG_mb-xl-5,
    .ICG_my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ICG_ml-xl-5,
    .ICG_mx-xl-5 {
        margin-left: 3rem !important;
    }

    .ICG_p-xl-0 {
        padding: 0 !important;
    }

    .ICG_pt-xl-0,
    .ICG_py-xl-0 {
        padding-top: 0 !important;
    }

    .ICG_pr-xl-0,
    .ICG_px-xl-0 {
        padding-right: 0 !important;
    }

    .ICG_pb-xl-0,
    .ICG_py-xl-0 {
        padding-bottom: 0 !important;
    }

    .ICG_pl-xl-0,
    .ICG_px-xl-0 {
        padding-left: 0 !important;
    }

    .ICG_p-xl-1 {
        padding: 0.25rem !important;
    }

    .ICG_pt-xl-1,
    .ICG_py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .ICG_pr-xl-1,
    .ICG_px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .ICG_pb-xl-1,
    .ICG_py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .ICG_pl-xl-1,
    .ICG_px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ICG_p-xl-2 {
        padding: 0.5rem !important;
    }

    .ICG_pt-xl-2,
    .ICG_py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .ICG_pr-xl-2,
    .ICG_px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .ICG_pb-xl-2,
    .ICG_py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .ICG_pl-xl-2,
    .ICG_px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ICG_p-xl-3 {
        padding: 1rem !important;
    }

    .ICG_pt-xl-3,
    .ICG_py-xl-3 {
        padding-top: 1rem !important;
    }

    .ICG_pr-xl-3,
    .ICG_px-xl-3 {
        padding-right: 1rem !important;
    }

    .ICG_pb-xl-3,
    .ICG_py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .ICG_pl-xl-3,
    .ICG_px-xl-3 {
        padding-left: 1rem !important;
    }

    .ICG_p-xl-4 {
        padding: 1.5rem !important;
    }

    .ICG_pt-xl-4,
    .ICG_py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .ICG_pr-xl-4,
    .ICG_px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .ICG_pb-xl-4,
    .ICG_py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .ICG_pl-xl-4,
    .ICG_px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ICG_p-xl-5 {
        padding: 3rem !important;
    }

    .ICG_pt-xl-5,
    .ICG_py-xl-5 {
        padding-top: 3rem !important;
    }

    .ICG_pr-xl-5,
    .ICG_px-xl-5 {
        padding-right: 3rem !important;
    }

    .ICG_pb-xl-5,
    .ICG_py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ICG_pl-xl-5,
    .ICG_px-xl-5 {
        padding-left: 3rem !important;
    }

    .ICG_m-xl-n1 {
        margin: -0.25rem !important;
    }

    .ICG_mt-xl-n1,
    .ICG_my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .ICG_mr-xl-n1,
    .ICG_mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .ICG_mb-xl-n1,
    .ICG_my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ICG_ml-xl-n1,
    .ICG_mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .ICG_m-xl-n2 {
        margin: -0.5rem !important;
    }

    .ICG_mt-xl-n2,
    .ICG_my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .ICG_mr-xl-n2,
    .ICG_mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .ICG_mb-xl-n2,
    .ICG_my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ICG_ml-xl-n2,
    .ICG_mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .ICG_m-xl-n3 {
        margin: -1rem !important;
    }

    .ICG_mt-xl-n3,
    .ICG_my-xl-n3 {
        margin-top: -1rem !important;
    }

    .ICG_mr-xl-n3,
    .ICG_mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .ICG_mb-xl-n3,
    .ICG_my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ICG_ml-xl-n3,
    .ICG_mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .ICG_m-xl-n4 {
        margin: -1.5rem !important;
    }

    .ICG_mt-xl-n4,
    .ICG_my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .ICG_mr-xl-n4,
    .ICG_mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .ICG_mb-xl-n4,
    .ICG_my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ICG_ml-xl-n4,
    .ICG_mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .ICG_m-xl-n5 {
        margin: -3rem !important;
    }

    .ICG_mt-xl-n5,
    .ICG_my-xl-n5 {
        margin-top: -3rem !important;
    }

    .ICG_mr-xl-n5,
    .ICG_mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .ICG_mb-xl-n5,
    .ICG_my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ICG_ml-xl-n5,
    .ICG_mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .ICG_m-xl-auto {
        margin: auto !important;
    }

    .ICG_mt-xl-auto,
    .ICG_my-xl-auto {
        margin-top: auto !important;
    }

    .ICG_mr-xl-auto,
    .ICG_mx-xl-auto {
        margin-right: auto !important;
    }

    .ICG_mb-xl-auto,
    .ICG_my-xl-auto {
        margin-bottom: auto !important;
    }

    .ICG_ml-xl-auto,
    .ICG_mx-xl-auto {
        margin-left: auto !important;
    }
}