.timeline-landing-page__wrapper:after{content:"";position:absolute;top:0;bottom:0;margin:0 auto;width:4px;background-color:#ff3f00;height:100%;z-index:-2;left:0;right:0;display:block;animation:timeline-line 4s}@keyframes timeline-line{0%{height:0}20%{height:20%}40%{height:40%}60%{height:60%}to{height:100%}}.grecaptcha-badge{opacity:0;transition:opacity .3s ease;pointer-events:none;display:block!important}.grecaptcha-badge.visible{opacity:1;pointer-events:auto}.navigation{display:flex;justify-content:center;gap:var(--spacing-4)}.navigation__wrapper{display:flex;flex-direction:column;align-items:center}.navigation__link{display:inline-flex;font-size:1.2em;transition:border-bottom .3s;position:relative;z-index:1}.navigation__link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:rgba(0,0,0,0);transition:height .4s,background .1s;z-index:-1}.navigation__link:focus-within:after,.navigation__link:hover:after{height:28%;background:var(--color-crimson-500)}.navigation__link--active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-flame-400);transition:height .2s,background .4s;border-bottom:1px solid rgba(0,0,0,0);z-index:-1}.navigation__link--active:focus-within:after,.navigation__link--active:hover:after{height:50%;background:var(--color-flame-600)}