@charset "UTF-8";

/*
Theme Name: Elephant
Theme URI: -
Author: -
Author URI: -
Description: -
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: General
Text Domain: -

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

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

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

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto !important;
}

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

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

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

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

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.container.normal {
    max-width: 1170px;
}

.container.normal-big {
    max-width: 1260px;
}

html {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: normal;
    font-weight: 400;
}

body {
    font-size: 1.8rem;
    line-height: 32px;
    color: #161719;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #beab73;
    margin-top: 0;
    line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

@media (max-width: 768px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2;
    }
}

h1 {
    font-size: 5.4rem;
    margin-bottom: 68px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h1 {
        font-size: 4.8rem;
        margin-bottom: 25px;
    }
}

h2 {
    font-size: 4.8rem;
    margin-bottom: 25px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h2 {
        font-size: 4.2rem;
        margin-bottom: 20px;
    }
}

h3 {
    font-size: 4.2rem;
    margin-bottom: 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h3 {
        font-size: 3.8rem;
        margin-bottom: 15px;
    }
}

h4 {
    font-size: 3.4rem;
    margin-bottom: 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h4 {
        font-size: 2.8rem;
        margin-bottom: 15px;
    }
}

h5 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 500;
}

@media (max-width: 468px) {
    h5 {
        font-size: 2.4rem;
        margin-bottom: 10px;
        line-height: 32px;
    }
}

h6 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

p,
a,
span,
label,
li {
    font-family: "Montserrat", sans-serif;
    color: #161719;
    margin: 0px 0px 25px;
    font-size: 1.6rem;
    line-height: 1.8em;
    font-weight: 400;
}

@media (max-width: 768px) {

    p,
    a,
    span,
    label,
    li {
        font-size: 1.4rem;
        line-height: 1.5em;
    }
}

p p,
p a,
p span,
p label,
a p,
a a,
a span,
a label,
span p,
span a,
span span,
span label,
label p,
label a,
label span,
label label,
li p,
li a,
li span,
li label {
    font-size: 100%;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    list-style-type: none;
}

ul li {
    position: relative;
}

ol {
    padding-left: 15px;
}

ol li {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
}

blockquote {
    background-color: #f6f6fa;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 25px;
    margin: 50px 0;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 24px;
}

blockquote p {
    margin: 0 !important;
}

strong {
    font-weight: 600;
}

i {
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-size: 2rem;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    ::-webkit-input-placeholder {
        font-size: 1.8rem;
    }
}

::-moz-placeholder {
    color: #a3a3a3;
    font-size: 2rem;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    ::-moz-placeholder {
        font-size: 1.8rem;
    }
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 2rem;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    :-ms-input-placeholder {
        font-size: 1.8rem;
    }
}

:-moz-placeholder {
    color: #a3a3a3;
    font-size: 2rem;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    :-moz-placeholder {
        font-size: 1.8rem;
    }
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #161719;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

/*button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}*/

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.menu li.has-children>a:hover {
    content: ' ►';
}

.menu li.has-children>a:after {
    color: #222;
    content: ' ▼';
    font-size: 10px;
    vertical-align: 1px;
}

.menu li li.has-children>a:after {
    color: #222;
    content: ' ▼';
    font-size: 10px;
    vertical-align: 1px;
}

header {
    background-color: #eeeef0;
    position: fixed;
    z-index: 2;
    width: 100%;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    z-index: 10;
    -webkit-box-shadow: 0 4px 6px -6px black;
    box-shadow: 0 4px 6px -6px black;
}

header .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 15px 0;
}

@media (max-width: 1167px) {
    header .container .row {
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    header .container .row {
        padding: 5px 10px;
    }
}

header .container .row .logo-container {
    max-width: 370px;
    padding: 0 90px 0 0;
    z-index: 2;
    position: relative;
}

@media (max-width: 1167px) {
    header .container .row .logo-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        max-width: 200px;
        margin: 5px 0;
    }
}

@media (max-width: 536px) {
    header .container .row .logo-container {
        padding: 0;
        max-width: 150px;
    }
}

header .container .row .logo-container img {
    height: auto;
    max-width: 100%;
}

header .container .row .logo-container a {
    cursor: pointer;
}

header .container .row .mobile-hamburger-menu {
    right: 10px;
    width: 35px;
    height: 35px;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: none;
    cursor: pointer;
}

@media (max-width: 1167px) {
    header .container .row .mobile-hamburger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

header .container .row .mobile-hamburger-menu span {
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    margin-bottom: 0;
}

@media (max-width: 1170px) {
    header .container .row .mobile-hamburger-menu span {
        display: block;
    }
}

header .container .row .mobile-hamburger-menu .top {
    top: 20%;
    background: #1d398c;
}

header .container .row .mobile-hamburger-menu .middle {
    top: 50%;
    background: #1d398c;
}

header .container .row .mobile-hamburger-menu .bottom {
    top: 80%;
    background: #1d398c;
}

header .container .row .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    header .container .row .menu {
        padding: 0 0 0 25px;
    }
}

header .container .row .menu li {
    margin-right: 30px;
    position: relative;
    padding-bottom: 20px;
}

@media (min-width: 1168px) {
    header .container .row .menu li:hover>.sub-menu {
        top: 33px;
        left: -25px;
        width: 260px;
        background: #EEEEF0;
        position: absolute;
        border-radius: 9px;
        overflow: hidden;
    }
}

@media (min-width: 1168px) and (max-width: 1167px) {
    header .container .row .menu li:hover>.sub-menu {
        display: none;
    }
}

