@keyframes underline{0%{background-position:100% 0;background-size:100% 100%}50%{background-position:100% 0;background-size:0 100%}51%{background-position:0 0;background-size:0 100%}to{background-position:0 0;background-size:100% 100%}}.hero{color:var(--contrast);display:flex;flex-direction:column;z-index:0}.hero,.hero__background{bottom:0;left:0;position:fixed;right:0;top:0}.hero__background img,.hero__background video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.hero__logo{align-items:center;color:var(--contrast);display:flex;flex:0 0 auto;height:var(--headerHeight);margin:0 auto auto}@media (max-width:649px){.hero__logo{display:none}}.hero__logo .logo-link{background-image:none!important}.hero__logo .gramazine-logo{height:calc(var(--baseline)*1.5)}.hero__inner{display:flex;flex:0 1 100%;flex-direction:column;justify-content:center}.hero__content{padding:var(--baseline) 0;transform:translateY(var(--currentHeroScrollPercentage));will-change:transform,opacity}.hero--align-top .hero__inner{justify-content:flex-start}.hero--align-bottom .hero__inner{justify-content:flex-end}.hero--has-teaser .hero__content{padding-bottom:calc(var(--baseline)*5)}@media (min-width:1024px){.hero--has-teaser .hero__content{padding-bottom:20vw}}
