#footer{background-color:#fafafa;padding:50px 10px;text-align:center}#footer ul{align-items:center;display:flex;flex-wrap:wrap;gap:25px;justify-content:center}#footer li{padding-left:0}#footer li:last-of-type{font-weight:700}#footer li a{color:rgba(0,0,0,.5);font-family:var(--footer-font-family);font-size:13px;position:relative;transition:.3s ease}#footer li:first-of-type a{margin-left:0}#footer li a:before{color:rgba(0,0,0,.5);content:"•";cursor:pointer;font-size:16px;left:-15px;line-height:1;position:absolute;top:2px}#footer li a:hover,#footer li a:hover:before{color:var(--footer-link-hover-color)}#footer li:first-of-type a:before{content:none}#footer .f-socials{padding:20px 20px 0}#footer .f-socials a:nth-of-type(2){margin:0 20px}#footer p{color:rgba(0,0,0,.5);font-family:var(--footer-font-family);font-size:11px}#footer .social-icons path{transition:.3s ease}#footer .social-icons:hover path{stroke:#009fa3}