@charset "UTF-8";
/* import */
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

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

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

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

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

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

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -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,
.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,
.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,
.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,
.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,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

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

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

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

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

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

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

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

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

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

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

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

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

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

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

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

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

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

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

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

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Typography */
/* font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif; */
/* // End typography */
/*	Resets
------	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

article,
aside,
canvas {
    display: block;
}

figure {
    display: block;
}

figure img {
    display: block;
}

figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-weight: bold;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

a {
    outline: none;
}

a img {
    border: 0;
    border-style: none;
}

input,
select,
textarea {
    outline: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection, img::-moz-selection {
    background: transparent;
}

/* Selection colours (easy to forget) */
a {
    text-decoration: none;
    display: inline-block;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input:required {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::-moz-focus-inner {
    box-shadow: 0 0 0px transparent;
}

button {
    padding: 0;
}

/*		Default Layout
-------------------------------------------------------------------------------
*/
/*

Font property css

font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit;

*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background: white;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    /*-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;*/
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 17px;
    line-height: 1.5;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #3a3a3a;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Global style */
h1,
h4,
h2,
h3,
h5 {
    font-size: 40px;
    line-height: 68px;
    margin: 0 0 15px;
    font-weight: 400;
}

h1 {
    font-weight: 500;
}

h2,
h3 {
    line-height: 1.2em;
    font-family: 'Lato', sans-serif;
}

h2 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 400 !important;
}

.heading-secondary {
    font-size: 58px;
    line-height: 58px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

p {
    margin: auto;
}

button {
    padding: 0;
}

dfn,
address,
em {
    font-style: normal;
}

label,
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.white--color {
    color: #ffffff;
}

/*.container,
.md-container,
.lg-container {
    max-width: 1100px;
    margin: 0 auto;
    clear: both;
    padding: 0 20px;
    width: 100%;
    }*/
/*.container .container,
.container .md-container,
.container .sm-container,
.container .lg-container {
    padding: 0;
    }*/
.lg-container {
    max-width: 1180px;
}

.md-container {
    max-width: 1000px;
}

.sm-container {
    max-width: 980px;
}

.container-ex-lg {
    max-width: 1250px;
}

section,
footer,
header,
.main-wrap {
    float: left;
    width: 100%;
}

p {
    margin-top: 0;
}

/* ui component */
.text--centre {
    text-align: center;
}

.gradient--overlay {
    position: relative;
    z-index: 1;
}

.gradient--overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8;
    z-index: -1;
}

.dark--overlay:after {
    background-color: #000;
}

.blue {
    color: #0F77FF;
}

.pb-2 {
    padding: 0 0 20px;
}

.light--title {
    font-weight: 400;
}

.mobi {
    display: none;
}

/*.row {
    width: 100%;
    overflow: hidden;
    }*/
/* End ui component */
/* header */
.header--area {
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 5px 0;
    background-color: #002452;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.main__logo {
    width: 200px;
    float: left;
    margin: 4px 0;
}

.main__logo a {
    display: block;
}

.main__logo a img {
    max-width: 100%;
}

.nav--wrap {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 30px;
    float: right;
    text-align: right;
}

.main__nav {
    padding-left: 0;
    margin: 0;
    list-style: none;
    line-height: 39px;
    font-size: 0;
}

.nav__item {
    display: inline-block;
    margin: 0 5px;
}

.nav__link {
    padding: 5px 6px;
    font-size: 15px;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav__link:hover {
    color: #398aca;
}

.responsive-nav-bar {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-color: transparent;
    border: 0;
    position: absolute;
    display: none;
}

.nav-bar {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-bar:after {
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-bar:before {
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: -6px;
}

.nav-bar:after {
    top: 6px;
}

.navOpen .nav-bar {
    background-color: transparent;
}

.navOpen .nav-bar:before, .navOpen .nav-bar:after {
    top: 0;
}

.navOpen .nav-bar:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navOpen .nav-bar:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fixTop {
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* End header */
.hero-section,
.information__item--wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.hero-section {
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section:not(.hero-section--two) {
    height: 100%;
}

@media (min-width: 768px) {
    .hero-section:not(.hero-section--two) {
        height: -webkit-calc(100vh - 280px);
        height: -moz-calc(100vh - 280px);
        height: calc(100vh - 280px);
    }
}

.hero-content {
    float: left;
    width: 100%;
    text-align: center;
}

.hero-content h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 22px;
}

.hero-content h3:not(.heading-large) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .hero-people-search .hero-content h3 {
        line-height: 19px;
    }
}

.heading-large {
    font-size: 20px !important;
    font-family: inherit !important;
}

.hero-content h3 br,
.heading-large br {
    display: none;
}

.hero-list br {
    display: block !important;
}

.hero-form {
    text-align: left;
}

.form-container {
    max-width: 690px;
    margin: 20px auto 0;
    padding: 9px 0 49px;
}

.input {
    position: relative;
    text-align: left;
}

.input:after {
    position: absolute;
    top: 25px;
    bottom: 22px;
    width: 1px;
    background-color: #0F77FF;
    content: '';
    left: 45px;
}

.label {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
}

.input__style,
.form-control {
    height: 72px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    padding: 10px 182px 10px 55px !important;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
    color: #273951 !important;
    font-size: 20px !important;
    width: 100% !important;
    border: 2px solid #ffffff !important;
    font-family: inherit;
    visibility: visible !important;
    line-height: inherit !important;
}

.lock--icon {
    background-image: url(/assets/images/call.svg) !important;
    -webkit-background-size: 22px 22px !important;
    -o-background-size: 22px !important;
    background-size: 22px !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    position: absolute;
    top: 16px;
    left: 2px;
    height: 40px;
    width: 40px;
}

.lock--icon.icon-sitcky {
    position: absolute;
    top: 6px;
    left: 2px;
    height: 40px;
    width: 40px;
}

@media only screen and (max-width: 767px) {
    .lock--icon {
        top: 6px;
        left: 2px;
        height: 40px;
        width: 40px;
    }
}

.email__icon {
    background-image: url(/assets/images/envelope-opened.svg) !important;
    -webkit-background-size: 22px 22px !important;
    -o-background-size: 22px !important;
    background-size: 22px !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    position: absolute;
    top: 16px;
    left: 2px;
    height: 40px;
    width: 40px;
}

.email__icon.icon-sitcky {
    position: absolute;
    top: 7px;
    left: 2px;
    height: 40px;
    width: 40px;
}

@media only screen and (max-width: 767px) {
    .email__icon {
        top: 6px;
        left: 2px;
        height: 40px;
        width: 40px;
    }
}

.location__icon {
    background-image: url(/assets/images/distance.svg) !important;
}

.user__icon {
    background-image: url(/assets/images/user.svg) !important;
    -webkit-background-size: 22px 22px !important;
    -o-background-size: 22px !important;
    background-size: 22px !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    position: absolute;
    top: 16px;
    left: 2px;
    height: 40px;
    width: 40px;
}

.user__icon.icon-sitcky {
    background-image: url(/assets/images/user.svg) !important;
    -webkit-background-size: 22px 22px !important;
    -o-background-size: 22px !important;
    background-size: 22px !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    position: absolute;
    top: 8px;
    left: 2px;
    height: 40px;
    width: 40px;
}

@media only screen and (max-width: 767px) {
    .user__icon {
        top: 6px;
        left: 2px;
        height: 40px;
        width: 40px;
    }
}

.input__style:focus {
    border-color: #0F77FF !important;
}

.submit__button {
    width: 182px;
    height: 72px;
    background-color: #0F77FF !important;
    border: 0;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.warning--style {
    padding: 8.5px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #0F77FF;
    color: #ffffff;
    float: left;
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
}

.warning--style img {
    width: 16px;
    height: 18px;
    margin-right: 8px;
    display: inline-block !important;
}

.warning--style:after {
    position: absolute;
    top: -10px;
    display: block;
    border-bottom: 10px solid #0F77FF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
}

.secure-reminder .icon {
    margin-right: 3px;
}

.error .input__style {
    border-color: red !important;
}

.error-message {
    background-color: red;
    display: none;
}

.error-message.warning--style:after {
    border-bottom: 10px solid red;
}

.date__updateder {
    top: -50px;
    left: auto;
    right: 0;
    margin: 0 0 15px;
}

.date__updateder:after {
    top: auto;
    left: auto;
    right: 20px;
    bottom: -10px;
    border-top: 10px solid #0F77FF;
    border-bottom: 0;
}

.date__updateder .icon {
    margin-right: 5px;
}

.feature-section {
    padding: 40px 0;
    background-color: #f6fcfe;
}

.single__item {
    width: 32.389%;
    margin: 0 0.7075471698113208% 80px;
    float: left;
    position: relative;
}

.single__item:nth-last-of-type(-3n+3) {
    margin-bottom: 0;
}

.single__item--boxshadow {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 30px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single__item--boxshadow:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(15, 119, 255, 0.4);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(15, 119, 255, 0.4);
}

.single__item:nth-child(3n+1),
.testimonial__item:nth-child(3n+1),
.has__two--column .single__item:nth-child(2n+1) {
    margin-left: 0;
}

.single__item:nth-child(3n+1):not(.single__item--boxshadow),
.testimonial__item:nth-child(3n+1) {
    clear: both;
}

.single__item:nth-child(3n+3),
.testimonial__item:nth-child(3n+3),
.has__two--column .single__item:nth-child(2n+2) {
    margin-right: 0;
}

.single__item--icon {
    /*width: 70px;
  height: 70px;*/
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single__item--raidal-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(15, 119, 255, 0.1);
    border: 1px solid rgba(15, 119, 255, 0.2);
    position: relative;
}

.single__item--minus--icon {
    margin: -40px auto 0;
}

.single__item--radius--icon img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17.5px 0 0 -17.5px;
}

.single__item--content {
    margin: 22px 0 0;
}

.single__item h5 {
    font-weight: 600;
    margin-bottom: 17px;
}

.single__item--content p {
    color: #333;
    font-size: 16px;
}

.search--tools {
    background-color: #ffffff;
    padding: 80px 0;
}

.search--tools h3 {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .search--tools .single__item {
        width: 31.446%;
        margin-left: 1.415%;
        margin-right: 1.415%;
    }

    .search--tools .single__item:nth-child(3n+1) {
        margin-left: 0;
    }

    .search--tools .single__item:nth-child(3n+3) {
        margin-right: 0;
    }
}

.single__item--abosulate-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.single__item--abosulate-icon + .single__item--content {
    margin-top: 4px;
    padding: 0 0 0 50px;
}

.text-message-section {
    padding: 80px 0;
    background-color: rgba(75, 188, 244, 0.05);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.message-container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone__graphics {
    width: 38.67924528301887%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.messages__content {
    width: 60%;
    float: left;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: -70px 0 0;
}

.messages__content p {
    font-size: 22px;
    line-height: 1.42857;
    margin: 25px 0 0;
}

.share__content p {
    font-size: 22px;
    line-height: 1.42857;
    margin: 25px 0 0;
}

.messages__content p:first-child {
    margin: 0;
}

.phone-graphics {
    width: 800px;
    height: 800px;
    position: absolute;
    top: -300px;
    right: -100px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    background-image: -webkit-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: -o-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
    background-image: -moz-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.half-gradient {
    width: 50%;
    left: auto;
}

.skew__grpahics.half-gradient:after {
    background-image: -webkit-linear-gradient(top left, transparent 50%, rgba(75, 188, 244, 0.05) 50%);
    background-image: -o-linear-gradient(top left, transparent 50%, rgba(75, 188, 244, 0.05) 50%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, rgba(75, 188, 244, 0.05)));
    background-image: -moz-linear-gradient(top left, transparent 50%, rgba(75, 188, 244, 0.05) 50%);
    background-image: linear-gradient(to bottom right, transparent 50%, rgba(75, 188, 244, 0.05) 50%);
}

.information-wrap {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.info--content {
    width: 50%;
    float: left;
}

.information__item--wrap {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.has__two--column .single__item {
    width: 48.16981132075472%;
    margin: 15px 1.830188679245283%;
    padding: 30px 15px;
}

.single__item__medium--icon {
    width: 45px;
    height: 45px;
}

.single__item__small--icon {
    width: 30px;
    height: 30px;
}

.single__item__small--icon + .single__item--content {
    margin: 15px 0 0;
}

.info--content p {
    margin: 25px 0 0;
}

.single__item__small--icon + .single__item--content h4 {
    margin: 0 0 5px;
}

.information__item--wrap h5 {
    font-weight: 600;
}

.social-share {
    padding: 80px 0;
    background-color: rgba(75, 188, 244, 0.05);
}

.share__content {
    width: 61.32075471698113%;
    float: left;
}

.social__icon_holder {
    width: 38.67924528301887%;
    float: left;
    padding-left: 30px;
}

.icon__list {
    text-align: right;
}

.icon__list li {
    display: inline-block;
    margin: 5px;
}

.icon__list a,
.icon__list img {
    width: 70px;
    height: 70px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.icon__list a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.search--tools .item__wrap {
    margin: 30px 0 0;
}

.footer {
    padding: 50px 0;
    background-color: #002452;
    color: #ffffff;
}

/* content info */
.block {
    padding: 80px 0;
}

.content-info {
    background-color: #fbfbfb;
}

.culumn-two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.content-info p,
.content-block p {
    margin-bottom: 10px;
}

.content-info .container > h3 {
    margin-top: 50px;
}

.content-info h6 {
    margin-top: 30px;
}

.check-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    background: url(/assets/images/check-mark.png) no-repeat left 9px/16px;
    line-height: 1.9em;
}

.content-info .container h5 {
    margin-top: 30px;
}

.content-info .container h5 + p {
    margin-top: -10px;
}

.content-block h5 + p {
    margin-top: -10px;
}

.content-info p + .check-list,
.content-info h5 + .check-list {
    margin-top: 15px;
}

.content-block {
    background-color: #f6fcfe;
}

.content-block h5 {
    margin-top: 50px;
    display: inline-block;
}

.content-block h5:first-child {
    margin-top: 0;
}

.content-block ul {
    list-style: unset;
    padding-left: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.content-block li {
    margin-bottom: 10px;
}

.input-name input:not([type="submit"]) {
    padding: 10px 20px !important;
}

.input-col {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.input-col:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .input-col {
        width: 40%;
        margin-left: 2%;
        margin-top: 0;
    }

    .input-col:first-child {
        margin-left: 0;
        margin-top: 0;
    }
}

.clarfix {
    display: block;
    clear: both;
    content: "";
}

.name-form {
    max-width: 883px;
}

.submit__button--relative {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: right;
    width: 16%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-left: 2%;
}

/* footer */
.footer-top {
    text-align: center;
    padding: 0 0 30px;
    border-bottom: 1px solid #022c61;
    margin-bottom: 20px;
}

.nav_footer {
    text-align: center;
    display: inline-block;
    margin: 0 0 25px;
}

.nav_footer li {
    display: inline-block;
    margin: 0 5px;
}

.footer a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer a:hover {
    color: #1abc9c;
}

.dmca-badge {
    display: block;
    text-align: center;
}

.text-message-section {
    padding: 80px 0;
    background-color: rgba(75, 188, 244, 0.05);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.message-container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone__graphics {
    width: 38.67924528301887%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.messages__content {
    width: 60%;
    float: left;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: -70px 0 0;
}

.messages__content p {
    font-size: 22px;
    line-height: 1.42857;
    margin: 25px 0 0;
}

.share__content p {
    font-size: 22px;
    line-height: 1.42857;
    margin: 25px 0 0;
}

.messages__content p:first-child {
    margin: 0;
}

.phone-graphics {
    width: 800px;
    height: 800px;
    position: absolute;
    top: -300px;
    right: -100px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    background-image: -webkit-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: -o-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
    background-image: -moz-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.half-gradient {
    width: 50%;
    left: auto;
}

.skew__grpahics.half-gradient:after {
    background-image: -webkit-linear-gradient(top left, transparent 50%, rgba(75, 188, 244, 0.05) 50%);
    background-image: -o-linear-gradient(top left, transparent 50%, rgba(75, 188, 244, 0.05) 50%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, rgba(75, 188, 244, 0.05)));
    background-image: -moz-linear-gradient(top left, transparent 50%, rgba(75, 188, 244, 0.05) 50%);
    background-image: linear-gradient(to bottom right, transparent 50%, rgba(75, 188, 244, 0.05) 50%);
}

.hero-cheating .section--title {
    padding-bottom: 16px;
}

.hero-cheating .section--title h3 {
    line-height: 26px;
}

.hero-sex-offendar .section--title h3 {
    line-height: 26px;
}

/* modal css */
.drip-lightbox-wrapper {
    display: none;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#drip-140258 .drip-content {
    background: #00525b !important;
    background: rgba(0, 82, 91, 0.5) !important;
}

#drip-140258 .drip-content h3 {
    color: #3582bd !important;
    font-size: 23px !important;
}

#drip-140258 .drip-submit-button {
    background-color: #3582bd !important;
    margin-top: 17px;
}

#drip-140258 .drip-submit-button:hover {
    background-color: #1b73b5 !important;
}

#drip-140258 .drip-submit-button:active {
    background-color: #024f8a !important;
}

#drip-140258 label {
    font-size: 14px !important;
}

#drip-140258 .drip-content .drip-description,
#drip-140258 .drip-content .classic--checkbox label {
    font-size: 14px !important;
}

#drip-140258 .drip-errors {
    font-size: 14px !important;
}

#drip-140258 label {
    line-height: 21px;
}

#drip-140258 .drip-text-field {
    font-size: 15px !important;
    padding: 5px 6px !important;
}

#drip-140258 .drip-submit-button {
    font-size: 13px !important;
}

/* === Reset styles === */
.drip-lightbox h1,
.drip-lightbox h2,
.drip-lightbox h3,
.drip-lightbox div,
.drip-lightbox dl,
.drip-lightbox dt,
.drip-lightbox dd,
.drip-lightbox p,
.drip-lightbox a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    float: none;
    width: auto;
    background-image: none;
    letter-spacing: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
    visibility: visible;
}

