@charset "UTF-8";
/*
Theme Name: Vanta Black
Theme URI: https://www.vanta-global.com/
Author: Ameer Hamza
Author URI: https://www.devhamza.com/
Description: VANTA Theme - A sleek, modern, and highly customizable WordPress theme designed for businesses and creatives. It features a clean design, fast performance, and full compatibility with popular plugins.
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vanta

Use this theme to create something amazing, enjoy the process, and share your knowledge with the community.
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::after,
.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

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

    :root {
        --container: 540px;
    }
}

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

    :root {
        --container: 720px;
    }

}

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

    :root {
        --container: 960px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }

    :root {
        --container: 1170px;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1270px;
        max-width: 100%;
    }

    :root {
        --container: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1650px;
        max-width: 100%;
    }

    :root {
        --container: 1320px;
    }
}

/* Define a variable for the container width */
.offset-custom-left {
    /* Adjust the left margin for the left column to start its content from a desired position (considering a 12-column grid) */
    margin-left: calc((30px + 100vw - var(--container)) / 2) !important;
    /* Control the maximum width of the left column content */
}

.offset-custom-right {
    /* Adjust the left margin for the left column to start its content from a desired position (considering a 12-column grid) */
    padding-right: calc((-10px + 100vw - var(--container)) / 2) !important;
    /* Control the maximum width of the left column content */
}

.container-fluid {
    width: 100%;
    max-width: 90vw;
}

.container-fluid.\--full {
    max-width: 100%;
}

.container-fluid.\--full .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.row:not(.d-flex, .spacing) {
    margin-right: -15px;
    margin-left: -15px;
}

.row:not(.d-flex, .spacing)::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .row:not(.d-flex, .spacing) {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.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-md,
.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-lg,
.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-xl,
.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 {
    position: relative;
    min-height: 1px;
    /*     width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {

    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .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-md,
    .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-lg,
    .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-xl,
    .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-xs-1 {
    float: left;
    width: 8.333333%;
}

.col-xs-2 {
    float: left;
    width: 16.666667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.333333%;
}

.col-xs-5 {
    float: left;
    width: 41.666667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.333333%;
}

.col-xs-8 {
    float: left;
    width: 66.666667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.333333%;
}

.col-xs-11 {
    float: left;
    width: 91.666667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.333333%;
}

.pull-xs-2 {
    right: 16.666667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.333333%;
}

.pull-xs-5 {
    right: 41.666667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.333333%;
}

.pull-xs-8 {
    right: 66.666667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.333333%;
}

.pull-xs-11 {
    right: 91.666667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.333333%;
}

.push-xs-2 {
    left: 16.666667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.333333%;
}

.push-xs-5 {
    left: 41.666667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.333333%;
}

.push-xs-8 {
    left: 66.666667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.333333%;
}

.push-xs-11 {
    left: 91.666667%;
}

.push-xs-12 {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm-1 {
        float: left;
        width: 8.333333%;
    }

    .col-sm-2 {
        float: left;
        width: 16.666667%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }

    .col-sm-4 {
        float: left;
        width: 33.333333%;
    }

    .col-sm-5 {
        float: left;
        width: 41.666667%;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-7 {
        float: left;
        width: 58.333333%;
    }

    .col-sm-8 {
        float: left;
        width: 66.666667%;
    }

    .col-sm-9 {
        float: left;
        width: 75%;
    }

    .col-sm-10 {
        float: left;
        width: 83.333333%;
    }

    .col-sm-11 {
        float: left;
        width: 91.666667%;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.333333%;
    }

    .pull-sm-2 {
        right: 16.666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.333333%;
    }

    .pull-sm-5 {
        right: 41.666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.333333%;
    }

    .pull-sm-8 {
        right: 66.666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.333333%;
    }

    .pull-sm-11 {
        right: 91.666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.333333%;
    }

    .push-sm-2 {
        left: 16.666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.333333%;
    }

    .push-sm-5 {
        left: 41.666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.333333%;
    }

    .push-sm-8 {
        left: 66.666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.333333%;
    }

    .push-sm-11 {
        left: 91.666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.333333%;
    }

    .col-md-2 {
        float: left;
        width: 16.666667%;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-4 {
        float: left;
        width: 33.333333%;
    }

    .col-md-5 {
        float: left;
        width: 41.666667%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-7 {
        float: left;
        width: 58.333333%;
    }

    .col-md-8 {
        float: left;
        width: 66.666667%;
    }

    .col-md-9 {
        float: left;
        width: 75%;
    }

    .col-md-10 {
        float: left;
        width: 83.333333%;
    }

    .col-md-11 {
        float: left;
        width: 91.666667%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.333333%;
    }

    .pull-md-2 {
        right: 16.666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.333333%;
    }

    .pull-md-5 {
        right: 41.666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.333333%;
    }

    .pull-md-8 {
        right: 66.666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.333333%;
    }

    .pull-md-11 {
        right: 91.666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.333333%;
    }

    .push-md-2 {
        left: 16.666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.333333%;
    }

    .push-md-5 {
        left: 41.666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.333333%;
    }

    .push-md-8 {
        left: 66.666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.333333%;
    }

    .push-md-11 {
        left: 91.666667%;
    }

    .push-md-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.333333%;
    }

    .col-lg-2 {
        float: left;
        width: 16.666667%;
    }

    .col-lg-3 {
        float: left;
        width: 25%;
    }

    .col-lg-4 {
        float: left;
        width: 33.333333%;
    }

    .col-lg-5 {
        float: left;
        width: 41.666667%;
    }

    .col-lg-6 {
        float: left;
        width: 50%;
    }

    .col-lg-7 {
        float: left;
        width: 58.333333%;
    }

    .col-lg-8 {
        float: left;
        width: 66.666667%;
    }

    .col-lg-9 {
        float: left;
        width: 75%;
    }

    .col-lg-10 {
        float: left;
        width: 83.333333%;
    }

    .col-lg-11 {
        float: left;
        width: 91.666667%;
    }

    .col-lg-12 {
        float: left;
        width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.333333%;
    }

    .pull-lg-2 {
        right: 16.666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.333333%;
    }

    .pull-lg-5 {
        right: 41.666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.333333%;
    }

    .pull-lg-8 {
        right: 66.666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.333333%;
    }

    .pull-lg-11 {
        right: 91.666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.333333%;
    }

    .push-lg-2 {
        left: 16.666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.333333%;
    }

    .push-lg-5 {
        left: 41.666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.333333%;
    }

    .push-lg-8 {
        left: 66.666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.333333%;
    }

    .push-lg-11 {
        left: 91.666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.333333%;
    }

    .col-xl-2 {
        float: left;
        width: 16.666667%;
    }

    .col-xl-3 {
        float: left;
        width: 25%;
    }

    .col-xl-4 {
        float: left;
        width: 33.333333%;
    }

    .col-xl-5 {
        float: left;
        width: 41.666667%;
    }

    .col-xl-6 {
        float: left;
        width: 50%;
    }

    .col-xl-7 {
        float: left;
        width: 58.333333%;
    }

    .col-xl-8 {
        float: left;
        width: 66.666667%;
    }

    .col-xl-9 {
        float: left;
        width: 75%;
    }

    .col-xl-10 {
        float: left;
        width: 83.333333%;
    }

    .col-xl-11 {
        float: left;
        width: 91.666667%;
    }

    .col-xl-12 {
        float: left;
        width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.333333%;
    }

    .pull-xl-2 {
        right: 16.666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.333333%;
    }

    .pull-xl-5 {
        right: 41.666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.333333%;
    }

    .pull-xl-8 {
        right: 66.666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.333333%;
    }

    .pull-xl-11 {
        right: 91.666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.333333%;
    }

    .push-xl-2 {
        left: 16.666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.333333%;
    }

    .push-xl-5 {
        left: 41.666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.333333%;
    }

    .push-xl-8 {
        left: 66.666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.333333%;
    }

    .push-xl-11 {
        left: 91.666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.float-xs-left {
    float: left !important;
}

.float-xs-right {
    float: right !important;
}

.float-xs-none {
    float: none !important;
}

@media (min-width: 480px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .hidden-xl {
        display: none;
    }

    .visible-xl {
        display: block;
    }
}

hr {
    margin: 5px auto;
}

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

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

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

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

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

@media (max-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

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

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

@media (max-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .mobile-hide {
        display: none;
    }

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

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

@media (max-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

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

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

@media (max-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

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

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

.hidden-xs-up,
.hidden-xl-down {
    display: none !important;
}

@media (max-width: 576px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 577px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.ml-100 {
    margin-left: 100%;
}

.ml-99 {
    margin-left: 99%;
}

.ml-98 {
    margin-left: 98%;
}

.ml-97 {
    margin-left: 97%;
}

.ml-96 {
    margin-left: 96%;
}

.ml-95 {
    margin-left: 95%;
}

.ml-94 {
    margin-left: 94%;
}

.ml-93 {
    margin-left: 93%;
}

.ml-92 {
    margin-left: 92%;
}

.ml-91 {
    margin-left: 91%;
}

.ml-90 {
    margin-left: 90%;
}

.ml-89 {
    margin-left: 89%;
}

.ml-88 {
    margin-left: 88%;
}

.ml-87 {
    margin-left: 87%;
}

.ml-86 {
    margin-left: 86%;
}

.ml-85 {
    margin-left: 85%;
}

.ml-84 {
    margin-left: 84%;
}

.ml-83 {
    margin-left: 83%;
}

.ml-82 {
    margin-left: 82%;
}

.ml-81 {
    margin-left: 81%;
}

.ml-80 {
    margin-left: 80%;
}

.ml-79 {
    margin-left: 79%;
}

.ml-78 {
    margin-left: 78%;
}

.ml-77 {
    margin-left: 77%;
}

.ml-76 {
    margin-left: 76%;
}

.ml-75 {
    margin-left: 75%;
}

.ml-74 {
    margin-left: 74%;
}

.ml-73 {
    margin-left: 73%;
}

.ml-72 {
    margin-left: 72%;
}

.ml-71 {
    margin-left: 71%;
}

.ml-70 {
    margin-left: 70%;
}

.ml-69 {
    margin-left: 69%;
}

.ml-68 {
    margin-left: 68%;
}

.ml-67 {
    margin-left: 67%;
}

.ml-66 {
    margin-left: 66%;
}

.ml-65 {
    margin-left: 65%;
}

.ml-64 {
    margin-left: 64%;
}

.ml-63 {
    margin-left: 63%;
}

.ml-62 {
    margin-left: 62%;
}

.ml-61 {
    margin-left: 61%;
}

.ml-60 {
    margin-left: 60%;
}

.ml-59 {
    margin-left: 59%;
}

.ml-58 {
    margin-left: 58%;
}

.ml-57 {
    margin-left: 57%;
}

.ml-56 {
    margin-left: 56%;
}

.ml-55 {
    margin-left: 55%;
}

.ml-54 {
    margin-left: 54%;
}

.ml-53 {
    margin-left: 53%;
}

.ml-52 {
    margin-left: 52%;
}

.ml-51 {
    margin-left: 51%;
}

.ml-50 {
    margin-left: 50%;
}

.ml-49 {
    margin-left: 49%;
}

.ml-48 {
    margin-left: 48%;
}

.ml-47 {
    margin-left: 47%;
}

.ml-46 {
    margin-left: 46%;
}

.ml-45 {
    margin-left: 45%;
}

.ml-44 {
    margin-left: 44%;
}

.ml-43 {
    margin-left: 43%;
}

.ml-42 {
    margin-left: 42%;
}

.ml-41 {
    margin-left: 41%;
}

.ml-40 {
    margin-left: 40%;
}

.ml-39 {
    margin-left: 39%;
}

.ml-38 {
    margin-left: 38%;
}

.ml-37 {
    margin-left: 37%;
}

.ml-36 {
    margin-left: 36%;
}

.ml-35 {
    margin-left: 35%;
}

.ml-34 {
    margin-left: 34%;
}

.ml-33 {
    margin-left: 33%;
}

.ml-32 {
    margin-left: 32%;
}

.ml-31 {
    margin-left: 31%;
}

.ml-30 {
    margin-left: 30%;
}

.ml-29 {
    margin-left: 29%;
}

.ml-28 {
    margin-left: 28%;
}

.ml-27 {
    margin-left: 27%;
}

.ml-26 {
    margin-left: 26%;
}

.ml-25 {
    margin-left: 25%;
}

.ml-24 {
    margin-left: 24%;
}

.ml-23 {
    margin-left: 23%;
}

.ml-22 {
    margin-left: 22%;
}

.ml-21 {
    margin-left: 21%;
}

.ml-20 {
    margin-left: 20%;
}

.ml-19 {
    margin-left: 19%;
}

.ml-18 {
    margin-left: 18%;
}

.ml-17 {
    margin-left: 17%;
}

.ml-16 {
    margin-left: 16%;
}

.ml-15 {
    margin-left: 15%;
}

.ml-14 {
    margin-left: 14%;
}

.ml-13 {
    margin-left: 13%;
}

.ml-12 {
    margin-left: 12%;
}

.ml-11 {
    margin-left: 11%;
}

.ml-10 {
    margin-left: 10%;
}

.ml-9 {
    margin-left: 9%;
}

.ml-8 {
    margin-left: 8%;
}

.ml-7 {
    margin-left: 7%;
}

.ml-6 {
    margin-left: 6%;
}

.ml-5 {
    margin-left: 5%;
}

.ml-4 {
    margin-left: 4%;
}

.ml-3 {
    margin-left: 3%;
}

.ml-2 {
    margin-left: 2%;
}

.ml-1 {
    margin-left: 1%;
}

.mr-100 {
    margin-right: 100%;
}

.mr-99 {
    margin-right: 99%;
}

.mr-98 {
    margin-right: 98%;
}

.mr-97 {
    margin-right: 97%;
}

.mr-96 {
    margin-right: 96%;
}

.mr-95 {
    margin-right: 95%;
}

.mr-94 {
    margin-right: 94%;
}

.mr-93 {
    margin-right: 93%;
}

.mr-92 {
    margin-right: 92%;
}

.mr-91 {
    margin-right: 91%;
}

.mr-90 {
    margin-right: 90%;
}

.mr-89 {
    margin-right: 89%;
}

.mr-88 {
    margin-right: 88%;
}

.mr-87 {
    margin-right: 87%;
}

.mr-86 {
    margin-right: 86%;
}

.mr-85 {
    margin-right: 85%;
}

.mr-84 {
    margin-right: 84%;
}

.mr-83 {
    margin-right: 83%;
}

.mr-82 {
    margin-right: 82%;
}

.mr-81 {
    margin-right: 81%;
}

.mr-80 {
    margin-right: 80%;
}

.mr-79 {
    margin-right: 79%;
}

.mr-78 {
    margin-right: 78%;
}

.mr-77 {
    margin-right: 77%;
}

.mr-76 {
    margin-right: 76%;
}

.mr-75 {
    margin-right: 75%;
}

.mr-74 {
    margin-right: 74%;
}

.mr-73 {
    margin-right: 73%;
}

.mr-72 {
    margin-right: 72%;
}

.mr-71 {
    margin-right: 71%;
}

.mr-70 {
    margin-right: 70%;
}

.mr-69 {
    margin-right: 69%;
}

.mr-68 {
    margin-right: 68%;
}

.mr-67 {
    margin-right: 67%;
}

.mr-66 {
    margin-right: 66%;
}

.mr-65 {
    margin-right: 65%;
}

.mr-64 {
    margin-right: 64%;
}

.mr-63 {
    margin-right: 63%;
}

.mr-62 {
    margin-right: 62%;
}

.mr-61 {
    margin-right: 61%;
}

.mr-60 {
    margin-right: 60%;
}

.mr-59 {
    margin-right: 59%;
}

.mr-58 {
    margin-right: 58%;
}

.mr-57 {
    margin-right: 57%;
}

.mr-56 {
    margin-right: 56%;
}

.mr-55 {
    margin-right: 55%;
}

.mr-54 {
    margin-right: 54%;
}

.mr-53 {
    margin-right: 53%;
}

.mr-52 {
    margin-right: 52%;
}

.mr-51 {
    margin-right: 51%;
}

.mr-50 {
    margin-right: 50%;
}

.mr-49 {
    margin-right: 49%;
}

.mr-48 {
    margin-right: 48%;
}

.mr-47 {
    margin-right: 47%;
}

.mr-46 {
    margin-right: 46%;
}

.mr-45 {
    margin-right: 45%;
}

.mr-44 {
    margin-right: 44%;
}

.mr-43 {
    margin-right: 43%;
}

.mr-42 {
    margin-right: 42%;
}

.mr-41 {
    margin-right: 41%;
}

.mr-40 {
    margin-right: 40%;
}

.mr-39 {
    margin-right: 39%;
}

.mr-38 {
    margin-right: 38%;
}

.mr-37 {
    margin-right: 37%;
}

.mr-36 {
    margin-right: 36%;
}

.mr-35 {
    margin-right: 35%;
}

.mr-34 {
    margin-right: 34%;
}

.mr-33 {
    margin-right: 33%;
}

.mr-32 {
    margin-right: 32%;
}

.mr-31 {
    margin-right: 31%;
}

.mr-30 {
    margin-right: 30%;
}

.mr-29 {
    margin-right: 29%;
}

.mr-28 {
    margin-right: 28%;
}

.mr-27 {
    margin-right: 27%;
}

.mr-26 {
    margin-right: 26%;
}

.mr-25 {
    margin-right: 25%;
}

.mr-24 {
    margin-right: 24%;
}

.mr-23 {
    margin-right: 23%;
}

.mr-22 {
    margin-right: 22%;
}

.mr-21 {
    margin-right: 21%;
}

.mr-20 {
    margin-right: 20%;
}

.mr-19 {
    margin-right: 19%;
}

.mr-18 {
    margin-right: 18%;
}

.mr-17 {
    margin-right: 17%;
}

.mr-16 {
    margin-right: 16%;
}

.mr-15 {
    margin-right: 15%;
}

.mr-14 {
    margin-right: 14%;
}

.mr-13 {
    margin-right: 13%;
}

.mr-12 {
    margin-right: 12%;
}

.mr-11 {
    margin-right: 11%;
}

.mr-10 {
    margin-right: 10%;
}

.mr-9 {
    margin-right: 9%;
}

.mr-8 {
    margin-right: 8%;
}

.mr-7 {
    margin-right: 7%;
}

.mr-6 {
    margin-right: 6%;
}

.mr-5 {
    margin-right: 5%;
}

.mr-4 {
    margin-right: 4%;
}

.mr-3 {
    margin-right: 3%;
}

.mr-2 {
    margin-right: 2%;
}

.mr-1 {
    margin-right: 1%;
}

.pr-100 {
    padding-right: 100%;
}

.pr-99 {
    padding-right: 99%;
}

.pr-98 {
    padding-right: 98%;
}

.pr-97 {
    padding-right: 97%;
}

.pr-96 {
    padding-right: 96%;
}

.pr-95 {
    padding-right: 95%;
}

.pr-94 {
    padding-right: 94%;
}

.pr-93 {
    padding-right: 93%;
}

.pr-92 {
    padding-right: 92%;
}

.pr-91 {
    padding-right: 91%;
}

.pr-90 {
    padding-right: 90%;
}

.pr-89 {
    padding-right: 89%;
}

.pr-88 {
    padding-right: 88%;
}

.pr-87 {
    padding-right: 87%;
}

.pr-86 {
    padding-right: 86%;
}

.pr-85 {
    padding-right: 85%;
}

.pr-84 {
    padding-right: 84%;
}

.pr-83 {
    padding-right: 83%;
}

.pr-82 {
    padding-right: 82%;
}

.pr-81 {
    padding-right: 81%;
}

.pr-80 {
    padding-right: 80%;
}

.pr-79 {
    padding-right: 79%;
}

.pr-78 {
    padding-right: 78%;
}

.pr-77 {
    padding-right: 77%;
}

.pr-76 {
    padding-right: 76%;
}

.pr-75 {
    padding-right: 75%;
}

.pr-74 {
    padding-right: 74%;
}

.pr-73 {
    padding-right: 73%;
}

.pr-72 {
    padding-right: 72%;
}

.pr-71 {
    padding-right: 71%;
}

.pr-70 {
    padding-right: 70%;
}

.pr-69 {
    padding-right: 69%;
}

.pr-68 {
    padding-right: 68%;
}

.pr-67 {
    padding-right: 67%;
}

.pr-66 {
    padding-right: 66%;
}

.pr-65 {
    padding-right: 65%;
}

.pr-64 {
    padding-right: 64%;
}

.pr-63 {
    padding-right: 63%;
}

.pr-62 {
    padding-right: 62%;
}

.pr-61 {
    padding-right: 61%;
}

.pr-60 {
    padding-right: 60%;
}

.pr-59 {
    padding-right: 59%;
}

.pr-58 {
    padding-right: 58%;
}

.pr-57 {
    padding-right: 57%;
}

.pr-56 {
    padding-right: 56%;
}

.pr-55 {
    padding-right: 55%;
}

.pr-54 {
    padding-right: 54%;
}

.pr-53 {
    padding-right: 53%;
}

.pr-52 {
    padding-right: 52%;
}

.pr-51 {
    padding-right: 51%;
}

.pr-50 {
    padding-right: 50%;
}

.pr-49 {
    padding-right: 49%;
}

.pr-48 {
    padding-right: 48%;
}

.pr-47 {
    padding-right: 47%;
}

.pr-46 {
    padding-right: 46%;
}

.pr-45 {
    padding-right: 45%;
}

.pr-44 {
    padding-right: 44%;
}

.pr-43 {
    padding-right: 43%;
}

.pr-42 {
    padding-right: 42%;
}

.pr-41 {
    padding-right: 41%;
}

.pr-40 {
    padding-right: 40%;
}

.pr-39 {
    padding-right: 39%;
}

.pr-38 {
    padding-right: 38%;
}

.pr-37 {
    padding-right: 37%;
}

.pr-36 {
    padding-right: 36%;
}

.pr-35 {
    padding-right: 35%;
}

.pr-34 {
    padding-right: 34%;
}

.pr-33 {
    padding-right: 33%;
}

.pr-32 {
    padding-right: 32%;
}

.pr-31 {
    padding-right: 31%;
}

.pr-30 {
    padding-right: 30%;
}

.pr-29 {
    padding-right: 29%;
}

.pr-28 {
    padding-right: 28%;
}

.pr-27 {
    padding-right: 27%;
}

.pr-26 {
    padding-right: 26%;
}

.pr-25 {
    padding-right: 25%;
}

.pr-24 {
    padding-right: 24%;
}

.pr-23 {
    padding-right: 23%;
}

.pr-22 {
    padding-right: 22%;
}

.pr-21 {
    padding-right: 21%;
}

.pr-20 {
    padding-right: 20%;
}

.pr-19 {
    padding-right: 19%;
}

.pr-18 {
    padding-right: 18%;
}

.pr-17 {
    padding-right: 17%;
}

.pr-16 {
    padding-right: 16%;
}

.pr-15 {
    padding-right: 15%;
}

.pr-14 {
    padding-right: 14%;
}

.pr-13 {
    padding-right: 13%;
}

.pr-12 {
    padding-right: 12%;
}

.pr-11 {
    padding-right: 11%;
}

.pr-10 {
    padding-right: 10%;
}

.pr-9 {
    padding-right: 9%;
}

.pr-8 {
    padding-right: 8%;
}

.pr-7 {
    padding-right: 7%;
}

.pr-6 {
    padding-right: 6%;
}

.pr-5 {
    padding-right: 5%;
}

.pr-4 {
    padding-right: 4%;
}

.pr-3 {
    padding-right: 3%;
}

.pr-2 {
    padding-right: 2%;
}

.pr-1 {
    padding-right: 1%;
}

.pl-100 {
    padding-left: 100%;
}

.pl-99 {
    padding-left: 99%;
}

.pl-98 {
    padding-left: 98%;
}

.pl-97 {
    padding-left: 97%;
}

.pl-96 {
    padding-left: 96%;
}

.pl-95 {
    padding-left: 95%;
}

.pl-94 {
    padding-left: 94%;
}

.pl-93 {
    padding-left: 93%;
}

.pl-92 {
    padding-left: 92%;
}

.pl-91 {
    padding-left: 91%;
}

.pl-90 {
    padding-left: 90%;
}

.pl-89 {
    padding-left: 89%;
}

.pl-88 {
    padding-left: 88%;
}

.pl-87 {
    padding-left: 87%;
}

.pl-86 {
    padding-left: 86%;
}

.pl-85 {
    padding-left: 85%;
}

.pl-84 {
    padding-left: 84%;
}

.pl-83 {
    padding-left: 83%;
}

.pl-82 {
    padding-left: 82%;
}

.pl-81 {
    padding-left: 81%;
}

.pl-80 {
    padding-left: 80%;
}

.pl-79 {
    padding-left: 79%;
}

.pl-78 {
    padding-left: 78%;
}

.pl-77 {
    padding-left: 77%;
}

.pl-76 {
    padding-left: 76%;
}

.pl-75 {
    padding-left: 75%;
}

.pl-74 {
    padding-left: 74%;
}

.pl-73 {
    padding-left: 73%;
}

.pl-72 {
    padding-left: 72%;
}

.pl-71 {
    padding-left: 71%;
}

.pl-70 {
    padding-left: 70%;
}

.pl-69 {
    padding-left: 69%;
}

.pl-68 {
    padding-left: 68%;
}

.pl-67 {
    padding-left: 67%;
}

.pl-66 {
    padding-left: 66%;
}

.pl-65 {
    padding-left: 65%;
}

.pl-64 {
    padding-left: 64%;
}

.pl-63 {
    padding-left: 63%;
}

.pl-62 {
    padding-left: 62%;
}

.pl-61 {
    padding-left: 61%;
}

.pl-60 {
    padding-left: 60%;
}

.pl-59 {
    padding-left: 59%;
}

.pl-58 {
    padding-left: 58%;
}

.pl-57 {
    padding-left: 57%;
}

.pl-56 {
    padding-left: 56%;
}

.pl-55 {
    padding-left: 55%;
}

.pl-54 {
    padding-left: 54%;
}

.pl-53 {
    padding-left: 53%;
}

.pl-52 {
    padding-left: 52%;
}

.pl-51 {
    padding-left: 51%;
}

.pl-50 {
    padding-left: 50%;
}

.pl-49 {
    padding-left: 49%;
}

.pl-48 {
    padding-left: 48%;
}

.pl-47 {
    padding-left: 47%;
}

.pl-46 {
    padding-left: 46%;
}

.pl-45 {
    padding-left: 45%;
}

.pl-44 {
    padding-left: 44%;
}

.pl-43 {
    padding-left: 43%;
}

.pl-42 {
    padding-left: 42%;
}

.pl-41 {
    padding-left: 41%;
}

.pl-40 {
    padding-left: 40%;
}

.pl-39 {
    padding-left: 39%;
}

.pl-38 {
    padding-left: 38%;
}

.pl-37 {
    padding-left: 37%;
}

.pl-36 {
    padding-left: 36%;
}

.pl-35 {
    padding-left: 35%;
}

.pl-34 {
    padding-left: 34%;
}

.pl-33 {
    padding-left: 33%;
}

.pl-32 {
    padding-left: 32%;
}

.pl-31 {
    padding-left: 31%;
}

.pl-30 {
    padding-left: 30%;
}

.pl-29 {
    padding-left: 29%;
}

.pl-28 {
    padding-left: 28%;
}

.pl-27 {
    padding-left: 27%;
}

.pl-26 {
    padding-left: 26%;
}

.pl-25 {
    padding-left: 25%;
}

.pl-24 {
    padding-left: 24%;
}

.pl-23 {
    padding-left: 23%;
}

.pl-22 {
    padding-left: 22%;
}

.pl-21 {
    padding-left: 21%;
}

.pl-20 {
    padding-left: 20%;
}

.pl-19 {
    padding-left: 19%;
}

.pl-18 {
    padding-left: 18%;
}

.pl-17 {
    padding-left: 17%;
}

.pl-16 {
    padding-left: 16%;
}

.pl-15 {
    padding-left: 15%;
}

.pl-14 {
    padding-left: 14%;
}

.pl-13 {
    padding-left: 13%;
}

.pl-12 {
    padding-left: 12%;
}

.pl-11 {
    padding-left: 11%;
}

.pl-10 {
    padding-left: 10%;
}

.pl-9 {
    padding-left: 9%;
}

.pl-8 {
    padding-left: 8%;
}

.pl-7 {
    padding-left: 7%;
}

.pl-6 {
    padding-left: 6%;
}

.pl-5 {
    padding-left: 5%;
}

.pl-4 {
    padding-left: 4%;
}

.pl-3 {
    padding-left: 3%;
}

.pl-2 {
    padding-left: 2%;
}

.pl-1 {
    padding-left: 1%;
}

.pt-100 {
    padding-top: 100%;
}

.pt-99 {
    padding-top: 99%;
}

.pt-98 {
    padding-top: 98%;
}

.pt-97 {
    padding-top: 97%;
}

.pt-96 {
    padding-top: 96%;
}

.pt-95 {
    padding-top: 95%;
}

.pt-94 {
    padding-top: 94%;
}

.pt-93 {
    padding-top: 93%;
}

.pt-92 {
    padding-top: 92%;
}

.pt-91 {
    padding-top: 91%;
}

.pt-90 {
    padding-top: 90%;
}

.pt-89 {
    padding-top: 89%;
}

.pt-88 {
    padding-top: 88%;
}

.pt-87 {
    padding-top: 87%;
}

.pt-86 {
    padding-top: 86%;
}

.pt-85 {
    padding-top: 85%;
}

.pt-84 {
    padding-top: 84%;
}

.pt-83 {
    padding-top: 83%;
}

.pt-82 {
    padding-top: 82%;
}

.pt-81 {
    padding-top: 81%;
}

.pt-80 {
    padding-top: 80%;
}

.pt-79 {
    padding-top: 79%;
}

.pt-78 {
    padding-top: 78%;
}

.pt-77 {
    padding-top: 77%;
}

.pt-76 {
    padding-top: 76%;
}

.pt-75 {
    padding-top: 75%;
}

.pt-74 {
    padding-top: 74%;
}

.pt-73 {
    padding-top: 73%;
}

.pt-72 {
    padding-top: 72%;
}

.pt-71 {
    padding-top: 71%;
}

.pt-70 {
    padding-top: 70%;
}

.pt-69 {
    padding-top: 69%;
}

.pt-68 {
    padding-top: 68%;
}

.pt-67 {
    padding-top: 67%;
}

.pt-66 {
    padding-top: 66%;
}

.pt-65 {
    padding-top: 65%;
}

.pt-64 {
    padding-top: 64%;
}

.pt-63 {
    padding-top: 63%;
}

.pt-62 {
    padding-top: 62%;
}

.pt-61 {
    padding-top: 61%;
}

.pt-60 {
    padding-top: 60%;
}

.pt-59 {
    padding-top: 59%;
}

.pt-58 {
    padding-top: 58%;
}

.pt-57 {
    padding-top: 57%;
}

.pt-56 {
    padding-top: 56%;
}

.pt-55 {
    padding-top: 55%;
}

.pt-54 {
    padding-top: 54%;
}

.pt-53 {
    padding-top: 53%;
}

.pt-52 {
    padding-top: 52%;
}

.pt-51 {
    padding-top: 51%;
}

.pt-50 {
    padding-top: 50%;
}

.pt-49 {
    padding-top: 49%;
}

.pt-48 {
    padding-top: 48%;
}

.pt-47 {
    padding-top: 47%;
}

.pt-46 {
    padding-top: 46%;
}

.pt-45 {
    padding-top: 45%;
}

.pt-44 {
    padding-top: 44%;
}

.pt-43 {
    padding-top: 43%;
}

.pt-42 {
    padding-top: 42%;
}

.pt-41 {
    padding-top: 41%;
}

.pt-40 {
    padding-top: 40%;
}

.pt-39 {
    padding-top: 39%;
}

.pt-38 {
    padding-top: 38%;
}

.pt-37 {
    padding-top: 37%;
}

.pt-36 {
    padding-top: 36%;
}

.pt-35 {
    padding-top: 35%;
}

.pt-34 {
    padding-top: 34%;
}

.pt-33 {
    padding-top: 33%;
}

.pt-32 {
    padding-top: 32%;
}

.pt-31 {
    padding-top: 31%;
}

.pt-30 {
    padding-top: 30%;
}

.pt-29 {
    padding-top: 29%;
}

.pt-28 {
    padding-top: 28%;
}

.pt-27 {
    padding-top: 27%;
}

.pt-26 {
    padding-top: 26%;
}

.pt-25 {
    padding-top: 25%;
}

.pt-24 {
    padding-top: 24%;
}

.pt-23 {
    padding-top: 23%;
}

.pt-22 {
    padding-top: 22%;
}

.pt-21 {
    padding-top: 21%;
}

.pt-20 {
    padding-top: 20%;
}

.pt-19 {
    padding-top: 19%;
}

.pt-18 {
    padding-top: 18%;
}

.pt-17 {
    padding-top: 17%;
}

.pt-16 {
    padding-top: 16%;
}

.pt-15 {
    padding-top: 15%;
}

.pt-14 {
    padding-top: 14%;
}

.pt-13 {
    padding-top: 13%;
}

.pt-12 {
    padding-top: 12%;
}

.pt-11 {
    padding-top: 11%;
}

.pt-10 {
    padding-top: 10%;
}

.pt-9 {
    padding-top: 9%;
}

.pt-8 {
    padding-top: 8%;
}

.pt-7 {
    padding-top: 7%;
}

.pt-6 {
    padding-top: 6%;
}

.pt-5 {
    padding-top: 5%;
}

.pt-4 {
    padding-top: 4%;
}

.pt-3 {
    padding-top: 3%;
}

.pt-2 {
    padding-top: 2%;
}

.pt-1 {
    padding-top: 1%;
}

.pb-100 {
    padding-bottom: 100%;
}

.pb-99 {
    padding-bottom: 99%;
}

.pb-98 {
    padding-bottom: 98%;
}

.pb-97 {
    padding-bottom: 97%;
}

.pb-96 {
    padding-bottom: 96%;
}

.pb-95 {
    padding-bottom: 95%;
}

.pb-94 {
    padding-bottom: 94%;
}

.pb-93 {
    padding-bottom: 93%;
}

.pb-92 {
    padding-bottom: 92%;
}

.pb-91 {
    padding-bottom: 91%;
}

.pb-90 {
    padding-bottom: 90%;
}

.pb-89 {
    padding-bottom: 89%;
}

.pb-88 {
    padding-bottom: 88%;
}

.pb-87 {
    padding-bottom: 87%;
}

.pb-86 {
    padding-bottom: 86%;
}

.pb-85 {
    padding-bottom: 85%;
}

.pb-84 {
    padding-bottom: 84%;
}

.pb-83 {
    padding-bottom: 83%;
}

.pb-82 {
    padding-bottom: 82%;
}

.pb-81 {
    padding-bottom: 81%;
}

.pb-80 {
    padding-bottom: 80%;
}

.pb-79 {
    padding-bottom: 79%;
}

.pb-78 {
    padding-bottom: 78%;
}

.pb-77 {
    padding-bottom: 77%;
}

.pb-76 {
    padding-bottom: 76%;
}

.pb-75 {
    padding-bottom: 75%;
}

.pb-74 {
    padding-bottom: 74%;
}

.pb-73 {
    padding-bottom: 73%;
}

.pb-72 {
    padding-bottom: 72%;
}

.pb-71 {
    padding-bottom: 71%;
}

.pb-70 {
    padding-bottom: 70%;
}

.pb-69 {
    padding-bottom: 69%;
}

.pb-68 {
    padding-bottom: 68%;
}

.pb-67 {
    padding-bottom: 67%;
}

.pb-66 {
    padding-bottom: 66%;
}

.pb-65 {
    padding-bottom: 65%;
}

.pb-64 {
    padding-bottom: 64%;
}

.pb-63 {
    padding-bottom: 63%;
}

.pb-62 {
    padding-bottom: 62%;
}

.pb-61 {
    padding-bottom: 61%;
}

.pb-60 {
    padding-bottom: 60%;
}

.pb-59 {
    padding-bottom: 59%;
}

.pb-58 {
    padding-bottom: 58%;
}

.pb-57 {
    padding-bottom: 57%;
}

.pb-56 {
    padding-bottom: 56%;
}

.pb-55 {
    padding-bottom: 55%;
}

.pb-54 {
    padding-bottom: 54%;
}

.pb-53 {
    padding-bottom: 53%;
}

.pb-52 {
    padding-bottom: 52%;
}

.pb-51 {
    padding-bottom: 51%;
}

.pb-50 {
    padding-bottom: 50%;
}

.pb-49 {
    padding-bottom: 49%;
}

.pb-48 {
    padding-bottom: 48%;
}

.pb-47 {
    padding-bottom: 47%;
}

.pb-46 {
    padding-bottom: 46%;
}

.pb-45 {
    padding-bottom: 45%;
}

.pb-44 {
    padding-bottom: 44%;
}

.pb-43 {
    padding-bottom: 43%;
}

.pb-42 {
    padding-bottom: 42%;
}

.pb-41 {
    padding-bottom: 41%;
}

.pb-40 {
    padding-bottom: 40%;
}

.pb-39 {
    padding-bottom: 39%;
}

.pb-38 {
    padding-bottom: 38%;
}

.pb-37 {
    padding-bottom: 37%;
}

.pb-36 {
    padding-bottom: 36%;
}

.pb-35 {
    padding-bottom: 35%;
}

.pb-34 {
    padding-bottom: 34%;
}

.pb-33 {
    padding-bottom: 33%;
}

.pb-32 {
    padding-bottom: 32%;
}

.pb-31 {
    padding-bottom: 31%;
}

.pb-30 {
    padding-bottom: 30%;
}

.pb-29 {
    padding-bottom: 29%;
}

.pb-28 {
    padding-bottom: 28%;
}

.pb-27 {
    padding-bottom: 27%;
}

.pb-26 {
    padding-bottom: 26%;
}

.pb-25 {
    padding-bottom: 25%;
}

.pb-24 {
    padding-bottom: 24%;
}

.pb-23 {
    padding-bottom: 23%;
}

.pb-22 {
    padding-bottom: 22%;
}

.pb-21 {
    padding-bottom: 21%;
}

.pb-20 {
    padding-bottom: 20%;
}

.pb-19 {
    padding-bottom: 19%;
}

.pb-18 {
    padding-bottom: 18%;
}

.pb-17 {
    padding-bottom: 17%;
}

.pb-16 {
    padding-bottom: 16%;
}

.pb-15 {
    padding-bottom: 15%;
}

.pb-14 {
    padding-bottom: 14%;
}

.pb-13 {
    padding-bottom: 13%;
}

.pb-12 {
    padding-bottom: 12%;
}

.pb-11 {
    padding-bottom: 11%;
}

.pb-10 {
    padding-bottom: 10%;
}

.pb-9 {
    padding-bottom: 9%;
}

.pb-8 {
    padding-bottom: 8%;
}

.pb-7 {
    padding-bottom: 7%;
}

.pb-6 {
    padding-bottom: 6%;
}

.pb-5 {
    padding-bottom: 5%;
}

.pb-4 {
    padding-bottom: 4%;
}

.pb-3 {
    padding-bottom: 3%;
}

.pb-2 {
    padding-bottom: 2%;
}

.pb-1 {
    padding-bottom: 1%;
}

.mb-100 {
    margin-bottom: 100% !important;
}

.mb-99 {
    margin-bottom: 99% !important;
}

.mb-98 {
    margin-bottom: 98% !important;
}

.mb-97 {
    margin-bottom: 97% !important;
}

.mb-96 {
    margin-bottom: 96% !important;
}

.mb-95 {
    margin-bottom: 95% !important;
}

.mb-94 {
    margin-bottom: 94% !important;
}

.mb-93 {
    margin-bottom: 93% !important;
}

.mb-92 {
    margin-bottom: 92% !important;
}

.mb-91 {
    margin-bottom: 91% !important;
}

.mb-90 {
    margin-bottom: 90% !important;
}

.mb-89 {
    margin-bottom: 89% !important;
}

.mb-88 {
    margin-bottom: 88% !important;
}

.mb-87 {
    margin-bottom: 87% !important;
}

.mb-86 {
    margin-bottom: 86% !important;
}

.mb-85 {
    margin-bottom: 85% !important;
}

.mb-84 {
    margin-bottom: 84% !important;
}

.mb-83 {
    margin-bottom: 83% !important;
}

.mb-82 {
    margin-bottom: 82% !important;
}

.mb-81 {
    margin-bottom: 81% !important;
}

.mb-80 {
    margin-bottom: 80% !important;
}

.mb-79 {
    margin-bottom: 79% !important;
}

.mb-78 {
    margin-bottom: 78% !important;
}

.mb-77 {
    margin-bottom: 77% !important;
}

.mb-76 {
    margin-bottom: 76% !important;
}

.mb-75 {
    margin-bottom: 75% !important;
}

.mb-74 {
    margin-bottom: 74% !important;
}

.mb-73 {
    margin-bottom: 73% !important;
}

.mb-72 {
    margin-bottom: 72% !important;
}

.mb-71 {
    margin-bottom: 71% !important;
}

.mb-70 {
    margin-bottom: 70% !important;
}

.mb-69 {
    margin-bottom: 69% !important;
}

.mb-68 {
    margin-bottom: 68% !important;
}

.mb-67 {
    margin-bottom: 67% !important;
}

.mb-66 {
    margin-bottom: 66% !important;
}

.mb-65 {
    margin-bottom: 65% !important;
}

.mb-64 {
    margin-bottom: 64% !important;
}

.mb-63 {
    margin-bottom: 63% !important;
}

.mb-62 {
    margin-bottom: 62% !important;
}

.mb-61 {
    margin-bottom: 61% !important;
}

.mb-60 {
    margin-bottom: 60% !important;
}

.mb-59 {
    margin-bottom: 59% !important;
}

.mb-58 {
    margin-bottom: 58% !important;
}

.mb-57 {
    margin-bottom: 57% !important;
}

.mb-56 {
    margin-bottom: 56% !important;
}

.mb-55 {
    margin-bottom: 55% !important;
}

.mb-54 {
    margin-bottom: 54% !important;
}

.mb-53 {
    margin-bottom: 53% !important;
}

.mb-52 {
    margin-bottom: 52% !important;
}

.mb-51 {
    margin-bottom: 51% !important;
}

.mb-50 {
    margin-bottom: 50% !important;
}

.mb-49 {
    margin-bottom: 49% !important;
}

.mb-48 {
    margin-bottom: 48% !important;
}

.mb-47 {
    margin-bottom: 47% !important;
}

.mb-46 {
    margin-bottom: 46% !important;
}

.mb-45 {
    margin-bottom: 45% !important;
}

.mb-44 {
    margin-bottom: 44% !important;
}

.mb-43 {
    margin-bottom: 43% !important;
}

.mb-42 {
    margin-bottom: 42% !important;
}

.mb-41 {
    margin-bottom: 41% !important;
}

.mb-40 {
    margin-bottom: 40% !important;
}

.mb-39 {
    margin-bottom: 39% !important;
}

.mb-38 {
    margin-bottom: 38% !important;
}

.mb-37 {
    margin-bottom: 37% !important;
}

.mb-36 {
    margin-bottom: 36% !important;
}

.mb-35 {
    margin-bottom: 35% !important;
}

.mb-34 {
    margin-bottom: 34% !important;
}

.mb-33 {
    margin-bottom: 33% !important;
}

.mb-32 {
    margin-bottom: 32% !important;
}

.mb-31 {
    margin-bottom: 31% !important;
}

.mb-30 {
    margin-bottom: 30% !important;
}

.mb-29 {
    margin-bottom: 29% !important;
}

.mb-28 {
    margin-bottom: 28% !important;
}

.mb-27 {
    margin-bottom: 27% !important;
}

.mb-26 {
    margin-bottom: 26% !important;
}

.mb-25 {
    margin-bottom: 25% !important;
}

.mb-24 {
    margin-bottom: 24% !important;
}

.mb-23 {
    margin-bottom: 23% !important;
}

.mb-22 {
    margin-bottom: 22% !important;
}

.mb-21 {
    margin-bottom: 21% !important;
}

.mb-20 {
    margin-bottom: 20% !important;
}

.mb-19 {
    margin-bottom: 19% !important;
}

.mb-18 {
    margin-bottom: 18% !important;
}

.mb-17 {
    margin-bottom: 17% !important;
}

.mb-16 {
    margin-bottom: 16% !important;
}

.mb-15 {
    margin-bottom: 15% !important;
}

.mb-14 {
    margin-bottom: 14% !important;
}

.mb-13 {
    margin-bottom: 13% !important;
}

.mb-12 {
    margin-bottom: 12% !important;
}

.mb-11 {
    margin-bottom: 11% !important;
}

.mb-10 {
    margin-bottom: 10% !important;
}

.mb-9 {
    margin-bottom: 9% !important;
}

.mb-8 {
    margin-bottom: 8% !important;
}

.mb-7 {
    margin-bottom: 7% !important;
}

.mb-6 {
    margin-bottom: 6% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

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

.mt-100 {
    margin-top: 100% !important;
}

.mt-99 {
    margin-top: 99% !important;
}

.mt-98 {
    margin-top: 98% !important;
}

.mt-97 {
    margin-top: 97% !important;
}

.mt-96 {
    margin-top: 96% !important;
}

.mt-95 {
    margin-top: 95% !important;
}

.mt-94 {
    margin-top: 94% !important;
}

.mt-93 {
    margin-top: 93% !important;
}

.mt-92 {
    margin-top: 92% !important;
}

.mt-91 {
    margin-top: 91% !important;
}

.mt-90 {
    margin-top: 90% !important;
}

.mt-89 {
    margin-top: 89% !important;
}

.mt-88 {
    margin-top: 88% !important;
}

.mt-87 {
    margin-top: 87% !important;
}

.mt-86 {
    margin-top: 86% !important;
}

.mt-85 {
    margin-top: 85% !important;
}

.mt-84 {
    margin-top: 84% !important;
}

.mt-83 {
    margin-top: 83% !important;
}

.mt-82 {
    margin-top: 82% !important;
}

.mt-81 {
    margin-top: 81% !important;
}

.mt-80 {
    margin-top: 80% !important;
}

.mt-79 {
    margin-top: 79% !important;
}

.mt-78 {
    margin-top: 78% !important;
}

.mt-77 {
    margin-top: 77% !important;
}

.mt-76 {
    margin-top: 76% !important;
}

.mt-75 {
    margin-top: 75% !important;
}

.mt-74 {
    margin-top: 74% !important;
}

.mt-73 {
    margin-top: 73% !important;
}

.mt-72 {
    margin-top: 72% !important;
}

.mt-71 {
    margin-top: 71% !important;
}

.mt-70 {
    margin-top: 70% !important;
}

.mt-69 {
    margin-top: 69% !important;
}

.mt-68 {
    margin-top: 68% !important;
}

.mt-67 {
    margin-top: 67% !important;
}

.mt-66 {
    margin-top: 66% !important;
}

.mt-65 {
    margin-top: 65% !important;
}

.mt-64 {
    margin-top: 64% !important;
}

.mt-63 {
    margin-top: 63% !important;
}

.mt-62 {
    margin-top: 62% !important;
}

.mt-61 {
    margin-top: 61% !important;
}

.mt-60 {
    margin-top: 60% !important;
}

.mt-59 {
    margin-top: 59% !important;
}

.mt-58 {
    margin-top: 58% !important;
}

.mt-57 {
    margin-top: 57% !important;
}

.mt-56 {
    margin-top: 56% !important;
}

.mt-55 {
    margin-top: 55% !important;
}

.mt-54 {
    margin-top: 54% !important;
}

.mt-53 {
    margin-top: 53% !important;
}

.mt-52 {
    margin-top: 52% !important;
}

.mt-51 {
    margin-top: 51% !important;
}

.mt-50 {
    margin-top: 50% !important;
}

.mt-49 {
    margin-top: 49% !important;
}

.mt-48 {
    margin-top: 48% !important;
}

.mt-47 {
    margin-top: 47% !important;
}

.mt-46 {
    margin-top: 46% !important;
}

.mt-45 {
    margin-top: 45% !important;
}

.mt-44 {
    margin-top: 44% !important;
}

.mt-43 {
    margin-top: 43% !important;
}

.mt-42 {
    margin-top: 42% !important;
}

.mt-41 {
    margin-top: 41% !important;
}

.mt-40 {
    margin-top: 40% !important;
}

.mt-39 {
    margin-top: 39% !important;
}

.mt-38 {
    margin-top: 38% !important;
}

.mt-37 {
    margin-top: 37% !important;
}

.mt-36 {
    margin-top: 36% !important;
}

.mt-35 {
    margin-top: 35% !important;
}

.mt-34 {
    margin-top: 34% !important;
}

.mt-33 {
    margin-top: 33% !important;
}

.mt-32 {
    margin-top: 32% !important;
}

.mt-31 {
    margin-top: 31% !important;
}

.mt-30 {
    margin-top: 30% !important;
}

.mt-29 {
    margin-top: 29% !important;
}

.mt-28 {
    margin-top: 28% !important;
}

.mt-27 {
    margin-top: 27% !important;
}

.mt-26 {
    margin-top: 26% !important;
}

.mt-25 {
    margin-top: 25% !important;
}

.mt-24 {
    margin-top: 24% !important;
}

.mt-23 {
    margin-top: 23% !important;
}

.mt-22 {
    margin-top: 22% !important;
}

.mt-21 {
    margin-top: 21% !important;
}

.mt-20 {
    margin-top: 20% !important;
}

.mt-19 {
    margin-top: 19% !important;
}

.mt-18 {
    margin-top: 18% !important;
}

.mt-17 {
    margin-top: 17% !important;
}

.mt-16 {
    margin-top: 16% !important;
}

.mt-15 {
    margin-top: 15% !important;
}

.mt-14 {
    margin-top: 14% !important;
}

.mt-13 {
    margin-top: 13% !important;
}

.mt-12 {
    margin-top: 12% !important;
}

.mt-11 {
    margin-top: 11% !important;
}

.mt-10 {
    margin-top: 10% !important;
}

.mt-9 {
    margin-top: 9% !important;
}

.mt-8 {
    margin-top: 8% !important;
}

.mt-7 {
    margin-top: 7% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-1 {
    margin-top: 1% !important;
}

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

.mbpx-100 {
    margin-bottom: 100px !important;
}

.mbpx-99 {
    margin-bottom: 99px !important;
}

.mbpx-98 {
    margin-bottom: 98px !important;
}

.mbpx-97 {
    margin-bottom: 97px !important;
}

.mbpx-96 {
    margin-bottom: 96px !important;
}

.mbpx-95 {
    margin-bottom: 95px !important;
}

.mbpx-94 {
    margin-bottom: 94px !important;
}

.mbpx-93 {
    margin-bottom: 93px !important;
}

.mbpx-92 {
    margin-bottom: 92px !important;
}

.mbpx-91 {
    margin-bottom: 91px !important;
}

.mbpx-90 {
    margin-bottom: 90px !important;
}

.mbpx-89 {
    margin-bottom: 89px !important;
}

.mbpx-88 {
    margin-bottom: 88px !important;
}

.mbpx-87 {
    margin-bottom: 87px !important;
}

.mbpx-86 {
    margin-bottom: 86px !important;
}

.mbpx-85 {
    margin-bottom: 85px !important;
}

.mbpx-84 {
    margin-bottom: 84px !important;
}

.mbpx-83 {
    margin-bottom: 83px !important;
}

.mbpx-82 {
    margin-bottom: 82px !important;
}

.mbpx-81 {
    margin-bottom: 81px !important;
}

.mbpx-80 {
    margin-bottom: 80px !important;
}

.mbpx-79 {
    margin-bottom: 79px !important;
}

.mbpx-78 {
    margin-bottom: 78px !important;
}

.mbpx-77 {
    margin-bottom: 77px !important;
}

.mbpx-76 {
    margin-bottom: 76px !important;
}

.mbpx-75 {
    margin-bottom: 75px !important;
}

.mbpx-74 {
    margin-bottom: 74px !important;
}

.mbpx-73 {
    margin-bottom: 73px !important;
}

.mbpx-72 {
    margin-bottom: 72px !important;
}

.mbpx-71 {
    margin-bottom: 71px !important;
}

.mbpx-70 {
    margin-bottom: 70px !important;
}

.mbpx-69 {
    margin-bottom: 69px !important;
}

.mbpx-68 {
    margin-bottom: 68px !important;
}

.mbpx-67 {
    margin-bottom: 67px !important;
}

.mbpx-66 {
    margin-bottom: 66px !important;
}

.mbpx-65 {
    margin-bottom: 65px !important;
}

.mbpx-64 {
    margin-bottom: 64px !important;
}

.mbpx-63 {
    margin-bottom: 63px !important;
}

.mbpx-62 {
    margin-bottom: 62px !important;
}

.mbpx-61 {
    margin-bottom: 61px !important;
}

.mbpx-60 {
    margin-bottom: 60px !important;
}

.mbpx-59 {
    margin-bottom: 59px !important;
}

.mbpx-58 {
    margin-bottom: 58px !important;
}

.mbpx-57 {
    margin-bottom: 57px !important;
}

.mbpx-56 {
    margin-bottom: 56px !important;
}

.mbpx-55 {
    margin-bottom: 55px !important;
}

.mbpx-54 {
    margin-bottom: 54px !important;
}

.mbpx-53 {
    margin-bottom: 53px !important;
}

.mbpx-52 {
    margin-bottom: 52px !important;
}

.mbpx-51 {
    margin-bottom: 51px !important;
}

.mbpx-50 {
    margin-bottom: 50px !important;
}

.mbpx-49 {
    margin-bottom: 49px !important;
}

.mbpx-48 {
    margin-bottom: 48px !important;
}

.mbpx-47 {
    margin-bottom: 47px !important;
}

.mbpx-46 {
    margin-bottom: 46px !important;
}

.mbpx-45 {
    margin-bottom: 45px !important;
}

.mbpx-44 {
    margin-bottom: 44px !important;
}

.mbpx-43 {
    margin-bottom: 43px !important;
}

.mbpx-42 {
    margin-bottom: 42px !important;
}

.mbpx-41 {
    margin-bottom: 41px !important;
}

.mbpx-40 {
    margin-bottom: 40px !important;
}

.mbpx-39 {
    margin-bottom: 39px !important;
}

.mbpx-38 {
    margin-bottom: 38px !important;
}

.mbpx-37 {
    margin-bottom: 37px !important;
}

.mbpx-36 {
    margin-bottom: 36px !important;
}

.mbpx-35 {
    margin-bottom: 35px !important;
}

.mbpx-34 {
    margin-bottom: 34px !important;
}

.mbpx-33 {
    margin-bottom: 33px !important;
}

.mbpx-32 {
    margin-bottom: 32px !important;
}

.mbpx-31 {
    margin-bottom: 31px !important;
}

.mbpx-30 {
    margin-bottom: 30px !important;
}

.mbpx-29 {
    margin-bottom: 29px !important;
}

.mbpx-28 {
    margin-bottom: 28px !important;
}

.mbpx-27 {
    margin-bottom: 27px !important;
}

.mbpx-26 {
    margin-bottom: 26px !important;
}

.mbpx-25 {
    margin-bottom: 25px !important;
}

.mbpx-24 {
    margin-bottom: 24px !important;
}

.mbpx-23 {
    margin-bottom: 23px !important;
}

.mbpx-22 {
    margin-bottom: 22px !important;
}

.mbpx-21 {
    margin-bottom: 21px !important;
}

.mbpx-20 {
    margin-bottom: 20px !important;
}

.mbpx-19 {
    margin-bottom: 19px !important;
}

.mbpx-18 {
    margin-bottom: 18px !important;
}

.mbpx-17 {
    margin-bottom: 17px !important;
}

.mbpx-16 {
    margin-bottom: 16px !important;
}

.mbpx-15 {
    margin-bottom: 15px !important;
}

.mbpx-14 {
    margin-bottom: 14px !important;
}

.mbpx-13 {
    margin-bottom: 13px !important;
}

.mbpx-12 {
    margin-bottom: 12px !important;
}

.mbpx-11 {
    margin-bottom: 11px !important;
}

.mbpx-10 {
    margin-bottom: 10px !important;
}

.mbpx-9 {
    margin-bottom: 9px !important;
}

.mbpx-8 {
    margin-bottom: 8px !important;
}

.mbpx-7 {
    margin-bottom: 7px !important;
}

.mbpx-6 {
    margin-bottom: 6px !important;
}

.mbpx-5 {
    margin-bottom: 5px !important;
}

.mbpx-4 {
    margin-bottom: 4px !important;
}

.mbpx-3 {
    margin-bottom: 3px !important;
}

.mbpx-2 {
    margin-bottom: 2px !important;
}

.mbpx-1 {
    margin-bottom: 1px !important;
}

.mbpx-0 {
    margin-bottom: 0px !important;
}

.mtpx-100 {
    margin-top: 100px !important;
}

.mtpx-99 {
    margin-top: 99px !important;
}

.mtpx-98 {
    margin-top: 98px !important;
}

.mtpx-97 {
    margin-top: 97px !important;
}

.mtpx-96 {
    margin-top: 96px !important;
}

.mtpx-95 {
    margin-top: 95px !important;
}

.mtpx-94 {
    margin-top: 94px !important;
}

.mtpx-93 {
    margin-top: 93px !important;
}

.mtpx-92 {
    margin-top: 92px !important;
}

.mtpx-91 {
    margin-top: 91px !important;
}

.mtpx-90 {
    margin-top: 90px !important;
}

.mtpx-89 {
    margin-top: 89px !important;
}

.mtpx-88 {
    margin-top: 88px !important;
}

.mtpx-87 {
    margin-top: 87px !important;
}

.mtpx-86 {
    margin-top: 86px !important;
}

.mtpx-85 {
    margin-top: 85px !important;
}

.mtpx-84 {
    margin-top: 84px !important;
}

.mtpx-83 {
    margin-top: 83px !important;
}

.mtpx-82 {
    margin-top: 82px !important;
}

.mtpx-81 {
    margin-top: 81px !important;
}

.mtpx-80 {
    margin-top: 80px !important;
}

.mtpx-79 {
    margin-top: 79px !important;
}

.mtpx-78 {
    margin-top: 78px !important;
}

.mtpx-77 {
    margin-top: 77px !important;
}

.mtpx-76 {
    margin-top: 76px !important;
}

.mtpx-75 {
    margin-top: 75px !important;
}

.mtpx-74 {
    margin-top: 74px !important;
}

.mtpx-73 {
    margin-top: 73px !important;
}

.mtpx-72 {
    margin-top: 72px !important;
}

.mtpx-71 {
    margin-top: 71px !important;
}

.mtpx-70 {
    margin-top: 70px !important;
}

.mtpx-69 {
    margin-top: 69px !important;
}

.mtpx-68 {
    margin-top: 68px !important;
}

.mtpx-67 {
    margin-top: 67px !important;
}

.mtpx-66 {
    margin-top: 66px !important;
}

.mtpx-65 {
    margin-top: 65px !important;
}

.mtpx-64 {
    margin-top: 64px !important;
}

.mtpx-63 {
    margin-top: 63px !important;
}

.mtpx-62 {
    margin-top: 62px !important;
}

.mtpx-61 {
    margin-top: 61px !important;
}

.mtpx-60 {
    margin-top: 60px !important;
}

.mtpx-59 {
    margin-top: 59px !important;
}

.mtpx-58 {
    margin-top: 58px !important;
}

.mtpx-57 {
    margin-top: 57px !important;
}

.mtpx-56 {
    margin-top: 56px !important;
}

.mtpx-55 {
    margin-top: 55px !important;
}

.mtpx-54 {
    margin-top: 54px !important;
}

.mtpx-53 {
    margin-top: 53px !important;
}

.mtpx-52 {
    margin-top: 52px !important;
}

.mtpx-51 {
    margin-top: 51px !important;
}

.mtpx-50 {
    margin-top: 50px !important;
}

.mtpx-49 {
    margin-top: 49px !important;
}

.mtpx-48 {
    margin-top: 48px !important;
}

.mtpx-47 {
    margin-top: 47px !important;
}

.mtpx-46 {
    margin-top: 46px !important;
}

.mtpx-45 {
    margin-top: 45px !important;
}

.mtpx-44 {
    margin-top: 44px !important;
}

.mtpx-43 {
    margin-top: 43px !important;
}

.mtpx-42 {
    margin-top: 42px !important;
}

.mtpx-41 {
    margin-top: 41px !important;
}

.mtpx-40 {
    margin-top: 40px !important;
}

.mtpx-39 {
    margin-top: 39px !important;
}

.mtpx-38 {
    margin-top: 38px !important;
}

.mtpx-37 {
    margin-top: 37px !important;
}

.mtpx-36 {
    margin-top: 36px !important;
}

.mtpx-35 {
    margin-top: 35px !important;
}

.mtpx-34 {
    margin-top: 34px !important;
}

.mtpx-33 {
    margin-top: 33px !important;
}

.mtpx-32 {
    margin-top: 32px !important;
}

.mtpx-31 {
    margin-top: 31px !important;
}

.mtpx-30 {
    margin-top: 30px !important;
}

.mtpx-29 {
    margin-top: 29px !important;
}

.mtpx-28 {
    margin-top: 28px !important;
}

.mtpx-27 {
    margin-top: 27px !important;
}

.mtpx-26 {
    margin-top: 26px !important;
}

.mtpx-25 {
    margin-top: 25px !important;
}

.mtpx-24 {
    margin-top: 24px !important;
}

.mtpx-23 {
    margin-top: 23px !important;
}

.mtpx-22 {
    margin-top: 22px !important;
}

.mtpx-21 {
    margin-top: 21px !important;
}

.mtpx-20 {
    margin-top: 20px !important;
}

.mtpx-19 {
    margin-top: 19px !important;
}

.mtpx-18 {
    margin-top: 18px !important;
}

.mtpx-17 {
    margin-top: 17px !important;
}

.mtpx-16 {
    margin-top: 16px !important;
}

.mtpx-15 {
    margin-top: 15px !important;
}

.mtpx-14 {
    margin-top: 14px !important;
}

.mtpx-13 {
    margin-top: 13px !important;
}

.mtpx-12 {
    margin-top: 12px !important;
}

.mtpx-11 {
    margin-top: 11px !important;
}

.mtpx-10 {
    margin-top: 10px !important;
}

.mtpx-9 {
    margin-top: 9px !important;
}

.mtpx-8 {
    margin-top: 8px !important;
}

.mtpx-7 {
    margin-top: 7px !important;
}

.mtpx-6 {
    margin-top: 6px !important;
}

.mtpx-5 {
    margin-top: 5px !important;
}

.mtpx-4 {
    margin-top: 4px !important;
}

.mtpx-3 {
    margin-top: 3px !important;
}

.mtpx-2 {
    margin-top: 2px !important;
}

.mtpx-1 {
    margin-top: 1px !important;
}

.mtpx-0 {
    margin-top: 0px !important;
}

.pbpx-100 {
    padding-bottom: 100px !important;
}

.pbpx-99 {
    padding-bottom: 99px !important;
}

.pbpx-98 {
    padding-bottom: 98px !important;
}

.pbpx-97 {
    padding-bottom: 97px !important;
}

.pbpx-96 {
    padding-bottom: 96px !important;
}

.pbpx-95 {
    padding-bottom: 95px !important;
}

.pbpx-94 {
    padding-bottom: 94px !important;
}

.pbpx-93 {
    padding-bottom: 93px !important;
}

.pbpx-92 {
    padding-bottom: 92px !important;
}

.pbpx-91 {
    padding-bottom: 91px !important;
}

.pbpx-90 {
    padding-bottom: 90px !important;
}

.pbpx-89 {
    padding-bottom: 89px !important;
}

.pbpx-88 {
    padding-bottom: 88px !important;
}

.pbpx-87 {
    padding-bottom: 87px !important;
}

.pbpx-86 {
    padding-bottom: 86px !important;
}

.pbpx-85 {
    padding-bottom: 85px !important;
}

.pbpx-84 {
    padding-bottom: 84px !important;
}

.pbpx-83 {
    padding-bottom: 83px !important;
}

.pbpx-82 {
    padding-bottom: 82px !important;
}

.pbpx-81 {
    padding-bottom: 81px !important;
}

.pbpx-80 {
    padding-bottom: 80px !important;
}

.pbpx-79 {
    padding-bottom: 79px !important;
}

.pbpx-78 {
    padding-bottom: 78px !important;
}

.pbpx-77 {
    padding-bottom: 77px !important;
}

.pbpx-76 {
    padding-bottom: 76px !important;
}

.pbpx-75 {
    padding-bottom: 75px !important;
}

.pbpx-74 {
    padding-bottom: 74px !important;
}

.pbpx-73 {
    padding-bottom: 73px !important;
}

.pbpx-72 {
    padding-bottom: 72px !important;
}

.pbpx-71 {
    padding-bottom: 71px !important;
}

.pbpx-70 {
    padding-bottom: 70px !important;
}

.pbpx-69 {
    padding-bottom: 69px !important;
}

.pbpx-68 {
    padding-bottom: 68px !important;
}

.pbpx-67 {
    padding-bottom: 67px !important;
}

.pbpx-66 {
    padding-bottom: 66px !important;
}

.pbpx-65 {
    padding-bottom: 65px !important;
}

.pbpx-64 {
    padding-bottom: 64px !important;
}

.pbpx-63 {
    padding-bottom: 63px !important;
}

.pbpx-62 {
    padding-bottom: 62px !important;
}

.pbpx-61 {
    padding-bottom: 61px !important;
}

.pbpx-60 {
    padding-bottom: 60px !important;
}

.pbpx-59 {
    padding-bottom: 59px !important;
}

.pbpx-58 {
    padding-bottom: 58px !important;
}

.pbpx-57 {
    padding-bottom: 57px !important;
}

.pbpx-56 {
    padding-bottom: 56px !important;
}

.pbpx-55 {
    padding-bottom: 55px !important;
}

.pbpx-54 {
    padding-bottom: 54px !important;
}

.pbpx-53 {
    padding-bottom: 53px !important;
}

.pbpx-52 {
    padding-bottom: 52px !important;
}

.pbpx-51 {
    padding-bottom: 51px !important;
}

.pbpx-50 {
    padding-bottom: 50px !important;
}

.pbpx-49 {
    padding-bottom: 49px !important;
}

.pbpx-48 {
    padding-bottom: 48px !important;
}

.pbpx-47 {
    padding-bottom: 47px !important;
}

.pbpx-46 {
    padding-bottom: 46px !important;
}

.pbpx-45 {
    padding-bottom: 45px !important;
}

.pbpx-44 {
    padding-bottom: 44px !important;
}

.pbpx-43 {
    padding-bottom: 43px !important;
}

.pbpx-42 {
    padding-bottom: 42px !important;
}

.pbpx-41 {
    padding-bottom: 41px !important;
}

.pbpx-40 {
    padding-bottom: 40px !important;
}

.pbpx-39 {
    padding-bottom: 39px !important;
}

.pbpx-38 {
    padding-bottom: 38px !important;
}

.pbpx-37 {
    padding-bottom: 37px !important;
}

.pbpx-36 {
    padding-bottom: 36px !important;
}

.pbpx-35 {
    padding-bottom: 35px !important;
}

.pbpx-34 {
    padding-bottom: 34px !important;
}

.pbpx-33 {
    padding-bottom: 33px !important;
}

.pbpx-32 {
    padding-bottom: 32px !important;
}

.pbpx-31 {
    padding-bottom: 31px !important;
}

.pbpx-30 {
    padding-bottom: 30px !important;
}

.pbpx-29 {
    padding-bottom: 29px !important;
}

.pbpx-28 {
    padding-bottom: 28px !important;
}

.pbpx-27 {
    padding-bottom: 27px !important;
}

.pbpx-26 {
    padding-bottom: 26px !important;
}

.pbpx-25 {
    padding-bottom: 25px !important;
}

.pbpx-24 {
    padding-bottom: 24px !important;
}

.pbpx-23 {
    padding-bottom: 23px !important;
}

.pbpx-22 {
    padding-bottom: 22px !important;
}

.pbpx-21 {
    padding-bottom: 21px !important;
}

.pbpx-20 {
    padding-bottom: 20px !important;
}

.pbpx-19 {
    padding-bottom: 19px !important;
}

.pbpx-18 {
    padding-bottom: 18px !important;
}

.pbpx-17 {
    padding-bottom: 17px !important;
}

.pbpx-16 {
    padding-bottom: 16px !important;
}

.pbpx-15 {
    padding-bottom: 15px !important;
}

.pbpx-14 {
    padding-bottom: 14px !important;
}

.pbpx-13 {
    padding-bottom: 13px !important;
}

.pbpx-12 {
    padding-bottom: 12px !important;
}

.pbpx-11 {
    padding-bottom: 11px !important;
}

.pbpx-10 {
    padding-bottom: 10px !important;
}

.pbpx-9 {
    padding-bottom: 9px !important;
}

.pbpx-8 {
    padding-bottom: 8px !important;
}

.pbpx-7 {
    padding-bottom: 7px !important;
}

.pbpx-6 {
    padding-bottom: 6px !important;
}

.pbpx-5 {
    padding-bottom: 5px !important;
}

.pbpx-4 {
    padding-bottom: 4px !important;
}

.pbpx-3 {
    padding-bottom: 3px !important;
}

.pbpx-2 {
    padding-bottom: 2px !important;
}

.pbpx-1 {
    padding-bottom: 1px !important;
}

.pbpx-0 {
    padding-bottom: 0px !important;
}

.ptpx-100 {
    padding-top: 100px !important;
}

.ptpx-99 {
    padding-top: 99px !important;
}

.ptpx-98 {
    padding-top: 98px !important;
}

.ptpx-97 {
    padding-top: 97px !important;
}

.ptpx-96 {
    padding-top: 96px !important;
}

.ptpx-95 {
    padding-top: 95px !important;
}

.ptpx-94 {
    padding-top: 94px !important;
}

.ptpx-93 {
    padding-top: 93px !important;
}

.ptpx-92 {
    padding-top: 92px !important;
}

.ptpx-91 {
    padding-top: 91px !important;
}

.ptpx-90 {
    padding-top: 90px !important;
}

.ptpx-89 {
    padding-top: 89px !important;
}

.ptpx-88 {
    padding-top: 88px !important;
}

.ptpx-87 {
    padding-top: 87px !important;
}

.ptpx-86 {
    padding-top: 86px !important;
}

.ptpx-85 {
    padding-top: 85px !important;
}

.ptpx-84 {
    padding-top: 84px !important;
}

.ptpx-83 {
    padding-top: 83px !important;
}

.ptpx-82 {
    padding-top: 82px !important;
}

.ptpx-81 {
    padding-top: 81px !important;
}

.ptpx-80 {
    padding-top: 80px !important;
}

.ptpx-79 {
    padding-top: 79px !important;
}

.ptpx-78 {
    padding-top: 78px !important;
}

.ptpx-77 {
    padding-top: 77px !important;
}

.ptpx-76 {
    padding-top: 76px !important;
}

.ptpx-75 {
    padding-top: 75px !important;
}

.ptpx-74 {
    padding-top: 74px !important;
}

.ptpx-73 {
    padding-top: 73px !important;
}

.ptpx-72 {
    padding-top: 72px !important;
}

.ptpx-71 {
    padding-top: 71px !important;
}

.ptpx-70 {
    padding-top: 70px !important;
}

.ptpx-69 {
    padding-top: 69px !important;
}

.ptpx-68 {
    padding-top: 68px !important;
}

.ptpx-67 {
    padding-top: 67px !important;
}

.ptpx-66 {
    padding-top: 66px !important;
}

.ptpx-65 {
    padding-top: 65px !important;
}

.ptpx-64 {
    padding-top: 64px !important;
}

.ptpx-63 {
    padding-top: 63px !important;
}

.ptpx-62 {
    padding-top: 62px !important;
}

.ptpx-61 {
    padding-top: 61px !important;
}

.ptpx-60 {
    padding-top: 60px !important;
}

.ptpx-59 {
    padding-top: 59px !important;
}

.ptpx-58 {
    padding-top: 58px !important;
}

.ptpx-57 {
    padding-top: 57px !important;
}

.ptpx-56 {
    padding-top: 56px !important;
}

.ptpx-55 {
    padding-top: 55px !important;
}

.ptpx-54 {
    padding-top: 54px !important;
}

.ptpx-53 {
    padding-top: 53px !important;
}

.ptpx-52 {
    padding-top: 52px !important;
}

.ptpx-51 {
    padding-top: 51px !important;
}

.ptpx-50 {
    padding-top: 50px !important;
}

.ptpx-49 {
    padding-top: 49px !important;
}

.ptpx-48 {
    padding-top: 48px !important;
}

.ptpx-47 {
    padding-top: 47px !important;
}

.ptpx-46 {
    padding-top: 46px !important;
}

.ptpx-45 {
    padding-top: 45px !important;
}

.ptpx-44 {
    padding-top: 44px !important;
}

.ptpx-43 {
    padding-top: 43px !important;
}

.ptpx-42 {
    padding-top: 42px !important;
}

.ptpx-41 {
    padding-top: 41px !important;
}

.ptpx-40 {
    padding-top: 40px !important;
}

.ptpx-39 {
    padding-top: 39px !important;
}

.ptpx-38 {
    padding-top: 38px !important;
}

.ptpx-37 {
    padding-top: 37px !important;
}

.ptpx-36 {
    padding-top: 36px !important;
}

.ptpx-35 {
    padding-top: 35px !important;
}

.ptpx-34 {
    padding-top: 34px !important;
}

.ptpx-33 {
    padding-top: 33px !important;
}

.ptpx-32 {
    padding-top: 32px !important;
}

.ptpx-31 {
    padding-top: 31px !important;
}

.ptpx-30 {
    padding-top: 30px !important;
}

.ptpx-29 {
    padding-top: 29px !important;
}

.ptpx-28 {
    padding-top: 28px !important;
}

.ptpx-27 {
    padding-top: 27px !important;
}

.ptpx-26 {
    padding-top: 26px !important;
}

.ptpx-25 {
    padding-top: 25px !important;
}

.ptpx-24 {
    padding-top: 24px !important;
}

.ptpx-23 {
    padding-top: 23px !important;
}

.ptpx-22 {
    padding-top: 22px !important;
}

.ptpx-21 {
    padding-top: 21px !important;
}

.ptpx-20 {
    padding-top: 20px !important;
}

.ptpx-19 {
    padding-top: 19px !important;
}

.ptpx-18 {
    padding-top: 18px !important;
}

.ptpx-17 {
    padding-top: 17px !important;
}

.ptpx-16 {
    padding-top: 16px !important;
}

.ptpx-15 {
    padding-top: 15px !important;
}

.ptpx-14 {
    padding-top: 14px !important;
}

.ptpx-13 {
    padding-top: 13px !important;
}

.ptpx-12 {
    padding-top: 12px !important;
}

.ptpx-11 {
    padding-top: 11px !important;
}

.ptpx-10 {
    padding-top: 10px !important;
}

.ptpx-9 {
    padding-top: 9px !important;
}

.ptpx-8 {
    padding-top: 8px !important;
}

.ptpx-7 {
    padding-top: 7px !important;
}

.ptpx-6 {
    padding-top: 6px !important;
}

.ptpx-5 {
    padding-top: 5px !important;
}

.ptpx-4 {
    padding-top: 4px !important;
}

.ptpx-3 {
    padding-top: 3px !important;
}

.ptpx-2 {
    padding-top: 2px !important;
}

.ptpx-1 {
    padding-top: 1px !important;
}

.ptpx-0 {
    padding-top: 0px !important;
}

.pr-100 {
    padding-right: 100% !important;
}

.pr-99 {
    padding-right: 99% !important;
}

.pr-98 {
    padding-right: 98% !important;
}

.pr-97 {
    padding-right: 97% !important;
}

.pr-96 {
    padding-right: 96% !important;
}

.pr-95 {
    padding-right: 95% !important;
}

.pr-94 {
    padding-right: 94% !important;
}

.pr-93 {
    padding-right: 93% !important;
}

.pr-92 {
    padding-right: 92% !important;
}

.pr-91 {
    padding-right: 91% !important;
}

.pr-90 {
    padding-right: 90% !important;
}

.pr-89 {
    padding-right: 89% !important;
}

.pr-88 {
    padding-right: 88% !important;
}

.pr-87 {
    padding-right: 87% !important;
}

.pr-86 {
    padding-right: 86% !important;
}

.pr-85 {
    padding-right: 85% !important;
}

.pr-84 {
    padding-right: 84% !important;
}

.pr-83 {
    padding-right: 83% !important;
}

.pr-82 {
    padding-right: 82% !important;
}

.pr-81 {
    padding-right: 81% !important;
}

.pr-80 {
    padding-right: 80% !important;
}

.pr-79 {
    padding-right: 79% !important;
}

.pr-78 {
    padding-right: 78% !important;
}

.pr-77 {
    padding-right: 77% !important;
}

.pr-76 {
    padding-right: 76% !important;
}

.pr-75 {
    padding-right: 75% !important;
}

.pr-74 {
    padding-right: 74% !important;
}

.pr-73 {
    padding-right: 73% !important;
}

.pr-72 {
    padding-right: 72% !important;
}

.pr-71 {
    padding-right: 71% !important;
}

.pr-70 {
    padding-right: 70% !important;
}

.pr-69 {
    padding-right: 69% !important;
}

.pr-68 {
    padding-right: 68% !important;
}

.pr-67 {
    padding-right: 67% !important;
}

.pr-66 {
    padding-right: 66% !important;
}

.pr-65 {
    padding-right: 65% !important;
}

.pr-64 {
    padding-right: 64% !important;
}

.pr-63 {
    padding-right: 63% !important;
}

.pr-62 {
    padding-right: 62% !important;
}

.pr-61 {
    padding-right: 61% !important;
}

.pr-60 {
    padding-right: 60% !important;
}

.pr-59 {
    padding-right: 59% !important;
}

.pr-58 {
    padding-right: 58% !important;
}

.pr-57 {
    padding-right: 57% !important;
}

.pr-56 {
    padding-right: 56% !important;
}

.pr-55 {
    padding-right: 55% !important;
}

.pr-54 {
    padding-right: 54% !important;
}

.pr-53 {
    padding-right: 53% !important;
}

.pr-52 {
    padding-right: 52% !important;
}

.pr-51 {
    padding-right: 51% !important;
}

.pr-50 {
    padding-right: 50% !important;
}

.pr-49 {
    padding-right: 49% !important;
}

.pr-48 {
    padding-right: 48% !important;
}

.pr-47 {
    padding-right: 47% !important;
}

.pr-46 {
    padding-right: 46% !important;
}

.pr-45 {
    padding-right: 45% !important;
}

.pr-44 {
    padding-right: 44% !important;
}

.pr-43 {
    padding-right: 43% !important;
}

.pr-42 {
    padding-right: 42% !important;
}

.pr-41 {
    padding-right: 41% !important;
}

.pr-40 {
    padding-right: 40% !important;
}

.pr-39 {
    padding-right: 39% !important;
}

.pr-38 {
    padding-right: 38% !important;
}

.pr-37 {
    padding-right: 37% !important;
}

.pr-36 {
    padding-right: 36% !important;
}

.pr-35 {
    padding-right: 35% !important;
}

.pr-34 {
    padding-right: 34% !important;
}

.pr-33 {
    padding-right: 33% !important;
}

.pr-32 {
    padding-right: 32% !important;
}

.pr-31 {
    padding-right: 31% !important;
}

.pr-30 {
    padding-right: 30% !important;
}

.pr-29 {
    padding-right: 29% !important;
}

.pr-28 {
    padding-right: 28% !important;
}

.pr-27 {
    padding-right: 27% !important;
}

.pr-26 {
    padding-right: 26% !important;
}

.pr-25 {
    padding-right: 25% !important;
}

.pr-24 {
    padding-right: 24% !important;
}

.pr-23 {
    padding-right: 23% !important;
}

.pr-22 {
    padding-right: 22% !important;
}

.pr-21 {
    padding-right: 21% !important;
}

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

.pr-19 {
    padding-right: 19% !important;
}

.pr-18 {
    padding-right: 18% !important;
}

.pr-17 {
    padding-right: 17% !important;
}

.pr-16 {
    padding-right: 16% !important;
}

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

.pr-14 {
    padding-right: 14% !important;
}

.pr-13 {
    padding-right: 13% !important;
}

.pr-12 {
    padding-right: 12% !important;
}

.pr-11 {
    padding-right: 11% !important;
}

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

.pr-9 {
    padding-right: 9% !important;
}

.pr-8 {
    padding-right: 8% !important;
}

.pr-7 {
    padding-right: 7% !important;
}

.pr-6 {
    padding-right: 6% !important;
}

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

.pr-4 {
    padding-right: 4% !important;
}

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

.pr-2 {
    padding-right: 2% !important;
}

.pr-1 {
    padding-right: 1% !important;
}

.pl-100 {
    padding-left: 100% !important;
}

.pl-99 {
    padding-left: 99% !important;
}

.pl-98 {
    padding-left: 98% !important;
}

.pl-97 {
    padding-left: 97% !important;
}

.pl-96 {
    padding-left: 96% !important;
}

.pl-95 {
    padding-left: 95% !important;
}

.pl-94 {
    padding-left: 94% !important;
}

.pl-93 {
    padding-left: 93% !important;
}

.pl-92 {
    padding-left: 92% !important;
}

.pl-91 {
    padding-left: 91% !important;
}

.pl-90 {
    padding-left: 90% !important;
}

.pl-89 {
    padding-left: 89% !important;
}

.pl-88 {
    padding-left: 88% !important;
}

.pl-87 {
    padding-left: 87% !important;
}

.pl-86 {
    padding-left: 86% !important;
}

.pl-85 {
    padding-left: 85% !important;
}

.pl-84 {
    padding-left: 84% !important;
}

.pl-83 {
    padding-left: 83% !important;
}

.pl-82 {
    padding-left: 82% !important;
}

.pl-81 {
    padding-left: 81% !important;
}

.pl-80 {
    padding-left: 80% !important;
}

.pl-79 {
    padding-left: 79% !important;
}

.pl-78 {
    padding-left: 78% !important;
}

.pl-77 {
    padding-left: 77% !important;
}

.pl-76 {
    padding-left: 76% !important;
}

.pl-75 {
    padding-left: 75% !important;
}

.pl-74 {
    padding-left: 74% !important;
}

.pl-73 {
    padding-left: 73% !important;
}

.pl-72 {
    padding-left: 72% !important;
}

.pl-71 {
    padding-left: 71% !important;
}

.pl-70 {
    padding-left: 70% !important;
}

.pl-69 {
    padding-left: 69% !important;
}

.pl-68 {
    padding-left: 68% !important;
}

.pl-67 {
    padding-left: 67% !important;
}

.pl-66 {
    padding-left: 66% !important;
}

.pl-65 {
    padding-left: 65% !important;
}

.pl-64 {
    padding-left: 64% !important;
}

.pl-63 {
    padding-left: 63% !important;
}

.pl-62 {
    padding-left: 62% !important;
}

.pl-61 {
    padding-left: 61% !important;
}

.pl-60 {
    padding-left: 60% !important;
}

.pl-59 {
    padding-left: 59% !important;
}

.pl-58 {
    padding-left: 58% !important;
}

.pl-57 {
    padding-left: 57% !important;
}

.pl-56 {
    padding-left: 56% !important;
}

.pl-55 {
    padding-left: 55% !important;
}

.pl-54 {
    padding-left: 54% !important;
}

.pl-53 {
    padding-left: 53% !important;
}

.pl-52 {
    padding-left: 52% !important;
}

.pl-51 {
    padding-left: 51% !important;
}

.pl-50 {
    padding-left: 50% !important;
}

.pl-49 {
    padding-left: 49% !important;
}

.pl-48 {
    padding-left: 48% !important;
}

.pl-47 {
    padding-left: 47% !important;
}

.pl-46 {
    padding-left: 46% !important;
}

.pl-45 {
    padding-left: 45% !important;
}

.pl-44 {
    padding-left: 44% !important;
}

.pl-43 {
    padding-left: 43% !important;
}

.pl-42 {
    padding-left: 42% !important;
}

.pl-41 {
    padding-left: 41% !important;
}

.pl-40 {
    padding-left: 40% !important;
}

.pl-39 {
    padding-left: 39% !important;
}

.pl-38 {
    padding-left: 38% !important;
}

.pl-37 {
    padding-left: 37% !important;
}

.pl-36 {
    padding-left: 36% !important;
}

.pl-35 {
    padding-left: 35% !important;
}

.pl-34 {
    padding-left: 34% !important;
}

.pl-33 {
    padding-left: 33% !important;
}

.pl-32 {
    padding-left: 32% !important;
}

.pl-31 {
    padding-left: 31% !important;
}

.pl-30 {
    padding-left: 30% !important;
}

.pl-29 {
    padding-left: 29% !important;
}

.pl-28 {
    padding-left: 28% !important;
}

.pl-27 {
    padding-left: 27% !important;
}

.pl-26 {
    padding-left: 26% !important;
}

.pl-25 {
    padding-left: 25% !important;
}

.pl-24 {
    padding-left: 24% !important;
}

.pl-23 {
    padding-left: 23% !important;
}

.pl-22 {
    padding-left: 22% !important;
}

.pl-21 {
    padding-left: 21% !important;
}

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

.pl-19 {
    padding-left: 19% !important;
}

.pl-18 {
    padding-left: 18% !important;
}

.pl-17 {
    padding-left: 17% !important;
}

.pl-16 {
    padding-left: 16% !important;
}

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

.pl-14 {
    padding-left: 14% !important;
}

.pl-13 {
    padding-left: 13% !important;
}

.pl-12 {
    padding-left: 12% !important;
}

.pl-11 {
    padding-left: 11% !important;
}

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

.pl-9 {
    padding-left: 9% !important;
}

.pl-8 {
    padding-left: 8% !important;
}

.pl-7 {
    padding-left: 7% !important;
}

.pl-6 {
    padding-left: 6% !important;
}

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

.pl-4 {
    padding-left: 4% !important;
}

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

.pl-2 {
    padding-left: 2% !important;
}

.pl-1 {
    padding-left: 1% !important;
}

.prpx-100 {
    padding-right: 100px !important;
}

.prpx-99 {
    padding-right: 99px !important;
}

.prpx-98 {
    padding-right: 98px !important;
}

.prpx-97 {
    padding-right: 97px !important;
}

.prpx-96 {
    padding-right: 96px !important;
}

.prpx-95 {
    padding-right: 95px !important;
}

.prpx-94 {
    padding-right: 94px !important;
}

.prpx-93 {
    padding-right: 93px !important;
}

.prpx-92 {
    padding-right: 92px !important;
}

.prpx-91 {
    padding-right: 91px !important;
}

.prpx-90 {
    padding-right: 90px !important;
}

.prpx-89 {
    padding-right: 89px !important;
}

.prpx-88 {
    padding-right: 88px !important;
}

.prpx-87 {
    padding-right: 87px !important;
}

.prpx-86 {
    padding-right: 86px !important;
}

.prpx-85 {
    padding-right: 85px !important;
}

.prpx-84 {
    padding-right: 84px !important;
}

.prpx-83 {
    padding-right: 83px !important;
}

.prpx-82 {
    padding-right: 82px !important;
}

.prpx-81 {
    padding-right: 81px !important;
}

.prpx-80 {
    padding-right: 80px !important;
}

.prpx-79 {
    padding-right: 79px !important;
}

.prpx-78 {
    padding-right: 78px !important;
}

.prpx-77 {
    padding-right: 77px !important;
}

.prpx-76 {
    padding-right: 76px !important;
}

.prpx-75 {
    padding-right: 75px !important;
}

.prpx-74 {
    padding-right: 74px !important;
}

.prpx-73 {
    padding-right: 73px !important;
}

.prpx-72 {
    padding-right: 72px !important;
}

.prpx-71 {
    padding-right: 71px !important;
}

.prpx-70 {
    padding-right: 70px !important;
}

.prpx-69 {
    padding-right: 69px !important;
}

.prpx-68 {
    padding-right: 68px !important;
}

.prpx-67 {
    padding-right: 67px !important;
}

.prpx-66 {
    padding-right: 66px !important;
}

.prpx-65 {
    padding-right: 65px !important;
}

.prpx-64 {
    padding-right: 64px !important;
}

.prpx-63 {
    padding-right: 63px !important;
}

.prpx-62 {
    padding-right: 62px !important;
}

.prpx-61 {
    padding-right: 61px !important;
}

.prpx-60 {
    padding-right: 60px !important;
}

.prpx-59 {
    padding-right: 59px !important;
}

.prpx-58 {
    padding-right: 58px !important;
}

.prpx-57 {
    padding-right: 57px !important;
}

.prpx-56 {
    padding-right: 56px !important;
}

.prpx-55 {
    padding-right: 55px !important;
}

.prpx-54 {
    padding-right: 54px !important;
}

.prpx-53 {
    padding-right: 53px !important;
}

.prpx-52 {
    padding-right: 52px !important;
}

.prpx-51 {
    padding-right: 51px !important;
}

.prpx-50 {
    padding-right: 50px !important;
}

.prpx-49 {
    padding-right: 49px !important;
}

.prpx-48 {
    padding-right: 48px !important;
}

.prpx-47 {
    padding-right: 47px !important;
}

.prpx-46 {
    padding-right: 46px !important;
}

.prpx-45 {
    padding-right: 45px !important;
}

.prpx-44 {
    padding-right: 44px !important;
}

.prpx-43 {
    padding-right: 43px !important;
}

.prpx-42 {
    padding-right: 42px !important;
}

.prpx-41 {
    padding-right: 41px !important;
}

.prpx-40 {
    padding-right: 40px !important;
}

.prpx-39 {
    padding-right: 39px !important;
}

.prpx-38 {
    padding-right: 38px !important;
}

.prpx-37 {
    padding-right: 37px !important;
}

.prpx-36 {
    padding-right: 36px !important;
}

.prpx-35 {
    padding-right: 35px !important;
}

.prpx-34 {
    padding-right: 34px !important;
}

.prpx-33 {
    padding-right: 33px !important;
}

.prpx-32 {
    padding-right: 32px !important;
}

.prpx-31 {
    padding-right: 31px !important;
}

.prpx-30 {
    padding-right: 30px !important;
}

.prpx-29 {
    padding-right: 29px !important;
}

.prpx-28 {
    padding-right: 28px !important;
}

.prpx-27 {
    padding-right: 27px !important;
}

.prpx-26 {
    padding-right: 26px !important;
}

.prpx-25 {
    padding-right: 25px !important;
}

.prpx-24 {
    padding-right: 24px !important;
}

.prpx-23 {
    padding-right: 23px !important;
}

.prpx-22 {
    padding-right: 22px !important;
}

.prpx-21 {
    padding-right: 21px !important;
}

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

.prpx-19 {
    padding-right: 19px !important;
}

.prpx-18 {
    padding-right: 18px !important;
}

.prpx-17 {
    padding-right: 17px !important;
}

.prpx-16 {
    padding-right: 16px !important;
}

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

.prpx-14 {
    padding-right: 14px !important;
}

.prpx-13 {
    padding-right: 13px !important;
}

.prpx-12 {
    padding-right: 12px !important;
}

.prpx-11 {
    padding-right: 11px !important;
}

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

.prpx-9 {
    padding-right: 9px !important;
}

.prpx-8 {
    padding-right: 8px !important;
}

.prpx-7 {
    padding-right: 7px !important;
}

.prpx-6 {
    padding-right: 6px !important;
}

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

.prpx-4 {
    padding-right: 4px !important;
}

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

.prpx-2 {
    padding-right: 2px !important;
}

.prpx-1 {
    padding-right: 1px !important;
}

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

.plpx-100 {
    padding-left: 100px !important;
}

.plpx-99 {
    padding-left: 99px !important;
}

.plpx-98 {
    padding-left: 98px !important;
}

.plpx-97 {
    padding-left: 97px !important;
}

.plpx-96 {
    padding-left: 96px !important;
}

.plpx-95 {
    padding-left: 95px !important;
}

.plpx-94 {
    padding-left: 94px !important;
}

.plpx-93 {
    padding-left: 93px !important;
}

.plpx-92 {
    padding-left: 92px !important;
}

.plpx-91 {
    padding-left: 91px !important;
}

.plpx-90 {
    padding-left: 90px !important;
}

.plpx-89 {
    padding-left: 89px !important;
}

.plpx-88 {
    padding-left: 88px !important;
}

.plpx-87 {
    padding-left: 87px !important;
}

.plpx-86 {
    padding-left: 86px !important;
}

.plpx-85 {
    padding-left: 85px !important;
}

.plpx-84 {
    padding-left: 84px !important;
}

.plpx-83 {
    padding-left: 83px !important;
}

.plpx-82 {
    padding-left: 82px !important;
}

.plpx-81 {
    padding-left: 81px !important;
}

.plpx-80 {
    padding-left: 80px !important;
}

.plpx-79 {
    padding-left: 79px !important;
}

.plpx-78 {
    padding-left: 78px !important;
}

.plpx-77 {
    padding-left: 77px !important;
}

.plpx-76 {
    padding-left: 76px !important;
}

.plpx-75 {
    padding-left: 75px !important;
}

.plpx-74 {
    padding-left: 74px !important;
}

.plpx-73 {
    padding-left: 73px !important;
}

.plpx-72 {
    padding-left: 72px !important;
}

.plpx-71 {
    padding-left: 71px !important;
}

.plpx-70 {
    padding-left: 70px !important;
}

.plpx-69 {
    padding-left: 69px !important;
}

.plpx-68 {
    padding-left: 68px !important;
}

.plpx-67 {
    padding-left: 67px !important;
}

.plpx-66 {
    padding-left: 66px !important;
}

.plpx-65 {
    padding-left: 65px !important;
}

.plpx-64 {
    padding-left: 64px !important;
}

.plpx-63 {
    padding-left: 63px !important;
}

.plpx-62 {
    padding-left: 62px !important;
}

.plpx-61 {
    padding-left: 61px !important;
}

.plpx-60 {
    padding-left: 60px !important;
}

.plpx-59 {
    padding-left: 59px !important;
}

.plpx-58 {
    padding-left: 58px !important;
}

.plpx-57 {
    padding-left: 57px !important;
}

.plpx-56 {
    padding-left: 56px !important;
}

.plpx-55 {
    padding-left: 55px !important;
}

.plpx-54 {
    padding-left: 54px !important;
}

.plpx-53 {
    padding-left: 53px !important;
}

.plpx-52 {
    padding-left: 52px !important;
}

.plpx-51 {
    padding-left: 51px !important;
}

.plpx-50 {
    padding-left: 50px !important;
}

.plpx-49 {
    padding-left: 49px !important;
}

.plpx-48 {
    padding-left: 48px !important;
}

.plpx-47 {
    padding-left: 47px !important;
}

.plpx-46 {
    padding-left: 46px !important;
}

.plpx-45 {
    padding-left: 45px !important;
}

.plpx-44 {
    padding-left: 44px !important;
}

.plpx-43 {
    padding-left: 43px !important;
}

.plpx-42 {
    padding-left: 42px !important;
}

.plpx-41 {
    padding-left: 41px !important;
}

.plpx-40 {
    padding-left: 40px !important;
}

.plpx-39 {
    padding-left: 39px !important;
}

.plpx-38 {
    padding-left: 38px !important;
}

.plpx-37 {
    padding-left: 37px !important;
}

.plpx-36 {
    padding-left: 36px !important;
}

.plpx-35 {
    padding-left: 35px !important;
}

.plpx-34 {
    padding-left: 34px !important;
}

.plpx-33 {
    padding-left: 33px !important;
}

.plpx-32 {
    padding-left: 32px !important;
}

.plpx-31 {
    padding-left: 31px !important;
}

.plpx-30 {
    padding-left: 30px !important;
}

.plpx-29 {
    padding-left: 29px !important;
}

.plpx-28 {
    padding-left: 28px !important;
}

.plpx-27 {
    padding-left: 27px !important;
}

.plpx-26 {
    padding-left: 26px !important;
}

.plpx-25 {
    padding-left: 25px !important;
}

.plpx-24 {
    padding-left: 24px !important;
}

.plpx-23 {
    padding-left: 23px !important;
}

.plpx-22 {
    padding-left: 22px !important;
}

.plpx-21 {
    padding-left: 21px !important;
}

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

.plpx-19 {
    padding-left: 19px !important;
}

.plpx-18 {
    padding-left: 18px !important;
}

.plpx-17 {
    padding-left: 17px !important;
}

.plpx-16 {
    padding-left: 16px !important;
}

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

.plpx-14 {
    padding-left: 14px !important;
}

.plpx-13 {
    padding-left: 13px !important;
}

.plpx-12 {
    padding-left: 12px !important;
}

.plpx-11 {
    padding-left: 11px !important;
}

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

.plpx-9 {
    padding-left: 9px !important;
}

.plpx-8 {
    padding-left: 8px !important;
}

.plpx-7 {
    padding-left: 7px !important;
}

.plpx-6 {
    padding-left: 6px !important;
}

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

.plpx-4 {
    padding-left: 4px !important;
}

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

.plpx-2 {
    padding-left: 2px !important;
}

.plpx-1 {
    padding-left: 1px !important;
}

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

.h-100 {
    height: 100px;
}

.h-99 {
    height: 99px;
}

.h-98 {
    height: 98px;
}

.h-97 {
    height: 97px;
}

.h-96 {
    height: 96px;
}

.h-95 {
    height: 95px;
}

.h-94 {
    height: 94px;
}

.h-93 {
    height: 93px;
}

.h-92 {
    height: 92px;
}

.h-91 {
    height: 91px;
}

.h-90 {
    height: 90px;
}

.h-89 {
    height: 89px;
}

.h-88 {
    height: 88px;
}

.h-87 {
    height: 87px;
}

.h-86 {
    height: 86px;
}

.h-85 {
    height: 85px;
}

.h-84 {
    height: 84px;
}

.h-83 {
    height: 83px;
}

.h-82 {
    height: 82px;
}

.h-81 {
    height: 81px;
}

.h-80 {
    height: 80px;
}

.h-79 {
    height: 79px;
}

.h-78 {
    height: 78px;
}

.h-77 {
    height: 77px;
}

.h-76 {
    height: 76px;
}

.h-75 {
    height: 75px;
}

.h-74 {
    height: 74px;
}

.h-73 {
    height: 73px;
}

.h-72 {
    height: 72px;
}

.h-71 {
    height: 71px;
}

.h-70 {
    height: 70px;
}

.h-69 {
    height: 69px;
}

.h-68 {
    height: 68px;
}

.h-67 {
    height: 67px;
}

.h-66 {
    height: 66px;
}

.h-65 {
    height: 65px;
}

.h-64 {
    height: 64px;
}

.h-63 {
    height: 63px;
}

.h-62 {
    height: 62px;
}

.h-61 {
    height: 61px;
}

.h-60 {
    height: 60px;
}

.h-59 {
    height: 59px;
}

.h-58 {
    height: 58px;
}

.h-57 {
    height: 57px;
}

.h-56 {
    height: 56px;
}

.h-55 {
    height: 55px;
}

.h-54 {
    height: 54px;
}

.h-53 {
    height: 53px;
}

.h-52 {
    height: 52px;
}

.h-51 {
    height: 51px;
}

.h-50 {
    height: 50px;
}

.h-49 {
    height: 49px;
}

.h-48 {
    height: 48px;
}

.h-47 {
    height: 47px;
}

.h-46 {
    height: 46px;
}

.h-45 {
    height: 45px;
}

.h-44 {
    height: 44px;
}

.h-43 {
    height: 43px;
}

.h-42 {
    height: 42px;
}

.h-41 {
    height: 41px;
}

.h-40 {
    height: 40px;
}

.h-39 {
    height: 39px;
}

.h-38 {
    height: 38px;
}

.h-37 {
    height: 37px;
}

.h-36 {
    height: 36px;
}

.h-35 {
    height: 35px;
}

.h-34 {
    height: 34px;
}

.h-33 {
    height: 33px;
}

.h-32 {
    height: 32px;
}

.h-31 {
    height: 31px;
}

.h-30 {
    height: 30px;
}

.h-29 {
    height: 29px;
}

.h-28 {
    height: 28px;
}

.h-27 {
    height: 27px;
}

.h-26 {
    height: 26px;
}

.h-25 {
    height: 25px;
}

.h-24 {
    height: 24px;
}

.h-23 {
    height: 23px;
}

.h-22 {
    height: 22px;
}

.h-21 {
    height: 21px;
}

.h-20 {
    height: 20px;
}

.h-19 {
    height: 19px;
}

.h-18 {
    height: 18px;
}

.h-17 {
    height: 17px;
}

.h-16 {
    height: 16px;
}

.h-15 {
    height: 15px;
}

.h-14 {
    height: 14px;
}

.h-13 {
    height: 13px;
}

.h-12 {
    height: 12px;
}

.h-11 {
    height: 11px;
}

.h-10 {
    height: 10px;
}

.h-9 {
    height: 9px;
}

.h-8 {
    height: 8px;
}

.h-7 {
    height: 7px;
}

.h-6 {
    height: 6px;
}

.h-5 {
    height: 5px;
}

.h-4 {
    height: 4px;
}

.h-3 {
    height: 3px;
}

.h-2 {
    height: 2px;
}

.h-1 {
    height: 1px;
}

.h-0 {
    height: 0px;
}

.w-100 {
    width: 100%;
}

.w-99 {
    width: 99%;
}

.w-98 {
    width: 98%;
}

.w-97 {
    width: 97%;
}

.w-96 {
    width: 96%;
}

.w-95 {
    width: 95%;
}

.w-94 {
    width: 94%;
}

.w-93 {
    width: 93%;
}

.w-92 {
    width: 92%;
}

.w-91 {
    width: 91%;
}

.w-90 {
    width: 90%;
}

.w-89 {
    width: 89%;
}

.w-88 {
    width: 88%;
}

.w-87 {
    width: 87%;
}

.w-86 {
    width: 86%;
}

.w-85 {
    width: 85%;
}

.w-84 {
    width: 84%;
}

.w-83 {
    width: 83%;
}

.w-82 {
    width: 82%;
}

.w-81 {
    width: 81%;
}

.w-80 {
    width: 80%;
}

.w-79 {
    width: 79%;
}

.w-78 {
    width: 78%;
}

.w-77 {
    width: 77%;
}

.w-76 {
    width: 76%;
}

.w-75 {
    width: 75%;
}

.w-74 {
    width: 74%;
}

.w-73 {
    width: 73%;
}

.w-72 {
    width: 72%;
}

.w-71 {
    width: 71%;
}

.w-70 {
    width: 70%;
}

.w-69 {
    width: 69%;
}

.w-68 {
    width: 68%;
}

.w-67 {
    width: 67%;
}

.w-66 {
    width: 66%;
}

.w-65 {
    width: 65%;
}

.w-64 {
    width: 64%;
}

.w-63 {
    width: 63%;
}

.w-62 {
    width: 62%;
}

.w-61 {
    width: 61%;
}

.w-60 {
    width: 60%;
}

.w-59 {
    width: 59%;
}

.w-58 {
    width: 58%;
}

.w-57 {
    width: 57%;
}

.w-56 {
    width: 56%;
}

.w-55 {
    width: 55%;
}

.w-54 {
    width: 54%;
}

.w-53 {
    width: 53%;
}

.w-52 {
    width: 52%;
}

.w-51 {
    width: 51%;
}

.w-50 {
    width: 50%;
}

.w-49 {
    width: 49%;
}

.w-48 {
    width: 48%;
}

.w-47 {
    width: 47%;
}

.w-46 {
    width: 46%;
}

.w-45 {
    width: 45%;
}

.w-44 {
    width: 44%;
}

.w-43 {
    width: 43%;
}

.w-42 {
    width: 42%;
}

.w-41 {
    width: 41%;
}

.w-40 {
    width: 40%;
}

.w-39 {
    width: 39%;
}

.w-38 {
    width: 38%;
}

.w-37 {
    width: 37%;
}

.w-36 {
    width: 36%;
}

.w-35 {
    width: 35%;
}

.w-34 {
    width: 34%;
}

.w-33 {
    width: 33%;
}

.w-32 {
    width: 32%;
}

.w-31 {
    width: 31%;
}

.w-30 {
    width: 30%;
}

.w-29 {
    width: 29%;
}

.w-28 {
    width: 28%;
}

.w-27 {
    width: 27%;
}

.w-26 {
    width: 26%;
}

.w-25 {
    width: 25%;
}

.w-24 {
    width: 24%;
}

.w-23 {
    width: 23%;
}

.w-22 {
    width: 22%;
}

.w-21 {
    width: 21%;
}

.w-20 {
    width: 20%;
}

.w-19 {
    width: 19%;
}

.w-18 {
    width: 18%;
}

.w-17 {
    width: 17%;
}

.w-16 {
    width: 16%;
}

.w-15 {
    width: 15%;
}

.w-14 {
    width: 14%;
}

.w-13 {
    width: 13%;
}

.w-12 {
    width: 12%;
}

.w-11 {
    width: 11%;
}

.w-10 {
    width: 10%;
}

.w-9 {
    width: 9%;
}

.w-8 {
    width: 8%;
}

.w-7 {
    width: 7%;
}

.w-6 {
    width: 6%;
}

.w-5 {
    width: 5%;
}

.w-4 {
    width: 4%;
}

.w-3 {
    width: 3%;
}

.w-2 {
    width: 2%;
}

.w-1 {
    width: 1%;
}

.wpx-100 {
    width: 100px;
}

.wpx-99 {
    width: 99px;
}

.wpx-98 {
    width: 98px;
}

.wpx-97 {
    width: 97px;
}

.wpx-96 {
    width: 96px;
}

.wpx-95 {
    width: 95px;
}

.wpx-94 {
    width: 94px;
}

.wpx-93 {
    width: 93px;
}

.wpx-92 {
    width: 92px;
}

.wpx-91 {
    width: 91px;
}

.wpx-90 {
    width: 90px;
}

.wpx-89 {
    width: 89px;
}

.wpx-88 {
    width: 88px;
}

.wpx-87 {
    width: 87px;
}

.wpx-86 {
    width: 86px;
}

.wpx-85 {
    width: 85px;
}

.wpx-84 {
    width: 84px;
}

.wpx-83 {
    width: 83px;
}

.wpx-82 {
    width: 82px;
}

.wpx-81 {
    width: 81px;
}

.wpx-80 {
    width: 80px;
}

.wpx-79 {
    width: 79px;
}

.wpx-78 {
    width: 78px;
}

.wpx-77 {
    width: 77px;
}

.wpx-76 {
    width: 76px;
}

.wpx-75 {
    width: 75px;
}

.wpx-74 {
    width: 74px;
}

.wpx-73 {
    width: 73px;
}

.wpx-72 {
    width: 72px;
}

.wpx-71 {
    width: 71px;
}

.wpx-70 {
    width: 70px;
}

.wpx-69 {
    width: 69px;
}

.wpx-68 {
    width: 68px;
}

.wpx-67 {
    width: 67px;
}

.wpx-66 {
    width: 66px;
}

.wpx-65 {
    width: 65px;
}

.wpx-64 {
    width: 64px;
}

.wpx-63 {
    width: 63px;
}

.wpx-62 {
    width: 62px;
}

.wpx-61 {
    width: 61px;
}

.wpx-60 {
    width: 60px;
}

.wpx-59 {
    width: 59px;
}

.wpx-58 {
    width: 58px;
}

.wpx-57 {
    width: 57px;
}

.wpx-56 {
    width: 56px;
}

.wpx-55 {
    width: 55px;
}

.wpx-54 {
    width: 54px;
}

.wpx-53 {
    width: 53px;
}

.wpx-52 {
    width: 52px;
}

.wpx-51 {
    width: 51px;
}

.wpx-50 {
    width: 50px;
}

.wpx-49 {
    width: 49px;
}

.wpx-48 {
    width: 48px;
}

.wpx-47 {
    width: 47px;
}

.wpx-46 {
    width: 46px;
}

.wpx-45 {
    width: 45px;
}

.wpx-44 {
    width: 44px;
}

.wpx-43 {
    width: 43px;
}

.wpx-42 {
    width: 42px;
}

.wpx-41 {
    width: 41px;
}

.wpx-40 {
    width: 40px;
}

.wpx-39 {
    width: 39px;
}

.wpx-38 {
    width: 38px;
}

.wpx-37 {
    width: 37px;
}

.wpx-36 {
    width: 36px;
}

.wpx-35 {
    width: 35px;
}

.wpx-34 {
    width: 34px;
}

.wpx-33 {
    width: 33px;
}

.wpx-32 {
    width: 32px;
}

.wpx-31 {
    width: 31px;
}

.wpx-30 {
    width: 30px;
}

.wpx-29 {
    width: 29px;
}

.wpx-28 {
    width: 28px;
}

.wpx-27 {
    width: 27px;
}

.wpx-26 {
    width: 26px;
}

.wpx-25 {
    width: 25px;
}

.wpx-24 {
    width: 24px;
}

.wpx-23 {
    width: 23px;
}

.wpx-22 {
    width: 22px;
}

.wpx-21 {
    width: 21px;
}

.wpx-20 {
    width: 20px;
}

.wpx-19 {
    width: 19px;
}

.wpx-18 {
    width: 18px;
}

.wpx-17 {
    width: 17px;
}

.wpx-16 {
    width: 16px;
}

.wpx-15 {
    width: 15px;
}

.wpx-14 {
    width: 14px;
}

.wpx-13 {
    width: 13px;
}

.wpx-12 {
    width: 12px;
}

.wpx-11 {
    width: 11px;
}

.wpx-10 {
    width: 10px;
}

.wpx-9 {
    width: 9px;
}

.wpx-8 {
    width: 8px;
}

.wpx-7 {
    width: 7px;
}

.wpx-6 {
    width: 6px;
}

.wpx-5 {
    width: 5px;
}

.wpx-4 {
    width: 4px;
}

.wpx-3 {
    width: 3px;
}

.wpx-2 {
    width: 2px;
}

.wpx-1 {
    width: 1px;
}

.gap-100 {
    gap: 100px;
}

.gap-95 {
    gap: 95px;
}

.gap-90 {
    gap: 90px;
}

.gap-85 {
    gap: 85px;
}

.gap-80 {
    gap: 80px;
}

.gap-75 {
    gap: 75px;
}

.gap-70 {
    gap: 70px;
}

.gap-65 {
    gap: 65px;
}

.gap-60 {
    gap: 60px;
}

.gap-55 {
    gap: 55px;
}

.gap-50 {
    gap: 50px;
}

.gap-45 {
    gap: 45px;
}

.gap-40 {
    gap: 40px;
}

.gap-35 {
    gap: 35px;
}

.gap-30 {
    gap: 30px;
}

.gap-25 {
    gap: 25px;
}

.gap-20 {
    gap: 20px;
}

.gap-15 {
    gap: 15px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}


.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

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

::-moz-selection {
    background: #18191a;
    color: #ffffff;
    text-shadow: none;
}

.fw-600 {
    font-weight: 600;
}

::-moz-selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(17, 17, 17, 0.08);
    -webkit-border-radius: 0px;
    border-left: 1px solid #ddd;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: #111;
    border-radius: 10px;
}

.gr-1 {
    background-size: 300%;
    background-position: 90%;
    background-image: linear-gradient(-60deg, #D88554 0%, #EC9968 20%, #FFA570 30%, #D9814E 40%, #A04D1C 50%, #9D4A19 50%, #AB5827 60%, #C26F3E 70%, #F1AD84 80%, #DC8F61 90%, #CD7A49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html {
    position: relative;
}

.fc-666 {
    color: #666;
}

.fc-999 {
    color: #999;
}

.bg-f3 {
    background-color: #f3f3f3;
}

.bg-f1 {
    background-color: #f1f1f1;
}

.bg-e2 {
    background-color: #e2e2e2;
}

.bg-ec {
    background-color: #ececec;
}

.d-flex {
    display: flex;
}

@media (max-width: 992px) {
    .swap-col-mob {
        flex-flow: column-reverse;
    }
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.ff-column {
    flex-flow: column;
}

.ff-row {
    flex-flow: row;
}

.fw-wrap,
.wrap {
    flex-wrap: wrap;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

*,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "NHaasGroteskDSPro-55Rg";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: #000;
}

/* body:not(.home) header:not(.sticky) {
    position: relative;
} */

img {
    max-width: 100%;
    display: block;
}

img.br {
    border-radius: 12px;
}

.box-shadow {
    box-shadow: 0px 0px 300px -150px #234f8f;
    transition: 0.3s ease;
}

.box-shadow:hover {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2), 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.fc-666 {
    color: #666;
}

.fc-999 {
    color: #999;
}

.fc-7a {
    color: #7a7a7a;
}

.fc-gradient {
    background: -webkit-linear-gradient(#111111, black, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f-outline {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #111111;
    color: transparent;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;

    font-family: "NHaasGroteskDSPro-55Rg";
    line-height: 1.1;
    padding: 7px 0;
}



.col-p10 {
    padding-left: 10px;
    padding-right: 10px;
}
  h4,
    .h4 {
        font-size: 30px !important;
    }
h1,
.h1 {
    font-size: 36px;
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 35px;
    }
}

h2,
.h2 {
    font-size: 32px;
}

@media (max-width: 767px) {

    h2,
    .h2 {
        font-size: 28px;
    }
}

h3,
.h3 {
    font-size: 28px;
}

@media (max-width: 767px) {

    h3,
    .h3 {
        font-size: 24px;
    }
}

h4,
.h4 {
    font-size: 24px;
}

@media (max-width: 767px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: 20px;
}

@media (max-width: 767px) {

    h5,
    .h5 {
        font-size: 16px;
    }
}

h6,
.h6 {
    font-size: 18px;
}

@media (max-width: 767px) {

    h6,
    .h6 {
        font-size: 14px;
    }
}

p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

img.inherit {
    max-width: inherit;
}

.img-resp {
    display: block;
    max-width: 100%;
    height: auto;
}

.relative-block {
    position: relative;
}

.absolute-block {
    position: absolute;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pd-r li {
    padding-right: 10px;
}

ul.inline li {
    display: inline-block;
}

ul.block li {
    display: block;
}

ul.table {
    display: table;
}

ul.table li {
    display: table-cell;
}

ul.nomar li:last-child {
    margin-right: 0 !important;
}

ul.nomar li:first-child {
    margin-left: 0 !important;
}

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

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

.none {
    display: none;
}

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

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

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

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

hr {
    border: none;
}

.td-underline {
    text-decoration: underline;
}

.td-border {
    border-bottom: 1px solid #111;
}

.td-border-dashed {
    border-bottom: 1px dashed;
}

.td-border-dotted {
    border-bottom: 1px dotted;
}

.fs-default {
    font-size: 16px;
}

.fs-xsmall {
    font-size: 14px;
}

.fs-small {
    font-size: 18px;
}

.fs-medium {
    font-size: 20px;
}

.fs-large {
    font-size: 22px;
}

@media (max-width: 576px) {
    .fs-large {
        font-size: 18px;
    }
}

.fs-xlarge {
    font-size: 24px;
}

.fw-thin {
    font-weight: 100;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-semi-bold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 600;
}

.fw-black {
    font-weight: 800;
}

.tt-normal {
    text-transform: inherit !important;
}

.tt-uppercase {
    text-transform: uppercase !important;
}

.tt-capital,
.capitalize {
    text-transform: capitalize !important;
}

.ta-right {
    text-align: right;
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: justify;
}

.ta-justify {
    text-align: justify;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.fc-primary {
    color: #111;
}

.fc-middle {
    color: #000;
}

.fc-secondary {
    color: #000;
}

.fc-default {
    color: #1B212B;
}

.ws-nowrap {
    white-space: nowrap;
}

.fc-white {
    color: #fff;
}

.fc-lg-silver {
    color: #f6f6f4;
}

.fc-black {
    color: #0C0C0C;
}

.fc-grey {
    color: #667085;
}

.fc-dgrey {
    color: #383838;
}

.fc-lgrey {
    color: #999;
}

.fc-lblack {
    color: rgb(92, 92, 92);
}

.fc-lwhite {
    color: rgba(255, 255, 255, 0.7098039216);
}

.fc-blue {
    color: #5aafe4;
}

.fc-lg-blue {
    color: #3D5975;
}

.fc-pink {
    color: #ff5ee1;
}

.fc-dk-pink {
    color: #C6C6C6;
}

.fc-lg-pink {
    color: #bcbcbc;
}

.fc-spgrey {
    color: #7e8082;
}

.fc-spblue {
    color: #FEFDF8;
}

.fc-lg-black {
    color: rgb(92, 92, 92);
}

.bg-primary {
    background: #111;
}

.bg-middle {
    background: #000;
}

.bg-lg-silver {
    background: #f6f6f4;
}

.bg-lg-white {
    background: rgba(255, 255, 255, 0.7098039216);
}

.bg-blue {
    background: #5aafe4;
}

.bg-lg-blue {
    background: #3D5975;
}

.bg-dk-blue {
    background: #10121E;
}

.bg-lgrey {
    background: #999;
}

.bg-spblue {
    background: #FEFDF8;
}

.bg-silver {
    background: #EAE9DF;
}

.bg-secondary {
    background: #000;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #0C0C0C;
}

.bg-grey {
    background: #667085;
}

.bg-purple {
    background: #4B0082;
}

.bg-dgrey {
    background: #383838;
}

.bg-dgreen {
    background: #4c4c4c;
}

.bg-spgrey {
    background: #7e8082;
}

.bg-pink {
    background: #ff5ee1;
}

.bg-lg-black {
    background: rgb(92, 92, 92);
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-left {
    background-position: left !important;
}

.bg-center {
    background-position: center;
}

.bg-right {
    background-position: right !important;
}

.bg-top {
    background-position: top;
}

.bg-norepeat {
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.m-auto {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lh-none {
    line-height: 0;
}

.lh-default {
    line-height: 0.7;
}

.lh-normal {
    line-height: 1;
}

.lh-medium {
    line-height: 1.2;
}

.lh-large {
    line-height: 1.8;
}

.lh-xlarge {
    line-height: 2.5;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.col-nopadd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.divider {
    border: none;
}

.ls-xsmall {
    letter-spacing: -2px;
}

.ls-small {
    letter-spacing: -1px;
}

.ls-normal {
    letter-spacing: 0px;
}

.ls-medium {
    letter-spacing: 1px;
}

.ls-large {
    letter-spacing: 3px;
}

.ls-xlarge {
    letter-spacing: 8px;
}

.va-middle {
    vertical-align: middle;
}

.va-top {
    vertical-align: top;
}

.va-bottom {
    vertical-align: bottom;
}

.instagram:hover {
    color: #cd486b !important;
}

.facebook:hover {
    color: #1a4bad !important;
}

.facebook-icon:hover {
    background: #1a4bad !important;
}

.twitter:hover {
    color: #00a9cd !important;
}

.twitter-icon:hover {
    background: #00a9cd !important;
}

.linkedin:hover {
    color: #1d4a9c !important;
}

.linkedin-icon:hover {
    background: #1d4a9c !important;
}

.googleplus:hover {
    color: #ff4800 !important;
}

.googleplus-icon:hover {
    background: #ff4800 !important;
}

.youtube:hover {
    color: #d10000 !important;
}

.youtube-icon:hover {
    background: #d10000 !important;
}

.overlay-bgg {
    background: linear-gradient(160deg, rgba(17, 17, 17, 0.8), rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    display: none;
}

.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    display: none;
}

.overlay-menu {
    background: rgba(0, 0, 0, 0.051);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease-out;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}

.img-inherit {
    max-width: inherit;
}

.sec-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec-padding.\--small {
    padding-top: 32px;
    padding-bottom: 32px;
}

.sec-padding.\--xsmall {
    padding-top: 16px;
    padding-bottom: 16px;
}

.sec-padding.\--medium {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-padding.\--large {
    padding-top: 75px;
    padding-bottom: 75px;
}

@media (max-width: 767px) {
    .sec-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-padding.\--large {
        padding: 60px 0;
    }
}

.title {
    line-height: 1.2;
}

.title.\--big {
    width: 82%;
    margin: 0 auto;
}

/**** Mobile Navigation ****/
.mobile-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 12;
    background: #000;
    transition: 0.6s;
    overflow: hidden;
    overflow-y: auto;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.mobile-nav .logo-area {
    font-size: 16px;
    padding: 25px 30px;
    display: block;
}

.mobile-nav .logo-area img {
    filter: brightness(0) invert(100);
    max-width: 200px;
}

.mobile-nav.active {
    height: 100%;
    left: 0%;
}

.mobile-nav nav {
    margin-top: 10vh;
    padding-left: 15px;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 12px 24px;
    transition: 0.4s;
    font-size: 18px;
    /*   font-weight: bold; */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: block;
}

.mobile-nav nav li a.active {
    color: #111111;
}

.mobile-nav nav li a .xicon {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li.current_page_item a,
.mobile-nav nav li.current_menu_item a {
    color: white;
}

.mobile-nav nav li.current_page_item a:before,
.mobile-nav nav li.current_page_item a:after,
.mobile-nav nav li.current_menu_item a:before,
.mobile-nav nav li.current_menu_item a:after {
    height: 80%;
    border-radius: 10px;
    bottom: 0;
}

.mobile-nav nav li ul {
    display: none;
    padding-left: 30px;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
}

.mobile-nav nav li ul li a:before {
    position: absolute;
    content: "";
    font-family: "NHaasGroteskDSPro-55Rg";
    left: 0px;
    font-size: 20px;
    width: 8px;
    height: 8px;
    top: 18px;
    background-color: #111111;
}

.mobile-nav nav li ul.dropdown {
    margin-left: 40px;
    display: none;
}

.mobile-nav nav li ul.dropdown a {
    font-size: 12px;
    border: none;
    padding: 10px 0px;
}

.mobile-nav nav li ul.dropdown a:hover {
    color: #000000;
    background: transparent;
}

.mobile-nav nav li.menu-item-has-children>a {
    position: relative;
}

.mobile-nav nav li.menu-item-has-children>span {
    position: absolute;
    right: 22px;
    z-index: 222;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 40px;
    justify-content: center;
}

.mobile-nav nav li.menu-item-has-children>span:before {
    content: "\f107";
   font-family: "NHaasGroteskDSPro-55Rg";
    right: 30px;
    color: #faf9f6;
}

.mobile-nav nav li.menu-item-has-children ul {
    list-style: none;
    padding-right: 15px;
}

.mobile-nav nav .extra-link a {
    border: 2px solid #000000;
    width: 40%;
    margin: 40px auto 10px;
    padding: 7px 0;
    font-size: 15px;
    text-align: center;
}

.mobile-nav nav .extra-link a:hover {
    color: #000000;
    border: 2px solid #000000;
    background: transparent;
}

.mobile-nav .close-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ffffff;
    width: 26px;
    height: 26px;
    line-height: 1.5;
}

/*** Mobile Nav Button ***/
.mobile-nav-btn.active span {
    background: transparent;
}

.mobile-nav-btn.active .lines:after {
    top: -6px;
    transform: rotate(-45deg) translate(-3px, 4px) scale(1.1);
}

.mobile-nav-btn.active .lines:before {
    top: 6px;
    transform: rotate(45deg) translate(-4px, -5px) scale(1.1);
}

.hhhh {
    display: none;
    top: 0px;
    width: 36px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 3%;
    z-index: 100;
    cursor: pointer;
    transition: 0.6s;
    z-index: 14;
}

.hhhh span {
    display: none;
    height: 3px;
    width: 25px;
    background-color: #fff;
    display: block;
    margin-bottom: 6px;
    transition: 0.2s;
    position: relative;
    top: 8px;
    right: 0px;
}

.hhhh:active {
    transition: 0;
}

.hhhh span {
    background-color: #111;
}

.hhhh span:before,
.hhhh span:after {
    display: block;
    background-color: #111;
    height: 3px;
    width: 25px;
    border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    content: "";
    transform-origin: 0.28571rem center;
    right: 0px;
    margin: 0 auto;
}

.hhhh span:before {
    width: 17px;
}

.hhhh .lines:before {
    top: 8px;
}

.hhhh .lines:after {
    top: -8px;
}

.hhhh .lines {
    transition: 0.37s ease;
}

.hhhh .lines:before,
.hhhh .lines:after {
    transform-origin: 50% 50%;
    transition: 0.37s ease;
    transition: 0.37s ease;
}

@media (max-width: 991px) {
    .mobile-nav-btn {
        display: block;
    }
}

.main-app-container {
    width: 100%;
    position: relative;
    left: 0;
    background-color: #fff;
    transition: 0.6s;
}

.main-app-container.active {
    left: -80%;
}

.o-hidden {
    overflow: hidden;
}

@media (max-width: 767px) {

    .col-p10,
    .col-sm-padd {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-width {
        width: 100%;
    }

    .res-width h6 {
        text-align: left;
    }

    .res-width a {
        text-align: left;
        margin: 0 auto;
    }

    .res-width p {
        text-align: left;
    }
}

.ml-none {
    margin-left: 0px !important;
}

body.active .hhhh {
    top: 30px;
    right: 30px;
}

body.active .hhhh span:before {
    width: 27px;
}

.mobile-nav-btn.active .lines:before,
.mobile-nav-btn.active .lines:after {
    background-color: #fff;
}

.btn {
    padding: 6px 24px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
   font-family: "NHaasGroteskDSPro-55Rg";
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.4px;
    /*     min-width: 140px; */
    border-radius: 50px;
    gap: 10px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    align-items: anchor-center;
}

@media (max-width: 576px) {
    .btn {
        padding: 5px 15px !important;
        min-width: auto;
        white-space: nowrap;
        font-size: 14px !important;
    }
}

.btn.\--bold {
    font-weight: 700;
}

.btn.\--signature {
    padding: 0;
}

.btn.\--signature span.icon {
    border: 2px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 70px;
    transition: 0.4s ease;
    height: 70px;
}

.btn.\--signature span.icon img {
    transition: 0.4s ease;
    padding: 5px;
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: auto;
}

@media (max-width: 767px) {
    .btn.\--signature span.icon img {
        width: 27px;
        height: 27px;
    }
}

.btn.\--signature .text {
    color: #111111;
    font-size: 16px;
    transition: 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.btn.\--signature:hover {
    background-color: #000;
    border-radius: 100px 100px;
    padding: 0 20px 0 0;
}

.btn.\--signature:hover .icon {
    background-color: rgba(17, 17, 17, 0.99);
    rotate: -45deg;
}

.btn.\--signature:hover .icon img {
    filter: brightness(0) contrast(1);
}

.btn.\--signature:hover .text {
    margin-left: 20px;
    color: rgba(17, 17, 17, 0.99);
    width: 100%;
    opacity: 1;
}

.btn.\--img span {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.btn.\--img span img {
    width: 13px;
    height: 13px;
    margin: auto;
    transition: 0.4s ease;
}

.btn.\--img span .onhover {
    position: absolute;
    translate: -33px 33px;
    right: 0;
    transition: 0.3s cubic-bezier(1, 0.99, 0, 1.33);
}

.btn.\--img span .offhover {
    transition: 0.13s ease;
}

.btn.\--img:hover .img {
    background-color: #111;
    border-radius: 50%;
}

.btn.\--img:hover .onhover {
    position: absolute;
    translate: 0 0;
    right: 0;
}

.btn.\--img:hover .offhover {
    translate: 33px -33px;
    opacity: 0;
}

@media (max-width: 576px) {
    .btn.\--img {
        font-size: 14px;
        gap: 10px;
    }

    .btn.\--img span {
        font-size: 14px;
        gap: 10px;
    }

    .btn.\--img span img {
        width: 10px;
        height: 10px;
    }
}

.btn.btn-link {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    padding: 10px 5px 0 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn.btn-link img {
    transition: 0.2s ease;
    max-height: 14px;
}

.btn.btn-link:hover {
    color: #000;
}

.btn.btn-link:hover img {
    padding-left: 15px;
}

.btn.btn-icon {
    background: #111;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    padding: 0;
    margin: auto;
    display: flex;
    transform: translateY(50%);
}

.btn.btn-icon img {
    display: block;
    padding: 0px;
    filter: invert(1) brightness(100);
    transform: translateY(0%);
    max-width: 40px;
    margin: auto;
    width: 30px;
    transition: 0.3s ease;
}

.btn.btn-icon:hover {
    background: rgba(0, 0, 0, 0.9);
}

.btn.btn-icon:hover img {
    transform: scale(0.8);
}

.btn.\--small {
    padding: 6px 18px;
    font-size: 16px;
}

.btn.\--large {
    padding: 8px 24px !important;
    font-size: 26px !important;
    width: 300px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn.\--medium {
    padding: 8px 24px;
    font-size: 26px;
}

.btn.btn-primary {
    background: #111;
    color: white;
}

.btn.btn-primary:hover {
    background: black;
    color: #fff;
    background-position: 10%;
}

.btn.btn-primary.\--outline {
    background: transparent;
    color: #111;
    -o-border-image: linear-gradient(to right, #AB5827, #DC8F61) 1;
    border-image: linear-gradient(to right, #AB5827, #DC8F61) 1;
    border-width: 2px;
    border-style: solid;
}

.btn.btn-primary.\--outline:hover {
    background-color: #111;
    color: white;
}

.btn.btn-primary.\--outline:hover span {
    color: white;
}

.btn.btn-primary.\--outline:hover img {
    filter: invert(1) brightness(100);
}

.btn.btn-black {
    background: #0C0C0C;
    color: #111;
}

.btn.btn-black.\--outline {
    background: rgba(12, 12, 12, 0.001);
    border: 2px solid #0c0c0c;
}

.btn.btn-black.\--outline:hover {
    background: rgba(0, 0, 0, 0.9);
}

.btn.btn-gradient {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.btn.btn-gradient:before {
    background: linear-gradient(to right, #111, #000);
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.btn.btn-gradient:hover {
    background-color: #ff5ee1;
}

.btn.btn-gradient:hover:before {
    transform: translate3d(-100%, 0, 0);
}

.btn.btn-overlay {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    left: 40px;
    bottom: 40px;
    background-color: rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    border: none;
}

.btn.btn-overlay:hover {
    background-color: #000;
    box-shadow: 0px 0px 40px 10px rgba(17, 17, 17, 0.2);
    color: #fff;
}

.btn.btn-secondary {
    background-color: #000;
    color: #111;
    border: none;
}

.btn.btn-secondary:hover {
    background-color: #000;
    box-shadow: 0px 0px 40px 10px rgba(17, 17, 17, 0.2);
    color: #fff;
}

.btn.btn-secondary.\--outlineOH:hover {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px black;
    color: #000;
}

.btn.btn-secondary.\--outline {
    background: rgba(0, 0, 0, 0.001);
    color: #000;
    border: 2px solid black;
}

.btn.btn-secondary.\--outline span {
    color: #111111;
}

.btn.btn-secondary.\--outline:hover {
    background-color: #000;
    color: white;
}

.btn.btn-secondary.\--outline:hover span {
    color: white;
}

.btn.btn-secondary.\--outline:hover img {
    filter: invert(1) brightness(100);
}

.btn.btn-dark {
    background-color: #2E2E2E;
    color: #fff;
    border: none;
    font-weight: 400;
}

.btn.btn-dark:hover {
    background-color: rgba(17, 17, 17, 0.9);
    color: #fff;
}

.btn.btn-dark.\--outline {
    background: none;
    border: 1px solid #000;
    color: #000;
}

.btn.btn-dark.\--outline:hover {
    background-color: #000;
    color: white;
}

.btn.btn-grey {
    background: #fafafa;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-grey:hover {
    background-color: black;
    color: #fff;
}

.btn.btn-grey.\--outline {
    background: #fafafa;
    border: 1px solid #d0d0d0;
}

.btn.btn-grey.\--outline:hover {
    background-color: #111;
    color: white;
}

.btn.btn-white {
    background: #fff;
    color: #111;
}

.btn.btn-white:hover {
    background-color: black;
    color: #fff;
}

.btn.btn-white:hover img {
    filter: invert(1) brightness(100);
}

.btn.btn-white.\--outline {
    color: white;
    background: none;
    border: 2px solid #fff;
}

.btn.btn-white.\--outline:hover {
    background-color: #fff;
    color: #000;
}

header.ph {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;

}

@media (max-width: 991px) {
    header.ph .fixed-header {
        display: none;
    }
}

header.ph .top-header {
    padding: 30px 0;
}

@media (max-width: 991px) {
    header.ph .top-header {
        padding: 5px 0;
    }
}

@media (max-width: 991px) {
    header.ph {
        padding: 12px 0 12px 0 !important;
    }

    header.ph.sticky {
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        box-shadow: 0px 0px 110px -10px rgba(0, 18, 54, 0.2784313725);
    }
}

@media (min-width: 768px) {
    header.ph .d-md-table {
        display: table;
    }
}

header.ph .navdiv {
    display: table;
}

@media (max-width: 767px) {
    header.ph .col-sm-nopadd {
        padding: 0px !important;
    }
}

header.ph .custom-logo {
    width: 60%;
    margin: 0px;
    padding: 0px;
    place-self: center;
}

@media (max-width: 991px) {
    header.ph .custom-logo {
        margin: 0px;
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    header.ph .custom-logo {
        width: 100%;
        max-height: 52px !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center left;
        object-position: center left;
        margin: auto;
    }
}

header.ph ul.top-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

header.ph ul.top-menu li a {
    line-height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.4s ease;
    font-size: 16px;
    display: flex;
    gap: 10px;
	width: max-content;
}

header.ph ul.top-menu li a img {
    filter: contrast(0);
}

header.ph .header-details {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

header.ph .header-details .phone {
    padding: 10px 30px;
    line-height: 2;
    background-color: #EAE9DF;
    display: flex;
    gap: 12px;
    font-size: 16px;
}

header.ph .header-details .phone:hover {
    background-color: #111111;
    color: #EAE9DF;
}

header.ph .header-details ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

header.ph .header-details ul.icons {
    margin-right: 20px;
}

header.ph .header-details ul.icons li a {
    line-height: 28px;
    width: 28px;
    height: 28px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s ease;
    font-size: 14px;
}

header.ph .header-details ul.icons li a:hover {
    background-color: #111;
}

header.ph .header-details li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #111;
}

header.ph .header-details li a i {
    line-height: 28px;
    width: 28px;
    height: 28px;
    background-color: #EAE9DF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s ease;
    font-size: 14px;
}

header.ph .header-details li:hover i:not(.nt) {
    background: #111111;
    -webkit-backdrop-filter: blur(10deg);
    backdrop-filter: blur(10deg);
    color: #EAE9DF;
    box-shadow: 0px 0px 0px 2px rgba(17, 17, 17, 0.5);
}

header.ph nav.pn {
    display: flex;
    /*   align-items: center;
  position: relative;
  justify-content: center;
  gap: 10px;
  padding: 5px; */
    border-top: 1px solid #0C0C0C;
    border-bottom: 1px solid #0C0C0C;
}

header.ph nav.pn>ul.mainnav {
    display: flex;
}

header.ph nav.pn>ul>li {
    transition: 0.4s;
    position: relative;
    font-size: 16px;
}

header.ph.sticky nav.pn>ul>li>a {
    padding: 13px !important;

}

header.ph nav.pn>ul>li>a {
    color: #0C0C0C;
    font-size: 16px;
    position: relative;
    padding: 13px 30px !important;
    transition: 0.4s ease;
    display: block;
    background-color: transparent;
}

header.ph nav.pn>ul>li>a:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    background: rgba(17, 17, 17, 0.1);
    height: 3px;
    width: 0%;
    opacity: 1;
    margin: auto;
    border-radius: 100px;
    transition: 0.4s ease-in-out;
}

@media (max-width: 1200px) {
    header.ph nav.pn>ul>li>a {
        font-size: 14px;
        padding: 13px 20px !important;
    }
}

header.ph nav.pn>ul>li:hover>a,
header.ph nav.pn>ul>li.current-menu-item>a {
    background-color: black;
    color: white;
}

header.ph nav.pn>ul>li:hover>a:before,
header.ph nav.pn>ul>li.current-menu-item>a:before {
    width: calc(100% - 0px);
    z-index: 0;
}

header.ph nav.pn>ul>li.menu-item-has-children:after {
    display: none;
    content: "\f107";
    height: 10px;
    width: 15px;
    color: #7e8082;
    left: 5px;
   font-family: "NHaasGroteskDSPro-55Rg";
    position: relative;
    top: -2px;
    font-weight: bold;
}

header.ph nav.pn>ul>li.menu-item-has-children:hover>ul {
    display: block;
}

header.ph nav.pn>ul>li ul {
    border: 0;
    border-top-width: 3px;
    border-top-style: solid;
    -o-border-image: linear-gradient(to right, #AB5827, #DC8F61) 1;
    border-image: linear-gradient(to right, #AB5827, #DC8F61) 1;
    border-style: solid;
    position: absolute;
    text-align: left;
    width: 200px;
    background: #000;
    top: 47px;
    left: 0;
   font-family: "NHaasGroteskDSPro-55Rg";
    display: none;
    z-index: 111;
}

header.ph nav.pn>ul>li ul li {
    display: block;
    border-bottom: 1px solid #EAE9DF;
    padding: 8px 24px;
    position: relative;
}

header.ph nav.pn>ul>li ul li:nth-last-of-type(1) {
    border: 0px;
}

header.ph nav.pn>ul>li ul li a {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    display: block;
   font-family: "NHaasGroteskDSPro-55Rg";
}

header.ph nav.pn>ul>li ul li a:before {
    display: none;
}

header.ph nav.pn>ul>li ul li span:before,
header.ph nav.pn>ul>li ul li span:after {
    display: none !important;
}

header.ph nav.pn>ul>li ul li:hover {
    background: #EAE9DF;
}

header.ph nav.pn>ul>li ul li:hover>a {
    color: #000;
    font-weight: 700;
}

header.ph nav.pn>ul>li ul li:hover>ul {
    display: block;
}

header.ph nav.pn>ul>li ul li:hover:before {
    color: #111;
}

header.ph nav.pn>ul>li ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #111;
    top: 15px;
    left: 10px;
   font-family: "NHaasGroteskDSPro-55Rg";
}

header.ph nav.pn>ul>li ul li ul {
    background: #000;
    left: 200px;
    top: 0;
    display: none;
}

@media (max-width: 991px) {
    header.ph .col-nopadd {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    header.ph .right-side {
        border: none;
    }

    header.ph .header-details {
        gap: 10px;
    }

    header.ph .header-details .social-icons,
    header.ph .header-details .phone {
        display: none;
    }
}

@media (min-width: 992px) {
    header.ph.sticky .header-details {
        display: none;
    }
}

@media (max-width: 991px) {
    header.ph.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        transition: 0.4s ease;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.918);
        box-shadow: 0px 0px 110px -20px rgba(0, 0, 0, 0.2784313725);
        animation: fadeInDown 0.4s;
        z-index: 9;
    }

    header.ph.sticky p .fixed-header {
        display: none;
    }

    header.ph.sticky .custom-logo {
        max-width: 110px !important;
    }
}

/* header.ph.sticky nav.pn {
    border-color: transparent !important;
    justify-content: end !important;
    padding: 5px 0 !important;
} */

header.ph.sticky nav.pn ul li a {
    padding: 6px 18px;
}

header.ph.sticky .fixed-header {
    z-index: 1;
    padding: 10px 0;
    transform: translate(0, 0);
    transition: 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.818);
    box-shadow: 0px 0px 110px -20px rgba(0, 0, 0, 0.2784313725);
    animation: fadeInDown 0.4s;
    z-index: 9;
    top: 0;
}

header.ph.sticky .custom-logo {
    max-width: 150px;
    margin: 0;
}

header.ph.sticky .top-header nav ul,
header.ph.sticky .nav-bar nav ul {
    text-align: right;
}

.custom-logo {
    height: auto !important;

}

#seatchform {
    position: relative;
}

#seatchform input {
    margin-bottom: 0px !important;
}

#seatchform button {
    position: absolute;
    right: 10px;
    top: 0;
    border: 0px;
    height: 100%;
    border-radius: 0px 5px 5px 0;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    min-width: 25px;
    max-width: 25px;
}

#seatchform button i {
    color: #111111 !important;
    transition: 0.4s ease;
}

#seatchform button:hover i {
    scale: 1.05;
}

.search-box {
    position: absolute;
    right: -250px;
    top: -9px;
    overflow: hidden;
    width: 0;
    transition: 0.4s ease;
    padding-top: 2px;
}

.search-box input {
    border: 1px solid #000 !important;
}

.search-box.active-search {
    width: 230px;
}

.bottom-filter {
    position: fixed;
    bottom: -100px;
    /* Hidden initially */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    z-index: 99;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom-filter.show {
    bottom: 30px;
}

.bottom-filter .project-categories {
    display: flex;
    gap: 30px;
    list-style: none;
    max-width: 90vw;
    overflow: auto;
    justify-content: flex-start;
    white-space: nowrap;
}

.bottom-filter .project-categories li a {
    position: relative;
    font-size: 18px;
    color: white;
}

.bottom-filter i {
    color: white;
}

@media screen and (min-width: 767px) {
    .bottom-filter a.icon {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .bottom-filter ul {
        display: none !important;
    }
}

.grid-footer {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .grid-footer {
        padding: 0px 15px !important;
    }
}

.grid-footer .item {
    text-align: center;
    display: flex;
    gap: 10px;
}

.grid-footer .item img {
    padding-bottom: 10px;
}

.grid-footer .item .h5 {
    font-size: 22px;
}

.grid-footer .item a {
    display: block;
    width: 100%;
    padding-top: 5px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .grid-footer .item {
        padding-bottom: 20px;
    }

    .grid-footer .item .title,
    .grid-footer .item .h5 {
        font-size: 17px;
    }

    .grid-footer .item a {
        font-size: 14px;
    }
}

.footer-menu .border-tb {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.footer-menu ul.footer-links {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-menu ul.footer-links li {
    padding: 10px;
}

.footer-menu ul.footer-links a {
    color: white;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-menu ul.footer-links {
        gap: 10px;
    }

    .footer-menu ul.footer-links li {
        padding: 10px 5px;
    }
}

footer {
    overflow: hidden;

    z-index: 3;
}

footer .bt {
    border-top: 1px solid rgba(210, 210, 210, 0.3333333333);
    padding: 15px;
}

footer .copyright {
    display: flex;
    align-items: center;
}

footer .copyright:hover {
    color: #000;
}

footer p,
footer ul:not(.social-icons) a {
    position: relative;
    font-size: 15px;
    color: #000;
    place-self: anchor-center;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
}

@media (max-width: 576px) {

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6 {
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: left;
    }
}

footer .extra-tc a {
    min-width: 100%;
}

@media (max-width: 767px) {
    footer .extra-tc {
        justify-content: space-between;
    }

    footer .extra-tc a {
        min-width: auto;
    }

    footer .bottom-cr {
        padding-bottom: 15px;
    }

    footer .bottom-cr .d-flex:not(.copyright) {
        flex-flow: column-reverse;
        gap: 20px !important;
    }

    footer .bottom-cr .d-flex:not(.copyright).gap-30 {
        gap: 0px !important;
    }

    footer .bottom-cr .sec-padding {
        padding: 15px 0 10px;
    }

    footer .bottom-cr .copyright {
        margin-bottom: 0px;
    }

    footer .bottom-cr * {
        text-align: left;
    }

    footer .bottom-cr .copyright {
        justify-content: start;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6 {
        font-size: 14px;
        text-align: left;
       font-family: "NHaasGroteskDSPro-55Rg";
    }

    footer .social-icons {
        float: none !important;
    }

    footer .d-table {
        margin: auto;
    }
}

@media (max-width: 992px) {
    footer .center {
        padding: 12px 15px;
    }

    footer .center h4 {
        margin-bottom: 10px;
    }

    footer img.custom-logo {
        margin: auto;
    }

    footer .social-icons {
        margin-bottom: -10px;
        margin-top: 10px;
        display: table !important;
    }
}

footer.top {
    border-bottom: 1px solid #3b3b3b;
}

footer ul.footer-links li a {
    color: #000;
}

@media (max-width: 767px) {
    footer ul.social-icons .ul {
        float: left;
    }
}

footer ul.social-icons li {
    text-align: center;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s ease-in;
    margin: 5px 2.5px;
    width: 38px;
    height: 38px;
    border: 1px solid #666;
}

@media (max-width: 767px) {
    footer ul.social-icons li {
        width: 40px;
        height: 40px;
    }

    footer ul.social-icons li i {
        line-height: 38px !important;
        font-size: 18px !important;
    }
}

footer ul.social-icons li a i {
    color: #fff;
    line-height: 35px;
    text-align: center;
    transition: 0.3s ease-in;
    font-size: 16px;
}

footer ul.social-icons li:hover {
    background-color: #EAE9DF;
}

footer ul.social-icons li:hover i {
    color: #111;
}

footer ul.social-icons li {
    background-color: #111;
}

footer ul.social-icons li i {
    color: #EAE9DF;
}

@media (min-width: 1150px) {
    .fflex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 576px) {
    .d-md-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#whatsapp {
    position: fixed;
    left: 3%;
    bottom: 3%;
    width: 55px;
    height: 55px;
}

@media (max-width: 767px) {
    .justify-sm-center {
        justify-content: center;
    }
}

form .wpcf7-spinner {
    position: absolute;
}

form .ff-el-tc p {
    font-size: 12px;
    opacity: 0.7;
}

form .ff-el-form-control {
    padding: 13px 15px;
}

form select {
    background-image: url(https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-20.png);
    background-position: 98%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form .ff_tc_label {
    display: flex;
    align-items: center;
    gap: 10px;
}

form .ff_tc_label span {
    accent-color: #111;
}

form .ff_tc_label .ff_t_c {
    padding-left: 10px;
}

form [type=checkbox] {
    width: 18px;
    margin-right: 7px;
    border-radius: 4px;
    height: 18px;
    margin-right: 7px;
    border-color: #111 !important;
    accent-color: #111;
}

form .ff_upload_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    background: transparent !important;
    border: 2px dashed #cd7a49 !important;
    text-align: center;
    color: #999 !important;
    border-radius: 8px;
    flex-flow: column;
}

form .ff_upload_btn .small {
    font-size: 12px;
    margin-top: 7px;
}

form .ff_upload_btn:hover {
    background-color: rgba(17, 17, 17, 0.2) !important;
}

form input,
form select,
form textarea {
    padding-left: 30px;
    color: #111;
    font-weight: 300;
    padding: 13px 17px;
   font-family: "NHaasGroteskDSPro-55Rg";
    background: #fafafa 0% 0% no-repeat padding-box;
    border: 1px solid rgba(241, 244, 247, 0.2392156863);
    box-shadow: none;
    margin-top: -1px;
    font-size: 15px;
    -webkit-appearance: none;
    width: 100%;
    font-weight: 400;
    line-height: 20px;
    height: min-content;
    margin-top: 0px;
    margin-right: -6px;
}

form input[type=text] {
    text-transform: capitalize;
}

form select {
    color: #111;
    webkit-appearance: auto;
}

form select {
    min-width: 50%;
}

form label {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
}

form input[type=text],
form input[type=number],
form input[type=email],
form input[type=date],
form input[type=tel],
form select,
form textarea {
    background: #fafafa 0% 0% no-repeat padding-box;
    border: 1px solid rgba(241, 244, 247, .2392156863);
    /*     border-radius: 2px !important;  */
    width: 100%;
    border: 1px solid black;
    color: #667085;
    /* margin-bottom: 10px; */
    max-height: 150px;
    border: 1px solid #f0f0f0;
}

.search-place-decor {
    background: white !important;
    width: 100%;
    border: 1px solid #ced4da !important;
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
    color: #667085;
    /* margin-bottom: 10px; */
    max-height: 150px;
}

form input[type=text]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=date]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
   font-family: "NHaasGroteskDSPro-55Rg";
    color: #667085 !important;
    font-size: 15px;
    opacity: 0.7 !important;
    font-weight: 500;
}

form input[type=text]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=date]::placeholder,
form input[type=tel]::placeholder,
form select::placeholder,
form textarea::placeholder {
   font-family: "NHaasGroteskDSPro-55Rg";
    color: #667085 !important;
    font-size: 15px;
    opacity: 0.7 !important;
    font-weight: 500;
}

/* form textarea {
    height: 120px;
} */

form .ajax-loader {
    position: absolute !important;
}

form input[type=submit],
form button.ff-btn-submit {
    background-color: #111111 !important;
    padding: 18px 25px;
    border: 0px !important;
    display: inline-block;
    font-weight: 300;
    line-height: 2;
    margin: auto;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 18px;
   font-family: "NHaasGroteskDSPro-55Rg";
    color: #fff;
    border: none;
    min-width: 70px;
    transition: 0.3s;
    border-radius: 4px !important;
    border: 0px;
    margin: 0px !important;
}

form input[type=submit].w-100,
form button.ff-btn-submit.w-100 {
    max-width: 100%;
}

form input[type=submit]:hover,
form button.ff-btn-submit:hover {
    background-color: #000;
}

body.checkout form input {
    background-color: white !important;
}

.wpcf7-list-item-label {
    color: #ccc;
}

input[type=checkbox]+.wpcf7-list-item-label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox]+.wpcf7-list-item-label:before {
    content: "✔";
    border: 0.1em solid #ccc;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
}

input[type=checkbox]+.wpcf7-list-item-label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+.wpcf7-list-item-label:before {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

input[type=checkbox]:disabled+.wpcf7-list-item-label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled+.wpcf7-list-item-label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.box {
    position: relative;
    text-align: left;
}

.box.step-box .step-image {
    aspect-ratio: 1/0.7;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
}

.box.step-box .content-node {
    padding: 10px 0;
    margin-bottom: 20px;
}

.box.step-box .btn {
    min-width: 280px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box.step-box {
        margin-bottom: 30px;
    }

    .box.step-box .step-image {
        aspect-ratio: 1/0.7;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        margin-bottom: 15px;
    }

    .box.step-box .content-node {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .box.step-box .btn {
        min-width: 200px;
        text-align: center;
    }
}

.box.faq-card {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.box.faq-card:hover {
    background-color: #fff;
    box-shadow: 0 0 20px -10px rgba(17, 17, 17, 0.2);
}

.box.projects-products {
    padding-bottom: 20px;
    display: block;
}

.box.projects-products img {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
}

.box.projects-products h5 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.4s ease;
}

.box.projects-products:hover img {
    filter: brightness(0.8) contrast(1.2);
}

.box.projects-products:hover h5 {
    opacity: 1;
    transform: translate(0, 0);
}

.box.products-list .ajax-products-li {
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 25px;
    margin-top: 20px;
    max-height: 270px;
    overflow: auto;
}

.box.products-list .ajax-products-li li a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.box.products-list .ajax-products-li li a img {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
    object-fit: cover;
}

.box.products-list .ajax-products-li li:hover {
    background-color: whitesmoke;
}

.box.gallery-item img {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;

    border: 1px solid #00000011
}

.box.designer-img {
    background-position: center 10%;
    display: flex;
    align-items: end;
    justify-content: start;
}

.box.designer-img figcaption {
    padding: 30px;
    padding: 20px;
    display: inline-block;
    background-color: white;
    margin: 40px;
}

.box.designer-img figcaption .name {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .box.designer-img {
        aspect-ratio: 1/1;
        margin-bottom: 20px;
    }

    .box.designer-img figcaption {
        padding: 20px;
        margin: 20px;
    }

    .box.designer-img figcaption .name {
        font-size: 18px;
    }
}

.box.designer-gallery img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 30px 0 0;
}

.box.catalogue figure {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.box.catalogue>* {
    padding: 20px;
}

.box.catalogue .top {
    padding: 10px;
    color: white;
}

.box.catalogue .top a {
    color: white;
    text-decoration: underline;
}

.box.catalogue .content {
    padding: 10px;
    color: #fff;
}

.box.catalogue .link {
    color: white;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .box.catalogue figure {
        min-height: 220px;
    }
}

@media screen and (max-width: 576px) {
    .box.catalogue figure {
        min-height: 120px;
    }

    .box.catalogue>* {
        padding: 10px;
    }

    .box.catalogue .btn {
        padding: 2px 10px !important;
        font-size: 10px !important;
    }

    .box.catalogue img {
        max-width: 100px;
    }

    footer .box.catalogue img {
        max-width: 100%;
    }

}

.box.product-cat-box figure {
    aspect-ratio: 1/1.2;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
}

.box.product-cat-box figure figcaption {
    padding: 20px;
}

.box.product-cat-box figure figcaption h3 {
    color: #000;
    font-size: 20px;
}

.box.footer-box {
    width: 100%;
}

.box.footer-box figure {
    width: 100%;
}

.box.footer-box figure img {
    width: 100%;
}

.box.collab-box {
    height: auto !important;
}

.box.client-box {
    padding: 40px 0;
    margin: 20px 0;
}

.box.client-box img {
    width: 200px;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 768px) {
    .box.client-box {
        padding: 20px 0;
    }

    .box.client-box img {
        max-width: 130px;
        height: 40px;
    }
}

.box.brand-item {
    margin-bottom: 20px;
}

.box.brand-item .img-node {
    padding-bottom: 20px;
}

.box.brand-item .img-node img {
    aspect-ratio: 1/0.7;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    object-fit: cover;
    height: auto;
}

.box.brand-item .brand-logo img {
    max-width: 150px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center left;
    object-position: center left;
}

.box.project-item .img-node {
    padding-bottom: 0px;
}

.box.project-item .img-node img {
    aspect-ratio: 1/0.7;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    object-fit: cover;
    height: auto;
}

.box.project-item .content-node {

    max-width: 400px;
    justify-self: left;
}

.box.project-item .content-node .title {

    font-size: 15px;
    position: relative;
    font-weight: bold !important;
}


@media screen and (max-width: 768px) {
    .box.project-item .content-node {
        padding-bottom: 0px;
    }

    .box.project-item .content-node .title {
        font-size: 20px;
    }
}

.box.project-box .img-node {
    padding-bottom: 30px;
}

.box.project-box .img-node img {
    aspect-ratio: 3.5/4.5;
    width: 100%;
    max-width: 400px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.box.project-box .content-node {
    padding-bottom: 50px;
    margin-bottom: 15px;
    max-width: 400px;
}

.box.project-box .content-node .title {
    font-size: 24px;
    position: relative;
    padding-bottom: 12;
    margin-bottom: 15px;
}

.box.project-box .content-node .title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    background-color: #000;
    height: 1px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .box.project-box .content-node .title {
        font-size: 20px;
    }
}

.box.brand-box .img-node img {
    aspect-ratio: 3.5/4.5;
    width: 100%;
    max-width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    object-fit: cover;
    height: fit-content;

}

.box.brand-box .content-node .title {
    font-size: 20px;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .box.brand-box .content-node .title {
        font-size: 22px;
    }
}

.box.widget {
    border-bottom: 1px solid #667085;
    margin-bottom: 15px;
}

.box.widget .title {
    color: #111;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Mont-Regular", sans-serif;
}

.box.widget ul.cat_list {
    list-style: none;
    margin-bottom: 30px;
}

.box.widget ul.cat_list li {
    padding-bottom: 5px;
}

.box.ocat .title {
    font-size: 18px;
}

@media (max-width: 768px) {
    .box.ocat .title {
        font-size: 14px;
    }
}

.box.about-photo-gallery img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.box.clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    list-style: none;
}

.box.clients-grid .gallery-item {
    background-color: white;
}

.box.clients-grid img {
    padding: 10px;
    width: 100%;
}

.box.ocat {
    margin-bottom: 20px;
}

.box.ocat img {
    aspect-ratio: 289/360;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}

.box.download-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    list-style: none;
    margin-bottom: 15px;
    padding: 40px;
}

.box.download-grid li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #000;
    color: #000;
    opacity: 0.66;
}

.box.download-grid li a span {
    font-size: 18px;
}

.box.download-grid li a i {
    float: right;
    rotate: -45deg;
    transition: 0.4s ease;
}

.box.download-grid li:hover a {
    opacity: 1;
}

.box.download-grid li:hover i {
    rotate: 0deg;
}

@media (max-width: 768px) {
    .box.download-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        padding: 30px;
    }
}

.box.sp-downloads {
    background-color: black;
}

.box.sp-downloads .heading-text {
    color: #EAE9DF;
}

.box.sp-downloads ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    list-style: none;
    margin-bottom: 15px;
}

.box.sp-downloads ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #EAE9DF;
    color: #EAE9DF;
    opacity: 0.66;
}

.box.sp-downloads ul li a span {
    font-size: 18px;
}

.box.sp-downloads ul li a i {
    float: right;
    rotate: -45deg;
    transition: 0.4s ease;
}

.box.sp-downloads ul li:hover a {
    opacity: 1;
}

.box.sp-downloads ul li:hover i {
    rotate: 0deg;
}

@media (max-width: 991px) {
    .box.sp-downloads ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .box.sp-downloads ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.box.sp-downloads .downloads {
    padding: 40px;
}

.box.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 10px;
    margin-top: 10px;
}

.box.social-icons.justify-start {
    justify-content: flex-start;
}

.box.social-icons.justify-start li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.box.social-icons li a {
    width: 50px;
    height: 50px;
    background-color: black;
    color: #EAE9DF;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
}

.box.social-icons li:hover a {
    background-color: #111111;
}

@media (max-width: 768px) {
    .box.social-icons li a {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}

.box.signup-form {
    margin: 30px 0 20px 0;
}

.box.signup-form .ff-t-container {
    gap: 0px;
    display: flex;
}

.box.signup-form .ff-el-group,
.box.signup-form button {
    margin-bottom: 0px;
}

.box.signup-form button {
    transform: translate(-1px, -1px);
    padding: 10px 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.box.signup-form input {
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.box.product-box {
    height: 100%;
}

.box.product-box.ar-13 {
    margin-bottom: 30px;
}

.box.product-box.ar-13 figure {
    aspect-ratio: 2/3;
}

.box.product-box figure {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.box.product-box figure:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5254901961), transparent);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 100%;
    transition: 0.4s ease;
}

.box.product-box figure .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box.product-box figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.box.product-box figure figcaption .content {
    display: flex;
    justify-content: space-between;
}

.box.product-box figure figcaption .content::before {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EAE9DF;
    transition: 0.4s ease;
}

.box.product-box figure figcaption .content .title {
    padding: 15px 30px 15px 10px;
    color: #EAE9DF;
    font-weight: 400;
   font-family: "NHaasGroteskDSPro-55Rg";
    font-size: 16px;
}

.box.product-box figure figcaption .content span {
    border-left: 1px solid #EAE9DF;
    padding: 10px 15px;
    display: flex;
    min-height: 100%;
    align-items: center;
    cursor: pointer;
}

.box.product-box figure figcaption .content span:hover {
    background-color: #111;
    border-top: 1px solid #EAE9DF;
}

.box.product-box figure figcaption .content>* {
    translate: 0 100%;
    transition: 0.4s ease;
}

.box.product-box:hover figure:before {
    top: 0;
}

.box.product-box:hover figure figcaption .content>* {
    translate: 0%;
}

.box.product-box:hover figure figcaption .content::before {
    width: 100%;
}

@media (max-width: 768px) {
    .box.product-box figure:before {
        top: 0;
    }

    .box.product-box figure figcaption .content>* {
        translate: 0%;
    }

    .box.product-box figure figcaption .content::before {
        width: 100%;
    }
}

/* .box.blog {
    margin-bottom: 30px;
    padding-bottom: 12px;
} */

.box.blog.sbs {
    display: flex;
    gap: 30px;
    padding-bottom: 0px;
}

.box.blog.sbs .img-node {
    width: 50%;
}

.box.blog.sbs .content-node {
    padding-top: 0px;
    width: 50%;

}

.box.blog.sbs .content-node p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box.blog.sbs .content-node .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .box.blog.sbs {
        flex-wrap: wrap;
    }

    .box.blog.sbs .img-node,
    .box.blog.sbs .content-node {
        width: 100%;
    }
}

.box.blog.full {
    padding-top: 30px;
}

.box.blog.full .img-node img {
    height: 320px;
}

.box.blog.full p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box.blog.full .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box.blog .img-node img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box.blog .content-node {
    padding-top: 12px;
}

.box.blog .content-node .date {
    color: #667085;
    text-align: left;
}

.box.blog .content-node .title {
    color: #000;
    /*     border-bottom: 1px solid rgba(0, 0, 0, .5); */
    font-size: 15px;
    font-weight: 400;
   font-family: "NHaasGroteskDSPro-55Rg";
    margin-bottom: 10px;
    padding-right: 22px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: inherit;
    TEXT-ALIGN: left;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

/* .box.blog .content-node .title:before {
  content: "\f061";
  font-size: 20px;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  rotate: -45deg;
  transition: 0.4s ease;
} */
.box.blog .content-node .title:hover:before {
    rotate: 0deg;
}

.box.blog .content-node .desc {
    color: #667085;
    margin-bottom: 10px;
    text-align: justify;
}

.box.blog .content-node ul.cats {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;

}

.box.blog .content-node ul.cats li a {
    background-color: #D2D3CE;
    color: #667085;
    padding: 4px 12px;

}

.box.blog .content-node ul.cats li a:hover {
    background-color: #111111;
    color: #EAE9DF;
}

.box.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 120px;
}

.box.logo-box img {
    max-height: 120px;
    margin: auto;
    background: white;
    padding: 20px;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    box-shadow: 0px 0px 20px -10px rgba(17, 17, 17, 0.1650980392);
    transition: 0.4s ease;
}

.box.logo-box:hover img {
    scale: 1.1;
}

@media (max-width: 768px) {
    .box.logo-box img {
        max-height: 67px;
        padding: 12px 15px;
    }
}

.box.contact {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 28px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .box.contact {
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        justify-content: flex-start;
        margin-top: 0px;
        margin-bottom: 20px;
        align-items: center;
    }

    .box.contact .icon-area img {
        max-width: 45px;
    }
}

.box.contact .icon-area {
    min-width: 45px;
    float: left;
}

.box.contact .icon-area img {
    width: auto;
    max-width: 25px;
}

.box.contact .icon-area .icon {
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    transition: 0.2s;
    color: #000;
    line-height: 50px;
}

@media (max-width: 767px) {
    .box.contact .icon-area img {
        max-width: 45px;
    }
}

.box.contact .content {
    float: left;
}

.box.contact .content a {
    font-size: 16px;
    opacity: 0.6;
    color: #000;
    transition: 0.2s;
    letter-spacing: 1px;
}

@media (max-width: 1440px) {
    .box.contact .content a {
        font-size: 15px;
    }
}

.box.contact:hover .icon {
    color: #fff;
}

.box.contact.\--social .icon-area i {
    background: transparent;
    color: #000;
    font-size: 20px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 6px;
}

.box.contact.\--social .icon-area i:hover {
    color: #fff;
    background-color: #111111;
    border-color: #111;
}


@media screen and (max-width: 768px) {

    h1.title,
    h2.title {
        font-size: 22px;
    }

    h1.title br,
    h2.title br {
        display: none;
    }
}

section {
    position: relative;
}

@media screen and (min-width: 992px) {
    section.collab-sec .content {
        max-width: 470px;
    }
}

section.complementry-sec p {
    margin-bottom: 20px;
}

section.complementry-sec .btn {
    margin-top: 15px;
}

section.project-listing .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    section.project-listing .grid-container {
        padding: 0px 15px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    section.project-listing .grid-container {
        grid-template-columns: 1fr;
    }
}

section.project-listing .project-categories {
    display: flex;
    align-items: stretch;
    list-style: none;
    /* margin: 20px 0; */
    /* padding: 20px 0; */
    flex-wrap: nowrap;
    flex-direction: column;
}

section.project-listing .project-categories li a {
    position: relative;
    font-size: 13px;
}

.pro-font {
    font-size: 20px;
}

/* section.project-listing .project-categories li a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
} */
section.project-listing .project-categories li a:hover:before,
section.project-listing .project-categories li a.active:before {
    width: 100%;
}

@media screen and (max-width: 768px) {
    section.project-listing .project-categories {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.project-listing .project-categories li a {
        font-size: 18px;
    }
}

section.product-main .brand a {
    text-decoration: underline;
}

section.product-main .brand a:hover {
    -webkit-text-decoration: wavy;
    text-decoration: wavy;
}

section.product-main .product-summary {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 20px;
}

section.product-main .product-summary .product-details .flex-table {
    display: flex;
    flex-flow: column;
    margin: 5px 0 25px 0;
}

section.product-main .product-summary .product-details .flex-table .trow {
    padding: 12px 0;
    display: flex;
    border-bottom: 1px solid rgb(185, 185, 185);
}

section.product-main .product-summary .product-details .flex-table .trow .subt {
    min-width: 40%;
    color: rgb(92, 92, 92);
}

section.product-main .product-summary .product-details .flex-table .trow:hover {
    background-color: rgba(245, 245, 245, 0.486);
}

section.single-blog .meta-data {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    white-space: nowrap;
    flex-wrap: wrap;
}

section.single-blog .meta-data hr {
    max-width: 30px;
    background-color: black;
    height: 1px;
    width: 22px;
    margin: 10px 0;
}

section.contact-sec {
    background-image: linear-gradient(to left, #000 0 60%, #fff 60% 100%);
}

section.contact-sec:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 60px;
    height: 1px;
    background-color: #b1b1b1;
}

@media (max-width: 991px) {
    section.contact-sec {
        background-image: none;
        background-color: white;
    }

    section.contact-sec:before {
        display: none;
    }
}

section.about-comtent img {
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

section.clients-sec-about .heading-text {
    color: #EAE9DF;
}

section.clients-sec-about p,
section.clients-sec-about div.text {
    color: #EAE9DF !important;
    font-size: 18px;
    opacity: 0.6;
}

section.wishlist-page ul.wishlist-items {
    list-style: none;
}

section.wishlist-page ul.wishlist-items li {
    display: flex;
    align-items: center;
    padding: 25px 0;
    gap: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}

section.wishlist-page ul.wishlist-items li button {
    width: 25px;
    height: 25px;
    border: 1px solid black;
    background-color: transparent;
    border-radius: 50%;
    font-size: 16px;
    opacity: 0.8;
    cursor: pointer;
}

section.wishlist-page ul.wishlist-items li button i {
    font-size: 14px;
}

section.wishlist-page ul.wishlist-items li button:hover {
    background-color: #000;
    border-color: white;
}

section.wishlist-page ul.wishlist-items li button:hover i {
    color: white;
}

section.wishlist-page ul.wishlist-items li span {
    font-size: 20px;
}

section.wishlist-page ul.wishlist-items li:nth-last-of-type(1) {
    border-bottom: 0px;
}

@media (max-width: 768px) {
    section.wishlist-page ul.wishlist-items img {
        width: 100px;
        height: 100px;
    }
}

section.spg-sec img {
    height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    background-color: white;
}

@media (max-width: 991px) {
    section.spg-sec img {
        height: 350px;
    }
}

@media (max-width: 768px) {
    section.spg-sec img {
        height: 280px;
    }
}

@media (max-width: 576px) {
    section.spg-sec img {
        height: 220px;
    }
}

section #breadcrumbs {
    display: flex;
    align-items: center;
    gap: 5px;
}

section #breadcrumbs * {
    color: #A6a6a6;
    font-size: 16px;
}

@media (max-width: 768px) {
    section #breadcrumbs {
        gap: 3px;
        white-space: nowrap;
        flex-wrap: wrap;
    }

    section #breadcrumbs * {
        font-size: 13px;
    }
}

section #breadcrumbs a:hover {
    color: #111111;
}

section.product-cat-sec {
    min-height: 90vh;
}

section.product-cat-sec .cat-list {
    padding: 10vh 0 10vh 10vw;
}

section.product-cat-sec .cat-list ul {
    list-style: none;
}

section.product-cat-sec .cat-list ul li {
    margin-bottom: 10px;
    position: relative;
    max-width: 80%;
}

section.product-cat-sec .cat-list ul li a {
    font-size: 32px;
    color: #EAE9DF;
    display: block;
    opacity: 0.5;
}

section.product-cat-sec .cat-list ul li:before {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #EAE9DF;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    transition: 0.4s linear;
}

section.product-cat-sec .cat-list ul li:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%) rotate(0deg);
    font-size: 22px;
    opacity: 0;
    transition: 0.4s ease;
    color: #EAE9DF;
    scale: 0;
}

section.product-cat-sec .cat-list ul li:hover::before,
section.product-cat-sec .cat-list ul li.active::before {
    width: 100%;
}

section.product-cat-sec .cat-list ul li:hover::after,
section.product-cat-sec .cat-list ul li.active::after {
    opacity: 1;
    transform: translate(0px, -50%) rotate(-45deg);
    scale: 1;
}

section.product-cat-sec .cat-list ul li:hover a,
section.product-cat-sec .cat-list ul li.active a {
    opacity: 1;
}

section.product-cat-sec .service-images {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    background-color: #111;
}

section.product-cat-sec .service-images .img-tab {
    position: absolute;
    height: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    transition: 0.55s ease;
    left: -100%;
}

section.product-cat-sec .service-images .img-tab.active {
    transition: 0.55s ease;
    left: 0;
}

@media (max-width: 768px) {
    section.product-cat-sec {
        min-height: auto;
    }

    section.product-cat-sec div>div.row>div.col-md-6 {
        position: relative;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.9);
    }

    section.product-cat-sec .service-images {
        width: 100%;
    }
}

section.fp-sec .grid-featured-products {
    padding: 0px 15px;
    display: grid;
    grid-template-columns: repeat(3, 200px, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 35px;
}

@media (min-width: 992px) {
    section.fp-sec .grid-featured-products .div1 {
        grid-area: 1/1/2/2;
        height: 260px;
    }

    section.fp-sec .grid-featured-products .div2 {
        grid-area: 1/2/3/3;
        height: 555px;
    }

    section.fp-sec .grid-featured-products .div3 {
        grid-area: 1/3/2/4;
        height: 260px;
    }

    section.fp-sec .grid-featured-products .div4 {
        grid-area: 2/1/4/2;
        height: 555px;
    }

    section.fp-sec .grid-featured-products .div5 {
        grid-area: 2/3/3/4;
        height: 260px;
    }

    section.fp-sec .grid-featured-products .div6 {
        grid-area: 3/2/4/3;
        height: 260px;
    }

    section.fp-sec .grid-featured-products .div7 {
        grid-area: 3/3/4/4;
        height: 260px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    section.fp-sec .grid-featured-products {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    section.fp-sec .grid-featured-products>div {
        min-height: 300px;
        aspect-ratio: 1/1.2;
        max-width: 45vh;
    }
}

@media (max-width: 768px) {
    section.fp-sec .grid-featured-products {
        display: block;
        padding: 0px 0px 20px 5px;
        margin-right: -15px;
    }

    section.fp-sec .grid-featured-products .box {
        padding: 0 10px;
    }

    section.fp-sec .grid-featured-products figure {
        min-height: 300px;
        aspect-ratio: 1/1.2;
        max-width: 100%;
    }
}

section .title-row {
    border-bottom: 1px solid #b1b1b1;
}

section .title-row.light {
    border-color: #EAE9DF;
}

section .title-row.light .heading-text {
    color: #EAE9DF;
}

section .heading-text {
    font-family: "Mont-Regular", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

section.breadcrumbs {
    background-color: #F8F9FA;
}

section.breadcrumbs p#breadcrumbs {
    margin-top: 10px;
    color: #999;
}

section.breadcrumbs p#breadcrumbs a,
section.breadcrumbs p#breadcrumbs span {
    font-weight: 400;
    font-size: 14px;
    color: #999;
}

section.breadcrumbs p#breadcrumbs a:hover,
section.breadcrumbs p#breadcrumbs span:hover {
    color: #111;
}

section.breadcrumbs p#breadcrumbs a strong,
section.breadcrumbs p#breadcrumbs span strong {
    font-weight: 400;
}

section.breadcrumbs p#breadcrumbs span {
    color: #000;
}

section.single-blog .main-title {
    line-height: 1.1;
}

@media (max-width: 768px) {
    section.single-blog .main-title {
        font-size: 26px;
    }
}

section.single-blog .main-thumb {
    overflow: hidden;
    margin-bottom: 40px;
}

section.single-blog .main-thumb img {
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s ease;
    scale: 1.05;
}

section.single-blog .content blockquote {
    padding: 20px 20px 20px 10%;
}

section.single-blog .content blockquote p {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;
}

section.single-blog .content blockquote p:nth-child(1) {
    border-bottom: 1px solid black;
}

section.single-blog .content blockquote p strong {
    font-size: 18px;
    color: #667085;
}

section.single-blog .content p,
section.single-blog .content li {
    font-size: 15px;
}

section.single-blog .content ul,
section.single-blog .content ol {
    margin: 20px 0 20px 25px;
    font-size: 15px;
}

section.single-blog .content h2,
section.single-blog .content h3,
section.single-blog .content h4,
section.single-blog .content h5 {
   font-family: "NHaasGroteskDSPro-55Rg";
    font-weight: 400;
}

section.single-blog .content .light {
    color: #667085;
}

section.single-blog .content .wp-block-columns {
    padding: 15px 0;
}

section.single-blog .content .wp-block-columns img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

section.single-blog .author-profile {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 10px;
}

section.single-blog .author-profile .name {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    gap: 0px;
}

section.single-blog .author-profile .date {
    font-size: 14px;
    font-weight: 300;
    color: #667085;
}

section.single-blog .tags {
    display: flex;
    gap: 10px;
    align-items: center;
    gap: 5px;
}

section.single-blog .tags .tag {
    background-color: #D2D3CE;
    border-radius: 14px;
    color: #667085;
    padding: 4px 12px;
    font-weight: 400;
    transition: all 0.23s ease-out;
    cursor: pointer;
}

section.single-blog .tags .tag:hover {
    background-color: #111111;
    color: white;
}

section.single-blog .content-node {
    text-align: justify;
}

section.single-blog .content-node p {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 15px;
}

section.single-blog .content-node h1,
section.single-blog .content-node h2,
section.single-blog .content-node h3,
section.single-blog .content-node h4,
section.single-blog .content-node h5,
section.single-blog .content-node h6 {
    margin: 15px 0 10px;
    line-height: 1.1;
}

section.single-blog .content-node a {
    color: black;
    text-decoration: underline;
}

section.single-blog .content-node a:hover {
    text-decoration: none;
}

section.sticky-section .sticky-block {
    position: sticky;
    top: 160px;
    padding-bottom: 20vh;
}

@media (max-width: 769px) {
    section.sticky-section .sticky-block {
        top: 25px;
        padding-bottom: 5vh;
    }

    section.sticky-section .sticky-block h2 {
        font-size: 26px;
    }
}

section.video-sec .placeholder {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
}

section.video-sec .placeholder::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 10;
    height: 100%;
    transition: 0.2s ease-out;
    transition-delay: 2s;
}

section.video-sec .placeholder.active::before {
    opacity: 0;
}

section.video-sec .placeholder.active img.thumb {
    z-index: 1;
}

section.video-sec .placeholder.active iframe {
    z-index: 12;
}

section.video-sec .placeholder img.thumb {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
}

section.video-sec .placeholder iframe {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

section.video-sec .placeholder #button-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    color: white;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

section.video-sec .placeholder #button-play .play_btn {
    background: white;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 7px rgba(37, 140, 250, 0.4509803922), 0px 0px 0px 14px rgba(37, 140, 250, 0.3294117647);
    transition: 0.4s ease;
}

section.video-sec .placeholder #button-play img {
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(37, 140, 250, 0.4509803922), 0px 0px 0px 20px rgba(37, 140, 250, 0.3294117647);
}

section.video-sec .placeholder #button-play:hover img,
section.video-sec .placeholder #button-play:hover .play_btn {
    scale: 1.2;
    box-shadow: 0px 0px 0px 8px rgba(37, 140, 250, 0.4509803922), 0px 0px 0px 16px rgba(37, 140, 250, 0.4549019608), 0px 0px 0px 24px rgba(37, 140, 250, 0.1725490196);
}

@media (max-width: 768px) {
    section.video-sec .placeholder #button-play {
        scale: 0.7;
    }
}

section.inspect-section .icon-box-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 576px) {
    section.inspect-section .icon-box-main {
        padding: 0px 30px;
        gap: 20px;
    }
}

section.cta-sec {
    overflow: hidden;
    background: linear-gradient(to top, #111, transparent), url("images/cta-sec.png");
    background-position: 50% 50%;
    background-size: 120%;
    position: relative;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

section.cta-sec .row.Newsletter p {
    color: #F1F4F7;
    font-weight: 300;
    font-size: 18px;
}

@media (max-width: 576px) {
    section.cta-sec .row.Newsletter p {
        padding: 10px 0 0 !important;
    }
}

section.cta-sec:before {
    content: "";
    bottom: -328px;
    position: absolute;
    left: 0;
    width: 1170px;
    height: 300px;
    margin: auto;
    right: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    BORDER-RADIUS: 20%;
    BOX-SHADOW: 0PX 0PX 200PX 0PX #008EFE;
}

section .accordian {
    margin-top: 40px;
    padding-left: 30px;
    position: relative;
}

section .accordian:before {
    position: absolute;
    left: 0px;
    width: 4px;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
}

section .accordian .acc-content p {
    color: #F1F4F7;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
}

section .accordian .single {
    transition: 0.4s ease;
    padding: 30px 0;
    position: relative;
}

section .accordian .single .ques {
    opacity: 0.3;
    color: white;
    font-size: 28px;
    margin-bottom: 10px;
}

section .accordian .single .ques:hover {
    color: rgba(0, 0, 0, 0.997);
}

section .accordian .single.active {
    padding: 5px 0;
}

section .accordian .single.active .ques {
    opacity: 1;
}

section .accordian .single.active:before {
    transition: 0.4s ease;
    position: absolute;
    left: -30px;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.94);
}

@media (max-width: 576px) {
    section .accordian .single {
        padding: 20px 0;
    }

    section .accordian .single .ques {
        font-size: 20px;
    }

    section .accordian .single .acc-content p {
        color: #F1F4F7;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 300;
    }

    section .accordian .single.active {
        padding: 10px 0;
    }

    section .accordian .single.active .ques {
        opacity: 1;
    }
}

section.about-sec {
    position: relative;
}

section.about-sec hr {
    opacity: 0.47;
    width: 120%;
}

section.about-sec .shadow {
    position: relative;
}

section.about-sec .shadow::before {
    width: 100px;
    height: 1px;
    box-shadow: 0px 0px 200px 50px #008EFE, inset 0px 0px 10px 99px rgba(0, 142, 254, 0.3215686275);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

section.about-sec .shadow::after {
    width: 100px;
    height: 1px;
    box-shadow: 0px 0px 200px 50px #008EFE, inset 0px 0px 10px 99px rgba(0, 142, 254, 0.3215686275);
    position: absolute;
    right: 0;
    bottom: 0px;
    content: "";
}

section.about-sec .relative-block {
    z-index: 2;
}

section.about-sec:before {
    content: "";
    right: 0;
    width: 45vw;
    height: 97vh;
    background-image: url(images/boxexbottom.svg);
    position: absolute;
    top: 55%;
}

section.whyChoose .offset-custom-right {
    padding-left: 60px;
    padding-top: 30px;
}

@media (max-width: 576px) {
    section.whyChoose .offset-custom-right {
        padding-left: 30px;
        padding-right: 30px !important;
        padding-top: 0px;
    }
}

section.whyChoose .subtitle {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

section.whyChoose .subtitle span {
    position: relative;
}

section.whyChoose .subtitle span:before {
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    height: 3px;
    opacity: 0.5;
    background-color: #000;
    width: 40vw;
    bottom: -6px;
}

section .d-flex {
    display: flex;
}

section .titlemax800 {
    max-width: 800px;
    margin: auto;
}

section .titlemax700 {
    max-width: 700px;
    margin: auto;
}

section .titlemax600 {
    max-width: 600px;
    margin: auto;
}

section .titlemax500 {
    max-width: 500px;
    margin: auto;
}

section.gradient {
    background: transparent linear-gradient(90deg, #2BB6E9 0%, #254094 100%) 0% 0% no-repeat padding-box;
}

.popup-window {
    position: fixed;
    overflow: visible;
    padding: 30px;
    border-radius: 5px;
    top: 0;
    background: white;
    left: 0;
    right: 0;
    z-index: 10000;
    margin: 10vh auto 0;
    width: 90%;
    display: none;
    max-width: 900px;
}

.popup-window.quote {
    padding: 0px !important;
}

.popup-window.quote .form {
    padding: 0 30px 30px 30px;
}

.popup-window .top-bar {
    border-bottom: 1px solid #000;
    padding: 18px 0;
}

.popup-window .top-bar .h4 {
    padding: 0;
}

.popup-window .top-bar a {
    pointer-events: none;
    max-width: 100px;
}

.popup-window .ff-message-success {
    color: white;
}

.popup-window .closebtn {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 30px;
    width: 40px;
    height: 40px;
    z-index: 222;
    text-align: center;
    transition: 0.6s;
    background: rgba(17, 17, 17, 0.1098039216);
    border-radius: 0px 4px 0 30px;
    font-size: 24px;
}

.popup-window .closebtn:hover {
    transform: scale(1.2);
}
/* body.modal-open header.ph.sticky {
    display: none !important;
} */
/* When modal is open, push header behind modal */
body.modal-open header.ph {
  z-index: 3 !important;  /* or even 0 */
}
@media (min-width: 576px) and (max-width: 767px) {
    .popup-window.quote .row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .p-brand-desc {
        font-size: 14px;
    }

    .popup-window.quote .top-bar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup-window.quote {
        padding: 0px !important;
    }

    .popup-window {
        /*padding: 20px 0px;*/
        width: 90%;
        /*top: -5vh;*/
    }

    .popup-window .inside-window {
        padding: 0px;
        max-height: 90vh;
        overflow: auto;
    }

    .popup-window .inside-window .form {
        padding: 0px !important;
    }

}

.sub-title p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    color: #777;
    text-align: center;
}

.bg-fa {
    background-color: #fafafa;
}

.row.align-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row.align-end {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.row.align-start {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row.justify-between {
    justify-content: space-between;
}


.loading-cart {
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}


@supports (position: sticky) {
    .sticky-block {
        position: sticky;
        top: 200px;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.pagination>* {
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.0212);
    padding: 7px 17px;
}

.pagination>*.current {
    background-color: #111111;
    color: white;
}

.pagination>*:hover {
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}

/* Fade-in effect for products */
.ajax-products-li li {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ajax-products-li li.visible {
    opacity: 1;
    transform: translateY(0);
}

.project-item1 {
    opacity: 0;
    transform: scale(0.97);
    transition: all 0.3s ease-in-out;
    display: none;
    /* Hide items by default */
}

.project-item1.visible {
    opacity: 1;
    display: block;
    transform: scale(1);
}

@media (max-width: 991px) {
    .md-non-sticky {
        position: static !important;
    }

    header.ph .custom-logo {
        margin-left: 0px !important;
    }
}

.hero-banner {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-color: #111;
    background-attachment: scroll;
    background-position: center;
    background-blend-mode: overlay;
}

@media (max-width: 767px) {
    .hero-banner.hero-slider .title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .hero-banner.hero-slider .title {
        font-size: 28px;
    }
}

.hero-banner.inside-banner {
    height: 50vh;
    max-height: 300px;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    min-height: 300px;
    overflow: hidden;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;


}

.hero-slider {
    overflow-x: overlay;

}

.hero-banner.inside-banner p {
    color: white;
    font-size: 20px;
}

@media (max-width: 767px) {
    .hero-banner.inside-banner {
        min-height: 270px;
        height: 200px;
    }

    .hero-banner.inside-banner p#breadcrumbs {
        margin-top: 1px !important;
    }

    .hero-banner.inside-banner p#breadcrumbs a,
    .hero-banner.inside-banner p#breadcrumbs span,
    .hero-banner.inside-banner p#breadcrumbs p {
        font-size: 14px !important;
    }
}

.hero-banner.inside-banner:before {
    position: absolute;
    content: "";
    background-color: rgba(12, 12, 12, 0.1);
    background-blend-mode: soft-light;
    width: 100%;
    height: 100%;
}

.hero-banner.inside-banner .container-fluid {
    min-width: 90vw;
}

.hero-banner.inside-banner .banner-content {
    padding-top: 4%;
    position: relative;
}

.hero-banner.inside-banner.\--service {
    height: 70vh;
    max-height: 430px;
    align-items: center;
}

.hero-banner.inside-banner.\--service .lp-form {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px 30px 0px;
    max-width: 450px;
    border: 1px solid #5F5F5F;
    float: right;
    width: 100%;
}

.hero-banner.inside-banner.\--service .lp-form .ff-message-success {
    color: white;
    margin-bottom: 30px;
}

.hero-banner.single_banner {
    height: 50vh;
    max-height: 450px;
    min-height: 450px;
}

@media (max-width: 767px) {
    .hero-banner.single_banner {
        height: 300px;
    }
}

.hero-banner.single_banner:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    width: 100%;
    height: 100%;
}

.hero-banner.main-slider {
    background-color: transparent;
    background-position: center bottom;
    background-size: cover;
    min-height: 550px;
    max-height: 650px;
    height: calc(100vh - 200px);
}


.hero-banner .swiper-container11 {
    height: auto !important;

}

.hero-banner.main-slider figure {
    position: relative;
}

.hero-banner.main-slider figure:before {
    position: absolute;
    content: "";
    background-color: rgba(12, 12, 12, 0.1);
    background-blend-mode: soft-light;
    width: 100%;
    height: 100%;
    top: 0;
}

.hero-banner.main-slider .banner-content h1 {
    font-size: 63px;
}

.hero-banner.main-slider .banner-content h1 span.underline-bg {
    position: relative;
}

.hero-banner.main-slider .banner-content h1 span.underline-bg::before {
    content: "";
    position: absolute;
    left: -10px;
    height: 26px;
    background: #000;
    width: 40%;
    border-radius: 30px;
    bottom: 4px;
    rotate: -4deg;
    z-index: -1;
}

.hero-banner.main-slider .banner-content h1 span.underline-bg::after {
    content: "";
    position: absolute;
    right: -10px;
    height: 26px;
    background: #000;
    width: 75%;
    border-radius: 30px;
    bottom: 4px;
    rotate: -3deg;
    z-index: -1;
}

@media (max-width: 576px) {

    .hero-banner.main-slider .banner-content h1 span.underline-bg::after,
    .hero-banner.main-slider .banner-content h1 span.underline-bg::before {
        height: 8px;
    }
}

.hero-banner.main-slider .banner-content .subtitle p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 1480px) {
    .hero-banner.main-slider .banner-content .subtitle p {
        font-size: 16px;
    }
}

.hero-banner.main-slider .banner-content .title {
    padding: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .hero-banner.main-slider .banner-content .title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .hero-banner.main-slider .banner-content .title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .hero-banner.main-slider .banner-content .clearfix:after {
        display: none;
    }

    .hero-banner.main-slider .banner-content img.small,
    .hero-banner.main-slider .banner-content img.large {
        scale: 0.7;
    }

    .hero-banner.main-slider .banner-content .clearfix .btnmain {
        display: flex;
        align-items: center;
        justify-content: center;
        scale: 0.657;
        translate: 0px -20%;
    }

    .hero-banner.main-slider .banner-content .title>* {
        font-size: 30px;
    }

    .hero-banner.main-slider .banner-content .subtitle {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-banner.main-slider {
        height: 70vh;
    }
}

@media (max-width: 567px) {
    .hero-banner.main-slider {
        height: 85vh;
        max-height: auto !important;
    }

    .hero-banner.main-slider figure {
        padding: 30px 0 80px 0;
    }

    .hero-banner.main-slider figure img {
        max-width: 70vw !important;
        margin: auto;
    }

    .hero-banner.main-slider figure .lp-form {
        margin-top: 60px;
        padding: 15px 15px 0 15px;
    }
}

.hero-banner .banner-content {
    position: relative;
    z-index: 2;
    position: relative;
}

.hero-banner .banner-content .content p {
    color: white;
    font-size: 16px;
}

.hero-banner .banner-content * {
    position: relative;
    z-index: 2;
}

.hero-banner .banner-content .small {
    position: absolute;
    right: 0;
    width: 22px;
    scale: 1 -1;
    top: 0px;
}

.hero-banner .banner-content .large {
    position: absolute;
    right: 0;
    width: 38px;
    bottom: 12px;
    left: 0;
}

@media (max-width: 567px) {
    .hero-banner .page_title {
        line-height: 1.3 !important;
        font-size: 22px !important;
        max-height: 58px;
        overflow: hidden;
    }

    .hero-banner #breadcrumbs span {
        font-size: 12px;
    }

    .hero-banner .btnss {
        text-align: center;
    }

    .hero-banner .btn {
        padding: 8px 14px;
    }

    .hero-banner .title {
        font-size: 33px !important;
    }

    .hero-banner .content {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .hero-banner .title {
        font-size: 32px;
    }

    .hero-banner .content {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    .hero-slider .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hero-slider .title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .hero-slider .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .hero-slider .main-slider {
        min-height: 400px;
        max-height: 400px;
    }
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

ul.tabs {
    padding: 0px;
    list-style: none;
    overflow: auto;
    display: block;
}

ul.tabs li {
    margin: 10px 0;
    transition: 0.1s ease;
    font-size: 18px;
    padding: 10px 15px;
    position: relative;
    white-space: nowrap;
    display: block;
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
    font-weight: 500;
    gap: 10px;
    white-space: nowrap;
    /* Prevents text from wrapping onto multiple lines */
    overflow: hidden;
    /* Ensures that the overflowing text is clipped */
    text-overflow: ellipsis;
    /* Adds the ellipsis (...) for truncated text */
    width: 100%;
}

ul.tabs li a {
    color: #111;
}

@media (max-width: 768px) {
    ul.tabs li {
        padding: 4px;
        margin: 0;
    }

    ul.tabs li:nth-of-type(1) {
        margin-top: 0;
    }
}

ul.tabs li:hover {
    background-color: #111111;
    color: #fff;
}

ul.tabs li:hover a {
    color: #fff;
}

ul.tabs li.current {
    color: white;
    background-size: 300%;
    background-position: 90%;
    background-image: linear-gradient(-60deg, #D88554 0%, #EC9968 20%, #FFA570 30%, #D9814E 40%, #A04D1C 50%, #9D4A19 50%, #AB5827 60%, #C26F3E 70%, #F1AD84 80%, #DC8F61 90%, #CD7A49 100%);
}

ul.tabs.v2 li {
    color: white;
    border-radius: 8px 8px 0 0;
}

ul.tabs.v2 li:after {
    position: absolute;
    content: "";
    width: 0px;
    margin: auto;
    left: 0px;
    display: table;
    bottom: 0px;
    transition: 0.5s;
    background: #000;
    height: 3px;
    border-radius: 10px;
}

ul.tabs.v2 li.current {
    background-color: black;
    color: #111111;
    border-radius: 8px;
}

ul.tabs.v2 li.current:hover:after {
    width: 0%;
}

ul.tabs.v2 li:hover:after {
    width: 100%;
}

ul.tabs li.current:before {
    width: calc(100% - 30px);
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #d0d0d0;
    /* padding: 20px; */
}

.tab-content .title {
    color: #111;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.tab-content img {
    width: 100%;
    max-height: 400px;
}

.tab-content.current {
    display: inherit;
}

.tab-content.current .single_imageBox {
    padding: 20px;
    background: #f0f0f0;
    border: 1px solid #e3e3e3;
}

.tab-content.current .single_imageBox figure {
    background-color: #ededed;
    height: 450px;
    background-position: center;
    background-size: contain;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

.tab-content.current .contentBox {
    padding-top: 10%;
    padding-left: 10%;
    display: table;
}

@media (max-width: 576px) {
    .tab-content.current .contentBox {
        padding-left: 0px;
    }
}

.tab-content.current .contentBox .title_cat {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
}

.tab-content.current .contentBox .content {
    max-height: 350px;
    overflow: auto;
}

.tab-content.current .contentBox .content .text,
.tab-content.current .contentBox .content p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #4b4e53;
    line-height: 26px;
}

.tab-content.current .contentBox .content .text .more_content,
.tab-content.current .contentBox .content p .more_content {
    display: none;
}

.tab-content.current .contentBox .content a.link {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
    margin-top: 8px;
    font-size: 16px;
}

.tab-content.current .contentBox .content a.link .less {
    display: none;
}

.tab-content.current .contentBox .content a.link.active .less {
    display: initial;
}

.tab-content.current .contentBox .content a.link.active .more {
    display: none;
}

.tab-content.current .contentBox .content::-webkit-scrolbar {
    display: none !important;
}

.tab-content.current .contentBox .content::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: #ccc;
    border: 0px;
}

.tab-content.current .contentBox .content::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1;
    -webkit-border-radius: 0px;
    border-left: 0px !important;
}

.tab-content.current .contentBox .content::-webkit-scrollbar {
    width: 0px;
}

.tab-content.current .contentBox .content::-webkit-scrollbar {
    width: 10px;
}

.tab-content.current .contentBox .content::-webkit-scrollbar-button {
    /*   border-style: solid; */
    /*   height: px; */
    display: initial;
    width: 1px;
}

ul.arrow_list li {
    padding-left: 30px;
    position: relative;
    list-style: none;
    font-size: 18px;
    margin-bottom: 10px;
}

ul.arrow_list li:before {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    color: #EAE9DF;
    font-size: 20px;
}


@media (max-width: 767px) {
    .mw-200 {
        max-width: 200px !important;
        margin: auto;
    }
}


@media (max-width: 576px) {
    .mbpx-10OM {
        margin-bottom: 10px !important;
    }
}

/*# sourceMappingURL=style.css.map */

.px-decor {
    padding: 0px !important;
    margin: 0px !important;
}

.search-btn-decor {
    padding: 9px;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 00px !important;
    min-width: 50px;
    color: #949494 !important;
    border: 1px solid #ced4da !important;
    background: white !important;
    border-left-color: white !important;
}

.brand-padd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.brand-name {
    font-size: 15px !important;
}

.marquee-decor {
    background-color: #000;
    color: white;
}

@media (min-width: 1260px) and (max-width: 1400px) {
    .container-laptop {
        width: max-content !important;
        max-width: 100%;
    }
}

.footer-links li {
    position: relative;
    padding-left: 20px;
    /* Space for the arrow */
    list-style: none;
    /* Removes default bullet */
}

.footer-links li::before {
    content: "➤";
    /* You can replace with another arrow (like "→", "»", etc.) */
    position: absolute;
    left: 0;
    color: #000;
    /* Change color as needed */
    font-size: 0.9em;
}

.custom-logo {
    width: 25%;
    height: auto;
    /* Maintain aspect ratio */
}

.project-card {

    position: relative;
}

.project-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 2px;
}

.overlay-title {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.overlay-title h2 {
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
    padding-left: 5px;
}


/* Swiper container spacing */
.brand-swiper {
    padding-bottom: 40px;
}

/* Card styles */
.brand-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
}

.brand-img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.swiper-slide {
    width: auto;

}

.swiper {
    padding: 15px;

}

.brand-title-decor {
    text-align: center;
}

.footer-links li {
    padding-left: 30px !important;
}

.text-shadow h3,
.text-shadow p {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.text-shadow h3,
.text-shadow p {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.white-button {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.white-button:hover {
    background-color: #fff !important;
    color: #000 !important;
}


.brand-small-title-decor {
    font-size: 15px;
    text-align: center;
}


@media (max-width: 992px) {
    footer img.custom-logo {
        width: 40%;
    }
}

/* Custom CSS */

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out;
    color: white;
}


.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.nav-link.active {
    background-color: #007bff;
    color: #fff;
}

.square-img {
    aspect-ratio: 1 / 1;
    background: #f9f9f9;
}

.img-hover-zoom img {
    transition: transform 0.4s ease;
}

.img-hover-zoom:hover img {
    transform: scale(0.8);
}

.object-fit-cover {
    object-fit: cover;
}

.heart-right {
    text-align-last: right;
}

.wishlist-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    transition: color 0.3s ease;
}

.wishlist-icon::before {
    content: '\f08a';
    /* Unicode for outlined heart */
   font-family: "NHaasGroteskDSPro-55Rg";
    font-weight: 400;
    /* Outlined */
    color: #888;
    font-size: 18px;
    transition: all 0.3s ease;
}

.wishlist-icon:hover::before {
    content: '\f004';
    /* Unicode for solid heart */
    font-weight: 900;
    /* Solid */
    color: red;
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}

#pagination li {
    display: inline;
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#pagination li a.active {
    background-color: #000;
    color: #fff;
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.pagi-center {
    justify-items: center;
}

.brand-span {
    color: #fff;
    background-color: rgba(0, 0, 0, .0392156863) !important;
    margin-right: 100px;
    padding: 4px;
    /* border-radius: 30px; */
    font-size: 12px;
    height: 25px;
    width: 25px;
    text-align: center;
    position: absolute;
    margin-top: -25px;
}

.text-decoration-none {
    font-size: 12px !important;
}

.wishlist-sidebar {
    position: fixed;
    right: -400px;
    top: 0;
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
}

.wishlist-sidebar.open {
    right: 0;
}

.wishlist-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.wishlist-close {
    background: 0 0;
    border: none;
    font-size: 33px;
    float: right;
    position: absolute;
    top: 13px;
    right: 20px;
}

.wishlist-items {
    list-style: none;
    padding: 10px;
}

.wishlist-product {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.wishlist-product img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.remove-wishlist-item {
    margin-left: auto;
    color: red;
    font-size: 16px;
}

.wishlist-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.empty-wishlist-message {
    border: 1px dashed #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    padding: 30px;
    margin-top: 20px;
}

.empty-wishlist-message h4 {
    font-size: 20px;
    font-weight: 600;
}

.empty-wishlist-message p {
    color: #666;
    font-size: 14px;
}

.empty-wishlist-message .btn {
    background-color: #222;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
}

.square-img {
    position: relative;
    overflow: hidden;
}

.square-img img {
    transition: transform 0.3s ease;
}

.square-img:hover img {
    transform: scale(1.05);
}

.blog-pro-title {
    font-size: 14px;
}

.d-flexx {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.wishlist-sidebar {
    position: fixed;
    right: -400px;
    top: 0;
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
}

.wishlist-sidebar.open {
    right: 0;
}

.wishlist-sidebar-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.btn-close {
    background: none;
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 2.5l11 11m0-11l-11 11' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    right: 5%;
    position: absolute;
    top: 25px;
}

.project-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-popup .popup-content {
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
}

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

.save-to-project-btn {
    margin-right: 0px;
}

.project-close-btn {
    position: relative;
    right: -88%;
    top: 37px;
}
}

.edit-project-name-btn i,
.remove-project-product i {
    font-size: 16px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.edit-project-name-btn:hover i {
    color: #007bff;
}

.remove-project-product:hover i {
    color: #dc3545;
}

.d-decor {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.user-projects .card {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.user-projects .card-header {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.user-projects .project-title {
    font-weight: 600;
    font-size: 1rem;
}

.user-projects .product-item img {
    border-radius: 6px;
}

.user-projects .fa-edit,
.user-projects .fa-trash {
    font-size: 1rem;
    cursor: pointer;
}

.user-projects .product-item:last-child {
    border-bottom: none;
}

.pro-padding {
    padding: 10px;
}

.d-remove-decor {
    align-self: center;
}

@media (min-width: 601px) {
    .d-remove-decor {
        position: relative;
        right: -8%;
    }

    #close-project-popup {
        position: absolute;
        top: 38%;
        left: 58%
    }
}

.d-flex-pro {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.d-right-padd {
    padding-right: 25px;
}

.fa-edit {
    margin-right: 10px;

}

/* Make swiper arrows black */
.swiper-button-prev,
.swiper-button-next {
    color: #000 !important;
    /* Force black color */
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

/* Optional: make the arrow icon inside also black */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
    color: #000 !important;
}


.swiper-container.product-gallery {
  width: 100%;
  height: 600px;
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
 
  height: 100%;
/*   object-fit: fill; */
  display: block;
}

/* Mobile Responsive */


@media (max-width: 768px) {
    .container-fluid {
        max-width: 100vw;
    }

    .custom-logo {
        width: 35%;
    }

    .hero-banner,
    .swiper-slide,
    .slider {
        height: auto;
        background-size: cover;
        background-position: center;
    }

    .col-sm-padd,
    .px-0,
    .px-decor,
    .px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section {
        padding: 20px !important;
        margin-top: 20px !important;
    }

    .brand-swiper {
        padding-bottom: 0px;
    }

    row {
        text-align: center;
    }

    .brand-title-decor {
        text-align: center;
        font-weight: 700 !important;
    }

    .mobile-margin {
        margin-top: 20px;
    }

    header.ph .custom-logo {
        width: 135%;
    }

    .btns {
        align-items: center;
    }

    .project-card {
        margin-bottom: 40px !important;
    }

    .d-flexx {
        text-align: -webkit-center !important;
    }

    .mobile-margin {
        margin-top: 10px;
    }

    .brand-title-decorr {
        margin-top: -40px !important;
    }

}

@media (max-width: 767.98px) {
    .form-select {
        font-size: 15px;
        margin-bottom: 10px;
    }


}

/* Hide mobile filters on desktop */
@media (min-width: 768px) {
    .mobile-only-filter {
        display: none !important;
    }
}

/* Hide desktop filters on mobile */
@media (max-width: 767.98px) {
    .desktop-only-filter {
        display: none !important;
    }
}

.industry-slider-wrapper {
    margin: 0 auto;
    position: relative;
}

.newIndustrySwiper .swiper-slide {
    width: auto;
    max-width: 100%;
}

.industry-card {
    display: block;
    text-decoration: none;
}

.industry-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*   background: rgba(0, 0, 0, 0.4); */
    color: #fff;
    text-align: center;
    padding: 15px;
}

.industry-title {
    font-size: 1.5rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .industry-image {
        height: 180px;
    }

    .industry-title {
        font-size: 1.1rem;
    }

    .search-place-decor {
        margin-left: 20px;
    }

    .search-btn-decor {
        margin-right: 20px;
    }
}

.mobile-only-filter .form-select {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}

.mobile-only-filter .form-floating>label {
    padding: 0 0.5rem;
    color: #666;
    font-size: 0.9rem;
}

.mobile-only-filter select.form-select-sm {
    font-size: 0.95rem;
    padding: 5px;
    min-width: 50%;
}

.ml {
    margin-left: 5px;
}

.project-categories {
    padding-left: 0;
    list-style: none;
}

.project-categories li a {
    display: block;

    text-decoration: none;
    color: #333;
}

.project-categories li a.active {
    font-weight: bold;

}

.product-main img,
.box:not(.client-box) .img-node img {
    justify-self: anchor-center !important;
}

#product-grid {
    transition: opacity 0.3s ease-in-out;
}

.fade-out {
    opacity: 0.2;
    pointer-events: none;
}

.fade-in {
    opacity: 1;
}

.industry-image {
    background-size: cover;
    background-position: center;
    transition: opacity 0.6s ease-out, transform 0.4s ease-out;
    opacity: 0;
    transform: scale(1.02);
}

.industry-image.loaded {
    opacity: 1;
    transform: scale(1);
}

/* Custom black checkbox styling */
.custom-black-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    margin-top: 2px;
}

/* Checked state: black background and border */
.custom-black-checkbox input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}

/* White checkmark */
.custom-black-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Style the item count (in parentheses) */
.form-check-label .item-count {
    color: #888;
    /* soft grey */
    font-size: 12px;
    margin-left: 4px;
}

.form-check-label {
    vertical-align: bottom;
    font-size: 14px;
}

.h5-text {
    font-size: 25px !important;
    font-weight: 700 !important;
}

.filter-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

section {
    padding-bottom: 30px;
    padding-top: 30px;
}

.exp-btn-decor {
    background-color: white !important;
    border: 1px solid black;
    color: black !important;
}

/* Profile dropdown wrapper */
.profile-dropdown {
    position: relative;
    display: inline-block;
}

/* Hidden dropdown menu */
.profile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 6px;
    min-width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow: hidden;
    padding: 15px;
}

/* Dropdown open state */
.profile-dropdown.open .profile-menu {
    display: block;
}

/* Dropdown items */
.profile-menu .dropdown-item {
    color: #333;
    font-size: 14px;
    transition: background 0.2s ease;
}

.profile-menu .dropdown-item:hover {
    background: #f2f2f2;
}

.profile-welcome {
    font-weight: 600;
    font-size: 14px;
    color: #222;
    background: #f9f9f9;
}



.swiper-slide .hero-banner figure {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.swiper-slide-active .hero-banner figure {
    opacity: 1;
}

.brand-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: none !important;
    /* prevent transition on page load */
    opacity: 0;
    /* start hidden */
    will-change: auto;
}

.brand-swiper .swiper-slide img.loaded {
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

.project-slide-box {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background-color: #f8f8f8;
}

.project-slide-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ensures image fills the div */
    display: block;

}



.project-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: black;
    /* semi-transparent gray */
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.project-img-wrapper {
    width: 100%;
    height: 600px;
    /* Adjust height as needed */
    overflow: hidden;
    position: relative;
}

.project-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@import url(https://db.onlinewebfonts.com/c/02d8bfeaeb805e69f0b04e0f78697ec3?family=NHaasGroteskDSPro-55Rg);

.gallery-image-wrapper {
    width: 100%;
    height: 500px;
    /* Set fixed height or use aspect-ratio if you want it responsive */
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    /* Optional */
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
  #typing-word::after {
    content: '|';
    animation: blink 0.7s infinite;
  }

  @keyframes blink {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }

.padd-free{
	    padding-left: 200px;
    padding-right: 200px;
}
.dark-overlay{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
                background-color: rgba(0, 0, 0, 0.6); z-index: 1;
}
.linkedin-posts-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.linkedin-card {
  flex: 0 0 23%; /* approx 4 cards per row with some spacing */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-height: 400px;
}

.linkedin-card iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.form-check-label {
  
    margin-left: 10px;
}
.fancybox-container{
	display:none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none !important;
     box-sizing: border-box;
    color: transparent !important;
    font-size: 13px;
    margin: 0;
    overflow: auto;
    padding: 1em;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    text-shadow:none !important;
    will-change: transform;
}
i.fab, i.fa {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome", sans-serif !important;

}
/* marquee div container */
.marquee {
    font-size: 16px;
    color: #fff;
   
    height: 3vh;
    overflow: hidden;
    background-color: #000;
    position: relative;
}
/* nested div inside the container */
.marquee div {
    position: relative;
  left: -100%; /* start fully off-screen left */
  display: inline-block;
  animation: marquee 20s linear infinite;
	    scroll-snap-align: center;
}
/* span with text */
.marquee span {
    float: left;
    width: 50%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.container{
	    height: max-content !important;
    position: relative !important;
}


/*  Project Page CSS - Disha */
	#deleteConfirmModal .modal-content {
  width: 300px;
  padding: 20px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  text-align: center;
		height: 15vh;
		overflow: hidden;
}
#deleteConfirmModal .modal-content button {
  margin: 10px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#confirmDeleteBtn {
  background-color: #d9534f;
  color: white;
}

#cancelDeleteBtn {
  background-color: #ccc;
  color: #333;
}

    /* Basic layout & header controls */
    .dashboard-container {
        display: flex;
        min-height: 100vh;
    }

    .main-content {
        flex: 1;
        background: #f9f9f9;
        padding: 30px;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-controls {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-controls input,
    .header-controls select {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 0px;
    }

    .header-controls button {
        background: #000;
        color: #fff;
        padding: 10px 18px;
        border: none;
        cursor: pointer;
        border-radius: 6px;
    }

    .create-pro-btn {
        border-radius: 0px;
    }

    .f-float {
        float: right;
    }

    /* Project grid & cards */
    .project-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .project-card {
        position: relative;
        background: #fff;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
    }

    .project-card-image {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: left;
    }

    .project-card-image--placeholder {
        background: #eee;
    }

    /* fallback when no image */
    .project-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
    }

    .project-card-header h3 {
        margin: 0;
        font-size: 18px;
    }

    .project-card-menu {
        position: relative;
    }

    .card-menu-btn {
        background: transparent;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #333;
    }

    .card-menu-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        z-index: 20;
    }

    .card-menu-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .card-menu-dropdown li a {
        display: block;
        padding: 8px 12px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }

    .card-menu-dropdown li a:hover {
        background-color: #f5f5f5;
    }

    .project-card-body {
        padding: 0 20px 20px;
        flex: 1;
    }

    .project-card-body p {
        margin: 8px 0;
        font-size: 14px;
    }

    /* Modal & form */
    .modal {
        display: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .modal-content {
        background: #fff;
        margin: 80px auto;
        padding: 30px;
        width: 600px;
        max-width: 90%;
        border-radius: 10px;
        position: relative;
        overflow-x: scroll;
        height: -webkit-fill-available;
    }

    .close-modal {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        font-size: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100%;
        padding: 7px;
        box-sizing: border-box;
    }

    .add-team-member {
        margin-top: 10px;
        padding: 5px 10px;
        border: none;
        background: #e0e0e0;
        cursor: pointer;
    }

    /* Sidebar & navigation (you have existing CSS) */
    .sidebar {
        width: 260px;
        background: #111;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        padding: 12px 15px;
    }

    .sidebar a:hover {
        background: #333;
    }

    .profile-pic {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        background-size: cover;
        background-position: center;
        margin-right: 12px;
        border: 2px solid #fff;
    }

    .profile-name {
        font-weight: 600;
        font-size: 16px;
    }

    .arrow {
        margin-left: auto;
        transition: transform .3s;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        margin-left: 8px;
    }

    .arrow.open {
        transform: rotate(135deg);
    }

    .submenu {
        display: none;
        background: #222;
        padding-left: 15px;
    }

    .submenu li a {
        padding: 10px 15px;
        color: #ddd;
        font-size: 14px;
    }

    .submenu li a:hover {
        background: #444;
    }

/* Dashboard wrapper flex container */
.dashboard-wrapper {
  display: flex;
  min-height: 100vh;
  
}

/* Sidebar styling */
.sidebar {
  width: 260px;
  background: #111;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0; /* prevent shrinking */
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar li {
  position: relative;
}

.sidebar a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 12px 15px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

.sidebar a:hover {
  background-color: #333;
}

.profile-section {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
  border: 2px solid #fff;
}

/* Name text */
.profile-name {
  font-weight: 600;
  font-size: 16px;
}

/* Down arrow icon */
.arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  transform: rotate(45deg);
  margin-left: 8px;
}

.arrow.open {
  transform: rotate(-135deg);
}

/* Dropdown submenu */
.submenu {
  display: none;
  background: #222;
  padding-left: 15px;
}

.submenu li a {
  padding: 10px 15px;
  font-size: 14px;
  color: #ddd;
}
.submenu li a:hover {
  background-color: #444;
}

/* Main content styling */
.main-content {
  flex-grow: 1;
  padding: 30px 40px;
  background: #f9f9f9;
  min-height: 100vh;
  box-sizing: border-box;
}
.sidebarr {
  
  background: lightgrey !important;
  color: #111 !important;
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0; /* prevent shrinking */
}

.team-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.team-chips .chip {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.team-chips .chip input {
  border: none;
  background: transparent;
  outline: none;
  padding: 4px 8px;
  width: 120px;
}

.team-chips .chip-add-btn {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@charset "UTF-8";
/*
Theme Name: Vanta Black
Theme URI: https://www.vanta-global.com/
Author: Ameer Hamza
Author URI: https://www.devhamza.com/
Description: VANTA Theme - A sleek, modern, and highly customizable WordPress theme designed for businesses and creatives. It features a clean design, fast performance, and full compatibility with popular plugins.
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vanta

Use this theme to create something amazing, enjoy the process, and share your knowledge with the community.
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::after,
.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

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

    :root {
        --container: 540px;
    }
}

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

    :root {
        --container: 720px;
    }

}

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

    :root {
        --container: 960px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }

    :root {
        --container: 1170px;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1270px;
        max-width: 100%;
    }

    :root {
        --container: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1650px;
        max-width: 100%;
    }

    :root {
        --container: 1320px;
    }
}

/* Define a variable for the container width */
.offset-custom-left {
    /* Adjust the left margin for the left column to start its content from a desired position (considering a 12-column grid) */
    margin-left: calc((30px + 100vw - var(--container)) / 2) !important;
    /* Control the maximum width of the left column content */
}

.offset-custom-right {
    /* Adjust the left margin for the left column to start its content from a desired position (considering a 12-column grid) */
    padding-right: calc((-10px + 100vw - var(--container)) / 2) !important;
    /* Control the maximum width of the left column content */
}

.container-fluid {
    width: 100%;
    max-width: 90vw;
}

.container-fluid.\--full {
    max-width: 100%;
}

.container-fluid.\--full .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.row:not(.d-flex, .spacing) {
    margin-right: -15px;
    margin-left: -15px;
}

.row:not(.d-flex, .spacing)::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .row:not(.d-flex, .spacing) {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.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-md,
.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-lg,
.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-xl,
.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 {
    position: relative;
    min-height: 1px;
    /*     width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {

    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .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-md,
    .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-lg,
    .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-xl,
    .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-xs-1 {
    float: left;
    width: 8.333333%;
}

.col-xs-2 {
    float: left;
    width: 16.666667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.333333%;
}

.col-xs-5 {
    float: left;
    width: 41.666667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.333333%;
}

.col-xs-8 {
    float: left;
    width: 66.666667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.333333%;
}

.col-xs-11 {
    float: left;
    width: 91.666667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.333333%;
}

.pull-xs-2 {
    right: 16.666667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.333333%;
}

.pull-xs-5 {
    right: 41.666667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.333333%;
}

.pull-xs-8 {
    right: 66.666667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.333333%;
}

.pull-xs-11 {
    right: 91.666667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.333333%;
}

.push-xs-2 {
    left: 16.666667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.333333%;
}

.push-xs-5 {
    left: 41.666667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.333333%;
}

.push-xs-8 {
    left: 66.666667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.333333%;
}

.push-xs-11 {
    left: 91.666667%;
}

.push-xs-12 {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm-1 {
        float: left;
        width: 8.333333%;
    }

    .col-sm-2 {
        float: left;
        width: 16.666667%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }

    .col-sm-4 {
        float: left;
        width: 33.333333%;
    }

    .col-sm-5 {
        float: left;
        width: 41.666667%;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-7 {
        float: left;
        width: 58.333333%;
    }

    .col-sm-8 {
        float: left;
        width: 66.666667%;
    }

    .col-sm-9 {
        float: left;
        width: 75%;
    }

    .col-sm-10 {
        float: left;
        width: 83.333333%;
    }

    .col-sm-11 {
        float: left;
        width: 91.666667%;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.333333%;
    }

    .pull-sm-2 {
        right: 16.666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.333333%;
    }

    .pull-sm-5 {
        right: 41.666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.333333%;
    }

    .pull-sm-8 {
        right: 66.666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.333333%;
    }

    .pull-sm-11 {
        right: 91.666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.333333%;
    }

    .push-sm-2 {
        left: 16.666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.333333%;
    }

    .push-sm-5 {
        left: 41.666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.333333%;
    }

    .push-sm-8 {
        left: 66.666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.333333%;
    }

    .push-sm-11 {
        left: 91.666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.333333%;
    }

    .col-md-2 {
        float: left;
        width: 16.666667%;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-4 {
        float: left;
        width: 33.333333%;
    }

    .col-md-5 {
        float: left;
        width: 41.666667%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-7 {
        float: left;
        width: 58.333333%;
    }

    .col-md-8 {
        float: left;
        width: 66.666667%;
    }

    .col-md-9 {
        float: left;
        width: 75%;
    }

    .col-md-10 {
        float: left;
        width: 83.333333%;
    }

    .col-md-11 {
        float: left;
        width: 91.666667%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.333333%;
    }

    .pull-md-2 {
        right: 16.666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.333333%;
    }

    .pull-md-5 {
        right: 41.666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.333333%;
    }

    .pull-md-8 {
        right: 66.666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.333333%;
    }

    .pull-md-11 {
        right: 91.666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.333333%;
    }

    .push-md-2 {
        left: 16.666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.333333%;
    }

    .push-md-5 {
        left: 41.666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.333333%;
    }

    .push-md-8 {
        left: 66.666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.333333%;
    }

    .push-md-11 {
        left: 91.666667%;
    }

    .push-md-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.333333%;
    }

    .col-lg-2 {
        float: left;
        width: 16.666667%;
    }

    .col-lg-3 {
        float: left;
        width: 25%;
    }

    .col-lg-4 {
        float: left;
        width: 33.333333%;
    }

    .col-lg-5 {
        float: left;
        width: 41.666667%;
    }

    .col-lg-6 {
        float: left;
        width: 50%;
    }

    .col-lg-7 {
        float: left;
        width: 58.333333%;
    }

    .col-lg-8 {
        float: left;
        width: 66.666667%;
    }

    .col-lg-9 {
        float: left;
        width: 75%;
    }

    .col-lg-10 {
        float: left;
        width: 83.333333%;
    }

    .col-lg-11 {
        float: left;
        width: 91.666667%;
    }

    .col-lg-12 {
        float: left;
        width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.333333%;
    }

    .pull-lg-2 {
        right: 16.666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.333333%;
    }

    .pull-lg-5 {
        right: 41.666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.333333%;
    }

    .pull-lg-8 {
        right: 66.666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.333333%;
    }

    .pull-lg-11 {
        right: 91.666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.333333%;
    }

    .push-lg-2 {
        left: 16.666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.333333%;
    }

    .push-lg-5 {
        left: 41.666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.333333%;
    }

    .push-lg-8 {
        left: 66.666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.333333%;
    }

    .push-lg-11 {
        left: 91.666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.333333%;
    }

    .col-xl-2 {
        float: left;
        width: 16.666667%;
    }

    .col-xl-3 {
        float: left;
        width: 25%;
    }

    .col-xl-4 {
        float: left;
        width: 33.333333%;
    }

    .col-xl-5 {
        float: left;
        width: 41.666667%;
    }

    .col-xl-6 {
        float: left;
        width: 50%;
    }

    .col-xl-7 {
        float: left;
        width: 58.333333%;
    }

    .col-xl-8 {
        float: left;
        width: 66.666667%;
    }

    .col-xl-9 {
        float: left;
        width: 75%;
    }

    .col-xl-10 {
        float: left;
        width: 83.333333%;
    }

    .col-xl-11 {
        float: left;
        width: 91.666667%;
    }

    .col-xl-12 {
        float: left;
        width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.333333%;
    }

    .pull-xl-2 {
        right: 16.666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.333333%;
    }

    .pull-xl-5 {
        right: 41.666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.333333%;
    }

    .pull-xl-8 {
        right: 66.666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.333333%;
    }

    .pull-xl-11 {
        right: 91.666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.333333%;
    }

    .push-xl-2 {
        left: 16.666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.333333%;
    }

    .push-xl-5 {
        left: 41.666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.333333%;
    }

    .push-xl-8 {
        left: 66.666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.333333%;
    }

    .push-xl-11 {
        left: 91.666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.float-xs-left {
    float: left !important;
}

.float-xs-right {
    float: right !important;
}

.float-xs-none {
    float: none !important;
}

@media (min-width: 480px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .hidden-xl {
        display: none;
    }

    .visible-xl {
        display: block;
    }
}

hr {
    margin: 5px auto;
}

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

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

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

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

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

@media (max-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

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

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

@media (max-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .mobile-hide {
        display: none;
    }

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

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

@media (max-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

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

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

@media (max-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

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

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

.hidden-xs-up,
.hidden-xl-down {
    display: none !important;
}

@media (max-width: 576px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 577px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.ml-100 {
    margin-left: 100%;
}

.ml-99 {
    margin-left: 99%;
}

.ml-98 {
    margin-left: 98%;
}

.ml-97 {
    margin-left: 97%;
}

.ml-96 {
    margin-left: 96%;
}

.ml-95 {
    margin-left: 95%;
}

.ml-94 {
    margin-left: 94%;
}

.ml-93 {
    margin-left: 93%;
}

.ml-92 {
    margin-left: 92%;
}

.ml-91 {
    margin-left: 91%;
}

.ml-90 {
    margin-left: 90%;
}

.ml-89 {
    margin-left: 89%;
}

.ml-88 {
    margin-left: 88%;
}

.ml-87 {
    margin-left: 87%;
}

.ml-86 {
    margin-left: 86%;
}

.ml-85 {
    margin-left: 85%;
}

.ml-84 {
    margin-left: 84%;
}

.ml-83 {
    margin-left: 83%;
}

.ml-82 {
    margin-left: 82%;
}

.ml-81 {
    margin-left: 81%;
}

.ml-80 {
    margin-left: 80%;
}

.ml-79 {
    margin-left: 79%;
}

.ml-78 {
    margin-left: 78%;
}

.ml-77 {
    margin-left: 77%;
}

.ml-76 {
    margin-left: 76%;
}

.ml-75 {
    margin-left: 75%;
}

.ml-74 {
    margin-left: 74%;
}

.ml-73 {
    margin-left: 73%;
}

.ml-72 {
    margin-left: 72%;
}

.ml-71 {
    margin-left: 71%;
}

.ml-70 {
    margin-left: 70%;
}

.ml-69 {
    margin-left: 69%;
}

.ml-68 {
    margin-left: 68%;
}

.ml-67 {
    margin-left: 67%;
}

.ml-66 {
    margin-left: 66%;
}

.ml-65 {
    margin-left: 65%;
}

.ml-64 {
    margin-left: 64%;
}

.ml-63 {
    margin-left: 63%;
}

.ml-62 {
    margin-left: 62%;
}

.ml-61 {
    margin-left: 61%;
}

.ml-60 {
    margin-left: 60%;
}

.ml-59 {
    margin-left: 59%;
}

.ml-58 {
    margin-left: 58%;
}

.ml-57 {
    margin-left: 57%;
}

.ml-56 {
    margin-left: 56%;
}

.ml-55 {
    margin-left: 55%;
}

.ml-54 {
    margin-left: 54%;
}

.ml-53 {
    margin-left: 53%;
}

.ml-52 {
    margin-left: 52%;
}

.ml-51 {
    margin-left: 51%;
}

.ml-50 {
    margin-left: 50%;
}

.ml-49 {
    margin-left: 49%;
}

.ml-48 {
    margin-left: 48%;
}

.ml-47 {
    margin-left: 47%;
}

.ml-46 {
    margin-left: 46%;
}

.ml-45 {
    margin-left: 45%;
}

.ml-44 {
    margin-left: 44%;
}

.ml-43 {
    margin-left: 43%;
}

.ml-42 {
    margin-left: 42%;
}

.ml-41 {
    margin-left: 41%;
}

.ml-40 {
    margin-left: 40%;
}

.ml-39 {
    margin-left: 39%;
}

.ml-38 {
    margin-left: 38%;
}

.ml-37 {
    margin-left: 37%;
}

.ml-36 {
    margin-left: 36%;
}

.ml-35 {
    margin-left: 35%;
}

.ml-34 {
    margin-left: 34%;
}

.ml-33 {
    margin-left: 33%;
}

.ml-32 {
    margin-left: 32%;
}

.ml-31 {
    margin-left: 31%;
}

.ml-30 {
    margin-left: 30%;
}

.ml-29 {
    margin-left: 29%;
}

.ml-28 {
    margin-left: 28%;
}

.ml-27 {
    margin-left: 27%;
}

.ml-26 {
    margin-left: 26%;
}

.ml-25 {
    margin-left: 25%;
}

.ml-24 {
    margin-left: 24%;
}

.ml-23 {
    margin-left: 23%;
}

.ml-22 {
    margin-left: 22%;
}

.ml-21 {
    margin-left: 21%;
}

.ml-20 {
    margin-left: 20%;
}

.ml-19 {
    margin-left: 19%;
}

.ml-18 {
    margin-left: 18%;
}

.ml-17 {
    margin-left: 17%;
}

.ml-16 {
    margin-left: 16%;
}

.ml-15 {
    margin-left: 15%;
}

.ml-14 {
    margin-left: 14%;
}

.ml-13 {
    margin-left: 13%;
}

.ml-12 {
    margin-left: 12%;
}

.ml-11 {
    margin-left: 11%;
}

.ml-10 {
    margin-left: 10%;
}

.ml-9 {
    margin-left: 9%;
}

.ml-8 {
    margin-left: 8%;
}

.ml-7 {
    margin-left: 7%;
}

.ml-6 {
    margin-left: 6%;
}

.ml-5 {
    margin-left: 5%;
}

.ml-4 {
    margin-left: 4%;
}

.ml-3 {
    margin-left: 3%;
}

.ml-2 {
    margin-left: 2%;
}

.ml-1 {
    margin-left: 1%;
}

.mr-100 {
    margin-right: 100%;
}

.mr-99 {
    margin-right: 99%;
}

.mr-98 {
    margin-right: 98%;
}

.mr-97 {
    margin-right: 97%;
}

.mr-96 {
    margin-right: 96%;
}

.mr-95 {
    margin-right: 95%;
}

.mr-94 {
    margin-right: 94%;
}

.mr-93 {
    margin-right: 93%;
}

.mr-92 {
    margin-right: 92%;
}

.mr-91 {
    margin-right: 91%;
}

.mr-90 {
    margin-right: 90%;
}

.mr-89 {
    margin-right: 89%;
}

.mr-88 {
    margin-right: 88%;
}

.mr-87 {
    margin-right: 87%;
}

.mr-86 {
    margin-right: 86%;
}

.mr-85 {
    margin-right: 85%;
}

.mr-84 {
    margin-right: 84%;
}

.mr-83 {
    margin-right: 83%;
}

.mr-82 {
    margin-right: 82%;
}

.mr-81 {
    margin-right: 81%;
}

.mr-80 {
    margin-right: 80%;
}

.mr-79 {
    margin-right: 79%;
}

.mr-78 {
    margin-right: 78%;
}

.mr-77 {
    margin-right: 77%;
}

.mr-76 {
    margin-right: 76%;
}

.mr-75 {
    margin-right: 75%;
}

.mr-74 {
    margin-right: 74%;
}

.mr-73 {
    margin-right: 73%;
}

.mr-72 {
    margin-right: 72%;
}

.mr-71 {
    margin-right: 71%;
}

.mr-70 {
    margin-right: 70%;
}

.mr-69 {
    margin-right: 69%;
}

.mr-68 {
    margin-right: 68%;
}

.mr-67 {
    margin-right: 67%;
}

.mr-66 {
    margin-right: 66%;
}

.mr-65 {
    margin-right: 65%;
}

.mr-64 {
    margin-right: 64%;
}

.mr-63 {
    margin-right: 63%;
}

.mr-62 {
    margin-right: 62%;
}

.mr-61 {
    margin-right: 61%;
}

.mr-60 {
    margin-right: 60%;
}

.mr-59 {
    margin-right: 59%;
}

.mr-58 {
    margin-right: 58%;
}

.mr-57 {
    margin-right: 57%;
}

.mr-56 {
    margin-right: 56%;
}

.mr-55 {
    margin-right: 55%;
}

.mr-54 {
    margin-right: 54%;
}

.mr-53 {
    margin-right: 53%;
}

.mr-52 {
    margin-right: 52%;
}

.mr-51 {
    margin-right: 51%;
}

.mr-50 {
    margin-right: 50%;
}

.mr-49 {
    margin-right: 49%;
}

.mr-48 {
    margin-right: 48%;
}

.mr-47 {
    margin-right: 47%;
}

.mr-46 {
    margin-right: 46%;
}

.mr-45 {
    margin-right: 45%;
}

.mr-44 {
    margin-right: 44%;
}

.mr-43 {
    margin-right: 43%;
}

.mr-42 {
    margin-right: 42%;
}

.mr-41 {
    margin-right: 41%;
}

.mr-40 {
    margin-right: 40%;
}

.mr-39 {
    margin-right: 39%;
}

.mr-38 {
    margin-right: 38%;
}

.mr-37 {
    margin-right: 37%;
}

.mr-36 {
    margin-right: 36%;
}

.mr-35 {
    margin-right: 35%;
}

.mr-34 {
    margin-right: 34%;
}

.mr-33 {
    margin-right: 33%;
}

.mr-32 {
    margin-right: 32%;
}

.mr-31 {
    margin-right: 31%;
}

.mr-30 {
    margin-right: 30%;
}

.mr-29 {
    margin-right: 29%;
}

.mr-28 {
    margin-right: 28%;
}

.mr-27 {
    margin-right: 27%;
}

.mr-26 {
    margin-right: 26%;
}

.mr-25 {
    margin-right: 25%;
}

.mr-24 {
    margin-right: 24%;
}

.mr-23 {
    margin-right: 23%;
}

.mr-22 {
    margin-right: 22%;
}

.mr-21 {
    margin-right: 21%;
}

.mr-20 {
    margin-right: 20%;
}

.mr-19 {
    margin-right: 19%;
}

.mr-18 {
    margin-right: 18%;
}

.mr-17 {
    margin-right: 17%;
}

.mr-16 {
    margin-right: 16%;
}

.mr-15 {
    margin-right: 15%;
}

.mr-14 {
    margin-right: 14%;
}

.mr-13 {
    margin-right: 13%;
}

.mr-12 {
    margin-right: 12%;
}

.mr-11 {
    margin-right: 11%;
}

.mr-10 {
    margin-right: 10%;
}

.mr-9 {
    margin-right: 9%;
}

.mr-8 {
    margin-right: 8%;
}

.mr-7 {
    margin-right: 7%;
}

.mr-6 {
    margin-right: 6%;
}

.mr-5 {
    margin-right: 5%;
}

.mr-4 {
    margin-right: 4%;
}

.mr-3 {
    margin-right: 3%;
}

.mr-2 {
    margin-right: 2%;
}

.mr-1 {
    margin-right: 1%;
}

.pr-100 {
    padding-right: 100%;
}

.pr-99 {
    padding-right: 99%;
}

.pr-98 {
    padding-right: 98%;
}

.pr-97 {
    padding-right: 97%;
}

.pr-96 {
    padding-right: 96%;
}

.pr-95 {
    padding-right: 95%;
}

.pr-94 {
    padding-right: 94%;
}

.pr-93 {
    padding-right: 93%;
}

.pr-92 {
    padding-right: 92%;
}

.pr-91 {
    padding-right: 91%;
}

.pr-90 {
    padding-right: 90%;
}

.pr-89 {
    padding-right: 89%;
}

.pr-88 {
    padding-right: 88%;
}

.pr-87 {
    padding-right: 87%;
}

.pr-86 {
    padding-right: 86%;
}

.pr-85 {
    padding-right: 85%;
}

.pr-84 {
    padding-right: 84%;
}

.pr-83 {
    padding-right: 83%;
}

.pr-82 {
    padding-right: 82%;
}

.pr-81 {
    padding-right: 81%;
}

.pr-80 {
    padding-right: 80%;
}

.pr-79 {
    padding-right: 79%;
}

.pr-78 {
    padding-right: 78%;
}

.pr-77 {
    padding-right: 77%;
}

.pr-76 {
    padding-right: 76%;
}

.pr-75 {
    padding-right: 75%;
}

.pr-74 {
    padding-right: 74%;
}

.pr-73 {
    padding-right: 73%;
}

.pr-72 {
    padding-right: 72%;
}

.pr-71 {
    padding-right: 71%;
}

.pr-70 {
    padding-right: 70%;
}

.pr-69 {
    padding-right: 69%;
}

.pr-68 {
    padding-right: 68%;
}

.pr-67 {
    padding-right: 67%;
}

.pr-66 {
    padding-right: 66%;
}

.pr-65 {
    padding-right: 65%;
}

.pr-64 {
    padding-right: 64%;
}

.pr-63 {
    padding-right: 63%;
}

.pr-62 {
    padding-right: 62%;
}

.pr-61 {
    padding-right: 61%;
}

.pr-60 {
    padding-right: 60%;
}

.pr-59 {
    padding-right: 59%;
}

.pr-58 {
    padding-right: 58%;
}

.pr-57 {
    padding-right: 57%;
}

.pr-56 {
    padding-right: 56%;
}

.pr-55 {
    padding-right: 55%;
}

.pr-54 {
    padding-right: 54%;
}

.pr-53 {
    padding-right: 53%;
}

.pr-52 {
    padding-right: 52%;
}

.pr-51 {
    padding-right: 51%;
}

.pr-50 {
    padding-right: 50%;
}

.pr-49 {
    padding-right: 49%;
}

.pr-48 {
    padding-right: 48%;
}

.pr-47 {
    padding-right: 47%;
}

.pr-46 {
    padding-right: 46%;
}

.pr-45 {
    padding-right: 45%;
}

.pr-44 {
    padding-right: 44%;
}

.pr-43 {
    padding-right: 43%;
}

.pr-42 {
    padding-right: 42%;
}

.pr-41 {
    padding-right: 41%;
}

.pr-40 {
    padding-right: 40%;
}

.pr-39 {
    padding-right: 39%;
}

.pr-38 {
    padding-right: 38%;
}

.pr-37 {
    padding-right: 37%;
}

.pr-36 {
    padding-right: 36%;
}

.pr-35 {
    padding-right: 35%;
}

.pr-34 {
    padding-right: 34%;
}

.pr-33 {
    padding-right: 33%;
}

.pr-32 {
    padding-right: 32%;
}

.pr-31 {
    padding-right: 31%;
}

.pr-30 {
    padding-right: 30%;
}

.pr-29 {
    padding-right: 29%;
}

.pr-28 {
    padding-right: 28%;
}

.pr-27 {
    padding-right: 27%;
}

.pr-26 {
    padding-right: 26%;
}

.pr-25 {
    padding-right: 25%;
}

.pr-24 {
    padding-right: 24%;
}

.pr-23 {
    padding-right: 23%;
}

.pr-22 {
    padding-right: 22%;
}

.pr-21 {
    padding-right: 21%;
}

.pr-20 {
    padding-right: 20%;
}

.pr-19 {
    padding-right: 19%;
}

.pr-18 {
    padding-right: 18%;
}

.pr-17 {
    padding-right: 17%;
}

.pr-16 {
    padding-right: 16%;
}

.pr-15 {
    padding-right: 15%;
}

.pr-14 {
    padding-right: 14%;
}

.pr-13 {
    padding-right: 13%;
}

.pr-12 {
    padding-right: 12%;
}

.pr-11 {
    padding-right: 11%;
}

.pr-10 {
    padding-right: 10%;
}

.pr-9 {
    padding-right: 9%;
}

.pr-8 {
    padding-right: 8%;
}

.pr-7 {
    padding-right: 7%;
}

.pr-6 {
    padding-right: 6%;
}

.pr-5 {
    padding-right: 5%;
}

.pr-4 {
    padding-right: 4%;
}

.pr-3 {
    padding-right: 3%;
}

.pr-2 {
    padding-right: 2%;
}

.pr-1 {
    padding-right: 1%;
}

.pl-100 {
    padding-left: 100%;
}

.pl-99 {
    padding-left: 99%;
}

.pl-98 {
    padding-left: 98%;
}

.pl-97 {
    padding-left: 97%;
}

.pl-96 {
    padding-left: 96%;
}

.pl-95 {
    padding-left: 95%;
}

.pl-94 {
    padding-left: 94%;
}

.pl-93 {
    padding-left: 93%;
}

.pl-92 {
    padding-left: 92%;
}

.pl-91 {
    padding-left: 91%;
}

.pl-90 {
    padding-left: 90%;
}

.pl-89 {
    padding-left: 89%;
}

.pl-88 {
    padding-left: 88%;
}

.pl-87 {
    padding-left: 87%;
}

.pl-86 {
    padding-left: 86%;
}

.pl-85 {
    padding-left: 85%;
}

.pl-84 {
    padding-left: 84%;
}

.pl-83 {
    padding-left: 83%;
}

.pl-82 {
    padding-left: 82%;
}

.pl-81 {
    padding-left: 81%;
}

.pl-80 {
    padding-left: 80%;
}

.pl-79 {
    padding-left: 79%;
}

.pl-78 {
    padding-left: 78%;
}

.pl-77 {
    padding-left: 77%;
}

.pl-76 {
    padding-left: 76%;
}

.pl-75 {
    padding-left: 75%;
}

.pl-74 {
    padding-left: 74%;
}

.pl-73 {
    padding-left: 73%;
}

.pl-72 {
    padding-left: 72%;
}

.pl-71 {
    padding-left: 71%;
}

.pl-70 {
    padding-left: 70%;
}

.pl-69 {
    padding-left: 69%;
}

.pl-68 {
    padding-left: 68%;
}

.pl-67 {
    padding-left: 67%;
}

.pl-66 {
    padding-left: 66%;
}

.pl-65 {
    padding-left: 65%;
}

.pl-64 {
    padding-left: 64%;
}

.pl-63 {
    padding-left: 63%;
}

.pl-62 {
    padding-left: 62%;
}

.pl-61 {
    padding-left: 61%;
}

.pl-60 {
    padding-left: 60%;
}

.pl-59 {
    padding-left: 59%;
}

.pl-58 {
    padding-left: 58%;
}

.pl-57 {
    padding-left: 57%;
}

.pl-56 {
    padding-left: 56%;
}

.pl-55 {
    padding-left: 55%;
}

.pl-54 {
    padding-left: 54%;
}

.pl-53 {
    padding-left: 53%;
}

.pl-52 {
    padding-left: 52%;
}

.pl-51 {
    padding-left: 51%;
}

.pl-50 {
    padding-left: 50%;
}

.pl-49 {
    padding-left: 49%;
}

.pl-48 {
    padding-left: 48%;
}

.pl-47 {
    padding-left: 47%;
}

.pl-46 {
    padding-left: 46%;
}

.pl-45 {
    padding-left: 45%;
}

.pl-44 {
    padding-left: 44%;
}

.pl-43 {
    padding-left: 43%;
}

.pl-42 {
    padding-left: 42%;
}

.pl-41 {
    padding-left: 41%;
}

.pl-40 {
    padding-left: 40%;
}

.pl-39 {
    padding-left: 39%;
}

.pl-38 {
    padding-left: 38%;
}

.pl-37 {
    padding-left: 37%;
}

.pl-36 {
    padding-left: 36%;
}

.pl-35 {
    padding-left: 35%;
}

.pl-34 {
    padding-left: 34%;
}

.pl-33 {
    padding-left: 33%;
}

.pl-32 {
    padding-left: 32%;
}

.pl-31 {
    padding-left: 31%;
}

.pl-30 {
    padding-left: 30%;
}

.pl-29 {
    padding-left: 29%;
}

.pl-28 {
    padding-left: 28%;
}

.pl-27 {
    padding-left: 27%;
}

.pl-26 {
    padding-left: 26%;
}

.pl-25 {
    padding-left: 25%;
}

.pl-24 {
    padding-left: 24%;
}

.pl-23 {
    padding-left: 23%;
}

.pl-22 {
    padding-left: 22%;
}

.pl-21 {
    padding-left: 21%;
}

.pl-20 {
    padding-left: 20%;
}

.pl-19 {
    padding-left: 19%;
}

.pl-18 {
    padding-left: 18%;
}

.pl-17 {
    padding-left: 17%;
}

.pl-16 {
    padding-left: 16%;
}

.pl-15 {
    padding-left: 15%;
}

.pl-14 {
    padding-left: 14%;
}

.pl-13 {
    padding-left: 13%;
}

.pl-12 {
    padding-left: 12%;
}

.pl-11 {
    padding-left: 11%;
}

.pl-10 {
    padding-left: 10%;
}

.pl-9 {
    padding-left: 9%;
}

.pl-8 {
    padding-left: 8%;
}

.pl-7 {
    padding-left: 7%;
}

.pl-6 {
    padding-left: 6%;
}

.pl-5 {
    padding-left: 5%;
}

.pl-4 {
    padding-left: 4%;
}

.pl-3 {
    padding-left: 3%;
}

.pl-2 {
    padding-left: 2%;
}

.pl-1 {
    padding-left: 1%;
}

.pt-100 {
    padding-top: 100%;
}

.pt-99 {
    padding-top: 99%;
}

.pt-98 {
    padding-top: 98%;
}

.pt-97 {
    padding-top: 97%;
}

.pt-96 {
    padding-top: 96%;
}

.pt-95 {
    padding-top: 95%;
}

.pt-94 {
    padding-top: 94%;
}

.pt-93 {
    padding-top: 93%;
}

.pt-92 {
    padding-top: 92%;
}

.pt-91 {
    padding-top: 91%;
}

.pt-90 {
    padding-top: 90%;
}

.pt-89 {
    padding-top: 89%;
}

.pt-88 {
    padding-top: 88%;
}

.pt-87 {
    padding-top: 87%;
}

.pt-86 {
    padding-top: 86%;
}

.pt-85 {
    padding-top: 85%;
}

.pt-84 {
    padding-top: 84%;
}

.pt-83 {
    padding-top: 83%;
}

.pt-82 {
    padding-top: 82%;
}

.pt-81 {
    padding-top: 81%;
}

.pt-80 {
    padding-top: 80%;
}

.pt-79 {
    padding-top: 79%;
}

.pt-78 {
    padding-top: 78%;
}

.pt-77 {
    padding-top: 77%;
}

.pt-76 {
    padding-top: 76%;
}

.pt-75 {
    padding-top: 75%;
}

.pt-74 {
    padding-top: 74%;
}

.pt-73 {
    padding-top: 73%;
}

.pt-72 {
    padding-top: 72%;
}

.pt-71 {
    padding-top: 71%;
}

.pt-70 {
    padding-top: 70%;
}

.pt-69 {
    padding-top: 69%;
}

.pt-68 {
    padding-top: 68%;
}

.pt-67 {
    padding-top: 67%;
}

.pt-66 {
    padding-top: 66%;
}

.pt-65 {
    padding-top: 65%;
}

.pt-64 {
    padding-top: 64%;
}

.pt-63 {
    padding-top: 63%;
}

.pt-62 {
    padding-top: 62%;
}

.pt-61 {
    padding-top: 61%;
}

.pt-60 {
    padding-top: 60%;
}

.pt-59 {
    padding-top: 59%;
}

.pt-58 {
    padding-top: 58%;
}

.pt-57 {
    padding-top: 57%;
}

.pt-56 {
    padding-top: 56%;
}

.pt-55 {
    padding-top: 55%;
}

.pt-54 {
    padding-top: 54%;
}

.pt-53 {
    padding-top: 53%;
}

.pt-52 {
    padding-top: 52%;
}

.pt-51 {
    padding-top: 51%;
}

.pt-50 {
    padding-top: 50%;
}

.pt-49 {
    padding-top: 49%;
}

.pt-48 {
    padding-top: 48%;
}

.pt-47 {
    padding-top: 47%;
}

.pt-46 {
    padding-top: 46%;
}

.pt-45 {
    padding-top: 45%;
}

.pt-44 {
    padding-top: 44%;
}

.pt-43 {
    padding-top: 43%;
}

.pt-42 {
    padding-top: 42%;
}

.pt-41 {
    padding-top: 41%;
}

.pt-40 {
    padding-top: 40%;
}

.pt-39 {
    padding-top: 39%;
}

.pt-38 {
    padding-top: 38%;
}

.pt-37 {
    padding-top: 37%;
}

.pt-36 {
    padding-top: 36%;
}

.pt-35 {
    padding-top: 35%;
}

.pt-34 {
    padding-top: 34%;
}

.pt-33 {
    padding-top: 33%;
}

.pt-32 {
    padding-top: 32%;
}

.pt-31 {
    padding-top: 31%;
}

.pt-30 {
    padding-top: 30%;
}

.pt-29 {
    padding-top: 29%;
}

.pt-28 {
    padding-top: 28%;
}

.pt-27 {
    padding-top: 27%;
}

.pt-26 {
    padding-top: 26%;
}

.pt-25 {
    padding-top: 25%;
}

.pt-24 {
    padding-top: 24%;
}

.pt-23 {
    padding-top: 23%;
}

.pt-22 {
    padding-top: 22%;
}

.pt-21 {
    padding-top: 21%;
}

.pt-20 {
    padding-top: 20%;
}

.pt-19 {
    padding-top: 19%;
}

.pt-18 {
    padding-top: 18%;
}

.pt-17 {
    padding-top: 17%;
}

.pt-16 {
    padding-top: 16%;
}

.pt-15 {
    padding-top: 15%;
}

.pt-14 {
    padding-top: 14%;
}

.pt-13 {
    padding-top: 13%;
}

.pt-12 {
    padding-top: 12%;
}

.pt-11 {
    padding-top: 11%;
}

.pt-10 {
    padding-top: 10%;
}

.pt-9 {
    padding-top: 9%;
}

.pt-8 {
    padding-top: 8%;
}

.pt-7 {
    padding-top: 7%;
}

.pt-6 {
    padding-top: 6%;
}

.pt-5 {
    padding-top: 5%;
}

.pt-4 {
    padding-top: 4%;
}

.pt-3 {
    padding-top: 3%;
}

.pt-2 {
    padding-top: 2%;
}

.pt-1 {
    padding-top: 1%;
}

.pb-100 {
    padding-bottom: 100%;
}

.pb-99 {
    padding-bottom: 99%;
}

.pb-98 {
    padding-bottom: 98%;
}

.pb-97 {
    padding-bottom: 97%;
}

.pb-96 {
    padding-bottom: 96%;
}

.pb-95 {
    padding-bottom: 95%;
}

.pb-94 {
    padding-bottom: 94%;
}

.pb-93 {
    padding-bottom: 93%;
}

.pb-92 {
    padding-bottom: 92%;
}

.pb-91 {
    padding-bottom: 91%;
}

.pb-90 {
    padding-bottom: 90%;
}

.pb-89 {
    padding-bottom: 89%;
}

.pb-88 {
    padding-bottom: 88%;
}

.pb-87 {
    padding-bottom: 87%;
}

.pb-86 {
    padding-bottom: 86%;
}

.pb-85 {
    padding-bottom: 85%;
}

.pb-84 {
    padding-bottom: 84%;
}

.pb-83 {
    padding-bottom: 83%;
}

.pb-82 {
    padding-bottom: 82%;
}

.pb-81 {
    padding-bottom: 81%;
}

.pb-80 {
    padding-bottom: 80%;
}

.pb-79 {
    padding-bottom: 79%;
}

.pb-78 {
    padding-bottom: 78%;
}

.pb-77 {
    padding-bottom: 77%;
}

.pb-76 {
    padding-bottom: 76%;
}

.pb-75 {
    padding-bottom: 75%;
}

.pb-74 {
    padding-bottom: 74%;
}

.pb-73 {
    padding-bottom: 73%;
}

.pb-72 {
    padding-bottom: 72%;
}

.pb-71 {
    padding-bottom: 71%;
}

.pb-70 {
    padding-bottom: 70%;
}

.pb-69 {
    padding-bottom: 69%;
}

.pb-68 {
    padding-bottom: 68%;
}

.pb-67 {
    padding-bottom: 67%;
}

.pb-66 {
    padding-bottom: 66%;
}

.pb-65 {
    padding-bottom: 65%;
}

.pb-64 {
    padding-bottom: 64%;
}

.pb-63 {
    padding-bottom: 63%;
}

.pb-62 {
    padding-bottom: 62%;
}

.pb-61 {
    padding-bottom: 61%;
}

.pb-60 {
    padding-bottom: 60%;
}

.pb-59 {
    padding-bottom: 59%;
}

.pb-58 {
    padding-bottom: 58%;
}

.pb-57 {
    padding-bottom: 57%;
}

.pb-56 {
    padding-bottom: 56%;
}

.pb-55 {
    padding-bottom: 55%;
}

.pb-54 {
    padding-bottom: 54%;
}

.pb-53 {
    padding-bottom: 53%;
}

.pb-52 {
    padding-bottom: 52%;
}

.pb-51 {
    padding-bottom: 51%;
}

.pb-50 {
    padding-bottom: 50%;
}

.pb-49 {
    padding-bottom: 49%;
}

.pb-48 {
    padding-bottom: 48%;
}

.pb-47 {
    padding-bottom: 47%;
}

.pb-46 {
    padding-bottom: 46%;
}

.pb-45 {
    padding-bottom: 45%;
}

.pb-44 {
    padding-bottom: 44%;
}

.pb-43 {
    padding-bottom: 43%;
}

.pb-42 {
    padding-bottom: 42%;
}

.pb-41 {
    padding-bottom: 41%;
}

.pb-40 {
    padding-bottom: 40%;
}

.pb-39 {
    padding-bottom: 39%;
}

.pb-38 {
    padding-bottom: 38%;
}

.pb-37 {
    padding-bottom: 37%;
}

.pb-36 {
    padding-bottom: 36%;
}

.pb-35 {
    padding-bottom: 35%;
}

.pb-34 {
    padding-bottom: 34%;
}

.pb-33 {
    padding-bottom: 33%;
}

.pb-32 {
    padding-bottom: 32%;
}

.pb-31 {
    padding-bottom: 31%;
}

.pb-30 {
    padding-bottom: 30%;
}

.pb-29 {
    padding-bottom: 29%;
}

.pb-28 {
    padding-bottom: 28%;
}

.pb-27 {
    padding-bottom: 27%;
}

.pb-26 {
    padding-bottom: 26%;
}

.pb-25 {
    padding-bottom: 25%;
}

.pb-24 {
    padding-bottom: 24%;
}

.pb-23 {
    padding-bottom: 23%;
}

.pb-22 {
    padding-bottom: 22%;
}

.pb-21 {
    padding-bottom: 21%;
}

.pb-20 {
    padding-bottom: 20%;
}

.pb-19 {
    padding-bottom: 19%;
}

.pb-18 {
    padding-bottom: 18%;
}

.pb-17 {
    padding-bottom: 17%;
}

.pb-16 {
    padding-bottom: 16%;
}

.pb-15 {
    padding-bottom: 15%;
}

.pb-14 {
    padding-bottom: 14%;
}

.pb-13 {
    padding-bottom: 13%;
}

.pb-12 {
    padding-bottom: 12%;
}

.pb-11 {
    padding-bottom: 11%;
}

.pb-10 {
    padding-bottom: 10%;
}

.pb-9 {
    padding-bottom: 9%;
}

.pb-8 {
    padding-bottom: 8%;
}

.pb-7 {
    padding-bottom: 7%;
}

.pb-6 {
    padding-bottom: 6%;
}

.pb-5 {
    padding-bottom: 5%;
}

.pb-4 {
    padding-bottom: 4%;
}

.pb-3 {
    padding-bottom: 3%;
}

.pb-2 {
    padding-bottom: 2%;
}

.pb-1 {
    padding-bottom: 1%;
}

.mb-100 {
    margin-bottom: 100% !important;
}

.mb-99 {
    margin-bottom: 99% !important;
}

.mb-98 {
    margin-bottom: 98% !important;
}

.mb-97 {
    margin-bottom: 97% !important;
}

.mb-96 {
    margin-bottom: 96% !important;
}

.mb-95 {
    margin-bottom: 95% !important;
}

.mb-94 {
    margin-bottom: 94% !important;
}

.mb-93 {
    margin-bottom: 93% !important;
}

.mb-92 {
    margin-bottom: 92% !important;
}

.mb-91 {
    margin-bottom: 91% !important;
}

.mb-90 {
    margin-bottom: 90% !important;
}

.mb-89 {
    margin-bottom: 89% !important;
}

.mb-88 {
    margin-bottom: 88% !important;
}

.mb-87 {
    margin-bottom: 87% !important;
}

.mb-86 {
    margin-bottom: 86% !important;
}

.mb-85 {
    margin-bottom: 85% !important;
}

.mb-84 {
    margin-bottom: 84% !important;
}

.mb-83 {
    margin-bottom: 83% !important;
}

.mb-82 {
    margin-bottom: 82% !important;
}

.mb-81 {
    margin-bottom: 81% !important;
}

.mb-80 {
    margin-bottom: 80% !important;
}

.mb-79 {
    margin-bottom: 79% !important;
}

.mb-78 {
    margin-bottom: 78% !important;
}

.mb-77 {
    margin-bottom: 77% !important;
}

.mb-76 {
    margin-bottom: 76% !important;
}

.mb-75 {
    margin-bottom: 75% !important;
}

.mb-74 {
    margin-bottom: 74% !important;
}

.mb-73 {
    margin-bottom: 73% !important;
}

.mb-72 {
    margin-bottom: 72% !important;
}

.mb-71 {
    margin-bottom: 71% !important;
}

.mb-70 {
    margin-bottom: 70% !important;
}

.mb-69 {
    margin-bottom: 69% !important;
}

.mb-68 {
    margin-bottom: 68% !important;
}

.mb-67 {
    margin-bottom: 67% !important;
}

.mb-66 {
    margin-bottom: 66% !important;
}

.mb-65 {
    margin-bottom: 65% !important;
}

.mb-64 {
    margin-bottom: 64% !important;
}

.mb-63 {
    margin-bottom: 63% !important;
}

.mb-62 {
    margin-bottom: 62% !important;
}

.mb-61 {
    margin-bottom: 61% !important;
}

.mb-60 {
    margin-bottom: 60% !important;
}

.mb-59 {
    margin-bottom: 59% !important;
}

.mb-58 {
    margin-bottom: 58% !important;
}

.mb-57 {
    margin-bottom: 57% !important;
}

.mb-56 {
    margin-bottom: 56% !important;
}

.mb-55 {
    margin-bottom: 55% !important;
}

.mb-54 {
    margin-bottom: 54% !important;
}

.mb-53 {
    margin-bottom: 53% !important;
}

.mb-52 {
    margin-bottom: 52% !important;
}

.mb-51 {
    margin-bottom: 51% !important;
}

.mb-50 {
    margin-bottom: 50% !important;
}

.mb-49 {
    margin-bottom: 49% !important;
}

.mb-48 {
    margin-bottom: 48% !important;
}

.mb-47 {
    margin-bottom: 47% !important;
}

.mb-46 {
    margin-bottom: 46% !important;
}

.mb-45 {
    margin-bottom: 45% !important;
}

.mb-44 {
    margin-bottom: 44% !important;
}

.mb-43 {
    margin-bottom: 43% !important;
}

.mb-42 {
    margin-bottom: 42% !important;
}

.mb-41 {
    margin-bottom: 41% !important;
}

.mb-40 {
    margin-bottom: 40% !important;
}

.mb-39 {
    margin-bottom: 39% !important;
}

.mb-38 {
    margin-bottom: 38% !important;
}

.mb-37 {
    margin-bottom: 37% !important;
}

.mb-36 {
    margin-bottom: 36% !important;
}

.mb-35 {
    margin-bottom: 35% !important;
}

.mb-34 {
    margin-bottom: 34% !important;
}

.mb-33 {
    margin-bottom: 33% !important;
}

.mb-32 {
    margin-bottom: 32% !important;
}

.mb-31 {
    margin-bottom: 31% !important;
}

.mb-30 {
    margin-bottom: 30% !important;
}

.mb-29 {
    margin-bottom: 29% !important;
}

.mb-28 {
    margin-bottom: 28% !important;
}

.mb-27 {
    margin-bottom: 27% !important;
}

.mb-26 {
    margin-bottom: 26% !important;
}

.mb-25 {
    margin-bottom: 25% !important;
}

.mb-24 {
    margin-bottom: 24% !important;
}

.mb-23 {
    margin-bottom: 23% !important;
}

.mb-22 {
    margin-bottom: 22% !important;
}

.mb-21 {
    margin-bottom: 21% !important;
}

.mb-20 {
    margin-bottom: 20% !important;
}

.mb-19 {
    margin-bottom: 19% !important;
}

.mb-18 {
    margin-bottom: 18% !important;
}

.mb-17 {
    margin-bottom: 17% !important;
}

.mb-16 {
    margin-bottom: 16% !important;
}

.mb-15 {
    margin-bottom: 15% !important;
}

.mb-14 {
    margin-bottom: 14% !important;
}

.mb-13 {
    margin-bottom: 13% !important;
}

.mb-12 {
    margin-bottom: 12% !important;
}

.mb-11 {
    margin-bottom: 11% !important;
}

.mb-10 {
    margin-bottom: 10% !important;
}

.mb-9 {
    margin-bottom: 9% !important;
}

.mb-8 {
    margin-bottom: 8% !important;
}

.mb-7 {
    margin-bottom: 7% !important;
}

.mb-6 {
    margin-bottom: 6% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

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

.mt-100 {
    margin-top: 100% !important;
}

.mt-99 {
    margin-top: 99% !important;
}

.mt-98 {
    margin-top: 98% !important;
}

.mt-97 {
    margin-top: 97% !important;
}

.mt-96 {
    margin-top: 96% !important;
}

.mt-95 {
    margin-top: 95% !important;
}

.mt-94 {
    margin-top: 94% !important;
}

.mt-93 {
    margin-top: 93% !important;
}

.mt-92 {
    margin-top: 92% !important;
}

.mt-91 {
    margin-top: 91% !important;
}

.mt-90 {
    margin-top: 90% !important;
}

.mt-89 {
    margin-top: 89% !important;
}

.mt-88 {
    margin-top: 88% !important;
}

.mt-87 {
    margin-top: 87% !important;
}

.mt-86 {
    margin-top: 86% !important;
}

.mt-85 {
    margin-top: 85% !important;
}

.mt-84 {
    margin-top: 84% !important;
}

.mt-83 {
    margin-top: 83% !important;
}

.mt-82 {
    margin-top: 82% !important;
}

.mt-81 {
    margin-top: 81% !important;
}

.mt-80 {
    margin-top: 80% !important;
}

.mt-79 {
    margin-top: 79% !important;
}

.mt-78 {
    margin-top: 78% !important;
}

.mt-77 {
    margin-top: 77% !important;
}

.mt-76 {
    margin-top: 76% !important;
}

.mt-75 {
    margin-top: 75% !important;
}

.mt-74 {
    margin-top: 74% !important;
}

.mt-73 {
    margin-top: 73% !important;
}

.mt-72 {
    margin-top: 72% !important;
}

.mt-71 {
    margin-top: 71% !important;
}

.mt-70 {
    margin-top: 70% !important;
}

.mt-69 {
    margin-top: 69% !important;
}

.mt-68 {
    margin-top: 68% !important;
}

.mt-67 {
    margin-top: 67% !important;
}

.mt-66 {
    margin-top: 66% !important;
}

.mt-65 {
    margin-top: 65% !important;
}

.mt-64 {
    margin-top: 64% !important;
}

.mt-63 {
    margin-top: 63% !important;
}

.mt-62 {
    margin-top: 62% !important;
}

.mt-61 {
    margin-top: 61% !important;
}

.mt-60 {
    margin-top: 60% !important;
}

.mt-59 {
    margin-top: 59% !important;
}

.mt-58 {
    margin-top: 58% !important;
}

.mt-57 {
    margin-top: 57% !important;
}

.mt-56 {
    margin-top: 56% !important;
}

.mt-55 {
    margin-top: 55% !important;
}

.mt-54 {
    margin-top: 54% !important;
}

.mt-53 {
    margin-top: 53% !important;
}

.mt-52 {
    margin-top: 52% !important;
}

.mt-51 {
    margin-top: 51% !important;
}

.mt-50 {
    margin-top: 50% !important;
}

.mt-49 {
    margin-top: 49% !important;
}

.mt-48 {
    margin-top: 48% !important;
}

.mt-47 {
    margin-top: 47% !important;
}

.mt-46 {
    margin-top: 46% !important;
}

.mt-45 {
    margin-top: 45% !important;
}

.mt-44 {
    margin-top: 44% !important;
}

.mt-43 {
    margin-top: 43% !important;
}

.mt-42 {
    margin-top: 42% !important;
}

.mt-41 {
    margin-top: 41% !important;
}

.mt-40 {
    margin-top: 40% !important;
}

.mt-39 {
    margin-top: 39% !important;
}

.mt-38 {
    margin-top: 38% !important;
}

.mt-37 {
    margin-top: 37% !important;
}

.mt-36 {
    margin-top: 36% !important;
}

.mt-35 {
    margin-top: 35% !important;
}

.mt-34 {
    margin-top: 34% !important;
}

.mt-33 {
    margin-top: 33% !important;
}

.mt-32 {
    margin-top: 32% !important;
}

.mt-31 {
    margin-top: 31% !important;
}

.mt-30 {
    margin-top: 30% !important;
}

.mt-29 {
    margin-top: 29% !important;
}

.mt-28 {
    margin-top: 28% !important;
}

.mt-27 {
    margin-top: 27% !important;
}

.mt-26 {
    margin-top: 26% !important;
}

.mt-25 {
    margin-top: 25% !important;
}

.mt-24 {
    margin-top: 24% !important;
}

.mt-23 {
    margin-top: 23% !important;
}

.mt-22 {
    margin-top: 22% !important;
}

.mt-21 {
    margin-top: 21% !important;
}

.mt-20 {
    margin-top: 20% !important;
}

.mt-19 {
    margin-top: 19% !important;
}

.mt-18 {
    margin-top: 18% !important;
}

.mt-17 {
    margin-top: 17% !important;
}

.mt-16 {
    margin-top: 16% !important;
}

.mt-15 {
    margin-top: 15% !important;
}

.mt-14 {
    margin-top: 14% !important;
}

.mt-13 {
    margin-top: 13% !important;
}

.mt-12 {
    margin-top: 12% !important;
}

.mt-11 {
    margin-top: 11% !important;
}

.mt-10 {
    margin-top: 10% !important;
}

.mt-9 {
    margin-top: 9% !important;
}

.mt-8 {
    margin-top: 8% !important;
}

.mt-7 {
    margin-top: 7% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-1 {
    margin-top: 1% !important;
}

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

.mbpx-100 {
    margin-bottom: 100px !important;
}

.mbpx-99 {
    margin-bottom: 99px !important;
}

.mbpx-98 {
    margin-bottom: 98px !important;
}

.mbpx-97 {
    margin-bottom: 97px !important;
}

.mbpx-96 {
    margin-bottom: 96px !important;
}

.mbpx-95 {
    margin-bottom: 95px !important;
}

.mbpx-94 {
    margin-bottom: 94px !important;
}

.mbpx-93 {
    margin-bottom: 93px !important;
}

.mbpx-92 {
    margin-bottom: 92px !important;
}

.mbpx-91 {
    margin-bottom: 91px !important;
}

.mbpx-90 {
    margin-bottom: 90px !important;
}

.mbpx-89 {
    margin-bottom: 89px !important;
}

.mbpx-88 {
    margin-bottom: 88px !important;
}

.mbpx-87 {
    margin-bottom: 87px !important;
}

.mbpx-86 {
    margin-bottom: 86px !important;
}

.mbpx-85 {
    margin-bottom: 85px !important;
}

.mbpx-84 {
    margin-bottom: 84px !important;
}

.mbpx-83 {
    margin-bottom: 83px !important;
}

.mbpx-82 {
    margin-bottom: 82px !important;
}

.mbpx-81 {
    margin-bottom: 81px !important;
}

.mbpx-80 {
    margin-bottom: 80px !important;
}

.mbpx-79 {
    margin-bottom: 79px !important;
}

.mbpx-78 {
    margin-bottom: 78px !important;
}

.mbpx-77 {
    margin-bottom: 77px !important;
}

.mbpx-76 {
    margin-bottom: 76px !important;
}

.mbpx-75 {
    margin-bottom: 75px !important;
}

.mbpx-74 {
    margin-bottom: 74px !important;
}

.mbpx-73 {
    margin-bottom: 73px !important;
}

.mbpx-72 {
    margin-bottom: 72px !important;
}

.mbpx-71 {
    margin-bottom: 71px !important;
}

.mbpx-70 {
    margin-bottom: 70px !important;
}

.mbpx-69 {
    margin-bottom: 69px !important;
}

.mbpx-68 {
    margin-bottom: 68px !important;
}

.mbpx-67 {
    margin-bottom: 67px !important;
}

.mbpx-66 {
    margin-bottom: 66px !important;
}

.mbpx-65 {
    margin-bottom: 65px !important;
}

.mbpx-64 {
    margin-bottom: 64px !important;
}

.mbpx-63 {
    margin-bottom: 63px !important;
}

.mbpx-62 {
    margin-bottom: 62px !important;
}

.mbpx-61 {
    margin-bottom: 61px !important;
}

.mbpx-60 {
    margin-bottom: 60px !important;
}

.mbpx-59 {
    margin-bottom: 59px !important;
}

.mbpx-58 {
    margin-bottom: 58px !important;
}

.mbpx-57 {
    margin-bottom: 57px !important;
}

.mbpx-56 {
    margin-bottom: 56px !important;
}

.mbpx-55 {
    margin-bottom: 55px !important;
}

.mbpx-54 {
    margin-bottom: 54px !important;
}

.mbpx-53 {
    margin-bottom: 53px !important;
}

.mbpx-52 {
    margin-bottom: 52px !important;
}

.mbpx-51 {
    margin-bottom: 51px !important;
}

.mbpx-50 {
    margin-bottom: 50px !important;
}

.mbpx-49 {
    margin-bottom: 49px !important;
}

.mbpx-48 {
    margin-bottom: 48px !important;
}

.mbpx-47 {
    margin-bottom: 47px !important;
}

.mbpx-46 {
    margin-bottom: 46px !important;
}

.mbpx-45 {
    margin-bottom: 45px !important;
}

.mbpx-44 {
    margin-bottom: 44px !important;
}

.mbpx-43 {
    margin-bottom: 43px !important;
}

.mbpx-42 {
    margin-bottom: 42px !important;
}

.mbpx-41 {
    margin-bottom: 41px !important;
}

.mbpx-40 {
    margin-bottom: 40px !important;
}

.mbpx-39 {
    margin-bottom: 39px !important;
}

.mbpx-38 {
    margin-bottom: 38px !important;
}

.mbpx-37 {
    margin-bottom: 37px !important;
}

.mbpx-36 {
    margin-bottom: 36px !important;
}

.mbpx-35 {
    margin-bottom: 35px !important;
}

.mbpx-34 {
    margin-bottom: 34px !important;
}

.mbpx-33 {
    margin-bottom: 33px !important;
}

.mbpx-32 {
    margin-bottom: 32px !important;
}

.mbpx-31 {
    margin-bottom: 31px !important;
}

.mbpx-30 {
    margin-bottom: 30px !important;
}

.mbpx-29 {
    margin-bottom: 29px !important;
}

.mbpx-28 {
    margin-bottom: 28px !important;
}

.mbpx-27 {
    margin-bottom: 27px !important;
}

.mbpx-26 {
    margin-bottom: 26px !important;
}

.mbpx-25 {
    margin-bottom: 25px !important;
}

.mbpx-24 {
    margin-bottom: 24px !important;
}

.mbpx-23 {
    margin-bottom: 23px !important;
}

.mbpx-22 {
    margin-bottom: 22px !important;
}

.mbpx-21 {
    margin-bottom: 21px !important;
}

.mbpx-20 {
    margin-bottom: 20px !important;
}

.mbpx-19 {
    margin-bottom: 19px !important;
}

.mbpx-18 {
    margin-bottom: 18px !important;
}

.mbpx-17 {
    margin-bottom: 17px !important;
}

.mbpx-16 {
    margin-bottom: 16px !important;
}

.mbpx-15 {
    margin-bottom: 15px !important;
}

.mbpx-14 {
    margin-bottom: 14px !important;
}

.mbpx-13 {
    margin-bottom: 13px !important;
}

.mbpx-12 {
    margin-bottom: 12px !important;
}

.mbpx-11 {
    margin-bottom: 11px !important;
}

.mbpx-10 {
    margin-bottom: 10px !important;
}

.mbpx-9 {
    margin-bottom: 9px !important;
}

.mbpx-8 {
    margin-bottom: 8px !important;
}

.mbpx-7 {
    margin-bottom: 7px !important;
}

.mbpx-6 {
    margin-bottom: 6px !important;
}

.mbpx-5 {
    margin-bottom: 5px !important;
}

.mbpx-4 {
    margin-bottom: 4px !important;
}

.mbpx-3 {
    margin-bottom: 3px !important;
}

.mbpx-2 {
    margin-bottom: 2px !important;
}

.mbpx-1 {
    margin-bottom: 1px !important;
}

.mbpx-0 {
    margin-bottom: 0px !important;
}

.mtpx-100 {
    margin-top: 100px !important;
}

.mtpx-99 {
    margin-top: 99px !important;
}

.mtpx-98 {
    margin-top: 98px !important;
}

.mtpx-97 {
    margin-top: 97px !important;
}

.mtpx-96 {
    margin-top: 96px !important;
}

.mtpx-95 {
    margin-top: 95px !important;
}

.mtpx-94 {
    margin-top: 94px !important;
}

.mtpx-93 {
    margin-top: 93px !important;
}

.mtpx-92 {
    margin-top: 92px !important;
}

.mtpx-91 {
    margin-top: 91px !important;
}

.mtpx-90 {
    margin-top: 90px !important;
}

.mtpx-89 {
    margin-top: 89px !important;
}

.mtpx-88 {
    margin-top: 88px !important;
}

.mtpx-87 {
    margin-top: 87px !important;
}

.mtpx-86 {
    margin-top: 86px !important;
}

.mtpx-85 {
    margin-top: 85px !important;
}

.mtpx-84 {
    margin-top: 84px !important;
}

.mtpx-83 {
    margin-top: 83px !important;
}

.mtpx-82 {
    margin-top: 82px !important;
}

.mtpx-81 {
    margin-top: 81px !important;
}

.mtpx-80 {
    margin-top: 80px !important;
}

.mtpx-79 {
    margin-top: 79px !important;
}

.mtpx-78 {
    margin-top: 78px !important;
}

.mtpx-77 {
    margin-top: 77px !important;
}

.mtpx-76 {
    margin-top: 76px !important;
}

.mtpx-75 {
    margin-top: 75px !important;
}

.mtpx-74 {
    margin-top: 74px !important;
}

.mtpx-73 {
    margin-top: 73px !important;
}

.mtpx-72 {
    margin-top: 72px !important;
}

.mtpx-71 {
    margin-top: 71px !important;
}

.mtpx-70 {
    margin-top: 70px !important;
}

.mtpx-69 {
    margin-top: 69px !important;
}

.mtpx-68 {
    margin-top: 68px !important;
}

.mtpx-67 {
    margin-top: 67px !important;
}

.mtpx-66 {
    margin-top: 66px !important;
}

.mtpx-65 {
    margin-top: 65px !important;
}

.mtpx-64 {
    margin-top: 64px !important;
}

.mtpx-63 {
    margin-top: 63px !important;
}

.mtpx-62 {
    margin-top: 62px !important;
}

.mtpx-61 {
    margin-top: 61px !important;
}

.mtpx-60 {
    margin-top: 60px !important;
}

.mtpx-59 {
    margin-top: 59px !important;
}

.mtpx-58 {
    margin-top: 58px !important;
}

.mtpx-57 {
    margin-top: 57px !important;
}

.mtpx-56 {
    margin-top: 56px !important;
}

.mtpx-55 {
    margin-top: 55px !important;
}

.mtpx-54 {
    margin-top: 54px !important;
}

.mtpx-53 {
    margin-top: 53px !important;
}

.mtpx-52 {
    margin-top: 52px !important;
}

.mtpx-51 {
    margin-top: 51px !important;
}

.mtpx-50 {
    margin-top: 50px !important;
}

.mtpx-49 {
    margin-top: 49px !important;
}

.mtpx-48 {
    margin-top: 48px !important;
}

.mtpx-47 {
    margin-top: 47px !important;
}

.mtpx-46 {
    margin-top: 46px !important;
}

.mtpx-45 {
    margin-top: 45px !important;
}

.mtpx-44 {
    margin-top: 44px !important;
}

.mtpx-43 {
    margin-top: 43px !important;
}

.mtpx-42 {
    margin-top: 42px !important;
}

.mtpx-41 {
    margin-top: 41px !important;
}

.mtpx-40 {
    margin-top: 40px !important;
}

.mtpx-39 {
    margin-top: 39px !important;
}

.mtpx-38 {
    margin-top: 38px !important;
}

.mtpx-37 {
    margin-top: 37px !important;
}

.mtpx-36 {
    margin-top: 36px !important;
}

.mtpx-35 {
    margin-top: 35px !important;
}

.mtpx-34 {
    margin-top: 34px !important;
}

.mtpx-33 {
    margin-top: 33px !important;
}

.mtpx-32 {
    margin-top: 32px !important;
}

.mtpx-31 {
    margin-top: 31px !important;
}

.mtpx-30 {
    margin-top: 30px !important;
}

.mtpx-29 {
    margin-top: 29px !important;
}

.mtpx-28 {
    margin-top: 28px !important;
}

.mtpx-27 {
    margin-top: 27px !important;
}

.mtpx-26 {
    margin-top: 26px !important;
}

.mtpx-25 {
    margin-top: 25px !important;
}

.mtpx-24 {
    margin-top: 24px !important;
}

.mtpx-23 {
    margin-top: 23px !important;
}

.mtpx-22 {
    margin-top: 22px !important;
}

.mtpx-21 {
    margin-top: 21px !important;
}

.mtpx-20 {
    margin-top: 20px !important;
}

.mtpx-19 {
    margin-top: 19px !important;
}

.mtpx-18 {
    margin-top: 18px !important;
}

.mtpx-17 {
    margin-top: 17px !important;
}

.mtpx-16 {
    margin-top: 16px !important;
}

.mtpx-15 {
    margin-top: 15px !important;
}

.mtpx-14 {
    margin-top: 14px !important;
}

.mtpx-13 {
    margin-top: 13px !important;
}

.mtpx-12 {
    margin-top: 12px !important;
}

.mtpx-11 {
    margin-top: 11px !important;
}

.mtpx-10 {
    margin-top: 10px !important;
}

.mtpx-9 {
    margin-top: 9px !important;
}

.mtpx-8 {
    margin-top: 8px !important;
}

.mtpx-7 {
    margin-top: 7px !important;
}

.mtpx-6 {
    margin-top: 6px !important;
}

.mtpx-5 {
    margin-top: 5px !important;
}

.mtpx-4 {
    margin-top: 4px !important;
}

.mtpx-3 {
    margin-top: 3px !important;
}

.mtpx-2 {
    margin-top: 2px !important;
}

.mtpx-1 {
    margin-top: 1px !important;
}

.mtpx-0 {
    margin-top: 0px !important;
}

.pbpx-100 {
    padding-bottom: 100px !important;
}

.pbpx-99 {
    padding-bottom: 99px !important;
}

.pbpx-98 {
    padding-bottom: 98px !important;
}

.pbpx-97 {
    padding-bottom: 97px !important;
}

.pbpx-96 {
    padding-bottom: 96px !important;
}

.pbpx-95 {
    padding-bottom: 95px !important;
}

.pbpx-94 {
    padding-bottom: 94px !important;
}

.pbpx-93 {
    padding-bottom: 93px !important;
}

.pbpx-92 {
    padding-bottom: 92px !important;
}

.pbpx-91 {
    padding-bottom: 91px !important;
}

.pbpx-90 {
    padding-bottom: 90px !important;
}

.pbpx-89 {
    padding-bottom: 89px !important;
}

.pbpx-88 {
    padding-bottom: 88px !important;
}

.pbpx-87 {
    padding-bottom: 87px !important;
}

.pbpx-86 {
    padding-bottom: 86px !important;
}

.pbpx-85 {
    padding-bottom: 85px !important;
}

.pbpx-84 {
    padding-bottom: 84px !important;
}

.pbpx-83 {
    padding-bottom: 83px !important;
}

.pbpx-82 {
    padding-bottom: 82px !important;
}

.pbpx-81 {
    padding-bottom: 81px !important;
}

.pbpx-80 {
    padding-bottom: 80px !important;
}

.pbpx-79 {
    padding-bottom: 79px !important;
}

.pbpx-78 {
    padding-bottom: 78px !important;
}

.pbpx-77 {
    padding-bottom: 77px !important;
}

.pbpx-76 {
    padding-bottom: 76px !important;
}

.pbpx-75 {
    padding-bottom: 75px !important;
}

.pbpx-74 {
    padding-bottom: 74px !important;
}

.pbpx-73 {
    padding-bottom: 73px !important;
}

.pbpx-72 {
    padding-bottom: 72px !important;
}

.pbpx-71 {
    padding-bottom: 71px !important;
}

.pbpx-70 {
    padding-bottom: 70px !important;
}

.pbpx-69 {
    padding-bottom: 69px !important;
}

.pbpx-68 {
    padding-bottom: 68px !important;
}

.pbpx-67 {
    padding-bottom: 67px !important;
}

.pbpx-66 {
    padding-bottom: 66px !important;
}

.pbpx-65 {
    padding-bottom: 65px !important;
}

.pbpx-64 {
    padding-bottom: 64px !important;
}

.pbpx-63 {
    padding-bottom: 63px !important;
}

.pbpx-62 {
    padding-bottom: 62px !important;
}

.pbpx-61 {
    padding-bottom: 61px !important;
}

.pbpx-60 {
    padding-bottom: 60px !important;
}

.pbpx-59 {
    padding-bottom: 59px !important;
}

.pbpx-58 {
    padding-bottom: 58px !important;
}

.pbpx-57 {
    padding-bottom: 57px !important;
}

.pbpx-56 {
    padding-bottom: 56px !important;
}

.pbpx-55 {
    padding-bottom: 55px !important;
}

.pbpx-54 {
    padding-bottom: 54px !important;
}

.pbpx-53 {
    padding-bottom: 53px !important;
}

.pbpx-52 {
    padding-bottom: 52px !important;
}

.pbpx-51 {
    padding-bottom: 51px !important;
}

.pbpx-50 {
    padding-bottom: 50px !important;
}

.pbpx-49 {
    padding-bottom: 49px !important;
}

.pbpx-48 {
    padding-bottom: 48px !important;
}

.pbpx-47 {
    padding-bottom: 47px !important;
}

.pbpx-46 {
    padding-bottom: 46px !important;
}

.pbpx-45 {
    padding-bottom: 45px !important;
}

.pbpx-44 {
    padding-bottom: 44px !important;
}

.pbpx-43 {
    padding-bottom: 43px !important;
}

.pbpx-42 {
    padding-bottom: 42px !important;
}

.pbpx-41 {
    padding-bottom: 41px !important;
}

.pbpx-40 {
    padding-bottom: 40px !important;
}

.pbpx-39 {
    padding-bottom: 39px !important;
}

.pbpx-38 {
    padding-bottom: 38px !important;
}

.pbpx-37 {
    padding-bottom: 37px !important;
}

.pbpx-36 {
    padding-bottom: 36px !important;
}

.pbpx-35 {
    padding-bottom: 35px !important;
}

.pbpx-34 {
    padding-bottom: 34px !important;
}

.pbpx-33 {
    padding-bottom: 33px !important;
}

.pbpx-32 {
    padding-bottom: 32px !important;
}

.pbpx-31 {
    padding-bottom: 31px !important;
}

.pbpx-30 {
    padding-bottom: 30px !important;
}

.pbpx-29 {
    padding-bottom: 29px !important;
}

.pbpx-28 {
    padding-bottom: 28px !important;
}

.pbpx-27 {
    padding-bottom: 27px !important;
}

.pbpx-26 {
    padding-bottom: 26px !important;
}

.pbpx-25 {
    padding-bottom: 25px !important;
}

.pbpx-24 {
    padding-bottom: 24px !important;
}

.pbpx-23 {
    padding-bottom: 23px !important;
}

.pbpx-22 {
    padding-bottom: 22px !important;
}

.pbpx-21 {
    padding-bottom: 21px !important;
}

.pbpx-20 {
    padding-bottom: 20px !important;
}

.pbpx-19 {
    padding-bottom: 19px !important;
}

.pbpx-18 {
    padding-bottom: 18px !important;
}

.pbpx-17 {
    padding-bottom: 17px !important;
}

.pbpx-16 {
    padding-bottom: 16px !important;
}

.pbpx-15 {
    padding-bottom: 15px !important;
}

.pbpx-14 {
    padding-bottom: 14px !important;
}

.pbpx-13 {
    padding-bottom: 13px !important;
}

.pbpx-12 {
    padding-bottom: 12px !important;
}

.pbpx-11 {
    padding-bottom: 11px !important;
}

.pbpx-10 {
    padding-bottom: 10px !important;
}

.pbpx-9 {
    padding-bottom: 9px !important;
}

.pbpx-8 {
    padding-bottom: 8px !important;
}

.pbpx-7 {
    padding-bottom: 7px !important;
}

.pbpx-6 {
    padding-bottom: 6px !important;
}

.pbpx-5 {
    padding-bottom: 5px !important;
}

.pbpx-4 {
    padding-bottom: 4px !important;
}

.pbpx-3 {
    padding-bottom: 3px !important;
}

.pbpx-2 {
    padding-bottom: 2px !important;
}

.pbpx-1 {
    padding-bottom: 1px !important;
}

.pbpx-0 {
    padding-bottom: 0px !important;
}

.ptpx-100 {
    padding-top: 100px !important;
}

.ptpx-99 {
    padding-top: 99px !important;
}

.ptpx-98 {
    padding-top: 98px !important;
}

.ptpx-97 {
    padding-top: 97px !important;
}

.ptpx-96 {
    padding-top: 96px !important;
}

.ptpx-95 {
    padding-top: 95px !important;
}

.ptpx-94 {
    padding-top: 94px !important;
}

.ptpx-93 {
    padding-top: 93px !important;
}

.ptpx-92 {
    padding-top: 92px !important;
}

.ptpx-91 {
    padding-top: 91px !important;
}

.ptpx-90 {
    padding-top: 90px !important;
}

.ptpx-89 {
    padding-top: 89px !important;
}

.ptpx-88 {
    padding-top: 88px !important;
}

.ptpx-87 {
    padding-top: 87px !important;
}

.ptpx-86 {
    padding-top: 86px !important;
}

.ptpx-85 {
    padding-top: 85px !important;
}

.ptpx-84 {
    padding-top: 84px !important;
}

.ptpx-83 {
    padding-top: 83px !important;
}

.ptpx-82 {
    padding-top: 82px !important;
}

.ptpx-81 {
    padding-top: 81px !important;
}

.ptpx-80 {
    padding-top: 80px !important;
}

.ptpx-79 {
    padding-top: 79px !important;
}

.ptpx-78 {
    padding-top: 78px !important;
}

.ptpx-77 {
    padding-top: 77px !important;
}

.ptpx-76 {
    padding-top: 76px !important;
}

.ptpx-75 {
    padding-top: 75px !important;
}

.ptpx-74 {
    padding-top: 74px !important;
}

.ptpx-73 {
    padding-top: 73px !important;
}

.ptpx-72 {
    padding-top: 72px !important;
}

.ptpx-71 {
    padding-top: 71px !important;
}

.ptpx-70 {
    padding-top: 70px !important;
}

.ptpx-69 {
    padding-top: 69px !important;
}

.ptpx-68 {
    padding-top: 68px !important;
}

.ptpx-67 {
    padding-top: 67px !important;
}

.ptpx-66 {
    padding-top: 66px !important;
}

.ptpx-65 {
    padding-top: 65px !important;
}

.ptpx-64 {
    padding-top: 64px !important;
}

.ptpx-63 {
    padding-top: 63px !important;
}

.ptpx-62 {
    padding-top: 62px !important;
}

.ptpx-61 {
    padding-top: 61px !important;
}

.ptpx-60 {
    padding-top: 60px !important;
}

.ptpx-59 {
    padding-top: 59px !important;
}

.ptpx-58 {
    padding-top: 58px !important;
}

.ptpx-57 {
    padding-top: 57px !important;
}

.ptpx-56 {
    padding-top: 56px !important;
}

.ptpx-55 {
    padding-top: 55px !important;
}

.ptpx-54 {
    padding-top: 54px !important;
}

.ptpx-53 {
    padding-top: 53px !important;
}

.ptpx-52 {
    padding-top: 52px !important;
}

.ptpx-51 {
    padding-top: 51px !important;
}

.ptpx-50 {
    padding-top: 50px !important;
}

.ptpx-49 {
    padding-top: 49px !important;
}

.ptpx-48 {
    padding-top: 48px !important;
}

.ptpx-47 {
    padding-top: 47px !important;
}

.ptpx-46 {
    padding-top: 46px !important;
}

.ptpx-45 {
    padding-top: 45px !important;
}

.ptpx-44 {
    padding-top: 44px !important;
}

.ptpx-43 {
    padding-top: 43px !important;
}

.ptpx-42 {
    padding-top: 42px !important;
}

.ptpx-41 {
    padding-top: 41px !important;
}

.ptpx-40 {
    padding-top: 40px !important;
}

.ptpx-39 {
    padding-top: 39px !important;
}

.ptpx-38 {
    padding-top: 38px !important;
}

.ptpx-37 {
    padding-top: 37px !important;
}

.ptpx-36 {
    padding-top: 36px !important;
}

.ptpx-35 {
    padding-top: 35px !important;
}

.ptpx-34 {
    padding-top: 34px !important;
}

.ptpx-33 {
    padding-top: 33px !important;
}

.ptpx-32 {
    padding-top: 32px !important;
}

.ptpx-31 {
    padding-top: 31px !important;
}

.ptpx-30 {
    padding-top: 30px !important;
}

.ptpx-29 {
    padding-top: 29px !important;
}

.ptpx-28 {
    padding-top: 28px !important;
}

.ptpx-27 {
    padding-top: 27px !important;
}

.ptpx-26 {
    padding-top: 26px !important;
}

.ptpx-25 {
    padding-top: 25px !important;
}

.ptpx-24 {
    padding-top: 24px !important;
}

.ptpx-23 {
    padding-top: 23px !important;
}

.ptpx-22 {
    padding-top: 22px !important;
}

.ptpx-21 {
    padding-top: 21px !important;
}

.ptpx-20 {
    padding-top: 20px !important;
}

.ptpx-19 {
    padding-top: 19px !important;
}

.ptpx-18 {
    padding-top: 18px !important;
}

.ptpx-17 {
    padding-top: 17px !important;
}

.ptpx-16 {
    padding-top: 16px !important;
}

.ptpx-15 {
    padding-top: 15px !important;
}

.ptpx-14 {
    padding-top: 14px !important;
}

.ptpx-13 {
    padding-top: 13px !important;
}

.ptpx-12 {
    padding-top: 12px !important;
}

.ptpx-11 {
    padding-top: 11px !important;
}

.ptpx-10 {
    padding-top: 10px !important;
}

.ptpx-9 {
    padding-top: 9px !important;
}

.ptpx-8 {
    padding-top: 8px !important;
}

.ptpx-7 {
    padding-top: 7px !important;
}

.ptpx-6 {
    padding-top: 6px !important;
}

.ptpx-5 {
    padding-top: 5px !important;
}

.ptpx-4 {
    padding-top: 4px !important;
}

.ptpx-3 {
    padding-top: 3px !important;
}

.ptpx-2 {
    padding-top: 2px !important;
}

.ptpx-1 {
    padding-top: 1px !important;
}

.ptpx-0 {
    padding-top: 0px !important;
}

.pr-100 {
    padding-right: 100% !important;
}

.pr-99 {
    padding-right: 99% !important;
}

.pr-98 {
    padding-right: 98% !important;
}

.pr-97 {
    padding-right: 97% !important;
}

.pr-96 {
    padding-right: 96% !important;
}

.pr-95 {
    padding-right: 95% !important;
}

.pr-94 {
    padding-right: 94% !important;
}

.pr-93 {
    padding-right: 93% !important;
}

.pr-92 {
    padding-right: 92% !important;
}

.pr-91 {
    padding-right: 91% !important;
}

.pr-90 {
    padding-right: 90% !important;
}

.pr-89 {
    padding-right: 89% !important;
}

.pr-88 {
    padding-right: 88% !important;
}

.pr-87 {
    padding-right: 87% !important;
}

.pr-86 {
    padding-right: 86% !important;
}

.pr-85 {
    padding-right: 85% !important;
}

.pr-84 {
    padding-right: 84% !important;
}

.pr-83 {
    padding-right: 83% !important;
}

.pr-82 {
    padding-right: 82% !important;
}

.pr-81 {
    padding-right: 81% !important;
}

.pr-80 {
    padding-right: 80% !important;
}

.pr-79 {
    padding-right: 79% !important;
}

.pr-78 {
    padding-right: 78% !important;
}

.pr-77 {
    padding-right: 77% !important;
}

.pr-76 {
    padding-right: 76% !important;
}

.pr-75 {
    padding-right: 75% !important;
}

.pr-74 {
    padding-right: 74% !important;
}

.pr-73 {
    padding-right: 73% !important;
}

.pr-72 {
    padding-right: 72% !important;
}

.pr-71 {
    padding-right: 71% !important;
}

.pr-70 {
    padding-right: 70% !important;
}

.pr-69 {
    padding-right: 69% !important;
}

.pr-68 {
    padding-right: 68% !important;
}

.pr-67 {
    padding-right: 67% !important;
}

.pr-66 {
    padding-right: 66% !important;
}

.pr-65 {
    padding-right: 65% !important;
}

.pr-64 {
    padding-right: 64% !important;
}

.pr-63 {
    padding-right: 63% !important;
}

.pr-62 {
    padding-right: 62% !important;
}

.pr-61 {
    padding-right: 61% !important;
}

.pr-60 {
    padding-right: 60% !important;
}

.pr-59 {
    padding-right: 59% !important;
}

.pr-58 {
    padding-right: 58% !important;
}

.pr-57 {
    padding-right: 57% !important;
}

.pr-56 {
    padding-right: 56% !important;
}

.pr-55 {
    padding-right: 55% !important;
}

.pr-54 {
    padding-right: 54% !important;
}

.pr-53 {
    padding-right: 53% !important;
}

.pr-52 {
    padding-right: 52% !important;
}

.pr-51 {
    padding-right: 51% !important;
}

.pr-50 {
    padding-right: 50% !important;
}

.pr-49 {
    padding-right: 49% !important;
}

.pr-48 {
    padding-right: 48% !important;
}

.pr-47 {
    padding-right: 47% !important;
}

.pr-46 {
    padding-right: 46% !important;
}

.pr-45 {
    padding-right: 45% !important;
}

.pr-44 {
    padding-right: 44% !important;
}

.pr-43 {
    padding-right: 43% !important;
}

.pr-42 {
    padding-right: 42% !important;
}

.pr-41 {
    padding-right: 41% !important;
}

.pr-40 {
    padding-right: 40% !important;
}

.pr-39 {
    padding-right: 39% !important;
}

.pr-38 {
    padding-right: 38% !important;
}

.pr-37 {
    padding-right: 37% !important;
}

.pr-36 {
    padding-right: 36% !important;
}

.pr-35 {
    padding-right: 35% !important;
}

.pr-34 {
    padding-right: 34% !important;
}

.pr-33 {
    padding-right: 33% !important;
}

.pr-32 {
    padding-right: 32% !important;
}

.pr-31 {
    padding-right: 31% !important;
}

.pr-30 {
    padding-right: 30% !important;
}

.pr-29 {
    padding-right: 29% !important;
}

.pr-28 {
    padding-right: 28% !important;
}

.pr-27 {
    padding-right: 27% !important;
}

.pr-26 {
    padding-right: 26% !important;
}

.pr-25 {
    padding-right: 25% !important;
}

.pr-24 {
    padding-right: 24% !important;
}

.pr-23 {
    padding-right: 23% !important;
}

.pr-22 {
    padding-right: 22% !important;
}

.pr-21 {
    padding-right: 21% !important;
}

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

.pr-19 {
    padding-right: 19% !important;
}

.pr-18 {
    padding-right: 18% !important;
}

.pr-17 {
    padding-right: 17% !important;
}

.pr-16 {
    padding-right: 16% !important;
}

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

.pr-14 {
    padding-right: 14% !important;
}

.pr-13 {
    padding-right: 13% !important;
}

.pr-12 {
    padding-right: 12% !important;
}

.pr-11 {
    padding-right: 11% !important;
}

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

.pr-9 {
    padding-right: 9% !important;
}

.pr-8 {
    padding-right: 8% !important;
}

.pr-7 {
    padding-right: 7% !important;
}

.pr-6 {
    padding-right: 6% !important;
}

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

.pr-4 {
    padding-right: 4% !important;
}

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

.pr-2 {
    padding-right: 2% !important;
}

.pr-1 {
    padding-right: 1% !important;
}

.pl-100 {
    padding-left: 100% !important;
}

.pl-99 {
    padding-left: 99% !important;
}

.pl-98 {
    padding-left: 98% !important;
}

.pl-97 {
    padding-left: 97% !important;
}

.pl-96 {
    padding-left: 96% !important;
}

.pl-95 {
    padding-left: 95% !important;
}

.pl-94 {
    padding-left: 94% !important;
}

.pl-93 {
    padding-left: 93% !important;
}

.pl-92 {
    padding-left: 92% !important;
}

.pl-91 {
    padding-left: 91% !important;
}

.pl-90 {
    padding-left: 90% !important;
}

.pl-89 {
    padding-left: 89% !important;
}

.pl-88 {
    padding-left: 88% !important;
}

.pl-87 {
    padding-left: 87% !important;
}

.pl-86 {
    padding-left: 86% !important;
}

.pl-85 {
    padding-left: 85% !important;
}

.pl-84 {
    padding-left: 84% !important;
}

.pl-83 {
    padding-left: 83% !important;
}

.pl-82 {
    padding-left: 82% !important;
}

.pl-81 {
    padding-left: 81% !important;
}

.pl-80 {
    padding-left: 80% !important;
}

.pl-79 {
    padding-left: 79% !important;
}

.pl-78 {
    padding-left: 78% !important;
}

.pl-77 {
    padding-left: 77% !important;
}

.pl-76 {
    padding-left: 76% !important;
}

.pl-75 {
    padding-left: 75% !important;
}

.pl-74 {
    padding-left: 74% !important;
}

.pl-73 {
    padding-left: 73% !important;
}

.pl-72 {
    padding-left: 72% !important;
}

.pl-71 {
    padding-left: 71% !important;
}

.pl-70 {
    padding-left: 70% !important;
}

.pl-69 {
    padding-left: 69% !important;
}

.pl-68 {
    padding-left: 68% !important;
}

.pl-67 {
    padding-left: 67% !important;
}

.pl-66 {
    padding-left: 66% !important;
}

.pl-65 {
    padding-left: 65% !important;
}

.pl-64 {
    padding-left: 64% !important;
}

.pl-63 {
    padding-left: 63% !important;
}

.pl-62 {
    padding-left: 62% !important;
}

.pl-61 {
    padding-left: 61% !important;
}

.pl-60 {
    padding-left: 60% !important;
}

.pl-59 {
    padding-left: 59% !important;
}

.pl-58 {
    padding-left: 58% !important;
}

.pl-57 {
    padding-left: 57% !important;
}

.pl-56 {
    padding-left: 56% !important;
}

.pl-55 {
    padding-left: 55% !important;
}

.pl-54 {
    padding-left: 54% !important;
}

.pl-53 {
    padding-left: 53% !important;
}

.pl-52 {
    padding-left: 52% !important;
}

.pl-51 {
    padding-left: 51% !important;
}

.pl-50 {
    padding-left: 50% !important;
}

.pl-49 {
    padding-left: 49% !important;
}

.pl-48 {
    padding-left: 48% !important;
}

.pl-47 {
    padding-left: 47% !important;
}

.pl-46 {
    padding-left: 46% !important;
}

.pl-45 {
    padding-left: 45% !important;
}

.pl-44 {
    padding-left: 44% !important;
}

.pl-43 {
    padding-left: 43% !important;
}

.pl-42 {
    padding-left: 42% !important;
}

.pl-41 {
    padding-left: 41% !important;
}

.pl-40 {
    padding-left: 40% !important;
}

.pl-39 {
    padding-left: 39% !important;
}

.pl-38 {
    padding-left: 38% !important;
}

.pl-37 {
    padding-left: 37% !important;
}

.pl-36 {
    padding-left: 36% !important;
}

.pl-35 {
    padding-left: 35% !important;
}

.pl-34 {
    padding-left: 34% !important;
}

.pl-33 {
    padding-left: 33% !important;
}

.pl-32 {
    padding-left: 32% !important;
}

.pl-31 {
    padding-left: 31% !important;
}

.pl-30 {
    padding-left: 30% !important;
}

.pl-29 {
    padding-left: 29% !important;
}

.pl-28 {
    padding-left: 28% !important;
}

.pl-27 {
    padding-left: 27% !important;
}

.pl-26 {
    padding-left: 26% !important;
}

.pl-25 {
    padding-left: 25% !important;
}

.pl-24 {
    padding-left: 24% !important;
}

.pl-23 {
    padding-left: 23% !important;
}

.pl-22 {
    padding-left: 22% !important;
}

.pl-21 {
    padding-left: 21% !important;
}

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

.pl-19 {
    padding-left: 19% !important;
}

.pl-18 {
    padding-left: 18% !important;
}

.pl-17 {
    padding-left: 17% !important;
}

.pl-16 {
    padding-left: 16% !important;
}

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

.pl-14 {
    padding-left: 14% !important;
}

.pl-13 {
    padding-left: 13% !important;
}

.pl-12 {
    padding-left: 12% !important;
}

.pl-11 {
    padding-left: 11% !important;
}

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

.pl-9 {
    padding-left: 9% !important;
}

.pl-8 {
    padding-left: 8% !important;
}

.pl-7 {
    padding-left: 7% !important;
}

.pl-6 {
    padding-left: 6% !important;
}

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

.pl-4 {
    padding-left: 4% !important;
}

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

.pl-2 {
    padding-left: 2% !important;
}

.pl-1 {
    padding-left: 1% !important;
}

.prpx-100 {
    padding-right: 100px !important;
}

.prpx-99 {
    padding-right: 99px !important;
}

.prpx-98 {
    padding-right: 98px !important;
}

.prpx-97 {
    padding-right: 97px !important;
}

.prpx-96 {
    padding-right: 96px !important;
}

.prpx-95 {
    padding-right: 95px !important;
}

.prpx-94 {
    padding-right: 94px !important;
}

.prpx-93 {
    padding-right: 93px !important;
}

.prpx-92 {
    padding-right: 92px !important;
}

.prpx-91 {
    padding-right: 91px !important;
}

.prpx-90 {
    padding-right: 90px !important;
}

.prpx-89 {
    padding-right: 89px !important;
}

.prpx-88 {
    padding-right: 88px !important;
}

.prpx-87 {
    padding-right: 87px !important;
}

.prpx-86 {
    padding-right: 86px !important;
}

.prpx-85 {
    padding-right: 85px !important;
}

.prpx-84 {
    padding-right: 84px !important;
}

.prpx-83 {
    padding-right: 83px !important;
}

.prpx-82 {
    padding-right: 82px !important;
}

.prpx-81 {
    padding-right: 81px !important;
}

.prpx-80 {
    padding-right: 80px !important;
}

.prpx-79 {
    padding-right: 79px !important;
}

.prpx-78 {
    padding-right: 78px !important;
}

.prpx-77 {
    padding-right: 77px !important;
}

.prpx-76 {
    padding-right: 76px !important;
}

.prpx-75 {
    padding-right: 75px !important;
}

.prpx-74 {
    padding-right: 74px !important;
}

.prpx-73 {
    padding-right: 73px !important;
}

.prpx-72 {
    padding-right: 72px !important;
}

.prpx-71 {
    padding-right: 71px !important;
}

.prpx-70 {
    padding-right: 70px !important;
}

.prpx-69 {
    padding-right: 69px !important;
}

.prpx-68 {
    padding-right: 68px !important;
}

.prpx-67 {
    padding-right: 67px !important;
}

.prpx-66 {
    padding-right: 66px !important;
}

.prpx-65 {
    padding-right: 65px !important;
}

.prpx-64 {
    padding-right: 64px !important;
}

.prpx-63 {
    padding-right: 63px !important;
}

.prpx-62 {
    padding-right: 62px !important;
}

.prpx-61 {
    padding-right: 61px !important;
}

.prpx-60 {
    padding-right: 60px !important;
}

.prpx-59 {
    padding-right: 59px !important;
}

.prpx-58 {
    padding-right: 58px !important;
}

.prpx-57 {
    padding-right: 57px !important;
}

.prpx-56 {
    padding-right: 56px !important;
}

.prpx-55 {
    padding-right: 55px !important;
}

.prpx-54 {
    padding-right: 54px !important;
}

.prpx-53 {
    padding-right: 53px !important;
}

.prpx-52 {
    padding-right: 52px !important;
}

.prpx-51 {
    padding-right: 51px !important;
}

.prpx-50 {
    padding-right: 50px !important;
}

.prpx-49 {
    padding-right: 49px !important;
}

.prpx-48 {
    padding-right: 48px !important;
}

.prpx-47 {
    padding-right: 47px !important;
}

.prpx-46 {
    padding-right: 46px !important;
}

.prpx-45 {
    padding-right: 45px !important;
}

.prpx-44 {
    padding-right: 44px !important;
}

.prpx-43 {
    padding-right: 43px !important;
}

.prpx-42 {
    padding-right: 42px !important;
}

.prpx-41 {
    padding-right: 41px !important;
}

.prpx-40 {
    padding-right: 40px !important;
}

.prpx-39 {
    padding-right: 39px !important;
}

.prpx-38 {
    padding-right: 38px !important;
}

.prpx-37 {
    padding-right: 37px !important;
}

.prpx-36 {
    padding-right: 36px !important;
}

.prpx-35 {
    padding-right: 35px !important;
}

.prpx-34 {
    padding-right: 34px !important;
}

.prpx-33 {
    padding-right: 33px !important;
}

.prpx-32 {
    padding-right: 32px !important;
}

.prpx-31 {
    padding-right: 31px !important;
}

.prpx-30 {
    padding-right: 30px !important;
}

.prpx-29 {
    padding-right: 29px !important;
}

.prpx-28 {
    padding-right: 28px !important;
}

.prpx-27 {
    padding-right: 27px !important;
}

.prpx-26 {
    padding-right: 26px !important;
}

.prpx-25 {
    padding-right: 25px !important;
}

.prpx-24 {
    padding-right: 24px !important;
}

.prpx-23 {
    padding-right: 23px !important;
}

.prpx-22 {
    padding-right: 22px !important;
}

.prpx-21 {
    padding-right: 21px !important;
}

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

.prpx-19 {
    padding-right: 19px !important;
}

.prpx-18 {
    padding-right: 18px !important;
}

.prpx-17 {
    padding-right: 17px !important;
}

.prpx-16 {
    padding-right: 16px !important;
}

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

.prpx-14 {
    padding-right: 14px !important;
}

.prpx-13 {
    padding-right: 13px !important;
}

.prpx-12 {
    padding-right: 12px !important;
}

.prpx-11 {
    padding-right: 11px !important;
}

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

.prpx-9 {
    padding-right: 9px !important;
}

.prpx-8 {
    padding-right: 8px !important;
}

.prpx-7 {
    padding-right: 7px !important;
}

.prpx-6 {
    padding-right: 6px !important;
}

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

.prpx-4 {
    padding-right: 4px !important;
}

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

.prpx-2 {
    padding-right: 2px !important;
}

.prpx-1 {
    padding-right: 1px !important;
}

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

.plpx-100 {
    padding-left: 100px !important;
}

.plpx-99 {
    padding-left: 99px !important;
}

.plpx-98 {
    padding-left: 98px !important;
}

.plpx-97 {
    padding-left: 97px !important;
}

.plpx-96 {
    padding-left: 96px !important;
}

.plpx-95 {
    padding-left: 95px !important;
}

.plpx-94 {
    padding-left: 94px !important;
}

.plpx-93 {
    padding-left: 93px !important;
}

.plpx-92 {
    padding-left: 92px !important;
}

.plpx-91 {
    padding-left: 91px !important;
}

.plpx-90 {
    padding-left: 90px !important;
}

.plpx-89 {
    padding-left: 89px !important;
}

.plpx-88 {
    padding-left: 88px !important;
}

.plpx-87 {
    padding-left: 87px !important;
}

.plpx-86 {
    padding-left: 86px !important;
}

.plpx-85 {
    padding-left: 85px !important;
}

.plpx-84 {
    padding-left: 84px !important;
}

.plpx-83 {
    padding-left: 83px !important;
}

.plpx-82 {
    padding-left: 82px !important;
}

.plpx-81 {
    padding-left: 81px !important;
}

.plpx-80 {
    padding-left: 80px !important;
}

.plpx-79 {
    padding-left: 79px !important;
}

.plpx-78 {
    padding-left: 78px !important;
}

.plpx-77 {
    padding-left: 77px !important;
}

.plpx-76 {
    padding-left: 76px !important;
}

.plpx-75 {
    padding-left: 75px !important;
}

.plpx-74 {
    padding-left: 74px !important;
}

.plpx-73 {
    padding-left: 73px !important;
}

.plpx-72 {
    padding-left: 72px !important;
}

.plpx-71 {
    padding-left: 71px !important;
}

.plpx-70 {
    padding-left: 70px !important;
}

.plpx-69 {
    padding-left: 69px !important;
}

.plpx-68 {
    padding-left: 68px !important;
}

.plpx-67 {
    padding-left: 67px !important;
}

.plpx-66 {
    padding-left: 66px !important;
}

.plpx-65 {
    padding-left: 65px !important;
}

.plpx-64 {
    padding-left: 64px !important;
}

.plpx-63 {
    padding-left: 63px !important;
}

.plpx-62 {
    padding-left: 62px !important;
}

.plpx-61 {
    padding-left: 61px !important;
}

.plpx-60 {
    padding-left: 60px !important;
}

.plpx-59 {
    padding-left: 59px !important;
}

.plpx-58 {
    padding-left: 58px !important;
}

.plpx-57 {
    padding-left: 57px !important;
}

.plpx-56 {
    padding-left: 56px !important;
}

.plpx-55 {
    padding-left: 55px !important;
}

.plpx-54 {
    padding-left: 54px !important;
}

.plpx-53 {
    padding-left: 53px !important;
}

.plpx-52 {
    padding-left: 52px !important;
}

.plpx-51 {
    padding-left: 51px !important;
}

.plpx-50 {
    padding-left: 50px !important;
}

.plpx-49 {
    padding-left: 49px !important;
}

.plpx-48 {
    padding-left: 48px !important;
}

.plpx-47 {
    padding-left: 47px !important;
}

.plpx-46 {
    padding-left: 46px !important;
}

.plpx-45 {
    padding-left: 45px !important;
}

.plpx-44 {
    padding-left: 44px !important;
}

.plpx-43 {
    padding-left: 43px !important;
}

.plpx-42 {
    padding-left: 42px !important;
}

.plpx-41 {
    padding-left: 41px !important;
}

.plpx-40 {
    padding-left: 40px !important;
}

.plpx-39 {
    padding-left: 39px !important;
}

.plpx-38 {
    padding-left: 38px !important;
}

.plpx-37 {
    padding-left: 37px !important;
}

.plpx-36 {
    padding-left: 36px !important;
}

.plpx-35 {
    padding-left: 35px !important;
}

.plpx-34 {
    padding-left: 34px !important;
}

.plpx-33 {
    padding-left: 33px !important;
}

.plpx-32 {
    padding-left: 32px !important;
}

.plpx-31 {
    padding-left: 31px !important;
}

.plpx-30 {
    padding-left: 30px !important;
}

.plpx-29 {
    padding-left: 29px !important;
}

.plpx-28 {
    padding-left: 28px !important;
}

.plpx-27 {
    padding-left: 27px !important;
}

.plpx-26 {
    padding-left: 26px !important;
}

.plpx-25 {
    padding-left: 25px !important;
}

.plpx-24 {
    padding-left: 24px !important;
}

.plpx-23 {
    padding-left: 23px !important;
}

.plpx-22 {
    padding-left: 22px !important;
}

.plpx-21 {
    padding-left: 21px !important;
}

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

.plpx-19 {
    padding-left: 19px !important;
}

.plpx-18 {
    padding-left: 18px !important;
}

.plpx-17 {
    padding-left: 17px !important;
}

.plpx-16 {
    padding-left: 16px !important;
}

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

.plpx-14 {
    padding-left: 14px !important;
}

.plpx-13 {
    padding-left: 13px !important;
}

.plpx-12 {
    padding-left: 12px !important;
}

.plpx-11 {
    padding-left: 11px !important;
}

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

.plpx-9 {
    padding-left: 9px !important;
}

.plpx-8 {
    padding-left: 8px !important;
}

.plpx-7 {
    padding-left: 7px !important;
}

.plpx-6 {
    padding-left: 6px !important;
}

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

.plpx-4 {
    padding-left: 4px !important;
}

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

.plpx-2 {
    padding-left: 2px !important;
}

.plpx-1 {
    padding-left: 1px !important;
}

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

.h-100 {
    height: 100px;
}

.h-99 {
    height: 99px;
}

.h-98 {
    height: 98px;
}

.h-97 {
    height: 97px;
}

.h-96 {
    height: 96px;
}

.h-95 {
    height: 95px;
}

.h-94 {
    height: 94px;
}

.h-93 {
    height: 93px;
}

.h-92 {
    height: 92px;
}

.h-91 {
    height: 91px;
}

.h-90 {
    height: 90px;
}

.h-89 {
    height: 89px;
}

.h-88 {
    height: 88px;
}

.h-87 {
    height: 87px;
}

.h-86 {
    height: 86px;
}

.h-85 {
    height: 85px;
}

.h-84 {
    height: 84px;
}

.h-83 {
    height: 83px;
}

.h-82 {
    height: 82px;
}

.h-81 {
    height: 81px;
}

.h-80 {
    height: 80px;
}

.h-79 {
    height: 79px;
}

.h-78 {
    height: 78px;
}

.h-77 {
    height: 77px;
}

.h-76 {
    height: 76px;
}

.h-75 {
    height: 75px;
}

.h-74 {
    height: 74px;
}

.h-73 {
    height: 73px;
}

.h-72 {
    height: 72px;
}

.h-71 {
    height: 71px;
}

.h-70 {
    height: 70px;
}

.h-69 {
    height: 69px;
}

.h-68 {
    height: 68px;
}

.h-67 {
    height: 67px;
}

.h-66 {
    height: 66px;
}

.h-65 {
    height: 65px;
}

.h-64 {
    height: 64px;
}

.h-63 {
    height: 63px;
}

.h-62 {
    height: 62px;
}

.h-61 {
    height: 61px;
}

.h-60 {
    height: 60px;
}

.h-59 {
    height: 59px;
}

.h-58 {
    height: 58px;
}

.h-57 {
    height: 57px;
}

.h-56 {
    height: 56px;
}

.h-55 {
    height: 55px;
}

.h-54 {
    height: 54px;
}

.h-53 {
    height: 53px;
}

.h-52 {
    height: 52px;
}

.h-51 {
    height: 51px;
}

.h-50 {
    height: 50px;
}

.h-49 {
    height: 49px;
}

.h-48 {
    height: 48px;
}

.h-47 {
    height: 47px;
}

.h-46 {
    height: 46px;
}

.h-45 {
    height: 45px;
}

.h-44 {
    height: 44px;
}

.h-43 {
    height: 43px;
}

.h-42 {
    height: 42px;
}

.h-41 {
    height: 41px;
}

.h-40 {
    height: 40px;
}

.h-39 {
    height: 39px;
}

.h-38 {
    height: 38px;
}

.h-37 {
    height: 37px;
}

.h-36 {
    height: 36px;
}

.h-35 {
    height: 35px;
}

.h-34 {
    height: 34px;
}

.h-33 {
    height: 33px;
}

.h-32 {
    height: 32px;
}

.h-31 {
    height: 31px;
}

.h-30 {
    height: 30px;
}

.h-29 {
    height: 29px;
}

.h-28 {
    height: 28px;
}

.h-27 {
    height: 27px;
}

.h-26 {
    height: 26px;
}

.h-25 {
    height: 25px;
}

.h-24 {
    height: 24px;
}

.h-23 {
    height: 23px;
}

.h-22 {
    height: 22px;
}

.h-21 {
    height: 21px;
}

.h-20 {
    height: 20px;
}

.h-19 {
    height: 19px;
}

.h-18 {
    height: 18px;
}

.h-17 {
    height: 17px;
}

.h-16 {
    height: 16px;
}

.h-15 {
    height: 15px;
}

.h-14 {
    height: 14px;
}

.h-13 {
    height: 13px;
}

.h-12 {
    height: 12px;
}

.h-11 {
    height: 11px;
}

.h-10 {
    height: 10px;
}

.h-9 {
    height: 9px;
}

.h-8 {
    height: 8px;
}

.h-7 {
    height: 7px;
}

.h-6 {
    height: 6px;
}

.h-5 {
    height: 5px;
}

.h-4 {
    height: 4px;
}

.h-3 {
    height: 3px;
}

.h-2 {
    height: 2px;
}

.h-1 {
    height: 1px;
}

.h-0 {
    height: 0px;
}

.w-100 {
    width: 100%;
}

.w-99 {
    width: 99%;
}

.w-98 {
    width: 98%;
}

.w-97 {
    width: 97%;
}

.w-96 {
    width: 96%;
}

.w-95 {
    width: 95%;
}

.w-94 {
    width: 94%;
}

.w-93 {
    width: 93%;
}

.w-92 {
    width: 92%;
}

.w-91 {
    width: 91%;
}

.w-90 {
    width: 90%;
}

.w-89 {
    width: 89%;
}

.w-88 {
    width: 88%;
}

.w-87 {
    width: 87%;
}

.w-86 {
    width: 86%;
}

.w-85 {
    width: 85%;
}

.w-84 {
    width: 84%;
}

.w-83 {
    width: 83%;
}

.w-82 {
    width: 82%;
}

.w-81 {
    width: 81%;
}

.w-80 {
    width: 80%;
}

.w-79 {
    width: 79%;
}

.w-78 {
    width: 78%;
}

.w-77 {
    width: 77%;
}

.w-76 {
    width: 76%;
}

.w-75 {
    width: 75%;
}

.w-74 {
    width: 74%;
}

.w-73 {
    width: 73%;
}

.w-72 {
    width: 72%;
}

.w-71 {
    width: 71%;
}

.w-70 {
    width: 70%;
}

.w-69 {
    width: 69%;
}

.w-68 {
    width: 68%;
}

.w-67 {
    width: 67%;
}

.w-66 {
    width: 66%;
}

.w-65 {
    width: 65%;
}

.w-64 {
    width: 64%;
}

.w-63 {
    width: 63%;
}

.w-62 {
    width: 62%;
}

.w-61 {
    width: 61%;
}

.w-60 {
    width: 60%;
}

.w-59 {
    width: 59%;
}

.w-58 {
    width: 58%;
}

.w-57 {
    width: 57%;
}

.w-56 {
    width: 56%;
}

.w-55 {
    width: 55%;
}

.w-54 {
    width: 54%;
}

.w-53 {
    width: 53%;
}

.w-52 {
    width: 52%;
}

.w-51 {
    width: 51%;
}

.w-50 {
    width: 50%;
}

.w-49 {
    width: 49%;
}

.w-48 {
    width: 48%;
}

.w-47 {
    width: 47%;
}

.w-46 {
    width: 46%;
}

.w-45 {
    width: 45%;
}

.w-44 {
    width: 44%;
}

.w-43 {
    width: 43%;
}

.w-42 {
    width: 42%;
}

.w-41 {
    width: 41%;
}

.w-40 {
    width: 40%;
}

.w-39 {
    width: 39%;
}

.w-38 {
    width: 38%;
}

.w-37 {
    width: 37%;
}

.w-36 {
    width: 36%;
}

.w-35 {
    width: 35%;
}

.w-34 {
    width: 34%;
}

.w-33 {
    width: 33%;
}

.w-32 {
    width: 32%;
}

.w-31 {
    width: 31%;
}

.w-30 {
    width: 30%;
}

.w-29 {
    width: 29%;
}

.w-28 {
    width: 28%;
}

.w-27 {
    width: 27%;
}

.w-26 {
    width: 26%;
}

.w-25 {
    width: 25%;
}

.w-24 {
    width: 24%;
}

.w-23 {
    width: 23%;
}

.w-22 {
    width: 22%;
}

.w-21 {
    width: 21%;
}

.w-20 {
    width: 20%;
}

.w-19 {
    width: 19%;
}

.w-18 {
    width: 18%;
}

.w-17 {
    width: 17%;
}

.w-16 {
    width: 16%;
}

.w-15 {
    width: 15%;
}

.w-14 {
    width: 14%;
}

.w-13 {
    width: 13%;
}

.w-12 {
    width: 12%;
}

.w-11 {
    width: 11%;
}

.w-10 {
    width: 10%;
}

.w-9 {
    width: 9%;
}

.w-8 {
    width: 8%;
}

.w-7 {
    width: 7%;
}

.w-6 {
    width: 6%;
}

.w-5 {
    width: 5%;
}

.w-4 {
    width: 4%;
}

.w-3 {
    width: 3%;
}

.w-2 {
    width: 2%;
}

.w-1 {
    width: 1%;
}

.wpx-100 {
    width: 100px;
}

.wpx-99 {
    width: 99px;
}

.wpx-98 {
    width: 98px;
}

.wpx-97 {
    width: 97px;
}

.wpx-96 {
    width: 96px;
}

.wpx-95 {
    width: 95px;
}

.wpx-94 {
    width: 94px;
}

.wpx-93 {
    width: 93px;
}

.wpx-92 {
    width: 92px;
}

.wpx-91 {
    width: 91px;
}

.wpx-90 {
    width: 90px;
}

.wpx-89 {
    width: 89px;
}

.wpx-88 {
    width: 88px;
}

.wpx-87 {
    width: 87px;
}

.wpx-86 {
    width: 86px;
}

.wpx-85 {
    width: 85px;
}

.wpx-84 {
    width: 84px;
}

.wpx-83 {
    width: 83px;
}

.wpx-82 {
    width: 82px;
}

.wpx-81 {
    width: 81px;
}

.wpx-80 {
    width: 80px;
}

.wpx-79 {
    width: 79px;
}

.wpx-78 {
    width: 78px;
}

.wpx-77 {
    width: 77px;
}

.wpx-76 {
    width: 76px;
}

.wpx-75 {
    width: 75px;
}

.wpx-74 {
    width: 74px;
}

.wpx-73 {
    width: 73px;
}

.wpx-72 {
    width: 72px;
}

.wpx-71 {
    width: 71px;
}

.wpx-70 {
    width: 70px;
}

.wpx-69 {
    width: 69px;
}

.wpx-68 {
    width: 68px;
}

.wpx-67 {
    width: 67px;
}

.wpx-66 {
    width: 66px;
}

.wpx-65 {
    width: 65px;
}

.wpx-64 {
    width: 64px;
}

.wpx-63 {
    width: 63px;
}

.wpx-62 {
    width: 62px;
}

.wpx-61 {
    width: 61px;
}

.wpx-60 {
    width: 60px;
}

.wpx-59 {
    width: 59px;
}

.wpx-58 {
    width: 58px;
}

.wpx-57 {
    width: 57px;
}

.wpx-56 {
    width: 56px;
}

.wpx-55 {
    width: 55px;
}

.wpx-54 {
    width: 54px;
}

.wpx-53 {
    width: 53px;
}

.wpx-52 {
    width: 52px;
}

.wpx-51 {
    width: 51px;
}

.wpx-50 {
    width: 50px;
}

.wpx-49 {
    width: 49px;
}

.wpx-48 {
    width: 48px;
}

.wpx-47 {
    width: 47px;
}

.wpx-46 {
    width: 46px;
}

.wpx-45 {
    width: 45px;
}

.wpx-44 {
    width: 44px;
}

.wpx-43 {
    width: 43px;
}

.wpx-42 {
    width: 42px;
}

.wpx-41 {
    width: 41px;
}

.wpx-40 {
    width: 40px;
}

.wpx-39 {
    width: 39px;
}

.wpx-38 {
    width: 38px;
}

.wpx-37 {
    width: 37px;
}

.wpx-36 {
    width: 36px;
}

.wpx-35 {
    width: 35px;
}

.wpx-34 {
    width: 34px;
}

.wpx-33 {
    width: 33px;
}

.wpx-32 {
    width: 32px;
}

.wpx-31 {
    width: 31px;
}

.wpx-30 {
    width: 30px;
}

.wpx-29 {
    width: 29px;
}

.wpx-28 {
    width: 28px;
}

.wpx-27 {
    width: 27px;
}

.wpx-26 {
    width: 26px;
}

.wpx-25 {
    width: 25px;
}

.wpx-24 {
    width: 24px;
}

.wpx-23 {
    width: 23px;
}

.wpx-22 {
    width: 22px;
}

.wpx-21 {
    width: 21px;
}

.wpx-20 {
    width: 20px;
}

.wpx-19 {
    width: 19px;
}

.wpx-18 {
    width: 18px;
}

.wpx-17 {
    width: 17px;
}

.wpx-16 {
    width: 16px;
}

.wpx-15 {
    width: 15px;
}

.wpx-14 {
    width: 14px;
}

.wpx-13 {
    width: 13px;
}

.wpx-12 {
    width: 12px;
}

.wpx-11 {
    width: 11px;
}

.wpx-10 {
    width: 10px;
}

.wpx-9 {
    width: 9px;
}

.wpx-8 {
    width: 8px;
}

.wpx-7 {
    width: 7px;
}

.wpx-6 {
    width: 6px;
}

.wpx-5 {
    width: 5px;
}

.wpx-4 {
    width: 4px;
}

.wpx-3 {
    width: 3px;
}

.wpx-2 {
    width: 2px;
}

.wpx-1 {
    width: 1px;
}

.gap-100 {
    gap: 100px;
}

.gap-95 {
    gap: 95px;
}

.gap-90 {
    gap: 90px;
}

.gap-85 {
    gap: 85px;
}

.gap-80 {
    gap: 80px;
}

.gap-75 {
    gap: 75px;
}

.gap-70 {
    gap: 70px;
}

.gap-65 {
    gap: 65px;
}

.gap-60 {
    gap: 60px;
}

.gap-55 {
    gap: 55px;
}

.gap-50 {
    gap: 50px;
}

.gap-45 {
    gap: 45px;
}

.gap-40 {
    gap: 40px;
}

.gap-35 {
    gap: 35px;
}

.gap-30 {
    gap: 30px;
}

.gap-25 {
    gap: 25px;
}

.gap-20 {
    gap: 20px;
}

.gap-15 {
    gap: 15px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}


.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

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

::-moz-selection {
    background: #18191a;
    color: #ffffff;
    text-shadow: none;
}

.fw-600 {
    font-weight: 600;
}

::-moz-selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(17, 17, 17, 0.08);
    -webkit-border-radius: 0px;
    border-left: 1px solid #ddd;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: #111;
    border-radius: 10px;
}

.gr-1 {
    background-size: 300%;
    background-position: 90%;
    background-image: linear-gradient(-60deg, #D88554 0%, #EC9968 20%, #FFA570 30%, #D9814E 40%, #A04D1C 50%, #9D4A19 50%, #AB5827 60%, #C26F3E 70%, #F1AD84 80%, #DC8F61 90%, #CD7A49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html {
    position: relative;
}

.fc-666 {
    color: #666;
}

.fc-999 {
    color: #999;
}

.bg-f3 {
    background-color: #f3f3f3;
}

.bg-f1 {
    background-color: #f1f1f1;
}

.bg-e2 {
    background-color: #e2e2e2;
}

.bg-ec {
    background-color: #ececec;
}

.d-flex {
    display: flex;
}

@media (max-width: 992px) {
    .swap-col-mob {
        flex-flow: column-reverse;
    }
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.ff-column {
    flex-flow: column;
}

.ff-row {
    flex-flow: row;
}

.fw-wrap,
.wrap {
    flex-wrap: wrap;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

*,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "NHaasGroteskDSPro-55Rg";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: #000;
}

/* body:not(.home) header:not(.sticky) {
    position: relative;
} */

img {
    max-width: 100%;
    display: block;
}

img.br {
    border-radius: 12px;
}

.box-shadow {
    box-shadow: 0px 0px 300px -150px #234f8f;
    transition: 0.3s ease;
}

.box-shadow:hover {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2), 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.fc-666 {
    color: #666;
}

.fc-999 {
    color: #999;
}

.fc-7a {
    color: #7a7a7a;
}

.fc-gradient {
    background: -webkit-linear-gradient(#111111, black, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f-outline {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #111111;
    color: transparent;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;

    font-family: "NHaasGroteskDSPro-55Rg";
    line-height: 1.1;
    padding: 7px 0;
}



.col-p10 {
    padding-left: 10px;
    padding-right: 10px;
}
  h4,
    .h4 {
        font-size: 30px !important;
    }
h1,
.h1 {
    font-size: 36px;
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 35px;
    }
}

h2,
.h2 {
    font-size: 32px;
}

@media (max-width: 767px) {

    h2,
    .h2 {
        font-size: 28px;
    }
}

h3,
.h3 {
    font-size: 28px;
}

@media (max-width: 767px) {

    h3,
    .h3 {
        font-size: 24px;
    }
}

h4,
.h4 {
    font-size: 24px;
}

@media (max-width: 767px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: 20px;
}

@media (max-width: 767px) {

    h5,
    .h5 {
        font-size: 16px;
    }
}

h6,
.h6 {
    font-size: 18px;
}

@media (max-width: 767px) {

    h6,
    .h6 {
        font-size: 14px;
    }
}

p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

img.inherit {
    max-width: inherit;
}

.img-resp {
    display: block;
    max-width: 100%;
    height: auto;
}

.relative-block {
    position: relative;
}

.absolute-block {
    position: absolute;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pd-r li {
    padding-right: 10px;
}

ul.inline li {
    display: inline-block;
}

ul.block li {
    display: block;
}

ul.table {
    display: table;
}

ul.table li {
    display: table-cell;
}

ul.nomar li:last-child {
    margin-right: 0 !important;
}

ul.nomar li:first-child {
    margin-left: 0 !important;
}

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

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

.none {
    display: none;
}

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

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

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

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

hr {
    border: none;
}

.td-underline {
    text-decoration: underline;
}

.td-border {
    border-bottom: 1px solid #111;
}

.td-border-dashed {
    border-bottom: 1px dashed;
}

.td-border-dotted {
    border-bottom: 1px dotted;
}

.fs-default {
    font-size: 16px;
}

.fs-xsmall {
    font-size: 14px;
}

.fs-small {
    font-size: 18px;
}

.fs-medium {
    font-size: 20px;
}

.fs-large {
    font-size: 22px;
}

@media (max-width: 576px) {
    .fs-large {
        font-size: 18px;
    }
}

.fs-xlarge {
    font-size: 24px;
}

.fw-thin {
    font-weight: 100;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-semi-bold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 600;
}

.fw-black {
    font-weight: 800;
}

.tt-normal {
    text-transform: inherit !important;
}

.tt-uppercase {
    text-transform: uppercase !important;
}

.tt-capital,
.capitalize {
    text-transform: capitalize !important;
}

.ta-right {
    text-align: right;
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: justify;
}

.ta-justify {
    text-align: justify;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.fc-primary {
    color: #111;
}

.fc-middle {
    color: #000;
}

.fc-secondary {
    color: #000;
}

.fc-default {
    color: #1B212B;
}

.ws-nowrap {
    white-space: nowrap;
}

.fc-white {
    color: #fff;
}

.fc-lg-silver {
    color: #f6f6f4;
}

.fc-black {
    color: #0C0C0C;
}

.fc-grey {
    color: #667085;
}

.fc-dgrey {
    color: #383838;
}

.fc-lgrey {
    color: #999;
}

.fc-lblack {
    color: rgb(92, 92, 92);
}

.fc-lwhite {
    color: rgba(255, 255, 255, 0.7098039216);
}

.fc-blue {
    color: #5aafe4;
}

.fc-lg-blue {
    color: #3D5975;
}

.fc-pink {
    color: #ff5ee1;
}

.fc-dk-pink {
    color: #C6C6C6;
}

.fc-lg-pink {
    color: #bcbcbc;
}

.fc-spgrey {
    color: #7e8082;
}

.fc-spblue {
    color: #FEFDF8;
}

.fc-lg-black {
    color: rgb(92, 92, 92);
}

.bg-primary {
    background: #111;
}

.bg-middle {
    background: #000;
}

.bg-lg-silver {
    background: #f6f6f4;
}

.bg-lg-white {
    background: rgba(255, 255, 255, 0.7098039216);
}

.bg-blue {
    background: #5aafe4;
}

.bg-lg-blue {
    background: #3D5975;
}

.bg-dk-blue {
    background: #10121E;
}

.bg-lgrey {
    background: #999;
}

.bg-spblue {
    background: #FEFDF8;
}

.bg-silver {
    background: #EAE9DF;
}

.bg-secondary {
    background: #000;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #0C0C0C;
}

.bg-grey {
    background: #667085;
}

.bg-purple {
    background: #4B0082;
}

.bg-dgrey {
    background: #383838;
}

.bg-dgreen {
    background: #4c4c4c;
}

.bg-spgrey {
    background: #7e8082;
}

.bg-pink {
    background: #ff5ee1;
}

.bg-lg-black {
    background: rgb(92, 92, 92);
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-left {
    background-position: left !important;
}

.bg-center {
    background-position: center;
}

.bg-right {
    background-position: right !important;
}

.bg-top {
    background-position: top;
}

.bg-norepeat {
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.m-auto {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lh-none {
    line-height: 0;
}

.lh-default {
    line-height: 0.7;
}

.lh-normal {
    line-height: 1;
}

.lh-medium {
    line-height: 1.2;
}

.lh-large {
    line-height: 1.8;
}

.lh-xlarge {
    line-height: 2.5;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.col-nopadd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.divider {
    border: none;
}

.ls-xsmall {
    letter-spacing: -2px;
}

.ls-small {
    letter-spacing: -1px;
}

.ls-normal {
    letter-spacing: 0px;
}

.ls-medium {
    letter-spacing: 1px;
}

.ls-large {
    letter-spacing: 3px;
}

.ls-xlarge {
    letter-spacing: 8px;
}

.va-middle {
    vertical-align: middle;
}

.va-top {
    vertical-align: top;
}

.va-bottom {
    vertical-align: bottom;
}

.instagram:hover {
    color: #cd486b !important;
}

.facebook:hover {
    color: #1a4bad !important;
}

.facebook-icon:hover {
    background: #1a4bad !important;
}

.twitter:hover {
    color: #00a9cd !important;
}

.twitter-icon:hover {
    background: #00a9cd !important;
}

.linkedin:hover {
    color: #1d4a9c !important;
}

.linkedin-icon:hover {
    background: #1d4a9c !important;
}

.googleplus:hover {
    color: #ff4800 !important;
}

.googleplus-icon:hover {
    background: #ff4800 !important;
}

.youtube:hover {
    color: #d10000 !important;
}

.youtube-icon:hover {
    background: #d10000 !important;
}

.overlay-bgg {
    background: linear-gradient(160deg, rgba(17, 17, 17, 0.8), rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    display: none;
}

.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    display: none;
}

.overlay-menu {
    background: rgba(0, 0, 0, 0.051);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease-out;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}

.img-inherit {
    max-width: inherit;
}

.sec-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec-padding.\--small {
    padding-top: 32px;
    padding-bottom: 32px;
}

.sec-padding.\--xsmall {
    padding-top: 16px;
    padding-bottom: 16px;
}

.sec-padding.\--medium {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-padding.\--large {
    padding-top: 75px;
    padding-bottom: 75px;
}

@media (max-width: 767px) {
    .sec-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-padding.\--large {
        padding: 60px 0;
    }
}

.title {
    line-height: 1.2;
}

.title.\--big {
    width: 82%;
    margin: 0 auto;
}

/**** Mobile Navigation ****/
.mobile-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 12;
    background: #000;
    transition: 0.6s;
    overflow: hidden;
    overflow-y: auto;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.mobile-nav .logo-area {
    font-size: 16px;
    padding: 25px 30px;
    display: block;
}

.mobile-nav .logo-area img {
    filter: brightness(0) invert(100);
    max-width: 200px;
}

.mobile-nav.active {
    height: 100%;
    left: 0%;
}

.mobile-nav nav {
    margin-top: 10vh;
    padding-left: 15px;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 12px 24px;
    transition: 0.4s;
    font-size: 18px;
    /*   font-weight: bold; */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: block;
}

.mobile-nav nav li a.active {
    color: #111111;
}

.mobile-nav nav li a .xicon {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li.current_page_item a,
.mobile-nav nav li.current_menu_item a {
    color: white;
}

.mobile-nav nav li.current_page_item a:before,
.mobile-nav nav li.current_page_item a:after,
.mobile-nav nav li.current_menu_item a:before,
.mobile-nav nav li.current_menu_item a:after {
    height: 80%;
    border-radius: 10px;
    bottom: 0;
}

.mobile-nav nav li ul {
    display: none;
    padding-left: 30px;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
}

.mobile-nav nav li ul li a:before {
    position: absolute;
    content: "";
    font-family: "NHaasGroteskDSPro-55Rg";
    left: 0px;
    font-size: 20px;
    width: 8px;
    height: 8px;
    top: 18px;
    background-color: #111111;
}

.mobile-nav nav li ul.dropdown {
    margin-left: 40px;
    display: none;
}

.mobile-nav nav li ul.dropdown a {
    font-size: 12px;
    border: none;
    padding: 10px 0px;
}

.mobile-nav nav li ul.dropdown a:hover {
    color: #000000;
    background: transparent;
}

.mobile-nav nav li.menu-item-has-children>a {
    position: relative;
}

.mobile-nav nav li.menu-item-has-children>span {
    position: absolute;
    right: 22px;
    z-index: 222;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 40px;
    justify-content: center;
}

.mobile-nav nav li.menu-item-has-children>span:before {
    content: "\f107";
   font-family: "NHaasGroteskDSPro-55Rg";
    right: 30px;
    color: #faf9f6;
}

.mobile-nav nav li.menu-item-has-children ul {
    list-style: none;
    padding-right: 15px;
}

.mobile-nav nav .extra-link a {
    border: 2px solid #000000;
    width: 40%;
    margin: 40px auto 10px;
    padding: 7px 0;
    font-size: 15px;
    text-align: center;
}

.mobile-nav nav .extra-link a:hover {
    color: #000000;
    border: 2px solid #000000;
    background: transparent;
}

.mobile-nav .close-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ffffff;
    width: 26px;
    height: 26px;
    line-height: 1.5;
}

/*** Mobile Nav Button ***/
.mobile-nav-btn.active span {
    background: transparent;
}

.mobile-nav-btn.active .lines:after {
    top: -6px;
    transform: rotate(-45deg) translate(-3px, 4px) scale(1.1);
}

.mobile-nav-btn.active .lines:before {
    top: 6px;
    transform: rotate(45deg) translate(-4px, -5px) scale(1.1);
}

.hhhh {
    display: none;
    top: 0px;
    width: 36px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 3%;
    z-index: 100;
    cursor: pointer;
    transition: 0.6s;
    z-index: 14;
}

.hhhh span {
    display: none;
    height: 3px;
    width: 25px;
    background-color: #fff;
    display: block;
    margin-bottom: 6px;
    transition: 0.2s;
    position: relative;
    top: 8px;
    right: 0px;
}

.hhhh:active {
    transition: 0;
}

.hhhh span {
    background-color: #111;
}

.hhhh span:before,
.hhhh span:after {
    display: block;
    background-color: #111;
    height: 3px;
    width: 25px;
    border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    content: "";
    transform-origin: 0.28571rem center;
    right: 0px;
    margin: 0 auto;
}

.hhhh span:before {
    width: 17px;
}

.hhhh .lines:before {
    top: 8px;
}

.hhhh .lines:after {
    top: -8px;
}

.hhhh .lines {
    transition: 0.37s ease;
}

.hhhh .lines:before,
.hhhh .lines:after {
    transform-origin: 50% 50%;
    transition: 0.37s ease;
    transition: 0.37s ease;
}

@media (max-width: 991px) {
    .mobile-nav-btn {
        display: block;
    }
}

.main-app-container {
    width: 100%;
    position: relative;
    left: 0;
    background-color: #fff;
    transition: 0.6s;
}

.main-app-container.active {
    left: -80%;
}

.o-hidden {
    overflow: hidden;
}

@media (max-width: 767px) {

    .col-p10,
    .col-sm-padd {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-width {
        width: 100%;
    }

    .res-width h6 {
        text-align: left;
    }

    .res-width a {
        text-align: left;
        margin: 0 auto;
    }

    .res-width p {
        text-align: left;
    }
}

.ml-none {
    margin-left: 0px !important;
}

body.active .hhhh {
    top: 30px;
    right: 30px;
}

body.active .hhhh span:before {
    width: 27px;
}

.mobile-nav-btn.active .lines:before,
.mobile-nav-btn.active .lines:after {
    background-color: #fff;
}

.btn {
    padding: 6px 24px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
   font-family: "NHaasGroteskDSPro-55Rg";
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.4px;
    /*     min-width: 140px; */
    border-radius: 50px;
    gap: 10px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    align-items: anchor-center;
}

@media (max-width: 576px) {
    .btn {
        padding: 5px 15px !important;
        min-width: auto;
        white-space: nowrap;
        font-size: 14px !important;
    }
}

.btn.\--bold {
    font-weight: 700;
}

.btn.\--signature {
    padding: 0;
}

.btn.\--signature span.icon {
    border: 2px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 70px;
    transition: 0.4s ease;
    height: 70px;
}

.btn.\--signature span.icon img {
    transition: 0.4s ease;
    padding: 5px;
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: auto;
}

@media (max-width: 767px) {
    .btn.\--signature span.icon img {
        width: 27px;
        height: 27px;
    }
}

.btn.\--signature .text {
    color: #111111;
    font-size: 16px;
    transition: 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.btn.\--signature:hover {
    background-color: #000;
    border-radius: 100px 100px;
    padding: 0 20px 0 0;
}

.btn.\--signature:hover .icon {
    background-color: rgba(17, 17, 17, 0.99);
    rotate: -45deg;
}

.btn.\--signature:hover .icon img {
    filter: brightness(0) contrast(1);
}

.btn.\--signature:hover .text {
    margin-left: 20px;
    color: rgba(17, 17, 17, 0.99);
    width: 100%;
    opacity: 1;
}

.btn.\--img span {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.btn.\--img span img {
    width: 13px;
    height: 13px;
    margin: auto;
    transition: 0.4s ease;
}

.btn.\--img span .onhover {
    position: absolute;
    translate: -33px 33px;
    right: 0;
    transition: 0.3s cubic-bezier(1, 0.99, 0, 1.33);
}

.btn.\--img span .offhover {
    transition: 0.13s ease;
}

.btn.\--img:hover .img {
    background-color: #111;
    border-radius: 50%;
}

.btn.\--img:hover .onhover {
    position: absolute;
    translate: 0 0;
    right: 0;
}

.btn.\--img:hover .offhover {
    translate: 33px -33px;
    opacity: 0;
}

@media (max-width: 576px) {
    .btn.\--img {
        font-size: 14px;
        gap: 10px;
    }

    .btn.\--img span {
        font-size: 14px;
        gap: 10px;
    }

    .btn.\--img span img {
        width: 10px;
        height: 10px;
    }
}

.btn.btn-link {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    padding: 10px 5px 0 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn.btn-link img {
    transition: 0.2s ease;
    max-height: 14px;
}

.btn.btn-link:hover {
    color: #000;
}

.btn.btn-link:hover img {
    padding-left: 15px;
}

.btn.btn-icon {
    background: #111;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    padding: 0;
    margin: auto;
    display: flex;
    transform: translateY(50%);
}

.btn.btn-icon img {
    display: block;
    padding: 0px;
    filter: invert(1) brightness(100);
    transform: translateY(0%);
    max-width: 40px;
    margin: auto;
    width: 30px;
    transition: 0.3s ease;
}

.btn.btn-icon:hover {
    background: rgba(0, 0, 0, 0.9);
}

.btn.btn-icon:hover img {
    transform: scale(0.8);
}

.btn.\--small {
    padding: 6px 18px;
    font-size: 16px;
}

.btn.\--large {
    padding: 8px 24px !important;
    font-size: 26px !important;
    width: 300px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn.\--medium {
    padding: 8px 24px;
    font-size: 26px;
}

.btn.btn-primary {
    background: #111;
    color: white;
}

.btn.btn-primary:hover {
    background: black;
    color: #fff;
    background-position: 10%;
}

.btn.btn-primary.\--outline {
    background: transparent;
    color: #111;
    -o-border-image: linear-gradient(to right, #AB5827, #DC8F61) 1;
    border-image: linear-gradient(to right, #AB5827, #DC8F61) 1;
    border-width: 2px;
    border-style: solid;
}

.btn.btn-primary.\--outline:hover {
    background-color: #111;
    color: white;
}

.btn.btn-primary.\--outline:hover span {
    color: white;
}

.btn.btn-primary.\--outline:hover img {
    filter: invert(1) brightness(100);
}

.btn.btn-black {
    background: #0C0C0C;
    color: #111;
}

.btn.btn-black.\--outline {
    background: rgba(12, 12, 12, 0.001);
    border: 2px solid #0c0c0c;
}

.btn.btn-black.\--outline:hover {
    background: rgba(0, 0, 0, 0.9);
}

.btn.btn-gradient {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.btn.btn-gradient:before {
    background: linear-gradient(to right, #111, #000);
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.btn.btn-gradient:hover {
    background-color: #ff5ee1;
}

.btn.btn-gradient:hover:before {
    transform: translate3d(-100%, 0, 0);
}

.btn.btn-overlay {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    left: 40px;
    bottom: 40px;
    background-color: rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    border: none;
}

.btn.btn-overlay:hover {
    background-color: #000;
    box-shadow: 0px 0px 40px 10px rgba(17, 17, 17, 0.2);
    color: #fff;
}

.btn.btn-secondary {
    background-color: #000;
    color: #111;
    border: none;
}

.btn.btn-secondary:hover {
    background-color: #000;
    box-shadow: 0px 0px 40px 10px rgba(17, 17, 17, 0.2);
    color: #fff;
}

.btn.btn-secondary.\--outlineOH:hover {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px black;
    color: #000;
}

.btn.btn-secondary.\--outline {
    background: rgba(0, 0, 0, 0.001);
    color: #000;
    border: 2px solid black;
}

.btn.btn-secondary.\--outline span {
    color: #111111;
}

.btn.btn-secondary.\--outline:hover {
    background-color: #000;
    color: white;
}

.btn.btn-secondary.\--outline:hover span {
    color: white;
}

.btn.btn-secondary.\--outline:hover img {
    filter: invert(1) brightness(100);
}

.btn.btn-dark {
    background-color: #2E2E2E;
    color: #fff;
    border: none;
    font-weight: 400;
}

.btn.btn-dark:hover {
    background-color: rgba(17, 17, 17, 0.9);
    color: #fff;
}

.btn.btn-dark.\--outline {
    background: none;
    border: 1px solid #000;
    color: #000;
}

.btn.btn-dark.\--outline:hover {
    background-color: #000;
    color: white;
}

.btn.btn-grey {
    background: #fafafa;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-grey:hover {
    background-color: black;
    color: #fff;
}

.btn.btn-grey.\--outline {
    background: #fafafa;
    border: 1px solid #d0d0d0;
}

.btn.btn-grey.\--outline:hover {
    background-color: #111;
    color: white;
}

.btn.btn-white {
    background: #fff;
    color: #111;
}

.btn.btn-white:hover {
    background-color: black;
    color: #fff;
}

.btn.btn-white:hover img {
    filter: invert(1) brightness(100);
}

.btn.btn-white.\--outline {
    color: white;
    background: none;
    border: 2px solid #fff;
}

.btn.btn-white.\--outline:hover {
    background-color: #fff;
    color: #000;
}

header.ph {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;

}

@media (max-width: 991px) {
    header.ph .fixed-header {
        display: none;
    }
}

header.ph .top-header {
    padding: 30px 0;
}

@media (max-width: 991px) {
    header.ph .top-header {
        padding: 5px 0;
    }
}

@media (max-width: 991px) {
    header.ph {
        padding: 12px 0 12px 0 !important;
    }

    header.ph.sticky {
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        box-shadow: 0px 0px 110px -10px rgba(0, 18, 54, 0.2784313725);
    }
}

@media (min-width: 768px) {
    header.ph .d-md-table {
        display: table;
    }
}

header.ph .navdiv {
    display: table;
}

@media (max-width: 767px) {
    header.ph .col-sm-nopadd {
        padding: 0px !important;
    }
}

header.ph .custom-logo {
    width: 60%;
    margin: 0px;
    padding: 0px;
    place-self: center;
}

@media (max-width: 991px) {
    header.ph .custom-logo {
        margin: 0px;
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    header.ph .custom-logo {
        width: 100%;
        max-height: 52px !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center left;
        object-position: center left;
        margin: auto;
    }
}

header.ph ul.top-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

header.ph ul.top-menu li a {
    line-height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.4s ease;
    font-size: 16px;
    display: flex;
    gap: 10px;
	width: max-content;
}

header.ph ul.top-menu li a img {
    filter: contrast(0);
}

header.ph .header-details {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

header.ph .header-details .phone {
    padding: 10px 30px;
    line-height: 2;
    background-color: #EAE9DF;
    display: flex;
    gap: 12px;
    font-size: 16px;
}

header.ph .header-details .phone:hover {
    background-color: #111111;
    color: #EAE9DF;
}

header.ph .header-details ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

header.ph .header-details ul.icons {
    margin-right: 20px;
}

header.ph .header-details ul.icons li a {
    line-height: 28px;
    width: 28px;
    height: 28px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s ease;
    font-size: 14px;
}

header.ph .header-details ul.icons li a:hover {
    background-color: #111;
}

header.ph .header-details li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #111;
}

header.ph .header-details li a i {
    line-height: 28px;
    width: 28px;
    height: 28px;
    background-color: #EAE9DF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s ease;
    font-size: 14px;
}

header.ph .header-details li:hover i:not(.nt) {
    background: #111111;
    -webkit-backdrop-filter: blur(10deg);
    backdrop-filter: blur(10deg);
    color: #EAE9DF;
    box-shadow: 0px 0px 0px 2px rgba(17, 17, 17, 0.5);
}

header.ph nav.pn {
    display: flex;
    /*   align-items: center;
  position: relative;
  justify-content: center;
  gap: 10px;
  padding: 5px; */
    border-top: 1px solid #0C0C0C;
    border-bottom: 1px solid #0C0C0C;
}

header.ph nav.pn>ul.mainnav {
    display: flex;
}

header.ph nav.pn>ul>li {
    transition: 0.4s;
    position: relative;
    font-size: 16px;
}

header.ph.sticky nav.pn>ul>li>a {
    padding: 13px !important;

}

header.ph nav.pn>ul>li>a {
    color: #0C0C0C;
    font-size: 16px;
    position: relative;
    padding: 13px 30px !important;
    transition: 0.4s ease;
    display: block;
    background-color: transparent;
}

header.ph nav.pn>ul>li>a:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    background: rgba(17, 17, 17, 0.1);
    height: 3px;
    width: 0%;
    opacity: 1;
    margin: auto;
    border-radius: 100px;
    transition: 0.4s ease-in-out;
}

@media (max-width: 1200px) {
    header.ph nav.pn>ul>li>a {
        font-size: 14px;
        padding: 13px 20px !important;
    }
}

header.ph nav.pn>ul>li:hover>a,
header.ph nav.pn>ul>li.current-menu-item>a {
    background-color: black;
    color: white;
}

header.ph nav.pn>ul>li:hover>a:before,
header.ph nav.pn>ul>li.current-menu-item>a:before {
    width: calc(100% - 0px);
    z-index: 0;
}

header.ph nav.pn>ul>li.menu-item-has-children:after {
    display: none;
    content: "\f107";
    height: 10px;
    width: 15px;
    color: #7e8082;
    left: 5px;
   font-family: "NHaasGroteskDSPro-55Rg";
    position: relative;
    top: -2px;
    font-weight: bold;
}

header.ph nav.pn>ul>li.menu-item-has-children:hover>ul {
    display: block;
}

header.ph nav.pn>ul>li ul {
    border: 0;
    border-top-width: 3px;
    border-top-style: solid;
    -o-border-image: linear-gradient(to right, #AB5827, #DC8F61) 1;
    border-image: linear-gradient(to right, #AB5827, #DC8F61) 1;
    border-style: solid;
    position: absolute;
    text-align: left;
    width: 200px;
    background: #000;
    top: 47px;
    left: 0;
   font-family: "NHaasGroteskDSPro-55Rg";
    display: none;
    z-index: 111;
}

header.ph nav.pn>ul>li ul li {
    display: block;
    border-bottom: 1px solid #EAE9DF;
    padding: 8px 24px;
    position: relative;
}

header.ph nav.pn>ul>li ul li:nth-last-of-type(1) {
    border: 0px;
}

header.ph nav.pn>ul>li ul li a {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    display: block;
   font-family: "NHaasGroteskDSPro-55Rg";
}

header.ph nav.pn>ul>li ul li a:before {
    display: none;
}

header.ph nav.pn>ul>li ul li span:before,
header.ph nav.pn>ul>li ul li span:after {
    display: none !important;
}

header.ph nav.pn>ul>li ul li:hover {
    background: #EAE9DF;
}

header.ph nav.pn>ul>li ul li:hover>a {
    color: #000;
    font-weight: 700;
}

header.ph nav.pn>ul>li ul li:hover>ul {
    display: block;
}

header.ph nav.pn>ul>li ul li:hover:before {
    color: #111;
}

header.ph nav.pn>ul>li ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #111;
    top: 15px;
    left: 10px;
   font-family: "NHaasGroteskDSPro-55Rg";
}

header.ph nav.pn>ul>li ul li ul {
    background: #000;
    left: 200px;
    top: 0;
    display: none;
}

@media (max-width: 991px) {
    header.ph .col-nopadd {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    header.ph .right-side {
        border: none;
    }

    header.ph .header-details {
        gap: 10px;
    }

    header.ph .header-details .social-icons,
    header.ph .header-details .phone {
        display: none;
    }
}

@media (min-width: 992px) {
    header.ph.sticky .header-details {
        display: none;
    }
}

@media (max-width: 991px) {
    header.ph.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        transition: 0.4s ease;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.918);
        box-shadow: 0px 0px 110px -20px rgba(0, 0, 0, 0.2784313725);
        animation: fadeInDown 0.4s;
        z-index: 9;
    }

    header.ph.sticky p .fixed-header {
        display: none;
    }

    header.ph.sticky .custom-logo {
        max-width: 110px !important;
    }
}

/* header.ph.sticky nav.pn {
    border-color: transparent !important;
    justify-content: end !important;
    padding: 5px 0 !important;
} */

header.ph.sticky nav.pn ul li a {
    padding: 6px 18px;
}

header.ph.sticky .fixed-header {
    z-index: 1;
    padding: 10px 0;
    transform: translate(0, 0);
    transition: 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.818);
    box-shadow: 0px 0px 110px -20px rgba(0, 0, 0, 0.2784313725);
    animation: fadeInDown 0.4s;
    z-index: 9;
    top: 0;
}

header.ph.sticky .custom-logo {
    max-width: 150px;
    margin: 0;
}

header.ph.sticky .top-header nav ul,
header.ph.sticky .nav-bar nav ul {
    text-align: right;
}

.custom-logo {
    height: auto !important;

}

#seatchform {
    position: relative;
}

#seatchform input {
    margin-bottom: 0px !important;
}

#seatchform button {
    position: absolute;
    right: 10px;
    top: 0;
    border: 0px;
    height: 100%;
    border-radius: 0px 5px 5px 0;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    min-width: 25px;
    max-width: 25px;
}

#seatchform button i {
    color: #111111 !important;
    transition: 0.4s ease;
}

#seatchform button:hover i {
    scale: 1.05;
}

.search-box {
    position: absolute;
    right: -250px;
    top: -9px;
    overflow: hidden;
    width: 0;
    transition: 0.4s ease;
    padding-top: 2px;
}

.search-box input {
    border: 1px solid #000 !important;
}

.search-box.active-search {
    width: 230px;
}

.bottom-filter {
    position: fixed;
    bottom: -100px;
    /* Hidden initially */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    z-index: 99;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom-filter.show {
    bottom: 30px;
}

.bottom-filter .project-categories {
    display: flex;
    gap: 30px;
    list-style: none;
    max-width: 90vw;
    overflow: auto;
    justify-content: flex-start;
    white-space: nowrap;
}

.bottom-filter .project-categories li a {
    position: relative;
    font-size: 18px;
    color: white;
}

.bottom-filter i {
    color: white;
}

@media screen and (min-width: 767px) {
    .bottom-filter a.icon {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .bottom-filter ul {
        display: none !important;
    }
}

.grid-footer {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .grid-footer {
        padding: 0px 15px !important;
    }
}

.grid-footer .item {
    text-align: center;
    display: flex;
    gap: 10px;
}

.grid-footer .item img {
    padding-bottom: 10px;
}

.grid-footer .item .h5 {
    font-size: 22px;
}

.grid-footer .item a {
    display: block;
    width: 100%;
    padding-top: 5px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .grid-footer .item {
        padding-bottom: 20px;
    }

    .grid-footer .item .title,
    .grid-footer .item .h5 {
        font-size: 17px;
    }

    .grid-footer .item a {
        font-size: 14px;
    }
}

.footer-menu .border-tb {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.footer-menu ul.footer-links {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-menu ul.footer-links li {
    padding: 10px;
}

.footer-menu ul.footer-links a {
    color: white;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-menu ul.footer-links {
        gap: 10px;
    }

    .footer-menu ul.footer-links li {
        padding: 10px 5px;
    }
}

footer {
    overflow: hidden;

    z-index: 3;
}

footer .bt {
    border-top: 1px solid rgba(210, 210, 210, 0.3333333333);
    padding: 15px;
}

footer .copyright {
    display: flex;
    align-items: center;
}

footer .copyright:hover {
    color: #000;
}

footer p,
footer ul:not(.social-icons) a {
    position: relative;
    font-size: 15px;
    color: #000;
    place-self: anchor-center;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
}

@media (max-width: 576px) {

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6 {
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: left;
    }
}

footer .extra-tc a {
    min-width: 100%;
}

@media (max-width: 767px) {
    footer .extra-tc {
        justify-content: space-between;
    }

    footer .extra-tc a {
        min-width: auto;
    }

    footer .bottom-cr {
        padding-bottom: 15px;
    }

    footer .bottom-cr .d-flex:not(.copyright) {
        flex-flow: column-reverse;
        gap: 20px !important;
    }

    footer .bottom-cr .d-flex:not(.copyright).gap-30 {
        gap: 0px !important;
    }

    footer .bottom-cr .sec-padding {
        padding: 15px 0 10px;
    }

    footer .bottom-cr .copyright {
        margin-bottom: 0px;
    }

    footer .bottom-cr * {
        text-align: left;
    }

    footer .bottom-cr .copyright {
        justify-content: start;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6 {
        font-size: 14px;
        text-align: left;
       font-family: "NHaasGroteskDSPro-55Rg";
    }

    footer .social-icons {
        float: none !important;
    }

    footer .d-table {
        margin: auto;
    }
}

@media (max-width: 992px) {
    footer .center {
        padding: 12px 15px;
    }

    footer .center h4 {
        margin-bottom: 10px;
    }

    footer img.custom-logo {
        margin: auto;
    }

    footer .social-icons {
        margin-bottom: -10px;
        margin-top: 10px;
        display: table !important;
    }
}

footer.top {
    border-bottom: 1px solid #3b3b3b;
}

footer ul.footer-links li a {
    color: #000;
}

@media (max-width: 767px) {
    footer ul.social-icons .ul {
        float: left;
    }
}

footer ul.social-icons li {
    text-align: center;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s ease-in;
    margin: 5px 2.5px;
    width: 38px;
    height: 38px;
    border: 1px solid #666;
}

@media (max-width: 767px) {
    footer ul.social-icons li {
        width: 40px;
        height: 40px;
    }

    footer ul.social-icons li i {
        line-height: 38px !important;
        font-size: 18px !important;
    }
}

footer ul.social-icons li a i {
    color: #fff;
    line-height: 35px;
    text-align: center;
    transition: 0.3s ease-in;
    font-size: 16px;
}

footer ul.social-icons li:hover {
    background-color: #EAE9DF;
}

footer ul.social-icons li:hover i {
    color: #111;
}

footer ul.social-icons li {
    background-color: #111;
}

footer ul.social-icons li i {
    color: #EAE9DF;
}

@media (min-width: 1150px) {
    .fflex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 576px) {
    .d-md-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#whatsapp {
    position: fixed;
    left: 3%;
    bottom: 3%;
    width: 55px;
    height: 55px;
}

@media (max-width: 767px) {
    .justify-sm-center {
        justify-content: center;
    }
}

form .wpcf7-spinner {
    position: absolute;
}

form .ff-el-tc p {
    font-size: 12px;
    opacity: 0.7;
}

form .ff-el-form-control {
    padding: 13px 15px;
}

form select {
    background-image: url(https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-20.png);
    background-position: 98%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form .ff_tc_label {
    display: flex;
    align-items: center;
    gap: 10px;
}

form .ff_tc_label span {
    accent-color: #111;
}

form .ff_tc_label .ff_t_c {
    padding-left: 10px;
}

form [type=checkbox] {
    width: 18px;
    margin-right: 7px;
    border-radius: 4px;
    height: 18px;
    margin-right: 7px;
    border-color: #111 !important;
    accent-color: #111;
}

form .ff_upload_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    background: transparent !important;
    border: 2px dashed #cd7a49 !important;
    text-align: center;
    color: #999 !important;
    border-radius: 8px;
    flex-flow: column;
}

form .ff_upload_btn .small {
    font-size: 12px;
    margin-top: 7px;
}

form .ff_upload_btn:hover {
    background-color: rgba(17, 17, 17, 0.2) !important;
}

form input,
form select,
form textarea {
    padding-left: 30px;
    color: #111;
    font-weight: 300;
    padding: 13px 17px;
   font-family: "NHaasGroteskDSPro-55Rg";
    background: #fafafa 0% 0% no-repeat padding-box;
    border: 1px solid rgba(241, 244, 247, 0.2392156863);
    box-shadow: none;
    margin-top: -1px;
    font-size: 15px;
    -webkit-appearance: none;
    width: 100%;
    font-weight: 400;
    line-height: 20px;
    height: min-content;
    margin-top: 0px;
    margin-right: -6px;
}

form input[type=text] {
    text-transform: capitalize;
}

form select {
    color: #111;
    webkit-appearance: auto;
}

form select {
    min-width: 50%;
}

form label {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
}

form input[type=text],
form input[type=number],
form input[type=email],
form input[type=date],
form input[type=tel],
form select,
form textarea {
    background: #fafafa 0% 0% no-repeat padding-box;
    border: 1px solid rgba(241, 244, 247, .2392156863);
    /*     border-radius: 2px !important;  */
    width: 100%;
    border: 1px solid black;
    color: #667085;
    /* margin-bottom: 10px; */
    max-height: 150px;
    border: 1px solid #f0f0f0;
}

.search-place-decor {
    background: white !important;
    width: 100%;
    border: 1px solid #ced4da !important;
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
    color: #667085;
    /* margin-bottom: 10px; */
    max-height: 150px;
}

form input[type=text]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=date]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
   font-family: "NHaasGroteskDSPro-55Rg";
    color: #667085 !important;
    font-size: 15px;
    opacity: 0.7 !important;
    font-weight: 500;
}

form input[type=text]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=date]::placeholder,
form input[type=tel]::placeholder,
form select::placeholder,
form textarea::placeholder {
   font-family: "NHaasGroteskDSPro-55Rg";
    color: #667085 !important;
    font-size: 15px;
    opacity: 0.7 !important;
    font-weight: 500;
}

/* form textarea {
    height: 120px;
} */

form .ajax-loader {
    position: absolute !important;
}

form input[type=submit],
form button.ff-btn-submit {
    background-color: #111111 !important;
    padding: 18px 25px;
    border: 0px !important;
    display: inline-block;
    font-weight: 300;
    line-height: 2;
    margin: auto;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 18px;
   font-family: "NHaasGroteskDSPro-55Rg";
    color: #fff;
    border: none;
    min-width: 70px;
    transition: 0.3s;
    border-radius: 4px !important;
    border: 0px;
    margin: 0px !important;
}

form input[type=submit].w-100,
form button.ff-btn-submit.w-100 {
    max-width: 100%;
}

form input[type=submit]:hover,
form button.ff-btn-submit:hover {
    background-color: #000;
}

body.checkout form input {
    background-color: white !important;
}

.wpcf7-list-item-label {
    color: #ccc;
}

input[type=checkbox]+.wpcf7-list-item-label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox]+.wpcf7-list-item-label:before {
    content: "✔";
    border: 0.1em solid #ccc;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
}

input[type=checkbox]+.wpcf7-list-item-label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+.wpcf7-list-item-label:before {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

input[type=checkbox]:disabled+.wpcf7-list-item-label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled+.wpcf7-list-item-label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.box {
    position: relative;
    text-align: left;
}

.box.step-box .step-image {
    aspect-ratio: 1/0.7;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
}

.box.step-box .content-node {
    padding: 10px 0;
    margin-bottom: 20px;
}

.box.step-box .btn {
    min-width: 280px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box.step-box {
        margin-bottom: 30px;
    }

    .box.step-box .step-image {
        aspect-ratio: 1/0.7;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        margin-bottom: 15px;
    }

    .box.step-box .content-node {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .box.step-box .btn {
        min-width: 200px;
        text-align: center;
    }
}

.box.faq-card {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.box.faq-card:hover {
    background-color: #fff;
    box-shadow: 0 0 20px -10px rgba(17, 17, 17, 0.2);
}

.box.projects-products {
    padding-bottom: 20px;
    display: block;
}

.box.projects-products img {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
}

.box.projects-products h5 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.4s ease;
}

.box.projects-products:hover img {
    filter: brightness(0.8) contrast(1.2);
}

.box.projects-products:hover h5 {
    opacity: 1;
    transform: translate(0, 0);
}

.box.products-list .ajax-products-li {
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 25px;
    margin-top: 20px;
    max-height: 270px;
    overflow: auto;
}

.box.products-list .ajax-products-li li a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.box.products-list .ajax-products-li li a img {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
    object-fit: cover;
}

.box.products-list .ajax-products-li li:hover {
    background-color: whitesmoke;
}

.box.gallery-item img {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;

    border: 1px solid #00000011
}

.box.designer-img {
    background-position: center 10%;
    display: flex;
    align-items: end;
    justify-content: start;
}

.box.designer-img figcaption {
    padding: 30px;
    padding: 20px;
    display: inline-block;
    background-color: white;
    margin: 40px;
}

.box.designer-img figcaption .name {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .box.designer-img {
        aspect-ratio: 1/1;
        margin-bottom: 20px;
    }

    .box.designer-img figcaption {
        padding: 20px;
        margin: 20px;
    }

    .box.designer-img figcaption .name {
        font-size: 18px;
    }
}

.box.designer-gallery img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 30px 0 0;
}

.box.catalogue figure {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.box.catalogue>* {
    padding: 20px;
}

.box.catalogue .top {
    padding: 10px;
    color: white;
}

.box.catalogue .top a {
    color: white;
    text-decoration: underline;
}

.box.catalogue .content {
    padding: 10px;
    color: #fff;
}

.box.catalogue .link {
    color: white;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .box.catalogue figure {
        min-height: 220px;
    }
}

@media screen and (max-width: 576px) {
    .box.catalogue figure {
        min-height: 120px;
    }

    .box.catalogue>* {
        padding: 10px;
    }

    .box.catalogue .btn {
        padding: 2px 10px !important;
        font-size: 10px !important;
    }

    .box.catalogue img {
        max-width: 100px;
    }

    footer .box.catalogue img {
        max-width: 100%;
    }

}

.box.product-cat-box figure {
    aspect-ratio: 1/1.2;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
}

.box.product-cat-box figure figcaption {
    padding: 20px;
}

.box.product-cat-box figure figcaption h3 {
    color: #000;
    font-size: 20px;
}

.box.footer-box {
    width: 100%;
}

.box.footer-box figure {
    width: 100%;
}

.box.footer-box figure img {
    width: 100%;
}

.box.collab-box {
    height: auto !important;
}

.box.client-box {
    padding: 40px 0;
    margin: 20px 0;
}

.box.client-box img {
    width: 200px;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 768px) {
    .box.client-box {
        padding: 20px 0;
    }

    .box.client-box img {
        max-width: 130px;
        height: 40px;
    }
}

.box.brand-item {
    margin-bottom: 20px;
}

.box.brand-item .img-node {
    padding-bottom: 20px;
}

.box.brand-item .img-node img {
    aspect-ratio: 1/0.7;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    object-fit: cover;
    height: auto;
}

.box.brand-item .brand-logo img {
    max-width: 150px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center left;
    object-position: center left;
}

.box.project-item .img-node {
    padding-bottom: 0px;
}

.box.project-item .img-node img {
    aspect-ratio: 1/0.7;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    object-fit: cover;
    height: auto;
}

.box.project-item .content-node {

    max-width: 400px;
    justify-self: left;
}

.box.project-item .content-node .title {

    font-size: 15px;
    position: relative;
    font-weight: bold !important;
}


@media screen and (max-width: 768px) {
    .box.project-item .content-node {
        padding-bottom: 0px;
    }

    .box.project-item .content-node .title {
        font-size: 20px;
    }
}

.box.project-box .img-node {
    padding-bottom: 30px;
}

.box.project-box .img-node img {
    aspect-ratio: 3.5/4.5;
    width: 100%;
    max-width: 400px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.box.project-box .content-node {
    padding-bottom: 50px;
    margin-bottom: 15px;
    max-width: 400px;
}

.box.project-box .content-node .title {
    font-size: 24px;
    position: relative;
    padding-bottom: 12;
    margin-bottom: 15px;
}

.box.project-box .content-node .title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    background-color: #000;
    height: 1px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .box.project-box .content-node .title {
        font-size: 20px;
    }
}

.box.brand-box .img-node img {
    aspect-ratio: 3.5/4.5;
    width: 100%;
    max-width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    object-fit: cover;
    height: fit-content;

}

.box.brand-box .content-node .title {
    font-size: 20px;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .box.brand-box .content-node .title {
        font-size: 22px;
    }
}

.box.widget {
    border-bottom: 1px solid #667085;
    margin-bottom: 15px;
}

.box.widget .title {
    color: #111;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Mont-Regular", sans-serif;
}

.box.widget ul.cat_list {
    list-style: none;
    margin-bottom: 30px;
}

.box.widget ul.cat_list li {
    padding-bottom: 5px;
}

.box.ocat .title {
    font-size: 18px;
}

@media (max-width: 768px) {
    .box.ocat .title {
        font-size: 14px;
    }
}

.box.about-photo-gallery img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.box.clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    list-style: none;
}

.box.clients-grid .gallery-item {
    background-color: white;
}

.box.clients-grid img {
    padding: 10px;
    width: 100%;
}

.box.ocat {
    margin-bottom: 20px;
}

.box.ocat img {
    aspect-ratio: 289/360;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}

.box.download-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    list-style: none;
    margin-bottom: 15px;
    padding: 40px;
}

.box.download-grid li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #000;
    color: #000;
    opacity: 0.66;
}

.box.download-grid li a span {
    font-size: 18px;
}

.box.download-grid li a i {
    float: right;
    rotate: -45deg;
    transition: 0.4s ease;
}

.box.download-grid li:hover a {
    opacity: 1;
}

.box.download-grid li:hover i {
    rotate: 0deg;
}

@media (max-width: 768px) {
    .box.download-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        padding: 30px;
    }
}

.box.sp-downloads {
    background-color: black;
}

.box.sp-downloads .heading-text {
    color: #EAE9DF;
}

.box.sp-downloads ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    list-style: none;
    margin-bottom: 15px;
}

.box.sp-downloads ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #EAE9DF;
    color: #EAE9DF;
    opacity: 0.66;
}

.box.sp-downloads ul li a span {
    font-size: 18px;
}

.box.sp-downloads ul li a i {
    float: right;
    rotate: -45deg;
    transition: 0.4s ease;
}

.box.sp-downloads ul li:hover a {
    opacity: 1;
}

.box.sp-downloads ul li:hover i {
    rotate: 0deg;
}

@media (max-width: 991px) {
    .box.sp-downloads ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .box.sp-downloads ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.box.sp-downloads .downloads {
    padding: 40px;
}

.box.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 10px;
    margin-top: 10px;
}

.box.social-icons.justify-start {
    justify-content: flex-start;
}

.box.social-icons.justify-start li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.box.social-icons li a {
    width: 50px;
    height: 50px;
    background-color: black;
    color: #EAE9DF;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
}

.box.social-icons li:hover a {
    background-color: #111111;
}

@media (max-width: 768px) {
    .box.social-icons li a {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}

.box.signup-form {
    margin: 30px 0 20px 0;
}

.box.signup-form .ff-t-container {
    gap: 0px;
    display: flex;
}

.box.signup-form .ff-el-group,
.box.signup-form button {
    margin-bottom: 0px;
}

.box.signup-form button {
    transform: translate(-1px, -1px);
    padding: 10px 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.box.signup-form input {
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.box.product-box {
    height: 100%;
}

.box.product-box.ar-13 {
    margin-bottom: 30px;
}

.box.product-box.ar-13 figure {
    aspect-ratio: 2/3;
}

.box.product-box figure {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.box.product-box figure:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5254901961), transparent);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 100%;
    transition: 0.4s ease;
}

.box.product-box figure .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box.product-box figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.box.product-box figure figcaption .content {
    display: flex;
    justify-content: space-between;
}

.box.product-box figure figcaption .content::before {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EAE9DF;
    transition: 0.4s ease;
}

.box.product-box figure figcaption .content .title {
    padding: 15px 30px 15px 10px;
    color: #EAE9DF;
    font-weight: 400;
   font-family: "NHaasGroteskDSPro-55Rg";
    font-size: 16px;
}

.box.product-box figure figcaption .content span {
    border-left: 1px solid #EAE9DF;
    padding: 10px 15px;
    display: flex;
    min-height: 100%;
    align-items: center;
    cursor: pointer;
}

.box.product-box figure figcaption .content span:hover {
    background-color: #111;
    border-top: 1px solid #EAE9DF;
}

.box.product-box figure figcaption .content>* {
    translate: 0 100%;
    transition: 0.4s ease;
}

.box.product-box:hover figure:before {
    top: 0;
}

.box.product-box:hover figure figcaption .content>* {
    translate: 0%;
}

.box.product-box:hover figure figcaption .content::before {
    width: 100%;
}

@media (max-width: 768px) {
    .box.product-box figure:before {
        top: 0;
    }

    .box.product-box figure figcaption .content>* {
        translate: 0%;
    }

    .box.product-box figure figcaption .content::before {
        width: 100%;
    }
}

/* .box.blog {
    margin-bottom: 30px;
    padding-bottom: 12px;
} */

.box.blog.sbs {
    display: flex;
    gap: 30px;
    padding-bottom: 0px;
}

.box.blog.sbs .img-node {
    width: 50%;
}

.box.blog.sbs .content-node {
    padding-top: 0px;
    width: 50%;

}

.box.blog.sbs .content-node p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box.blog.sbs .content-node .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .box.blog.sbs {
        flex-wrap: wrap;
    }

    .box.blog.sbs .img-node,
    .box.blog.sbs .content-node {
        width: 100%;
    }
}

.box.blog.full {
    padding-top: 30px;
}

.box.blog.full .img-node img {
    height: 320px;
}

.box.blog.full p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box.blog.full .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits the text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box.blog .img-node img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box.blog .content-node {
    padding-top: 12px;
}

.box.blog .content-node .date {
    color: #667085;
    text-align: left;
}

.box.blog .content-node .title {
    color: #000;
    /*     border-bottom: 1px solid rgba(0, 0, 0, .5); */
    font-size: 15px;
    font-weight: 400;
   font-family: "NHaasGroteskDSPro-55Rg";
    margin-bottom: 10px;
    padding-right: 22px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: inherit;
    TEXT-ALIGN: left;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

/* .box.blog .content-node .title:before {
  content: "\f061";
  font-size: 20px;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  rotate: -45deg;
  transition: 0.4s ease;
} */
.box.blog .content-node .title:hover:before {
    rotate: 0deg;
}

.box.blog .content-node .desc {
    color: #667085;
    margin-bottom: 10px;
    text-align: justify;
}

.box.blog .content-node ul.cats {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;

}

.box.blog .content-node ul.cats li a {
    background-color: #D2D3CE;
    color: #667085;
    padding: 4px 12px;

}

.box.blog .content-node ul.cats li a:hover {
    background-color: #111111;
    color: #EAE9DF;
}

.box.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 120px;
}

.box.logo-box img {
    max-height: 120px;
    margin: auto;
    background: white;
    padding: 20px;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    box-shadow: 0px 0px 20px -10px rgba(17, 17, 17, 0.1650980392);
    transition: 0.4s ease;
}

.box.logo-box:hover img {
    scale: 1.1;
}

@media (max-width: 768px) {
    .box.logo-box img {
        max-height: 67px;
        padding: 12px 15px;
    }
}

.box.contact {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 28px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .box.contact {
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        justify-content: flex-start;
        margin-top: 0px;
        margin-bottom: 20px;
        align-items: center;
    }

    .box.contact .icon-area img {
        max-width: 45px;
    }
}

.box.contact .icon-area {
    min-width: 45px;
    float: left;
}

.box.contact .icon-area img {
    width: auto;
    max-width: 25px;
}

.box.contact .icon-area .icon {
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    transition: 0.2s;
    color: #000;
    line-height: 50px;
}

@media (max-width: 767px) {
    .box.contact .icon-area img {
        max-width: 45px;
    }
}

.box.contact .content {
    float: left;
}

.box.contact .content a {
    font-size: 16px;
    opacity: 0.6;
    color: #000;
    transition: 0.2s;
    letter-spacing: 1px;
}

@media (max-width: 1440px) {
    .box.contact .content a {
        font-size: 15px;
    }
}

.box.contact:hover .icon {
    color: #fff;
}

.box.contact.\--social .icon-area i {
    background: transparent;
    color: #000;
    font-size: 20px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 6px;
}

.box.contact.\--social .icon-area i:hover {
    color: #fff;
    background-color: #111111;
    border-color: #111;
}


@media screen and (max-width: 768px) {

    h1.title,
    h2.title {
        font-size: 22px;
    }

    h1.title br,
    h2.title br {
        display: none;
    }
}

section {
    position: relative;
}

@media screen and (min-width: 992px) {
    section.collab-sec .content {
        max-width: 470px;
    }
}

section.complementry-sec p {
    margin-bottom: 20px;
}

section.complementry-sec .btn {
    margin-top: 15px;
}

section.project-listing .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    section.project-listing .grid-container {
        padding: 0px 15px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    section.project-listing .grid-container {
        grid-template-columns: 1fr;
    }
}

section.project-listing .project-categories {
    display: flex;
    align-items: stretch;
    list-style: none;
    /* margin: 20px 0; */
    /* padding: 20px 0; */
    flex-wrap: nowrap;
    flex-direction: column;
}

section.project-listing .project-categories li a {
    position: relative;
    font-size: 13px;
}

.pro-font {
    font-size: 20px;
}

/* section.project-listing .project-categories li a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
} */
section.project-listing .project-categories li a:hover:before,
section.project-listing .project-categories li a.active:before {
    width: 100%;
}

@media screen and (max-width: 768px) {
    section.project-listing .project-categories {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.project-listing .project-categories li a {
        font-size: 18px;
    }
}

section.product-main .brand a {
    text-decoration: underline;
}

section.product-main .brand a:hover {
    -webkit-text-decoration: wavy;
    text-decoration: wavy;
}

section.product-main .product-summary {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 20px;
}

section.product-main .product-summary .product-details .flex-table {
    display: flex;
    flex-flow: column;
    margin: 5px 0 25px 0;
}

section.product-main .product-summary .product-details .flex-table .trow {
    padding: 12px 0;
    display: flex;
    border-bottom: 1px solid rgb(185, 185, 185);
}

section.product-main .product-summary .product-details .flex-table .trow .subt {
    min-width: 40%;
    color: rgb(92, 92, 92);
}

section.product-main .product-summary .product-details .flex-table .trow:hover {
    background-color: rgba(245, 245, 245, 0.486);
}

section.single-blog .meta-data {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    white-space: nowrap;
    flex-wrap: wrap;
}

section.single-blog .meta-data hr {
    max-width: 30px;
    background-color: black;
    height: 1px;
    width: 22px;
    margin: 10px 0;
}

section.contact-sec {
    background-image: linear-gradient(to left, #000 0 60%, #fff 60% 100%);
}

section.contact-sec:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 60px;
    height: 1px;
    background-color: #b1b1b1;
}

@media (max-width: 991px) {
    section.contact-sec {
        background-image: none;
        background-color: white;
    }

    section.contact-sec:before {
        display: none;
    }
}

section.about-comtent img {
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

section.clients-sec-about .heading-text {
    color: #EAE9DF;
}

section.clients-sec-about p,
section.clients-sec-about div.text {
    color: #EAE9DF !important;
    font-size: 18px;
    opacity: 0.6;
}

section.wishlist-page ul.wishlist-items {
    list-style: none;
}

section.wishlist-page ul.wishlist-items li {
    display: flex;
    align-items: center;
    padding: 25px 0;
    gap: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}

section.wishlist-page ul.wishlist-items li button {
    width: 25px;
    height: 25px;
    border: 1px solid black;
    background-color: transparent;
    border-radius: 50%;
    font-size: 16px;
    opacity: 0.8;
    cursor: pointer;
}

section.wishlist-page ul.wishlist-items li button i {
    font-size: 14px;
}

section.wishlist-page ul.wishlist-items li button:hover {
    background-color: #000;
    border-color: white;
}

section.wishlist-page ul.wishlist-items li button:hover i {
    color: white;
}

section.wishlist-page ul.wishlist-items li span {
    font-size: 20px;
}

section.wishlist-page ul.wishlist-items li:nth-last-of-type(1) {
    border-bottom: 0px;
}

@media (max-width: 768px) {
    section.wishlist-page ul.wishlist-items img {
        width: 100px;
        height: 100px;
    }
}

section.spg-sec img {
    height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    background-color: white;
}

@media (max-width: 991px) {
    section.spg-sec img {
        height: 350px;
    }
}

@media (max-width: 768px) {
    section.spg-sec img {
        height: 280px;
    }
}

@media (max-width: 576px) {
    section.spg-sec img {
        height: 220px;
    }
}

section #breadcrumbs {
    display: flex;
    align-items: center;
    gap: 5px;
}

section #breadcrumbs * {
    color: #A6a6a6;
    font-size: 16px;
}

@media (max-width: 768px) {
    section #breadcrumbs {
        gap: 3px;
        white-space: nowrap;
        flex-wrap: wrap;
    }

    section #breadcrumbs * {
        font-size: 13px;
    }
}

section #breadcrumbs a:hover {
    color: #111111;
}

section.product-cat-sec {
    min-height: 90vh;
}

section.product-cat-sec .cat-list {
    padding: 10vh 0 10vh 10vw;
}

section.product-cat-sec .cat-list ul {
    list-style: none;
}

section.product-cat-sec .cat-list ul li {
    margin-bottom: 10px;
    position: relative;
    max-width: 80%;
}

section.product-cat-sec .cat-list ul li a {
    font-size: 32px;
    color: #EAE9DF;
    display: block;
    opacity: 0.5;
}

section.product-cat-sec .cat-list ul li:before {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #EAE9DF;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    transition: 0.4s linear;
}

section.product-cat-sec .cat-list ul li:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%) rotate(0deg);
    font-size: 22px;
    opacity: 0;
    transition: 0.4s ease;
    color: #EAE9DF;
    scale: 0;
}

section.product-cat-sec .cat-list ul li:hover::before,
section.product-cat-sec .cat-list ul li.active::before {
    width: 100%;
}

section.product-cat-sec .cat-list ul li:hover::after,
section.product-cat-sec .cat-list ul li.active::after {
    opacity: 1;
    transform: translate(0px, -50%) rotate(-45deg);
    scale: 1;
}

section.product-cat-sec .cat-list ul li:hover a,
section.product-cat-sec .cat-list ul li.active a {
    opacity: 1;
}

section.product-cat-sec .service-images {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    background-color: #111;
}

section.product-cat-sec .service-images .img-tab {
    position: absolute;
    height: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    transition: 0.55s ease;
    left: -100%;
}

section.product-cat-sec .service-images .img-tab.active {
    transition: 0.55s ease;
    left: 0;
}

@media (max-width: 768px) {
    section.product-cat-sec {
        min-height: auto;
    }

    section.product-cat-sec div>div.row>div.col-md-6 {
        position: relative;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.9);
    }

    section.product-cat-sec .service-images {
        width: 100%;
    }
}

section.fp-sec .grid-featured-products {
    padding: 0px 15px;
    display: grid;
    grid-template-columns: repeat(3, 200px, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 35px;
}

@media (min-width: 992px) {
    section.fp-sec .grid-featured-products .div1 {
        grid-area: 1/1/2/2;
        height: 260px;
    }

    section.fp-sec .grid-featured-products .div2 {
        grid-area: 1/2/3/3;
        height: 555px;
    }

    section.fp-sec .grid-featured-products .div3 {
        grid-area: 1/3/2/4;
        height: 260px;
    }

    section.fp-sec .grid-featured-products .div4 {
        grid-area: 2/1/4/2;
        height: 555px;
    }

    section.fp-sec .grid-featured-products .div5 {
        grid-area: 2/3/3/4;
        height: 260px;
    }

    section.fp-sec .grid-featured-products .div6 {
        grid-area: 3/2/4/3;
        height: 260px;
    }

    section.fp-sec .grid-featured-products .div7 {
        grid-area: 3/3/4/4;
        height: 260px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    section.fp-sec .grid-featured-products {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    section.fp-sec .grid-featured-products>div {
        min-height: 300px;
        aspect-ratio: 1/1.2;
        max-width: 45vh;
    }
}

@media (max-width: 768px) {
    section.fp-sec .grid-featured-products {
        display: block;
        padding: 0px 0px 20px 5px;
        margin-right: -15px;
    }

    section.fp-sec .grid-featured-products .box {
        padding: 0 10px;
    }

    section.fp-sec .grid-featured-products figure {
        min-height: 300px;
        aspect-ratio: 1/1.2;
        max-width: 100%;
    }
}

section .title-row {
    border-bottom: 1px solid #b1b1b1;
}

section .title-row.light {
    border-color: #EAE9DF;
}

section .title-row.light .heading-text {
    color: #EAE9DF;
}

section .heading-text {
    font-family: "Mont-Regular", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

section.breadcrumbs {
    background-color: #F8F9FA;
}

section.breadcrumbs p#breadcrumbs {
    margin-top: 10px;
    color: #999;
}

section.breadcrumbs p#breadcrumbs a,
section.breadcrumbs p#breadcrumbs span {
    font-weight: 400;
    font-size: 14px;
    color: #999;
}

section.breadcrumbs p#breadcrumbs a:hover,
section.breadcrumbs p#breadcrumbs span:hover {
    color: #111;
}

section.breadcrumbs p#breadcrumbs a strong,
section.breadcrumbs p#breadcrumbs span strong {
    font-weight: 400;
}

section.breadcrumbs p#breadcrumbs span {
    color: #000;
}

section.single-blog .main-title {
    line-height: 1.1;
}

@media (max-width: 768px) {
    section.single-blog .main-title {
        font-size: 26px;
    }
}

section.single-blog .main-thumb {
    overflow: hidden;
    margin-bottom: 40px;
}

section.single-blog .main-thumb img {
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s ease;
    scale: 1.05;
}

section.single-blog .content blockquote {
    padding: 20px 20px 20px 10%;
}

section.single-blog .content blockquote p {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;
}

section.single-blog .content blockquote p:nth-child(1) {
    border-bottom: 1px solid black;
}

section.single-blog .content blockquote p strong {
    font-size: 18px;
    color: #667085;
}

section.single-blog .content p,
section.single-blog .content li {
    font-size: 15px;
}

section.single-blog .content ul,
section.single-blog .content ol {
    margin: 20px 0 20px 25px;
    font-size: 15px;
}

section.single-blog .content h2,
section.single-blog .content h3,
section.single-blog .content h4,
section.single-blog .content h5 {
   font-family: "NHaasGroteskDSPro-55Rg";
    font-weight: 400;
}

section.single-blog .content .light {
    color: #667085;
}

section.single-blog .content .wp-block-columns {
    padding: 15px 0;
}

section.single-blog .content .wp-block-columns img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

section.single-blog .author-profile {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 10px;
}

section.single-blog .author-profile .name {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    gap: 0px;
}

section.single-blog .author-profile .date {
    font-size: 14px;
    font-weight: 300;
    color: #667085;
}

section.single-blog .tags {
    display: flex;
    gap: 10px;
    align-items: center;
    gap: 5px;
}

section.single-blog .tags .tag {
    background-color: #D2D3CE;
    border-radius: 14px;
    color: #667085;
    padding: 4px 12px;
    font-weight: 400;
    transition: all 0.23s ease-out;
    cursor: pointer;
}

section.single-blog .tags .tag:hover {
    background-color: #111111;
    color: white;
}

section.single-blog .content-node {
    text-align: justify;
}

section.single-blog .content-node p {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 15px;
}

section.single-blog .content-node h1,
section.single-blog .content-node h2,
section.single-blog .content-node h3,
section.single-blog .content-node h4,
section.single-blog .content-node h5,
section.single-blog .content-node h6 {
    margin: 15px 0 10px;
    line-height: 1.1;
}

section.single-blog .content-node a {
    color: black;
    text-decoration: underline;
}

section.single-blog .content-node a:hover {
    text-decoration: none;
}

section.sticky-section .sticky-block {
    position: sticky;
    top: 160px;
    padding-bottom: 20vh;
}

@media (max-width: 769px) {
    section.sticky-section .sticky-block {
        top: 25px;
        padding-bottom: 5vh;
    }

    section.sticky-section .sticky-block h2 {
        font-size: 26px;
    }
}

section.video-sec .placeholder {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
}

section.video-sec .placeholder::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 10;
    height: 100%;
    transition: 0.2s ease-out;
    transition-delay: 2s;
}

section.video-sec .placeholder.active::before {
    opacity: 0;
}

section.video-sec .placeholder.active img.thumb {
    z-index: 1;
}

section.video-sec .placeholder.active iframe {
    z-index: 12;
}

section.video-sec .placeholder img.thumb {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
}

section.video-sec .placeholder iframe {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

section.video-sec .placeholder #button-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    color: white;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

section.video-sec .placeholder #button-play .play_btn {
    background: white;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 7px rgba(37, 140, 250, 0.4509803922), 0px 0px 0px 14px rgba(37, 140, 250, 0.3294117647);
    transition: 0.4s ease;
}

section.video-sec .placeholder #button-play img {
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(37, 140, 250, 0.4509803922), 0px 0px 0px 20px rgba(37, 140, 250, 0.3294117647);
}

section.video-sec .placeholder #button-play:hover img,
section.video-sec .placeholder #button-play:hover .play_btn {
    scale: 1.2;
    box-shadow: 0px 0px 0px 8px rgba(37, 140, 250, 0.4509803922), 0px 0px 0px 16px rgba(37, 140, 250, 0.4549019608), 0px 0px 0px 24px rgba(37, 140, 250, 0.1725490196);
}

@media (max-width: 768px) {
    section.video-sec .placeholder #button-play {
        scale: 0.7;
    }
}

section.inspect-section .icon-box-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 576px) {
    section.inspect-section .icon-box-main {
        padding: 0px 30px;
        gap: 20px;
    }
}

section.cta-sec {
    overflow: hidden;
    background: linear-gradient(to top, #111, transparent), url("images/cta-sec.png");
    background-position: 50% 50%;
    background-size: 120%;
    position: relative;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

section.cta-sec .row.Newsletter p {
    color: #F1F4F7;
    font-weight: 300;
    font-size: 18px;
}

@media (max-width: 576px) {
    section.cta-sec .row.Newsletter p {
        padding: 10px 0 0 !important;
    }
}

section.cta-sec:before {
    content: "";
    bottom: -328px;
    position: absolute;
    left: 0;
    width: 1170px;
    height: 300px;
    margin: auto;
    right: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    BORDER-RADIUS: 20%;
    BOX-SHADOW: 0PX 0PX 200PX 0PX #008EFE;
}

section .accordian {
    margin-top: 40px;
    padding-left: 30px;
    position: relative;
}

section .accordian:before {
    position: absolute;
    left: 0px;
    width: 4px;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
}

section .accordian .acc-content p {
    color: #F1F4F7;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
}

section .accordian .single {
    transition: 0.4s ease;
    padding: 30px 0;
    position: relative;
}

section .accordian .single .ques {
    opacity: 0.3;
    color: white;
    font-size: 28px;
    margin-bottom: 10px;
}

section .accordian .single .ques:hover {
    color: rgba(0, 0, 0, 0.997);
}

section .accordian .single.active {
    padding: 5px 0;
}

section .accordian .single.active .ques {
    opacity: 1;
}

section .accordian .single.active:before {
    transition: 0.4s ease;
    position: absolute;
    left: -30px;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.94);
}

@media (max-width: 576px) {
    section .accordian .single {
        padding: 20px 0;
    }

    section .accordian .single .ques {
        font-size: 20px;
    }

    section .accordian .single .acc-content p {
        color: #F1F4F7;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 300;
    }

    section .accordian .single.active {
        padding: 10px 0;
    }

    section .accordian .single.active .ques {
        opacity: 1;
    }
}

section.about-sec {
    position: relative;
}

section.about-sec hr {
    opacity: 0.47;
    width: 120%;
}

section.about-sec .shadow {
    position: relative;
}

section.about-sec .shadow::before {
    width: 100px;
    height: 1px;
    box-shadow: 0px 0px 200px 50px #008EFE, inset 0px 0px 10px 99px rgba(0, 142, 254, 0.3215686275);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

section.about-sec .shadow::after {
    width: 100px;
    height: 1px;
    box-shadow: 0px 0px 200px 50px #008EFE, inset 0px 0px 10px 99px rgba(0, 142, 254, 0.3215686275);
    position: absolute;
    right: 0;
    bottom: 0px;
    content: "";
}

section.about-sec .relative-block {
    z-index: 2;
}

section.about-sec:before {
    content: "";
    right: 0;
    width: 45vw;
    height: 97vh;
    background-image: url(images/boxexbottom.svg);
    position: absolute;
    top: 55%;
}

section.whyChoose .offset-custom-right {
    padding-left: 60px;
    padding-top: 30px;
}

@media (max-width: 576px) {
    section.whyChoose .offset-custom-right {
        padding-left: 30px;
        padding-right: 30px !important;
        padding-top: 0px;
    }
}

section.whyChoose .subtitle {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

section.whyChoose .subtitle span {
    position: relative;
}

section.whyChoose .subtitle span:before {
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    height: 3px;
    opacity: 0.5;
    background-color: #000;
    width: 40vw;
    bottom: -6px;
}

section .d-flex {
    display: flex;
}

section .titlemax800 {
    max-width: 800px;
    margin: auto;
}

section .titlemax700 {
    max-width: 700px;
    margin: auto;
}

section .titlemax600 {
    max-width: 600px;
    margin: auto;
}

section .titlemax500 {
    max-width: 500px;
    margin: auto;
}

section.gradient {
    background: transparent linear-gradient(90deg, #2BB6E9 0%, #254094 100%) 0% 0% no-repeat padding-box;
}

.popup-window {
    position: fixed;
    overflow: visible;
    padding: 30px;
    border-radius: 5px;
    top: 0;
    background: white;
    left: 0;
    right: 0;
    z-index: 10000;
    margin: 10vh auto 0;
    width: 90%;
    display: none;
    max-width: 900px;
}

.popup-window.quote {
    padding: 0px !important;
}

.popup-window.quote .form {
    padding: 0 30px 30px 30px;
}

.popup-window .top-bar {
    border-bottom: 1px solid #000;
    padding: 18px 0;
}

.popup-window .top-bar .h4 {
    padding: 0;
}

.popup-window .top-bar a {
    pointer-events: none;
    max-width: 100px;
}

.popup-window .ff-message-success {
    color: white;
}

.popup-window .closebtn {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 30px;
    width: 40px;
    height: 40px;
    z-index: 222;
    text-align: center;
    transition: 0.6s;
    background: rgba(17, 17, 17, 0.1098039216);
    border-radius: 0px 4px 0 30px;
    font-size: 24px;
}

.popup-window .closebtn:hover {
    transform: scale(1.2);
}
/* body.modal-open header.ph.sticky {
    display: none !important;
} */
/* When modal is open, push header behind modal */
body.modal-open header.ph {
  z-index: 3 !important;  /* or even 0 */
}
@media (min-width: 576px) and (max-width: 767px) {
    .popup-window.quote .row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .p-brand-desc {
        font-size: 14px;
    }

    .popup-window.quote .top-bar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup-window.quote {
        padding: 0px !important;
    }

    .popup-window {
        /*padding: 20px 0px;*/
        width: 90%;
        /*top: -5vh;*/
    }

    .popup-window .inside-window {
        padding: 0px;
        max-height: 90vh;
        overflow: auto;
    }

    .popup-window .inside-window .form {
        padding: 0px !important;
    }

}

.sub-title p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    color: #777;
    text-align: center;
}

.bg-fa {
    background-color: #fafafa;
}

.row.align-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row.align-end {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.row.align-start {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row.justify-between {
    justify-content: space-between;
}


.loading-cart {
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}


@supports (position: sticky) {
    .sticky-block {
        position: sticky;
        top: 200px;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.pagination>* {
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.0212);
    padding: 7px 17px;
}

.pagination>*.current {
    background-color: #111111;
    color: white;
}

.pagination>*:hover {
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}

/* Fade-in effect for products */
.ajax-products-li li {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ajax-products-li li.visible {
    opacity: 1;
    transform: translateY(0);
}

.project-item1 {
    opacity: 0;
    transform: scale(0.97);
    transition: all 0.3s ease-in-out;
    display: none;
    /* Hide items by default */
}

.project-item1.visible {
    opacity: 1;
    display: block;
    transform: scale(1);
}

@media (max-width: 991px) {
    .md-non-sticky {
        position: static !important;
    }

    header.ph .custom-logo {
        margin-left: 0px !important;
    }
}

.hero-banner {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-color: #111;
    background-attachment: scroll;
    background-position: center;
    background-blend-mode: overlay;
}

@media (max-width: 767px) {
    .hero-banner.hero-slider .title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .hero-banner.hero-slider .title {
        font-size: 28px;
    }
}

.hero-banner.inside-banner {
    height: 50vh;
    max-height: 300px;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    min-height: 300px;
    overflow: hidden;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;


}

.hero-slider {
    overflow-x: overlay;

}

.hero-banner.inside-banner p {
    color: white;
    font-size: 20px;
}

@media (max-width: 767px) {
    .hero-banner.inside-banner {
        min-height: 270px;
        height: 200px;
    }

    .hero-banner.inside-banner p#breadcrumbs {
        margin-top: 1px !important;
    }

    .hero-banner.inside-banner p#breadcrumbs a,
    .hero-banner.inside-banner p#breadcrumbs span,
    .hero-banner.inside-banner p#breadcrumbs p {
        font-size: 14px !important;
    }
}

.hero-banner.inside-banner:before {
    position: absolute;
    content: "";
    background-color: rgba(12, 12, 12, 0.1);
    background-blend-mode: soft-light;
    width: 100%;
    height: 100%;
}

.hero-banner.inside-banner .container-fluid {
    min-width: 90vw;
}

.hero-banner.inside-banner .banner-content {
    padding-top: 4%;
    position: relative;
}

.hero-banner.inside-banner.\--service {
    height: 70vh;
    max-height: 430px;
    align-items: center;
}

.hero-banner.inside-banner.\--service .lp-form {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px 30px 0px;
    max-width: 450px;
    border: 1px solid #5F5F5F;
    float: right;
    width: 100%;
}

.hero-banner.inside-banner.\--service .lp-form .ff-message-success {
    color: white;
    margin-bottom: 30px;
}

.hero-banner.single_banner {
    height: 50vh;
    max-height: 450px;
    min-height: 450px;
}

@media (max-width: 767px) {
    .hero-banner.single_banner {
        height: 300px;
    }
}

.hero-banner.single_banner:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    width: 100%;
    height: 100%;
}

.hero-banner.main-slider {
    background-color: transparent;
    background-position: center bottom;
    background-size: cover;
    min-height: 550px;
    max-height: 650px;
    height: calc(100vh - 200px);
}


.hero-banner .swiper-container11 {
    height: auto !important;

}

.hero-banner.main-slider figure {
    position: relative;
}

.hero-banner.main-slider figure:before {
    position: absolute;
    content: "";
    background-color: rgba(12, 12, 12, 0.1);
    background-blend-mode: soft-light;
    width: 100%;
    height: 100%;
    top: 0;
}

.hero-banner.main-slider .banner-content h1 {
    font-size: 63px;
}

.hero-banner.main-slider .banner-content h1 span.underline-bg {
    position: relative;
}

.hero-banner.main-slider .banner-content h1 span.underline-bg::before {
    content: "";
    position: absolute;
    left: -10px;
    height: 26px;
    background: #000;
    width: 40%;
    border-radius: 30px;
    bottom: 4px;
    rotate: -4deg;
    z-index: -1;
}

.hero-banner.main-slider .banner-content h1 span.underline-bg::after {
    content: "";
    position: absolute;
    right: -10px;
    height: 26px;
    background: #000;
    width: 75%;
    border-radius: 30px;
    bottom: 4px;
    rotate: -3deg;
    z-index: -1;
}

@media (max-width: 576px) {

    .hero-banner.main-slider .banner-content h1 span.underline-bg::after,
    .hero-banner.main-slider .banner-content h1 span.underline-bg::before {
        height: 8px;
    }
}

.hero-banner.main-slider .banner-content .subtitle p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 1480px) {
    .hero-banner.main-slider .banner-content .subtitle p {
        font-size: 16px;
    }
}

.hero-banner.main-slider .banner-content .title {
    padding: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .hero-banner.main-slider .banner-content .title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .hero-banner.main-slider .banner-content .title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .hero-banner.main-slider .banner-content .clearfix:after {
        display: none;
    }

    .hero-banner.main-slider .banner-content img.small,
    .hero-banner.main-slider .banner-content img.large {
        scale: 0.7;
    }

    .hero-banner.main-slider .banner-content .clearfix .btnmain {
        display: flex;
        align-items: center;
        justify-content: center;
        scale: 0.657;
        translate: 0px -20%;
    }

    .hero-banner.main-slider .banner-content .title>* {
        font-size: 30px;
    }

    .hero-banner.main-slider .banner-content .subtitle {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-banner.main-slider {
        height: 70vh;
    }
}

@media (max-width: 567px) {
    .hero-banner.main-slider {
        height: 85vh;
        max-height: auto !important;
    }

    .hero-banner.main-slider figure {
        padding: 30px 0 80px 0;
    }

    .hero-banner.main-slider figure img {
        max-width: 70vw !important;
        margin: auto;
    }

    .hero-banner.main-slider figure .lp-form {
        margin-top: 60px;
        padding: 15px 15px 0 15px;
    }
}

.hero-banner .banner-content {
    position: relative;
    z-index: 2;
    position: relative;
}

.hero-banner .banner-content .content p {
    color: white;
    font-size: 16px;
}

.hero-banner .banner-content * {
    position: relative;
    z-index: 2;
}

.hero-banner .banner-content .small {
    position: absolute;
    right: 0;
    width: 22px;
    scale: 1 -1;
    top: 0px;
}

.hero-banner .banner-content .large {
    position: absolute;
    right: 0;
    width: 38px;
    bottom: 12px;
    left: 0;
}

@media (max-width: 567px) {
    .hero-banner .page_title {
        line-height: 1.3 !important;
        font-size: 22px !important;
        max-height: 58px;
        overflow: hidden;
    }

    .hero-banner #breadcrumbs span {
        font-size: 12px;
    }

    .hero-banner .btnss {
        text-align: center;
    }

    .hero-banner .btn {
        padding: 8px 14px;
    }

    .hero-banner .title {
        font-size: 33px !important;
    }

    .hero-banner .content {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .hero-banner .title {
        font-size: 32px;
    }

    .hero-banner .content {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    .hero-slider .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hero-slider .title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .hero-slider .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .hero-slider .main-slider {
        min-height: 400px;
        max-height: 400px;
    }
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

ul.tabs {
    padding: 0px;
    list-style: none;
    overflow: auto;
    display: block;
}

ul.tabs li {
    margin: 10px 0;
    transition: 0.1s ease;
    font-size: 18px;
    padding: 10px 15px;
    position: relative;
    white-space: nowrap;
    display: block;
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
    font-weight: 500;
    gap: 10px;
    white-space: nowrap;
    /* Prevents text from wrapping onto multiple lines */
    overflow: hidden;
    /* Ensures that the overflowing text is clipped */
    text-overflow: ellipsis;
    /* Adds the ellipsis (...) for truncated text */
    width: 100%;
}

ul.tabs li a {
    color: #111;
}

@media (max-width: 768px) {
    ul.tabs li {
        padding: 4px;
        margin: 0;
    }

    ul.tabs li:nth-of-type(1) {
        margin-top: 0;
    }
}

ul.tabs li:hover {
    background-color: #111111;
    color: #fff;
}

ul.tabs li:hover a {
    color: #fff;
}

ul.tabs li.current {
    color: white;
    background-size: 300%;
    background-position: 90%;
    background-image: linear-gradient(-60deg, #D88554 0%, #EC9968 20%, #FFA570 30%, #D9814E 40%, #A04D1C 50%, #9D4A19 50%, #AB5827 60%, #C26F3E 70%, #F1AD84 80%, #DC8F61 90%, #CD7A49 100%);
}

ul.tabs.v2 li {
    color: white;
    border-radius: 8px 8px 0 0;
}

ul.tabs.v2 li:after {
    position: absolute;
    content: "";
    width: 0px;
    margin: auto;
    left: 0px;
    display: table;
    bottom: 0px;
    transition: 0.5s;
    background: #000;
    height: 3px;
    border-radius: 10px;
}

ul.tabs.v2 li.current {
    background-color: black;
    color: #111111;
    border-radius: 8px;
}

ul.tabs.v2 li.current:hover:after {
    width: 0%;
}

ul.tabs.v2 li:hover:after {
    width: 100%;
}

ul.tabs li.current:before {
    width: calc(100% - 30px);
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #d0d0d0;
    /* padding: 20px; */
}

.tab-content .title {
    color: #111;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.tab-content img {
    width: 100%;
    max-height: 400px;
}

.tab-content.current {
    display: inherit;
}

.tab-content.current .single_imageBox {
    padding: 20px;
    background: #f0f0f0;
    border: 1px solid #e3e3e3;
}

.tab-content.current .single_imageBox figure {
    background-color: #ededed;
    height: 450px;
    background-position: center;
    background-size: contain;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

.tab-content.current .contentBox {
    padding-top: 10%;
    padding-left: 10%;
    display: table;
}

@media (max-width: 576px) {
    .tab-content.current .contentBox {
        padding-left: 0px;
    }
}

.tab-content.current .contentBox .title_cat {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
}

.tab-content.current .contentBox .content {
    max-height: 350px;
    overflow: auto;
}

.tab-content.current .contentBox .content .text,
.tab-content.current .contentBox .content p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #4b4e53;
    line-height: 26px;
}

.tab-content.current .contentBox .content .text .more_content,
.tab-content.current .contentBox .content p .more_content {
    display: none;
}

.tab-content.current .contentBox .content a.link {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
    margin-top: 8px;
    font-size: 16px;
}

.tab-content.current .contentBox .content a.link .less {
    display: none;
}

.tab-content.current .contentBox .content a.link.active .less {
    display: initial;
}

.tab-content.current .contentBox .content a.link.active .more {
    display: none;
}

.tab-content.current .contentBox .content::-webkit-scrolbar {
    display: none !important;
}

.tab-content.current .contentBox .content::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: #ccc;
    border: 0px;
}

.tab-content.current .contentBox .content::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1;
    -webkit-border-radius: 0px;
    border-left: 0px !important;
}

.tab-content.current .contentBox .content::-webkit-scrollbar {
    width: 0px;
}

.tab-content.current .contentBox .content::-webkit-scrollbar {
    width: 10px;
}

.tab-content.current .contentBox .content::-webkit-scrollbar-button {
    /*   border-style: solid; */
    /*   height: px; */
    display: initial;
    width: 1px;
}

ul.arrow_list li {
    padding-left: 30px;
    position: relative;
    list-style: none;
    font-size: 18px;
    margin-bottom: 10px;
}

ul.arrow_list li:before {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    color: #EAE9DF;
    font-size: 20px;
}


@media (max-width: 767px) {
    .mw-200 {
        max-width: 200px !important;
        margin: auto;
    }
}


@media (max-width: 576px) {
    .mbpx-10OM {
        margin-bottom: 10px !important;
    }
}

/*# sourceMappingURL=style.css.map */

.px-decor {
    padding: 0px !important;
    margin: 0px !important;
}

.search-btn-decor {
    padding: 9px;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 00px !important;
    min-width: 50px;
    color: #949494 !important;
    border: 1px solid #ced4da !important;
    background: white !important;
    border-left-color: white !important;
}

.brand-padd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.brand-name {
    font-size: 15px !important;
}

.marquee-decor {
    background-color: #000;
    color: white;
}

@media (min-width: 1260px) and (max-width: 1400px) {
    .container-laptop {
        width: max-content !important;
        max-width: 100%;
    }
}

.footer-links li {
    position: relative;
    padding-left: 20px;
    /* Space for the arrow */
    list-style: none;
    /* Removes default bullet */
}

.footer-links li::before {
    content: "➤";
    /* You can replace with another arrow (like "→", "»", etc.) */
    position: absolute;
    left: 0;
    color: #000;
    /* Change color as needed */
    font-size: 0.9em;
}

.custom-logo {
    width: 25%;
    height: auto;
    /* Maintain aspect ratio */
}

.project-card {

    position: relative;
}

.project-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 2px;
}

.overlay-title {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.overlay-title h2 {
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
    padding-left: 5px;
}


/* Swiper container spacing */
.brand-swiper {
    padding-bottom: 40px;
}

/* Card styles */
.brand-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
}

.brand-img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.swiper-slide {
    width: auto;

}

.swiper {
    padding: 15px;

}

.brand-title-decor {
    text-align: center;
}

.footer-links li {
    padding-left: 30px !important;
}

.text-shadow h3,
.text-shadow p {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.text-shadow h3,
.text-shadow p {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.white-button {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.white-button:hover {
    background-color: #fff !important;
    color: #000 !important;
}


.brand-small-title-decor {
    font-size: 15px;
    text-align: center;
}


@media (max-width: 992px) {
    footer img.custom-logo {
        width: 40%;
    }
}

/* Custom CSS */

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out;
    color: white;
}


.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.nav-link.active {
    background-color: #007bff;
    color: #fff;
}

.square-img {
    aspect-ratio: 1 / 1;
    background: #f9f9f9;
}

.img-hover-zoom img {
    transition: transform 0.4s ease;
}

.img-hover-zoom:hover img {
    transform: scale(0.8);
}

.object-fit-cover {
    object-fit: cover;
}

.heart-right {
    text-align-last: right;
}

.wishlist-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    transition: color 0.3s ease;
}

.wishlist-icon::before {
    content: '\f08a';
    /* Unicode for outlined heart */
   font-family: "NHaasGroteskDSPro-55Rg";
    font-weight: 400;
    /* Outlined */
    color: #888;
    font-size: 18px;
    transition: all 0.3s ease;
}

.wishlist-icon:hover::before {
    content: '\f004';
    /* Unicode for solid heart */
    font-weight: 900;
    /* Solid */
    color: red;
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}

#pagination li {
    display: inline;
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#pagination li a.active {
    background-color: #000;
    color: #fff;
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.pagi-center {
    justify-items: center;
}

.brand-span {
    color: #fff;
    background-color: rgba(0, 0, 0, .0392156863) !important;
    margin-right: 100px;
    padding: 4px;
    /* border-radius: 30px; */
    font-size: 12px;
    height: 25px;
    width: 25px;
    text-align: center;
    position: absolute;
    margin-top: -25px;
}

.text-decoration-none {
    font-size: 12px !important;
}

.wishlist-sidebar {
    position: fixed;
    right: -400px;
    top: 0;
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
}

.wishlist-sidebar.open {
    right: 0;
}

.wishlist-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.wishlist-close {
    background: 0 0;
    border: none;
    font-size: 33px;
    float: right;
    position: absolute;
    top: 13px;
    right: 20px;
}

.wishlist-items {
    list-style: none;
    padding: 10px;
}

.wishlist-product {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.wishlist-product img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.remove-wishlist-item {
    margin-left: auto;
    color: red;
    font-size: 16px;
}

.wishlist-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.empty-wishlist-message {
    border: 1px dashed #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    padding: 30px;
    margin-top: 20px;
}

.empty-wishlist-message h4 {
    font-size: 20px;
    font-weight: 600;
}

.empty-wishlist-message p {
    color: #666;
    font-size: 14px;
}

.empty-wishlist-message .btn {
    background-color: #222;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
}

.square-img {
    position: relative;
    overflow: hidden;
}

.square-img img {
    transition: transform 0.3s ease;
}

.square-img:hover img {
    transform: scale(1.05);
}

.blog-pro-title {
    font-size: 14px;
}

.d-flexx {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.wishlist-sidebar {
    position: fixed;
    right: -400px;
    top: 0;
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
}

.wishlist-sidebar.open {
    right: 0;
}

.wishlist-sidebar-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.btn-close {
    background: none;
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 2.5l11 11m0-11l-11 11' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    right: 5%;
    position: absolute;
    top: 25px;
}

.project-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-popup .popup-content {
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
}

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

.save-to-project-btn {
    margin-right: 0px;
}

.project-close-btn {
    position: relative;
    right: -88%;
    top: 37px;
}
}

.edit-project-name-btn i,
.remove-project-product i {
    font-size: 16px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.edit-project-name-btn:hover i {
    color: #007bff;
}

.remove-project-product:hover i {
    color: #dc3545;
}

.d-decor {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.user-projects .card {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.user-projects .card-header {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.user-projects .project-title {
    font-weight: 600;
    font-size: 1rem;
}

.user-projects .product-item img {
    border-radius: 6px;
}

.user-projects .fa-edit,
.user-projects .fa-trash {
    font-size: 1rem;
    cursor: pointer;
}

.user-projects .product-item:last-child {
    border-bottom: none;
}

.pro-padding {
    padding: 10px;
}

.d-remove-decor {
    align-self: center;
}

@media (min-width: 601px) {
    .d-remove-decor {
        position: relative;
        right: -8%;
    }

    #close-project-popup {
        position: absolute;
        top: 38%;
        left: 58%
    }
}

.d-flex-pro {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.d-right-padd {
    padding-right: 25px;
}

.fa-edit {
    margin-right: 10px;

}

/* Make swiper arrows black */
.swiper-button-prev,
.swiper-button-next {
    color: #000 !important;
    /* Force black color */
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

/* Optional: make the arrow icon inside also black */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
    color: #000 !important;
}


.swiper-container.product-gallery {
  width: 100%;
  height: 600px;
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
 
  height: 100%;
/*   object-fit: fill; */
  display: block;
}

/* Mobile Responsive */


@media (max-width: 768px) {
    .container-fluid {
        max-width: 100vw;
    }

    .custom-logo {
        width: 35%;
    }

    .hero-banner,
    .swiper-slide,
    .slider {
        height: auto;
        background-size: cover;
        background-position: center;
    }

    .col-sm-padd,
    .px-0,
    .px-decor,
    .px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section {
        padding: 20px !important;
        margin-top: 20px !important;
    }

    .brand-swiper {
        padding-bottom: 0px;
    }

    row {
        text-align: center;
    }

    .brand-title-decor {
        text-align: center;
        font-weight: 700 !important;
    }

    .mobile-margin {
        margin-top: 20px;
    }

    header.ph .custom-logo {
        width: 135%;
    }

    .btns {
        align-items: center;
    }

    .project-card {
        margin-bottom: 40px !important;
    }

    .d-flexx {
        text-align: -webkit-center !important;
    }

    .mobile-margin {
        margin-top: 10px;
    }

    .brand-title-decorr {
        margin-top: -40px !important;
    }

}

@media (max-width: 767.98px) {
    .form-select {
        font-size: 15px;
        margin-bottom: 10px;
    }


}

/* Hide mobile filters on desktop */
@media (min-width: 768px) {
    .mobile-only-filter {
        display: none !important;
    }
}

/* Hide desktop filters on mobile */
@media (max-width: 767.98px) {
    .desktop-only-filter {
        display: none !important;
    }
}

.industry-slider-wrapper {
    margin: 0 auto;
    position: relative;
}

.newIndustrySwiper .swiper-slide {
    width: auto;
    max-width: 100%;
}

.industry-card {
    display: block;
    text-decoration: none;
}

.industry-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*   background: rgba(0, 0, 0, 0.4); */
    color: #fff;
    text-align: center;
    padding: 15px;
}

.industry-title {
    font-size: 1.5rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .industry-image {
        height: 180px;
    }

    .industry-title {
        font-size: 1.1rem;
    }

    .search-place-decor {
        margin-left: 20px;
    }

    .search-btn-decor {
        margin-right: 20px;
    }
}

.mobile-only-filter .form-select {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}

.mobile-only-filter .form-floating>label {
    padding: 0 0.5rem;
    color: #666;
    font-size: 0.9rem;
}

.mobile-only-filter select.form-select-sm {
    font-size: 0.95rem;
    padding: 5px;
    min-width: 50%;
}

.ml {
    margin-left: 5px;
}

.project-categories {
    padding-left: 0;
    list-style: none;
}

.project-categories li a {
    display: block;

    text-decoration: none;
    color: #333;
}

.project-categories li a.active {
    font-weight: bold;

}

.product-main img,
.box:not(.client-box) .img-node img {
    justify-self: anchor-center !important;
}

#product-grid {
    transition: opacity 0.3s ease-in-out;
}

.fade-out {
    opacity: 0.2;
    pointer-events: none;
}

.fade-in {
    opacity: 1;
}

.industry-image {
    background-size: cover;
    background-position: center;
    transition: opacity 0.6s ease-out, transform 0.4s ease-out;
    opacity: 0;
    transform: scale(1.02);
}

.industry-image.loaded {
    opacity: 1;
    transform: scale(1);
}

/* Custom black checkbox styling */
.custom-black-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    margin-top: 2px;
}

/* Checked state: black background and border */
.custom-black-checkbox input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}

/* White checkmark */
.custom-black-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Style the item count (in parentheses) */
.form-check-label .item-count {
    color: #888;
    /* soft grey */
    font-size: 12px;
    margin-left: 4px;
}

.form-check-label {
    vertical-align: bottom;
    font-size: 14px;
}

.h5-text {
    font-size: 25px !important;
    font-weight: 700 !important;
}

.filter-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

section {
    padding-bottom: 30px;
    padding-top: 30px;
}

.exp-btn-decor {
    background-color: white !important;
    border: 1px solid black;
    color: black !important;
}

/* Profile dropdown wrapper */
.profile-dropdown {
    position: relative;
    display: inline-block;
}

/* Hidden dropdown menu */
.profile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 6px;
    min-width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow: hidden;
    padding: 15px;
}

/* Dropdown open state */
.profile-dropdown.open .profile-menu {
    display: block;
}

/* Dropdown items */
.profile-menu .dropdown-item {
    color: #333;
    font-size: 14px;
    transition: background 0.2s ease;
}

.profile-menu .dropdown-item:hover {
    background: #f2f2f2;
}

.profile-welcome {
    font-weight: 600;
    font-size: 14px;
    color: #222;
    background: #f9f9f9;
}



.swiper-slide .hero-banner figure {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.swiper-slide-active .hero-banner figure {
    opacity: 1;
}

.brand-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: none !important;
    /* prevent transition on page load */
    opacity: 0;
    /* start hidden */
    will-change: auto;
}

.brand-swiper .swiper-slide img.loaded {
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

.project-slide-box {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background-color: #f8f8f8;
}

.project-slide-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ensures image fills the div */
    display: block;

}



.project-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: black;
    /* semi-transparent gray */
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.project-img-wrapper {
    width: 100%;
    height: 600px;
    /* Adjust height as needed */
    overflow: hidden;
    position: relative;
}

.project-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@import url(https://db.onlinewebfonts.com/c/02d8bfeaeb805e69f0b04e0f78697ec3?family=NHaasGroteskDSPro-55Rg);

.gallery-image-wrapper {
    width: 100%;
    height: 500px;
    /* Set fixed height or use aspect-ratio if you want it responsive */
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    /* Optional */
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
  #typing-word::after {
    content: '|';
    animation: blink 0.7s infinite;
  }

  @keyframes blink {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }

.padd-free{
	    padding-left: 200px;
    padding-right: 200px;
}
.dark-overlay{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
                background-color: rgba(0, 0, 0, 0.6); z-index: 1;
}
.linkedin-posts-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.linkedin-card {
  flex: 0 0 23%; /* approx 4 cards per row with some spacing */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-height: 400px;
}

.linkedin-card iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.form-check-label {
  
    margin-left: 10px;
}
.fancybox-container{
	display:none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none !important;
     box-sizing: border-box;
    color: transparent !important;
    font-size: 13px;
    margin: 0;
    overflow: auto;
    padding: 1em;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    text-shadow:none !important;
    will-change: transform;
}
i.fab, i.fa {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome", sans-serif !important;

}
/* marquee div container */
.marquee {
    font-size: 16px;
    color: #fff;
   
    height: 3vh;
    overflow: hidden;
    background-color: #000;
    position: relative;
}
/* nested div inside the container */
.marquee div {
    position: relative;
  left: -100%; /* start fully off-screen left */
  display: inline-block;
  animation: marquee 20s linear infinite;
	    scroll-snap-align: center;
}
/* span with text */
.marquee span {
    float: left;
    width: 50%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.container{
	    height: max-content !important;
    position: relative !important;
}


/*  Project Page CSS - Disha */
	#deleteConfirmModal .modal-content {
  width: 300px;
  padding: 20px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  text-align: center;
		height: 15vh;
		overflow: hidden;
}
#deleteConfirmModal .modal-content button {
  margin: 10px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#confirmDeleteBtn {
  background-color: #d9534f;
  color: white;
}

#cancelDeleteBtn {
  background-color: #ccc;
  color: #333;
}

    /* Basic layout & header controls */
    .dashboard-container {
        display: flex;
        min-height: 100vh;
    }

    .main-content {
        flex: 1;
        background: #f9f9f9;
        padding: 30px;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-controls {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-controls input,
    .header-controls select {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 0px;
    }

    .header-controls button {
        background: #000;
        color: #fff;
        padding: 10px 18px;
        border: none;
        cursor: pointer;
        border-radius: 6px;
    }

    .create-pro-btn {
        border-radius: 0px;
    }

    .f-float {
        float: right;
    }

    /* Project grid & cards */
    .project-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .project-card {
        position: relative;
        background: #fff;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
    }

    .project-card-image {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: left;
    }

    .project-card-image--placeholder {
        background: #eee;
    }

    /* fallback when no image */
    .project-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
    }

    .project-card-header h3 {
        margin: 0;
        font-size: 18px;
    }

    .project-card-menu {
        position: relative;
    }

    .card-menu-btn {
        background: transparent;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #333;
    }

    .card-menu-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        z-index: 20;
    }

    .card-menu-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .card-menu-dropdown li a {
        display: block;
        padding: 8px 12px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }

    .card-menu-dropdown li a:hover {
        background-color: #f5f5f5;
    }

    .project-card-body {
        padding: 0 20px 20px;
        flex: 1;
    }

    .project-card-body p {
        margin: 8px 0;
        font-size: 14px;
    }

    /* Modal & form */
    .modal {
        display: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .modal-content {
        background: #fff;
        margin: 80px auto;
        padding: 30px;
        width: 600px;
        max-width: 90%;
        border-radius: 10px;
        position: relative;
        overflow-x: scroll;
        height: -webkit-fill-available;
    }

    .close-modal {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        font-size: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100%;
        padding: 7px;
        box-sizing: border-box;
    }

    .add-team-member {
        margin-top: 10px;
        padding: 5px 10px;
        border: none;
        background: #e0e0e0;
        cursor: pointer;
    }

    /* Sidebar & navigation (you have existing CSS) */
    .sidebar {
        width: 260px;
        background: #111;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        padding: 12px 15px;
    }

    .sidebar a:hover {
        background: #333;
    }

    .profile-pic {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        background-size: cover;
        background-position: center;
        margin-right: 12px;
        border: 2px solid #fff;
    }

    .profile-name {
        font-weight: 600;
        font-size: 16px;
    }

    .arrow {
        margin-left: auto;
        transition: transform .3s;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        margin-left: 8px;
    }

    .arrow.open {
        transform: rotate(135deg);
    }

    .submenu {
        display: none;
        background: #222;
        padding-left: 15px;
    }

    .submenu li a {
        padding: 10px 15px;
        color: #ddd;
        font-size: 14px;
    }

    .submenu li a:hover {
        background: #444;
    }

/* Dashboard wrapper flex container */
.dashboard-wrapper {
  display: flex;
  min-height: 100vh;
  
}

/* Sidebar styling */
.sidebar {
  width: 260px;
  background: #111;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0; /* prevent shrinking */
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar li {
  position: relative;
}

.sidebar a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 12px 15px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

.sidebar a:hover {
  background-color: #333;
}

.profile-section {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
  border: 2px solid #fff;
}

/* Name text */
.profile-name {
  font-weight: 600;
  font-size: 16px;
}

/* Down arrow icon */
.arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  transform: rotate(45deg);
  margin-left: 8px;
}

.arrow.open {
  transform: rotate(-135deg);
}

/* Dropdown submenu */
.submenu {
  display: none;
  background: #222;
  padding-left: 15px;
}

.submenu li a {
  padding: 10px 15px;
  font-size: 14px;
  color: #ddd;
}
.submenu li a:hover {
  background-color: #444;
}

/* Main content styling */
.main-content {
  flex-grow: 1;
  padding: 30px 40px;
  background: #f9f9f9;
  min-height: 100vh;
  box-sizing: border-box;
}
.sidebarr {
  
  background: lightgrey !important;
  color: #111 !important;
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0; /* prevent shrinking */
}

.team-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.team-chips .chip {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.team-chips .chip input {
  border: none;
  background: transparent;
  outline: none;
  padding: 4px 8px;
  width: 120px;
}

.team-chips .chip-add-btn {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Newsletter Section Styles */
.newsletter-section {
  background-color: black;
  color: #fff;
	text-align: -webkit-center;
  padding: 60px 20px;
  border-radius: 8px;
  margin-top: 60px;
}

.newsletter-section .container {
  max-width: 700px;
  margin: 0 auto;
}

.newsletter-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.newsletter-subtext {
  font-size: 16px;
  margin-bottom: 25px;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.newsletter-form input[type="email"] {
  padding: 12px;
  width: 60%;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}

.newsletter-btn {
  background-color: white;
  color: black;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.newsletter-btn:hover {
  background-color: white;
}

.newsletter-message {
  margin-top: 15px;
  font-size: 15px;
}
