html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: npa;
    src: url(../fonts/SpaceGrotesk-Regular.ttf) format("woff2"), url(../fonts/SpaceGrotesk-Regular.ttf) format("woff");
    font-weight: 300;
    font-style: normal
}

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

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1920px;
}

.container::after {
    clear: both;
    content: "";
    display: block;
}

@media screen and (min-width: 768px) {
    .container {
        width: 100%;
        padding: 0 40px;
    }
}

@media screen and (min-width: 1025px) {
    .container {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.row {
    display: block;
}

.row::after {
    clear: both;
    content: "";
    display: block;
}

.col-xs-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.3333333333%;
}

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

.col-xs-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.6666666667%;
}

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

.col-xs-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
}

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

.col-xs-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.3333333333%;
}

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

.col-xs-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.6666666667%;
}

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

.col-xs-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
}

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

.col-xs-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.3333333333%;
}

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

.col-xs-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.6666666667%;
}

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

.col-xs-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
}

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

.col-xs-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.3333333333%;
}

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

.col-xs-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.6666666667%;
}

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

.col-xs-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media screen and (min-width: 768px) {
    .col-sm-1 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 8.3333333333%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-2 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 16.6666666667%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-3 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 25%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-4 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 33.3333333333%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-5 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 41.6666666667%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-6 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 50%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-7 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 58.3333333333%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-8 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 66.6666666667%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-9 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 75%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-10 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 83.3333333333%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-11 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 91.6666666667%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-12 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 100%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
}

@media screen and (min-width: 1025px) {
    .col-md-1 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 8.3333333333%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-2 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 16.6666666667%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-3 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 25%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-4 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 33.3333333333%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-5 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 41.6666666667%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-6 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 50%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-7 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 58.3333333333%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-8 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 66.6666666667%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-9 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 75%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-10 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 83.3333333333%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-11 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 91.6666666667%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-12 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 100%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-1 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 8.3333333333%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-2 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 16.6666666667%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-3 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 25%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-4 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 33.3333333333%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-5 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 41.6666666667%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-6 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 50%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-7 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 58.3333333333%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-8 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 66.6666666667%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-9 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 75%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-10 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 83.3333333333%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-11 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 91.6666666667%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        float: left;
        width: 100%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.hidden {
    display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

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

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

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


/*===============================
=            tooltip            =
===============================*/

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -9px;
    padding: 10px 0;
}

.tooltip.right,
.tooltip.top-right,
.tooltip.bottom-right {
    margin-left: 9px;
    padding: 0 10px;
}

.tooltip.bottom {
    margin-top: 9px;
    padding: 10px 0;
}

.tooltip.left,
.tooltip.top-left,
.tooltip.bottom-left {
    margin-left: -9px;
    padding: 0 10px;
}

.tooltip-inner {
    padding: 28px 28px 23px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
}

.tooltip-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #000;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 0 0 1px 1px;
}

.tooltip.top-left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-width: 0 1px 1px 0;
}

.tooltip.top-right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-width: 1px 0 0 1px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-width: 1px 0 0 1px;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-width: 0 1px 1px 0;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 1px 1px 0 0;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-width: 0 1px 1px 0;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-width: 1px 0 0 1px;
}


/*=====  End of tooltip  ======*/


/*=============================
=            modal            =
=============================*/

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1025px) {
    .modal-lg {
        width: 900px;
    }
}


/*=====  End of modal  ======*/


/*================================
=            dropdown            =
================================*/

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}


/*=====  End of dropdown  ======*/


/*================================
=            Collapse            =
================================*/

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -moz-transition-property: height, visibility;
    transition-property: height, visibility;
}


/*=====  End of Collapse  ======*/

@font-face {
    font-family: "Canela";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Canela/canela-thin-web.woff2") format("woff2"), url("../fonts/Canela/canela-thin-web.woff") format("woff");
}

