<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-v1 .footer{padding:40px 0;background:#272727;}.footer-v1 .footer p{color:#eee;}.footer-v1 .footer h2{color:#eee;font-size:18px;font-weight:200;}.footer-v1 .link-list li{border-top:solid 1px #353535;}.footer-v1 address,.footer-v1 .link-list a,.footer-v1 .link-list i{color:#eee;}.footer-v1 address{line-height:23px;}.footer-v1 .footer .map-img{background:url(../../img/map-img.png) 5px 60px no-repeat;}.footer-v1 .footer .posts .dl-horizontal a{color:#dadada;}.footer-v1 .footer .dl-horizontal a:hover{color:#0c9e91 !important;}.footer-v1 .copyright{background:#222;border-top:none;padding:10px 0 5px;}.footer-v1 .copyright p{color:#eee;margin-top:14px;}.footer-v1 .copyright a{margin:0 2px;}.footer-v1 .footer-socials{margin-top:12px;text-align:right;}.footer-v1 .footer-socials li a{color:#777;font-size:16px;}@media (max-width:991px){.footer-v1 .copyright,.footer-v1 .footer-socials{text-align:left;}}

.btn-go-newWeb {
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 172px;
}

.btn-go-newWeb img {
    animation: upDown 1.2s infinite linear alternate;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

@-moz-keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

@-webkit-keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}
@-o-keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

@media screen and (max-width: 414px) {
    .btn-go-newWeb {
        width: 130px;
        right: 10px;
        z-index: 10;
    }
}
</pre></body></html>