@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Michroma&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");body{margin:0;padding:0;font-family:Work Sans,sans-serif;background-color:#f4f6f8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.simplebar-offset{width:100%}.loading-icon-container{align-self:center;z-index:5000}.loading-icon-container h3{font-weight:600}.loading-icon-container.contained{position:fixed;z-index:inherit}.loading-icon-container.has-header{margin-top:-64px}.loading-icon-container>.centered-div{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f4f6f8;width:100vw;height:100vh}.loading-icon-container>.centered-div.contained{width:100%;height:200px;background-color:transparent}.circular-progress{display:inline-block;position:relative;width:80px;height:80px}.circular-progress.contained{width:60px;height:60px}.circular-progress>div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:circular-progress 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#03216d}.circular-progress.contained>div{width:48px;height:48px;border-width:6px}.circular-progress div:first-child{animation-delay:-.45s}.circular-progress div:nth-child(2){animation-delay:-.3s}.circular-progress div:nth-child(3){animation-delay:-.15s}@keyframes circular-progress{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}