.site-footer{background-color:var(--navy);padding:4rem 5%}@media (min-width:768px){.site-footer{padding:5rem 5%}}@media (min-width:1024px){.site-footer{padding:6rem 5%}}.site-footer .container{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1440px}@media (min-width:768px){.site-footer .container{align-items:flex-start;flex-direction:row;gap:4rem;justify-content:space-between}}.site-footer .brand{display:flex;flex-direction:column;gap:1.2rem}.site-footer .brand .logo{display:block;height:auto;width:7.8rem}.site-footer .brand .logo svg{display:block;height:auto;width:100%}.site-footer .brand .logo .text{fill:var(--textColor)}.site-footer .brand .logo .dot{fill:var(--dotColor)}.site-footer .brand .tagline{color:var(--lightgray);font-family:var(--aller);font-size:1.4rem;font-weight:var(--light);line-height:1.4;margin:0}.site-footer .info{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.site-footer .info{align-items:flex-end}}.site-footer .social{align-items:center;display:flex;gap:1.5rem}.site-footer .social a{align-items:center;color:hsla(0,0%,100%,.7);display:flex;height:4rem;justify-content:center;transition:color .2s ease,transform .2s ease;width:4rem}.site-footer .social a:hover{color:var(--mint);transform:translateY(-2px)}.site-footer .social a:focus{border-radius:4px;color:var(--mint);outline:2px solid var(--mint);outline-offset:2px}.site-footer .social svg{height:2.4rem;width:2.4rem}.site-footer .copyright{color:hsla(0,0%,100%,.5);font-family:var(--aller);font-size:1.4rem;font-weight:var(--light);line-height:1.4;margin:0}.site-footer .legal-links{display:flex;flex-wrap:wrap;gap:1rem 2rem}.site-footer .legal-links a{color:hsla(0,0%,100%,.9);font-family:var(--aller);font-size:1.4rem;font-weight:var(--light);text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.site-footer .legal-links a:hover{color:var(--mint);text-decoration:underline;text-underline-offset:.25em}