@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");.footer{width:100%;background-color:#fff;font-family:Courier Prime,monospace}.footer__top{display:none}@media (min-width:768px){.footer__top{display:flex;width:100%;justify-content:center;align-items:center;border-top:2px solid #8fb0a1;padding:1rem;gap:2rem}}.footer__title{color:#8fb0a1;font-size:35px;font-family:Courier Prime,monospace;font-weight:700}@media (min-width:768px){.footer__title{color:#8fb0a1;font-size:40px;font-family:Courier Prime,monospace;font-weight:500}}.footer__bottom{position:relative;display:flex;background-color:#e0fff4;padding:0 2rem}@media (min-width:768px){.footer__bottom{flex-direction:row;align-items:center;justify-content:space-between}}.footer__links{display:flex;gap:3rem}@media (max-width:767px){.footer__links{display:none}}.footer__link{font-size:20px;font-family:Montserrat,sans-serif;font-weight:400;color:#4a4a4a;text-decoration:none;transition:color .3s ease-in-out,opacity .3s ease-in-out}.footer__link:hover{color:#8fb0a1}.footer__link:active{color:#678276;opacity:.8}.footer__social{display:flex;align-items:center;gap:3rem}@media (max-width:767px){.footer__social{width:100%;justify-content:center;padding:1rem 0;background-color:rgba(224,255,244,.6);gap:2rem}.footer__social img{width:40px!important;height:40px!important}.footer__bottom .footer__social{display:none}.footer__mobile-header{display:flex;justify-content:center;align-items:center;padding:.75rem 1rem;background-color:rgba(224,255,244,.6)}.footer__mobile-title{color:#678276;font-size:36px;font-family:Courier Prime,monospace;font-weight:700;margin:0;text-align:center}.footer__mobile-links{display:flex;flex-direction:column;width:100%;padding:1.5rem;background-color:rgba(224,255,244,.6);border-top:2px solid #8fb0a1;gap:1rem}.footer__mobile-link{display:block;width:100%;font-size:18px;font-family:Montserrat,sans-serif;font-weight:400;color:#000;text-decoration:none;transition:color .3s ease-in-out,opacity .3s ease-in-out}.footer__mobile-link:hover{color:#8fb0a1}.footer__mobile-link:active{color:#678276;opacity:.8}}.footer__social a{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.footer__social a:hover{opacity:.7;transform:scale(1.1)}.footer__social a:active{opacity:.5;transform:scale(.95)}