.footer{background-color:#f9f9f9;color:#333;padding:2rem 0;text-align:center}.footer__container{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;padding:0 2rem}@media(max-width:768px){.footer__container{flex-direction:column;padding:1rem}}.footer__branding{display:flex;align-items:center}.footer__branding img{width:150px;margin-right:.5rem}@media(max-width:768px){.footer__branding img{width:120px}}.footer__branding .footer__brand{font-size:1.2rem;font-weight:700}.footer__links{display:flex;flex-wrap:wrap;justify-content:center}.footer__links a{margin:.5rem;color:#333;text-decoration:none;font-size:.9rem}.footer__links a:hover{color:#1abc9c}@media(max-width:768px){.footer__links{font-size:.8rem}}.footer__social{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.footer__social span{font-size:.9rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.footer__social span{font-size:.8rem}}.footer__social .footer__icons{display:flex;justify-content:center}.footer__social .footer__icons a{margin:.5rem}.footer__social .footer__icons a img{width:20px;height:20px}@media(max-width:768px){.footer__social .footer__icons a img{width:18px;height:18px}}.footer__copyright{margin-top:1rem;font-size:.8rem;color:#999}@media(max-width:768px){.footer__copyright{font-size:.7rem}}.header{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000;position:fixed;width:100vw}.header__container{justify-content:space-between;padding:1rem;max-width:1200px;margin:0 auto}.header__container,.header__logo{display:flex;align-items:center}.header__burger{display:none;cursor:pointer;color:#000}.header__nav{display:flex}.header__nav a{margin:0 1rem;font-size:1rem;text-decoration:none;color:#373643;font-weight:400}.header__nav a.active,.header__nav a:hover{color:#18cb96}.header__cta .header__button{background-color:#18cb96;color:#373643;border:none;padding:10px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:600;line-height:20px;text-align:left}.header__cta .header__button:hover{background-color:#373643;color:#18cb96}@media(max-width:768px){.header__burger{display:block}.header__nav{display:none;flex-direction:column;background-color:#fff;position:absolute;top:100%;left:0;width:100%;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:999}.header__nav.open{display:flex}.header__nav a{margin:1rem}.header__cta{display:none}}