@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Manrope:wght@200..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");:root{--bg-dark:hsl(0 0% 100%);--bg:hsl(0 0% 95%);--bg-light:hsl(0 0% 90%);--text:hsl(0 0% 0%);--text-muted:hsl(0 0% 40%);--per:92%;--hover-bg:linear-gradient(var(--bg-light) 50%,var(--bg));--size-sub:0.8rem;--size-head:1.8rem;--size-text:1.2rem;--navbar-bg:rgba(255,255,255,0.78);--navbar-border:rgba(26,26,26,0.10)}[data-theme=dark]{--bg-dark:hsl(0 0% 0%);--bg:hsl(0 0% 5%);--bg-light:hsl(0 0% 10%);--text:hsl(0 0% 95%);--text-muted:hsl(0 0% 70%);--navbar-bg:rgba(38,39,44,0.48);--navbar-border:rgba(255,255,255,0.16)}*{box-sizing:border-box;padding:0;margin:0;transition:background-color .3s ease,color .3s ease,border-color .3s ease}body,html{max-width:100vw;overflow-x:hidden}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;color:var(--text);background:var(--bg-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ul{list-style:none}.action{display:flex;justify-content:right}.footer_footer__AQTwI{margin-top:80px;padding:36px 0 24px;border-top:1.5px solid var(--bg-light);background:var(--bg-dark);width:100%;display:flex;justify-content:center;align-items:center}.footer_footerContent__JNb5W{width:var(--per);max-width:1400px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px}.footer_footerCopyright___zoyO{color:var(--text-muted);font-size:1rem;font-weight:500}.footer_footerSocials__RIIwR{display:flex;gap:16px}.footer_footerSocials__RIIwR a{color:var(--text);opacity:.85;border-radius:50%;padding:5px;transition:background .18s,color .18s,opacity .18s,box-shadow .2s;display:flex}.footer_footerSocials__RIIwR a:hover{color:#007bff;background:var(--bg-light);opacity:1;box-shadow:0 2px 12px rgba(0,123,255,.1)}.footer_footerSocials__RIIwR svg{display:block;width:24px;height:24px}@media screen and (max-width:600px){.footer_footerContent__JNb5W{flex-direction:column;gap:13px;align-items:center;text-align:center}.footer_footerCopyright___zoyO{font-size:.95rem}}