body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mainSimpleLoader{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.loader,.mainSimpleLoader{align-items:center;display:flex;justify-content:center}.loader{animation:spinScale 2s ease-in-out infinite;border:16px solid #f3f3f3;border-color:blue orange red skyblue;border-radius:50%;border-style:solid;border-width:16px;height:100px;overflow:hidden;position:relative;width:100px}.loader img{height:auto;width:120px}@keyframes spinScale{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(1turn) scale(1)}}@keyframes imagePulse{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(0deg) scale(1.1)}}
/*# sourceMappingURL=main.7b19cd58.css.map*/