/*####################*/


/* TABLE OF CONTENTS: */


/*####################*/


/* 01 FONTS           */


/*====================*/


/* 02 BOOTSTRAP       */


/*====================*/


/* 03 RESET           */


/*====================*/


/* 04 TYPOGRAPHY      */


/*====================*/


/* 05 GENERAL STYLES  */


/*====================*/


/* 06 SHORTCODES      */


/*====================*/


/* 07 HEADER          */


/*####################*/


/*##########*/


/* 00 FONTS */


/*##########*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/MyriadPro-Regular.eot");
    src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/MyriadPro-Semibold.eot");
    src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/MyriadPro-Bold.eot");
    src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/MyriadPro-Light.eot");
    src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg#MyriadPro-BoldCond") format("svg");
    font-weight: 400;
    font-style: normal;
}

/*##############*/


/* 02 BOOTSTRAP */


/*##############*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* GRID */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 900px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 1100px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

/*##########*/


/* 03 RESET */


/*##########*/

html {
    overflow-y: scroll;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 20px;
    font: inherit;
    vertical-align: baseline;
}
small {
    font-size: 65%;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
body * {
    -webkit-text-size-adjust: none;
    outline: none;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input,
textarea,
select {
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    font-family: 'Arial';
}
textarea {
    display: block;
    resize: none;
    overflow: auto;
}
select::-ms-expand {
    display: none;
}
input[type="submit"],
input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
}
a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Arial';
}
b,
strong {
    font-weight: 700;
}
ul,
ol {
    list-style: none;
}
a {
    color: inherit;
}

/*###############*/


/* 04 TYPOGRAPHY */


/*###############*/