@media (min-width: 1168px) {
    header .container .row .menu li:hover>.sub-menu li {
        padding-left: 0;
        margin-right: 0px;
        padding-right: 0;
        padding-bottom: 0;
    }

    header .container .row .menu li:hover>.sub-menu li a {
        font-family: 'Montserrat';
        font-size: 1.5rem;
        font-weight: 500;
        color: #071019;
        padding: 10px 25px;
        display: inline-block;
        width: 100%;
    }

    header .container .row .menu li:hover>.sub-menu li a:hover {
        color: #04b6f3;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    header .container .row .menu li:hover>.sub-menu .menu-item-has-children:hover>a {
        font-weight: bold;
    }

    header .container .row .menu li:hover>.sub-menu .menu-item-has-children:hover ul.sub-menu {
        position: relative;
        top: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

header .container .row .menu li a {
    color: #000;
    text-decoration: none;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    header .container .row .menu li a {
        font-size: 1.5rem
    }
}

header .container .row .menu li a:hover {
    color: #071019;
}

header .container .row .menu li .sub-menu {
    position: absolute;
    top: -2000px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 1167px) {
    header .container .row .menu li .sub-menu {
        position: relative;
        top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
    }
}

header .container .row .menu li .sub-menu li {
    line-height: 40px;
    border-bottom: 1px solid #E3E3E3;
}

@media (max-width: 1167px) {
    header .container .row .menu li .sub-menu li {
        border-bottom: unset;
        line-height: 25px;
    }
}

header .container .row .menu li .sub-menu li:last-of-type {
    border-bottom: unset;
}

header .container .row .menu li .sub-menu .menu-item-has-children>a {
    font-weight: bold;
}

header .container .row .menu li.current_page_item>a {
    color: #04b6f3;
    font-weight: 700;
    border-bottom: 1px solid #04b6f3;
}

@media (max-width: 1167px) {
    header .container .row .menu {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: center;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 500px;
        padding-top: 150px;
        left: -800px;
    }
}

header .container .row .wpml-ls-legacy-dropdown {
    width: 70px;
}

@media (max-width: 1167px) {
    header .container .row .wpml-ls-legacy-dropdown {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

header .container .row .wpml-ls-legacy-dropdown ul li a {
    background: transparent;
}

@media (max-width: 1167px) {
    .active {
        height: 100%;
    }

    .active .menu {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        visibility: visible !important;
        left: 0 !important;
    }
}

@media (max-width: 1167px) and (max-width: 600px) {
    .active .menu {
        max-height: 100vh;
    }
}

@media (max-width: 1167px) {
    .active .menu li {
        margin-right: 0 !important;
    }

    .active .mobile-hamburger-menu span {
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
    }

    .active .mobile-hamburger-menu span.top {
        -webkit-transform: translateY(10px) translateX(0px) rotate(45deg);
        transform: translateY(10px) translateX(0px) rotate(45deg);
    }

    .active .mobile-hamburger-menu span.middle {
        display: none;
        opacity: 0;
    }

    .active .mobile-hamburger-menu span.bottom {
        -webkit-transform: translateY(-11px) translateX(0px) rotate(-45deg);
        transform: translateY(-11px) translateX(0px) rotate(-45deg);
    }
}

footer {
    background-color: #142443;
    padding-top: 40px;
    text-align: center;
}

footer p {
    color: #6775a1;
}

@media (max-width: 600px) {
    footer .container .row a {
        padding: 0 10px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    footer .container .row a img {
        width: 90%;
    }
}

footer .container-fluid .copyright-container p {
    display: inline-block;
    margin: 0 4px;
}

footer .container-fluid .copyright-container .copyright {
    margin: 0 0;
}

footer .container-fluid .copyright-container a {
    display: inline-block;
    text-decoration: none;
    color: #6775a1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
}

footer .container-fluid .copyright-container a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #9ea8c8;
}

footer .row {
    text-align: left;
}

footer .row:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .row:nth-child(2) p {
    max-width: 637px;
    margin: 0px 0 30px 0;
    font-size: 1.6rem;
    text-align: center;
}

footer .row:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    footer .row:nth-child(3) {
        text-align: center;
    }
}

footer .row:nth-child(3) h3 {
    color: #fff;
    font-size: 24px;
}

@media (max-width: 600px) {
    footer .row:nth-child(3) h3 {
        font-size: 20px;
    }
}

footer .row:nth-child(3) p {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 500px) {
    footer .row:nth-child(3) .middle {
        margin-top: 30px;
    }
}

footer .row:nth-child(3) .middle a {
    text-decoration: none;
    color: #6775a1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

footer .row:nth-child(3) .middle a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #9ea8c8;
    -webkit-text-decoration-color: #9ea8c8;
    text-decoration-color: #9ea8c8;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

footer .row:nth-child(3) .middle p {
    margin-bottom: 0;
}

@media (max-width: 500px) {
    footer .row:nth-child(3) .right {
        margin-top: 30px;
    }
}

footer .row:nth-child(3) .right .container-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    footer .row:nth-child(3) .right .container-social-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .row:nth-child(3) .right .container-social-links a {
    margin: 0 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .row:nth-child(3) .right .container-social-links a:first-child {
    margin: 0 16px 0 5px;
}

footer .row:nth-child(3) .right .container-social-links a img {
    max-height: 19px;
}

footer .row:nth-child(3) .right .container-social-links a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .row:nth-child(3) a {
    display: block;
}

footer .row:nth-child(3) .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .row:nth-child(3) .menu li a {
    text-decoration: none;
    color: #6775a1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

footer .row:nth-child(3) .menu li a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #9ea8c8;
}

footer .row .col {
    border-top: 2px solid #6775a1;
    padding: 38px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .section-default .image-section {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 350px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
}

.section-default .paragraph-right {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 610px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 500px) {
    .section-default .paragraph-right {
        padding: 0 20px !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .section-default .paragraph-right {
        max-width: 100%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        padding: 30px 10px;
    }
}

.section-default .paragraph-right h3 {
    font-size: 28px;
    font-weight: fontw-light;
    color: #04b6f3;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    .section-default .paragraph-right h3 {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 600px) {
    .section-default .paragraph-right h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.section-default .paragraph-right h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 42px;
}

@media (max-width: 767.98px) {
    .section-default .paragraph-right h2 {
        font-size: 25px;
        line-height: 27px;
    }
}

@media (max-width: 600px) {
    .section-default .paragraph-right h2 {
        margin-bottom: 5px;
    }
}

.section-default .paragraph-right p {
    font-size: 17px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 28px;
}

@media (max-width: 767.98px) {
    .section-default .paragraph-right p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 500px) {
    .section-default .paragraph-right p {
        margin: 5px 0;
    }
}

.section-default .paragraph-right .button-blue {
    margin-top: 8px;
    margin-bottom: 67px;
    max-width: 220px;
    padding: 5px 10px;
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding-top: 0;
}

@media (max-width: 991px) {
    .section-default .paragraph-right .button-blue {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.section-default .paragraph-right .container .row .col {
    padding: 0;
}

.section-default .paragraph-right .container .row .col .img-certificates {
    height: auto;
    width: 150px;
    margin-right: 30px;
    margin-bottom: 56px;
}

@media (max-width: 991px) {
    .section-default .paragraph-right .container .row .col .img-certificates {
        margin-top: 0px;
        margin-bottom: 20px;
        width: 110px;
    }
}

.section-default.reversed .image-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 991px) {
    .section-default.reversed .image-section {
        background-position: center !important;
        background-size: cover !important;
    }
}

.section-default.reversed .paragraph-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 500px) {
    .section-default.reversed .paragraph-right {
        padding: 0 20px !important;
    }
}

@media (max-width: 991px) {
    .section-default.reversed .paragraph-right {
        max-width: 100%;
        margin: 0 auto;
    }
}

.section-default.reversed .paragraph-right h2 {
    color: #fff;
}

.section-default.reversed .paragraph-right p {
    color: #fff;
}

.button-blue {
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    background-color: #003690 !important;
    padding: 15px 42px;
    border-radius: 30px !important;
    -webkit-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    border: unset;
    max-width: 250px;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    max-width: 292px;
}

@media (max-width: 991px) {
    .button-blue {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .button-blue {
        font-size: 18px;
        padding: 15px 30px;
    }
}

.button-blue:hover {
    border: unset;
    color: #1d398c !important;
    text-decoration: none;
    background-color: #fff !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.button-blue i {
    margin-left: 5px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots li button:before {
    color: white;
    font-size: 14px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    font-size: 14px;
    opacity: 1;
    color: #1d398c;
}

.slick-dots {
    bottom: 75px !important;
}

.arrows-container {
    position: absolute;
    height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.arrows-container .arrow-left {
    position: absolute;
    top: 54%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .arrows-container .arrow-left {
        top: 32%;
        display: none !important;
    }
}

.arrows-container .arrow-left img {
    height: 20px;
    width: 10px;
}

.arrows-container .arrow-left img:hover {
    -webkit-filter: invert(74%) sepia(106%) saturate(2476%) hue-rotate(170deg) brightness(118%) contrast(94%);
    filter: invert(74%) sepia(106%) saturate(2476%) hue-rotate(170deg) brightness(118%) contrast(94%);
}

.arrows-container .arrow-right {
    position: absolute;
    top: 54%;
    right: -50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .arrows-container .arrow-right {
        top: 32%;
        display: none !important;
    }
}

.arrows-container .arrow-right img {
    height: 20px;
    width: 10px;
}

.arrows-container .arrow-right img:hover {
    -webkit-filter: invert(74%) sepia(106%) saturate(2476%) hue-rotate(170deg) brightness(118%) contrast(94%);
    filter: invert(74%) sepia(106%) saturate(2476%) hue-rotate(170deg) brightness(118%) contrast(94%);
}

.default-page {
    padding-top: 97px;
}

@media (max-width: 536px) {
    .default-page {
        padding-top: 50px;
    }
}

.hero-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 889px;
}

.hero-default:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.hero-default .hero-content-default {
    margin-top: -190px;
    padding-left: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .hero-default .hero-content-default {
        margin-left: 0;
        width: 100%;
        /* IE10+ specific styles go here */
    }
}

@media (max-width: 600px) {
    .hero-default .hero-content-default {
        margin-top: -250px;
        margin-left: 30px;
    }
}

.hero-default .hero-content-default .col {
    padding-left: 0;
}

.hero-default .hero-content-default .col h1 {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    font-size: 70px;
    line-height: 72px;
}

@media (max-width: 901px) {
    .hero-default .hero-content-default .col h1 {
        font-size: 25px;
        line-height: 40px;
    }
}

.hero-default .hero-content-default .col h2 {
    color: #04b6f3;
    font-size: 28px;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    .hero-default .hero-content-default .col h2 {
        font-size: 16px;
        line-height: 25px;
    }
}

.hero-default .hero-content-default .col h3 {
    width: 70%;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    .hero-default .hero-content-default .col h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 500px) {
    .hero-default .hero-content-default .col h3 {
        width: 100%;
    }
}

.search-form {
    max-width: 268px;
    margin-bottom: 65px;
    position: relative;
}

@media (max-width: 1150px) {
    .search-form {
        max-width: 98% !important;
    }

    .search-form input {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .search-form {
        margin-bottom: 30px;
    }
}

.search-form input {
    position: relative;
    width: 268px;
    height: 47px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding-left: 20px;
    font-weight: 400;
    font-size: 17px;
    padding-right: 51px;
}

.search-form .button-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: unset;
    background-color: transparent;
}

.search-form .button-search:hover {
    background-color: #1d398c;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.search-form .button-search img {
    width: 25px;
    height: 25px;
}

.search-result {
    overflow: hidden;
    display: inline-block;
}

.breadcrumbs {
    padding: 50px 0;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: "Montserrat", sans-serif;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #777777;
    position: relative;
}

.breadcrumbs a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

@media (max-width: 600px) {
    .breadcrumbs {
        padding: 35px 0 25px 0;
    }
}

.breadcrumbs .home-bread {
    margin-right: 10px;
    font-size: 14px;
    color: #777777;
}

.breadcrumbs .home-bread img {
    vertical-align: inherit;
}

.breadcrumbs .separator-bread {
    margin-right: 14px;
    width: 7px;
}

@media (max-width: 500px) {
    .breadcrumbs .separator-bread {
        margin-right: 5px;
    }
}

.breadcrumbs a {
    margin-right: 10px;
    font-size: 14px;
    color: #777777;
    position: relative;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .breadcrumbs a {
        margin-right: 5px !important;
    }
}

@media (max-width: 500px) {
    .breadcrumbs a:nth-last-child(4) {
        max-width: 70px;
        position: relative;
        overflow: hidden;
        height: 25px;
        margin-right: 0;
    }

    .breadcrumbs a:nth-last-child(4):after {
        content: "...";
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: white;
        width: 8px;
        overflow: hidden;
    }
}

.breadcrumbs a:last-child {
    text-decoration: underline;
    -webkit-text-decoration-color: #1d398c;
    text-decoration-color: #1d398c;
    color: #1d398c;
    font-weight: 600;
}

.active-bread {
    text-decoration: underline;
    -webkit-text-decoration-color: #1d398c;
    text-decoration-color: #1d398c;
    color: #1d398c;
    font-weight: 600;
}

.quotes-a {
    background-color: #003690;
    margin-left: 10px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 235px;
    padding: 10px;
    border-radius: 26px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 1.8rem;
}

@media (max-width: 600px) {
    .quotes-a {
        margin: 50px auto;
    }
}

@media (max-width: 1150px) {
    .quotes-a {
        margin-left: auto;
        margin-right: auto;
    }
}

.quotes-a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.quotes-a i {
    margin-left: 7px;
    text-decoration: none;
}

.quotes-a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #003690;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #003690;
}

.quotes-a:hover img {
    -webkit-filter: grayscale(50%) opacity(98%) invert(75%) sepia(60%) saturate(40%) hue-rotate(90deg) brightness(0.4) contrast(200%);
    filter: grayscale(50%) opacity(98%) invert(75%) sepia(60%) saturate(40%) hue-rotate(90deg) brightness(0.4) contrast(200%);
}

.quotes-a:hover i {
    color: #003690;
}

.tap-quotes {
    text-decoration: none;
    background-color: #fff;
    color: #003690;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #003690;
}

.tap-quotes img {
    -webkit-filter: grayscale(50%) opacity(98%) invert(75%) sepia(60%) saturate(40%) hue-rotate(90deg) brightness(0.4) contrast(200%);
    filter: grayscale(50%) opacity(98%) invert(75%) sepia(60%) saturate(40%) hue-rotate(90deg) brightness(0.4) contrast(200%);
}

.tap-quotes i {
    color: #003690;
}

.category-container {
    width: 100%;
    position: relative;
}

.category-container .category-row {
    margin: 0;
}

.category-container .category-row:last-child .category .border-bottom {
    border-bottom: unset;
}

.category-container .category-row .category {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
}

.category-container .category-row .category.active {
    border-right: 3px solid #1d398c;
}

.category-container .category-row .category .category-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
    margin: 0 13px;
}

.category-container .category-row .category .category-title:hover a {
    color: #1d398c;
    -webkit-text-decoration-color: #8e9cc5;
    text-decoration-color: #8e9cc5;
    text-decoration: underline;
    font-weight: 600;
    text-decoration: none;
}

.category-container .category-row .category .category-title:after {
    content: "";
    background-image: url(assets/images/svg/plus-s.svg);
    padding-right: 10px;
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 13px;
    height: 13px;
    background-position: right;
    display: inline-block;
    position: absolute;
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: calc(25% + 7px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-size: 22px;
}

.category-container .category-row .category .category-title.active-category:after {
    content: "";
    background-image: url(assets/images/svg/minus-s.svg);
    padding-right: 10px;
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 13px;
    height: 13px;
    background-position: right;
    display: inline-block;
    position: absolute;
    top: calc(25% + 7px);
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.category-container .category-row .category .category-title.active-category a {
    color: #1d398c;
    font-weight: 600;
    -webkit-text-decoration-color: #8e9cc5;
    text-decoration-color: #8e9cc5;
    text-decoration: underline;
}

.category-container .category-row .category .category-title img {
    width: 25px;
    height: 35px;
    position: absolute;
    top: calc(50% - 17px);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.category-container .category-row .category .category-title a {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    margin-left: 50px;
}

@media (max-width: 400px) {
    .category-container .category-row .category .category-title a {
        font-size: 16px;
    }
}

.category-container .category-row .category .anchor {
    display: none;
}

.category-container .category-row .category .anchor ul {
    margin-top: 0;
    margin-bottom: 0;
}

.category-container .category-row .category .anchor ul li {
    line-height: 50px;
    margin-bottom: 0px;
    position: relative;
}

.category-container .category-row .category .anchor ul li a {
    font-size: 16px;
    margin-left: 70px;
    color: #000;
    -webkit-transition: 0.3s easy-in-out;
    transition: 0.3s easy-in-out;
    text-decoration: none;
}

.category-container .category-row .category .anchor ul li a:hover {
    color: #1d398c;
    border-bottom: 2px solid #8e9cc5;
    -webkit-transition: 0.3s easy-in-out;
    transition: 0.3s easy-in-out;
    font-weight: 600;
}

.category-container .category-row .category .anchor ul li img {
    width: 25px;
    height: 35px;
    position: absolute;
    top: calc(50% - 17px);
    left: 25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.category-container .category-row .category .border-bottom {
    width: 94%;
    margin: 0 auto;
    border-bottom: 2px solid #e3e3e3;
}

.slider-product-container {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    max-width: 87%;
    margin: 0 auto;
}

.slider-product-container .inner-slider {
    height: 394px;
    background-color: blue;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat no-repeat !important;
    cursor: pointer;
}

.slider-product-container .inner-slider .slick-current {
    overflow: hidden;
}

@media (max-width: 500px) {
    .slider-product-container .inner-slider {
        max-width: 95%;
    }
}

@media (max-width: 400px) {
    .slider-product-container .inner-slider {
        height: 250px;
    }
}

.slider-product-container .arrow-container {
    position: absolute;
    height: 0%;
    top: 45% !important;
    width: 100%;
}

.slider-product-container .arrow-container .arrow-left {
    cursor: pointer;
}

.slider-product-container .arrow-container .arrow-left:before {
    content: "";
    background: url("assets/images/svg/slider/left-arrow.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 35px;
    background-position: left;
    position: absolute;
    left: -24px;
    top: 40%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 600px) {
    .slider-product-container .arrow-container .arrow-left:before {
        left: -18px;
    }
}

.slider-product-container .arrow-container .arrow-left:hover:before {
    left: -24px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("assets/images/svg/slider/left-arrow-hover.svg");
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .slider-product-container .arrow-container .arrow-left:hover:before {
        left: -20px;
    }
}

.slider-product-container .arrow-container .arrow-right {
    cursor: pointer;
}

.slider-product-container .arrow-container .arrow-right:before {
    content: "";
    background: url("assets/images/svg/slider/right-arrow.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 35px;
    background-position: right;
    position: absolute;
    right: -30px;
    top: 40%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 600px) {
    .slider-product-container .arrow-container .arrow-right:before {
        right: -20px;
    }
}

.slider-product-container .arrow-container .arrow-right:hover:before {
    right: -30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("assets/images/svg/slider/right-arrow-hover.svg");
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .slider-product-container .arrow-container .arrow-right:hover:before {
        right: -20px;
    }
}

.slider-nav .slick-track {
    -webkit-transform: unset !important;
    transform: unset !important;
}

.preview-images {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 128px;
}

@media (max-width: 768px) {
    .preview-images {
        margin-top: 0;
    }
}

.preview-images .slick-slide {
    width: 30% !important;
    max-height: 160px;
}

.preview-images .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 92%;
    margin: 0 auto;
}

.preview-images div {
    cursor: pointer;
    cursor: pointer;
}

.preview-images div img {
    height: auto;
    max-width: 100%;
    cursor: pointer;
}

.black-line {
    height: 4px;
    background-color: #000;
    width: 38px;
}

.border-full-grey {
    width: 100%;
    border: 2px solid #e3e3e3;
    margin-bottom: 15px;
}

.container-upload {
    margin: 35px 0 35px 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container-upload h3 {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

@media (max-width: 600px) {
    .container-upload h3 {
        font-size: 20px;
    }
}

.container-upload a {
    color: #707070;
    font-size: 17px;
    font-weight: 500;
    margin-left: 33px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.container-upload a:before {
    content: "";
    background: url("assets/images/svg/slider/pdf-icon.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 23px;
    left: -28px;
    background-size: contain;
    position: absolute;
}

.container-upload a:after {
    content: "";
    background: url("assets/images/svg/slider/download-icon.svg");
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    margin-left: 10px;
    margin-top: 8px;
    background-position: left;
    background-size: contain;
    position: absolute;
}

.home-categories {
    padding-left: 0;
    padding-right: 0;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 600px) {
    .home-categories {
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .home-categories {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.home-categories .row:nth-child(2) {
    margin-top: 80px;
}

@media (max-width: 600px) {
    .home-categories .row:nth-child(2) {
        margin-top: 0;
    }
}

.home-categories .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .home-categories .row .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        margin-top: 50px;
    }
}

.home-categories .row .col img {
    height: 100px;
    width: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 600px) {
    .home-categories .row .col img {
        height: 66px;
        width: 66px;
    }
}

.home-categories .row .col a {
    max-width: 195px;
    font-size: 20px;
    color: white;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 600px) {
    .home-categories .row .col a {
        font-size: 15px;
        line-height: 20px;
    }
}

.home-categories .row .col a:nth-child(1) {
    margin-bottom: 0;
}

.home-categories .row .col a:nth-child(2) {
    margin-top: 15px;
    position: absolute;
    top: 100px;
}

@media (max-width: 600px) {
    .home-categories .row .col a:nth-child(2) {
        margin-top: 0;
        top: 80px;
    }
}

.img-active-categories {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-show-filters {
    display: none;
}

@media (max-width: 768px) {
    .btn-show-filters {
        display: block;
        margin: 0 0 40px 0;
        text-align: center;
    }

    .btn-show-filters button {
        margin-top: 35px;
        color: #fff;
        text-decoration: none;
        background-color: #003690;
        padding: 9px 30px;
        border-radius: 30px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        border: unset;
        width: 250px;
        font-weight: 100;
        text-align: center;
        font-size: 19px;
    }

    .btn-show-filters button:focus {
        border: none;
        outline: none;
    }
}

.on-click-flt-btn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff !important;
    color: #003690 !important;
    border: 1px solid #003690 !important;
}

.pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .page-numbers li {
    margin-right: 9px;
    line-height: 30px;
}

.pagination .page-numbers li .page-numbers {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    width: 29px;
    display: block;
    text-align: center;
    color: #404040;
}

.pagination .page-numbers li .page-numbers.current {
    color: #fff;
    background: #04B6F3;
}

.pagination .page-numbers li .page-numbers.current:hover {
    text-decoration: none;
}

.pagination .page-numbers li .page-numbers.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination .page-numbers li .page-numbers:hover {
    color: #fff;
    background: #04B6F3;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.pagination .page-numbers li .page-numbers:hover:hover {
    text-decoration: none;
}

.js-wpml-ls-legacy-dropdown {
    margin-left: -10px;
}

@media (max-width: 1167px) {
    .js-wpml-ls-legacy-dropdown {
        margin-left: 0;
    }
}

.js-wpml-ls-legacy-dropdown ul li .js-wpml-ls-item-toggle {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.js-wpml-ls-legacy-dropdown ul li .js-wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.js-wpml-ls-legacy-dropdown ul li:hover .js-wpml-ls-item-toggle {
    text-decoration: none;
}

.js-wpml-ls-legacy-dropdown ul li:hover .js-wpml-ls-item-toggle span {
    color: #04b6f3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.js-wpml-ls-legacy-dropdown ul li:hover .js-wpml-ls-item-toggle:after {
    color: #04b6f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: calc(50% - 0.475em);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.js-wpml-ls-legacy-dropdown ul li:hover ul li a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.js-wpml-ls-legacy-dropdown ul li:hover ul li:hover a {
    text-decoration: none;
}

.js-wpml-ls-legacy-dropdown ul li:hover ul li:hover a span {
    color: #04b6f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.js-wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
    border: unset;
    background-color: #fff;
}

.wpml-ls-link {
    padding: 0 !important;
}

.wpml-ls-link span {
    padding: 5px 10px;
}

.list-with-checks li {
    position: relative;
}

.list-with-checks li p {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}

@media (max-width: 600px) {
    .list-with-checks li p {
        text-align: left;
    }
}

.list-with-checks li:before {
    content: "";
    background: url(assets/images/svg/check-icon.svg);
    display: inline-block;
    background-size: 20px;
    width: 24px;
    height: 20px;
    background-repeat: no-repeat no-repeat;
    margin-right: 12px;
    position: absolute;
    top: 3px;
    left: 0;
}

.icons-about-us {
    margin-bottom: 50px;
}

.icons-about-us .row .icon {
    margin-top: 25px;
    text-align: center;
    position: relative;
    padding: 0;
}

.icons-about-us .row .icon p {
    margin-top: 10px;
}

.icons-about-us .row .icon img {
    text-align: center;
    height: 80px;
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 81px;
}

.icons-about-us .row .icon .anchor h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.icons-about-us .row .icon .anchor h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.produse {
    max-width: 1499px;
    margin: 0 auto;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1300px) {
    .produse .slick-slide {
        margin-right: 10px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .produse .slick-slide {
        margin-right: 0;
    }
}

.produse .card {
    max-width: 287px;
    padding-top: 46px;
    min-height: 343px;
    text-align: left;
    padding-bottom: 38px;
    padding-left: 20px;
    padding-right: 28px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    margin-right: 10px;
    margin-bottom: 19px;
    background-color: #fff;
    -webkit-transition: 0.3 ease;
    transition: 0.3 ease;
}

.produse .card:before {
    content: "";
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.produse .card:hover:before {

    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;

    border-radius: 10px;
    background: #04B6F3;
    opacity: 0.7;
}

.produse .card:hover a {
    top: calc(50% - 25px);
    left: calc(50% - 81px);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 165px;
    height: 47px;
    background-color: #EDEEF0;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #1D398C;
    font-weight: 300;
}

.produse .card:hover a:hover {
    text-decoration: none;
}

.produse .card:hover a img {
    margin-left: 10px;
}

.produse .card .icon-card {
    height: 65px;
}

.produse .card .card-title h3 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #071019;
    font-weight: 700;
}

.produse .card .line-blue {
    height: 3px;
    width: 70px;
    background-color: #04B6F3;
    margin-bottom: 25px;
}

.produse .card .card-description p {
    font-size: 14px;
    line-height: 25px;
    color: #071019;

}

.produse .card a {
    display: none;
}

.single-product-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 282px;
    margin-bottom: 65px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 991px) {
    .single-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}

@media (max-width: 768px) {
    .single-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}

@media (max-width: 500px) {
    .single-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    }
}

.single-product-card .container-image {
    background: #fff;
    text-align: center;
}

.single-product-card .container-image img {
    margin-top: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    max-width: 100%;
}

.single-product-card .fisele-de-securitate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-product-card .fisele-de-securitate .container-upload {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
}

.single-product-card .fisele-de-securitate .container-upload a {
    font-size: 13px;
}

.single-product-card .bottom {
    padding-top: 24px;
    background: #fff;
    position: relative;
    padding-bottom: 36px;
}

.single-product-card .bottom h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #1D398C;
    text-align: center;
}

.single-product-card .bottom h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 18px;
    color: #071019;
    font-size: 14px;
    text-align: center;
}

.single-product-card .bottom .comanda {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}

.single-product-card .bottom .comanda a {
    display: none;
}

.single-product-card .bottom .comanda:hover {
    visibility: visible;
    background-color: #04B6F3;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-product-card .bottom .comanda:hover a {
    text-align: center;
    padding: 6px;
    margin-bottom: 0;
    display: block;
    width: 185px;
    background: #1D398C;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    border-radius: 20px;
}

.single-product-card .bottom .comanda:hover a:hover {
    text-decoration: none;
}

.description-product {
    margin-top: 30px;
}

.description-product h3 {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

@media (max-width: 600px) {
    .description-product h3 {
        font-size: 20px;
    }
}

.description-product p {
    font-size: 17px;
    color: #707070;
}

.description-product p:last-child {
    margin-bottom: 35px;
}

.characteristics-container h3 {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

@media (max-width: 600px) {
    .characteristics-container h3 {
        font-size: 20px;
    }
}

.characteristics-container p {
    font-size: 17px;
    color: #707070;
}

.characteristics-container p:last-child {
    margin-bottom: 35px;
}

.characteristics-container p span {
    color: #000;
    font-weight: 600;
}

.characteristics-container p span:after {
    content: ":";
    margin-left: -3px;
}

.specification-container h3 {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

@media (max-width: 600px) {
    .specification-container h3 {
        font-size: 20px;
    }
}

.specification-container table {
    margin-bottom: 10px;
}

.specification-container table td {
    padding: 13px 17px 13px 17px;
}

.specification-container table thead td {
    border: 1px solid #f6f6f6;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

.specification-container table tbody td {
    border: 1px solid #f6f6f6;
    font-size: 17px;
    color: #707070;
}

#hero-section {
    position: relative;
}

#hero-section .slick-next,
#hero-section .slick-prev {
    position: absolute;
    z-index: 2;
}

#hero-section .slick-next {
    right: 15%;
}

#hero-section .slick-prev {
    left: 15%;
}

#hero-section .slick-dots {
    bottom: 0;
    z-index: 2;
}

#hero-section .container-fluid {
    height: 799px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#hero-section .container-fluid:before {
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

#hero-section .container-fluid .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #hero-section .container-fluid .container {
        text-align: center;
        /* IE10+ specific styles go here */
    }
}

#hero-section .container-fluid .container .hero-content {
    max-width: 825px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: -90px;
    width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #hero-section .container-fluid .container .hero-content {
        width: 825px;
        text-align: left;
        /* IE10+ specific styles go here */
    }
}

@media (max-width: 600px) {
    #hero-section .container-fluid .container .hero-content {
        margin-top: -140px;
    }
}

#hero-section .container-fluid .container .hero-content .col h1 {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 72px;
}

@media (max-width: 901px) {
    #hero-section .container-fluid .container .hero-content .col h1 {
        font-size: 25px;
        line-height: 40px;
    }
}

#hero-section .container-fluid .container .hero-content .col h2 {
    color: #04b6f3;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    #hero-section .container-fluid .container .hero-content .col h2 {
        font-size: 16px;
        line-height: 25px;
    }
}

#hero-section .container-fluid .container .hero-content .col h3 {
    width: 80%;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    #hero-section .container-fluid .container .hero-content .col h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 901px) {
    #hero-section .container-fluid .container .hero-content .col h3 {
        width: 100%;
    }
}

#hero-section .container-fluid .container .hero-content .row:last-child {
    margin-top: 100px;
}

#petrochem {
    background-color: #edeef0;
}

@media (min-width: 991px) {
    #petrochem .container-fluid .section-default .image-section {
        background-size: cover !important;
        background-position: 35% 50% !important;
        background-repeat: no-repeat !important;
    }

    #petrochem .container-fluid .section-default .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, transparent), color-stop(98%, #edeef0));
        background: linear-gradient(90deg, transparent 0%, transparent 80%, #edeef0 98%);
    }
}

