.container{width:var(--container-width)}.navbar{display:flex;flex-flow:row;justify-content:center;align-items:center;position:sticky}.navbar .container{display:flex;flex-flow:row;justify-content:space-between;align-items:center}.navbar-logo{max-width:160px}.footer{display:flex;flex-flow:row;justify-content:center;align-items:center;padding-top:var(--padding-50);padding-bottom:var(--padding-50);background-color:var(--blue-dark)}.footer-column{display:flex;flex-flow:column;justify-content:center;align-items:start;max-width:30%}.footer-row{display:flex;flex-flow:row;justify-content:space-between;align-items:start;width:100%;margin-bottom:var(--padding-25);padding-bottom:var(--padding-25);border-bottom:1px solid var(--bg-white-10)}.footer-logo{max-width:160px}.flex-v{display:flex;flex-flow:column}.footer-copyright{display:flex;flex-flow:row;justify-content:space-between;align-items:center;width:100%}.footer-links-wrapper{display:flex;flex-flow:row;gap:10px}