header{padding:23px 50px;display:flex;align-items:center;justify-content:space-between;background-color:var(--secondary);width:100%}header.start{position:sticky;top:0}header.fixed{position:fixed;top:0;left:0;right:0;z-index:40;box-shadow:0 1px 0 rgba(0,0,0,.06)}header .links{display:flex;align-items:center;gap:16px}header .links a{color:#000;opacity:.4;font-family:var(--dadaGrotesk);font-size:14px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:-.14px;cursor:pointer}header .links a.active{opacity:1}.menuMobile{height:calc(100vh - 63px);bottom:0}.menuMobile,.menuMobile .links{display:flex;justify-content:flex-end}.menuMobile .links{height:100%;flex-direction:column;align-items:flex-start;padding-inline:24px;padding-bottom:35px}.menuMobile .links a{padding-block:16px;color:#000;font-family:var(--dadaGrotesk);font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:-.64px;border-bottom:1px solid #a3a3a3;width:100%}.menuMobile .links a:last-child{border-bottom:none}.menuOverlay{margin-top:var(--header-offset,63px);background-color:var(--secondary)}@media(max-width:768px){header{padding:14px 24px}}.header-wrapper{width:100%}