*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%}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}.loader{contain:inherit;height:32px;width:120px}.dot,.loader{align-content:center;display:flex;justify-content:center;position:relative}.dot{flex:1 1;height:20px;margin:0 5px;width:2px}.dot:first-of-type{margin-left:0}.dot:last-of-type{margin-right:0}.dot:after,.dot:before{animation:helix 1.25s ease-in-out infinite;background:green;border-radius:4px;bottom:-5px;box-shadow:1px 1px 4px #00000026;content:"";display:block;height:4px;position:absolute;width:4px}.dot:after{animation:helix-reversed 1.25s ease-in-out infinite;bottom:100%}.dot i{align-self:center;animation:helix-bar 1.25s ease-in-out infinite;background:#00ff0073;background:var(--dot-color,#00ff0073);height:10px;position:absolute;width:2px;z-index:25}.dot2 i,.dot2:after,.dot2:before{animation-delay:.05s}.dot3 i,.dot3:after,.dot3:before{animation-delay:.1s}.dot4 i,.dot4:after,.dot4:before{animation-delay:.15s}.dot5 i,.dot5:after,.dot5:before{animation-delay:.2s}.dot6 i,.dot6:after,.dot6:before{animation-delay:.25s}.dot7 i,.dot7:after,.dot7:before{animation-delay:.3s}.dot8 i,.dot8:after,.dot8:before{animation-delay:.35s}.dot9 i,.dot9:after,.dot9:before{animation-delay:.4s}@keyframes helix{0%{bottom:-5px;height:5px;width:5px;z-index:10}25%{height:2px;width:2px}50%{bottom:100%;height:5px;width:5px;z-index:20}75%{height:8px;width:8px}to{bottom:-5px;height:5px;width:5px}}@keyframes helix-reversed{0%{bottom:100%;height:5px;width:5px;z-index:20}25%{height:8px;width:8px}50%{bottom:-5px;height:5px;width:5px;z-index:10}75%{height:2px;width:2px}to{bottom:100%;height:5px;width:5px}}@keyframes helix-bar{0%{height:15px}25%{height:8px}50%{height:15px}75%{height:8px}to{height:15px}}.small-loader{contain:inherit;height:16px;width:60px}.small-dot,.small-loader{align-content:center;display:flex;justify-content:center;position:relative}.small-dot{flex:1 1;height:10px;margin:0 2.5px;width:1px}.small-dot:first-of-type{margin-left:0}.small-dot:last-of-type{margin-right:0}.small-dot:after,.small-dot:before{animation:small-helix 1.25s ease-in-out infinite;background:green;border-radius:2px;bottom:-2.5px;box-shadow:.5px .5px 2px #00000026;content:"";display:block;height:2px;position:absolute;width:2px}.small-dot:after{animation:small-helix-reversed 1.25s ease-in-out infinite;bottom:100%}.small-dot i{align-self:center;animation:small-helix-bar 1.25s ease-in-out infinite;background:#00ff0073;background:var(--dot-color,#00ff0073);height:5px;position:absolute;width:1px;z-index:25}.small-dot2 i,.small-dot2:after,.small-dot2:before{animation-delay:.05s}.small-dot3 i,.small-dot3:after,.small-dot3:before{animation-delay:.1s}.small-dot4 i,.small-dot4:after,.small-dot4:before{animation-delay:.15s}.small-dot5 i,.small-dot5:after,.small-dot5:before{animation-delay:.2s}.small-dot6 i,.small-dot6:after,.small-dot6:before{animation-delay:.25s}.small-dot7 i,.small-dot7:after,.small-dot7:before{animation-delay:.3s}.small-dot8 i,.small-dot8:after,.small-dot8:before{animation-delay:.35s}.small-dot9 i,.small-dot9:after,.small-dot9:before{animation-delay:.4s}@keyframes small-helix{0%{bottom:-2.5px;height:2.5px;width:2.5px;z-index:10}25%{height:1px;width:1px}50%{bottom:100%;height:2.55px;width:2.5px;z-index:20}75%{height:4px;width:4px}to{bottom:-2.5px;height:2.5px;width:2.5px}}@keyframes small-helix-reversed{0%{bottom:100%;height:2.5px;width:2.5px;z-index:20}25%{height:4px;width:4px}50%{bottom:-2.5px;height:2.5px;width:2.5px;z-index:10}75%{height:1px;width:1px}to{bottom:100%;height:2.5px;width:2.5px}}@keyframes small-helix-bar{0%{height:7.5px}25%{height:4px}50%{height:7.5px}75%{height:4px}to{height:7.5px}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;will-change:width,height;z-index:1}.react-grid-item.react-draggable-dragging{transition:none;will-change:transform;z-index:3}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;-webkit-user-select:none;-o-user-select:none;user-select:none;z-index:2}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{height:20px;position:absolute;width:20px}.react-grid-item>.react-resizable-handle:after{border-bottom:2px solid #0006;border-right:2px solid #0006;bottom:3px;content:"";height:5px;position:absolute;right:3px;width:5px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.sidebarLink:visited{color:inherit}.sidebarLink:hover{text-decoration:underline!important;-webkit-text-decoration-color:#fff!important;text-decoration-color:#fff!important;transition:.3s ease}.sidebarLink,.sidebarLink:active{color:inherit}.sidebarLink{border-radius:25px;-webkit-text-decoration-color:#fff!important;text-decoration-color:#fff!important}
/*# sourceMappingURL=main.f8978270.css.map*/