@font-face {
    font-family: "Canela";
    font-style: italic;
    font-weight: 100;
    src: url("../fonts/Canela/canela-thinitalic-webd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-thinitalic-web.html") format("woff2"), url("../fonts/Canela/canela-thinitalic-web-2.html") format("woff"), url("../fonts/Canela/canela-thinitalic-web-3.html") format("truetype"), url("../fonts/Canela/canela-thinitalic-web-4.html#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Canela/canela-light-webd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-light-web.html") format("woff2"), url("../fonts/Canela/canela-light-web-2.html") format("woff"), url("../fonts/Canela/canela-light-web-3.html") format("truetype"), url("../fonts/Canela/canela-light-web-4.html#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Canela/canela-lightitalic-webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-lightitalic-web.woff2") format("woff2"), url("../fonts/Canela/canela-lightitalic-web.woff") format("woff"), url("../fonts/Canela/canela-lightitalic-web.ttf") format("truetype"), url("../fonts/Canela/canela-lightitalic-web.svg#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Canela/canela-regular-webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-regular-web.woff2") format("woff2"), url("../fonts/Canela/canela-regular-web.woff") format("woff"), url("../fonts/Canela/canela-regular-web.ttf") format("truetype"), url("../fonts/Canela/canela-regular-web.svg#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Canela/canela-regularitalic-webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-regularitalic-web.woff2") format("woff2"), url("../fonts/Canela/canela-regularitalic-web.woff") format("woff"), url("../fonts/Canela/canela-regularitalic-web.ttf") format("truetype"), url("../fonts/Canela/canela-regularitalic-web.svg#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Canela/canela-medium-webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-medium-web.woff2") format("woff2"), url("../fonts/Canela/canela-medium-web.woff") format("woff"), url("../fonts/Canela/canela-medium-web.ttf") format("truetype"), url("../fonts/Canela/canela-medium-web.svg#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Canela/canela-mediumitalic-webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-mediumitalic-web.woff2") format("woff2"), url("../fonts/Canela/canela-mediumitalic-web.woff") format("woff"), url("../fonts/Canela/canela-mediumitalic-web.ttf") format("truetype"), url("../fonts/Canela/canela-mediumitalic-web.svg#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Canela/canela-bold-webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-bold-web.woff2") format("woff2"), url("../fonts/Canela/canela-bold-web.woff") format("woff"), url("../fonts/Canela/canela-bold-web.ttf") format("truetype"), url("../fonts/Canela/canela-bold-web.svg#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Canela/canela-bolditalic-webd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-bolditalic-web.html") format("woff2"), url("../fonts/Canela/canela-bolditalic-web-2.html") format("woff"), url("../fonts/Canela/canela-bolditalic-web-3.html") format("truetype"), url("../fonts/Canela/canela-bolditalic-web-4.html#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Canela/canela-black-webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-black-web.woff2") format("woff2"), url("../fonts/Canela/canela-black-web.woff") format("woff"), url("../fonts/Canela/canela-black-web.ttf") format("truetype"), url("../fonts/Canela/canela-black-web.svg#Canela") format("svg");
}

@font-face {
    font-family: "Canela";
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/Canela/canela-blackitalic-webd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Canela/canela-blackitalic-web.html") format("woff2"), url("../fonts/Canela/canela-blackitalic-web-2.html") format("woff"), url("../fonts/Canela/canela-blackitalic-web-3.html") format("truetype"), url("../fonts/Canela/canela-blackitalic-web-4.html#Canela") format("svg");
}


/*=====================================
=            base elements            =
=====================================*/

