
/* GRID 42 COLUMNS
----------------------------------------------------*/

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/) customized for 42 columns
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) { /* sm */
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) { /* md */
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {  /* lg */
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) { /* xl */
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col-25, .col-26, .col-27, .col-28, .col-29,
.col-30, .col-31, .col-32, .col-33, .col-34, .col-35, .col-36, .col-37, .col-38, .col-39, .col-40, .col-41, .col-42,
.col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25,
.col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-sm-37, .col-sm-38,
.col-sm-39, .col-sm-40, .col-sm-41, .col-sm-42,
.col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25,
.col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36, .col-md-37, .col-md-38,
.col-md-39, .col-md-40, .col-md-41, .col-md-42,
.col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25,
.col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36, .col-lg-37, .col-lg-38,
.col-lg-39, .col-lg-40, .col-lg-41, .col-lg-42,
.col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl-25,
.col-xl-26, .col-xl-27, .col-xl-28, .col-xl-29, .col-xl-30, .col-xl-31, .col-xl-32, .col-xl-33, .col-xl-34, .col-xl-35, .col-xl-36, .col-xl-37, .col-xl-38,
.col-xl-39, .col-xl-40, .col-xl-41, .col-xl-42,
.col-xl,
.col-xl-auto,
[class*='col-']{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 2.380952%;
    flex: 0 0 2.380952%;
    max-width: 2.380952%;
}
.col-2 {
    -ms-flex: 0 0 4.761904%;
    flex: 0 0 4.761904%;
    max-width: 4.761904%;
}
.col-3 {
    -ms-flex: 0 0 7.142857%;
    flex: 0 0 7.142857%;
    max-width: 7.142857%;
}
.col-4 {
    -ms-flex: 0 0 9.523809%;
    flex: 0 0 9.523809%;
    max-width: 9.523809%;
}
.col-5 {
    -ms-flex: 0 0 11.904761%;
    flex: 0 0 11.904761%;
    max-width: 11.904761%;
}
.col-6 {
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
}
.col-7 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}
.col-8 {
    -ms-flex: 0 0 19.047619%;
    flex: 0 0 19.047619%;
    max-width: 19.047619%;
}
.col-9 {
    -ms-flex: 0 0 21.428571%;
    flex: 0 0 21.428571%;
    max-width: 21.428571%;
}
.col-10 {
    -ms-flex: 0 0 23.809523%;
    flex: 0 0 23.809523%;
    max-width: 23.809523%;
}
.col-11 {
    -ms-flex: 0 0 26.190476%;
    flex: 0 0 26.190476%;
    max-width: 26.190476%;
}
.col-12 {
    -ms-flex: 0 0 28.571428%;
    flex: 0 0 28.571428%;
    max-width: 28.571428%;
}
.col-13 {
    -ms-flex: 0 0 30.95238%;
    flex: 0 0 30.95238%;
    max-width: 30.95238%;
}
.col-14 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-15 {
    -ms-flex: 0 0 35.714285%;
    flex: 0 0 35.714285%;
    max-width: 35.714285%;
}
.col-16 {
    -ms-flex: 0 0 38.095238%;
    flex: 0 0 38.095238%;
    max-width: 38.095238%;
}
.col-17 {
    -ms-flex: 0 0 40.47619%;
    flex: 0 0 40.47619%;
    max-width: 40.47619%;
}
.col-18 {
    -ms-flex: 0 0 42.857142%;
    flex: 0 0 42.857142%;
    max-width: 42.857142%;
}
.col-19 {
    -ms-flex: 0 0 45.238095%;
    flex: 0 0 45.238095%;
    max-width: 45.238095%;
}
.col-20 {
    -ms-flex: 0 0 47.61904%;
    flex: 0 0 47.61904%;
    max-width: 47.61904%;
}
.col-21 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-22 {
    -ms-flex: 0 0 52.380952%;
    flex: 0 0 52.380952%;
    max-width: 52.380952%;
}
.col-23 {
    -ms-flex: 0 0 54.761904%;
    flex: 0 0 54.761904%;
    max-width: 54.761904%;
}
.col-24 {
    -ms-flex: 0 0 57.142857%;
    flex: 0 0 57.142857%;
    max-width: 57.142857%;
}
.col-25 {
    -ms-flex: 0 0 59.523809%;
    flex: 0 0 59.523809%;
    max-width: 59.523809%;
}
.col-26 {
    -ms-flex: 0 0 61.904761%;
    flex: 0 0 61.904761%;
    max-width: 61.904761%;
}
.col-27 {
    -ms-flex: 0 0 64.285714%;
    flex: 0 0 64.285714%;
    max-width: 64.285714%;
}
.col-28 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}
.col-29 {
    -ms-flex: 0 0 69.047619%;
    flex: 0 0 69.047619%;
    max-width: 69.047619%;
}
.col-30 {
    -ms-flex: 0 0 71.428571%;
    flex: 0 0 71.428571%;
    max-width: 71.428571%;
}
.col-31 {
    -ms-flex: 0 0 73.809523%;
    flex: 0 0 73.809523%;
    max-width: 73.809523%;
}
.col-32 {
    -ms-flex: 0 0 76.190476%;
    flex: 0 0 76.190476%;
    max-width: 76.190476%;
}
.col-33 {
    -ms-flex: 0 0 78.571428%;
    flex: 0 0 78.571428%;
    max-width: 78.571428%;
}
.col-34 {
    -ms-flex: 0 0 80.95238%;
    flex: 0 0 80.95238%;
    max-width: 80.95238%;
}
.col-35 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-36 {
    -ms-flex: 0 0 85.714285%;
    flex: 0 0 85.714285%;
    max-width: 85.714285%;
}
.col-37 {
    -ms-flex: 0 0 88.095238%;
    flex: 0 0 88.095238%;
    max-width: 88.095238%;
}
.col-38 {
    -ms-flex: 0 0 90.47619%;
    flex: 0 0 90.47619%;
    max-width: 90.47619%;
}
.col-39 {
    -ms-flex: 0 0 92.857142%;
    flex: 0 0 92.857142%;
    max-width: 92.857142%;
}
.col-40 {
    -ms-flex: 0 0 95.238095%;
    flex: 0 0 95.238095%;
    max-width: 95.238095%;
}
.col-41 {
    -ms-flex: 0 0 97.619047%;
    flex: 0 0 97.619047%;
    max-width: 97.619047%;
}
.col-42 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 43;
    order: 43;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-13 {
    -ms-flex-order: 13;
    order: 13;
}
.order-14 {
    -ms-flex-order: 14;
    order: 14;
}
.order-15 {
    -ms-flex-order: 15;
    order: 15;
}
.order-16 {
    -ms-flex-order: 16;
    order: 16;
}
.order-17 {
    -ms-flex-order: 17;
    order: 17;
}
.order-18 {
    -ms-flex-order: 18;
    order: 18;
}
.order-19 {
    -ms-flex-order: 19;
    order: 19;
}
.order-20 {
    -ms-flex-order: 20;
    order: 20;
}
.order-21 {
    -ms-flex-order: 21;
    order: 21;
}
.order-22 {
    -ms-flex-order: 22;
    order: 22;
}
.order-23 {
    -ms-flex-order: 23;
    order: 23;
}
.order-24 {
    -ms-flex-order: 24;
    order: 24;
}
.order-25 {
    -ms-flex-order: 25;
    order: 25;
}
.order-26 {
    -ms-flex-order: 26;
    order: 26;
}
.order-27 {
    -ms-flex-order: 27;
    order: 27;
}
.order-28 {
    -ms-flex-order: 28;
    order: 28;
}
.order-29 {
    -ms-flex-order: 29;
    order: 29;
}
.order-30 {
    -ms-flex-order: 30;
    order: 30;
}
.order-31 {
    -ms-flex-order: 31;
    order: 31;
}
.order-32 {
    -ms-flex-order: 32;
    order: 32;
}
.order-33 {
    -ms-flex-order: 33;
    order: 33;
}
.order-34 {
    -ms-flex-order: 34;
    order: 34;
}
.order-35 {
    -ms-flex-order: 35;
    order: 35;
}
.order-36 {
    -ms-flex-order: 36;
    order: 36;
}
.order-37 {
    -ms-flex-order: 37;
    order: 37;
}
.order-38 {
    -ms-flex-order: 38;
    order: 38;
}
.order-39 {
    -ms-flex-order: 39;
    order: 39;
}
.order-40 {
    -ms-flex-order: 40;
    order: 40;
}
.order-41 {
    -ms-flex-order: 41;
    order: 41;
}
.order-42 {
    -ms-flex-order: 42;
    order: 42;
}

