:root{--scroll-vertical-distance-1: 80px;--scroll-vertical-distance-2: 100px;--scroll-vertical-distance-3: 120px;--scroll-horizontal-distance: clamp(24px, 8vw, 80px)}body{overflow-x:hidden}.animate-on-scroll,.animate-on-scroll-2,.animate-on-scroll-3,.animate-on-scroll-left,.animate-on-scroll-right{opacity:0;transition:opacity .6s ease,transform .6s ease;will-change:transform,opacity}.animate-on-scroll{transform:translateY(var(--scroll-vertical-distance-1))}.animate-on-scroll-2{transform:translateY(var(--scroll-vertical-distance-2))}.animate-on-scroll-3{transform:translateY(var(--scroll-vertical-distance-3))}.animate-on-scroll-left{transform:translate(calc(var(--scroll-horizontal-distance) * -1))}.animate-on-scroll-right{transform:translate(var(--scroll-horizontal-distance))}.animate-on-scroll.in-view,.animate-on-scroll-2.in-view,.animate-on-scroll-3.in-view,.animate-on-scroll-left.in-view,.animate-on-scroll-right.in-view{opacity:1;transform:translateZ(0)}html:not(.js-enabled) .animate-on-scroll,html:not(.js-enabled) .animate-on-scroll-2,html:not(.js-enabled) .animate-on-scroll-3,html:not(.js-enabled) .animate-on-scroll-left,html:not(.js-enabled) .animate-on-scroll-right{opacity:1!important;transform:none!important;transition:none!important}html:not(.js-enabled) .js-only{display:none!important}.delay-100{transition-delay:.2s}.delay-200{transition-delay:.4s}.delay-300{transition-delay:.6s}.delay-400{transition-delay:.8s}.delay-500{transition-delay:1s}@keyframes svelte-1uha8ag-float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes svelte-1uha8ag-float-slower{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}@keyframes svelte-1uha8ag-float-main{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(-1.2deg)}}.animate-float-slow{animation:svelte-1uha8ag-float-slow 7s ease-in-out infinite;will-change:transform}.animate-float-delay{animation:svelte-1uha8ag-float-slower 9s ease-in-out infinite;animation-delay:1.5s;will-change:transform}.animate-float-main{animation:svelte-1uha8ag-float-main 5s ease-in-out infinite;will-change:transform}
