.popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background-color:rgba(0,0,0,.6);width:100%;height:100%;align-items:center;justify-content:center}.popup.active,.popup.outing{display:flex}.popup.outing .popup__content{animation:outing .4s cubic-bezier(.25,.46,.45,.94) both!important;-webkit-animation:outing .4s cubic-bezier(.25,.46,.45,.94) both!important}@keyframes outing{0%{transform:scale(1)}to{transform:scale(.3)}}.popup__content{position:relative;min-width:500px;background-color:#171722;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.5);transform:translateZ(-100px);-webkit-animation:slide .4s cubic-bezier(.25,.46,.45,.94) both;animation:slide .4s cubic-bezier(.25,.46,.45,.94) both}@media screen and (max-width:576px){.popup__content{width:90%;min-width:90%}}@keyframes slide{0%{transform:scale(.7)}to{transform:scale(1)}}.popup__content__body{padding:15px;max-height:70vh;overflow-y:auto}@media screen and (max-width:576px){.popup__content__body{max-height:65vh}}.popup__content__body::-webkit-scrollbar{width:8px;outline:none;border:none;background:0 0;padding:3px}.popup__content__body::-webkit-scrollbar-thumb{background:#262631;border-radius:7px}.popup__content__body::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:7px}.popup__content__body h3,.popup__content__body p{margin:0}.popup__content__header{display:flex;justify-content:flex-end;border-bottom:1px solid #292935;height:20px;padding:15px;position:relative;box-sizing:content-box!important}.popup__content__header span{cursor:pointer;font-size:1.5rem;color:#d6d6de;position:absolute}.popup__content__header h3{text-align:center;width:100%;margin:0 0 20px}.popup__content__footer{box-sizing:content-box!important;display:flex;justify-content:center;align-items:center;border-top:1px solid #292935;gap:10px;min-height:20px;padding:15px}.navbar-toggle-button{background-color:rgba(0,0,0,0);border:none}@media screen and (max-width:1024px){.navbar-toggle-button{display:flex;flex-direction:column;gap:.5rem;z-index:1000;margin-left:auto;cursor:pointer}}.navbar-toggle-button span{display:block;width:2.4rem;height:.25rem;background:#fff;transition-duration:.2s;border-radius:.25rem}.navbar-toggle-button.active span:first-child{transform:rotate(45deg) translate(.75rem,.25rem);transition-duration:.2s}.navbar-toggle-button.active span:nth-child(2){opacity:0}.navbar-toggle-button.active span:nth-child(3){transform:rotate(-45deg) translate(.75rem,-.25rem);transition-duration:.2s}.navbar-mobile-menu.active{visibility:visible;transform:translate(-50%)}@media screen and (max-width:1024px){.navbar-mobile-menu{visibility:hidden;transition-duration:.4s;transform:translate(-150%);z-index:999}}