@media (max-width: 991px) {
    #petrochem .container-fluid .section-default .image-section {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 300px;
    }

    #petrochem .container-fluid .section-default .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(#edeef0), color-stop(5%, transparent), color-stop(80%, transparent), color-stop(98%, #edeef0));
        background: linear-gradient(180deg, #edeef0 0%, transparent 5%, transparent 80%, #edeef0 98%);
    }
}

#ecofriendly {
    background-color: #010812;
}

#ecofriendly .container-fluid .section-default {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    #ecofriendly .container-fluid .section-default {
        padding-bottom: 0;
    }
}

@media (min-width: 991px) {
    #ecofriendly .container-fluid .section-default .image-section {
        background-size: 105% !important;
        background-repeat: no-repeat !important;
        background-position: 60% !important;
    }

    #ecofriendly .container-fluid .section-default .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, color-stop(2%, #010812), color-stop(6%, transparent), color-stop(90%, transparent));
        background: linear-gradient(90deg, #010812 2%, transparent 6%, transparent 90%);
    }
}

@media (max-width: 991px) {
    #ecofriendly .container-fluid .section-default .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #010812), color-stop(10%, transparent), color-stop(90%, transparent), color-stop(98%, #010812));
        background: linear-gradient(180deg, #010812 2%, transparent 10%, transparent 90%, #010812 98%);
    }
}

