.footer{background-color:var(--base-500);flex-direction:column;gap:1rem;width:100vw;height:100%;padding:1rem;transition:background-color .8s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.footer:before{content:"";background:linear-gradient(to bottom,transparent,var(--color-white));opacity:0;pointer-events:none;width:100%;height:100px;transition:opacity .8s;position:absolute;top:-100px;left:0}.footer .footer-meta{width:100%;height:100%;color:var(--base-100);border-radius:2rem;padding:4rem 0;transition:background-color .5s,color .5s;position:relative}.footer .footer-meta .container.footer-meta-header{margin-bottom:4rem}.footer .footer-meta .container.footer-meta-header,.footer .footer-meta .container.footer-socials{gap:2rem;display:flex}.footer .footer-meta .container.footer-meta-header .footer-meta-col,.footer .footer-meta .container.footer-socials .footer-meta-col{flex:1}.footer .footer-meta .container.footer-meta-header .footer-meta-col:first-child{flex-direction:column;gap:1rem;display:flex}.footer .footer-meta .container.footer-meta-header .footer-meta-col:nth-child(2) .footer-nav-links{text-align:right;flex-direction:column;justify-content:flex-end;display:flex}.footer .footer-meta .container.footer-meta-header .footer-meta-logo{color:var(--base-100);margin-bottom:1rem;transition:color .5s}.footer .footer-meta .container.footer-meta-header .footer-meta-block h2{width:80%;color:var(--base-100);transition:color .5s}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2){text-align:right;justify-content:flex-end;display:flex}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2) p{width:50%;color:var(--base-200);transition:color .5s}.footer .footer-socials-wrapper{gap:.25rem;display:flex}.footer .footer-socials-wrapper .icon{border:1px solid var(--base-300);width:4rem;height:4rem;color:var(--base-100);border-radius:10rem;justify-content:center;align-items:center;font-size:1.25rem;transition:border-color .5s,color .5s,background-color .5s;display:flex}.footer .footer-socials p{color:var(--base-200);transition:color .5s}.footer-outro .container{color:var(--base-100);flex-direction:column;gap:1rem;transition:color .5s;display:flex;overflow:hidden}.footer .footer-outro .footer-header{margin-bottom:2rem}.footer-copyright{gap:2rem;display:flex}.footer-copyright p{color:var(--base-200);flex:1;transition:color .5s}.footer-copyright p span{color:var(--base-100);transition:color .5s}.footer-copyright p:nth-child(2){text-align:center;justify-content:center;display:flex}.footer-copyright p:nth-child(3){text-align:right;justify-content:flex-end;display:flex}.footer.light:before{opacity:1}.footer.light,.footer.light .footer-meta{background-color:var(--color-white);color:var(--color-black)!important}.footer.light .footer-meta-logo,.footer.light .footer-meta-block h2,.footer.light .footer-nav-links a{color:var(--color-black)!important}.footer.light .footer-socials-wrapper .icon{border-color:color-mix(in srgb,var(--color-black)15%,transparent);color:var(--color-black)}.footer.light .footer-socials p,.footer.light .footer-copyright p{color:color-mix(in srgb,var(--color-black)60%,transparent)}.footer.light .footer-copyright p span,.footer.light .footer-outro .container{color:var(--color-black)}@media (max-width:1000px){.footer .footer-meta .container.footer-meta-header,.footer .footer-meta .container.footer-socials{flex-direction:column;gap:4rem}.footer .footer-meta .container.footer-meta-header .footer-meta-col:nth-child(2) .footer-nav-links,.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2){text-align:left;justify-content:flex-start}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2) p{width:100%}.footer .footer-meta .container.footer-meta-header{margin-bottom:4rem!important}.footer .footer-meta-header .footer-meta-col:nth-child(2){display:none}.footer-copyright{flex-direction:column-reverse;gap:.25rem}.footer-copyright p:nth-child(2){display:none}.footer-copyright p:nth-child(3){text-align:left;justify-content:flex-start;display:flex}}
