/*-----------Footer-----------*/
footer.footer-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 180px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 5rem;
}
footer.footer-container ul.footer-social-media {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1rem;
}

footer.footer-container ul.footer-social-media li a {
    font-size: 1.25rem;
}
footer.footer-container .footer-box{
    width: 30%;
    position: relative;
}
footer.footer-container.ls .footer-box {
    /* opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px); */
    -webkit-transition: opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}
footer.footer-container .footer-box .copyright-box {
    text-align: right;
    font-weight: 300;
    min-height: 70px;
    position: relative;
    display: block;
}

footer.footer-container .footer-box .footer-frame-box {
    height: 230px;
    position: absolute;
    padding-top: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer.footer-container .footer-box .footer-frame-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
footer.footer-container .footer-box .footer-contact-box {
    position: relative;
}

footer.footer-container .footer-box .footer-contact-box a {
    display: block;
    text-align: right;
    font-weight: 300;
    line-height: 1.8;
}

footer.footer-container .footer-box .copyright-box p {
    margin: 0;
}
footer.footer-container.ls .footer-box.is-inview {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
footer.footer-container.no-ls {
    padding-bottom: 0;
}
/*-----------Footer-----------*/
@media only screen and (max-width: 768px){
    /*-----------FOOTER-------------*/
    footer.footer-container {
        padding-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem;
    }
    footer.footer-container .footer-box {
        width: 100%;
    }
    footer.footer-container .footer-box .footer-frame-box {
        display: none;
    }
    footer.footer-container.no-ls {
        padding-bottom: 50px;
    }
    footer.footer-container.ls .footer-box {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    footer.footer-container .footer-box {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    /*-----------FOOTER-------------*/
}
@media only screen and (min-width: 640px) and (max-width: 768px){}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    /*-----------FOOTER-------------*/
    footer.footer-container .footer-box {
        width: 50%;
    }
    /*-----------FOOTER-------------*/
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    /*-------------FOOTER-------------*/
    footer.footer-container {
        padding-bottom: 150px;
    }
    footer.footer-container .footer-box .footer-frame-box {
        height: 180px;
    }
    /*-------------FOOTER-------------*/
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    /*-------------FOOTER--------------*/
    footer.footer-container {}
    footer.footer-container .footer-box .footer-frame-box {
        height: 180px;
    }
    /*-------------FOOTER--------------*/
}