/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

footer.site-footer{
    background-color: #F2F4F8;
    border-top: 1px solid #93959b5e;

    padding-top: 25px;
    padding-bottom: 25px;
}
footer.site-footer .footer-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    text-align: center;
}
footer.site-footer .footer-content .footer-logo{
    height: 50px;
    width: 179px;

}
footer.site-footer .footer-content .footer-logo>img{
    width: 100%;
    max-width: 179px;
    height: 100%;
    max-height: 50px;
}

footer.site-footer .footer-content .footer-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin-top: 24px;
    gap: 12px;
}
footer.site-footer .footer-content .footer-meta{
    margin-top: 39px;
}

footer.site-footer .footer-content .footer-info a{
    text-decoration: unset;
}
footer.site-footer .footer-content .footer-meta p,
footer.site-footer .footer-content .footer-info p,
footer.site-footer .footer-content .footer-info p>strong,
footer.site-footer .footer-content .footer-info p>a{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

    color: #5D5D65;

    margin: 0;
}
footer.site-footer .footer-content .footer-info p>strong{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #18181B;
}
footer.site-footer .footer-content .footer-meta p{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;

    color: #5D5D65;
}
@media(min-width: 576px){
    footer.site-footer .footer-content .footer-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25px;
    }
}
@media(min-width: 768px){
    footer.site-footer .footer-content{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer.site-footer .footer-content .footer-logo{
        max-width: 185px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    footer.site-footer .footer-content .footer-info{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    footer.site-footer .footer-content .footer-meta{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 200px;
    }
}
@media(min-width: 768px){
    footer.site-footer .footer-content .footer-info{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 45px;
        max-width: 290px;
    }
    footer.site-footer .footer-content .footer-info,
    footer.site-footer .footer-content .footer-meta{
        margin-top: 0;
    }
    footer.site-footer .footer-content .footer-info p{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer.site-footer .footer-content .footer-info p>strong,
    footer.site-footer .footer-content .footer-info p>a{
        font-size: 16px;
    }
}
@media(min-width: 991px){
    footer.site-footer .footer-content .footer-info{
        width: 490px;
    }
    footer.site-footer .footer-content .footer-info p{
        display: block;
    }
}
@media(min-width: 1200px){
    footer.site-footer .footer-content .footer-info{
        max-width: 660px;
    }
    footer.site-footer .footer-content .footer-info,
    footer.site-footer .footer-content .footer-meta{
        margin-top: 0;
    }
}
@media(min-width: 1366px){
    footer.site-footer .footer-content .footer-info{
        max-width: 850px;
    }
}
@media(min-width: 1920px){
    footer.site-footer{
        padding-bottom: 60px;
    }
    footer.site-footer .footer-content .footer-info{
        max-width: 1345px;
    }
    footer.site-footer .footer-content .footer-meta p,
    footer.site-footer .footer-content .footer-info p,
    footer.site-footer .footer-content .footer-info p>a{
        font-size: 16px;
        line-height: 22px;
    }
    footer.site-footer .footer-content .footer-info p>strong{
        font-size: 20px;
        line-height: 28px;
    }
    footer.site-footer .footer-content .footer-meta {
        max-width: 230px;
    }
}