#pmta {
    background-color: #edeef0;
}

@media (min-width: 991px) {
    #pmta .container-fluid .section-default .image-section {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: 86% !important;
    }

    #pmta .container-fluid .section-default .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, transparent), color-stop(98%, #edeef0));
        background: linear-gradient(90deg, transparent 0%, transparent 80%, #edeef0 98%);
    }
}

@media (max-width: 991px) {
    #pmta .container-fluid .section-default .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #edeef0), color-stop(80%, transparent), color-stop(98%, #edeef0));
        background: linear-gradient(180deg, #edeef0 2% transparent 5%, transparent 80%, #edeef0 98%);
    }
}

#pmta .container-fluid .paragraph-right {
    position: relative;
}

#pmta .container-fluid .paragraph-right .logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 322px;
    height: 290px;
    z-index: 0;
}

@media (max-width: 600px) {
    #pmta .container-fluid .paragraph-right .logo {
        width: 150px;
        height: 130px;
        bottom: 25px;
    }
}

#pmta .container-fluid .paragraph-right .container .row .arrow-container {
    margin-top: 75px;
    margin-bottom: 70px;
    -webkit-animation: 5s infinite move;
    animation: 5s infinite move;
}

@media (max-width: 991px) {
    #pmta .container-fluid .paragraph-right .container .row .arrow-container {
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    #pmta .container-fluid .paragraph-right .container .row .arrow-container {
        margin-top: 0;
    }
}

