.landing-page-header{background-color:var(--offecct-black);color:var(--offecct-white);display:flex;height:56px;justify-content:center;position:fixed;transition:height .2s ease;width:100%;z-index:100}.landing-page-header--shrink{height:48px}@media screen and (max-width:768px){.landing-page-header{height:40px}}.landing-page-header--inner{align-items:center;display:flex;justify-content:space-between;padding:var(--space-sm) var(--space-md);width:1200px}@media screen and (max-width:1280px){.landing-page-header--inner{padding:var(--space-sm) calc(var(--space-md) + var(--space-lg));width:100%}}@media screen and (max-width:768px){.landing-page-header--inner{height:unset;padding:var(--space-xs) calc(var(--space-sm)*2)}}.landing-page-header__logo{height:100%}@media screen and (max-width:768px){.landing-page-header__logo{max-height:16px}}.landing-page-header__logo--white{fill:#fff}.landing-page-header__link{display:contents}