Sign Up and Get Access to Exclusive Listings
Username
Password
First Name
Last Name
E-mail Address
Full Name
LEAVE THIS BLANK
Phone Number
*
Are you an accredited investor?
*
Yes
No
document.addEventListener('scroll', function() { const header = document.querySelector('.real-international-menu'); if (window.scrollY > 50) { // Adjust the value if needed header.classList.add('sticky'); } else { header.classList.remove('sticky'); } });