@keyframes loadingAni{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInBlur{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}@keyframes copyFeedback{0%{transform:scale(1);background-color:rgba(0,226,144,.25)}50%{transform:scale(1.1);background-color:rgba(0,226,144,.5)}to{transform:scale(1);background-color:rgba(0,226,144,.25)}}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Regular.ttf);font-weight:400}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Medium.ttf);font-weight:500}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-SemiBold.ttf);font-weight:600}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Bold.ttf);font-weight:700}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-ExtraBold.ttf);font-weight:800}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Black.ttf);font-weight:900}@font-face{font-family:Tenor Sans;src:url(/fonts/tenor-sans/TenorSans-Regular.ttf);font-weight:400}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Regular.ttf);font-weight:400}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Medium.ttf);font-weight:500}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Bold.ttf);font-weight:700}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Black.ttf);font-weight:900}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Light.ttf);font-weight:300}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Regular.ttf);font-weight:400}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Medium.ttf);font-weight:500}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-SemiBold.ttf);font-weight:600}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Bold.ttf);font-weight:700}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-ExtraBold.ttf);font-weight:800}.icon.icon-loading{justify-content:center;align-items:center;position:relative;display:flex;flex-flow:row nowrap}.icon.icon-loading span{width:82%;height:82%;border-top-color:#362eff;border-left-color:#362eff;display:block;box-sizing:border-box;border-radius:50%;border-left-style:solid;border-top-style:solid;border-left-width:.25vh;border-bottom:.25vh solid rgba(0,0,0,0);border-right:.25vh solid rgba(0,0,0,0);border-top-width:.25vh;animation:loadingAni .4s linear infinite}.icon.icon-loading.blue span{border-top-color:#362eff;border-left-color:#362eff}.icon.icon-loading.green span{border-top-color:#00e290;border-left-color:#00e290}.icon.icon-loading.orange span{border-top-color:#faad14;border-left-color:#faad14}.icon.icon-loading.red span{border-top-color:#ff2851;border-left-color:#ff2851}.icon.icon-loading.yellow span{border-top-color:#fffb00;border-left-color:#fffb00}.icon.icon-loading.xsm{width:2.2vh;min-width:2.2vh;max-width:2.2vh;height:2.2vh;min-height:2.2vh;max-height:2.2vh}.icon.icon-loading.sm{width:3.15vh;min-width:3.15vh;max-width:3.15vh;height:3.15vh;min-height:3.15vh;max-height:3.15vh}.icon.icon-loading.md{width:6.3vh;min-width:6.3vh;max-width:6.3vh;height:6.3vh;min-height:6.3vh;max-height:6.3vh}.icon.icon-loading.lg{width:10.5vh;min-width:10.5vh;max-width:10.5vh;height:10.5vh;min-height:10.5vh;max-height:10.5vh}.loading-page{position:fixed;width:100vw;height:100vh;justify-content:center;align-items:center;top:0;left:0;z-index:999;background:#fff;display:flex;flex-flow:row nowrap}.loading-page .icon-loading{position:absolute}.loading-page .icon-loading span{border-width:.5vh}