.footer{background:var(--black);color:var(--off-white);padding:0 var(--grid-margin);position:relative;z-index:10}.footer__section{display:flex;padding:1.5rem 0}.footer__section--grid{display:flex;flex-direction:column;width:100%}@media (min-width:900px){.footer__section--grid{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(2,1fr)}}.footer__section+.footer__section{border-top:var(--stroke-light);padding:2rem 0 .8rem}.footer__block{display:flex;flex-direction:column;justify-content:space-between;width:100%}.footer__lists{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(2,1fr);width:100%}@media (min-width:900px){.footer__lists{grid-template-columns:repeat(6,1fr)}}.footer__list{padding:0 0 1.5rem}@media (--sm-only){.footer__list{border-bottom:var(--stroke-light);padding:1rem 0}}.footer__logo{display:none}@media (min-width:900px){.footer__logo{display:flex}}.footer__copyright{margin-top:1.5rem}.footer.home-footer{padding-top:2rem}.footer.home-footer .footer__section{border-top:var(--stroke-light)}
