@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);
@font-face{font-family:"Kaapeli";src:url("/assets/fonts/Kaapeli.woff") format("woff"),url("/assets/fonts/Kaapeli.woff2") format("woff2");font-weight:normal}:root{--font-body: "Montserrat", sans-serif;--font-title: "Kaapeli", sans-serif}html,body{margin:0;font-size:10px;font-family:var(--font-body)}.anchor{transform:translateY(-10rem)}.page{position:relative;display:flex;flex-direction:column}.page-content{flex:1;padding-bottom:4rem;min-height:calc(100vh - 11rem);overflow-x:hidden}.container{width:1200px;max-width:calc(100% - 4rem);padding:0 2rem;margin:auto}.content-container{font-size:2.4rem;margin-bottom:8rem}.content-break{display:flex;justify-content:center;font-size:2em;padding:2rem 0}.content-block{background:rgba(0,0,0,0.4);color:#fff;border-radius:2rem;padding:4rem;line-height:1.5em}@media (max-width: 768px){.content-container{font-size:2rem}.content-block{margin:0 -3rem;border-radius:0}}

.banner-container{position:relative}.banner-bg{position:absolute;width:100%;height:100%;background:url("/assets/banner-bg.jpg") center repeat-x;background-size:auto 100%}.banner-logo{position:relative;display:block;max-width:100%;margin:auto}.page.inner .banner-logo{max-height:150px}@media (max-width: 768px){.banner-logo{max-width:none;height:50vw;left:50%;transform:translateX(-50%)}}

.feed-row{display:flex;margin:0 -2rem}.feed-column{position:relative;flex:1;padding:0 2rem}.feed-column img{max-width:100%}.feed-column.narrow{display:flex;flex-direction:column;justify-content:center}.feed-column h2{margin:0;margin-bottom:1rem;font-size:1.3em;line-height:1.5em}.twitter-container{max-width:100%;border-radius:1rem;box-shadow:0 0 0.4rem rgba(0,0,0,0.5);background:#fff;overflow:hidden}.feed-video{position:relative;padding-bottom:calc(100% - 4rem);border-radius:1rem;overflow:hidden}.feed-video video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%}@media (max-width: 1200px){.feed-row{flex-direction:column-reverse;margin:0}.feed-column{padding:0}.feed-column+.feed-column{margin-bottom:2rem}.feed-column h2{padding-right:25vw}.twitter-container{width:auto}.feed-video{padding-bottom:40%}.feed-video video{height:150%}.feed-video.mobile{padding-bottom:60%}.feed-video-img{position:absolute;width:100%;height:100%;background:none center no-repeat;background-size:cover}}@media (max-width: 768px){.feed-column h2{padding-right:2rem}}

.footer-container{background:#18181d;color:#fff;padding:4rem 0}.footer-container h2,.footer-container h3{font-size:1.5rem;font-weight:500;margin-top:0;white-space:nowrap;height:2rem}.footer-container h3{margin-top:2rem}.footer-logo-container{display:flex;align-items:flex-start;margin-bottom:3rem}.footer-logo-container .footer-supporters-wrap{flex:1;display:flex;flex-wrap:wrap;margin:0 -2rem}.footer-logo-container .footer-supporters-wrap .footer-logo-wrap{margin:0 2rem}.footer-logo-container .footer-logos{display:flex;margin:0 -2rem}.footer-logo-container .footer-logos a{display:flex;margin:0 2rem}.footer-logo-container .footer-logos img{display:block;height:5vw;max-height:72px}.footer-logo-container .footer-logo-wrap{flex:1;display:flex;flex-direction:column}.footer-logo-container .footer-logo-wrap.game-logos{flex:0.3}.footer-logo-container .footer-logo-wrap.game-logos .footer-logo img{height:17vw;max-height:235px}.footer-logo-container .footer-logo-wrap+.footer-logo-wrap{padding-top:2rem}.footer-logo-container .footer-logo-spacer{flex:1;margin:0 2rem}.footer-copyright{font-size:1.6rem}.footer-copyright a{color:inherit}@media (max-width: 900px){.footer-container{text-align:center}.footer-container h2,.footer-container h3{white-space:initial;line-height:1.5em}.footer-logo-container{flex-direction:column;align-items:center}.footer-logo-container .footer-logo-wrap{margin-bottom:4rem}.footer-logo-container .footer-logo-wrap.game-logos .footer-logo img{height:30vw;max-height:150px}.footer-logo-container .footer-supporters-wrap{flex-direction:column}.footer-logo-container .footer-logos{flex-direction:column;align-items:center}.footer-logo-container .footer-logos img{height:15vw;max-height:90px}.footer-logo-container .footer-logos a+a{margin-top:4rem}}

.content-gallery .gallery-nav{list-style:none;margin:0;padding:0;display:flex;justify-content:center}.content-gallery .gallery-nav li{width:3rem;height:3rem;border-radius:4em;background:#fff;margin:0 0.5rem;opacity:0.3;transition:0.15s ease-out;cursor:pointer}.content-gallery .gallery-nav li:hover{opacity:0.7;transform:scale(1.05) translateY(-5%)}.content-gallery .gallery-nav li.active{opacity:1}

.gallery-images{display:flex;flex-wrap:wrap;margin-bottom:1rem}.gallery-images .gallery-image{flex-basis:calc(50% - 0.6rem);margin:0.3rem}.gallery-images .gallery-image.dummy:before{content:"";display:block;padding-bottom:56.25%;background:rgba(0,0,0,0.5);border-radius:0.8rem}.gallery-images a{position:relative;display:flex;height:0;padding-bottom:56.25%;overflow:hidden;transition:0.15s ease-out;background:#000;box-shadow:0 0 0.4rem #000;border-radius:0.8rem}.gallery-images a:hover{z-index:10;transform:scale(1.02)}.gallery-images img{position:absolute;min-width:100%;height:100%}.gallery-modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:9999;background:rgba(0,0,0,0.9);display:flex;justify-content:center;align-items:center;padding:5rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gallery-modal .modal-wrap{position:relative}.gallery-modal .modal-wrap img{display:block;max-width:100%;max-height:70vh;border-radius:1rem}.gallery-modal .modal-body{position:relative}.gallery-modal .button-close,.gallery-modal .button-prev,.gallery-modal .button-next{position:absolute;background:rgba(49,49,49,0.8);display:flex;padding:1rem;border-radius:4em;cursor:pointer;transition:0.15s ease-out}.gallery-modal .button-close:hover,.gallery-modal .button-prev:hover,.gallery-modal .button-next:hover{background:#fff;color:#000;box-shadow:0 0 0.4rem rgba(0,0,0,0.5)}.gallery-modal .button-close{right:-2rem;top:-2rem}.gallery-modal .button-prev,.gallery-modal .button-next{top:50%;transform:translateY(-50%)}.gallery-modal .button-prev{left:-2rem}.gallery-modal .button-next{right:-2rem}.gallery-modal .modal-stat{text-align:center;margin-top:1rem}@media (max-width: 768px){.gallery-images .gallery-image{flex-basis:100%}}

.content-break{fill:#fff}.content-break .icon-break_svg__cls-3,.content-break .icon-break_svg__cls-4{stroke:#fff}


.navbar-container{position:-webkit-sticky;position:sticky;z-index:9999;top:0;background:#000;color:#fff}.navbar-container .container{display:flex;justify-content:space-between}.navbar{margin:0;padding:0;list-style:none;display:flex;font-size:2rem;font-weight:500;align-items:center}.navbar a{position:relative;display:block;color:inherit;text-decoration:none;line-height:7rem;padding:0 1rem}.navbar a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:0.7rem;background:#a31e22;transform:scaleX(0)}.navbar li.active a:after,.navbar a:hover:after{transform:scaleX(1);transition:0.2s ease-out}.navbar .icon{display:flex;font-size:2em;height:7rem;align-items:center}.navbar .icon svg{fill:#fff}.navbar .logo a{display:flex;font-size:2em;background:#fff;border-radius:4em;padding:0.1em;margin-right:1rem}.navbar .logo a:after{display:none}@media (max-width: 767px){.navbar-container{position:fixed;top:0;left:0;right:0;bottom:0;padding:3rem;background:none;pointer-events:none;transition:0.15s ease-out}.navbar-container .container{flex-direction:column;opacity:0;transition:0.15s ease-out}.navbar-toggle{position:absolute;right:2rem;top:2rem;width:5.5rem;height:5.5rem;background:#fff;border-radius:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:initial;cursor:pointer;box-shadow:0 0 0.4rem rgba(0,0,0,0.5)}.navbar-toggle .toggle-nib{position:relative;transition:0.15s ease-out}.navbar-toggle .toggle-nib:before{content:"";display:block;width:3rem;height:0.5rem;background:#000;margin:0.2rem 0;transition:0.15s ease-out}.navbar{flex-direction:column;font-size:2.8rem}.navbar .logo{margin-top:6rem;margin-bottom:3rem}.navbar .logo a{padding:0;margin:0;background:none;border-radius:0}.navbar .logo a svg{fill:#fff;font-size:20vw}.navbar .icon{font-size:4rem}.navbar li.active a,.navbar a:hover{color:#a31e22}.navbar li.active a:after,.navbar a:hover:after{display:none}.navbar.social{margin-top:2rem;flex-direction:row;justify-content:center}.open{background:rgba(0,0,0,0.9);pointer-events:initial}.open .container{opacity:1;transition-delay:0.2s}.open .navbar-toggle .toggle-nib{opacity:0}.open .navbar-toggle .toggle-nib:first-child{opacity:1;transform:translateY(100%)}.open .navbar-toggle .toggle-nib:first-child:before{transform:rotateZ(45deg)}.open .navbar-toggle .toggle-nib:last-child{opacity:1;transform:translateY(-100%)}.open .navbar-toggle .toggle-nib:last-child:before{transform:rotateZ(-45deg)}}

.scene{position:absolute;width:100%;height:100%;z-index:-1;--highlight-color: #7ae085;--midtone-color: #67b96f;--shadow-color: #5ca764}.scene svg{width:100%;height:100%}.scene svg .grass-pattern_svg__highlights{fill:var(--highlight-color);transition:0.5s linear}.scene svg .grass-pattern_svg__midtone{fill:var(--midtone-color);transition:0.5s linear}.scene svg .grass-pattern_svg__shadows{fill:var(--shadow-color);transition:0.5s linear}.scene.night{--highlight-color: #1b2b46;--midtone-color: #152238;--shadow-color: #131f33}

@-webkit-keyframes lyrebirdMusic{10%{opacity:0}11%{opacity:1;transform:translateY(0%)}30%{transform:translateY(-3%) rotateZ(3deg)}50%{opacity:1}60%{opacity:0}}@keyframes lyrebirdMusic{10%{opacity:0}11%{opacity:1;transform:translateY(0%)}30%{transform:translateY(-3%) rotateZ(3deg)}50%{opacity:1}60%{opacity:0}}@-webkit-keyframes lyrebirdMouth{0%{opacity:0}100%{opacity:1}}@keyframes lyrebirdMouth{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes lyrebird{0%{transform:translateY(0%)}30%{transform:translateY(-3%) rotateZ(-1deg)}50%{transform:translateY(-4%) rotateZ(0deg)}}@keyframes lyrebird{0%{transform:translateY(0%)}30%{transform:translateY(-3%) rotateZ(-1deg)}50%{transform:translateY(-4%) rotateZ(0deg)}}.content-subscribe{display:flex}.content-subscribe .lyrebird{flex:0.4;position:relative;-webkit-animation:lyrebird 1.5s .5s infinite ease-out;animation:lyrebird 1.5s .5s infinite ease-out}.content-subscribe .lyrebird *{position:absolute;width:100%;height:100%;background:none center no-repeat;background-size:contain}.content-subscribe .lyrebird .body{background-image:url("/assets/lyrebird.png")}.content-subscribe .lyrebird .mouth{background-image:url("/assets/lyrebird_mouth.png");-webkit-animation:lyrebirdMouth 1.5s infinite steps(2, end);animation:lyrebirdMouth 1.5s infinite steps(2, end)}.content-subscribe .lyrebird .music_1{background-image:url("/assets/lyrebird_music_1.png");opacity:0;-webkit-animation:lyrebirdMusic 1.5s .5s ease-out infinite both;animation:lyrebirdMusic 1.5s .5s ease-out infinite both}.content-subscribe .lyrebird .music_2{background-image:url("/assets/lyrebird_music_2.png");opacity:0;-webkit-animation:lyrebirdMusic 1.5s 1s ease-out infinite both;animation:lyrebirdMusic 1.5s 1s ease-out infinite both}.content-subscribe .lyrebird .music_3{background-image:url("/assets/lyrebird_music_3.png");opacity:0;-webkit-animation:lyrebirdMusic 1.5s 1.5s ease-out infinite both;animation:lyrebirdMusic 1.5s 1.5s ease-out infinite both}.content-subscribe .subscribe-form{flex:1}.content-subscribe .subscribe-form h2{margin:0;margin-bottom:1rem;font-size:1.3em;line-height:1.5em}.content-subscribe .subscribe-form p{font-style:italic;opacity:0.7;margin:0;margin-bottom:2rem}.content-subscribe .form-fields{display:flex;flex-direction:column}.content-subscribe .form-field{display:flex;margin-bottom:2rem}.content-subscribe .form-field .field-label{flex:0.3;font-weight:500}.content-subscribe .form-field .field-input{flex:1;display:block;border:none;background:none;border-bottom:0.3rem solid rgba(255,255,255,0.5);border-radius:0;color:inherit;outline:none;font-size:inherit;font-family:inherit;padding:0;font-weight:500}.content-subscribe .form-hidden{position:absolute;left:-5000px}.content-subscribe .form-button{align-self:flex-end;font-size:inherit;font-family:inherit;border:none;outline:none;border-radius:4em;padding:1rem 1.5rem;font-weight:500;cursor:pointer;transition:0.15s ease-out;color:#000;background:#fff}.content-subscribe .form-button:hover{color:#fff;background:#000;transform:scale(1.05) translateY(-5%)}@media (max-width: 768px){.content-subscribe{position:relative;flex-direction:column}.content-subscribe .lyrebird{height:170px;position:absolute;width:170px;left:calc(50% - 85px);top:-10rem}.content-subscribe .subscribe-form{padding-top:8rem}.content-subscribe .form-field{flex-direction:column}.content-subscribe .form-field .field-label{margin-bottom:1rem}}

.video-wrap{position:relative;display:block;height:0;padding-bottom:56.25%;overflow:hidden;border-radius:0.8rem;background:#000;box-shadow:0 0 0.4rem rgba(0,0,0,0.5);transition:0.15s ease-out}.video-wrap iframe{width:100%;height:100%;position:absolute;overflow:hidden;border-radius:inherit}.video-wrap:hover{transform:scale(1.02) translateY(-.5%)}

.wishlist{margin-bottom:4rem}.wishlist-steam{display:flex;max-width:calc(850px - 0.6rem);margin:auto;position:relative;padding:0.3rem;align-items:center;justify-content:center}.wishlist-steam iframe{flex:1;position:relative;width:100%}.wishlist-steam:before{content:"";position:absolute;top:0;width:100%;height:174px;border-radius:0.8rem;background:#282e39;box-shadow:0 0 0.4rem rgba(0,0,0,0.5)}

.header-container{position:relative;z-index:1;margin-bottom:8rem}.action-container{position:absolute;left:0;right:0;bottom:0;transform:translateY(50%)}.call-to-action{list-style:none;display:flex;justify-content:center;font-size:3rem;color:#fff;margin:0;padding:0}.call-to-action a{color:inherit;text-decoration:none;display:flex;align-items:center;background:#000;border-radius:4em;padding:0.5em;margin:0 0.5rem;transition:0.15s ease-out}.call-to-action a:hover{transform:scale(1.06) translateY(-5%)}.call-to-action .icon{display:flex;fill:#fff;font-size:1.2em}.call-to-action .action-label{display:none;padding:0 1rem}.call-to-action li.steam .action-label{display:inline}.trailer-container{margin:auto;width:850px;max-width:100%;margin-bottom:4rem}@media (max-width: 768px){.header-container{margin-bottom:4rem}.action-container{position:static;transform:none;margin-top:4rem}.call-to-action{flex-wrap:wrap;font-size:2.5rem}.call-to-action li.steam{flex:1;flex-basis:100%;margin-bottom:2rem;display:flex;justify-content:center}}