body {
    line-height: 1.2;
    font-size: 16px;
    margin: 0;
    text-rendering: optimizelegibility;
    font-family: "Canela", serif;
    color: #09142B;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

textarea,
input,
select,
button,
a {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: npa;
}

select,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input:not([type]),
textarea,
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select,
option {
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #5b6d8f;
    -webkit-box-shadow: 0 0 0px 1000px #5b6d8f inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #5b6d8f !important;
}

textarea {
    overflow: auto;
}

[disabled] {
    cursor: not-allowed;
}


/*=====  End of base elements  ======*/


/*=============================
=           Footer           =
=============================*/

.footer .hidden_opacity {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.footer .normal_opacity {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .footer .accordion_btn {
        cursor: pointer;
        border-top: 1px solid #5B6D8F;
    }
    .footer .foo_menu_column:last-child {
        border-bottom: 1px solid #5B6D8F;
    }
    .footer .accordion_panel {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease-out;
        -o-transition: max-height 0.3s ease-out;
        -moz-transition: max-height 0.3s ease-out;
        transition: max-height 0.3s ease-out;
    }
    .footer .foo_menu_column:first-child .accordion_btn {
        border-top: unset;
    }
}

.footer .container {
    padding: 5px 142px;
    max-width: 1440px;
}

@media screen and (max-width: 1199px) {
    .footer .container {
        padding: 0 80px;
    }
}

.footer .newsletter_wrap_footer {
    text-align: center;
    padding: 96px 0 0 0;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .footer .newsletter_wrap_footer {
        padding: 96px 40px 0 40px;
    }
}

.footer .newsletter_wrap_footer .footer_title {
    width: 100%;
    max-width: 785px;
    margin: 0;
    text-align: left;
    margin-bottom: 54px;
}

@media screen and (max-width: 1024px) {
    .footer .newsletter_wrap_footer .footer_title {
        margin-bottom: 24px;
        font-size: 48px;
        line-height: 48px;
    }
}

.footer .newsletter_wrap_footer form {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.footer .newsletter_wrap_footer form[data-status=submitting] button svg {
    display: none;
}

.footer .newsletter_wrap_footer form[data-status=submitting] .loader {
    display: block;
}

.footer .newsletter_wrap_footer .email_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer .email_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
}

.footer .newsletter_wrap_footer .email_footer .wpcf7-form-control-wrap {
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer .email_footer .wpcf7-form-control-wrap {
        padding-right: 0;
        padding-bottom: 0;
    }
}

.footer .newsletter_wrap_footer .email_footer .wpcf7-form-control-wrap:last-child {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer .email_footer .wpcf7-form-control-wrap:last-child {
        padding-bottom: 0px;
    }
}

.footer .newsletter_wrap_footer .email_footer .last-name input,
.footer .newsletter_wrap_footer .email_footer .wpcf7-form-control-wrap[data-name=last-name] input {
    border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer .email_footer .last-name input,
    .footer .newsletter_wrap_footer .email_footer .wpcf7-form-control-wrap[data-name=last-name] input {
        border-radius: 0;
    }
}

.footer .newsletter_wrap_footer .email_footer .email_btn_wrap {
    position: relative;
}

.footer .newsletter_wrap_footer .email_footer .wpcf7-not-valid-tip {
    display: block;
    font-family: npa;
    font-size: 12px;
    line-height: 20px;
    color: #5B6D8F;
    text-align: start;
    margin-top: 4px;
    margin-left: 4px;
}

.footer .newsletter_wrap_footer input[type=text] {
    border: none;
    border-right: 1px solid #1D283F;
    background-color: transparent;
    font-family: npa;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 0 24px;
    color: #FBFBFB;
    width: 256px;
    max-width: 256px;
    height: 54px;
    background-color: #22314E;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .newsletter_wrap_footer input[type=text]:first-of-type {
    border-radius: 4px 0px 0px 4px;
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer input[type=text]:first-of-type {
        border-radius: 4px 4px 0px 0px;
    }
}

.footer .newsletter_wrap_footer input[type=text]:active,
.footer .newsletter_wrap_footer input[type=text]:focus {
    background-color: #5B6D8F;
}

.footer .newsletter_wrap_footer input[type=text]:active::-webkit-input-placeholder,
.footer .newsletter_wrap_footer input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0;
}

.footer .newsletter_wrap_footer input[type=text]:active::-moz-placeholder,
.footer .newsletter_wrap_footer input[type=text]:focus::-moz-placeholder {
    opacity: 0;
}

.footer .newsletter_wrap_footer input[type=text]:active:-moz-placeholder,
.footer .newsletter_wrap_footer input[type=text]:focus:-moz-placeholder {
    opacity: 0;
}

.footer .newsletter_wrap_footer input[type=text]:active:-ms-input-placeholder,
.footer .newsletter_wrap_footer input[type=text]:focus:-ms-input-placeholder {
    opacity: 0;
}

@media screen and (min-width: 1025px) {
    .footer .newsletter_wrap_footer input[type=text]:hover {
        background-color: #5B6D8F;
    }
    .footer .newsletter_wrap_footer input[type=text]:hover::-webkit-input-placeholder {
        color: #D1D6E0;
    }
    .footer .newsletter_wrap_footer input[type=text]:hover::-moz-placeholder {
        color: #D1D6E0;
    }
    .footer .newsletter_wrap_footer input[type=text]:hover:-moz-placeholder {
        color: #D1D6E0;
    }
    .footer .newsletter_wrap_footer input[type=text]:hover:-ms-input-placeholder {
        color: #D1D6E0;
    }
}

@media screen and (max-width: 1024px) {
    .footer .newsletter_wrap_footer input[type=text] {
        width: 100%;
        max-width: 100%;
        border: none;
        border-bottom: 1px solid #1D283F;
    }
}

.footer .newsletter_wrap_footer input[type=text]::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #5B6D8F;
}