b,
strong {
    font-weight: 700;
}
a {
    color: #D91E44;
}
ul,
ol {
    list-style: none;
}
body,
.text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.text-1000 {
    max-width: 1100px;
    margin: auto;
}
.text-sm {
    font-size: 16px;
    line-height: 24px;
}
.text-lg {
    font-size: 26px;
    line-height: 28px;
}
.text>* {
    margin-bottom: 16px;
}
.text>*:last-child {
    margin-bottom: 0;
}
.text a {
    position: relative;
    color: #eb353e;
    font-weight: 700;
}
.text a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #eb353e;
}
.text img {
    max-width: 100%;
    height: auto;
    display: block;
}
.text ul,
.text ol {
    padding-left: 28px;
}
.text ul li,
.text ol li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
}
.text ul li:last-child,
.text ol li:last-child {
    margin-bottom: 0;
}
.text ul li:before,
.text ol li:before {
    position: absolute;
}
.text ol {
    counter-reset: number;
}
.text ol li:before {
    content: counter(number) ".";
    counter-increment: number;
    top: 1px;
    left: 0;
    color: #111e3a;
    font-size: 16px;
    font-weight: 700;
}
.text ul li:before {
    content: '';
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #eb353e;
}
.text blockquote {
    color: #111e3a;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    padding: 30px 19%;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px solid #eb353e;
    border-bottom: 2px solid #eb353e;
}
.text.light {
    color: #fff;
}
.text .small {
    font-size: 12px;
    line-height: 15px;
}
.text.light ol li:before,
.text.light blockquote {
    color: #fff;
}
ul.list-blue li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 16px;
}
ul.list-blue li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #3972a5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #111e3a;
    font-weight: 800;
    text-transform:uppercase;
}
h1.light,
.h1.light,
h2.light,
.h2.light,
h3.light,
.h3.light,
h4.light,
.h4.light,
h5.light,
.h5.light,
h6.light,
.h6.light {
    color: #fff;
}
h1,
.h1 {
    font-size: 66px;
    line-height: 1.2em;
}
h2,
.h2 {
    font-size: 60px;
    line-height: 1.2em;
}
h3,
.h3 {
    font-size: 50px;
    line-height: 1.2em;
    text-transform:uppercase!important;
}
h4,
.h4 {
    font-size: 40px;
    line-height: 1.2em;
}
h5,
.h5 {
    font-size: 34px;
    line-height: 1.1em;
}
h6,
.h6 {
    font-size: 20px;
    line-height: 1.1em;
}
.text-truncate {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.button-left {
	float: left;
	margin-right: 20px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-regular {
    font-weight: 400;
}
.text-light {
    font-weight: 400;
}
.text-medium {
    font-weight: 500;
}
.text-semi {
    font-weight: 600;
}
.text-bold {
    font-weight: 700;
}
.color-primary {
    color: #4e4e4e;
}
.color-secondary {
    color: #111e3a;
}
.color-orange {
    color: #eb353e;
}
.btn,
.btn-close {
    cursor: pointer;
}
.btn:active,
.btn-close:active {
    -webkit-filter: opacity(0.75);
    filter: opacity(0.75);
}
.btn,
.btn.simple-animation {
    -webkit-transition: color .37s ease-out, opacity .37s ease-in .25s, -webkit-filter .25s ease-out, -webkit-transform .37s ease-in .25s;
    transition: color .37s ease-out, opacity .37s ease-in .25s, -webkit-filter .25s ease-out, -webkit-transform .37s ease-in .25s;
    -o-transition: filter .25s ease-out, color .37s ease-out, opacity .37s ease-in .25s, transform .37s ease-in .25s;
    transition: filter .25s ease-out, color .37s ease-out, opacity .37s ease-in .25s, transform .37s ease-in .25s;
    transition: filter .25s ease-out, color .37s ease-out, opacity .37s ease-in .25s, transform .37s ease-in .25s, -webkit-filter .25s ease-out, -webkit-transform .37s ease-in .25s;
}
.icon-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    color: red;
}
.icon-arrow:after {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #eb353e;
    border-right: 2px solid #eb353e;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: inherit;
}
.icon-arrow.right:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 1px;
}
.btn {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 20px 38px;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #eb353e;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.btn:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    background-color: #eb353e;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.btn .icon {
    display: inline-block;
    line-height: 0;
    vertical-align: text-top;
    margin-left: 15px;
}
.btn.btn-xs {
    padding: 12px 18px;
}
.btn.btn-ln {
    border: 0;
    color: #eb353e;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn.btn-ln .icon {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: bottom;
}
.btn.btn-ln:before {
    display: none;
}
.btn.btn-ln:hover {
    opacity: 0.8;
}
.btn.btn-blue {
    color: #eb353e;
    border-color: #eb353e;
}
.btn.btn-blue:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #eb353e;
}
.btn.btn-blue.btn-blue-light {
    color: #fff;
}
.btn.btn-blue .icon svg {
    fill: #52678c;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn.btn-blue:hover .icon-arrow:after {
    border-color: #fff;
}
.btn.btn-blue:hover .icon svg {
    fill: #fff;
}
.btn.btn-light {
    color: #fff;
    border-color: #ffffff;
}
.btn.btn-light:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
}
.btn .icon-circle {
    display: inline-block;
	display: none;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    position: relative;
    margin-left: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn .icon-circle::after {
    content: '';
    display: block;
	display: none;
    height: 35px;
    width: 35px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn-block {
    width: 100%;
    display: block;
}
.btn-close {
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-filter .1s ease-out;
    transition: -webkit-filter .1s ease-out;
    -o-transition: filter .1s ease-out;
    transition: filter .1s ease-out;
    transition: filter .1s ease-out, -webkit-filter .1s ease-out;
}
.btn-close:before,
.btn-close:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111e3a;
}
.btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*#######*/


/* HOVER */


/*#######*/

@media (min-width: 1200px) {
    .text a:hover {
        color: #52678c;
    }
    .text a:hover:after {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: #52678c;
    }
    .text.light a:hover {
        color: #fff;
    }
    .text.light a:hover:after {
        background-color: #fff;
    }
    .btn:hover {
        color: #eb353e;
    }
    .btn:hover:before {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    .btn:hover .icon-circle {
        border-left: 6px solid #eb353e;
    }
    .btn:hover .icon-circle::after {
        border: 1px solid #eb353e;
    }
    .btn.btn-blue:hover:before,
    .btn.btn-light:hover:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .btn.btn-blue-light:hover .icon-circle {
        border-left: 6px solid #fff;
    }
    .btn.btn-blue-light:hover .icon-circle::after {
        border: 1px solid #fff;
    }
    nav>ul>li.apply_now>a.btn.btn-blue:hover:before {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    .btn.btn-blue:hover {
        color: #fff;
    }
    .btn.btn-light:hover {
        color: #52678c;
    }
    .btn-close:hover:before,
    .btn-close:hover:after {
        background-color: #eb353e;
    }
}

/*###############*/


/* MEDIA QUERIES */


/*###############*/

@media (max-width: 1399px) {
    body,
    .text {
        font-size: 16px;
        line-height: 24px;
    }
    .text-sm {
        font-size: 14px;
        line-height: 22px;
    }
    .text-lg {
        font-size: 18px;
        line-height: 26px;
    }
    .text>* {
        margin-bottom: 32px;
    }
    .text>*:last-child {
        margin-bottom: 0;
    }
    .text ul,
    .text ol {
        padding-left: 28px;
    }
    .text ul li,
    .text ol li {
        padding-left: 22px;
        margin-bottom: 24px;
    }
    .text ul li:last-child,
    .text ol li:last-child {
        margin-bottom: 0;
    }
    .text ol li:before {
        font-size: 14px;
    }
    .text ul li:before {
        top: 9px;
    }
    .text blockquote {
        font-size: 18px;
        line-height: 32px;
        padding: 26px 16%;
    }
    h1,
    .h1 {
        font-size: 58px;
    }
    h2,
    .h2 {
        font-size: 52px;
    }
    h3,
    .h3 {
        font-size: 42px;
    }
    h4,
    .h4 {
        font-size: 38px;
    }
    .btn {
        padding: 15px 22px;
    }
}
@media (max-width: 991px) {
    body,
    .text {
        font-size: 14px;
    }
    .text-sm {
        line-height: 20px;
    }
    .text-lg {
        font-size: 16px;
        line-height: 24px;
    }
    .text>* {
        margin-bottom: 20px;
    }
    .text>*:last-child {
        margin-bottom: 0;
    }
    .text ul,
    .text ol {
        padding-left: 15px;
    }
    .text ul li,
    .text ol li {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .text ul li:last-child,
    .text ol li:last-child {
        margin-bottom: 0;
    }
    .text ol li:before {
        font-size: 13px;
    }
    .text ul li:before {
        width: 4px;
        height: 4px;
        top: 11px;
    }
    .text blockquote {
        font-size: 16px;
        line-height: 30px;
        padding: 20px 5%;
    }
    .text a:after {
        bottom: -1px;
    }
    h1,
    .h1 {
        font-size: 38px;
        line-height: 1em;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 25px;
    }
    h4,
    .h4 {
        font-size: 24px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
    h6,
    .h6 {
        font-size: 20px;
    }
    .btn {
        padding: 10px 20px;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .banner-title span.subtitle {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
}

/*###################*/

/* 05 GENERAL STYLES */

/*###################*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {background-color: #fff;}

::-webkit-scrollbar-thumb {background-color: #eb353e;}

html {height: 100%;}

html.overflow-hidden body {overflow: hidden;}

body {
    height: 100%;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    color: #000;
}
body::-moz-selection {
    color: #fff;
    background: #000;
}
body::selection {
    color: #fff;
    background: #000;
}
body::-moz-selection {
    color: #fff;
    background: #000;
}
section {position: relative;}

.swiper-slide:not(:first-child) {display: none;}

#content-block {
    overflow: hidden;
    position: relative;
}
.overflow-hidden {overflow: hidden;}

.swiper-slide:not(:first-child) {display: none;}

.container-lg {
    max-width: 1820px;
    padding: 0 15px;
    margin: 0 auto;
}
.full-size, .bg, .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg {background: center / cover no-repeat;}

.bg:after {content: '';}

.bg-blue {background-color: #52678c;}

hr {
    height: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #ccc;
}
hr.light {border-color: #fff;}

/* spacers */
.spacer-lg, .spacer-md, .spacer-sm, .spacer-xs {clear: both;width:100%}
.spacer-lg {height: 180px;}
.spacer-xxl {height: 100px;}
.spacer-md {height: 90px;}
.spacer-60 {/* height: 130px; */}
.spacer-xl {height: 66px;}
.spacer-55 {height: 55px;}
.spacer-xm {height: 44px;}
.spacer-sm {height: 40px;}
.spacer-30 {height: 30px;}
.spacer-xs {height: 20px;}
.spacer-15 {height: 15px;}
.spacer-10 {height: 10px;}

.simple-animation {
    position: relative;
    opacity: 0;
    -webkit-transform: translate3d(0, 3.5rem, 0);
    transform: translate3d(0, 3.5rem, 0);
}
.simple-animation.animated {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.title {
    position: relative;
    display: inline-block;
}
.title .decor {
    display: none;  /* EVA 2020_11_12*/
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    opacity: 0.1;
}
.title .decor svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.parallax,
.banner-parallax,
.horizontal-parallax {
    will-change: transform;
}
.bg-parallax {
    position: absolute;
    width: 100%;
    height: 120%;
    top: -20%;
}
@media (max-width: 991px) {
    .bg-parallax {
        top: 0;
    }
}

/*#######*/


/* HOVER */


/*#######*/


/*###############*/


/* MEDIA QUERIES */


/*###############*/

@media (max-width: 1399px) {
    .spacer-lg {
        height: 120px;
    }
    .spacer-md {
        height: 60px;
    }
    .spacer-sm {
        height: 30px;
    }
    .spacer-xs {
        height: 15px;
    }
}
@media (max-width: 991px) {
    .spacer-lg {
        height: 60px;
    }
    .spacer-md {
        height: 40px;
    }
    .spacer-sm {
        height: 30px;
    }
    .spacer-xs {
        height: 15px;
    }
    .spacer-0 {
        display: none;
    }
}

/*###############*/


/* 00 SHORTCODES */


/*###############*/


/*#######*/


/* HOVER */


/*#######*/


/*###############*/


/* MEDIA QUERIES */


/*###############*/


/*###########*/


/* 00 HEADER */


/*###########*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 99;
    height: 160px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: height .37s ease-out, opacity .37s ease-in .25s, -webkit-transform .37s ease-in .25s;
    transition: height .37s ease-out, opacity .37s ease-in .25s, -webkit-transform .37s ease-in .25s;
    -o-transition: height .37s ease-out, transform .37s ease-in .25s, opacity .37s ease-in .25s;
    transition: height .37s ease-out, transform .37s ease-in .25s, opacity .37s ease-in .25s;
    transition: height .37s ease-out, transform .37s ease-in .25s, opacity .37s ease-in .25s, -webkit-transform .37s ease-in .25s;
}
header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
}
header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
header.scrolled {
    height: 120px;
}
header.scrolled:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
header.scrolled #logo img {
    max-height: 100%;
}
header.scrolled #logo img:first-child {
    opacity: 0;
}
header.scrolled #logo img:last-child {
    opacity: 1;
}
header.scrolled nav>ul a,
header.scrolled .dropdown>ul a,
header.scrolled .lang span {
    color: #111e3a;
}
header.scrolled .dropdown>ul a:hover {
	color: #D91E44;
}
header.scrolled nav {
    padding: 10px 0 18px;
}
header.scrolled nav hr {
    opacity: .102;
    border-color: #111e3a;
    /* margin: 4px 0; */
}
header.scrolled nav>ul:last-of-type {
    border-color: rgba(17, 30, 58, 0.102);
}
header.scrolled .dropdown span,
header.scrolled .lang span:after {
    border-color: #111e3a transparent transparent;
}
header.scrolled .search-class path {
    fill: #111e3a;
}
header.animated {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
#logo,
nav>ul>li,
.lang,
.search-class {
    position: relative;
    display: inline-block;
}
#logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-right: 10%;
}
#logo img {
    width: 100%;
    display: block;
    height: auto;
}
#logo img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
nav a.active,
.dropdown>ul a.active {
    color: #ffffff;
}
nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    padding: 26px 0 34px;
    height: 100%;
}
nav hr {
    display: block;
    width: 100%;
    border-color: #fff;
    opacity: .149;
    margin: 8px 0;
}
nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
nav>ul:first-of-type {
    width: 100%;
}
nav>ul:first-of-type>li>a {
    font-weight: 500;
    text-transform: uppercase;
}
nav>ul:first-of-type>li>a:after {
    margin-top: -4px;
}
nav>ul:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10.5%;
    border-right: 1px solid rgba(255, 255, 255, 0.149);
}
nav>ul:last-of-type a {
    text-transform: capitalize;
}
nav>ul>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.dropdown>span,
.lang span:after {
    position: relative;
    bottom: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    border-style: solid;
    border-width: 3px 3px 0;
    border-color: #fff transparent transparent;
}
.dropdown>span {
    position: absolute;
    top: 18px;
    right: -15px;
}
.dropdown>span:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dropdown>ul,
.lang ul {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.dropdown>a,
.dropdown>ul li {
    z-index: 1;
    position: relative;
}
.dropdown>ul {
    position: absolute;
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
    left: -20px;
    min-width: -webkit-calc(100% + 40px);
    min-width: calc(100% + 40px);
    padding: 15px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
	z-index: 1;
}
.dropdown>ul:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
}
.dropdown>ul li {
    margin-bottom: 15px;
}
.dropdown>ul li:last-child {
    margin-bottom: 0;
}
.dropdown>ul a {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    white-space: nowrap;
}
.lang,
.search-class {
    cursor: pointer;
}
.lang {
    margin: 0 50px;
}
.lang span,
.lang a {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
.lang span {
    position: relative;
    color: #fff;
    z-index: 1;
}
.lang span:after {
    content: '';
}
.lang a {
    color: rgba(255, 255, 255, 0.702);
}
.lang a:hover {
    color: #fff;
}
.lang ul {
    position: absolute;
    top: -12px;
    left: -20px;
    right: -20px;
    padding: 45px 20px 15px;
    background-color: #52678c;
}
.lang li {
    margin-bottom: 15px;
}
.lang li:last-child {
    margin-bottom: 0;
}
.lang li.active a {
    color: #eb353e;
}
.search-class {
    width: 20px;
    height: 20px;
    padding: 1px;
}
.search-class svg {
    width: 100%;
    height: 100%;
}
.search-class path {
    fill: #Fff;
}
.search-field input,
.search-field input::-webkit-input-placeholder {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}
.search-field input,
.search-field input::-moz-placeholder {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}
.search-field input,
.search-field input:-ms-input-placeholder {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}
.search-field input,
.search-field input::-ms-input-placeholder {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}
.search-field input,
.search-field input::placeholder {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}
.search-field input {
    color: #050a13;
    padding: 30px 0 30px 55px;
    border-bottom: 2px solid #dcdcdc;
}
.search-field input::-webkit-input-placeholder {
    color: #111e3a;
}
.search-field input::-moz-placeholder {
    color: #111e3a;
}
.search-field input:-ms-input-placeholder {
    color: #111e3a;
}
.search-field input::-ms-input-placeholder {
    color: #111e3a;
}
.search-field input::placeholder {
    color: #111e3a;
}
.search-field input:focus {
    border-color: #52678c;
}
.search-field+button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    margin-top: -10px;
}
.search-field+button svg {
    width: 100%;
    height: 100%;
}

/*#######*/


/* HOVER */


/*#######*/

@media (min-width: 1200px) {
    header.scrolled .lang:hover span {
        color: #fff;
    }
    header.scrolled .lang:hover span:after {
        border-color: #fff transparent transparent;
    }
    header.scrolled .search-class:hover path {
        fill: #eb353e;
    }
}
.dropdown:hover>ul,
.lang:hover ul {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
./dropdown:hover>span,
header.scrolled .dropdown:hover>span {
    border-color: #eb353e transparent transparent;
}
./dropdown:hover>span,
.lang:hover span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search-class:hover path {
    fill: #eb353e;
}
.search-field+button:hover path {
    fill: #52678c;
}

/*###############*/


/* MEDIA QUERIES */


/*###############*/

@media (min-width: 1200px) {
    .dropdown>ul {
        -webkit-transition: all .37s ease-out;
        -o-transition: all .37s ease-out;
        transition: all .37s ease-out;
    }
    .burger {
        display: none;
    }
}
@media (max-width: 1399px) {
    header {
        height: 110px;
    }
    header.scrolled {
        height: 90px;
    }
    header.scrolled nav {
        padding: 10px 0;
    }
    #logo {
        width: 100%;
        max-width: 240px;
    }
    nav {
        padding: 15px 0;
    }
    nav hr {
        margin: 8px 0;
    }
    nav>ul:last-of-type {
        padding-right: 6%;
    }
    nav>ul:last-of-type>li>a {
        font-weight: 500;
    }
    nav>ul>li>a {
        font-size: 14px;
    }
    .dropdown>ul {
        top: -webkit-calc(100% + 5px);
        top: calc(100% + 5px);
        left: -15px;
        min-width: -webkit-calc(100% + 30px);
        min-width: calc(100% + 30px);
        padding: 10px 15px;
    }
    .dropdown>ul li {
        margin-bottom: 10px;
    }
    .dropdown>ul li:last-child {
        margin-bottom: 0;
    }
    .lang {
        margin: 0 50px;
    }
    .lang span,
    .lang a {
        font-size: 14px;
        line-height: 14px;
    }
    .lang ul {
        top: -8px;
        left: -15px;
        right: -15px;
        padding: 36px 15px 10px;
    }
    .lang li {
        margin-bottom: 10px;
    }
    .lang li:last-child {
        margin-bottom: 0;
    }
    .search-field input,
    .search-field input::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .search-field input,
    .search-field input::-moz-placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .search-field input,
    .search-field input:-ms-input-placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .search-field input,
    .search-field input::-ms-input-placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .search-field input,
    .search-field input::placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .search-field input {
        padding: 20px 0 20px 40px;
    }
}
@media (max-width: 1199px) {
    header,
    header.scrolled {
        height: 60px;
        background-color: #111e3a;
    }
    header .container {
        width: 100%;
        max-width: none;
    }
    header.scrolled .burger span {
        background-color: #111e3a;
    }
    #logo {
        width: 100%;
        max-width: 150px;
    }
    nav,
    nav>ul,
    nav>ul>li {
        display: block;
    }
    nav,
    header.scrolled nav {
        padding: 60px 15px;
    }
    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        overflow: auto;
        max-height: 100vh;
        text-align: center;
        background-color: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    nav::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    nav hr {
        display: none;
    }
    nav>ul:first-of-type {
        margin-bottom: 10px;
    }
    nav>ul:last-of-type {
        padding-right: 0;
    }
    nav>ul:last-of-type a {
        text-transform: uppercase;
    }
    nav>ul>li {
        margin-bottom: 10px;
    }
    nav>ul>li:last-child {
        margin-bottom: 0;
    }
    nav>ul>li>a {
        color: #111e3a;
    }
    nav.active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .dropdown>span {
        position: absolute;
        bottom: auto;
        top: 11px;
        right: 15px;
        margin: 0;
        border-color: #111e3a transparent transparent;
    }
    .dropdown>span:before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
    }
    .dropdown>span.active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .dropdown>ul {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        opacity: 1;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown>ul:before {
        display: none;
    }
    .lang,
    .search-class {
        display: block;
    }
    .lang a,
    nav.active .lang a {
        color: #111e3a;
    }
    .lang {
        margin: 30px 0 0;
    }
    .lang span {
        display: none;
    }
    .lang ul {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        padding: 0;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: none;
    }
    .lang li,
    .lang li.active {
        display: inline-block;
    }
    .lang li {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .lang li:last-child {
        margin-right: 0;
    }
    .lang li.active a {
        color: #eb353e;
    }
    .search-class path,
    header.scrolled .search-class path {
        fill: #111e3a;
    }
    .search-class {
        margin: 30px auto 0;
    }
    .burger {
        position: relative;
        width: 36px;
        height: 36px;
    }
    .burger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }
    .burger span:first-child {
        top: 6px;
    }
    .burger span:last-child {
        bottom: 6px;
    }
    .burger span:nth-child(2),
    .burger span:nth-child(3) {
        top: 50%;
        margin-top: -1px;
    }
    .burger.active span {
        background-color: #111e3a;
    }
    .burger.active span:first-child,
    .burger.active span:last-child {
        opacity: 0;
    }
    .burger.active span:first-child {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .burger.active span:last-child {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .burger.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .burger.active span:nth-child(3) {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
@media (max-width: 767px) {
    nav {
        width: 100%;
    }
    #logo {
        width: 100%;
        max-width: 150px;
    }
    .search-field input,
    .search-field input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 16px;
    }
    .search-field input,
    .search-field input::-moz-placeholder {
        font-size: 16px;
        line-height: 16px;
    }
    .search-field input,
    .search-field input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 16px;
    }
    .search-field input,
    .search-field input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 16px;
    }
    .search-field input,
    .search-field input::placeholder {
        font-size: 16px;
        line-height: 16px;
    }
    .search-field input {
        padding: 14px 0 14px 30px;
    }
}
@media(min-width:991px) {
    .footer .logo:before,
    .footer .logo:after {
        position: absolute;
        left: -9px;
        width: 111px;
        height: 4px;
        background: #eb353e;
        content: '';
        top: -21px;
    }
    .footer .logo:after {
        height: 127px;
        width: 4px;
    }
}
.text-sm-big {
    font-weight: bold;
    font-size: 17px;
}
.btn_contact_form {
    display: flex;
    justify-content: center;
    border: 0px;
}
.checkbox-entry.extra_checkbox-entry span {
    padding-left: 0;
}
.checkbox-entry.extra_checkbox-entry span:after {
    display: none;
}
.checkbox-entry.extra_checkbox-entry input+span {
    padding-left: 25px;
}
.checkbox-entry.extra_checkbox-entry input+span:last-child:after {
    display: inline-block;
}
.checkbox-entry-child span:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 11px!important;
    height: 11px!important;
    background-color: #f08923;
    display: none;
}
.video-present .video {
    display: block;
    overflow: hidden;
    /* mix-blend-mode: overlay; */
}
.video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: none;
}
.video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.opacity:before,
.opacity.color-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
header.scrolled:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.video-tour-phase {margin: 70px 0}
.video-tour-content {
	display: flex;
	justify-content: center;
}
.wpvl_auto_thumb_box, .video_lightbox_auto_anchor_image {
	width: 600px;
	height: 400px;
}
.wpvl_auto_thumb_play {
	left: 280px;
    top: 180px;
}

sub {
    bottom: -0.25em;
}
sup {
    top: -0.8em;
}
sub, sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.coming-soon-logos .logos-grid {
	display: flex;
    justify-content: space-between;
	margin-top: 35px
}
.coming-soon-logos .logos-grid img {
	padding-right: 20px;
	height: 120px
}
.coming-soon-logos .logos-grid img:last-child {padding-right:0}
@media (max-width: 768px) {
	.coming-soon-logos .logos-grid {
		display: block;
		text-align: center;
	}
	.coming-soon-logos .logos-grid img {
		padding: 10px;
		height: auto;
		width: 160px;
	}
	.resident-portal.angle-b4:after {
		left: 299px;
		top: 231px;
	}
}
