@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}.notification{position:fixed;bottom:2.1vh;right:2.1vh;padding:2.1vh 4.2vh 2.1vh 6.725vh;border-radius:2.1vh;color:#fff;z-index:9999}.notification.error{background-color:#ff2851}.notification.status{background-color:#00e290}.notification .lbl{max-width:20vw;justify-content:flex-start;align-items:flex-start;display:flex;flex-flow:column nowrap}@media screen and (max-width:1300px){.notification .lbl{max-width:30vw}}@media screen and (max-width:1100px){.notification .lbl{max-width:40vw}}@media screen and (max-width:700px){.notification .lbl{max-width:50vw}}.notification .lbl .countdown{z-index:1;position:absolute;top:calc(50% - 1.575vh);left:2.575vh;box-sizing:border-box;text-align:center;border-radius:100%;color:hsla(0,0%,100%,.5);font-weight:600;justify-content:center;align-items:center;display:flex;flex-flow:row nowrap;font-size:1.6vh;line-height:2.2vh;font-family:Montserrat,sans-serif;width:3.15vh;min-width:3.15vh;max-width:3.15vh;height:3.15vh;min-height:3.15vh;max-height:3.15vh}.notification .lbl .info{justify-content:flex-start;align-items:center;font-size:1.6vh;line-height:2.2vh;font-family:Montserrat,sans-serif;display:flex;flex-flow:row wrap}.notification .lbl .code{font-size:1vh;line-height:1.4vh;font-family:Montserrat,sans-serif}.notification .close{position:absolute;z-index:2;top:calc(50% - 1.575vh);left:-1.575vh;border-radius:100%;background:#64677a;width:3.15vh;height:3.15vh;cursor:pointer;justify-content:center;align-items:center;display:flex;flex-flow:row nowrap}.notification .close .icon{position:absolute;width:50%;height:50%}.notification .close .icon svg path{fill:#fff;transition:all .5s cubic-bezier(.18,.88,.55,1)}