.drip-lightbox .drip-text-field {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    float: none;
    width: auto;
    background-image: none;
    letter-spacing: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
    visibility: visible;
}

.drip-lightbox .drip-text-field:focus {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    float: none;
    width: auto;
    background-image: none;
    letter-spacing: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
    visibility: visible;
}

.drip-lightbox .drip-submit-button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    float: none;
    width: auto;
    background-image: none;
    letter-spacing: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
    visibility: visible;
}

.drip-lightbox a {
    text-decoration: none;
}

.drip-lightbox :focus {
    outline: 0;
}

/* === Clearfix === */
.drip-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .drip-clearfix,
*:first-child + html .drip-clearfix {
    zoom: 1;
}

/* IE6 */
/* IE7 */
/* === Backdrop === */
.drip-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: #000;
    opacity: 0.2;
}

.drip-backdrop.drip-fade {
    opacity: 0;
}

.drip-backdrop.drip-fade.drip-in {
    opacity: 0.2;
}

.drip-backdrop.drip-hidden {
    display: none;
}

/* === Main Container === */
.drip-lightbox-wrapper * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* === Content === */
.drip-lightbox .drip-content {
    margin: 0 0 0 -170px;
    padding: 5px;
    position: fixed;
    width: 340px;
    top: -25%;
    left: 50%;
    font-size: 100%;
    z-index: 11000;
    color: #333;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0.8);
    /* #f6aa1f; */
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
    -webkit-transition: opacity .3s linear, top .3s ease-out, bottom 200ms ease-in;
    -moz-transition: opacity .3s linear, top .3s ease-out, bottom 200ms ease-in;
    -o-transition: opacity .3s linear, top .3s ease-out, bottom 200ms ease-in;
    transition: opacity .3s linear, top .3s ease-out, bottom 200ms ease-in;
}

