/* ================================
   FOOTER
   ================================ */

.aif-footer {
    background-color: #000000;
    padding: 25px 0px;
}

.aif--footer--logo img {
    width: 110px;
    height: auto;
}

.aif-footer__inner {
    flex-direction: column;
    gap: var(--aif-space-6)
}

@media(min-width: 768px) {
    .aif-footer__inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

.aif-footer__links {
    display: flex;
    gap: 30px;
}

.aif-footer__link {
    font-size: 12px;
    color: #BCBCBC;
    text-decoration: none;
}

.aif-footer__link:hover {
    color: var(--aif-white)
}

.aif-footer__copyright {
    font-size: 12px;
    color: #BCBCBC;
}

.aif--footer--logo {
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 20px;
}

.aif--footer--menu {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}