@keyframes spin{to{-webkit-transform:rotate(360deg)}}#splash-screen{position:fixed;z-index:1201;font-family:"Roboto",sans-serif;background:#fff;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column}#splash-screen #loading{display:inline-block;width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#007bff;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}#splash-screen .loading-header{margin-top:32px;color:#9b9b9b;font-size:16px}#splash-screen .loading-header svg{width:16px;height:16px;vertical-align:middle;margin-right:8px}#splash-screen .text-container{text-align:center;animation:fadeIn .5s ease-in;animation-fill-mode:forwards}#splash-screen .text-container .message{max-width:700px;font-size:20px;font-weight:700;line-height:32px;letter-spacing:.31px;margin:32px}#splash-screen .text-container .q::before{content:'"'}#splash-screen .text-container .q::after{content:'"'}