html.home-loader-active,body.home-loader-active{overflow:hidden}body.home-loader-active{height:100vh;overscroll-behavior:none;touch-action:none}.home-loader{position:fixed;inset:0;width:100%;height:100%;background-color:#232b36;z-index:99999;pointer-events:auto;overflow:hidden}.home-loader__inner{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;gap:clamp(12px,4vw,50px);padding:clamp(16px,4vw,56px);box-sizing:border-box}.home-loader__bars{width:clamp(24px,8vw,48px);flex:0 0 auto;display:flex;flex-direction:column;gap:clamp(10px,3.5vw,20px)}.home-loader__line{background-color:#fa7c33;height:clamp(6px,1.4vw,10px);width:0;overflow:hidden}html.home-loader-active .home-loader__bars--left .home-loader__line{animation:homeLoaderSlideInFromLeft 1s ease-out forwards}.home-loader__line:nth-child(1){animation-delay:.1s}.home-loader__line:nth-child(2){animation-delay:.2s}.home-loader__line:nth-child(3){animation-delay:.3s}.home-loader__bars--right.is-animating .home-loader__line{animation:homeLoaderSlideInFromLeft 1s ease-out forwards}.home-loader__text{opacity:0;transition:opacity .8s ease-in;margin:0;text-align:center;font-size:clamp(14px,3.2vw,32px);line-height:1.15;max-width:min(60ch,92vw);flex:0 1 auto;min-width:0}.home-loader__text .oranje{color:#fa7c33}.home-loader__text.is-visible{opacity:1}@keyframes homeLoaderSlideInFromLeft{0%{width:0}to{width:100%}}.home-loader.home-loader--sliding-up{--curve-depth: min(50vmin, 520px);border-radius:0 0 9999px 9999px / 0 0 var(--curve-depth) var(--curve-depth);animation:homeLoaderSlideUp .8s ease-in-out forwards;will-change:height}@keyframes homeLoaderSlideUp{0%{height:100%}to{height:0}}
