/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
body.splash-active #splash-screen{display:flex !important;}body.splash-locked{overflow:hidden;height:100vh;}.splash-screen-admin-text{text-align:center;}#splash-screen{position:fixed;inset:0;background-color:white;z-index:9999;display:none;align-items:center;justify-content:center;color:black;transform:translateY(0);transition:transform 1s ease;}.splash-inner{text-align:center;font-size:2rem;}#splash-screen.slide-away{transform:translateY(-100%);}
