.mp-w-footer
{
    width: 100%;
    color: #e2e2e2;
    margin-top: 148px;
}
.mp-w-footer a, .mp-w-footer a:visited, .mp-w-footer a:hover
{
    color: #e2e2e2;
    text-decoration: none;
}
.mp-w-footer .Footer__top-card-container
{
    display: flex;
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__top-card-container
    {
        flex-direction: column;
    }
}
.mp-w-footer .Footer__left-card-bg, .mp-w-footer .Footer__right-card-bg
{
    width: 50%;
    padding: 80px 0;
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__left-card-bg, .mp-w-footer .Footer__right-card-bg
    {
        width: 100%;
    }
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__left-card-bg, .mp-w-footer .Footer__right-card-bg
    {
        padding: 48px 0;
    }
}
.mp-w-footer .Footer__left-card-bg
{
    background-color: #1d1d1d;
}
.mp-w-footer .Footer__right-card-bg
{
    background-color: #202020;
}
.mp-w-footer .Footer__portal-map-card-bg
{
    width: 100%;
    padding: 60px 0 60px 0;
    background-color: #191919;
}
.mp-w-footer .Footer__left-card, .mp-w-footer .Footer__right-card
{
    width: calc(1240px / 2);
}
@media(max-width: 1269px)
{
    .mp-w-footer .Footer__left-card, .mp-w-footer .Footer__right-card
    {
        width: calc(940px / 2);
    }
}
@media(max-width: 991px)
{
    .mp-w-footer .Footer__left-card, .mp-w-footer .Footer__right-card
    {
        width: calc(720px / 2);
    }
}
@media(max-width: 767px)
{
    .mp-w-footer .Footer__left-card, .mp-w-footer .Footer__right-card
    {
        width: 100%;
        padding-left: 28px!important;
        padding-right: 28px!important;
    }
}
.mp-w-footer .Footer__left-card
{
    margin-left: auto;
    margin-right: 0;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
}
.mp-w-footer .Footer__left-card .Footer__helpdesk-info
{
    font-size: 16px;
}
.mp-w-footer .Footer__left-card .Footer__helpdesk-info .Footer__helpdesk-info-separator
{
    display: none;
}
@media(max-width: 767px)
{
    .mp-w-footer .Footer__left-card .Footer__helpdesk-info .Footer__helpdesk-info-separator
    {
        display: block;
        width: 100%;
    }
}
.mp-w-footer .Footer__left-card .Footer__helpdesk-info .Footer__helpdesk-title
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__left-card .Footer__helpdesk-info .Footer__helpdesk-title
    {
        margin-bottom: 32px;
    }
}
.mp-w-footer .Footer__left-card .Footer__helpdesk-info .Footer__helpdesk-info-platform
{
    margin-top: 24px;
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__left-card .Footer__helpdesk-info .Footer__helpdesk-info-platform
    {
        margin-top: 28px;
    }
}
.mp-w-footer .Footer__left-card .Footer__helpdesk-info .Footer__helpdesk-link
{
    font-weight: bold;
    text-decoration: none;
}
.mp-w-footer .Footer__left-card .Footer__helpdesk-info .Footer__helpdesk-link:hover
{
    text-decoration: underline;
    color: #fff;
}
.mp-w-footer .Footer__left-card .Footer__helpdesk-info i
{
    font-size: 24px;
    position: relative;
    top: 4px;
}
.mp-w-footer .Footer__left-card .Footer__link-bip
{
    margin-top: 116px;
    font-size: 18px;
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__left-card .Footer__link-bip
    {
        margin-top: 60px;
    }
}
.mp-w-footer .Footer__left-card .Footer__link-bip .Footer__logo-bip
{
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.mp-w-footer .Footer__right-card
{
    margin-left: 0;
    margin-right: auto;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
}
.mp-w-footer .Footer__right-card .Footer__button-links
{
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
}
@media(max-width: 1269px)
{
    .mp-w-footer .Footer__right-card .Footer__button-links
    {
        flex-direction: column-reverse;
    }
}
.mp-w-footer .Footer__right-card .Footer__button-links .Icon
{
    width: auto;
    padding: 0;
    background: none;
}
.mp-w-footer .Footer__right-card .Footer__button-links .Footer__link-button
{
    padding: 12px 20px;
    box-shadow: none;
    font-size: 16px!important;
}
.mp-w-footer .Footer__right-card .Footer__button-links .Footer__first-button
{
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}
@media(max-width: 767px)
{
    .mp-w-footer .Footer__right-card .Footer__button-links .Footer__first-button
    {
        width: auto;
        margin-left: 0;
    }
}
.mp-w-footer .Footer__right-card .Footer__button-links .Footer__button-links-second-row
{
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
}
@media(max-width: 767px)
{
    .mp-w-footer .Footer__right-card .Footer__button-links .Footer__button-links-second-row
    {
        flex-direction: column-reverse;
    }
}
.mp-w-footer .Footer__right-card .Footer__legal-info
{
    margin-top: 120px;
    flex-direction: row-reverse;
    display: flex;
    gap: 26px;
    font-size: 16px;
    color: #e2e2e2;
}
@media(max-width: 1269px)
{
    .mp-w-footer .Footer__right-card .Footer__legal-info
    {
        margin-top: 60px;
    }
}
@media(max-width: 767px)
{
    .mp-w-footer .Footer__right-card .Footer__legal-info
    {
        width: fit-content;
        margin-left: auto;
        flex-direction: column;
        gap: 8px;
    }
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__right-card .Footer__legal-info
    {
        margin-left: 0;
        margin-right: auto;
        margin-top: 48px;
    }
}
.mp-w-footer .Footer__right-card .Footer__legal-info .Footer__legal-info-text
{
    width: fit-content;
}
@media(max-width: 767px)
{
    .mp-w-footer .Footer__right-card .Footer__legal-info .Footer__legal-info-text
    {
        margin-left: auto;
    }
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__right-card .Footer__legal-info .Footer__legal-info-text
    {
        margin-left: 0;
        margin-right: auto;
    }
}
.mp-w-footer .Footer__right-card .Footer__legal-info .Footer__legal-info-text:hover
{
    color: #fff;
    text-decoration: underline;
}
.mp-w-footer .Footer__right-card .Footer__app-info
{
    margin-top: 40px;
    text-align: right;
    line-height: 2;
}
@media(max-width: 650px)
{
    .mp-w-footer .Footer__right-card .Footer__app-info
    {
        margin-top: 32px;
        text-align: left;
    }
}
.mp-w-footer .Footer__portal-map-card
{
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}
@media(max-width: 1269px)
{
    .mp-w-footer .Footer__portal-map-card
    {
        width: 940px;
    }
}
@media(max-width: 991px)
{
    .mp-w-footer .Footer__portal-map-card
    {
        width: 720px;
    }
}
@media(max-width: 767px)
{
    .mp-w-footer .Footer__portal-map-card
    {
        width: 100%;
        padding-left: 16px!important;
        padding-right: 16px!important;
    }
}/*# sourceMappingURL=footer.css.map */