@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);#__next,body,html{width:100%;-webkit-overflow-scrolling:touch;margin:0;padding:0;min-height:100%}#__next{flex-shrink:0;flex-basis:auto;flex-direction:column;flex-grow:1;display:flex;flex:1 1}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;height:100%}body{display:flex;overflow-y:auto;overscroll-behavior-y:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,:after,:before{box-sizing:border-box}:root{font-size:16px}a{text-decoration:none}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}.app-loader{display:flex;flex:1 1;align-items:center;justify-content:center}.loader-spin{text-align:center}.loader-dots{position:relative;display:inline-block;font-size:20px;width:30px;height:30px;transform:rotate(45deg);animation:hipsterRotate 1.2s linear infinite}.loader-dots i{width:9px;height:9px;border-radius:100%;background-color:#1890ff;transform:scale(.75);display:block;position:absolute;opacity:.5;animation:hipsterSpinMove 1s linear infinite alternate;transform-origin:50% 50%}.loader-dots i:first-child{left:10px;background-color:#ec4133;top:0}.loader-dots i:nth-child(2){right:0;top:8px;background-color:#31aa52;animation-delay:.4s}.loader-dots i:nth-child(3){right:4px;bottom:0;background-color:#e31f8d;animation-delay:.8s}.loader-dots i:nth-child(4){left:4px;bottom:0;background-color:#4087f5;animation-delay:1.2s}.loader-dots i:nth-child(5){left:0;top:8px;background-color:#fabd01;animation-delay:1.2s}@keyframes hipsterSpinMove{to{opacity:1}}@keyframes hipsterRotate{to{transform:rotate(405deg)}}