.footer .newsletter_wrap_footer input[type=text]::-moz-placeholder {
    opacity: 1;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #5B6D8F;
}

.footer .newsletter_wrap_footer input[type=text]:-moz-placeholder {
    opacity: 1;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #5B6D8F;
}

.footer .newsletter_wrap_footer input[type=text]:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #5B6D8F;
}

.footer .newsletter_wrap_footer input[type=text].wpcf7-not-valid {
    border: 1px solid transparent;
    border-right-color: #22314E;
    background-color: rgba(255, 0, 14, 0.3);
}

.footer .newsletter_wrap_footer input[type=email] {
    border: none;
    border-right: 1px solid #22314E;
    background-color: transparent;
    font-family: npa;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 0 24px;
    color: #FFFFFF;
    width: 256px;
    max-width: 256px;
    height: 54px;
    background-color: #22314E;
    border-radius: 0px 4px 4px 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .newsletter_wrap_footer input[type=email]:active,
.footer .newsletter_wrap_footer input[type=email]:focus {
    background-color: #5B6D8F;
}

.footer .newsletter_wrap_footer input[type=email]:active::-webkit-input-placeholder,
.footer .newsletter_wrap_footer input[type=email]:focus::-webkit-input-placeholder {
    opacity: 0;
}

.footer .newsletter_wrap_footer input[type=email]:active::-moz-placeholder,
.footer .newsletter_wrap_footer input[type=email]:focus::-moz-placeholder {
    opacity: 0;
}

.footer .newsletter_wrap_footer input[type=email]:active:-moz-placeholder,
.footer .newsletter_wrap_footer input[type=email]:focus:-moz-placeholder {
    opacity: 0;
}

.footer .newsletter_wrap_footer input[type=email]:active:-ms-input-placeholder,
.footer .newsletter_wrap_footer input[type=email]:focus:-ms-input-placeholder {
    opacity: 0;
}

@media screen and (min-width: 1025px) {
    .footer .newsletter_wrap_footer input[type=email]:hover {
        background-color: #5B6D8F;
    }
    .footer .newsletter_wrap_footer input[type=email]:hover::-webkit-input-placeholder {
        color: #D1D6E0;
    }
    .footer .newsletter_wrap_footer input[type=email]:hover::-moz-placeholder {
        color: #D1D6E0;
    }
    .footer .newsletter_wrap_footer input[type=email]:hover:-moz-placeholder {
        color: #D1D6E0;
    }
    .footer .newsletter_wrap_footer input[type=email]:hover:-ms-input-placeholder {
        color: #D1D6E0;
    }
}

@media screen and (max-width: 1024px) {
    .footer .newsletter_wrap_footer input[type=email] {
        width: 100%;
        max-width: 100%;
        border: none;
        border-radius: 0px 0px 4px 4px;
    }
}

.footer .newsletter_wrap_footer input[type=email]::-webkit-input-placeholder {
    opacity: 1;
    color: #5B6D8F;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .newsletter_wrap_footer input[type=email]::-moz-placeholder {
    opacity: 1;
    color: #5B6D8F;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .newsletter_wrap_footer input[type=email]:-moz-placeholder {
    opacity: 1;
    color: #5B6D8F;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .newsletter_wrap_footer input[type=email]:-ms-input-placeholder {
    opacity: 1;
    color: #5B6D8F;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .newsletter_wrap_footer input[type=email].wpcf7-not-valid {
    background-color: rgba(255, 0, 14, 0.3);
}

.footer .newsletter_wrap_footer .btn_wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin-left: 16px;
    margin-top: 17px;
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer .btn_wrap {
        margin: 16px 0 0 0px;
    }
}

