<script type="text/javascript">
   // Function to display the pop-up
   function showPopup() {
       document.getElementById('myPopup').style.display = 'block';
   }

   // Function to close the pop-up
   function closePopup() {
       document.getElementById('myPopup').style.display = 'none';
   }

   // Show the pop-up on page load
   window.onload = showPopup;
</script>

 

<div id="myPopup">
   <span class="popupCloseButton" onclick="closePopup()">X</span>
   <h1> style="color: #e1523e;">Customer Update</h1>
   <p>It's that special time of year:  peak shipping season for our carriers. While we will continue to do our best to ensure your packages arrive in a timely manner, <b></b>carriers have suspended certain guaranteed shipping times.</b? Please reach out to your Sales Representative with any questions!<br><br></p><p><b>Warmest wishes from your Movora family!</b></p>
</div>

Terms and conditions agreement

Please read our Terms and Conditions & Privacy Policy.*

X