You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
J
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<style>
.loading-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #D8D8D8;
color: #000;
pointer-events: none;
overflow: hidden;
z-index...