@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Syne:wght@400..800&display=swap");:root{--headerHeight:100px;--headerScrolledHeight:50px;--mobileHeaderHeight:72px;--footerHeight:80px;--maxContentWidth:1600px;--maxSectionWidth:1200px;--minButtonSize:40px;--borderRadius:20px;--cardBorderRadius:10px;--textPrimary:#fff;--homeBackground:#d9983b;--killsBackground:#b34242;--memesBackground:#9e4a96;--membersBackground:#1abc9c;--recruitmentBackground:#3498db;--privacyPolicyBackground:#433437;--borderColor:hsla(0,0%,98%,.8);--transparentBackgroundColor:rgba(0,0,0,.1);--scrolledHeaderBackgroundColor:rgba(0,0,0,.2);--scrollbarBackground:rgba(0,0,0,.2);--scrollbarColor:rgba(0,0,0,.4);--scrollbarColorHover:rgba(0,0,0,.6);--youTubeColor:red;--discordColor:#7289da;--gameNameColor:#d9983b;--waveColor:#000;--bossDataBackground:rgba(0,0,0,.7);--memeTitleBackground:rgba(0,0,0,.9);--memeShortTag:#6868ac;--memeCompilationTag:#ef5097;--killCompetitiveTag:#00416a;--killMemeTag:#ef5097;--killLowmanTag:#c95b0c;--killRecordTag:#960018;--killWeeklyTag:#009e60;--boxShadow:0px 0px 6px 0px rgba(13,12,13,.8)}[data-theme=dark]{--textPrimary:#fff;--homeBackground:#040405;--killsBackground:#1c020c;--memesBackground:#261721;--membersBackground:#111a18;--recruitmentBackground:#0a151c;--privacyPolicyBackground:#040405;--borderColor:hsla(0,0%,98%,.8);--transparentBackgroundColor:hsla(0,0%,98%,.1);--scrolledHeaderBackgroundColor:hsla(0,0%,98%,.05);--scrollbarBackground:hsla(0,0%,98%,.1);--scrollbarColor:hsla(0,0%,98%,.2);--scrollbarColorHover:hsla(0,0%,98%,.4);--youTubeColor:red;--discordColor:#7289da;--gameNameColor:#d9983b;--waveColor:#fff;--bossDataBackground:rgba(0,0,0,.9);--memeTitleBackground:rgba(0,0,0,.9);--memeShortTag:#6868ac;--memeCompilationTag:#ef5097;--killCompetitiveTag:#00416a;--killMemeTag:#ef5097;--killLowmanTag:#c95b0c;--killRecordTag:#960018;--killWeeklyTag:#009e60;--boxShadow:0px 0px 6px 0px rgba(13,12,13,.8)}*{box-sizing:border-box;padding:0;margin:0}body{width:100vw;min-height:100vh;padding-top:var(--headerHeight);font-family:Montserrat,sans-serif;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--textPrimary);transition:background-color 1s ease;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{background:transparent;box-shadow:none;border:none;cursor:pointer}.body,.body.home{background-color:var(--homeBackground)}.body.kills{background-color:var(--killsBackground)}.body.memes{background-color:var(--memesBackground)}.body.members{background-color:var(--membersBackground)}.body.recruitment{background-color:var(--recruitmentBackground)}.body.privacy-policy{background-color:var(--privacyPolicyBackground)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar:hover{width:8px}::-webkit-scrollbar-track{background:var(--scrollbarBackground)}::-webkit-scrollbar-thumb{background:var(--scrollbarColor);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbarColorHover)}@keyframes modal-video{0%{opacity:0}to{opacity:1}}@keyframes modal-video-inner{0%{transform:translateY(100px)}to{transform:translate(0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;transition:1 ease-out .3s}.modal-video-effect-exit{opacity:0}.modal-video-movie-wrap{transform:translateY(100px)}.modal-video-body{max-width:var(--maxSectionWidth);width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;transform:translate(0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}.modal-video-close-btn:after{transform:rotate(-45deg)}