.footer{--footer-text-primary-color: var(--tc-text-primary);--footer-text-secondary-color: var(--tc-text-secondary);--footer-background-color: var(--tc-layer-yellow-primary);--footer-border-color: var(--tc-border-primary);--footer-menu-outline-focus-color: var(--tc-blue-40);--footer-logo-image-display-light: block;--footer-logo-image-display-dark: none}.footer.dark{--footer-text-primary-color: var(--tc-text-primary-dark);--footer-text-secondary-color: var(--tc-text-secondary);--footer-background-color: var(--tc-layer-yellow-primary-dark);--footer-border-color: var(--tc-border-primary-dark);--footer-menu-outline-focus-color: var(--tc-blue-40-dark);--footer-logo-image-display-light: none;--footer-logo-image-display-dark: block}.footer{background-color:var(--footer-background-color);display:flex;flex-direction:column;padding:3rem 0;color:var(--footer-text-primary-color)}@media(min-width: 90rem){.footer{padding:3.5rem 0}}.footer__top{display:flex;flex-direction:row}.footer__bottom{display:flex;flex-direction:column;position:relative;border-top:none}@media(min-width: 48rem){.footer__bottom{flex-direction:row;align-items:flex-end;border-top:.03125rem solid var(--footer-border-color)}}.footer__bottom-logo{border-bottom:.03125rem solid var(--footer-border-color);z-index:1;width:100%}@media(min-width: 48rem){.footer__bottom-logo{border-bottom:none;margin-left:0;margin-right:auto}}.footer__bottom-logo--brand{display:flex;align-items:center;margin-bottom:1rem}@media(min-width: 48rem){.footer__bottom-logo--brand{margin-top:2rem;margin-bottom:0}}.footer__bottom-logo--brand .brand-image{object-fit:contain;display:var(--footer-logo-image-display-light);height:2rem;width:auto}.footer__bottom-logo--brand .brand-image--dark{display:var(--footer-logo-image-display-dark)}.footer__bottom-social{display:flex;gap:1.25rem;z-index:1}@media(min-width: 48rem){.footer__bottom-social{margin-left:auto;margin-right:0}}.footer__bottom-copyright{flex:1;z-index:0}@media(min-width: 48rem){.footer__bottom-copyright{text-align:center;position:absolute;left:0;right:0}}.footer .footer-menu{flex-direction:column;display:flex}.footer .footer-menu--desktop{display:none}@media(min-width: 75rem){.footer .footer-menu--desktop{display:flex}}.footer .footer-menu--mobile{display:flex}@media(min-width: 75rem){.footer .footer-menu--mobile{display:none}}.footer .footer-menu--bottom{display:flex;white-space:nowrap}.footer .footer-menu__container{display:flex;flex-direction:column;flex:1}@media(min-width: 75rem){.footer .footer-menu__container{flex-direction:row}}.footer .footer-menu__site-map{display:flex;flex-direction:column;width:100%}@media(min-width: 75rem){.footer .footer-menu__site-map{display:inline-grid;gap:1rem;grid-template-columns:repeat(auto-fit, minmax(13.25rem, 1fr))}}.footer .footer-menu__header,.footer .footer-menu__item{text-decoration:none;width:fit-content;color:var(--footer-text-primary-color)}.footer .footer-menu__header:hover,.footer .footer-menu__item:hover{text-decoration:underline}.footer .footer-menu__header:active,.footer .footer-menu__item:active{color:var(--footer-text-secondary-color)}.footer .footer-menu__header:focus-visible,.footer .footer-menu__item:focus-visible{outline:.125rem solid var(--footer-menu-outline-focus-color);outline-offset:.125rem;border-radius:.125rem}.footer .footer-menu__header{margin:.5rem 0 .25rem}.footer-menu--bottom .footer .footer-menu__header{margin:.5rem 0}@media(min-width: 75rem){.footer-menu--bottom .footer .footer-menu__header:first-of-type{margin-top:0}}.footer .footer-menu__item{margin-top:.5rem}.footer .footer-menu__item:first-of-type{margin-top:0}@media(min-width: 75rem){.footer .footer-menu__item:first-of-type{margin-top:.75rem}}.footer .footer-menu__accordion-content{display:flex;flex-direction:column;padding-bottom:1.5rem;max-width:30rem}
