footer {
    font: var(--type-body-2-default-font);
    letter-spacing: var(--type-body-2-default-letter-spacing);
    border-top: 1px solid var(--color-bungie-cerulean, #009ade);
    background: var(--color-bungie-midnight-gradient, linear-gradient(71deg, #12171d 0%, #142941 100%));
    box-shadow: 0 -10px 20px 0 rgb(18 23 29 / 30%);
}
footer .footer > div {
    margin: auto;
    max-width: 1280px;
    padding: 40px;
}
footer .footer p {
    margin: 0;
}
footer .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer ul li {
    margin-top: 0;
    margin-bottom: 0;
}
footer .footer .footer-wrapper ul li a, footer .footer .footer-wrapper ul li {
    font-family: var(--type-fixed-font-family), serif;
    letter-spacing: var(--bungie-letter-spacing-base);
    transition: color 0.15s ease;
}
footer .footer .footer-connect ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
}
footer .footer .footer-connect ul li :not(last-child) {
    margin-right: 15px;
    margin-top: 0;
}
footer .footer .footer-connect ul li a {
    font-size: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: all 0.2s ease;
    color: var(--color-bungie-white);
}
footer .footer .footer-connect ul li a svg {
    fill: var(--color-bungie-cerulean);
    width: 100%;
}
footer .footer .footer-connect ul li a svg:hover {
    fill: var(--color-bungie-white);
}
footer .footer .footer-quick-links {
    margin-top: 40px;
}
footer .footer .footer-quick-links h2, footer .footer .footer-quick-links h3, footer .footer .footer-quick-links h4 {
    font-size: 14px;
    line-height: 13px;
    font-weight: var(--bungie-heading-font-weight-bold);
    letter-spacing: var(--bungie-letter-spacing-large);
    color: var(--color-bungie-cerulean);
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
footer .footer .footer-quick-links ul li {
    margin-bottom: 20px;
}
footer .footer .footer-quick-links ul li a {
    font-weight: 600;
    color: var(--color-bungie-iron);
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
footer .footer .footer-quick-links ul li a:hover {
    color: var(--color-bungie-cerulean);
    text-decoration: none;
}

@media (width >= 1024px) {
    footer .footer .footer-quick-links ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 0;
        padding-left: 0;
        width: 540px;
   }
    footer .footer .footer-quick-links ul li {
        width: 33%;
   }
}
footer .footer .footer-copyright p {
    font-family: var(--type-fixed-font-family), serif;
    color: var(--color-bungie-iron);
    display: block;
    margin: 35px 0 0;
    font-size: 10px;
}

@media (width > 1280px) {
    footer .footer > div {
        margin: auto;
        padding: 40px 0;
   }
}

@media (width >= 768px) {
    footer .footer .footer-top-wrapper {
        display: flex;
   }
    footer .footer .footer-connect {
        order: 2;
        width: 100%;
        max-width: 400px;
        margin-top: 40px;
   }
    footer .footer .footer-connect ul {
        justify-content: end;
   }
    footer .footer .footer-quick-links {
        width: 100%;
   }
    footer .footer .footer-quick-links h2, footer .footer .footer-quick-links h3, footer .footer .footer-quick-links h4 {
        margin-top: 0;
   }
    footer .footer .footer-copyright p {
        font-size: 12px;
   }
}
