footer.footer_mod_footer {
    background: #195CE3;
    padding-top: 40px;
    padding-bottom: 16px;
}

footer.footer_mod_footer .container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

footer.footer_mod_footer .footer-menu {
    display: flex;
    gap: 12px;
}

footer.footer_mod_footer .footer-menu>div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px;
    min-width: 210px;
}

footer.footer_mod_footer .footer-menu>div a {
    font-family: DIN Pro regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.84px;
    text-align: left;
    color: #FFFFFF;
}

.footer-logo-image-highcontrast {
    display: none;
}

body.high-contrast .footer-logo-image-highcontrast {
    display: block;
}

body.high-contrast .footer-logo-image {
    display: none;
}

footer.footer_mod_footer .footer-socials {
    display: flex;
    gap: 19px;
}

.footer-bottombar {
    background: #0C2856;
    padding-top: 16px;
    padding-bottom: 16px;
}

.footer-bottombar .container {
    display: flex;
}

.footer-bottombar .container>div:first-child {
    width: 50%;
    text-align: left;
    font-family: DIN Pro regular;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.03px;
    text-align: left;
    color: #B5C4FF;
}

.footer-bottombar .container>div:last-child {
    text-align: right;
    font-family: DIN Pro medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.86px;
    text-align: right;
    color: #B5C4FF;
}

.footer-copyright {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer-copyright div {
    font-family: DIN Pro semibold;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.89px;
    text-align: center;
    color: #161616;
}

.footer-copyright img {
    height: 36px;
}