.footer .newsletter_wrap_footer button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    color: #FBFBFB;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 14px;
    line-height: 14px;
    height: 20px;
}

.footer .newsletter_wrap_footer button svg {
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    overflow: visible;
}

.footer .newsletter_wrap_footer button svg path {
    stroke: #FFFFFF;
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.footer .newsletter_wrap_footer button svg rect {
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

@media screen and (min-width: 1025px) {
    .footer .newsletter_wrap_footer button:hover {
        color: #5B6D8F;
    }
    .footer .newsletter_wrap_footer button:hover svg {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .footer .newsletter_wrap_footer button:hover svg rect {
        stroke: #5B6D8F;
        -webkit-transform: translateY(-2px) scale(1.16);
        -moz-transform: translateY(-2px) scale(1.16);
        -ms-transform: translateY(-2px) scale(1.16);
        -o-transform: translateY(-2px) scale(1.16);
        transform: translateY(-2px) scale(1.16);
    }
    .footer .newsletter_wrap_footer button:hover svg path {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
        stroke: #5B6D8F;
    }
}

.footer .newsletter_wrap_footer .thank_you_message {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}

.footer .newsletter_wrap_footer .loader {
    position: absolute;
    right: -30px;
    width: 26px;
    top: -2px;
    display: none;
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer .loader {
        right: 0;
    }
}

.footer .newsletter_wrap_footer .wpcf7-response-output,
.footer .newsletter_wrap_footer .wpcf7-not-valid-tip {
    display: none;
}

.footer .newsletter_wrap_footer .submit_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.footer .newsletter_wrap_footer form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #22314E inset !important;
    color: #FBFBFB !important;
}

.footer .center_footer_menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: space-evenly;
    -ms-flex-pack: left;
    margin-top: 88px;
    margin-bottom: 88px;
}

@media screen and (max-width: 767px) {
    .footer .center_footer_menu {
        margin-top: 48px;
    }
}

.footer .center_footer_menu .foo_menu_column {
    width: 184px;
    margin-right: 59px;
}

.footer .center_footer_menu .foo_menu_column:last-child {
    margin-right: 0;
}

.footer .center_footer_menu .text_16_Frei500 {
    margin-bottom: 16px;
    display: block;
    color: #5B6D8F;
}

.footer .center_footer_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 20px;
    /* max-width: 150px; */
}

@media screen and (max-width: 767px) {
    .footer .center_footer_menu ul {
        max-width: 100%;
    }
}

.footer .center_footer_menu ul li {
    margin-bottom: 18px;
    color: #D1D6E0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 767px) {
    .footer .center_footer_menu ul li {
        color: #5B6D8F;
        font-size: 14px;
    }
}

.footer .center_footer_menu ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .footer .center_footer_menu ul li:last-child {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 1025px) {
    .footer .center_footer_menu ul li:hover {
        color: #5B6D8F;
    }
}

.footer .center_footer_menu ul a {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .footer .center_footer_menu ul a {
        font-size: 14px;
    }
}

.footer .center_footer_menu .foo_menu_title {
    font-family: npa;
    font-weight: 700;
    margin-bottom: 16px;
    color: #5B6D8F;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (min-width: 1025px) {
    .footer .center_footer_menu .foo_menu_title:hover {
        color: #D1D6E0;
    }
}