.email__box--show .drip-lightbox.drip-in .drip-content {
    top: 15%;
    opacity: 1;
}

.drip-lightbox.drip-hidden .drip-content {
    display: none;
}

.drip-lightbox.image-left .drip-content,
.drip-lightbox.image-right .drip-content {
    margin: 0 0 0 -255px;
    width: 510px;
}

.drip-lightbox.mobile .drip-content {
    margin: 0;
    width: 100% !important;
    top: auto;
    bottom: -800px;
    left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.drip-lightbox.mobile.drip-in .drip-content {
    top: auto;
    bottom: 0;
}

.drip-lightbox.drip-scrollable .drip-content {
    overflow-y: scroll;
}

.drip-lightbox .drip-header h2 {
    display: block;
    margin: 0 !important;
    padding: 12px 0 !important;
    font-size: 14px !important;
    line-height: 13px !important;
    font-weight: bold !important;
    color: #fff !important;
    letter-spacing: 0 !important;
}

.drip-lightbox .drip-header a.close {
    font-family: Arial, sans-serif;
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 22px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
}

.drip-lightbox .drip-content > div.drip-panel {
    padding: 15px 15px 12px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.drip-lightbox .drip-powered-by {
    padding: 8px;
    margin-bottom: -5px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.drip-lightbox .drip-powered-by a {
    color: #ffffff !important;
    text-decoration: underline !important;
    letter-spacing: 1px;
    margin-left: 6px;
}

.drip-lightbox .drip-content h3 {
    display: block;
    margin: 0 20px 0 0 !important;
    padding: 0 0 15px 0 !important;
    line-height: 1.4 !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #4477bd !important;
    clear: none !important;
}

.drip-lightbox .drip-content .drip-description {
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 1.6;
    text-align: left;
}

.drip-lightbox.image-left .drip-content .drip-description {
    margin-left: 170px;
}

.drip-lightbox.image-right .drip-content .drip-description {
    margin-right: 170px;
}

.drip-lightbox .drip-content .drip-description a {
    text-decoration: underline;
}

.drip-lightbox .drip-content .drip-description em {
    font-style: italic;
}

.drip-lightbox .drip-content .drip-description ul,
.drip-lightbox .drip-content .drip-description ol {
    list-style-position: outside;
    margin: 8px 0 8px 30px;
}

.drip-lightbox .drip-content .drip-description ul li .drip-lightbox .drip-content .drip-description ol li {
    padding: 0;
}

.drip-lightbox .drip-content img.drip-image {
    margin-bottom: 20px;
}

.drip-lightbox.image-left .drip-content img.drip-image {
    float: left;
    width: 150px;
}

.drip-lightbox.image-right .drip-content img.drip-image {
    float: right;
    width: 150px;
}

.drip-lightbox .drip-content a.drip-close {
    font-family: Arial, Helvetica, sans-serif;
    margin: -1px 0 0 0;
    float: right;
    font-size: 28px;
    line-height: 15px;
    font-weight: normal;
    color: #333;
    opacity: 0.4;
}

.drip-lightbox .drip-content a.drip-close:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
}

.drip-lightbox form {
    margin: 0 !important;
    padding: 0 !important;
}

.drip-lightbox dl {
    display: block;
    margin: 0;
    padding: 0;
}

.drip-lightbox label {
    display: block;
    padding: 0 0 5px 0;
    font-weight: bold;
}

.drip-lightbox dl.no-labels dt {
    display: none;
}

.drip-lightbox dl dd {
    display: block;
    padding: 0 0 10px 0;
}

.drip-lightbox .drip-text-field {
    margin: 0 !important;
    padding: 6px !important;
    height: auto !important;
    width: 100% !important;
    /* font-size: 14px !important; */
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #c4c4c4 !important;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.18) !important;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.18) !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-image: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
}

.drip-lightbox .drip-text-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999 !important;
}

.drip-lightbox .drip-text-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999 !important;
}

.drip-lightbox .drip-text-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999 !important;
}

.drip-lightbox .drip-text-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999 !important;
}

.drip-lightbox .drip-text-field:focus {
    border-color: #a4a4a4 !important;
    outline: 0;
    background-image: none;
    background-color: #fff !important;
}

.drip-lightbox.mobile .drip-text-field {
    font-size: 16px;
}

.drip-lightbox .drip-errors {
    padding: 5px 0 0 0;
    font-weight: normal;
    color: red;
}

