let throttleGreenShiftPause;const GreenShiftthrottle=(t,s)=>{throttleGreenShiftPause||(throttleGreenShiftPause=!0,setTimeout(()=>{t(),throttleGreenShiftPause=!1},s))};let totop=document.getElementById("greenshifttop"),greenshifttotop=document.createElement("div");greenshifttotop.id="greenshifttotop",greenshifttotop.insertAdjacentHTML("beforeend",'<svg xmlns="http://www.w3.org/2000/svg" height="18px" viewBox="0 0 377 512.23"><path d="M372.87 156.95a12.038 12.038 0 0 1 1.06 17.1c-4.47 5-12.2 5.47-17.26 1.04L200.78 38.97v461.11c0 6.71-5.5 12.15-12.28 12.15-6.78 0-12.28-5.44-12.28-12.15V38.97L20.33 175.09c-5.06 4.43-12.79 3.96-17.26-1.04-4.47-5.01-4-12.67 1.06-17.1L180.2 3.21c4.55-4.17 11.65-4.33 16.4-.17l176.27 153.91z"/></svg>'),greenshifttotop.setAttribute("style","width:40px;height:40px;line-height:40px;display:flex;justify-content:center;align-items:center;background:black; fill:white; transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease; position:fixed; bottom:50px; right:20px; border-radius:100px; opacity:0; transform: translateY(50px);cursor:pointer; z-index:99999"),document.body.appendChild(greenshifttotop),greenshifttotop.addEventListener("click",()=>{window.scrollTo({top:0,behavior:"smooth"})}),window.addEventListener("scroll",()=>{GreenShiftthrottle(()=>{window.scrollY>300?greenshifttotop.classList.contains("active")||(greenshifttotop.classList.add("active"),greenshifttotop.style.opacity=1,greenshifttotop.style.transform="translateY(0)",greenshifttotop.style.visibility="visible"):greenshifttotop.classList.contains("active")&&(greenshifttotop.classList.remove("active"),greenshifttotop.style.opacity=0,greenshifttotop.style.transform="translateY(50px)",greenshifttotop.style.visibility="hidden")},250)});