#mw-footer {
    background-color: #111111;
    width: 100%;
    padding: unset;
    margin: unset;
}
#mw-footer > .mw-footer-container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}
#mw-footer > .mw-footer-container > .mw-footer-top {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
    border-bottom: 2px solid #711719;
}
#mw-footer > .mw-footer-container > .mw-footer-top > a {

}
#mw-footer > .mw-footer-container > .mw-footer-top > a > img {
    width: 164px;
    height: 54px;
}
#mw-footer > .mw-footer-container > .mw-footer-top > div {
    display: flex;
    align-items: center;
    gap: 12px;
}
#mw-footer > .mw-footer-container > .mw-footer-top > div > a {
    border: 1px solid #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border-radius: 50%;
}
#mw-footer > .mw-footer-container > .mw-footer-top > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    padding: 30px 0;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul:first-of-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li {

}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li.hidden-item-menu {
    display: block;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li:first-of-type {
    margin-bottom: 6px;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li:first-of-type > strong {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li:first-of-type > button {
    background-color: unset;
    border: unset;
    cursor: pointer;
    display: none;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li:first-of-type > button > img {
    width: 10px;
    height: 6px;
}
.mw-footer-expand-btn img {
    transition: transform 0.3s ease;
}
  
.expand-footer li:not(:first-of-type) {
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > a {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: unset;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > .mw-footer-edition-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > .mw-footer-edition-btn > img {
    width: 26px;
    height: 20px;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > .mw-footer-radio-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}
#mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > .mw-footer-radio-btn > img {
    width: 14px;
    height: 18px;
}
#mw-footer > .mw-footer-container > .mw-footer-copyright {
    padding: 30px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mw-footer > .mw-footer-container > .mw-footer-copyright > p {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: unset;
}
#mw-footer > .mw-footer-container > .mw-footer-copyright > .mw-credits {
    display: flex;
    align-items: center;
    gap: 40px;
}
#mw-footer > .mw-footer-container > .mw-footer-copyright > .mw-credits > p {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #FFFFFF;
}
#mw-footer > .mw-footer-container > .mw-footer-copyright > .mw-credits > p > a {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: unset;
}
@media screen and (max-width: 768px) {
    #mw-footer > .mw-footer-container {
        padding: unset;
    }
    #mw-footer > .mw-footer-container > .mw-footer-top {
        justify-content: space-between;
        gap: 40px;
        padding: 20px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-top > a > img {
        width: 120px;
        height: 40px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-top > div {
        gap: 8px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-top > div > a {
        width: 34px;
        height: 34px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom {
        display: flex;
        flex-direction: column;
        gap: unset;
        padding:unset;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul {
        padding: 14px 20px;
        border-bottom: 2px solid #252525;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul:first-of-type {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li.hidden-item-menu {
        display: none;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li:not(:first-of-type) {
        display: none;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul.expand-footer > li:not(:first-of-type) {
        display: block;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li:first-of-type {
        margin-bottom: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li:first-of-type > strong {
        font-size: 14px;
        line-height: 26px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li:first-of-type > button {
        display: block;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > a {
        font-size: 14px;
        line-height: 26px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > .mw-footer-edition-btn {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > .mw-footer-edition-btn > img {
        width: 26px;
        height: 20px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > .mw-footer-radio-btn {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-bottom > ul > li > .mw-footer-radio-btn > img {
        width: 14px;
        height: 18px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-copyright {
        padding: 25px 20px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-copyright > p {
        font-size: 12px;
        line-height: 14px;
    }
    #mw-footer > .mw-footer-container > .mw-footer-copyright > .mw-credits {
        display: none;
    }
}