.drip-lightbox .drip-submit-button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding: 3px 12px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
    border: 0 !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    background-image: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto;
}

.drip-lightbox .drip-submit-button:hover, .drip-lightbox .drip-submit-button:active {
    background-image: none !important;
}

.drip-lightbox .classic--checkbox.hidden {
    margin-bottom: -8px;
    display: none;
}

.drip-lightbox .classic--checkbox label {
    line-height: 1.6;
}

.drip-lightbox .classic--checkbox input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

/* === Teaser === */
/* === Close Button === */
/* === Panel === */
/* === Powered By === */
/* === Content Headings & Paragraphs === */
@media screen and (max-width: 510px) {
    .drip-lightbox.image-left .drip-content .drip-description {
        margin-left: 0;
        /* 120px; */;
    }

    .drip-lightbox.image-right .drip-content .drip-description {
        margin-right: 0;
        /* 120px; */;
    }
}

@media screen and (max-width: 510px) {
    .drip-lightbox.image-left .drip-content img.drip-image {
        margin-right: 20px;
        width: 100px;
    }

    .drip-lightbox.image-right .drip-content img.drip-image {
        margin-left: 20px;
        width: 100px;
    }
}

/* === Content Subscribe Form === */
.power__logo img {
    width: 25px;
}

.slide {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .slide {
        margin-top: 28px;
    }
}

