.sticky-title-wrapper{width:100%;min-height:100vh;position:relative}.sticky-title-container{height:100vh;padding-left:1.5em;padding-right:1.5em;position:sticky;top:0}.sticky-title-container,.sticky-title-inner{justify-content:center;align-items:center;width:100%;display:flex}.sticky-title-inner{text-align:center;flex-flow:column;max-width:60em;margin-left:auto;margin-right:auto;position:relative}.sticky-title-el{margin-top:0;margin-bottom:0;font-size:var(--font-4xl);font-weight:500;line-height:1}.sticky-title-el.is--stacked{visibility:hidden;position:absolute}.sticky-title-el.size--small{font-size:var(--font-2xl);font-weight:600;line-height:1.3;max-width:90%}.sticky-title-el .word{display:inline-block}.sticky-title-el .char{display:inline-block;white-space:pre}.sticky-title-el .char.space{width:.3em}.sticky-title-el .line-break{display:block;width:100%;height:0}@media screen and (max-width:767px){.sticky-title-el{font-size:var(--font-3xl)}.sticky-title-el.size--small{font-size:var(--font-xl);opacity:.5}.sticky-title-container{padding-left:1em;padding-right:1em}}@media screen and (max-width:480px){.sticky-title-el{font-size:var(--font-2xl)}.sticky-title-el.size--small{font-size:var(--font-lg)}}@media (prefers-reduced-motion:reduce){.sticky-title-el .char{opacity:1!important}}