.module.footer{box-sizing:border-box;padding:56px 0 40px;width:100%}.module.footer .footer-inner{display:flex;flex-direction:column;gap:40px}.module.footer .footer-logo{display:inline-flex;flex-shrink:0}.module.footer .footer-logo img{display:block;height:100px;width:auto}.module.footer .footer-bottom{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.module.footer .footer-columns{display:flex;flex:1;flex-wrap:wrap;gap:64px;max-width:60%}.module.footer .footer-column{display:flex;flex-direction:column;min-width:140px}.module.footer .footer-heading{color:var(--yellow-accent);display:inline-block;margin:0 0 14px;text-decoration:none}a.footer-heading:hover{opacity:.85}.module.footer .footer-menu ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.module.footer .footer-menu li{list-style:none;margin:0}.module.footer .footer-menu li a{color:var(--bg-color);text-decoration:none}.module.footer .footer-menu li a:hover{opacity:.8}.module.footer .footer-right{color:var(--bg-color);flex-shrink:0;line-height:1.7;max-width:320px}.module.footer .footer-right p{margin:0 0 16px}.module.footer .footer-right strong{color:var(--green-accent)}.module.footer .footer-right a{color:var(--green-accent);text-decoration:none}.module.footer .footer-right a:hover{text-decoration:underline}@media (max-width:768px){.module.footer{padding:40px 24px 32px}.module.footer .footer-inner{gap:32px}.module.footer .footer-bottom{flex-direction:column-reverse;gap:32px}.module.footer .footer-columns{gap:32px;justify-content:space-between;max-width:100%;width:100%}.module.footer .footer-right{max-width:100%}}