@-webkit-keyframes move {
    0% {
        top: 0;
    }

    50% {
        top: 50px;
    }

    100% {
        top: 0;
    }
}

@keyframes move {
    0% {
        top: 0;
    }

    50% {
        top: 50px;
    }

    100% {
        top: 0;
    }
}

#polimetalina {
    background-color: #010812;
}

@media (min-width: 991px) {
    #polimetalina .container-fluid .image-section {
        background-size: 115% !important;
        background-repeat: no-repeat !important;
        background-position: 22% 61% !important;
    }

    #polimetalina .container-fluid .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #010812), color-stop(10%, transparent), color-stop(90%, transparent), color-stop(98%, #010812));
        background: linear-gradient(180deg, #010812 2%, transparent 10%, transparent 90%, #010812 98%);
    }
}

@media (max-width: 991px) {
    #polimetalina .container-fluid .image-section {
        display: none;
    }

    #polimetalina .container-fluid .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #010812), color-stop(6%, transparent), color-stop(90%, transparent), color-stop(95%, #010812));
        background: linear-gradient(180deg, #010812 2%, transparent 6%, transparent 90%, #010812 95%);
    }
}

#polimetalina .container-fluid .paragraph-right .button-blue {
    margin-bottom: 49px;
}

#solvents {
    background-color: #edeef0;
}

@media (min-width: 991px) {
    #solvents .container-fluid .image-section {
        background-size: cover !important;
    }

    #solvents .container-fluid .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, transparent), color-stop(98%, #edeef0));
        background: linear-gradient(90deg, transparent 0%, transparent 80%, #edeef0 98%);
    }
}

@media (max-width: 991px) {
    #solvents .container-fluid .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #edeef0), color-stop(7%, transparent), color-stop(80%, transparent), color-stop(98%, #edeef0));
        background: linear-gradient(180deg, #edeef0 3%, transparent 7%, transparent 80%, #edeef0 98%);
    }
}

#solvents .container-fluid .paragraph-right {
    position: relative;
    max-width: 600px;
}

#solvents .container-fluid .paragraph-right .button-blue {
    margin-top: 18px;
    margin-bottom: 160px;
}

@media (max-width: 991px) {
    #solvents .container-fluid .paragraph-right .button-blue {
        margin-bottom: 50px;
    }
}

#solvents .container-fluid .paragraph-right .logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 322px;
    height: 290px;
}

@media (max-width: 600px) {
    #solvents .container-fluid .paragraph-right .logo {
        width: 140px;
        height: 125px;
        bottom: 30px;
    }
}

#partners {
    background-color: #EDEEF0;
}

@media (min-width: 991px) {
    #partners .container-fluid .row .image-section {
        background-size: cover !important;
    }

    #partners .container-fluid .row .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, transparent), color-stop(98%, #edeef0));
        background: linear-gradient(90deg, transparent 0%, transparent 80%, #edeef0 98%);
    }
}

@media (max-width: 991px) {
    #partners .container-fluid .row .image-section:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #edeef0), color-stop(7%, transparent), color-stop(80%, transparent), color-stop(98%, #edeef0));
        background: linear-gradient(180deg, #edeef0 3%, transparent 7%, transparent 80%, #edeef0 98%);
    }
}

#partners .container-fluid .row .paragraph-right h3 {
    font-size: 28px;
    font-weight: fontw-light;
    color: #04b6f3;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    #partners .container-fluid .row .paragraph-right h3 {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 600px) {
    #partners .container-fluid .row .paragraph-right h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

#partners .container-fluid .row .paragraph-right h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 42px;
}

@media (max-width: 767.98px) {
    #partners .container-fluid .row .paragraph-right h2 {
        font-size: 25px;
        line-height: 27px;
    }
}

@media (max-width: 600px) {
    #partners .container-fluid .row .paragraph-right h2 {
        margin-bottom: 5px;
    }
}

#partners .container-fluid .row .paragraph-right p {
    font-size: 17px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 28px;
}

@media (max-width: 767.98px) {
    #partners .container-fluid .row .paragraph-right p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 500px) {
    #partners .container-fluid .row .paragraph-right p {
        margin: 5px 0;
    }
}

#partners .container-fluid .row .paragraph-right .container-logos {
    margin-top: 35px;
    margin-bottom: 165px;
}

@media (max-width: 991px) {
    #partners .container-fluid .row .paragraph-right .container-logos {
        margin-bottom: 30px;
    }
}

#partners .container-fluid .row .paragraph-right .container-logos .row .col-xl-6 {
    margin-bottom: 20px;
}

#partners .container-fluid .row .paragraph-right .container-logos .row .logo {
    margin: 20px 0;
}

#partners .container-fluid .row .paragraph-right .container-logos .row .logo img {
    height: auto;
    width: auto;
    max-width: 270px;
}

@media (max-width: 600px) {
    #partners .container-fluid .row .paragraph-right .container-logos .row .logo img {
        height: 30px;
    }
}

.default-page-content {
    padding-bottom: 60px;
}

.default-page-content .container {
    position: relative;
    margin-top: -190px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 39px -22px black;
    box-shadow: 0px 0px 39px -22px black;
    padding: 60px 15px;
}

.default-page-content .container h1,
.default-page-content .container h2,
.default-page-content .container h3,
.default-page-content .container h4,
.default-page-content .container h5,
.default-page-content .container h6,
.default-page-content .container p,
.default-page-content .container li {
    color: #000;
}

.default-page-content .container p {
    line-height: 28px;
    margin: 0px 0px 34px;
}

.default-page-content .container h2 {
    font-size: 35px;
}

.default-page-content .container h3 {
    font-size: 30px;
}

.default-page-content .container h4 {
    font-size: 25px;
}

.default-page-content .container h5 {
    font-size: 20px;
}

.default-page-content .container h6 {
    font-size: 18px;
}

.default-page-content .container .title {
    text-align: center;
    margin-bottom: 30px;
}

.default-page-content .container .article {
    margin-top: 60px;
}

.default-page-content .container .article h1 {
    margin: 30px 0;
}

#products-page {
    padding-bottom: 109px;
}

#products-page .normal-big {
    margin-top: -190px;
    z-index: 2;
    position: relative;
    background-color: #EDEEF0;
    -webkit-box-shadow: 0px 0px 39px -22px black;
    box-shadow: 0px 0px 39px -22px black;
    margin-bottom: 71px;
    max-width: 1196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 0
}

@media (max-width: 1200px) {
    #products-page .normal-big {
        background: transparent;
    }

    #products-page {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    #products-page .normal-big {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    #products-page .normal-big {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#products-page .normal-big .sidebar-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    background: #FFFFFF;
    min-width: 280px;
}

@media (max-width: 768px) {
    #products-page .normal-big .sidebar-category {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#products-page .normal-big .sidebar-category .top {
    padding-left: 27px;
}

#products-page .normal-big .sidebar-category .top .poli-link {
    color: #04B6F3;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 50px;
}

