@font-face {
    font-family: project-icons;
    src: url("../fonts/project-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/project-icons.woff2") format("woff2"), url("../fonts/project-icons.woff") format("woff"), url("../fonts/project-icons.ttf") format("truetype"), url("../fonts/project-icons.svg#project-icons") format("svg")
}
.ico {
    line-height: 1
}

.ico:before {
    font-family: project-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top
}
.ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ico-arrow_backward:before {
    content: ""
}

.ico-arrow_down:before {
    content: ""
}

.ico-arrow_forward:before {
    content: ""
}

.ico-arrow_next:before {
    content: ""
}

.ico-arrow_prev:before {
    content: ""
}

.ico-burger:before {
    content: ""
}

.ico-calendar:before {
    content: ""
}

.ico-clock-fill:before {
    content: ""
}

.ico-clock:before {
    content: ""
}

.ico-close:before {
    content: ""
}

.ico-dot:before {
    content: ""
}

.ico-download:before {
    content: ""
}

.ico-email:before {
    content: ""
}

.ico-external:before {
    content: ""
}

.ico-eye:before {
    content: ""
}

.ico-facebook:before {
    content: ""
}

.ico-fill-help:before {
    content: ""
}

.ico-global:before {
    content: ""
}

.ico-instagram:before {
    content: ""
}

.ico-less:before {
    content: ""
}

.ico-linkedin:before {
    content: ""
}

.ico-phone:before {
    content: ""
}

.ico-pin:before {
    content: ""
}

.ico-player:before {
    content: ""
}

.ico-plus:before {
    content: ""
}

.ico-reload:before {
    content: ""
}

.ico-search:before {
    content: ""
}

.ico-share:before {
    content: ""
}

.ico-ticket:before {
    content: ""
}

.ico-twitter:before {
    content: ""
}

.ico-union:before {
    content: ""
}

.ico-wifi:before {
    content: ""
}

.ico-youtube:before {
    content: ""
}


.ico--small {
    font-size: 10px;
    font-size: .625rem;
    line-height: 100%
}


.header {
    position: relative;
    width: 100%;
    z-index: 999;
    display: block
}

.header-top {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav,
.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991.98px) {
    .header-nav {
        display: none
    }
}

.header-list {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #185bc1
}

@media(max-width:991.98px) {
    .header-list {
        background-color: #fff
    }
}

.header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width:992px) {
    .header-item:hover .header-link:after {
        height: 100%
    }
    .header-item:hover .header-second-nav {
        height: 100vh;
        max-height: 100vh
    }
}