.offset-1 {
    margin-left: 2.380952%;
}
.offset-2 {
    margin-left: 4.761904%;
}
.offset-3 {
    margin-left: 7.142857%;
}
.offset-4 {
    margin-left: 9.523809%;
}
.offset-5 {
    margin-left: 11.904761%;
}
.offset-6 {
    margin-left: 14.285714%;
}
.offset-7 {
    margin-left: 16.666666%;
}
.offset-8 {
    margin-left: 19.047619%;
}
.offset-9 {
    margin-left: 21.428571%;
}
.offset-10 {
    margin-left: 23.809523%;
}
.offset-11 {
    margin-left: 26.190476%;
}
.offset-12 {
    margin-left: 28.571428%;
}
.offset-13 {
    margin-left: 30.95238%;
}
.offset-14 {
    margin-left: 33.333333%;
}
.offset-15 {
    margin-left: 35.714285%;
}
.offset-16 {
    margin-left: 38.095238%;
}
.offset-17 {
    margin-left: 40.47619%;
}
.offset-18 {
    margin-left: 42.857142%;
}
.offset-19 {
    margin-left: 45.238095%;
}
.offset-20 {
    margin-left: 47.61904%;
}
.offset-21 {
    margin-left: 50%;
}
.offset-22 {
    margin-left: 52.380952%;
}
.offset-23 {
    margin-left: 54.761904%;
}
.offset-24 {
    margin-left: 57.142857%;
}
.offset-25 {
    margin-left: 59.523809%;
}
.offset-26 {
    margin-left: 61.904761%;
}
.offset-27 {
    margin-left: 64.285714%;
}
.offset-28 {
    margin-left: 66.666666%;
}
.offset-29 {
    margin-left: 69.047619%;
}
.offset-30 {
    margin-left: 71.428571%;
}
.offset-31 {
    margin-left: 73.809523%;
}
.offset-32 {
    margin-left: 76.190476%;
}
.offset-33 {
    margin-left: 78.571428%;
}
.offset-34 {
    margin-left: 80.95238%;
}
.offset-35 {
    margin-left: 83.333333%;
}
.offset-36 {
    margin-left: 85.714285%;
}
.offset-37 {
    margin-left: 88.095238%;
}
.offset-38 {
    margin-left: 90.47619%;
}
.offset-39 {
    margin-left: 92.857142%;
}
.offset-40 {
    margin-left: 95.238095%;
}
.offset-41 {
    margin-left: 97.619047%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 2.380952%;
        flex: 0 0 2.380952%;
        max-width: 2.380952%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 4.761904%;
        flex: 0 0 4.761904%;
        max-width: 4.761904%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 7.142857%;
        flex: 0 0 7.142857%;
        max-width: 7.142857%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 9.523809%;
        flex: 0 0 9.523809%;
        max-width: 9.523809%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 11.904761%;
        flex: 0 0 11.904761%;
        max-width: 11.904761%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 19.047619%;
        flex: 0 0 19.047619%;
        max-width: 19.047619%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 21.428571%;
        flex: 0 0 21.428571%;
        max-width: 21.428571%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 23.809523%;
        flex: 0 0 23.809523%;
        max-width: 23.809523%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 26.190476%;
        flex: 0 0 26.190476%;
        max-width: 26.190476%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 28.571428%;
        flex: 0 0 28.571428%;
        max-width: 28.571428%;
    }
    .col-sm-13 {
        -ms-flex: 0 0 30.95238%;
        flex: 0 0 30.95238%;
        max-width: 30.95238%;
    }
    .col-sm-14 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-15 {
        -ms-flex: 0 0 35.714285%;
        flex: 0 0 35.714285%;
        max-width: 35.714285%;
    }
    .col-sm-16 {
        -ms-flex: 0 0 38.095238%;
        flex: 0 0 38.095238%;
        max-width: 38.095238%;
    }
    .col-sm-17 {
        -ms-flex: 0 0 40.47619%;
        flex: 0 0 40.47619%;
        max-width: 40.47619%;
    }
    .col-sm-18 {
        -ms-flex: 0 0 42.857142%;
        flex: 0 0 42.857142%;
        max-width: 42.857142%;
    }
    .col-sm-19 {
        -ms-flex: 0 0 45.238095%;
        flex: 0 0 45.238095%;
        max-width: 45.238095%;
    }
    .col-sm-20 {
        -ms-flex: 0 0 47.61904%;
        flex: 0 0 47.61904%;
        max-width: 47.61904%;
    }
    .col-sm-21 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-22 {
        -ms-flex: 0 0 52.380952%;
        flex: 0 0 52.380952%;
        max-width: 52.380952%;
    }
    .col-sm-23 {
        -ms-flex: 0 0 54.761904%;
        flex: 0 0 54.761904%;
        max-width: 54.761904%;
    }
    .col-sm-24 {
        -ms-flex: 0 0 57.142857%;
        flex: 0 0 57.142857%;
        max-width: 57.142857%;
    }
    .col-sm-25 {
        -ms-flex: 0 0 59.523809%;
        flex: 0 0 59.523809%;
        max-width: 59.523809%;
    }
    .col-sm-26 {
        -ms-flex: 0 0 61.904761%;
        flex: 0 0 61.904761%;
        max-width: 61.904761%;
    }
    .col-sm-27 {
        -ms-flex: 0 0 64.285714%;
        flex: 0 0 64.285714%;
        max-width: 64.285714%;
    }
    .col-sm-28 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .col-sm-29 {
        -ms-flex: 0 0 69.047619%;
        flex: 0 0 69.047619%;
        max-width: 69.047619%;
    }
    .col-sm-30 {
        -ms-flex: 0 0 71.428571%;
        flex: 0 0 71.428571%;
        max-width: 71.428571%;
    }
    .col-sm-31 {
        -ms-flex: 0 0 73.809523%;
        flex: 0 0 73.809523%;
        max-width: 73.809523%;
    }
    .col-sm-32 {
        -ms-flex: 0 0 76.190476%;
        flex: 0 0 76.190476%;
        max-width: 76.190476%;
    }
    .col-sm-33 {
        -ms-flex: 0 0 78.571428%;
        flex: 0 0 78.571428%;
        max-width: 78.571428%;
    }
    .col-sm-34 {
        -ms-flex: 0 0 80.95238%;
        flex: 0 0 80.95238%;
        max-width: 80.95238%;
    }
    .col-sm-35 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-36 {
        -ms-flex: 0 0 85.714285%;
        flex: 0 0 85.714285%;
        max-width: 85.714285%;
    }
    .col-sm-37 {
        -ms-flex: 0 0 88.095238%;
        flex: 0 0 88.095238%;
        max-width: 88.095238%;
    }
    .col-sm-38 {
        -ms-flex: 0 0 90.47619%;
        flex: 0 0 90.47619%;
        max-width: 90.47619%;
    }
    .col-sm-39 {
        -ms-flex: 0 0 92.857142%;
        flex: 0 0 92.857142%;
        max-width: 92.857142%;
    }
    .col-sm-40 {
        -ms-flex: 0 0 95.238095%;
        flex: 0 0 95.238095%;
        max-width: 95.238095%;
    }
    .col-sm-41 {
        -ms-flex: 0 0 97.619047%;
        flex: 0 0 97.619047%;
        max-width: 97.619047%;
    }
    .col-sm-42 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 43;
        order: 43;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .order-sm-13 {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-14 {
        -ms-flex-order: 14;
        order: 14;
    }
    .order-sm-15 {
        -ms-flex-order: 15;
        order: 15;
    }
    .order-sm-16 {
        -ms-flex-order: 16;
        order: 16;
    }
    .order-sm-17 {
        -ms-flex-order: 17;
        order: 17;
    }
    .order-sm-18 {
        -ms-flex-order: 18;
        order: 18;
    }
    .order-sm-19 {
        -ms-flex-order: 19;
        order: 19;
    }
    .order-sm-20 {
        -ms-flex-order: 20;
        order: 20;
    }
    .order-sm-21 {
        -ms-flex-order: 21;
        order: 21;
    }
    .order-sm-22 {
        -ms-flex-order: 22;
        order: 22;
    }
    .order-sm-23 {
        -ms-flex-order: 23;
        order: 23;
    }
    .order-sm-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .order-sm-25 {
        -ms-flex-order: 25;
        order: 25;
    }
    .order-sm-26 {
        -ms-flex-order: 26;
        order: 26;
    }
    .order-sm-27 {
        -ms-flex-order: 27;
        order: 27;
    }
    .order-sm-28 {
        -ms-flex-order: 28;
        order: 28;
    }
    .order-sm-29 {
        -ms-flex-order: 29;
        order: 29;
    }
    .order-sm-30 {
        -ms-flex-order: 30;
        order: 30;
    }
    .order-sm-31 {
        -ms-flex-order: 31;
        order: 31;
    }
    .order-sm-32 {
        -ms-flex-order: 32;
        order: 32;
    }
    .order-sm-33 {
        -ms-flex-order: 33;
        order: 33;
    }
    .order-sm-34 {
        -ms-flex-order: 34;
        order: 34;
    }
    .order-sm-35 {
        -ms-flex-order: 35;
        order: 35;
    }
    .order-sm-36 {
        -ms-flex-order: 36;
        order: 36;
    }
    .order-sm-37 {
        -ms-flex-order: 37;
        order: 37;
    }
    .order-sm-38 {
        -ms-flex-order: 38;
        order: 38;
    }
    .order-sm-39 {
        -ms-flex-order: 39;
        order: 39;
    }
    .order-sm-40 {
        -ms-flex-order: 40;
        order: 40;
    }
    .order-sm-41 {
        -ms-flex-order: 41;
        order: 41;
    }
    .order-sm-42 {
        -ms-flex-order: 42;
        order: 42;
    }

    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 2.380952%;
    }
    .offset-sm-2 {
        margin-left: 4.761904%;
    }
    .offset-sm-3 {
        margin-left: 7.142857%;
    }
    .offset-sm-4 {
        margin-left: 9.523809%;
    }
    .offset-sm-5 {
        margin-left: 11.904761%;
    }
    .offset-sm-6 {
        margin-left: 14.285714%;
    }
    .offset-sm-7 {
        margin-left: 16.666666%;
    }
    .offset-sm-8 {
        margin-left: 19.047619%;
    }
    .offset-sm-9 {
        margin-left: 21.428571%;
    }
    .offset-sm-10 {
        margin-left: 23.809523%;
    }
    .offset-sm-11 {
        margin-left: 26.190476%;
    }
    .offset-sm-12 {
        margin-left: 28.571428%;
    }
    .offset-sm-13 {
        margin-left: 30.95238%;
    }
    .offset-sm-14 {
        margin-left: 33.333333%;
    }
    .offset-sm-15 {
        margin-left: 35.714285%;
    }
    .offset-sm-16 {
        margin-left: 38.095238%;
    }
    .offset-sm-17 {
        margin-left: 40.47619%;
    }
    .offset-sm-18 {
        margin-left: 42.857142%;
    }
    .offset-sm-19 {
        margin-left: 45.238095%;
    }
    .offset-sm-20 {
        margin-left: 47.61904%;
    }
    .offset-sm-21 {
        margin-left: 50%;
    }
    .offset-sm-22 {
        margin-left: 52.380952%;
    }
    .offset-sm-23 {
        margin-left: 54.761904%;
    }
    .offset-sm-24 {
        margin-left: 57.142857%;
    }
    .offset-sm-25 {
        margin-left: 59.523809%;
    }
    .offset-sm-26 {
        margin-left: 61.904761%;
    }
    .offset-sm-27 {
        margin-left: 64.285714%;
    }
    .offset-sm-28 {
        margin-left: 66.666666%;
    }
    .offset-sm-29 {
        margin-left: 69.047619%;
    }
    .offset-sm-30 {
        margin-left: 71.428571%;
    }
    .offset-sm-31 {
        margin-left: 73.809523%;
    }
    .offset-sm-32 {
        margin-left: 76.190476%;
    }
    .offset-sm-33 {
        margin-left: 78.571428%;
    }
    .offset-sm-34 {
        margin-left: 80.95238%;
    }
    .offset-sm-35 {
        margin-left: 83.333333%;
    }
    .offset-sm-36 {
        margin-left: 85.714285%;
    }
    .offset-sm-37 {
        margin-left: 88.095238%;
    }
    .offset-sm-38 {
        margin-left: 90.47619%;
    }
    .offset-sm-39 {
        margin-left: 92.857142%;
    }
    .offset-sm-40 {
        margin-left: 95.238095%;
    }
    .offset-sm-41 {
        margin-left: 97.619047%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 2.380952%;
        flex: 0 0 2.380952%;
        max-width: 2.380952%;
    }
    .col-md-2 {
        -ms-flex: 0 0 4.761904%;
        flex: 0 0 4.761904%;
        max-width: 4.761904%;
    }
    .col-md-3 {
        -ms-flex: 0 0 7.142857%;
        flex: 0 0 7.142857%;
        max-width: 7.142857%;
    }
    .col-md-4 {
        -ms-flex: 0 0 9.523809%;
        flex: 0 0 9.523809%;
        max-width: 9.523809%;
    }
    .col-md-5 {
        -ms-flex: 0 0 11.904761%;
        flex: 0 0 11.904761%;
        max-width: 11.904761%;
    }
    .col-md-6 {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-md-7 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
    .col-md-8 {
        -ms-flex: 0 0 19.047619%;
        flex: 0 0 19.047619%;
        max-width: 19.047619%;
    }
    .col-md-9 {
        -ms-flex: 0 0 21.428571%;
        flex: 0 0 21.428571%;
        max-width: 21.428571%;
    }
    .col-md-10 {
        -ms-flex: 0 0 23.809523%;
        flex: 0 0 23.809523%;
        max-width: 23.809523%;
    }
    .col-md-11 {
        -ms-flex: 0 0 26.190476%;
        flex: 0 0 26.190476%;
        max-width: 26.190476%;
    }
    .col-md-12 {
        -ms-flex: 0 0 28.571428%;
        flex: 0 0 28.571428%;
        max-width: 28.571428%;
    }
    .col-md-13 {
        -ms-flex: 0 0 30.95238%;
        flex: 0 0 30.95238%;
        max-width: 30.95238%;
    }
    .col-md-14 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-15 {
        -ms-flex: 0 0 35.714285%;
        flex: 0 0 35.714285%;
        max-width: 35.714285%;
    }
    .col-md-16 {
        -ms-flex: 0 0 38.095238%;
        flex: 0 0 38.095238%;
        max-width: 38.095238%;
    }
    .col-md-17 {
        -ms-flex: 0 0 40.47619%;
        flex: 0 0 40.47619%;
        max-width: 40.47619%;
    }
    .col-md-18 {
        -ms-flex: 0 0 42.857142%;
        flex: 0 0 42.857142%;
        max-width: 42.857142%;
    }
    .col-md-19 {
        -ms-flex: 0 0 45.238095%;
        flex: 0 0 45.238095%;
        max-width: 45.238095%;
    }
    .col-md-20 {
        -ms-flex: 0 0 47.61904%;
        flex: 0 0 47.61904%;
        max-width: 47.61904%;
    }
    .col-md-21 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-22 {
        -ms-flex: 0 0 52.380952%;
        flex: 0 0 52.380952%;
        max-width: 52.380952%;
    }
    .col-md-23 {
        -ms-flex: 0 0 54.761904%;
        flex: 0 0 54.761904%;
        max-width: 54.761904%;
    }
    .col-md-24 {
        -ms-flex: 0 0 57.142857%;
        flex: 0 0 57.142857%;
        max-width: 57.142857%;
    }
    .col-md-25 {
        -ms-flex: 0 0 59.523809%;
        flex: 0 0 59.523809%;
        max-width: 59.523809%;
    }
    .col-md-26 {
        -ms-flex: 0 0 61.904761%;
        flex: 0 0 61.904761%;
        max-width: 61.904761%;
    }
    .col-md-27 {
        -ms-flex: 0 0 64.285714%;
        flex: 0 0 64.285714%;
        max-width: 64.285714%;
    }
    .col-md-28 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .col-md-29 {
        -ms-flex: 0 0 69.047619%;
        flex: 0 0 69.047619%;
        max-width: 69.047619%;
    }
    .col-md-30 {
        -ms-flex: 0 0 71.428571%;
        flex: 0 0 71.428571%;
        max-width: 71.428571%;
    }
    .col-md-31 {
        -ms-flex: 0 0 73.809523%;
        flex: 0 0 73.809523%;
        max-width: 73.809523%;
    }
    .col-md-32 {
        -ms-flex: 0 0 76.190476%;
        flex: 0 0 76.190476%;
        max-width: 76.190476%;
    }
    .col-md-33 {
        -ms-flex: 0 0 78.571428%;
        flex: 0 0 78.571428%;
        max-width: 78.571428%;
    }
    .col-md-34 {
        -ms-flex: 0 0 80.95238%;
        flex: 0 0 80.95238%;
        max-width: 80.95238%;
    }
    .col-md-35 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-36 {
        -ms-flex: 0 0 85.714285%;
        flex: 0 0 85.714285%;
        max-width: 85.714285%;
    }
    .col-md-37 {
        -ms-flex: 0 0 88.095238%;
        flex: 0 0 88.095238%;
        max-width: 88.095238%;
    }
    .col-md-38 {
        -ms-flex: 0 0 90.47619%;
        flex: 0 0 90.47619%;
        max-width: 90.47619%;
    }
    .col-md-39 {
        -ms-flex: 0 0 92.857142%;
        flex: 0 0 92.857142%;
        max-width: 92.857142%;
    }
    .col-md-40 {
        -ms-flex: 0 0 95.238095%;
        flex: 0 0 95.238095%;
        max-width: 95.238095%;
    }
    .col-md-41 {
        -ms-flex: 0 0 97.619047%;
        flex: 0 0 97.619047%;
        max-width: 97.619047%;
    }
    .col-md-42 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 43;
        order: 43;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .order-md-13 {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-14 {
        -ms-flex-order: 14;
        order: 14;
    }
    .order-md-15 {
        -ms-flex-order: 15;
        order: 15;
    }
    .order-md-16 {
        -ms-flex-order: 16;
        order: 16;
    }
    .order-md-17 {
        -ms-flex-order: 17;
        order: 17;
    }
    .order-md-18 {
        -ms-flex-order: 18;
        order: 18;
    }
    .order-md-19 {
        -ms-flex-order: 19;
        order: 19;
    }
    .order-md-20 {
        -ms-flex-order: 20;
        order: 20;
    }
    .order-md-21 {
        -ms-flex-order: 21;
        order: 21;
    }
    .order-md-22 {
        -ms-flex-order: 22;
        order: 22;
    }
    .order-md-23 {
        -ms-flex-order: 23;
        order: 23;
    }
    .order-md-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .order-md-25 {
        -ms-flex-order: 25;
        order: 25;
    }
    .order-md-26 {
        -ms-flex-order: 26;
        order: 26;
    }
    .order-md-27 {
        -ms-flex-order: 27;
        order: 27;
    }
    .order-md-28 {
        -ms-flex-order: 28;
        order: 28;
    }
    .order-md-29 {
        -ms-flex-order: 29;
        order: 29;
    }
    .order-md-30 {
        -ms-flex-order: 30;
        order: 30;
    }
    .order-md-31 {
        -ms-flex-order: 31;
        order: 31;
    }
    .order-md-32 {
        -ms-flex-order: 32;
        order: 32;
    }
    .order-md-33 {
        -ms-flex-order: 33;
        order: 33;
    }
    .order-md-34 {
        -ms-flex-order: 34;
        order: 34;
    }
    .order-md-35 {
        -ms-flex-order: 35;
        order: 35;
    }
    .order-md-36 {
        -ms-flex-order: 36;
        order: 36;
    }
    .order-md-37 {
        -ms-flex-order: 37;
        order: 37;
    }
    .order-md-38 {
        -ms-flex-order: 38;
        order: 38;
    }
    .order-md-39 {
        -ms-flex-order: 39;
        order: 39;
    }
    .order-md-40 {
        -ms-flex-order: 40;
        order: 40;
    }
    .order-md-41 {
        -ms-flex-order: 41;
        order: 41;
    }
    .order-md-42 {
        -ms-flex-order: 42;
        order: 42;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 2.380952%;
    }
    .offset-md-2 {
        margin-left: 4.761904%;
    }
    .offset-md-3 {
        margin-left: 7.142857%;
    }
    .offset-md-4 {
        margin-left: 9.523809%;
    }
    .offset-md-5 {
        margin-left: 11.904761%;
    }
    .offset-md-6 {
        margin-left: 14.285714%;
    }
    .offset-md-7 {
        margin-left: 16.666666%;
    }
    .offset-md-8 {
        margin-left: 19.047619%;
    }
    .offset-md-9 {
        margin-left: 21.428571%;
    }
    .offset-md-10 {
        margin-left: 23.809523%;
    }
    .offset-md-11 {
        margin-left: 26.190476%;
    }
    .offset-md-12 {
        margin-left: 28.571428%;
    }
    .offset-md-13 {
        margin-left: 30.95238%;
    }
    .offset-md-14 {
        margin-left: 33.333333%;
    }
    .offset-md-15 {
        margin-left: 35.714285%;
    }
    .offset-md-16 {
        margin-left: 38.095238%;
    }
    .offset-md-17 {
        margin-left: 40.47619%;
    }
    .offset-md-18 {
        margin-left: 42.857142%;
    }
    .offset-md-19 {
        margin-left: 45.238095%;
    }
    .offset-md-20 {
        margin-left: 47.61904%;
    }
    .offset-md-21 {
        margin-left: 50%;
    }
    .offset-md-22 {
        margin-left: 52.380952%;
    }
    .offset-md-23 {
        margin-left: 54.761904%;
    }
    .offset-md-24 {
        margin-left: 57.142857%;
    }
    .offset-md-25 {
        margin-left: 59.523809%;
    }
    .offset-md-26 {
        margin-left: 61.904761%;
    }
    .offset-md-27 {
        margin-left: 64.285714%;
    }
    .offset-md-28 {
        margin-left: 66.666666%;
    }
    .offset-md-29 {
        margin-left: 69.047619%;
    }
    .offset-md-30 {
        margin-left: 71.428571%;
    }
    .offset-md-31 {
        margin-left: 73.809523%;
    }
    .offset-md-32 {
        margin-left: 76.190476%;
    }
    .offset-md-33 {
        margin-left: 78.571428%;
    }
    .offset-md-34 {
        margin-left: 80.95238%;
    }
    .offset-md-35 {
        margin-left: 83.333333%;
    }
    .offset-md-36 {
        margin-left: 85.714285%;
    }
    .offset-md-37 {
        margin-left: 88.095238%;
    }
    .offset-md-38 {
        margin-left: 90.47619%;
    }
    .offset-md-39 {
        margin-left: 92.857142%;
    }
    .offset-md-40 {
        margin-left: 95.238095%;
    }
    .offset-md-41 {
        margin-left: 97.619047%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 2.380952%;
        flex: 0 0 2.380952%;
        max-width: 2.380952%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 4.761904%;
        flex: 0 0 4.761904%;
        max-width: 4.761904%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 7.142857%;
        flex: 0 0 7.142857%;
        max-width: 7.142857%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 9.523809%;
        flex: 0 0 9.523809%;
        max-width: 9.523809%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 11.904761%;
        flex: 0 0 11.904761%;
        max-width: 11.904761%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 19.047619%;
        flex: 0 0 19.047619%;
        max-width: 19.047619%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 21.428571%;
        flex: 0 0 21.428571%;
        max-width: 21.428571%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 23.809523%;
        flex: 0 0 23.809523%;
        max-width: 23.809523%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 26.190476%;
        flex: 0 0 26.190476%;
        max-width: 26.190476%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 28.571428%;
        flex: 0 0 28.571428%;
        max-width: 28.571428%;
    }
    .col-lg-13 {
        -ms-flex: 0 0 30.95238%;
        flex: 0 0 30.95238%;
        max-width: 30.95238%;
    }
    .col-lg-14 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-15 {
        -ms-flex: 0 0 35.714285%;
        flex: 0 0 35.714285%;
        max-width: 35.714285%;
    }
    .col-lg-16 {
        -ms-flex: 0 0 38.095238%;
        flex: 0 0 38.095238%;
        max-width: 38.095238%;
    }
    .col-lg-17 {
        -ms-flex: 0 0 40.47619%;
        flex: 0 0 40.47619%;
        max-width: 40.47619%;
    }
    .col-lg-18 {
        -ms-flex: 0 0 42.857142%;
        flex: 0 0 42.857142%;
        max-width: 42.857142%;
    }
    .col-lg-19 {
        -ms-flex: 0 0 45.238095%;
        flex: 0 0 45.238095%;
        max-width: 45.238095%;
    }
    .col-lg-20 {
        -ms-flex: 0 0 47.61904%;
        flex: 0 0 47.61904%;
        max-width: 47.61904%;
    }
    .col-lg-21 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-22 {
        -ms-flex: 0 0 52.380952%;
        flex: 0 0 52.380952%;
        max-width: 52.380952%;
    }
    .col-lg-23 {
        -ms-flex: 0 0 54.761904%;
        flex: 0 0 54.761904%;
        max-width: 54.761904%;
    }
    .col-lg-24 {
        -ms-flex: 0 0 57.142857%;
        flex: 0 0 57.142857%;
        max-width: 57.142857%;
    }
    .col-lg-25 {
        -ms-flex: 0 0 59.523809%;
        flex: 0 0 59.523809%;
        max-width: 59.523809%;
    }
    .col-lg-26 {
        -ms-flex: 0 0 61.904761%;
        flex: 0 0 61.904761%;
        max-width: 61.904761%;
    }
    .col-lg-27 {
        -ms-flex: 0 0 64.285714%;
        flex: 0 0 64.285714%;
        max-width: 64.285714%;
    }
    .col-lg-28 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .col-lg-29 {
        -ms-flex: 0 0 69.047619%;
        flex: 0 0 69.047619%;
        max-width: 69.047619%;
    }
    .col-lg-30 {
        -ms-flex: 0 0 71.428571%;
        flex: 0 0 71.428571%;
        max-width: 71.428571%;
    }
    .col-lg-31 {
        -ms-flex: 0 0 73.809523%;
        flex: 0 0 73.809523%;
        max-width: 73.809523%;
    }
    .col-lg-32 {
        -ms-flex: 0 0 76.190476%;
        flex: 0 0 76.190476%;
        max-width: 76.190476%;
    }
    .col-lg-33 {
        -ms-flex: 0 0 78.571428%;
        flex: 0 0 78.571428%;
        max-width: 78.571428%;
    }
    .col-lg-34 {
        -ms-flex: 0 0 80.95238%;
        flex: 0 0 80.95238%;
        max-width: 80.95238%;
    }
    .col-lg-35 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-36 {
        -ms-flex: 0 0 85.714285%;
        flex: 0 0 85.714285%;
        max-width: 85.714285%;
    }
    .col-lg-37 {
        -ms-flex: 0 0 88.095238%;
        flex: 0 0 88.095238%;
        max-width: 88.095238%;
    }
    .col-lg-38 {
        -ms-flex: 0 0 90.47619%;
        flex: 0 0 90.47619%;
        max-width: 90.47619%;
    }
    .col-lg-39 {
        -ms-flex: 0 0 92.857142%;
        flex: 0 0 92.857142%;
        max-width: 92.857142%;
    }
    .col-lg-40 {
        -ms-flex: 0 0 95.238095%;
        flex: 0 0 95.238095%;
        max-width: 95.238095%;
    }
    .col-lg-41 {
        -ms-flex: 0 0 97.619047%;
        flex: 0 0 97.619047%;
        max-width: 97.619047%;
    }
    .col-lg-42 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 43;
        order: 43;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .order-lg-13 {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-14 {
        -ms-flex-order: 14;
        order: 14;
    }
    .order-lg-15 {
        -ms-flex-order: 15;
        order: 15;
    }
    .order-lg-16 {
        -ms-flex-order: 16;
        order: 16;
    }
    .order-lg-17 {
        -ms-flex-order: 17;
        order: 17;
    }
    .order-lg-18 {
        -ms-flex-order: 18;
        order: 18;
    }
    .order-lg-19 {
        -ms-flex-order: 19;
        order: 19;
    }
    .order-lg-20 {
        -ms-flex-order: 20;
        order: 20;
    }
    .order-lg-21 {
        -ms-flex-order: 21;
        order: 21;
    }
    .order-lg-22 {
        -ms-flex-order: 22;
        order: 22;
    }
    .order-lg-23 {
        -ms-flex-order: 23;
        order: 23;
    }
    .order-lg-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .order-lg-25 {
        -ms-flex-order: 25;
        order: 25;
    }
    .order-lg-26 {
        -ms-flex-order: 26;
        order: 26;
    }
    .order-lg-27 {
        -ms-flex-order: 27;
        order: 27;
    }
    .order-lg-28 {
        -ms-flex-order: 28;
        order: 28;
    }
    .order-lg-29 {
        -ms-flex-order: 29;
        order: 29;
    }
    .order-lg-30 {
        -ms-flex-order: 30;
        order: 30;
    }
    .order-lg-31 {
        -ms-flex-order: 31;
        order: 31;
    }
    .order-lg-32 {
        -ms-flex-order: 32;
        order: 32;
    }
    .order-lg-33 {
        -ms-flex-order: 33;
        order: 33;
    }
    .order-lg-34 {
        -ms-flex-order: 34;
        order: 34;
    }
    .order-lg-35 {
        -ms-flex-order: 35;
        order: 35;
    }
    .order-lg-36 {
        -ms-flex-order: 36;
        order: 36;
    }
    .order-lg-37 {
        -ms-flex-order: 37;
        order: 37;
    }
    .order-lg-38 {
        -ms-flex-order: 38;
        order: 38;
    }
    .order-lg-39 {
        -ms-flex-order: 39;
        order: 39;
    }
    .order-lg-40 {
        -ms-flex-order: 40;
        order: 40;
    }
    .order-lg-41 {
        -ms-flex-order: 41;
        order: 41;
    }
    .order-lg-42 {
        -ms-flex-order: 42;
        order: 42;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 2.380952%;
    }
    .offset-lg-2 {
        margin-left: 4.761904%;
    }
    .offset-lg-3 {
        margin-left: 7.142857%;
    }
    .offset-lg-4 {
        margin-left: 9.523809%;
    }
    .offset-lg-5 {
        margin-left: 11.904761%;
    }
    .offset-lg-6 {
        margin-left: 14.285714%;
    }
    .offset-lg-7 {
        margin-left: 16.666666%;
    }
    .offset-lg-8 {
        margin-left: 19.047619%;
    }
    .offset-lg-9 {
        margin-left: 21.428571%;
    }
    .offset-lg-10 {
        margin-left: 23.809523%;
    }
    .offset-lg-11 {
        margin-left: 26.190476%;
    }
    .offset-lg-12 {
        margin-left: 28.571428%;
    }
    .offset-lg-13 {
        margin-left: 30.95238%;
    }
    .offset-lg-14 {
        margin-left: 33.333333%;
    }
    .offset-lg-15 {
        margin-left: 35.714285%;
    }
    .offset-lg-16 {
        margin-left: 38.095238%;
    }
    .offset-lg-17 {
        margin-left: 40.47619%;
    }
    .offset-lg-18 {
        margin-left: 42.857142%;
    }
    .offset-lg-19 {
        margin-left: 45.238095%;
    }
    .offset-lg-20 {
        margin-left: 47.61904%;
    }
    .offset-lg-21 {
        margin-left: 50%;
    }
    .offset-lg-22 {
        margin-left: 52.380952%;
    }
    .offset-lg-23 {
        margin-left: 54.761904%;
    }
    .offset-lg-24 {
        margin-left: 57.142857%;
    }
    .offset-lg-25 {
        margin-left: 59.523809%;
    }
    .offset-lg-26 {
        margin-left: 61.904761%;
    }
    .offset-lg-27 {
        margin-left: 64.285714%;
    }
    .offset-lg-28 {
        margin-left: 66.666666%;
    }
    .offset-lg-29 {
        margin-left: 69.047619%;
    }
    .offset-lg-30 {
        margin-left: 71.428571%;
    }
    .offset-lg-31 {
        margin-left: 73.809523%;
    }
    .offset-lg-32 {
        margin-left: 76.190476%;
    }
    .offset-lg-33 {
        margin-left: 78.571428%;
    }
    .offset-lg-34 {
        margin-left: 80.95238%;
    }
    .offset-lg-35 {
        margin-left: 83.333333%;
    }
    .offset-lg-36 {
        margin-left: 85.714285%;
    }
    .offset-lg-37 {
        margin-left: 88.095238%;
    }
    .offset-lg-38 {
        margin-left: 90.47619%;
    }
    .offset-lg-39 {
        margin-left: 92.857142%;
    }
    .offset-lg-40 {
        margin-left: 95.238095%;
    }
    .offset-lg-41 {
        margin-left: 97.619047%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 2.380952%;
        flex: 0 0 2.380952%;
        max-width: 2.380952%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 4.761904%;
        flex: 0 0 4.761904%;
        max-width: 4.761904%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 7.142857%;
        flex: 0 0 7.142857%;
        max-width: 7.142857%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 9.523809%;
        flex: 0 0 9.523809%;
        max-width: 9.523809%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 11.904761%;
        flex: 0 0 11.904761%;
        max-width: 11.904761%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 19.047619%;
        flex: 0 0 19.047619%;
        max-width: 19.047619%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 21.428571%;
        flex: 0 0 21.428571%;
        max-width: 21.428571%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 23.809523%;
        flex: 0 0 23.809523%;
        max-width: 23.809523%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 26.190476%;
        flex: 0 0 26.190476%;
        max-width: 26.190476%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 28.571428%;
        flex: 0 0 28.571428%;
        max-width: 28.571428%;
    }
    .col-xl-13 {
        -ms-flex: 0 0 30.95238%;
        flex: 0 0 30.95238%;
        max-width: 30.95238%;
    }
    .col-xl-14 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-15 {
        -ms-flex: 0 0 35.714285%;
        flex: 0 0 35.714285%;
        max-width: 35.714285%;
    }
    .col-xl-16 {
        -ms-flex: 0 0 38.095238%;
        flex: 0 0 38.095238%;
        max-width: 38.095238%;
    }
    .col-xl-17 {
        -ms-flex: 0 0 40.47619%;
        flex: 0 0 40.47619%;
        max-width: 40.47619%;
    }
    .col-xl-18 {
        -ms-flex: 0 0 42.857142%;
        flex: 0 0 42.857142%;
        max-width: 42.857142%;
    }
    .col-xl-19 {
        -ms-flex: 0 0 45.238095%;
        flex: 0 0 45.238095%;
        max-width: 45.238095%;
    }
    .col-xl-20 {
        -ms-flex: 0 0 47.61904%;
        flex: 0 0 47.61904%;
        max-width: 47.61904%;
    }
    .col-xl-21 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-22 {
        -ms-flex: 0 0 52.380952%;
        flex: 0 0 52.380952%;
        max-width: 52.380952%;
    }
    .col-xl-23 {
        -ms-flex: 0 0 54.761904%;
        flex: 0 0 54.761904%;
        max-width: 54.761904%;
    }
    .col-xl-24 {
        -ms-flex: 0 0 57.142857%;
        flex: 0 0 57.142857%;
        max-width: 57.142857%;
    }
    .col-xl-25 {
        -ms-flex: 0 0 59.523809%;
        flex: 0 0 59.523809%;
        max-width: 59.523809%;
    }
    .col-xl-26 {
        -ms-flex: 0 0 61.904761%;
        flex: 0 0 61.904761%;
        max-width: 61.904761%;
    }
    .col-xl-27 {
        -ms-flex: 0 0 64.285714%;
        flex: 0 0 64.285714%;
        max-width: 64.285714%;
    }
    .col-xl-28 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .col-xl-29 {
        -ms-flex: 0 0 69.047619%;
        flex: 0 0 69.047619%;
        max-width: 69.047619%;
    }
    .col-xl-30 {
        -ms-flex: 0 0 71.428571%;
        flex: 0 0 71.428571%;
        max-width: 71.428571%;
    }
    .col-xl-31 {
        -ms-flex: 0 0 73.809523%;
        flex: 0 0 73.809523%;
        max-width: 73.809523%;
    }
    .col-xl-32 {
        -ms-flex: 0 0 76.190476%;
        flex: 0 0 76.190476%;
        max-width: 76.190476%;
    }
    .col-xl-33 {
        -ms-flex: 0 0 78.571428%;
        flex: 0 0 78.571428%;
        max-width: 78.571428%;
    }
    .col-xl-34 {
        -ms-flex: 0 0 80.95238%;
        flex: 0 0 80.95238%;
        max-width: 80.95238%;
    }
    .col-xl-35 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-36 {
        -ms-flex: 0 0 85.714285%;
        flex: 0 0 85.714285%;
        max-width: 85.714285%;
    }
    .col-xl-37 {
        -ms-flex: 0 0 88.095238%;
        flex: 0 0 88.095238%;
        max-width: 88.095238%;
    }
    .col-xl-38 {
        -ms-flex: 0 0 90.47619%;
        flex: 0 0 90.47619%;
        max-width: 90.47619%;
    }
    .col-xl-39 {
        -ms-flex: 0 0 92.857142%;
        flex: 0 0 92.857142%;
        max-width: 92.857142%;
    }
    .col-xl-40 {
        -ms-flex: 0 0 95.238095%;
        flex: 0 0 95.238095%;
        max-width: 95.238095%;
    }
    .col-xl-41 {
        -ms-flex: 0 0 97.619047%;
        flex: 0 0 97.619047%;
        max-width: 97.619047%;
    }
    .col-xl-42 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 43;
        order: 43;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .order-xl-13 {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-14 {
        -ms-flex-order: 14;
        order: 14;
    }
    .order-xl-15 {
        -ms-flex-order: 15;
        order: 15;
    }
    .order-xl-16 {
        -ms-flex-order: 16;
        order: 16;
    }
    .order-xl-17 {
        -ms-flex-order: 17;
        order: 17;
    }
    .order-xl-18 {
        -ms-flex-order: 18;
        order: 18;
    }
    .order-xl-19 {
        -ms-flex-order: 19;
        order: 19;
    }
    .order-xl-20 {
        -ms-flex-order: 20;
        order: 20;
    }
    .order-xl-21 {
        -ms-flex-order: 21;
        order: 21;
    }
    .order-xl-22 {
        -ms-flex-order: 22;
        order: 22;
    }
    .order-xl-23 {
        -ms-flex-order: 23;
        order: 23;
    }
    .order-xl-24 {
        -ms-flex-order: 24;
        order: 24;
    }
    .order-xl-25 {
        -ms-flex-order: 25;
        order: 25;
    }
    .order-xl-26 {
        -ms-flex-order: 26;
        order: 26;
    }
    .order-xl-27 {
        -ms-flex-order: 27;
        order: 27;
    }
    .order-xl-28 {
        -ms-flex-order: 28;
        order: 28;
    }
    .order-xl-29 {
        -ms-flex-order: 29;
        order: 29;
    }
    .order-xl-30 {
        -ms-flex-order: 30;
        order: 30;
    }
    .order-xl-31 {
        -ms-flex-order: 31;
        order: 31;
    }
    .order-xl-32 {
        -ms-flex-order: 32;
        order: 32;
    }
    .order-xl-33 {
        -ms-flex-order: 33;
        order: 33;
    }
    .order-xl-34 {
        -ms-flex-order: 34;
        order: 34;
    }
    .order-xl-35 {
        -ms-flex-order: 35;
        order: 35;
    }
    .order-xl-36 {
        -ms-flex-order: 36;
        order: 36;
    }
    .order-xl-37 {
        -ms-flex-order: 37;
        order: 37;
    }
    .order-xl-38 {
        -ms-flex-order: 38;
        order: 38;
    }
    .order-xl-39 {
        -ms-flex-order: 39;
        order: 39;
    }
    .order-xl-40 {
        -ms-flex-order: 40;
        order: 40;
    }
    .order-xl-41 {
        -ms-flex-order: 41;
        order: 41;
    }
    .order-xl-42 {
        -ms-flex-order: 42;
        order: 42;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 2.380952%;
    }
    .offset-xl-2 {
        margin-left: 4.761904%;
    }
    .offset-xl-3 {
        margin-left: 7.142857%;
    }
    .offset-xl-4 {
        margin-left: 9.523809%;
    }
    .offset-xl-5 {
        margin-left: 11.904761%;
    }
    .offset-xl-6 {
        margin-left: 14.285714%;
    }
    .offset-xl-7 {
        margin-left: 16.666666%;
    }
    .offset-xl-8 {
        margin-left: 19.047619%;
    }
    .offset-xl-9 {
        margin-left: 21.428571%;
    }
    .offset-xl-10 {
        margin-left: 23.809523%;
    }
    .offset-xl-11 {
        margin-left: 26.190476%;
    }
    .offset-xl-12 {
        margin-left: 28.571428%;
    }
    .offset-xl-13 {
        margin-left: 30.95238%;
    }
    .offset-xl-14 {
        margin-left: 33.333333%;
    }
    .offset-xl-15 {
        margin-left: 35.714285%;
    }
    .offset-xl-16 {
        margin-left: 38.095238%;
    }
    .offset-xl-17 {
        margin-left: 40.47619%;
    }
    .offset-xl-18 {
        margin-left: 42.857142%;
    }
    .offset-xl-19 {
        margin-left: 45.238095%;
    }
    .offset-xl-20 {
        margin-left: 47.61904%;
    }
    .offset-xl-21 {
        margin-left: 50%;
    }
    .offset-xl-22 {
        margin-left: 52.380952%;
    }
    .offset-xl-23 {
        margin-left: 54.761904%;
    }
    .offset-xl-24 {
        margin-left: 57.142857%;
    }
    .offset-xl-25 {
        margin-left: 59.523809%;
    }
    .offset-xl-26 {
        margin-left: 61.904761%;
    }
    .offset-xl-27 {
        margin-left: 64.285714%;
    }
    .offset-xl-28 {
        margin-left: 66.666666%;
    }
    .offset-xl-29 {
        margin-left: 69.047619%;
    }
    .offset-xl-30 {
        margin-left: 71.428571%;
    }
    .offset-xl-31 {
        margin-left: 73.809523%;
    }
    .offset-xl-32 {
        margin-left: 76.190476%;
    }
    .offset-xl-33 {
        margin-left: 78.571428%;
    }
    .offset-xl-34 {
        margin-left: 80.95238%;
    }
    .offset-xl-35 {
        margin-left: 83.333333%;
    }
    .offset-xl-36 {
        margin-left: 85.714285%;
    }
    .offset-xl-37 {
        margin-left: 88.095238%;
    }
    .offset-xl-38 {
        margin-left: 90.47619%;
    }
    .offset-xl-39 {
        margin-left: 92.857142%;
    }
    .offset-xl-40 {
        margin-left: 95.238095%;
    }
    .offset-xl-41 {
        margin-left: 97.619047%;
    }
}

.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
/*# sourceMappingURL=bootstrap-grid.css.map */




.re-grid:after {
    content: "";
    display: table;
    clear: both;
}
[class*='col_']{
    box-sizing:border-box;
    float:left;
    color: #999;
    width: 100%;
}
.col_ {max-width: 100%;}
.col_1 {max-width: 2.380952%;}
.col_2 {max-width: 4.761904%;}
.col_21 {max-width: 50%;}
.col_42 {max-width: 100%;}