#products-page .normal-big .sidebar-category .top .poli-link:hover {
    text-decoration: none;
}

#products-page .normal-big .sidebar-category .top .poli-link:hover {
    color: #142443;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#products-page .normal-big .sidebar-category .top h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 27px;
    font-size: 22px;
    color: #000000;
}

@media (max-width: 768px) {
    #products-page .normal-big .sidebar-category .category-container {
        display: none;
    }
}

@media (min-width: 769px) {
    #products-page .normal-big .sidebar-category .category-container {
        display: block !important;
    }
}

#products-page .taxonomy-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    max-width: 1196px;
    margin: 0 auto;
    background: #EDEEF0;
    padding: 67px 85px;
    /*padding-right: 85px;*/
}

#products-page .taxonomy-content .fisele-de-securitate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 600px) {
    #products-page .taxonomy-content .fisele-de-securitate {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#products-page .taxonomy-content .fisele-de-securitate .container-upload {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 600px) {
    #products-page .taxonomy-content .fisele-de-securitate .container-upload {
        margin: 10px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

#products-page .taxonomy-content .partener h5 {
    color: #071019;
    font-size: 16px;
    font-weight: 700;
}

#products-page .taxonomy-content .partener ul li {
    font-size: 16px;
    color: #071019;
    font-weight: 500;
}

#products-page .taxonomy-content .partener ul li a {
    color: #071019;
    text-decoration: none;
    font-weight: 500;
}

#products-page .taxonomy-content.content-products {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 73% !important;
    flex: 0 0 73% !important;
    max-width: 73% !important;
}

@media (max-width: 768px) {
    #products-page .taxonomy-content.content-products {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        position: relative;
    }
}

#products-page .taxonomy-content .content-products {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 66px;
    padding-left: 62px;
    padding-right: 82px;
    position: relative;
    background: #EDEEF0;
}

@media (max-width: 1100px) {
    #products-page .taxonomy-content .content-products {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    #products-page .taxonomy-content .content-products {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    #products-page .taxonomy-content .content-products {
        padding: 25px 0;
    }
}

#products-page .taxonomy-content .content-products h4 {
    text-align: center;
    color: #1D398C;
    line-height: 37px;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 24px;
}

#products-page .taxonomy-content .content-products .inner-products-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 768px) {
    #products-page .taxonomy-content .content-products .inner-products-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    #products-page .taxonomy-content .content-products .inner-products-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1100px) {
    #products-page .taxonomy-content {
        padding: 25px;
    }
}

#products-page .taxonomy-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 49px;
    color: #1D398C;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 768px) {
    #products-page .taxonomy-content h2 {
        font-size: 30px;
        line-height: 39px;
    }
}

#products-page .taxonomy-content h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 61px;
    font-size: 20px;
    color: #04B6F3;
    text-align: center;
}

@media (max-width: 768px) {
    #products-page .taxonomy-content h3 {
        font-size: 16px;
        line-height: 35px;
    }
}

#products-page .taxonomy-content .thumbnail-taxonomy {
    height: 381px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 56px;
}

#products-page .taxonomy-content .thumbnail-taxonomy img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
    #products-page .taxonomy-content .thumbnail-taxonomy {
        height: 200px;
    }
}

#products-page .taxonomy-content p {
    font-family: 'Montserrat', sans-serif;
    /*font-size: 16px;
line-height: 30px;
*/
    color: #071019;
}

#products-page .taxonomy-content p strong {
    font-weight: 700;
}

@media (max-width: 768px) {
    #products-page .taxonomy-content p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
    }
}

#products-page .taxonomy-content h4 {
    font-family: 'Montserrat', sans-serif;
    color: #04B6F3;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 35px;
}

#products-page .taxonomy-content ul {
    padding-top: 25px;
    padding-bottom: 45px;
}

#products-page .taxonomy-content ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #071019;
    line-height: 1.8em;
    padding-left: 33px;
    position: relative;
    margin-bottom: 10px;
}

#products-page .taxonomy-content ul li:before {
    content: "";
    background: url(assets/images/png/check.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}

.heighty {
    height: unset !important;
}

.hero-products {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.hero-products .hero-content-products {
    margin-top: -190px;
}

@media (max-width: 600px) {
    .hero-products .hero-content-products {
        margin-top: -250px;
    }
}

.products-template-new {
    padding-top: 96px;
    background: #EDEEF0;
}

.products-template-new .hero {
    padding: 107px 0;
}

@media (max-width: 991px) {
    .products-template-new .hero {
        padding: 50px 0;
    }
}

.products-template-new .hero h1 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #1D398C;
    font-size: 40px;
    font-weight: 900;
    line-height: 61px;
    text-align: center;
}

@media (max-width: 768px) {
    .products-template-new .hero h1 {
        font-size: 30px;
        line-height: 51px;
    }
}

@media (max-width: 400px) {
    .products-template-new .hero h1 {
        font-size: 25px;
        line-height: 40px;
    }
}

.products-template-new .hero p {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .products-template-new .hero p {
        font-size: 16px;
        line-height: 28px;
    }
}

.products-template-new .content .first-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 71px;
    padding-bottom: 216px;
    background-size: cover !important;
    background-repeat: no-repeat no-repeat !important;
    position: relative;
}

.products-template-new .content .first-section:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #EDEEF0), to(transparent));
    background: linear-gradient(to right, #EDEEF0 35%, transparent 100%);
}

.products-template-new .content .first-section .text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
}

@media (max-width: 991px) {
    .products-template-new .content .first-section .text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .products-template-new .content .first-section .text .inner-container {
        margin-left: auto !important;
        margin-right: auto !important;
        margin: 0 auto;
    }
}

.products-template-new .content .first-section .text .inner-container {
    max-width: 691px;
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 768px) {
    .products-template-new .content .first-section .text .inner-container {
        padding: 0 10px;
    }
}

.products-template-new .content .first-section .text .inner-container h2 {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 300;
    color: #04B6F3;
}

@media (max-width: 768px) {
    .products-template-new .content .first-section .text .inner-container h2 {
        font-size: 25px;
        text-align: center;
    }
}

.products-template-new .content .first-section .text .inner-container p {
    margin-top: 30px;
    color: #071019;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 35px;
}

@media (max-width: 768px) {
    .products-template-new .content .first-section .text .inner-container p {
        font-size: 16px;
    }
}

.products-template-new .content .first-section .image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: transparent !important;
}

@media (max-width: 991px) {
    .products-template-new .content .first-section .image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.products-template-new .content .products-inner {
    background: transparent;
    position: relative;
    top: -200px;
}

@media (max-width: 1300px) {
    .products-template-new .content .products-inner {
        top: -80px;
    }
}

#single-product-page {
    padding-bottom: 109px;
}

@media (max-width: 1150px) {
    #single-product-page .single-product-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#single-product-page .single-product-container .sidebar-category .btn-show-filters-product {
    display: none;
}

@media (max-width: 1150px) {
    #single-product-page .single-product-container .sidebar-category .btn-show-filters-product {
        display: block;
        margin: 0 0 40px 0;
        text-align: center;
    }

    #single-product-page .single-product-container .sidebar-category .btn-show-filters-product button {
        margin-top: 35px;
        color: #fff;
        text-decoration: none;
        background-color: #003690;
        padding: 9px 30px;
        border-radius: 30px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        border: unset;
        width: 250px;
        font-weight: 100;
        text-align: center;
        font-size: 19px;
    }

    #single-product-page .single-product-container .sidebar-category .btn-show-filters-product button:focus {
        border: none;
    }
}

#single-product-page .single-product-container .sidebar-category .on-click-flt-btn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff !important;
    color: #003690 !important;
    border: 1px solid #003690 !important;
}

#single-product-page .normal-big {
    margin-top: -190px;
    z-index: 2;
    position: relative;
    background-color: #EDEEF0;
    -webkit-box-shadow: 0px 0px 39px -22px black;
    box-shadow: 0px 0px 39px -22px black;
    margin-bottom: 71px;
    max-width: 1196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1200px) {
    #single-product-page .normal-big {
        background: transparent;
    }
}

@media (max-width: 1150px) {
    #single-product-page .normal-big {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }
}

@media (max-width: 500px) {
    #single-product-page .normal-big {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#single-product-page .normal-big .sidebar-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    background: #FFFFFF;
}

@media (max-width: 1150px) {
    #single-product-page .normal-big .sidebar-category {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#single-product-page .normal-big .sidebar-category .top {
    padding-left: 27px;
}

#single-product-page .normal-big .sidebar-category .top .poli-link {
    color: #04B6F3;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 50px;
}

#single-product-page .normal-big .sidebar-category .top .poli-link:hover {
    text-decoration: none;
}

#single-product-page .normal-big .sidebar-category .top .poli-link:hover {
    color: #142443;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#single-product-page .normal-big .sidebar-category .top h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 27px;
    font-size: 22px;
    color: #000000;
}

@media (max-width: 1150px) {
    #single-product-page .normal-big .sidebar-category .category-container {
        display: none;
    }
}

@media (min-width: 1151px) {
    #single-product-page .normal-big .sidebar-category .category-container {
        display: block !important;
    }
}

#single-product-page .normal-big .content-products {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    padding-top: 50px;
    padding-bottom: 66px;
    padding-left: 62px;
    padding-right: 82px;
    background: #EDEEF0;
}

@media (max-width: 1100px) {
    #single-product-page .normal-big .content-products {
        padding: 25px;
    }
}

