/* Match the homepage footer on destination pages. */
.site-footer{background:#071523;color:#c0cfdf;padding:45px 0 75px}
.site-footer .container{width:min(1200px,calc(100% - 64px));margin:auto}
.site-footer .footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:48px;padding-bottom:32px}
.site-footer .footer-grid>*{min-width:0}
.site-footer .footer-grid>div:first-child{grid-column:auto}
.site-footer .footer-brand{font-size:initial;font-weight:normal;color:inherit}
.site-footer .footer-brand img{width:190px;height:auto;margin-bottom:20px}
.site-footer h2{font-size:1rem;line-height:1.4;letter-spacing:0;margin:0 0 16px;color:#fff}
.site-footer p,.site-footer a,.site-footer address{font-size:.9375rem;color:#c9d3df}
.site-footer p{margin:0 0 10px;max-width:30ch}
.site-footer .footer-intro{color:#fff;font-weight:600}
.site-footer a,.site-footer .footer-grid a{display:inline;margin:0;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li+li{margin-top:8px}
.site-footer address{font-style:normal;display:flex;flex-direction:column;align-items:flex-start;gap:12px;overflow-wrap:anywhere}
.site-footer .footer-legal{border-top:1px solid #ffffff26;padding-top:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px;font-size:.875rem;color:#c9d3df}
.site-footer .footer-legal-labels{display:flex;flex-wrap:wrap;gap:8px 20px}
@media(max-width:760px){.site-footer{padding-bottom:calc(110px + env(safe-area-inset-bottom))}.site-footer .container{width:calc(100% - 36px)}.site-footer .footer-grid{grid-template-columns:1fr;gap:30px}.site-footer .footer-brand img{width:170px}.site-footer .footer-legal{flex-direction:column;align-items:flex-start;padding-top:18px}.site-footer .footer-legal-labels{gap:8px 16px}}
