.fis-bmwFooter {
    background: var(--color-gs-30)
}

@media (min-width: 992px) {
    .fis-bmwFooterItemText {
        text-align: end !important;
        margin-bottom: 6px;
    }
}

.fis-bmwFooterLink a:hover {
    color: #262626;
    text-decoration: none;
}

.fis-bmwFooterItem {
    font-weight: 300;
    color: #4D4D4D;
    text-decoration: none;
    text-transform: none;
}

.fis-bmwFooterLink {
    font-weight: 700;
    color: #4D4D4D;
    text-decoration: none;
}

.fis-bmwFooterLink a:hover {
    color: #262626;
    text-decoration: none;
}

.fis-bmwMainFooter {
    background-color: #fff
}

.fis-bmwFooterBottomBarLinks a:hover {
    color: #1c69d4;
    text-decoration: none;
}

.fis-bmwFooterBottomBar {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2.4em 2em
}

.fis-bmwFooterBottomBarLinks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.fis-bmwFooterBottomBarLinks a {
    font-weight: 700;
    font-size: 16px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-decoration: none;
}

.fis-bmwFooterBottomBarCopyright {
    margin-top: 1em;
    margin-right: 5px;
    margin-left: 5px;
}

@media (min-width: 991px) {
    .fis-bmwFooterBottomBar {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 2.4em 0;
        margin-right: -8px;
    }

    .fis-bmwFooterBottomBarCopyright {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .fis-bmwFooterBottomBarLinks a {
        padding-top: 5px;
    }
}

.fis-bmwFooterMainFooter {
    background: var(--color-white);
}
