:root{--parallax-min-height:1rem;--container-offset-adjustment:35rem;font-family:Exo2,sans-serif;font-stretch:condensed;background-color:#fff;margin:0;padding:0}@media (prefers-reduced-motion){:root{--parallax-scale:0}}.parallax__group.svelte-dzikdg{position:relative;z-index:0;transform-origin:center top;transform:scaleY(calc(1 - var(--parallax-scale)));margin-top:calc(var(--container-offset-adjustment) + (-1 * max(100vh,var(--parallax-min-height))));margin-bottom:calc(-1 * var(--container-offset-adjustment))}.parallax__layer.svelte-dzikdg{transform-origin:center top;transform:scaleY(calc(1 / (1 - var(--parallax-scale))))}.parallax__layer--foreground.svelte-dzikdg{position:relative;top:0}.parallax__layer--background.svelte-dzikdg{position:sticky;z-index:-2;top:0;height:100%;min-height:100vh;min-height:max(100vh,var(--parallax-min-height));background-attachment:fixed;background-repeat:repeat;background-size:10%}