@media screen and (max-width: 767px) {
    .footer .center_footer_menu .foo_menu_title {
        margin-bottom: 0;
        height: 64px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        color: white;
        position: relative;
        padding-right: 25px;
        line-height: 20px;
        color: #D1D6E0;
        font-weight: 400;
    }
    .footer .center_footer_menu .foo_menu_title.text_16_Frei500 {
        font-weight: 400;
    }
    .footer .center_footer_menu .foo_menu_title::before,
    .footer .center_footer_menu .foo_menu_title::after {
        content: "";
        position: absolute;
        width: 17px;
        height: 1px;
        background-color: #D1D6E0;
        right: 7px;
    }
    .footer .center_footer_menu .foo_menu_title::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    }
    .footer .center_footer_menu .foo_menu_title.active::after {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.footer .bottom_footer_elements {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-top: 1px solid #22314E;
    padding: 22px 0;
    height: 64px;
}

.footer .bottom_footer_elements .left_footer_logo {
    margin-right: 24px;
}

.footer .bottom_left_ele a {
    margin-right: 24px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
    .footer .bottom_left_ele a:hover {
        color: #A2AAAD;
    }
}

.footer .bottom_center_ele a {
    margin: 0 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.footer .bottom_center_ele a:last-child {
    margin-right: 0;
}

.footer .bottom_center_ele a svg {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .bottom_center_ele a svg path {
    fill: #D1D6E0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
    .footer .bottom_center_ele a:hover svg path {
        fill: #5B6D8F;
    }
}

.footer .bottom_right_ele {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
}

.footer .bottom_right_ele::after {
    position: absolute;
    top: 0;
    right: -16px;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #22314E;
}

.footer .bottom_right_ele a {
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
    .footer .bottom_right_ele a:hover {
        color: #A2AAAD;
    }
}

@media screen and (min-width: 1025px) {
    .footer .bottom_right_ele .jtb_wrap:hover {
        color: #FFFFFF;
    }
    .footer .bottom_right_ele .jtb_wrap:hover .mid_blue_c {
        color: #FFFFFF;
    }
    .footer .bottom_right_ele .jtb_wrap:hover svg path {
        fill: #FFFFFF;
    }
}

.footer .left_side_bottom_foo {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    color: #5B6D8F;
    font-family: npa;
}

.footer .jtb_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .jtb_wrap .mid_blue_c {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer .jtb_wrap svg {
    margin-left: 4px;
}

.footer .jtb_wrap svg path {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (max-width: 1024px) {
    .footer .container {
        padding: 0;
    }
    .footer .center_footer_menu {
        margin-bottom: 120px;
        padding: 0 40px;
    }
    .footer .center_footer_menu .foo_menu_column {
        max-width: 172px;
        margin-right: 20px;
    }
    .footer .bottom_footer_elements_wrap {
        padding: 0 40px;
    }
    .footer .bottom_footer_elements {
        height: auto;
        border-top: 0;
        padding-bottom: 40px;
        padding-top: 25px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
    .footer .bottom_center_ele {
        padding-left: 0;
        padding-top: 32px;
        border-top: 1px solid #22314E;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
    .footer .bottom_center_ele a:first-child {
        margin-left: 0;
    }
    .footer .mid_jtb_logo {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .footer .newsletter_wrap_footer {
        padding: 73px 24px 0;
    }
    .footer .newsletter_wrap_footer .text_102_Frei {
        font-size: 48px;
        line-height: 52px;
    }
    .footer .center_footer_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        margin-bottom: 48px;
        padding: 0 24px;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        max-width: 100%;
    }
    .footer .center_footer_menu .foo_menu_column {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 0;
        max-width: 100%;
    }
    .footer .bottom_footer_elements_wrap {
        padding: 0 20px;
    }
    .footer .bottom_footer_elements {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        padding-top: 0px;
        padding-bottom: 16px;
    }
    .footer .bottom_footer_elements .mid_jtb_logo {
        margin-top: 15px;
        display: none;
    }
    .footer .bottom_center_ele {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        border-top: none;
        border-bottom: 1px solid #22314E;
        margin-bottom: 18px;
        padding-bottom: 18px;
        padding-top: 0;
    }
    .footer .left_side_bottom_foo {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }
}


/*=====  End of Footer  ======*/


/*=========================================
=                 Loader                 =
=========================================*/

.page_loader {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #09142B;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.page_loader.active {
    opacity: 1;
}

.page_loader .loader-5 {
    height: 32px;
    width: 32px;
    -webkit-animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.page_loader .loader-5::after,
.page_loader .loader-5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #5B6D8F;
    border-radius: 50%;
}

.page_loader .loader-5::before {
    left: 0;
    right: auto;
    -webkit-animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.page_loader .loader-5::after {
    left: auto;
    right: 0;
    -webkit-animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.page_loader .loader-5 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}

.page_loader .loader-5 span::before,
.page_loader .loader-5 span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #22314E;
    border-radius: 50%;
}

.page_loader .loader-5 span::before {
    top: 0;
    bottom: auto;
    -webkit-animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.page_loader .loader-5 span::after {
    top: auto;
    bottom: 0;
    -webkit-animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loader-5-1 {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-5-1 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-5-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(24px, 0, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@-moz-keyframes loader-5-2 {
    0% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -moz-transform: translate3d(24px, 0, 0) scale(0.5);
        transform: translate3d(24px, 0, 0) scale(0.5);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(24px, 0, 0) scale(0.5);
        -moz-transform: translate3d(24px, 0, 0) scale(0.5);
        transform: translate3d(24px, 0, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes loader-5-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(-24px, 0, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@-moz-keyframes loader-5-3 {
    0% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -moz-transform: translate3d(-24px, 0, 0) scale(0.5);
        transform: translate3d(-24px, 0, 0) scale(0.5);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(-24px, 0, 0) scale(0.5);
        -moz-transform: translate3d(-24px, 0, 0) scale(0.5);
        transform: translate3d(-24px, 0, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes loader-5-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, 24px, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@-moz-keyframes loader-5-4 {
    0% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -moz-transform: translate3d(0, 24px, 0) scale(0.5);
        transform: translate3d(0, 24px, 0) scale(0.5);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, 24px, 0) scale(0.5);
        -moz-transform: translate3d(0, 24px, 0) scale(0.5);
        transform: translate3d(0, 24px, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes loader-5-5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, -24px, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@-moz-keyframes loader-5-5 {
    0% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -moz-transform: translate3d(0, -24px, 0) scale(0.5);
        transform: translate3d(0, -24px, 0) scale(0.5);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, -24px, 0) scale(0.5);
        -moz-transform: translate3d(0, -24px, 0) scale(0.5);
        transform: translate3d(0, -24px, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}


/*=====  End of Loader  ======*/


/*=========================================
=              Page 404               =
=========================================*/

.p404 {
    margin-top: 72px;
    padding: 80px 0;
}

.p404 .container {
    max-width: 1440px;
    padding: 0 40px;
    text-align: center;
}

.p404 .center_text {
    margin: 16px 0 30px;
}


/*=====  End of Page 404  ======*/


/*=============================================
=            Form recapch desc            =
=============================================*/

.wpcf7_recapcha_desc {
    font-family: npas;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #5B6D8F;
    padding: 6px 16px 6px 28px;
    max-width: 566px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #22314E;
}

.wpcf7_recapcha_desc::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 8px;
    top: 6px;
    background-image: url("../img/svg/recaptcha_info.svg");
    width: 16px;
    height: 16px;
}

.wpcf7_recapcha_desc p {
    margin: 0;
}

.wpcf7_recapcha_desc a {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
    .wpcf7_recapcha_desc a:hover {
        color: #D1D6E0;
    }
}

.agent_contact_form .wpcf7_recapcha_desc,
.section_with_the_form .wpcf7_recapcha_desc {
    border-color: #E3E3E3;
    color: #A2AAAD;
    margin-top: 16px;
}

.agent_contact_form .wpcf7_recapcha_desc::before,
.section_with_the_form .wpcf7_recapcha_desc::before {
    background-image: url("../img/svg/recaptcha_info-light.svg");
}

.footer .wpcf7_recapcha_desc {
    margin-top: 16px;
}

.signup_popup .wpcf7_recapcha_desc {
    margin-top: 6px;
}

.burger_menu .wpcf7_recapcha_desc {
    margin-top: 16px;
}

.email_footer {
    position: relative;
}

.hide_recapcha .grecaptcha-badge {
    display: none !important;
}


/*=====  End of Form recapch desc  ======*/


/*# sourceMappingURL=styles.css.map */