body,html{height:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.toggle-button{display:flex;flex-direction:column;justify-content:space-around;height:24px;width:30px;background:transparent;border:none;cursor:pointer;padding:0;box-sizing:border-box}.toggle-button:focus{outline:none}.toggle-button__line{width:30px;height:2px;background:#fff}.toolbar{position:fixed;top:0;left:0;width:100%;background:#c5d5c5;height:56px}.toolbar__navigation{display:flex;height:100%;align-items:center;padding:0 1rem}.toolbar__logo{margin-left:1rem}.toolbar__logo a{color:#000;text-decoration:none;font-size:1.5rem}.toolbar__logo a:hover{color:#9fa9a3}.toolbar__logo_picture{margin-left:1rem;height:56px;width:100%}.spacer{flex:1 1}.toolbar_navigation-items ul{list-style:none;margin:0;padding:0;display:flex}.toolbar_navigation-items li{padding:0 .5rem}.toolbar_navigation-items a{color:#000;text-decoration:none}.toolbar_logo_picture a:hover,.toolbar_navigation-items a:active,.toolbar_navigation-items a:hover{color:#9fa9a3}@media (max-width:768px){.toolbar_navigation-items{display:none}}@media (min-width:769px){.toolbar__toggle-button{display:none}.toolbar__logo{margin-left:0}}.side-drawer{height:100%;background:#fff;box-shadow:1px 0 7px rgba(0,0,0,.5);position:fixed;top:0;left:0;width:70%;max-width:400px;z-index:200%;transform:translateX(-100%);transition:transform .3s ease-out}.side-drawer.open{transform:translateX(0)}.side-drawer ul{height:100%;list-style:none;display:flex;flex-direction:column;justify-content:center}.side-drawer li{margin:.5rem 0}.side-drawer a{color:#521751;text-decoration:none;font-size:1.2rem}.side-drawer a:active,.side-drawer a:hover{color:orange}@media (min-width:769px){.side-drawer{display:none}}.backdrop{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.3);z-index:100%}.mainWrapper{display:flex;margin-top:7%;overflow:hidden}.graphWrapper{margin-left:2%}.Title{padding-bottom:1%}.infoWrapper{display:flex;width:100%;flex-direction:column;justify-content:space-between;margin-bottom:4%;margin-right:5%;margin-top:4%}.dropdown{display:flex;margin-left:auto}.dropdownItem,.dropdownItem a:hover{color:#000}.link{color:#f0f0f0;padding:1px}.button a:active,.button a:hover,.title{color:#9fa9a3}.body{overflow:hidden}
/*# sourceMappingURL=main.c79ce845.chunk.css.map */