@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";body,html{max-width:100vw;background:#0a0a0a;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}*{box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:Poppins,sans-serif}strong{font-weight:500}a{color:inherit;text-decoration:none}a,button{cursor:pointer}.grecaptcha-badge{opacity:0}.loading_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(16,16,16,.7);display:flex;align-items:center;justify-content:center;border-radius:8px;z-index:10}.loading_overlay .spinner{width:40px;height:40px;border:4px solid hsla(0,0%,100%,.2);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}