@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);.navbar,.navbar .links{transition:.3s ease-in-out}#footer,.navbar{padding:20px 150px;width:100%}#footer .social-links .link,.navbar .links .link{color:var(--description-color);text-decoration:none;transition:.2s}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}:root{--main-font:'Inter',sans-serif;--main-color:#ff3939;--background-color:#24272B;--white-color:#FFFFFF;--black-color:#000000;--description-color:#D2D0D0;--green-color:#4AFF6B;--ip-copied-background:rgba(74, 255, 107, 0.17);--ip-copied-icon-background:rgba(74, 255, 107, 0.5);--copy-ip-button-background:rgba(255, 56, 56, 0.7);--how-to-join-button-background:rgba(210, 208, 208, 0.2);--stats-background:rgba(210, 208, 208, 0.05);--stat-icon-background-2:rgba(255, 56, 56, 0.5);--scroll-bar:rgba(210, 208, 208, 0.3);--scroll-bar-hover:#dd2263;--red-color:#FF7C7C;--warning-background:rgba(255, 124, 124, 0.17);--warning-icon-background:rgba(255, 124, 124, 0.5);--warning-color:#F5C1C1;--default-rank-color:rgba(210, 208, 208, 0.3)}.navbar,body{background:var(--background-color)}body{font-family:var(--main-font)}.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbar a{text-decoration:none}.navbar .menu-mobile{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbar .menu-mobile .logo{display:flex;flex-direction:row;justify-content:left;align-items:center;gap:10px}#footer,.navbar .links{flex-direction:row;display:flex}.navbar .menu-mobile .logo img{max-width:40px;height:auto}.navbar .menu-mobile .logo h3{color:var(--white-color);font-weight:900;font-size:20px}.navbar .links{gap:30px}.navbar .links .link{font-size:18px;font-weight:600;position:relative}#footer .social-links .link:hover,#footer p span,.navbar .links .link.active,.navbar .links .link:not(.active):hover{color:var(--white-color)}.navbar .links .link.active::after{content:"";position:absolute;bottom:-4px;left:0;width:40px;height:3px;border-radius:5px;background:var(--main-color)}.navbar .menu-mobile .hamburger{color:var(--white-color);font-size:20px;cursor:pointer;transition:.5s;display:none}.navbar .menu-mobile .hamburger:hover{opacity:.8}#footer{justify-content:space-between}#footer p{color:var(--description-color);font-size:17px}#footer .social-links{display:flex;flex-direction:row;gap:15px}#footer .social-links .link{font-size:20px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--stats-background)}::-webkit-scrollbar-thumb{background:var(--scroll-bar)}::-webkit-scrollbar-thumb:hover{background:var(--scroll-bar-hover)}section:not(#header) .content{padding:90px 150px;width:100%}@media screen and (max-width:1625px){#footer,.navbar{padding:20px 90px}section:not(#header) .content{padding:90px}}@media screen and (max-width:819px){#footer,.navbar{padding:20px 30px}section:not(#header) .content{padding:50px 30px}}@media screen and (max-width:867px){.navbar{flex-direction:column;gap:30px;max-height:90px;overflow:hidden;transition:max-height .3s ease-in-out}.navbar .menu-mobile{width:100%;justify-content:space-between}.navbar .menu-mobile .hamburger{display:block;font-size:24px;color:var(--white-color);cursor:pointer}.navbar .links{flex-direction:column;width:100%;gap:20px;align-items:center;opacity:0;pointer-events:none;transition:opacity .3s}.navbar.active{max-height:500px}.navbar.active .links{display:flex;opacity:1;pointer-events:auto}}@media screen and (max-width:564px){#footer{flex-direction:column;gap:30px;align-items:center;justify-content:center;text-align:center}}