#no-header-landingpage footer{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:1rem 2rem;background-color:#d00007;gap:16px;color:#fff}#no-header-landingpage footer button{background:none;border:none;cursor:pointer}#no-header-landingpage footer button:hover{text-decoration:underline}#no-header-landingpage footer .footer-links{list-style:none;display:flex;gap:1rem;padding:0 0 0 16px;margin:0 0 0 auto}#no-header-landingpage footer .footer-links a{text-decoration:none;color:#fff}#no-header-landingpage footer .footer-links a:hover{text-decoration:underline}@media (max-width:768px){#no-header-landingpage footer{flex-direction:column;align-items:center;gap:8px}#no-header-landingpage footer .footer-links{margin-left:0;padding-left:0;width:100%;justify-content:center}}