.toggle-button{--toggle-width:44px;--toggle-height:24px;--toggle-gap:3px;--toggle-thumb-size:calc(var(--toggle-height) - (var(--toggle-gap) * 2));--toggle-travel:calc(var(--toggle-width) - var(--toggle-thumb-size) - (var(--toggle-gap) * 2));--toggle-bg:var(--neutral-300);--toggle-thumb:var(--neutral-0);position:relative;flex:0 0 auto;display:inline-flex;align-items:center;width:var(--toggle-width);height:var(--toggle-height);padding:var(--toggle-gap);border:none;border-radius:calc(var(--toggle-height)/2);background:var(--toggle-bg);cursor:pointer;transition:background .24s ease}.toggle-button.toggle-button--on{--toggle-bg:var(--blue-300)}.toggle-button:focus-visible{outline:2px solid var(--blue-200);outline-offset:2px}.toggle-button:disabled{cursor:not-allowed;opacity:.55}.toggle-button .toggle-button__thumb{display:block;width:var(--toggle-thumb-size);height:var(--toggle-thumb-size);border-radius:50%;background:var(--toggle-thumb);box-shadow:0 1px 2px rgba(33,38,44,.3);transition:transform .24s ease}.toggle-button.toggle-button--on .toggle-button__thumb{transform:translateX(var(--toggle-travel))}@media(prefers-reduced-motion:reduce){.toggle-button,.toggle-button .toggle-button__thumb{transition:none}}.footer-section .footer-section__section-item{display:flex;flex-direction:column;gap:var(--gap-spacing-tight)}@media(min-width:768px){.footer-section .footer-section__section-item{gap:var(--gap-spacing-base)}}.footer-section .footer-section__background{background-color:var(--color-bg-contrast)}.footer-section .footer-section__links{display:flex;flex-direction:column;gap:var(--gap-spacing-tight)}.footer-section .footer-section__link{font-size:var(--font-size-sm);font-weight:500}.footer-section .footer-section__section-title{font-weight:700}.footer-section{color:var(--color-fg-default);background-color:var(--color-bg-default);transition:all .3s ease-in}.footer-section__container{display:flex;flex-direction:column;justify-content:space-between;min-height:30vh!important;padding:3% 2%!important;gap:var(--gap-spacing-72)}@media(min-width:1000px){.footer-section__container{flex-direction:row;gap:0}}.footer-section__list-container{display:flex;justify-content:space-evenly;gap:0;flex-direction:column;gap:var(--gap-spacing-48)}@media(min-width:1000px){.footer-section__list-container{flex-direction:row;gap:100px}}.footer-section__list-title{font-weight:600}.footer-section__item{list-style:none;margin-top:.7rem;font-size:14px}.footer-section__item a{color:#000}.footer-section__bottom__container{width:100%;margin:0 auto;padding:0 1%;display:flex;flex-direction:column;max-width:1500px}@media(min-width:768px){.footer-section__bottom__container{flex-direction:row;justify-content:space-between;align-items:center}}.footer-section__bottom__copyright-label{font-weight:600;font-size:12px}.footer-section__bottom__item-container{display:flex;justify-content:space-between}@media(min-width:768px){.footer-section__bottom__item-container{gap:70px}}.footer-section__bottom__item{list-style:none;margin-top:.7rem;color:#000;font-weight:700;font-size:12px}.footer-section__bottom__item a{color:#000}.footer-section .footer-section__contact-information,.footer-section .footer-section__resource-link{margin-bottom:6px}.footer-section .footer-section__content-title{font-weight:600}.footer-section .footer-section__logo-container{width:110px;height:60px}.footer-section .footer-section__logo-container .link #footer-logo path{fill:currentColor}.footer-section .footer-section__bottom-wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:20px}@media(min-width:1000px){.footer-section .footer-section__bottom-wrapper{flex-direction:row}}.footer-section .footer-section__item-wrapper{display:flex;flex-direction:column;gap:10px}@media(min-width:1000px){.footer-section .footer-section__item-wrapper{flex-direction:row}}.footer-section .footer-section__bottom{padding:5px 10px;background-color:#000}.footer-section__copyright{font-size:var(--font-size-sm)}.footer-section .footer-section__bottom-item,.footer-section__copyright-label{font-weight:600}.footer-section__copyright-label{color:gray}.footer-section .footer-section__bottom-item>*{color:#f5f5f5;font-size:12px}