@media(max-width:991.98px) {
    .header-item {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header-link {
    font-size: 14px;
    font-size: .875rem;
    background-color: #185bc1;
    padding: 1rem .375rem;
    color: #fff;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    position: relative
}

.header-link span {
    position: relative;
    z-index: 1
}

.header-link:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #074389;
    z-index: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.header-link.active {
    color: #fff !important
}

@media(max-width:991.98px) {
    .header-link.active {
        background-color: #fff;
        color: #185bc1 !important
    }
}

.header-link.active:hover {
    color: #185bc1
}

.header-link.active .ico {
    display: none !important
}

@media(max-width:991.98px) {
    .header-link.active {
        color: #333
    }
}

.header-link.active.no-hover {
    background-color: #fff !important;
    color: #185bc1 !important
}

.header-link:hover {
    color: #fff;
    text-decoration: none
}

.header-link .ico {
    font-size: 16px;
    font-size: 1rem
}

@media(max-width:1199.98px) {
    .header-link {
        font-size: .75rem;
        padding: 1rem .25rem
    }
}

@media(max-width:991.98px) {
    .header-link {
        background-color: #fff;
        color: #333;
        font-weight: 800;
        padding: .8125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-link:hover {
        color: #333
    }
}

.header-link.no-hover {
    background-color: #fff !important;
    color: #185bc1 !important
}

.header-link.no-hover:after {
    display: none
}

.header-search .btn {
    padding: 0
}

.header-search .input--text {
    min-width: 200px;
    min-width: 12.5rem;
    padding: 0;
    text-align: right;
    font-size: 14px;
    font-size: .875rem;
    border-bottom: 1px solid #333
}

@media(max-width:991.98px) {
    .header-search .input--text {
        text-align: left
    }
}

@media(max-width:991.98px) {
    .header-search {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 4.4375rem;
        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;
        z-index: 999;
        padding: 1rem
    }
    .header-search form {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-subnav .header-list {
    background-color: #fff
}

.header-subnav .header-link {
    background-color: #fff;
    color: #185bc1;
    padding: .75rem .375rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-subnav .header-link:after {
    display: none
}

@media(max-width:1199.98px) {
    .header-subnav .header-link {
        font-size: .75rem;
        padding: .75rem .25rem
    }
}

@media(max-width:991.98px) {
    .header-subnav .header-link {
        color: #333;
        font-weight: 400;
        padding: .8125rem
    }
}

@media(max-width:991.98px) {
    .header-subnav {
        display: none
    }
}

.header-main {
    position: relative
}

.header-main .bg-white,
.header-main .btn {
    display: none
}

@media(max-width:991.98px) {
    .header-main {
        width: 100%;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        height: 100vh;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
    .header-main .scrollspy {
        width: 80%
    }
    .header-main>* {
        position: relative;
        z-index: 1000;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        overflow: hidden
    }
    .header-main:after,
    .header-main>* {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .header-main:after {
        content: "";
        background-color: rgba(7, 67, 137, .5);
        width: 100%;
        height: 100%;
        z-index: 999;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .header-main .btn {
        display: block;
        position: fixed;
        right: 12px;
        top: 34px;
        color: #fff;
        text-align: right;
        font-size: 2rem;
        max-width: 2.25rem;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }
    .active .header-main .btn {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .header-main .bg-white {
        display: none
    }
    .active .header-main,
    .active .header-main:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .active .header-main:after {
        opacity: 1
    }
    .active .header-main>* {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.header-second-nav {
    position: absolute;
    top: 50px;
    top: 3.125rem;
    left: 0;
    width: 100vw;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: max-height .6s linear;
    transition: max-height .6s linear
}

.header-second-nav .header-list {
    background-color: #fff
}

.header-second-nav .header-link {
    text-transform: uppercase;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    padding: .5rem 1rem
}

.header-second-nav .header-link:hover {
    color: #185bc1
}

.header-second-nav .header-link:after {
    display: none
}

.header-second-nav>div {
    position: relative;
    z-index: 999;
    background-color: #fff
}

.header-second-nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    background-color: rgba(55, 91, 147, .4);
    z-index: 998
}

@media(max-width:991.98px) {
    .header-second-nav {
        position: relative;
        top: inherit;
        width: 100%;
        padding: 0;
        -webkit-transition: none;
        transition: none
    }
    .header-second-nav.active {
        -webkit-transition: max-height .5s linear;
        transition: max-height .5s linear;
        max-height: 100vh
    }
}

.header-leaded {
    position: relative;
    text-transform: uppercase
}

.header-leaded img {
    position: relative;
    z-index: 0
}

.header-leaded:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 67, 137, .6)
}

@media(max-width:991.98px) {
    .header-leaded:before {
        display: none
    }
}

.header-leaded .layer {
    z-index: 2;
    position: absolute;
    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;
    color: #fff;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

@media(max-width:991.98px) {
    .header-leaded .layer {
        color: #333;
        position: relative;
        padding: 1rem
    }
}

@media(max-width:991.98px) {
    .header-leaded+.row {
        max-height: 0;
        overflow: hidden
    }
    .header-leaded+.row.active {
        max-height: 100vh
    }
}

.header-leaded.active .btn-collapse:after {
    -webkit-transform: translateY(-50%) translateX(-7px) rotate(90deg);
    transform: translateY(-50%) translateX(-7px) rotate(90deg)
}

@media(max-width:991.98px) {
    .header.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header.active .bg-white,
    .header.active .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header.active .header-nav {
        border-top: 1px solid #1870c1
    }
    .header.active .header-nav .header-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .header.active .header-subnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #1870c1
    }
    .header.active .header-subnav .header-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.navigation {
    position: relative;
    background-color: #fff;
    z-index: 999
}

.navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation-item {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
}

.navigation-header {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-bottom: .3125rem;
    padding: .75rem 1rem;
    text-transform: uppercase;
    line-height: 100%;
    position: relative
}

.navigation-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 84, 142, .6)
}

@media(max-width:1199.98px) {
    .navigation-header:after {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navigation-header {
        background: none !important;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.navigation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:1199.98px) {
    .navigation-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.navigation-content li.navigation-item a {
    color: #333;
    text-transform: uppercase;
    padding: 0;
    text-align: left
}

.navigation-content li.navigation-item:hover,
.navigation-content li.navigation-item a:hover {
    background-color: transparent
}

.navigation-title {
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    position: relative;
    z-index: 1
}

@media(max-width:1199.98px) {
    .navigation-title {
        color: #333
    }
}

@media(min-width:1200px) {
    .navigation-title {
        white-space: nowrap
    }
}

.navigation-area {
    padding: 1rem
}

@media(max-width:1199.98px) {
    .navigation-area {
        padding: 0 1rem
    }
}

@media(min-width:1200px) {
    .navigation-area {
        min-width: 250px
    }
    .navigation-area .navigation-list {
        padding: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .navigation-area .navigation-list .navigation-link {
        white-space: inherit
    }
}

.navigation-link {
    font-size: 14px;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    line-height: 1.0625rem
}

.navigation-link:hover {
    text-decoration: none;
    color: #1870c1
}

@media(min-width:1200px) {
    .navigation-main {
        position: relative
    }
    .navigation-main:after {
        content: "";
        position: absolute;
        top: 49px;
        left: 0;
        width: 100%;
        height: 0;
        background: rgba(55, 91, 147, .4);
        z-index: 997;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }
    .navigation-main.layer:after {
        visibility: visible;
        opacity: 1
    }
}

@media(min-width:1200px) {
    .navigation-main {
        background-color: #185bc1
    }
    .navigation-main .navigation-link {
        color: #fff;
        white-space: nowrap;
        text-align: center
    }
}

.navigation-main .navigation-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:1242px) {
    .navigation-main .navigation-item:last-child .navigation-link {
        padding-right: 1rem
    }
    .navigation-main .navigation-item:first-child .navigation-link {
        padding-left: 1rem
    }
}

.navigation-main .navigation-item:hover {
    background-color: #074389
}

@media(max-width:1199.98px) {
    .navigation-main .navigation-item:hover {
        background-color: #fff
    }
}

.navigation-main .navigation-item .navigation-item {
    position: static
}

.navigation-main .navigation-link {
    display: block;
    padding: 1rem .5rem;
    font-size: 12px;
    font-size: .75rem
}

.navigation-main .navigation-link:hover {
    background-color: #074389
}

@media(max-width:1199.98px) {
    .navigation-main .navigation-link:hover {
        background-color: #fff
    }
}

@media screen and (min-width:1200px) {
    .navigation-main .navigation-link {
        font-size: .6875rem
    }
}

.navigation-main .navigation-link--reverse {
    color: #185bc1;
    background-color: #fff
}

.navigation-main .navigation-link--reverse:hover {
    background-color: #6ab8fe;
    color: #fff
}

@media(max-width:1199.98px) {
    .navigation-main .navigation-link--reverse:hover {
        background-color: #fff;
        color: #333
    }
}

@media(max-width:1199.98px) {
    .navigation-main .navigation-link--reverse {
        display: none !important
    }
}

@media(max-width:1199.98px) {
    .navigation-main .navigation-link {
        -webkit-transition: inherit !important;
        transition: inherit !important;
        color: #333;
        background-color: #fff;
        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
    }
}

@media(max-width:1199.98px) {
    .navigation-main {
        margin-bottom: .375rem;
        overflow: hidden;
        overflow-y: auto
    }
    .navigation-main .navigation-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.navigation-secondary,
.navigation-tertiary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: -webkit-transform .3s ease-in-out !important;
    transition: -webkit-transform .3s ease-in-out !important;
    transition: transform .3s ease-in-out !important;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out !important;
    z-index: 998
}

.navigation-secondary a,
.navigation-tertiary a {
    color: #fff
}

.navigation-secondary a:hover,
.navigation-tertiary a:hover {
    text-decoration: none
}

@media(min-width:1200px) {
    .navigation-secondary,
    .navigation-tertiary {
        position: absolute;
        left: 0;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .navigation-secondary--single,
    .navigation-tertiary--single {
        max-width: 25rem
    }
    .navigation-secondary--single,
    .navigation-secondary--single .navigation-content,
    .navigation-tertiary--single,
    .navigation-tertiary--single .navigation-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:1199.98px) {
    .navigation-secondary--single,
    .navigation-tertiary--single {
        left: 100% !important
    }
}

@media(min-width:1200px) {
    .navigation-secondary.w-100 .navigation-area,
    .navigation-tertiary.w-100 .navigation-area {
        min-width: 200px
    }
}

.navigation-secondary .navigation-list,
.navigation-tertiary .navigation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navigation-secondary .navigation-item,
.navigation-tertiary .navigation-item {
    margin-bottom: .625rem
}

@media(max-width:1199.98px) {
    .navigation-secondary .navigation-item,
    .navigation-tertiary .navigation-item {
        margin-bottom: 0
    }
}

.navigation-secondary .navigation-link,
.navigation-tertiary .navigation-link {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    white-space: nowrap
}

.navigation-secondary .navigation-link.active,
.navigation-tertiary .navigation-link.active {
    font-weight: 800;
    color: #074389
}

@media(max-width:1199.98px) {
    .navigation-secondary .navigation-link,
    .navigation-tertiary .navigation-link {
        padding: .75rem 0;
        display: block
    }
}

@media(max-width:1199.98px) {
    .navigation-secondary,
    .navigation-tertiary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        visibility: visible;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        overflow: hidden;
        overflow-y: auto;
        height: 100vh
    }
    .navigation-secondary.visible,
    .navigation-tertiary.visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.navigation-secondary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media(min-width:1200px) {
    .navigation-secondary {
        width: auto
    }
}

@media(min-width:1200px) {
    .navigation-secondary--centered {
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        left: 50%
    }
    .navigation-secondary--centered .navigation-item {
        position: relative
    }
    .navigation-secondary--centered .navigation-item .navigation-item {
        position: static
    }
}

@media(min-width:1200px) {
    .navigation-secondary--last-child {
        right: 0;
        left: auto
    }
}

.navigation-secondary .navigation-item {
    color: #333
}

.navigation-regional {
    position: relative;
    z-index: 996
}

.navigation-regional .navigation-list {
    padding: 0 1rem
}

@media(max-width:1199.98px) {
    .navigation-regional .navigation-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.navigation-regional .navigation-link {
    color: #1870c1;
    display: block;
    padding: 1rem 0;
    font-size: 13px;
    font-size: .8125rem
}

@media(max-width:1199.98px) {
    .navigation-regional {
        border-top: 1px solid #185bc1
    }
}

@media(min-width:1200px) {
    .navigation:after {
        content: "";
        position: fixed;
        top: 7.5rem;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(55, 91, 147, .4);
        z-index: 997;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }
    .navigation.layer:after {
        visibility: visible;
        opacity: 1
    }
}

@media(max-width:1199.98px) {
    .navigation {
        overflow: hidden;
        width: 86%;
        top: 0;
        position: absolute;
        left: 0;
        overflow-y: auto;
        height: 100vh;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .navigation.visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(max-width:1199.98px) {
    .navigation {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

.input--text {
    border: none;
    padding: .875rem 1.25rem;
    color: #333;
    line-height: 100%;
    font-size: 16px;
    font-size: 1rem;
    position: relative
}

.input--text:focus {
    outline: none
}

.input--text::-webkit-input-placeholder {
    color: #6c6c6c
}

.input--text::-moz-placeholder {
    color: #6c6c6c
}

.input--text::-ms-input-placeholder {
    color: #6c6c6c
}

.input--text::placeholder {
    color: #6c6c6c
}
.btn--icon,
a.btn--icon,
button.btn--icon {
    font-size: 16px;
    font-size: 1rem;
    color: #6c6c6c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn--icon:hover,
a.btn--icon:hover,
button.btn--icon:hover {
    color: #6ab8fe
}

.btn--icon:hover:after,
a.btn--icon:hover:after,
button.btn--icon:hover:after {
    display: none
}

.btn,
a.btn,
button.btn {
    border: none;
    line-height: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    padding: 1rem;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    background-color: transparent
}

.btn:after,
a.btn:after,
button.btn:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    mix-blend-mode: soft-light;
    z-index: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn>*,
a.btn>*,
button.btn>* {
    position: relative;
    z-index: 1;
    opacity: 1
}

.btn:focus,
a.btn:focus,
button.btn:focus {
    outline: none
}

.btn:hover,
a.btn:hover,
button.btn:hover {
    cursor: pointer;
    text-decoration: none
}

.btn:hover.disabled,
.btn:hover:disabled,
.btn:hover[disabled],
a.btn:hover.disabled,
a.btn:hover:disabled,
a.btn:hover[disabled],
button.btn:hover.disabled,
button.btn:hover:disabled,
button.btn:hover[disabled] {
    cursor: default
}

.btn.disabled,
.btn:disabled,
.btn[disabled],
a.btn.disabled,
a.btn:disabled,
a.btn[disabled],
button.btn.disabled,
button.btn:disabled,
button.btn[disabled] {
    background-color: #c3c3c3 !important;
    color: #fff !important
}

.btn.disabled:hover:after,
.btn:disabled:hover:after,
.btn[disabled]:hover:after,
a.btn.disabled:hover:after,
a.btn:disabled:hover:after,
a.btn[disabled]:hover:after,
button.btn.disabled:hover:after,
button.btn:disabled:hover:after,
button.btn[disabled]:hover:after {
    display: none !important
}

.layer-blue {
    background: rgba(55, 91, 147, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out !important;
    transition: opacity .3s ease-in-out !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    visibility: hidden
}

.layer-blue button {
    display: none;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff
}

@media(max-width:1199.98px) {
    .layer-blue {
        visibility: hidden;
        padding: 1.625rem .9375rem
    }
    .layer-blue button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.layer-blue.visible {
    visibility: visible;
    opacity: 1
}

.jsBackMain {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-weight: 800 !important;
    font-size: 16px;
    font-size: 1rem
}

.footer {
    background-color: #006edc;
    color: #fff;
    position: relative;
    z-index: 2
}

.footer-header {
    margin-bottom: 90px
}

@media screen and (max-width:580px) {
    .footer-header {
        margin-bottom: 35px
    }
}

.footer-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:580px) {
    .footer-header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.footer-header h3 {
    color: #fff;
    font-size: 12px !important;
    margin-right: 10px;
    font-weight: 700;
    margin-left: -70px;
    margin-top: 10px;
    text-transform: uppercase !important
}

@media screen and (max-width:580px) {
    .footer-header h3 {
        margin: 0;
        text-align: center
    }
}

.footer-header nav {
    background-color: #88b8f7;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 25px;
    width: 100%;
    margin-top: -50px
}

@media screen and (max-width:580px) {
    .footer-header nav {
        margin-top: -35px;
        max-width: 280px
    }
}

.footer-header nav a {
    position: relative;
    display: block
}

.footer-header nav a:before {
    content: "";
    width: 60px;
    height: 10px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #3189e1;
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer-header nav a:hover {
    color: #fff !important
}

.footer-header nav a:hover:before {
    opacity: 1
}

.footer-header nav svg {
    height: 30px
}

.footer-body .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 60px
}

.footer-row .footer-item:not(:last-child) {
    margin-bottom: 54px
}

.footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.footer-item h3 {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none;
    line-height: 22px
}

.footer-item a {
    color: #fff;
    font-size: 14px;
    font-size: .875rem
}

.footer-item a:hover {
    color: #fff !important;
    text-decoration: underline
}

.footer-item-contact a:first-child {
    margin-bottom: 44px
}

.footer-item-contact a:not(:first-child) svg {
    margin-right: 10px
}

.footer-footer {
    padding-bottom: 55px
}

.footer-footer hr {
    border-color: #fff;
    margin: 40px 0 20px
}

.footer-footer p {
    margin: 0;
    font-size: 14px;
    color: #fff
}

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

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

@media(min-width:1200px) {
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }    
}

.btn-socios a:hover{
    text-decoration: none;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

@media(max-width:1199.98px) {
    .navigation-main {
        margin-bottom: .375rem;
        overflow: hidden;
        overflow-y: auto
    }
    .navigation-main .navigation-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .navigation-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 14px;
    }
}
@media(max-width:1199.98px) {
    .navigation-secondary .navigation-link,
    .navigation-tertiary .navigation-link {
        padding: .75rem 0;
        display: block
    }
}

@media(max-width:1199.98px) {
    .navigation-secondary,
    .navigation-tertiary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        visibility: visible;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        overflow: hidden;
        overflow-y: auto;
        height: 100vh
    }
    .navigation-secondary.visible,
    .navigation-tertiary.visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@media(max-width:1199.98px) {
    .navigation-regional .navigation-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:1199.98px) {
    .navigation-regional {
        border-top: 1px solid #185bc1
    }
}
@media(max-width:1199.98px) {
    .navigation {
        overflow: hidden;
        width: 86%;
        top: 0;
        position: absolute;
        left: 0;
        overflow-y: auto;
        height: 100vh;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .navigation.visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(max-width:1199.98px) {
    .navigation {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media(max-width:1199.98px) {
    .layer-blue {
        visibility: hidden;
        padding: 1.625rem .9375rem
    }
    .layer-blue button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.text-malibu {
    color: #6ab8fe !important
}

a.text-malibu:focus,
a.text-malibu:hover {
    color: #1e94fd !important
}