#footer{background-color:var(--gray-200);margin-top:auto;padding:48px 0 0}#footer .description,#footer .footer-content{display:grid;gap:32px}#footer .description p{color:var(--gray-1200);font-size:13px;line-height:24px;margin:0}#footer .footer-columns-menu{display:flex;flex-direction:column;gap:24px}#footer .footer-title{color:var(--gray-1500);font-size:13px;font-weight:700;line-height:24px;margin:0;min-height:24px}#footer .footer-links{display:grid;list-style:none;margin:0;padding:0}#footer .footer-links li{margin:0}#footer .footer-links a{color:var(--gray-1300);font-size:13px;line-height:24px;text-decoration:none;transition:color .2s ease}#footer .footer-links a:hover{color:var(--brand-primary)}#footer .footer-bottom{background-color:var(--gray-300);display:flex;flex-direction:column;gap:16px;margin-top:40px;padding-block:24px}#footer .footer-social{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0;padding:0}#footer .footer-social li{margin:0}#footer .footer-social a{display:inline-block;transition:opacity .2s ease}#footer .footer-social a:hover{opacity:.7}#footer .footer-bottom p{color:var(--gray-1100);font-size:13px;line-height:24px;margin:0}#footer .footer-bottom p a{color:var(--brand-secondary);text-decoration:none;transition:color .2s ease}#footer .footer-bottom p a:hover{opacity:.8}#footer .footer-bottom-content{display:flex;flex-direction:column;gap:8px}@media (min-width:768px){#footer .footer-bottom{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-block:16px;width:100%}}@media (min-width:992px){#footer{padding:60px 0 0}#footer .footer-content{grid-template-columns:300px 1fr;justify-content:space-between}#footer .footer-columns-menu{flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:space-between;margin:82px auto 0;max-width:740px;width:100%}#footer .footer-bottom-content{align-items:center;flex-direction:row;justify-content:space-between}}