.section-indicator{z-index:4;flex-direction:column;gap:1.5rem;display:flex;position:fixed;top:50%;right:5rem;transform:translateY(-50%)}.section-indicator__bar{background-color:#00bdd4;border-radius:.125rem;width:1.5rem;height:.12rem;transition:background-color .3s}.section-indicator__bar--active{background-color:#fff;width:3rem}.landing-bg{width:100%;height:100vh;position:relative;overflow:hidden}i{font-style:normal}.content{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-text{transform-origin:50%;max-width:90vw;margin:0 auto;animation:5s ease-in-out forwards textZoom;display:block}.hero-text span{white-space:nowrap;color:#fff;grid-template-columns:auto 1fr;align-items:center;font-family:Roboto,sans-serif;font-size:clamp(3rem,11vw,20rem);font-weight:1000;line-height:1;display:inline-grid}.hero-text span i{display:inline}.hero-text span+span{display:block}@media (max-width:1000px){.section-indicator{display:none}.hero-text{width:100%}.hero-text span{white-space:normal;font-size:clamp(4rem,25vw,20rem);font-weight:900;line-height:.9;display:block}.hero-text span i{margin-top:-1rem;display:block}}@keyframes bgZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes textBlink{0%{opacity:.4}20%{opacity:1}40%{opacity:.4}60%{opacity:1}to{opacity:1}}.hero-text{opacity:.4;animation:1s ease-in-out forwards textBlink}