.slide__container {
    max-width: 880px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.slide__nav {
    position: absolute;
    left: 0;
    z-index: 1;
}

.slide__nav-list {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.slide__nav-item {
    padding: 10px 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    color: #0f77ff;
    float: left;
    overflow: hidden;
}

.slide__nav-item:before {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    background: #0F77FF;
    content: '';
    opacity: 0;
    visibility: hidden;
}

.slide__nav-item:after {
    width: 15px;
    height: 15px;
    background: #0F77FF;
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -12.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
}

.active.slide__nav-item:after, .active.slide__nav-item:before {
    opacity: 1;
    visibility: visible;
}

.slide__nav-icon {
    width: 25px;
    margin-right: 10px;
    margin-top: -3px;
}

.slide__nav-link {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #0f77ff !important;
}

.slide__nav-link:hover .slide__nav-link:visited, .slide__nav-link:active, .slide__nav-link:focus {
    color: #0f77ff !important;
}

.slide__item {
    padding: 58px 0 50px;
    display: none;
}

.slide__item:first-child {
    display: block;
}

.slide__item:focus {
    outline: none;
}

.site-content {
    padding: 0 !important;
}

.one-container .container {
    background-color: transparent !important;
}



.bg-light-dark {
    background-color: #f5f6fa;
}

.blog__post {
    margin: 15px 0;
}

.blog__post a {
    color: #0F77FF;
}

.blog__post a:visited {
    color: #0F77FF;
}

.blog-item {
    height: 100%;
}

.blog_bg {
    height: 200px;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.bg {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f0f0f0;
    height: 100%;
    width: 100%;
}

.category-name {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 14px;
    background: #0F77FF;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.blog__text {
    padding: 14px 0;
}

.blog__publish {
    font-size: 14px;
    margin-bottom: 14px;
}

.blog__title {
    font-size: 22px;
    line-height: 28px;
}

.blog__text p {
    font-size: 17px;
    line-height: 25px;
}

.blog__text a.link {
    margin-top: 5px;
}

.text-right {
    text-align: right;
}

.paginations a {
    padding: 8px;
}

/*.blog__content--row {
    padding: 24px;
    border: 1px solid #ddd;
    }*/
.social-sidebar {
    width: 45px;
    float: left;
}

.blog_social li {
    text-align: left !important;
}

a.social__link {
    width: 30px;
    height: 30px;
}

li.social__item {
    display: block;
    padding-right: 15px;
    text-align: right;
}

.sidebarAds {
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    float: right;
    height: -moz-calc(100vh - 140px);
    height: calc(100vh - 140px);
    height: -webkit-calc(100vh - 140px);
}

.sidebarAds .ads {
    margin: 0;
}

.blog__feature-bg {
    height: 400px;
    overflow: hidden;
}

.blog__content--radial {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 24px;
}

.blog__sidebar__inner {
    padding-left: 15px;
}

.hero--blog .bg:after {
    display: none;
}

.hero--blog * {
    color: inherit !important;
}

.breadcumb {
    margin-top: 15px;
    font-size: 16px;
}

.breadcumb li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

.inside-article,
.blog__content--author .comments-area {
    padding: 0 !important;
}

.blog__sidebar__inner img,
.special-offer-banner {
    width: 100%;
}

.container-lg {
    max-width: 1170px;
}

.hero--blog {
    padding: 50px 0 20px !important;
}

.hero--blog .ads {
    margin: 20px 0 0;
}

.hero--blog h1 {
    font-size: 32px;
    line-height: 35px;
}

.hero--blog p {
    font-size: 15px;
}

.hero--blog .container {
    max-width: 975px;
}

.blog {
    padding-top: 0;
}

.grid-70 {
    width: 100%;
}

.hero {
    position: relative;
    z-index: 2;
}

.hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -2;
    content: '';
}

.blog__content--author textarea {
    min-height: 200px;
    visibility: visible;
}

.blog__content--row ol {
    padding-left: 17px;
}

.gutters-half {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.gutters-half [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/* responsive */
.ads {
    text-align: center;
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 8px 0;
    clear: both;
    font-size: 0;
}

.adsbygoogle {
    min-width: 280px;
    max-width: 1060px;
    width: 100%;
    height: 250px;
    display: inline-block;
}

.adslot_responsive,
.ads_mobi_hide.ads_desktop_hide,
.ads_desktop_hide {
    display: block;
}

.ads_desktop_link {
    height: .5px;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    float: left;
}

.ads_mobile_link {
    height: 250px;
}

@media (max-width: 767.9px) {
    .ads_mobi_hide {
        display: none;
    }
}

@media (min-width: 767.9px) {
    .feature-section:not(.search--tools).ads_mobile_link {
        float: left;
    }

    .ads_mobile_link {
        height: .5px;
        opacity: 0;
        overflow: hidden;
    }

    .ads_desktop_hide {
        display: none;
    }

    .ads_desktop_link {
        height: 120px;
        opacity: 1;
        margin: 8px 0;
        overflow: visible;
        float: none;
    }

    .adsbygoogle {
        height: 120px;
        max-width: 1060px;
        min-width: 690px;
    }

    .ads + h5 {
        margin-top: 10px;
    }
}

.ads_blog_article {
    min-width: 280px;
    max-width: 693px;
}

.ads-after__content {
    margin-bottom: 50px;
}

.before_content {
    margin-top: 30px;
}

.blog__content--row p,
.ads-post-content {
    margin-bottom: 1.5rem;
}

.mt-3 {
    margin-top: 30px;
}

.advice-content {
    background-color: #f6fcfe;
}

.blog__content {
    background-color: #f6fcfe;
    float: left;
    width: 100%;
}

.hero-list {
    line-height: 26px !important;
}

@media (min-width: 768px) {
    .hero-section--two {
        min-height: 640px;
    }
}

.htCenter {
    padding: 0 8px;
}

.htCenter img {
    display: none;
}

.ads_img {
    height: 130px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* =======================================================================================================
============================================ Responsive style ========================================== */
/*		Mobile Layout: 320px and 480px and more but less than or equal to 767px.
----------------------------------------------------------------------------------
*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="submit"], input[type="password"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type='number'] {
        -moz-appearance: textfield;
    }

    .mobi {
        display: block;
    }

    .desktop {
        display: none;
    }

    h1 {
        font-size: 32px;
        line-height: 54px;
    }

    .heading-primary {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .heading-primary-small {
        font-size: 32px !important;
        line-height: 35px !important;
    }

    .address-lookup h3 {
        margin-bottom: 5px !important;
    }
    /*
  h2 {
      font-size: 24px;
  }*/
    h2,
    h3 {
        font-size: 24px;
    }

    .heading-secondary {
        font-size: 40px;
        line-height: 45px;
    }

    .header {
        position: fixed;
    }

    .header .container {
        /* padding: 0; */
    }
    /*.main__logo{float: none; margin: 0 auto; clear: both;}*/
    .main__logo a,
    .main__logo img {
        width: 120px;
    }

    .hero-section {
        min-height: 520px;
        padding: 25px 0 30px;
        height: 100%;
    }

    .hero-name-from {
        padding: 20px 0 50px;
    }

    .hero-section--two {
        padding: 50px 0;
    }

    .hero-sex-offendar {
        padding: 66px 0;
    }

    .hero-sex-offendar .section--title {
        margin-bottom: -5px;
        padding-bottom: 1px !important;
    }
    /*.hero-section:not(.hero-section--two) {
      height: 100%;
  }*/
    .matches-indicator {
        font-size: 20px;
        padding: 5px 0;
    }

    .hero-content {
        position: relative;
        z-index: 1;
    }

    .label {
        display: block;
        text-align: center;
        font-size: 19px;
    }

    .input:after {
        top: 15px;
        height: 25px;
    }

    .date__updateder {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        float: left;
        width: 100%;
        margin: 65px 0 0;
    }

    .date__updateder:after {
        display: none;
    }

    .input__style {
        height: 52px !important;
        padding: 10px 15px 10px 60px !important;
    }

    .submit__button:not(.fixed__submit) {
        width: 100%;
        margin: 10px 0 0;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        height: 52px;
    }

    .feature-section,
    .testimonial-section,
    .text-message-section,
    .information-wrap,
    .social-share {
        padding: 50px 0;
    }

    .feature-section:not(.search--tools) {
        padding: 40px 0;
    }

    .single__item {
        width: 100%;
        margin: 30px 0 0;
    }

    .single__item:nth-child(3n+1) {
        width: 100%;
        margin: 30px 0 0;
    }

    .testimonial__item:nth-child(3n+1),
    .has__two--column .single__item:nth-child(2n+1),
    .testimonial__item,
    .has__two--column .single__item,
    .information__item--wrap,
    .social__icon_holder {
        width: 100%;
        margin: 30px 0 0;
    }

    .client--testimonial-wrap,
    .messages__content,
    .single__item--abosulate-icon + .single__item--content {
        margin: 0;
    }

    .single__item--content h5 br {
        display: none;
    }

    .messages__content,
    .info--content,
    .share__content {
        width: 100%;
    }

    .messages__content p,
    .share__content p {
        font-size: 18px;
    }

    .phone__graphics {
        width: 100%;
        margin: 30px 0 0;
    }

    .phone-graphics,
    .hero-section--two .form-container:after {
        display: none;
    }

    .info--content,
    .share__content {
        padding: 0;
    }

    .social__icon_holder {
        padding: 0;
        text-align: center;
    }

    .responsive-nav-bar {
        top: 8px !important;
    }

    .single__item:first-child {
        margin-top: 0 !important;
    }
    /* .feature-section .single__item:first-child {
      margin-bottom: 30px !important;
      }*/
    .form-container {
        margin-top: 20px;
        padding: 0;
    }

    .information__item--wrap {
        margin-bottom: 30px !important;
    }

    .google_pedestal_container {
        display: none;
    }

    .block {
        padding: 50px 0;
    }

    .section-title h3 br {
        display: none;
    }

    .culumn-two {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
    }

    .information__item--wrap {
        padding-left: 0;
    }
    /* .blog__content--row {
      padding: 15px;
      }*/
    .blog__content--row h2 {
        font-size: 24px;
    }

    .blog__content--row .social__item {
        text-align: left;
    }

    .blog__feature-bg {
        height: 200px;
    }

    .blog__content--author textarea {
        min-height: 100px;
    }

    .blog__sidebar__inner {
        padding-left: 0;
        margin-top: 30px;
    }

    .advice-content {
        padding: 30px 0;
    }

    .ads-after__content {
        margin-bottom: 30px;
    }

    .before_content {
        margin-top: 15px;
    }

    .hero--blog {
        padding: 30px 0 !important;
    }

    .blog {
        padding-top: 0 !important;
    }

    .slide__nav-item {
        padding: 10px;
    }

    .date__updateder.desktop {
        display: none !important;
    }

    .icon__list {
        text-align: center;
    }

    .after-ads {
        margin-top: 0 !important;
    }

    .slide__item {
        padding-bottom: 0;
    }

    .single__item .ads {
        margin-top: 30px !important;
    }

    .hero--blog .ads_desktop_hide {
        margin-top: 30px;
        float: left;
    }
    /*.hero-content .section--title {
      padding-bottom: 8px;
      margin-left: -10px;
      margin-right: -10px;
  }*/
    .hero-content .section--title {
        /*padding-bottom: 8px;*/
        margin-left: -10px;
        margin-right: -10px;
    }

    .hero-section--two .hero-content .section--title {
        padding-bottom: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-cheating .section--title {
        padding-bottom: 1px;
        margin-bottom: -8px;
    }

    .heading-large {
        font-size: 16px !important;
    }

    .hero-content h3 {
        font-size: 16px !important;
    }

    .hero-content h3 br {
        display: block;
    }

    .heading-large br {
        display: block;
    }

    .ads_img {
        height: 70px;
    }
}

/*		Wide Mobile Layout: 480px.
------------------------------------------------------------
*/
@media only screen and (min-width: 320px) and (max-width: 374px) {
    .hero-section h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    .icon__list a,
    .icon__list .icon {
        width: 50px;
        height: 50px;
    }

    .slide__nav-item {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }

    .slide__nav-icon {
        margin-right: 4px;
    }
}

/*		Tablet Layout: 768px.
-----------------------------------------------------------------
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="submit"], input[type="password"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type='number'] {
        -moz-appearance: textfield;
    }

    h2 {
        font-size: 40px;
    }

    .main__logo {
        width: 150px;
    }

    .main__logo a,
    .main__logo img {
        width: 150px;
    }

    .partner__icon {
        max-width: 80px;
    }
    /* .hero-section:not(.hero-section--two) {
      height: -webkit-calc(100vh - 320px);
      height: calc(100vh - 320px);
  }*/
    .section--title {
        max-width: 600px;
        margin: 0 auto;
        clear: both;
    }

    .single__item:nth-child(3n+1) {
        clear: both;
    }

    .phone-graphics {
        width: 400px;
        height: 400px;
    }

    .has__two--column .single__item:nth-child(3n+1) {
        clear: none;
    }

    .single__item__small--icon + .single__item--content h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .hero-section--two {
        min-height: 500px;
    }

    .icon__list a,
    .icon__list .icon {
        width: 40px;
        height: 40px;
    }

    .messages__content p,
    .share__content p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .responsive-nav-bar {
        display: block;
        top: 11px;
        right: 20px;
    }

    .nav--wrap {
        width: 100% !important;
        padding: 20px 0;
        text-align: center;
        display: none;
    }

    .nav__item {
        display: block;
        width: 100%;
        margin: 0;
    }
}

/*		Tablet Layout: 1024px.
-----------------------------------------------------------------
*/
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="submit"], input[type="password"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type='number'] {
        -moz-appearance: textfield;
    }

    h2 {
        font-size: 40px;
    }

    .single__item:nth-child(3n+1) {
        clear: both;
    }

    .has__two--column .single__item:nth-child(3n+1) {
        clear: none;
    }

    .phone-graphics {
        width: 600px;
        height: 600px;
    }

    .main__logo {
        width: 150px;
        margin: 10px 0;
    }

    .nav--wrap {
        padding-left: 15px;
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
    }

    .nav__item {
        margin: 0;
    }

    .nav__link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .hero-section:not(.hero-section--two) {
        height: -webkit-calc(100vh - 310px);
        height: -moz-calc(100vh - 310px);
        height: calc(100vh - 310px);
    }
}

@media (min-width: 1200px) {
    .share__content {
        width: 65%;
        float: left;
    }

    .social__icon_holder {
        width: 35%;
        float: left;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebarAds {
        width: 100%;
    }
}

.ads-absolute {
    position: fixed;
    left: 0;
    z-index: 2;
    top: auto;
    bottom: 0;
    height: 90px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ads-absolute .adsbygoogle {
    height: 90px;
    max-width: 1050px;
    margin: 0 auto;
    clear: both;
}

@media (min-width: 768px) {
    .ads-absolute {
        height: 189px;
    }

    .ads-absolute .adsbygoogle {
        height: 189px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .ads-absolute {
        height: 219px;
    }

    .ads-absolute .adsbygoogle {
        height: 219px;
    }
}

.hiddenads {
    opacity: 0;
    visibility: hidden;
}

.ads-container {
    max-width: 1490px !important;
    padding: 0 200px;
    position: relative;
}

.ads-container .adsbygoogle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 190px !important;
    height: 498px;
    min-width: 180px !important;
}

.ads-container .ads:nth-child(2) .adsbygoogle {
    left: auto;
    right: 10px;
}

.bordered-title {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.bordered-title:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    content: '';
}

.bordered-title__content {
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}

.bordered-title__content--article-post {
    background-color: #f6fcfe;
}

@media (min-width: 768px) {
    .bordered-title {
        margin-bottom: 30px;
    }
}

.article {
    padding: 50px 0;
    background-color: #f5f6f7;
}

@media (max-width: 767.9px) {
    .article {
        padding-top: 25px;
    }
}

.article__heading {
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.article__heading a {
    color: #000;
}

.article__figure {
    position: relative;
    /*    padding: 5px;*/
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
}

.article__figure_img {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.article__figure_caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.article__figure_caption h1 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

@media (min-width: 768px) {
    .article__figure_caption h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

.article__sidebar {
    margin-top: 30px;
    margin-bottom: -15px;
}

.article__sidebar_item {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 1025px) {
    .article__sidebar {
        margin-top: 0;
        margin-bottom: -5px;
    }

    .article__sidebar_item {
        margin-bottom: 5px;
    }
}

.article__sidebar_img {
    float: left;
    width: 120px;
}

.article__sidebar_img img {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.article__sidebar_content {
    float: left;
    padding: 5px 5px 5px 10px;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
}

.article__sidebar_subtitle {
    font-size: 12px;
    line-height: 14px;
    color: #9c9c9c;
}

.article__sidebar_title {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    max-height: 54px;
    overflow: hidden;
}

.post {
    padding: 50px 0;
}

.post__row {
    margin-bottom: -30px;
}

.post__item {
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.post__content {
    position: relative;
    padding: 15px 15px 20px;
}

.post__subtitle {
    position: absolute;
    top: -27px;
    left: -2px;
    right: -2px;
    z-index: 2;
    padding: 5px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.article-post {
    padding: 50px 0;
    background-color: #f6fcfe;
}

.article-post a {
    color: inherit;
}

.article-post a:visited {
    color: inherit;
}

.article-post__row {
    margin-bottom: -20px;
}

.article-post__item {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.article-post__item:hover h5 {
    color: #0f77ff;
}

.article-post__img {
    width: 100%;
    margin-bottom: 15px;
}

.article-post__img img {
    width: 100%;
}

.article-post__content {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .article-post__content {
        border: 1px solid #ddd;
    }
}

.article-post__subtitle {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #9c9c9c;
}

.article-post__subtitle a {
    font-weight: 600;
}

.article-post__heading {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    max-height: 40px;
    overflow: hidden;
}

.article__sidebar_item {
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.article-post__heading a {
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.article-post__heading a:hover {
    color: #0F77FF;
}

.article-post__desc {
    max-height: 60px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .article-post__img {
        margin-bottom: 0;
        width: 200px;
    }

    .article-post__content {
        float: left;
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}

.blue:hover, .blue:active, .blue:visited {
    color: #0f77ff !important;
}

.article-post__btn {
    margin-top: 50px;
    text-align: center;
}

.btn {
    display: inline-block;
    width: 250px;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    color: #0f77ff !important;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #0f77ff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.btn:hover {
    background-color: #0f77ff;
    color: #fff !important;
}

.suggest {
    padding: 50px 0;
}

.suggest__row {
    margin-bottom: -15px;
}

.suggest__item {
    margin-bottom: 15px;
    padding: 15px 10px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
}

.suggest__icon {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.suggest__heading {
    color: #000;
}

.suggest__heading:visited {
    color: #000;
}

.newsletter {
    position: relative;
    z-index: 2;
    padding: 50px 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.newsletter:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    content: '';
}

.newsletter__content {
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
}

.newsletter__content a {
    color: #fff;
}

.newsletter__content a:hover {
    color: #e89200;
}

.form__input-group {
    position: relative;
    width: 100%;
    font-size: 12px;
}

.form__input {
    padding: 0 110px 0 15px !important;
    width: 100%;
    height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    border: 0 !important;
}

.form__submit {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    padding: 0 10px !important;
    width: 100px;
    line-height: 38px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #0f77ff !important;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 0;
}

@media (min-width: 768px) {
    .form__input-group {
        font-size: 14px;
    }

    .form__input {
        padding: 0 150px 0 15px !important;
    }

    .form__submit {
        width: 140px;
    }
}

.article-category {
    padding: 50px 0;
}

.article-category__row {
    margin-bottom: -30px;
}

.article-category__item {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
}

.article-category__img {
    position: relative;
    max-height: 197px;
    overflow: hidden;
}

.article-category__span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.article-category__span a {
    color: #fff;
}

.article-category__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.article-category__item_row {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.article-category__item_row:last-child {
    border-bottom: 0;
}

.article-category__item_row:nth-child(1) h5 {
    padding-left: 0;
}

.article-category__item_row:nth-child(1) h5:after {
    display: none;
}

.article-category__item_row:nth-child(2) h5:after {
    background-color: #000;
}

.article-category__item_row:nth-child(3) h5:after {
    background-color: #5200ee;
}

.article-category__item_row:nth-child(4) h5:after {
    background-color: blue;
}

.article-category__heading {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
}

.article-category__heading:after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #ddd;
    content: '';
}

.article-category__heading a {
    color: #000;
}

.article-category__content p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
}

.disclaimer {
    /* padding: 5px 0; */
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0px !important;
    /* text-align: center; */
}

@media (min-width: 768px) {
    .blog-article__content p.disclaimer {
        font-size: 13px;
        line-height: 20px;
    }
}

.bg-gray {
    background-color: #f9f9f9;
}

.bg-gray .bordered-title__content {
    background-color: #f9f9f9;
}

/* secondary nav*/
.secondary-nav {
    text-align: center;
    /*background-color: #f5f6f7;*/;
}

.secondary-nav + .article {
    padding-top: 25px;
}

.breadcrumb + .article {
    padding-top: 25px;
}

.secondary-nav__list {
    font-size: 0;
    line-height: 0;
}

.secondary-nav li {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.secondary-nav a {
    position: relative;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #002452;
    font-weight: 500;
}

.secondary-nav a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #002452;
    content: '';
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.secondary-nav .current-menu-item a:after, .secondary-nav .current-menu-parent a:after, .secondary-nav .current-menu-item a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
}

.breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.breadcrumb a {
    color: #000;
    font-weight: 500;
}

.separator {
    padding-left: 5px;
    padding-right: 5px;
}

.separator + a {
    color: #0f77ff;
}

.breadcrumb span {
    padding-left: 2px;
    padding-right: 2px;
}

.breadcrumb span:first-child {
    padding-left: 0;
}

.blog-article-main {
    background-color: #f3f4f7;
    padding-bottom: 75px;
}

.blog-article__post {
    padding: 15px;
    background-color: white;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .blog-article__post {
        padding: 20px 25px 30px;
    }
}

.blog-article__content h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: black;
}

.blog-article__content h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: black;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600 !important;
}

.blog-article__author {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: -10px;
}

.blog-article__content img {
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-article__content p {
    font-family: 'lato', sans-serif;
    letter-spacing: .2px;
    margin-bottom: 20px;
}

.blog-article__content p + h2 {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .blog-article__content img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.blog-article__category {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.blog-article__category a {
    color: #002452;
}

@media (min-width: 768px) {
    .blog-article__content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .blog-article__content h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .blog-article__author,
    .blog-article__content p {
        font-size: 17px;
        line-height: 24px;
    }

    .blog-article__author {
        margin-top: 0;
    }
}

.blog-article__content h4 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
}

.blog-article__content h4 + p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .5px;
}

.blog-aritcle__sidebar h4 {
    font-family: 'lato', sans-serif;
    color: #002452;
    font-weight: 600;
}

.tags {
    margin-top: 25px;
}

.tag {
    display: inline-block;
}

.tag > a {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 12px;
    margin: 0 5px 5px 0;
    background-color: white;
    color: black;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tag a:hover, .tag a:visited {
    color: black;
}

.related__post {
    margin-top: 30px;
}

.related__post-list,
.sidebar_form,
.sidebar__newsletter {
    background-color: white;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.related__post-list {
    border: 1px solid #ddd;
    border-top: 0;
}

.related__post-list li {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 18px;
    border-top: 1px solid #ddd;
}

.related__post-list li:first-child {
    border-top: 0;
}

.related__post-list li a {
    color: black;
}

.sidebar_form {
    padding: 10px 15px 30px;
    border: 1px solid #ddd;
}

@media (max-width: 992px) {
    .sidebar_form {
        margin-top: 30px;
    }
}

@media (max-width: 767.9px) {
    .sidebar_form {
        margin-top: 30px;
        margin-left: -20px;
        margin-right: -20px;
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .sidebar__newsletter {
        margin-top: 30px;
        margin-left: -20px;
        margin-right: -20px;
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 0;
    }
}

.sidebar_input_wrap {
    position: relative;
}

.sidebar_input {
    width: 100%;
    background-color: #f3f4f7;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: 'lato', sans-serif;
    font-weight: 400;
}

.error input:not([type="submit"]) {
    border-color: red;
}

.sidebar_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #002452 !important;
}

.sidebar_input::-moz-placeholder {
    /* Firefox 19+ */
    color: #002452 !important;
}

.sidebar_input:-ms-input-placeholder {
    /* IE 10+ */
    color: #002452 !important;
}

.sidebar_input:-moz-placeholder {
    /* Firefox 18- */
    color: #002452 !important;
}

.error input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red !important;
}

.error input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: red !important;
}

.error input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: red !important;
}

.error input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: red !important;
}

.sidebar_submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #002452 !important;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 767.9px) {
    .sidebar_submit {
        font-size: 14px;
        padding: 12px !important;
        -webkit-border-radius: 0 25px 25px 0 !important;
        border-radius: 0 25px 25px 0 !important;
        width: 100px;
    }

    .sidebar_input {
        height: 47px;
        -webkit-border-radius: 25px !important;
        border-radius: 25px !important;
    }

    .generate-back-to-top {
        display: none !important;
    }

    .generate-back-to-top:visited {
        display: none !important;
    }
}

.sidebar__error {
    position: absolute;
    bottom: -25px;
    left: 0;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'lato', sans-serif;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    z-index: 1;
}

.sidebar__error:after {
    position: absolute;
    top: -3px;
    left: 5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: inherit;
    content: '';
    z-index: -1;
}

.sidebar__newsletter_wrap {
    margin-top: 30px;
}

.sidebar__newsletter {
    padding: 15px 15px 20px;
    border: 1px solid #ddd;
}

.sidebar__newsletter_input_row {
    position: relative;
    margin-top: 15px;
}

.sidebar__newsletter_input_row p {
    text-align: center;
    margin-top: 5px;
}

.sidebar__newsletter_input {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    width: 100%;
    color: #222 !important;
    font-family: 'lato',
    sans-serif;
    font-weight: 500;
}

.sidebar__newsletter_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222 !important;
}

.sidebar__newsletter_input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222 !important;
}

.sidebar__newsletter_input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222 !important;
}

.sidebar__newsletter_input:-moz-placeholder {
    /* Firefox 18- */
    color: #222 !important;
}

.sidebar__newsletter_input_submit,
.share_post_title {
    font-family: 'lato', sans-serif;
    font-weight: 600;
}

.category-post h4,
.category-post h5 {
    font-family: 'lato', sans-serif;
    font-weight: 600;
}

.category-post__name {
    font-family: 'lato', sans-serif;
    font-weight: 600;
}

.sidebar__newsletter_input_submit {
    width: 100%;
    background-color: #002452 !important;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}

.comments input {
    width: 100%;
    margin-bottom: 15px;
}

.share_post {
    padding: 10px 15px;
    background-color: #f3f4f7;
    margin-bottom: 30px;
}

.share_post_title {
    color: #222;
}

@media (max-width: 767.9px) {
    .share_post_title {
        font-size: 16px;
    }
}

.share_post_list li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.share_post_list li a {
    color: #002452;
}

.comment-reply-title {
    font-size: 24px;
    line-height: 30px;
}

.comment-msg {
    min-height: 200px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number] {
    width: 100%;
}

textarea,
select,
.comment-form-comment,
.form-submit {
    width: 100%;
}

.comment-respond form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.comment-form-comment {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

#url {
    display: none !important;
}

.form-submit {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

#submit {
    background: -moz-linear-gradient(to bottom, #002452 5%, #262e38 100%);
    background: -webkit-linear-gradient(to bottom, #002452 5%, #262e38 100%);
    background: -o-linear-gradient(to bottom, #002452 5%, #262e38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #002452), to(#262e38));
    background: -webkit-linear-gradient(top, #002452 5%, #262e38 100%);
    background: -moz-linear-gradient(top, #002452 5%, #262e38 100%);
    background: -o-linear-gradient(top, #002452 5%, #262e38 100%);
    background: linear-gradient(to bottom, #002452 5%, #262e38 100%);
    background-color: #44c767;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #002452;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}


.category-post {
    padding-top: 50px;
}

.category-post__row {
    margin-bottom: -30px;
}

.category-post__item {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}

.category-post__content {
    padding: 5px 10px 15px;
}

.category-post__name {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .5px;
}

.category-post h5 {
    font-size: 18px;
    line-height: 24px;
}

.category-post h5 a {
    color: #222;
}

.counter-twitter,
.counter-fb-like {
    display: inline-block;
}

.fb_iframe_widget {
    float: left;
}

.name__collect_error {
    position: relative !important;
    bottom: -5px;
}

.comment {
    border-bottom: 1px solid #ddd;
}

.comment .comment-content {
    padding-bottom: 0;
}

.comment-content {
    border: 0;
}

.comment-meta .avatar {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.comment-metadata {
    font-style: italic;
}

.comment-metadata a {
    color: #999999;
}

.comment-content {
    padding-left: 62px;
}

.reply {
    font-size: 14px;
    color: #999999;
    display: inline-block;
}

.reply a {
    color: #999;
}

.reply:before {
    content: "\f112";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #999999;
    font-size: 12px;
}

.depth-1.parent > .children {
    border: 0;
}

.children .comment:first-child {
    border-bottom: 0;
}

.comment .children {
    border-left: 0;
}

footer.entry-meta {
    display: none;
}

article.post {
    padding: 0 !important;
}

.secondary-navigation {
    display: none;
}

.blog__ads_desktop {
    height: 120px;
    width: 690px;
}

@media (min-width: 768px) {
    ins.adsbygoogle.blog-ads {
        min-width: 100%;
    }
}

@media (min-width: 991px) {
    ins.adsbygoogle.blog-ads {
        min-width: 560px;
    }
}

@media (min-width: 1200px) {
    ins.adsbygoogle.blog-ads {
        min-width: 680px;
    }

    ins.adsbygoogle.slot__sidebar {
        min-width: 350px;
        height: 250px;
    }
}

.sticky-ads {
    will-change: min-height;
    /* margin-top: 30px; */;
}

.inner-wrapper-sticky {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform; }

@media (max-width: 767.9px) {
    .blog-article__post {
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px; } }

textarea#comment {
    height: 150px; }

.comment-reply-title small {
    /* float: right; */
    display: inline-block; }

/* author */
.author__post {
    margin-bottom: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.6); }
.author__post:last-child {
    margin-bottom: 0; }

.author__feature, .author__feature img {
    width: 100%; }

.author__title {
    font-size: 26px;
    line-height: 32px;
    max-height: 64px;
    overflow: hidden; }
.author__title a {
    color: #333; }

.author__content {
    padding: 14px; }

.author__category {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700; }

.author__info {
    margin-bottom: 15px;
    font-size: 12px; }
.author__info li {
    display: inline-block;
    margin-right: 10px; }

.author__read_more {
    margin-top: 5px;
    color: #0f77ff !important; }

.author__desc {
    max-height: 75px;
    overflow: hidden; }


/* contact */
.contact{
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact__title{
    margin-top: 20px;
    font-family: 'lato', Sans-Serif;
    font-weight: 700;
}

.contact__icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 5px 10px #d4d4d4;
    margin: 0 auto;
    clear: both;
}

.contact__content a{
    color: #0F77FF;
    font-weight: 500;
}

@media screen and (min-width: 768px){
    .contact{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}


/* agree */
.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0, .95);
    opacity: 0;
    visibility: hidden;
}

.popup--show{
    opacity: 1;
    visibility: visible;
}

.popup__table{
    padding: 15px;
    display: table;
    width: 100%;
    height: 100%;
}

.popup__tablecell{
    display: table-cell;
    vertical-align: middle;
}


.popup__content{
    padding: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 3px;
}

.btn-agree{
    margin-top: 10px;
    padding: 2px 10px;
    border-radius: 2px;

}

.btn-agree, .btn-agree:hover{
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    color: black;
}

/* vin */
.vin-form .input:after{
    display: none;
}
.input-vin,
.input--vin{
    padding-left: 20px !important;
    text-transform: uppercase;
}


/* related link */


.related-link{
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f5f6f7;
}

.related-link__container{
    max-width: 960px !important;
}

.related-link__item{
    position: relative;
    padding: 15px 7px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.6);
}

.related-link__item img{
    display: inline-block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}
.related-link__item strong{
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #0f77ff;
}

.hero-section--name{
    min-height: 100%;
    height: auto;
}

.name-form-wrap{
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.section--title h1{
    text-transform: inherit;
}

@media screen and (min-width: 992px){
    .hero-section--name{
        min-height: 370px;
        height: calc(100vh - 400px) !important;
    }

    .section-title h2{ font-size: 35px;}

}

@media screen and ( max-width: 320px){
    .hero-section--name{
        min-height: 350px;
        height: calc(100vh - 417px) !important;
    }
}

.abs-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}


.sticky-form {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    z-index: 99999;
    background-color: #002452;
    opacity: 0;
    visibility: hidden;
}

.sticky-form--active {
    transition: all .3s ease;
}


.sticky-form .input::after{
    top: 17px;
    bottom: 15px;
}

.sticky-form--show .sticky-form {
    opacity: 1;
    visibility: visible;
}

.sticky-form .container{
    max-width: 960px !important;
}

.sticky-form input,
.sticky-form [type="submit"] {
    height: 56px !important;
}

@media screen and (max-width: 992px){
    .sticky-form {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sticky-form .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .sticky-form .input-col{
        position: relative;
        width: 50%;
        margin: 0 !important;
    }

    .sticky-form .input-col:nth-child(1)::after,
    .sticky-form button[type="submit"]::after {
        position: absolute;
        top: 5px;
        bottom: 5px;
        width: 1px;
        background-color: #ddd;
        content: '';
        z-index: 1;
    }

    .haserror .input-col:nth-child(1)::after,
    .sticky-form .error button[type="submit"]::after {
        display: none;
    }


    .sticky-form button[type="submit"]::after {
        left: 0;
    }

    .sticky-form .input{
        position: relative;
        background: #fff;
        padding-right: 40px;
        border-radius: 3px;
        overflow: hidden;
    }

    .sticky-form .form-control {
        height: 50px !important;
        font-size: 14px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        border-width: 1px !important;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    /* .sticky-form .form-control:not(.lock--icon){
        padding: 0 10px !important;
    } */

    .sticky-form .form-control{
        padding-right: 0 !important;
    }

    .sticky-form .submit__button{
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        background-color: transparent !important;
        border-radius: 0;
        color: #0F77FF;
        width: 40px;
        height: 50px !important;
    }

    .sticky-form .input::after {
        top: 13px;
    }

    .sticky-form [type="submit"] {
        background: #fff;
    }

}

.sticky-name .error .form-control{
    border-color: red !important;
}

.error.form-control{
    border-color: red !important;
}

.sticky-vin .input::after {
    display: none;
}

.sticky-form__label {
    font-size: 14px;
    color: #fff;
}

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

.article-post__btn .load-more {
  display: inline-block;
}

.bcm-category {
    text-transform: capitalize;
}

.rel-post {
    min-height: 8vw;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .secure-reminder.posrel {
        position: relative;
    }
}

/* Pagination Button */
.pagination a, .pagination span {
    padding: 7px 15px;
    border: 1px solid #eee;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ffffff;
    display: inline-block;
    font-weight: 500;
}

.pagination a.square {
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    min-width: 2.6em;
}

.pagination a.selected {
    background-color: #0f77ff;
    border-radius: 22%;
    color: #fff;
}

.pagination span {
    color: #b4b7bbd4
}

.pagination a:hover {
    /* background-color: #f1f1f1; */
    /* color: #333; */
    color: #0f77ff;
}

.pagination a.selected:hover {
    /* background-color: #f1f1f1; */
    /* color: #333; */
    color: #fff;
}

.pagination {
    text-align: center;
}

@media (max-width: 767.98px) {
    .pagination a, .pagination span {
        padding: 6px 10px;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 12px;
    }
    .pagination a.square {
        margin-right: 0;
    }
}

.site-info a:hover {
    color: #e89200 !important;
}

.footer-bar .widget_nav_menu .current-menu-item a {
    color: #e89200 !important;
}

.home-link:hover {
    color: #e89200;
    text-decoration: underline;
}

.submit__button--family {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 350px;
}

.submit__button--family:hover {
    background-color: #0c5eca !important;
}

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


@media only screen and (max-width: 767px) {
    .hero-form input.submit__button--family {
        width: 300px;
        margin-top: 0;
    }
    .hero-form label.white--color {
        margin-bottom: 10px;
    }
}

/* ---------------------------------------------------------- */
/* responsive menu */

.responsive-nav-bar {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border-color: transparent;
	border: 0;
	position: relative;
	display: none;
}

.nav-bar {
	width: 20px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-bar:after,
.nav-bar:before {
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: '';
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-bar:before {
	top: -6px;
}

.nav-bar:after {
	top: 6px;
}

.navOpen .nav-bar {
	background-color: transparent;
}

.navOpen .nav-bar:before,
.navOpen .nav-bar:after {
	top: 0;
}

.navOpen .nav-bar:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	     transform: rotate(45deg);
}

.navOpen .nav-bar:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	     transform: rotate(-45deg);
}

.desktop {
	display: block;
}

.mobi {
	display: none;
}


/* End Global style */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 10px 0;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.header.sticky {
	background-color: black;
}

.main-logo {
	float: left;
}

.main-logo a,
.main-logo a img {
	width: 160px;
}

.header:not(.sticky) .static-logo,
.header.sticky .sticky-logo{
	display: none;
}

.header.sticky .static-logo{
	display: block;
}


.main-navigation {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
}

.nav-item {
	display: inline-block;
	margin: 0 10px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item a {
	color: #fff;
	padding: 5px 0;
}

.nav-item:hover a {
	color: #FE0368;
}

header.header {
	background-color: #002452;
    line-height: 20px;
    position: relative;
}
header.header.sticky {
    position: fixed;
    background-color: #002452;
}

@media (max-width: 991px) {
	.logo-wrap {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.responsive-nav-bar {
		display: block;
		right: 0;
	}
	.js-shutter {
		display: none;
	}
	.main-navigation {
		width: 100%;
	}
	.main-navigation>div {
		display: block !important;
		padding: 50px 0 0;
	}
	.nav-item {
		display: block;
		text-align: center;
	}
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

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

.v-align-ab {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

footer.bg-dark-blue a:hover, .main-nav .nav-item a:hover {
	color: #e89200 !important;
}

.main-navigation li {
    float: unset !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-item a {
		padding: 10px;
	}
}

header button:hover {
    background-color: none !important;
}