function w(u,g=1e3){const e=document.querySelector(`${u}`);if(!e)return;const d=e.getBoundingClientRect().top,f=document.querySelector("#navigation")?.getBoundingClientRect().height||0,n=document.querySelector(".banner"),m=n&&n.style.display!=="none"?n.getBoundingClientRect().height:0,s=e.closest(".sales-faq");let i=0;if(s){const t=s.querySelector(".sales-faq__toggle-button");t&&window.getComputedStyle(t).position==="sticky"&&(i=t.getBoundingClientRect().height)}const y=d-f-m-i+window.scrollY-24,c=window.scrollY,h=y-c;let o=null;const l=t=>{o===null&&(o=t);const r=t-o,a=Math.min(r/g,1),q=.5-Math.cos(a*Math.PI)/2;window.scrollTo(0,c+h*q),a<1&&requestanimationframe(l)};requestanimationframe(l)}export{w as u};