.footer{
    background: unset!important;
    border-radius: unset!important;

    margin-left: unset !important;
    margin-right: unset!important;
}
.footer:after {
    display: none!important;
}

.footer .footer-bg{
    position: absolute;
    top: 0;
    left: 0;
}
.footer .footer-bg img{
    width: 100%;
}
.footer .footer-columns{
    padding-top: 8.68vw;
}
.footer .footer-column ul li{
    margin-top: 0.35vw;
    margin-bottom: 0.35vw;
}

.footer .footer-columns .footer-column .title {
    color: #BFBFBF;
    opacity: unset !important;
    margin-bottom: 1.04vw !important;
}

.footer .dicl{
    width: 53.96vw;

    margin: 0 auto;

    display: block;

    color: #F6F6F6;

    text-align: center;
    font-family: "NeueMachina";
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;

    opacity: 0.8;

    margin-top: 5.56vw;
}

.footer .footer-columns {
    justify-content: center!important;

    padding-bottom: 1.39vw!important;
}
.footer .footer-bottom{
    border-top: unset!important;
}

.footer .footer-bottom .logo-social{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.footer .footer-bottom .logo-social > a{
    text-decoration: none!important;
    display: block;

    margin-right: 1.88vw;
}
.footer .footer-bottom .logo-social > a > svg{
    width: 4.72vw;
}
.footer .footer-bottom .logo-social > ul{
    display: flex;
    flex-direction: row;
}
.footer .footer-bottom .logo-social > ul li{
    margin-right: 0.9vw;
}
.footer .footer-bottom .logo-social > ul li a{
    text-decoration: none!important;
}
.footer .footer-bottom .logo-social > ul li span{
    display: none!important;
}
.footer .footer-bottom .logo-social > ul li svg{
    width: 1.39vw;
    height: 1.39vw;
}
.footer .footer-bottom .logo-social > ul li svg path{
    fill: #BFBFBF!important;
}

.footer .footer-bottom .rights-links{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer .footer-bottom .rights-links .copy{
    margin-right: 3.33vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .footer-bottom .rights-links .totop svg{
    width: 2.22vw;
    height: 2.22vw;
}
.footer .footer-bottom .rights-links .menu-footer ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer .footer-bottom .rights-links .menu-footer{
    margin-right: 3.33vw;
}

.footer .footer-top-grad{
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    top: -7vw;
    left: 0;
    height: 10vw;
    z-index: -1;
}

.footer .footer-top-dgrad.single-seopage-footer,
.footer .footer-top-dgrad{
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    top: -16vw;
    left: 0;
    height: 10vw;
    z-index: -1;
}

.footer .footer-top-dgrad.single-seopage-footer,
.footer .footer-top-dgrad.single-seopage-footer + .footer-top-grad{
    z-index: -1;
}

.faq{
    z-index: 10;
    position: relative;

    max-width: 70.83vw;

    margin: 0 auto;
}
.faq .faq-title h2{
    text-align: center;

    color: #F8F8F8;

    text-align: center;
    /* H3U */
    font-family: "NeueMachina";
    font-size: 2.64vw;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
}
.faq .faq-list .faq-item{
    border: unset!important;
}

@media(max-width: 960px){

    .faq{
        max-width: 100%!important;
    }
    .faq .faq-title h2{
        font-size: 7.47vw;

        text-align: left;
    }
    .menu-footer{
        border: unset!important;
    }

    .footer .dicl {
        width: 100%;
        margin: 0 auto;
        display: block;
        color: #F6F6F6;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 3.2vw;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        opacity: 0.8;
        margin-top: unset;
    }

    .footer .footer-bottom{
        margin-top: 10.67vw;

        padding-left: 4vw;
        padding-right: 4vw;
    }
    .footer .footer-bottom .logo-social > a{
        display: none!important;
    }
    .footer .footer-bottom .logo-social > ul li{
        margin-right: 8vw;
    }
    .footer .footer-bottom .logo-social > ul li svg{
        width: 5.87vw;
        height: 5.87vw;
    }
    .footer .footer-bottom .logo-social{
        margin-bottom: 19.2vw;
    }

    .footer .footer-bottom .rights-links{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer .footer-bottom .rights-links .menu-footer ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

    }
    .footer .footer-bottom .rights-links .menu-footer ul li{
        width: 50%;
        margin-right: unset!important;

        margin-bottom: 10.67vw;
    }

    .footer-at-bot{
        width: 100%;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .footer .footer-bottom .rights-links .totop svg{
        width: 8.53vw;
        height: 8.53vw;
    }
    .footer .footer-bg {
        position: absolute;
        top: 26vw;
        left: 0;
    }
    .footer .footer-top-dgrad, .footer .footer-top-grad{
        display: none!important;
    }
}