/* output file = header.css */
html {
    font-size: 16px;
}
.header, .footer {
    font-family: 'Lato', sans-serif;
}
.header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}
@media (min-width: 62rem) {
    .header {
        padding: 1rem 3rem;
    }
}
.header__brand svg {
    height: 1.875rem;
    width: auto;
}
@media (min-width: 48rem) {
    .header__brand svg {
        height: 2.875rem;
    }
}
.header__nav {
    align-items: center;
    display: flex;
}
.header__nav-telephone {
    align-items: flex-end;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 1.875rem;
}
@media (min-width: 48rem) {
    .header__nav-telephone {
        display: flex;
    }
}
.header__nav-telephone-button {
    color: #000000;
    padding: 0;
}
@media (min-width: 62rem) {
    .header__nav-telephone-button {
        padding-top: 1.4rem;
    }
}
.header__nav-telephone-button.focus, .header__nav-telephone-button:focus, .header__nav-telephone-button:hover {
    color: #000000;
}
.header__nav-telephone-button:hover + .header__nav-telephone-info {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
.header__nav-telephone-info {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.875rem;
}
@media (min-width: 62rem) {
    .header__nav-telephone-info {
        opacity: 0;
    }
}
.header .btn-dark {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 3.125rem;
}
.header .btn-dark:hover {
    color: #ffffff;
    background-color: black;
    border-color: black;
}
.header .btn-dark:focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0 rgb(38 38 38 / 50%);
}
.header__nav-account-text {
    display: none;
}
@media (min-width: 48rem) {
    .header__nav-account-text {
        display: inline-block;
    }
}
@media (min-width: 48rem) {
    .header__nav-account svg {
        display: none;
    }
}
.header .dropdown-toggle {
    align-items: center;
    display: flex;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
    padding: 0;
}
@media (min-width: 48rem) {
    .header .dropdown-toggle {
        height: auto;
        padding: 0.7rem 0.9375rem;
        width: auto;
    }
}
.header .dropdown-menu {
    font-size: 1rem;
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.09);
    border-radius: 1.25rem;
}
.header .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.header .dropdown-item {
    transition: all 0.3s ease-in-out 0s;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #000000;
    background-color: #F2F2F2;
}
.header .dropdown-menu-end {
    left: auto;
    right: 0;
}
.header .dropdown-link {
    padding: 0;
    color: #000000;
}
.header .dropdown-link:hover, .header .dropdown-link:focus {
    background: none;
}
.footer {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 6.25rem 0.75rem 4.375rem;
}
.footer__logo {
    height: 1.875rem;
    margin-bottom: 2.5rem;
    width: auto;
}
@media (min-width: 48rem) {
    .footer__logo {
        height: 2.875rem;
    }
}
.footer__nav, .footer__legal {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
}
@media (min-width: 36rem) {
    .footer__nav, .footer__legal {
        flex-direction: row;
    }
}
.footer__nav {
    font-weight: 700;
    margin-bottom: 2.125rem;
}
@media (min-width: 48rem) {
    .footer__nav {
        font-size: 1.125rem;
    }
}
.footer__nav-item {
    margin-bottom: 0.625rem;
    margin-right: 1.875rem;
}
.footer__nav-item:last-child {
    margin-bottom: 0;
}
@media (min-width: 36rem) {
    .footer__nav-item {
        margin-bottom: 0;
    }
}
@media (min-width: 75rem) {
    .footer__nav-item {
        margin-right: 4.3rem;
    }
}
.footer__nav-link {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.footer__nav-link:hover, .footer__nav-link:focus, .footer__nav-link:active {
    color: #9CF7C1;
    text-decoration: none;
}
.footer__legal {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
}
.footer__legal-item {
    margin-bottom: 0.3125rem;
    margin-right: 1.875rem;
}
.footer__legal-item:last-child {
    margin-bottom: 0;
}
.footer__legal-link {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.footer__legal-link:hover, .footer__legal-link:focus, .footer__legal-link:active {
    color: #ffffff;
    text-decoration: underline;
}
.footer__copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    opacity: 0.7;
}
.footer__right {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
}
@media (min-width: 62rem) {
    .footer__right {
        justify-content: flex-end;
    }
}
.footer__contact {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 1.875rem;
}
@media (min-width: 62rem) {
    .footer__contact {
        align-items: flex-end;
        margin-top: 0;
    }
}
.footer__contact-list {
    display: flex;
    margin-bottom: 1.25rem;
    padding: 0;
}
@media (min-width: 62rem) {
    .footer__contact-list {
        margin-bottom: 1.875rem;
    }
}
.footer__contact-icon {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    margin-left: 0.625rem;
    width: 2.5rem;
}
.footer__contact-icon:first-child {
    margin-left: 0;
}
.footer__contact-icon:hover svg, .footer__contact-icon:focus svg, .footer__contact-icon:active svg {
    transform: scale(1.2);
}
.footer__contact-icon-link {
    display: flex;
}
.footer__contact-icon-link svg {
    fill: #ffffff;
    transition: all 0.3s ease-in-out;
}
.footer__contact-paragraph {
    font-size: 0.875rem;
}
.footer__contact-paragraph:first-child {
    margin-bottom: 1.875rem;
}
.footer__contact-paragraph--timetable {
    margin-bottom: 0;
    opacity: 0.7;
}
.footer__contact-link {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.footer__contact-link:hover, .footer__contact-link:focus, .footer__contact-link:active {
    color: #ffffff;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .wide_searcher.home_search_box {
        width: 800px;
        margin: 0 auto 20px;
    }
}

.alert-w2m {
    background: #EBFEF3;
    color: #078D79;
    margin-top: 5px;
    display: block;
}
.alert-w2m .container-limited {
    padding-left: 15px;
}

.alert-w2m .container-limited:before {
    background: none;
}

.alert-w2m .icon-anyfill-graph-info-circle {
    vertical-align: sub;
}