@media (max-width: 1150px) {
    #single-product-page .normal-big .content-products {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    #single-product-page .normal-big .content-products {
        padding: 25px 10px;
    }
}

#single-product-page .normal-big .content-products h4 {
    text-align: center;
    color: #1D398C;
    line-height: 37px;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 24px;
}

#single-product-page .normal-big .content-products .inner-products-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #single-product-page .normal-big .content-products .inner-products-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    #single-product-page .normal-big .content-products .inner-products-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#single-product-page .taxonomy-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    max-width: 1196px;
    margin: 0 auto;
    background: #EDEEF0;
    padding-top: 67px;
    padding-left: 85px;
    padding-right: 85px;
}

@media (max-width: 1100px) {
    #single-product-page .taxonomy-content {
        padding: 25px;
    }
}

#single-product-page .taxonomy-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 49px;
    color: #1D398C;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 768px) {
    #single-product-page .taxonomy-content h2 {
        font-size: 30px;
        line-height: 39px;
    }
}

#single-product-page .taxonomy-content h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 61px;
    font-size: 20px;
    color: #04B6F3;
    text-align: center;
}

@media (max-width: 768px) {
    #single-product-page .taxonomy-content h3 {
        font-size: 16px;
        line-height: 35px;
    }
}

#single-product-page .taxonomy-content .thumbnail-taxonomy {
    height: 381px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 56px;
}

#single-product-page .taxonomy-content .thumbnail-taxonomy img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#single-product-page .taxonomy-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #071019;
}

#single-product-page .taxonomy-content p strong {
    font-weight: 700;
}

@media (max-width: 768px) {
    #single-product-page .taxonomy-content p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
    }
}

#single-product-page .taxonomy-content h4 {
    font-family: 'Montserrat', sans-serif;
    color: #04B6F3;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
}

#single-product-page .taxonomy-content ul {
    padding-top: 25px;
    padding-bottom: 45px;
}

#single-product-page .taxonomy-content ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #071019;
    line-height: 35px;
}

#single-product-page .taxonomy-content ul li:before {
    content: "";
    background: url(assets/images/png/check.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 10px;
}

.single-page-hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#page-404 {
    background-color: #010812;
}

#page-404 .container-fluid .row .text-left {
    padding: 125px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 991px) {
    #page-404 .container-fluid .row .text-left {
        padding: 30px 10px;
        margin: 0 auto;
        text-align: center;
    }
}

#page-404 .container-fluid .row .text-left h1 {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 600px) {
    #page-404 .container-fluid .row .text-left h1 {
        font-size: 30px;
    }
}

#page-404 .container-fluid .row .text-left img {
    margin-bottom: 20px;
    height: auto !important;
    max-width: 100%;
}

#page-404 .container-fluid .row .text-left p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}

@media (max-width: 600px) {
    #page-404 .container-fluid .row .text-left p {
        font-size: 16px;
    }
}

#page-404 .container-fluid .row .image-right-404:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #010812), color-stop(6%, transparent), color-stop(90%, transparent));
    background: linear-gradient(90deg, #010812 2%, transparent 6%, transparent 90%);
}

@media (min-width: 991px) {
    #page-404 .container-fluid .row .image-right-404 {
        background-size: cover !important;
        background-position: center center !important;
    }
}

.about-us-page #specialized-about {
    background-color: #edeef0;
}

.about-us-page #specialized-about .image-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center 60% !important;
}

.about-us-page #specialized-about .image-section:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #edeef0), color-stop(40%, transparent), color-stop(98%, #edeef0));
    background: linear-gradient(90deg, #edeef0 10%, transparent 40%, #edeef0 98%);
}

@media (max-width: 1025px) {
    .about-us-page #specialized-about .image-section:before {
        background: transparent;
    }
}

@media (max-width: 991px) {
    .about-us-page #specialized-about .image-section {
        height: 300px;
    }
}

.about-us-page #specialized-about .paragraph-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 600px;
    padding-bottom: 208px;
}

@media (max-width: 600px) {
    .about-us-page #specialized-about .paragraph-right {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }
}

.about-us-page #specialized-about .paragraph-right img {
    position: absolute;
    right: 0;
    bottom: 10px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .about-us-page #specialized-about .paragraph-right {
        padding-bottom: 50px;
    }
}

.about-us-page #business-about {
    background-color: #071019;
}

.about-us-page #business-about .image-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 991px) {
    .about-us-page #business-about .image-section {
        height: 300px;
    }
}

.about-us-page #business-about .image-section:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #071019), color-stop(6%, transparent), color-stop(90%, transparent));
    background: linear-gradient(90deg, #071019 2%, transparent 6%, transparent 90%);
}

@media (max-width: 1025px) {
    .about-us-page #business-about .image-section:before {
        background: transparent;
    }
}

.about-us-page #business-about .paragraph-right {
    max-width: 600px;
}

.about-us-page #mission-about {
    background-color: #edeef0;
}

@media (min-width: 991px) {
    .about-us-page #mission-about .image-section {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center 80% !important;
    }
}

@media (max-width: 991px) {
    .about-us-page #mission-about .image-section {
        height: 300px;
    }
}

.about-us-page #mission-about .image-section:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, transparent), color-stop(98%, #edeef0));
    background: linear-gradient(90deg, transparent 0%, transparent 80%, #edeef0 98%);
}

@media (max-width: 1025px) {
    .about-us-page #mission-about .image-section:before {
        background: transparent;
    }
}

.about-us-page #mission-about .paragraph-right {
    max-width: 600px;
}

.img-certificates {
    height: auto;
    width: 150px;
    margin-right: 30px;
}

#quality-pro-certification-page {
    background-color: #edeef0;
}

@media (min-width: 991px) {
    #quality-pro-certification-page .image-section {
        background-size: 70% !important;
        background-position: 97% !important;
        background-repeat: no-repeat no-repeat !important;
    }
}

@media (max-width: 991px) {
    #quality-pro-certification-page .image-section {
        height: 200px;
        background-size: contain !important;
        background-position: 60% !important;
    }
}

#quality-pro-certification-page .paragraph-right {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

#quality-pro-certification-page .paragraph-right .certificates-container {
    margin: 30px 0 45px 0;
}

@media (max-width: 600px) {
    #quality-pro-certification-page .paragraph-right .certificates-container img {
        margin-right: 0;
    }
}

@media (max-width: 360px) {
    #quality-pro-certification-page .paragraph-right .certificates-container img {
        margin-bottom: 20px;
    }
}

#chemical-products-page {
    background-color: #071019;
}

#chemical-products-page .image-section {
    position: relative;
}

@media (min-width: 991px) {
    #chemical-products-page .image-section {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat no-repeat !important;
    }
}

@media (max-width: 991px) {
    #chemical-products-page .image-section {
        height: 250px;
    }
}

#chemical-products-page .image-section:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #071019), color-stop(6%, transparent), color-stop(90%, transparent));
    background: linear-gradient(90deg, #071019 2%, transparent 6%, transparent 90%);
}

@media (max-width: 991px) {
    #chemical-products-page .image-section:before {
        background: unset;
    }
}

#chemical-products-page .paragraph-right {
    max-width: 600px;
}

#iso-certificates-page {
    background-color: #edeef0;
}

@media (min-width: 991px) {
    #iso-certificates-page .image {
        background-position: 67% !important;
        background-position: center center !important;
        background-repeat: no-repeat no-repeat !important;
    }
}

@media (max-width: 991px) {
    #iso-certificates-page .image {
        height: 250px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
}

@media (min-width: 991px) {
    .hero-contact {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}

@media (max-width: 991px) {
    .hero-contact {
        background-position: unset !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
}

.contact-content-page {
    margin-bottom: 80px;
}

@media (max-width: 600px) {
    .contact-content-page {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .contact-content-page .container {
        padding: 0 5px;
    }
}

.contact-content-page .big-container {
    margin-top: -180px;
    background-color: #fff;
    position: relative;
}

.contact-content-page .big-container .inside-container {
    padding-top: 67px;
}

.contact-content-page h2 {
    font-size: 3.3rem;
    color: #000;
    font-weight: 700;
}

@media (max-width: 600px) {
    .contact-content-page h2 {
        font-size: 28px;
    }
}

.contact-content-page h3 {
    color: #04b6f3;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    .contact-content-page h3 {
        font-size: 16px;
        line-height: 25px;
    }
}

.contact-content-page .list-contact {
    margin-top: 34px;
    margin-bottom: 40px;
}

.contact-content-page .list-contact li {
    margin: 17px 0;
}

.contact-content-page .list-contact li span {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
}

.contact-content-page .list-contact li img {
    margin-right: 10px;
}

.contact-content-page .list-contact li a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 1.8rem;
}

.contact-content-page .list-contact li a:not(:first-child):hover {
    color: #04b6f3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 600px) {
    .contact-content-page .list-contact li a {
        font-size: 16px;
    }
}

.contact-content-page .map-container {
    width: 100%;
}

.contact-content-page .map-container iframe {
    width: 100%;
}

.contact-content-page .form-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
}

@media (max-width: 600px) {
    .contact-content-page .form-content {
        margin-bottom: 20px;
    }
}

.contact-content-page .form-content input {
    display: block;
    width: 100%;
    margin: 8px 0;
    background-color: #f4f4f4;
    height: 48px;
    padding: 0 20px;
    border: unset;
    border-radius: 2px;
    font-size: 18px;
    /* padding-left: 10px; */
    border-style: none;
}

