.LoaderSpinner{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#ffffff95;display:flex;align-items:center;justify-content:center;z-index:1000}.LoaderSpinner__spinner{width:100px;height:100px;border-radius:50%;border:5px solid transparent;border-top-color:#C5168C;animation:spin 0.5s linear infinite}.LoaderSpinner__spinner::after{content:'';border-radius:50%;border:5px solid transparent;border-bottom-color:#F3C249;position:absolute;top:3px;right:3px;bottom:3px;left:3px;animation:spin 1s linear infinite}.LoaderSpinner__spinner::before{content:'';border-radius:50%;border:5px solid transparent;border-right-color:#800280;position:absolute;top:10px;right:10px;bottom:10px;left:10px;animation:spin 2s linear infinite}

*{margin:0;padding:0;border:0;outline:0}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box;overflow-x:hidden;font-size:16px}html,body,#app,#wrap{width:100%;min-height:100vh}body,input,button,textarea{font-family:'Nunito', sans-serif}h1,h2,h3,h4,h5,h6{font-weight:bold;color:#800280}p{color:#2C2738}a{text-decoration-line:none}li{list-style-type:none}#app{display:flex;flex-direction:column}.visuallyHidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}@keyframes spin{100%{transform:rotate(360deg)}}@media (max-width: 1080px){html{font-size:15px}}@media (max-width: 720px){html{font-size:13px}}

