.footer{position:relative;width:100vw;padding:1.5rem;background-color:var(--background);color:var(--foreground);overflow:hidden;display:flex;flex-direction:column;gap:4.5rem}.footer-copy,.footer-socials{display:flex;gap:3rem;align-items:flex-end}.fc-col-lg,.fs-col-lg{flex:2 1}.fc-col-sm,.fs-col-sm{flex:1 1;display:flex;flex-direction:column}.fs-header{margin-bottom:1.5rem;color:var(--foreground-200)}.footer a{color:var(--foreground)}.footer-text{overflow:hidden}.footer-text-content{display:inline-block}@media (max-width:1000px){.fs-col-lg{display:none}.footer-copy{flex-direction:column;align-items:flex-start;gap:.5rem}.fs-col-sm{justify-content:flex-start}}