Hi!
When my site loads it jumps automatically to the second section… I’ve viewed the site in incognito and other browsers and I get the same problem, so definitely not only on my end.
@Renaud_Jacob - I haven’t totally isolated it, but my guess is that the noise script you are using may be causing the problem, it has a lot of calls to the window. You also have a few console errors, maybe clear those up first and test again:
Not sure what’s causing it, but it’s bad practise to load in scripts and css midway through drawing the dom and that might cause some jumping. You should move the css to the header and the scripts to the bottom of the page.
Webflow has a “global” space for styling and scripts in the project settings.