@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);*{box-sizing:border-box;font-family:"Roboto",sans-serif}:root{--primary:#2a7ae4;--black:#000;--blackLighter:#9e9e9e;--grayLight:#f5f5f5;--grayMedium:#e5e5e5;--white:#fff;--frontEnd:#6bd1ff;--backEnd:#00c86f}body,html{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}a{color:inherit}#root{min-height:calc(100vh - var(--bodyPaddingTop));display:flex;flex-direction:column;background:#000;background:var(--black)}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:#141414}::-webkit-scrollbar-thumb{background:#362376;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#362376;-webkit-filter:brightness(.5);filter:brightness(.5)}.Logo{max-width:150px}@media (max-width:800px){.Logo{max-width:105px}}.Menu{width:100%;height:94px;z-index:100;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;padding-left:5%;padding-right:5%}body{--bodyPaddingTop:94px;padding-top:var(--bodyPaddingTop)}@media (max-width:800px){.Menu{height:40px;justify-content:center}body{--bodyPaddingTop:40px;padding-top:var(--bodyPaddingTop)}}@media (max-width:800px){a.ButtonLink{position:fixed;left:0;right:0;bottom:0;background:#f4a63d;border-radius:0;border:0;text-align:center}}
/*# sourceMappingURL=main.c25306a4.chunk.css.map */