.contact-content-page .form-content label {
    margin: 8px 0 0 0;
    color: black;
    font-size: 1.8rem;
    font-weight: 400;
    width: 100% !important;
}

.contact-content-page .form-content textarea {
    width: 100%;
    margin: 8px 0;
    background-color: #f4f4f4;
    border: unset;
    font-size: 18px;
    padding-left: 10px;
    border-style: none;
    height: 190px;
}

.contact-content-page .form-content .button-blue {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: unset;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 16px;
    padding: 8px 35px;
    max-width: 190px;
    border-style: none;
}

.contact-content-page .form-content .button-blue:hover {
    border: 1px solid #1d398c;
}

.contact-content-page .form-content .button-blue:focus {
    border: unset;
    border-color: transparent;
    outline: none;
}

.wpcf7-response-output {
    margin-top: 0;
    height: 40px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff6877;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 17px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: unset;
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.intro-pmta {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.intro-pmta:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #EDEEF0;
    opacity: 0.77;
}

.intro-pmta .container {
    padding: 236px 0 159px 0;
    text-align: center;
    position: relative;
}

@media (max-width: 768px) {
    .intro-pmta .container {
        padding: 100px 0;
    }
}

.intro-pmta .container h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #1D398C;
    font-weight: 700;
    line-height: 61px;
}

@media (max-width: 768px) {
    .intro-pmta .container h1 {
        font-size: 30px;
        line-height: 45px;
    }
}

.intro-pmta .container h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #04B6F3;
    line-height: 44px;
}

@media (max-width: 768px) {
    .intro-pmta .container h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

.intro-pmta .container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 35px;
}

@media (max-width: 768px) {
    .intro-pmta .container p {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}

.pmta-what-is {
    background: #071019;
}

.pmta-what-is .container-fluid .row .image {
    background-size: cover !important;
    position: relative;
}

.pmta-what-is .container-fluid .row .image:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(7, 16, 25, 0.226768)), color-stop(71%, rgba(7, 16, 25, 0.826768)), to(#071019));
    background: linear-gradient(90deg, rgba(7, 16, 25, 0.226768) 0%, rgba(7, 16, 25, 0.826768) 71%, #071019 100%);
}

@media (max-width: 1200px) {
    .pmta-what-is .container-fluid .row .image {
        height: 250px;
    }

    .pmta-what-is .container-fluid .row .image:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 16, 25, 0.226768)), color-stop(71%, rgba(7, 16, 25, 0.826768)), to(#071019));
        background: linear-gradient(180deg, rgba(7, 16, 25, 0.226768) 0%, rgba(7, 16, 25, 0.826768) 71%, #071019 100%);
    }
}

.pmta-what-is .container-fluid .row .text {
    max-width: 691px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #071019;
}

@media (max-width: 1200px) {
    .pmta-what-is .container-fluid .row .text {
        max-width: unset;
        text-align: center;
    }
}

.pmta-what-is .container-fluid .row .text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #04B6F3;
}

@media (max-width: 768px) {
    .pmta-what-is .container-fluid .row .text h3 {
        font-size: 20px;
    }
}

.pmta-what-is .container-fluid .row .text h2 {
    font-family: 'Montserrat';
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .pmta-what-is .container-fluid .row .text h2 {
        font-size: 30px;
    }
}

.pmta-what-is .container-fluid .row .text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.8em;
}

@media (max-width: 768px) {
    .pmta-what-is .container-fluid .row .text p {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}

.domenii-pmta {
    background: #EDEEF0;
}

@media (max-width: 1200px) {
    .domenii-pmta .container-fluid .row .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 300px;
    }

    .domenii-pmta .container-fluid .row .text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .domenii-pmta .container-fluid .row .text .inner-container {
        max-width: unset;
        text-align: center;
    }
}

.domenii-pmta .container-fluid .row .inner-container {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 841px;
    margin-right: 0;
    position: relative;
    margin-left: auto;
    left: 100px;
    z-index: 2;
}

@media (max-width: 1200px) {
    .domenii-pmta .container-fluid .row .inner-container {
        margin: 0 auto;
        left: 0;
    }

    .domenii-pmta .container-fluid .row .inner-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .domenii-pmta .container-fluid .row .inner-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.domenii-pmta .container-fluid .row .inner-container h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 45px;
    color: #1D398C;
}

@media (max-width: 768px) {
    .domenii-pmta .container-fluid .row .inner-container h4 {
        font-size: 18px;
        line-height: 1.6rem;
    }
}

.domenii-pmta .container-fluid .row .inner-container ul {
    padding-top: 25px;
    padding-bottom: 15px;
}

.domenii-pmta .container-fluid .row .inner-container ul li {

    font-size: 1.6em;
    font-weight: 500;
    color: #071019;
    line-height: 1.8rem;
    margin-bottom: 18px;
    position: relative;
    padding-left: 33px;
}

@media (max-width: 768px) {
    .domenii-pmta .container-fluid .row .inner-container ul li {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.6em
    }
}

.domenii-pmta .container-fluid .row .inner-container ul li:before {
    content: "";
    background: url(assets/images/png/check.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.domenii-pmta .container-fluid .row .inner-container p {
    color: #071019;
}

.domenii-pmta .container-fluid .row .image {
    background-size: cover !important;
    position: relative;
}

.domenii-pmta .container-fluid .row .image:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(rgba(237, 238, 240, 0.686712)), color-stop(51%, rgba(237, 238, 240, 0.557861)), to(#edeef0));
    background: linear-gradient(270deg, rgba(237, 238, 240, 0.686712) 0%, rgba(237, 238, 240, 0.557861) 51%, #edeef0 100%);
}

@media (max-width: 1200px) {
    .domenii-pmta .container-fluid .row .image:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 238, 240, 0.686712)), color-stop(51%, rgba(237, 238, 240, 0.557861)), to(#edeef0));
        background: linear-gradient(180deg, rgba(237, 238, 240, 0.686712) 0%, rgba(237, 238, 240, 0.557861) 51%, #edeef0 100%);
    }
}

.produse-pmta {
    text-align: center;
    padding-top: 109px;
    padding-bottom: 125px;
}

@media (max-width: 1300px) {
    .produse-pmta {
        padding: 50px 0;
    }
}

.produse-pmta h2 {
    font-family: 'Montserrat';
    font-size: 45px;
    color: #04B6F3;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 768px) {
    .produse-pmta h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.produse-pmta p {
    max-width: 792px;
    margin: 0 auto;
    font-weight: 500;
    /*line-height: 35px;*/
    font-size: 16px;
    color: #071019;
}

@media (max-width: 768px) {
    .produse-pmta p {
        font-size: 1.4rem;
        /*line-height: 26px;*/
    }
}

.wpml-ls-legacy-dropdown a span {
    font-size: 1.7rem;
    vertical-align: baseline;
}

@media (max-width: 600px) {
    .wpml-ls-legacy-dropdown a span {
        font-size: 14px;
    }

    .quick-call>a {
        font-size: 13px;
    }
}

.quick-call>span {
    padding: 0px 10px;
    margin-left: 30px;
}

@media (max-width: 1167px) {
    .quick-call>span {
        margin-left: 0;
    }
}

.quick-call>a {
    font-size: 13px;
    color: inherit;
}

.quick-call-img {
    width: 20px;
}

.wipo-left {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.wipo-logo {
    width: 100%;
}

.wipo-right {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 610px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

@media (max-width: 992px) {
    .wipo-right {
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: -1;
        order: -1;
        text-align: center;
        padding: 30px 10px;
        max-width: 600px;
    }
}

.wipo-text-wrapper>h3 {
    color: #04b6f3;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
}

.wipo-text-wrapper>p {
    color: #707070;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 28px;
}

.wipo-anchor {
    margin-top: 30px;
}

#map_ro {
    height: 400px;
}

#map_en {
    height: 400px;
}


.fixed-address .about>h3 {
    font-size: 1.7rem;
}

.fixed-address .about>p {
    font-size: 14px;
}

.main>h2 {
    font-size: 1.6em;
}

.main-address>h3 {
    font-size: 1.7rem;
}

.main-address>p {
    font-size: 14px;
}


/* leaflet map styles;
==================== */

#leaflet_map_ro {
    height: 400px;
}

#leaflet_map_en {
    height: 400px;
}

.mapboxgl-popup{
    height: 200px;
    max-width: 300px!important;
}

.mapboxgl-popup-content{
    overflow-y: scroll;
    padding: 15px;
}

.mapboxgl-popup-content > h3{
    font-size: 1.9rem;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 500;
}

.mapboxgl-popup-content > .popup-body > .popup-heading{
    font-size: 1.7rem;
    font-weight: 500;
}

.mapboxgl-popup-content > h3::after{
    content: "";
    position: absolute;
    bottom:0;
    width: 100%;
    height: 2px;
    background-color: #04b6f3;
    display: block;
}
.mapboxgl-popup-content .popup-body > p{
    font-size: 13px;
}

.mapboxgl-popup-content .popup-body > .popup-call{
    font-size: 13px;
    text-decoration: underline;
}
.mapboxgl-popup-content::-webkit-scrollbar {
  width: 5px;
}


.mapboxgl-popup-content::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.mapboxgl-popup-content::-webkit-scrollbar-thumb {
  background: #888; 
}

.mapboxgl-popup-content::-webkit-scrollbar-thumb:hover {
  background: #555; 
}