
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 #book, #include, #assessment, #booking { scroll-margin-top: 96px; } 

 html { scroll-behavior: smooth; } /* If you ever add a sticky header, set --anchor-offset to its height (e.g., 80px) */ :root { --anchor-offset: 0px; } [id] { scroll-margin-top: var(--anchor-offset); } 

