a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,object,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{border:0;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--site__side-padding:50px;--screenshot-gallery-gap:20px;--header-height:80px}@media screen and (max-width:900px){:root{--site__side-padding:25px}}@media screen and (max-width:768px){:root{--header-height:60px}}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:Didact Gothic,sans-serif;font-size:62.5%;height:100%;scroll-behavior:smooth}*{-webkit-text-size-adjust:none}body{height:100%}.text-bold{font-weight:700}.section-title{height:40px;margin:0 auto 10px;padding:10px 0 0;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-title:after{background-color:#091720;border-radius:4px;bottom:-15px;content:"";display:block;height:4px;left:50%;position:absolute;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);width:85%}.section-title h1{color:#091720;display:block;font-size:3rem;font-weight:700;letter-spacing:.5px;line-height:4rem;margin:0}.section-title--white-text h1{color:#fff}.section-title--white-line:after{background-color:#fff}.section-title--orange-text h1{color:#e36e00}.section-title--orange-line:after{background-color:#e36e00}.modal-window{background-color:rgba(0,0,0,.9);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}.modal-window__button{cursor:pointer;height:50px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50px;z-index:30}.modal-window__button--prev{left:20px}@media screen and (max-width:900px){.modal-window__button--prev{left:10px}}.modal-window__button--next{right:20px}@media screen and (max-width:900px){.modal-window__button--next{right:10px}}.modal-window__button--close{height:60px;position:fixed;right:50px;top:50px;width:60px}@media screen and (max-width:900px){.modal-window__button--close{right:20px}}.modal-window__button--close>img{opacity:80%}.modal-window__button>img{opacity:50%;width:90%}@media (hover:hover) and (pointer:fine){.modal-window__button:hover>img{opacity:100%;-webkit-transition:all .15s;-o-transition:all .15s;transition:all .15s}}@media (hover:none) and (pointer:coarse){.modal-window__button:active>img{opacity:100%}}.modal-window__background{height:100%;width:100%}.modal-displayer{left:50%;max-height:80%;max-width:80%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:20}@media screen and (max-width:900px){.modal-displayer{max-height:90%}}.displayer{display:block}.home-arrow{--arrow-radius:70px;background-blend-mode:screen;background-color:rgba(72,72,72,.5);background-image:url(/assets/icons/arrowLeft.png);background-position:50%;background-repeat:no-repeat;background-size:50%;border:3px solid hsla(0,0%,100%,.5);border-radius:50%;bottom:20rem;height:var(--arrow-radius);position:fixed;right:4rem;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background-color,border;-o-transition-property:background-color,border;transition-property:background-color,border;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;visibility:hidden;width:var(--arrow-radius)}@media screen and (max-width:900px){.home-arrow{--arrow-radius:60px;right:2rem}}@media screen and (max-width:550px){.home-arrow{bottom:12rem}}@media (hover:hover) and (pointer:fine){.home-arrow:hover{background-color:rgba(72,72,72,.75);border:3px solid hsla(0,0%,100%,.75)}}.home-arrow--active{visibility:visible}.home-arrow__anim-on{-webkit-animation:displayButton .25s ease-out forwards;animation:displayButton .25s ease-out forwards}.home-arrow__anim-off{-webkit-animation:hideButton .25s ease-out forwards;animation:hideButton .25s ease-out forwards}@-webkit-keyframes displayButton{0%{opacity:.1}to{opacity:1}}@keyframes displayButton{0%{opacity:.1}to{opacity:1}}@-webkit-keyframes hideButton{0%{opacity:1}to{opacity:.1}}@keyframes hideButton{0%{opacity:1}to{opacity:.1}}.site-root{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%}.header{background-color:#091720;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.4);box-shadow:0 5px 10px rgba(0,0,0,.4);height:var(--header-height);position:sticky;top:0;-webkit-transition:height .2s ease-out;-o-transition:height .2s ease-out;transition:height .2s ease-out;width:100%;z-index:10}.header__menu-button{display:none;height:65px;width:65px}@media screen and (max-width:768px){.header__menu-button{display:block}}@media (hover:hover) and (pointer:fine){.header__menu-button:hover{cursor:pointer}}.header__menu-button img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;padding:20px 0 20px 35px;width:100%}.header__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:space-between;margin:0 auto;padding:0 var(--site__side-padding);width:min(100%,1300px)}.header__logo{width:100px}@media screen and (max-width:768px){.header__logo{width:80px}}.header__logo a{display:block;height:100%}.header__logo img{height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .1s ease-out;transition:-webkit-transform .1s ease-out;-o-transition:transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out;width:100%}@media (hover:hover) and (pointer:fine){.header__logo img:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}}.navigation{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:.1rem}@media screen and (max-width:768px){.navigation{background-color:#091720;display:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;right:0;top:var(--header-height);width:100%}.navigation__menu-link{margin:auto;text-align:center;width:auto}}.navigation>ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem}.navigation>ul>li:hover>.navigation__sub-menu{display:none}@media screen and (min-width:768px){.navigation>ul>li:hover>.navigation__sub-menu{display:block}.navigation>ul>li:hover>.navigation__menu-link{color:#e36e00;cursor:default}}@media screen and (max-width:768px){.navigation>ul>li:hover>.navigation__menu-link{cursor:pointer}.navigation>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:3rem;padding-left:0;padding-top:20px}}.navigation>ul li{display:block;position:relative}.navigation>ul a{color:#fff;display:block;height:100%;text-decoration:none}.navigation>ul a:hover{color:#e36e00;-webkit-transition:color .15s;-o-transition:color .15s;transition:color .15s}.navigation__sub-menu{background-color:rgba(0,16,26,.9);display:none;left:50%;line-height:4rem;list-style:none;margin:0;padding-left:10px;padding-right:10px;padding-top:3.2rem;position:absolute;text-align:center;top:100%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);white-space:nowrap;z-index:5}@media screen and (max-width:768px){.navigation__sub-menu{background-color:#05203b;border-bottom:1px solid #fff;border-top:1px solid #fff;font-size:1.5rem;left:0;margin-top:10px;padding-top:0;position:relative;-webkit-transform:none;-ms-transform:none;transform:none;width:100vw}}.navigation__sub-menu li{position:relative}.navigation-link--active{color:#e36e00!important}.arrow{border-bottom:4px solid transparent;border-left:7px solid #fff;border-top:4px solid transparent;display:inline-block;height:0;width:0}.arrow--down{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}@media screen and (max-width:768px){.arrow--down{top:1.2rem}}.burger-menu-background:before{background-color:rgba(0,16,26,.85);bottom:calc(-100vh + var(--header-height));content:"";display:none;height:calc(100vh - var(--header-height));left:0;position:absolute;width:100%;z-index:-1}@media screen and (max-width:768px){.burger-menu-background:before{display:block}}.burger-menu-displayer{display:block}.burger-menu-background__anim-on{-webkit-animation:displayMenuBackground .25s ease-out forwards;animation:displayMenuBackground .25s ease-out forwards}.burger-menu-background__anim-off{-webkit-animation:hideMenuBackground .25s ease-out forwards;animation:hideMenuBackground .25s ease-out forwards}.burger-menu-displayer__anim-on{-webkit-animation:displayMenu .25s ease-out forwards;animation:displayMenu .25s ease-out forwards}.burger-menu-displayer__anim-off{-webkit-animation:hideMenu .25s ease-out forwards;animation:hideMenu .25s ease-out forwards}.sub-menu-display{display:none}@media screen and (max-width:768px){.sub-menu-display{display:block!important}}@-webkit-keyframes displayMenuBackground{0%{color:rgba(0,16,26,0)}to{color:rgba(0,16,26,.85)}}@keyframes displayMenuBackground{0%{color:rgba(0,16,26,0)}to{color:rgba(0,16,26,.85)}}@-webkit-keyframes hideMenuBackground{0%{color:rgba(0,16,26,.85)}to{color:rgba(0,16,26,0)}}@keyframes hideMenuBackground{0%{color:rgba(0,16,26,.85)}to{color:rgba(0,16,26,0)}}@-webkit-keyframes displayMenu{0%{-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes displayMenu{0%{-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@-webkit-keyframes hideMenu{0%{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}}@keyframes hideMenu{0%{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}}.game-card{height:300px;overflow:hidden;position:relative}.game-card:not(:last-child){margin-bottom:60px}@media screen and (max-width:900px){.game-card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-x:hidden}}.game-card__background{background-size:cover}.game-card__background--xolan{background-image:url(/assets/images/games/xolan/xolan_background.webp);background-position:bottom}@media screen and (max-width:900px){.game-card__background--xolan{background-position:25% 0}}.game-card__background--manuganu2{background-image:url(/assets/images/games/manuganu2/manuganu2_background.webp);background-position:bottom}@media screen and (max-width:900px){.game-card__background--manuganu2{background-position:13% 0}}.game-card__background--manuganu{background-image:url(/assets/images/games/manuganu/manuganu_background.webp);background-position:bottom}@media screen and (max-width:900px){.game-card__background--manuganu{background-position:25% 50px}}.game-card__background--gravityProject{background-image:url(/assets/images/games/gravityProject/gravityProject_background.webp);background-position:bottom}@media screen and (max-width:900px){.game-card__background--gravityProject{background-position:75% 0}}.game-card__background-tint{height:100%;width:100%}.game-card__background-tint--xolan{background-color:rgba(3,22,28,.85)}.game-card__background-tint--manuganu2{background-color:rgba(0,8,29,.85)}.game-card__background-tint--manuganu{background-color:rgba(26,9,0,.85)}.game-card__background-tint--gravityProject{background-color:rgba(9,34,42,.9)}.game-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0 auto;padding:0 var(--site__side-padding);width:min(100%,1300px)}@media screen and (max-width:900px){.game-card__content{display:block}}@media screen and (max-width:550px){.game-card__content{padding:0}}.game-card__game-image-container{-ms-flex-preferred-size:300px;flex-basis:300px;max-height:300px;overflow:hidden}@media screen and (max-width:900px){.game-card__game-image-container{height:300px}}@media screen and (max-width:550px){.game-card__game-image-container{height:250px}}.game-card__game-image-container a{display:block;height:100%;width:100%}.game-card__game-image-container img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (hover:hover) and (pointer:fine){.game-card__game-image-container img{-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.game-card__game-image-container img:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2);-webkit-transform:scale(1.025);-ms-transform:scale(1.025);transform:scale(1.025)}}@media (hover:none) and (pointer:coarse){.game-card__game-image-container img:active{-webkit-filter:brightness(1.2);filter:brightness(1.2);-webkit-transform:scale(1.025);-ms-transform:scale(1.025);transform:scale(1.025)}}.game-card__game-image-container--xolan{-o-object-position:42%;object-position:42%}.game-card__game-image-container--manuganu,.game-card__game-image-container--manuganu2{-o-object-position:40%;object-position:40%}.game-card__game-image-container--gravityProject{-o-object-position:49%;object-position:49%}.game-card__game-info-container{-ms-flex-preferred-size:800px;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;flex-basis:800px;-ms-flex-direction:column;flex-direction:column;flex-grow:1;font-size:1.6rem;height:100%;letter-spacing:.1rem;line-height:2.5rem;padding-left:50px}@media screen and (max-width:900px){.game-card__game-info-container{display:block;padding:0}}@media screen and (max-width:550px){.game-card__game-info-container{padding:0 var(--site__side-padding)}}.game-card__description{height:270px;padding-top:20px}@media screen and (max-width:900px){.game-card__description{height:-webkit-min-content;height:-moz-min-content;height:min-content;padding:20px 0}}.game-card__title{color:#e36e00;font-size:3rem;font-weight:bolder;margin:20px 0}.game-card__info-text{color:#fff}.game-card__action-area{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;height:130px;justify-content:space-between;position:relative}.game-card__action-area:before{background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,hsla(0,0%,100%,.25)),to(hsla(0,0%,100%,0)));background-image:-o-linear-gradient(left,hsla(0,0%,100%,.25) 50%,hsla(0,0%,100%,0) 100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,.25) 50%,hsla(0,0%,100%,0));border-radius:2px;content:"";height:2px;position:absolute;width:350px}@media screen and (max-width:550px){.game-card__action-area:before{background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(25%,hsla(0,0%,100%,.25)),color-stop(75%,hsla(0,0%,100%,.25)),to(hsla(0,0%,100%,0)));background-image:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.25) 25%,hsla(0,0%,100%,.25) 75%,hsla(0,0%,100%,0) 100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.25) 25%,hsla(0,0%,100%,.25) 75%,hsla(0,0%,100%,0));width:100%}}@media screen and (max-width:900px){.game-card__action-area{margin-top:30px}}@media screen and (max-width:550px){.game-card__action-area{display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.game-card__badges-container{height:100%;padding-top:20px}@media screen and (max-width:550px){.game-card__badges-container{height:70px;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:400px){.game-card__badges-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;width:100%}}.game-card__badges-container a{display:inline-block;height:50px}.game-card__badges-container a:first-child{margin-right:15px}@media (hover:hover) and (pointer:fine){.game-card__badges-container a:hover>img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03)}}@media screen and (max-width:400px){.game-card__badges-container a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.game-card__badge{display:inline-block;height:100%;-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;-o-transition:transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}@media screen and (max-width:400px){.game-card__badge{max-width:100%}}.game-card__more-info{height:100%}@media screen and (max-width:550px){.game-card__more-info{margin-top:20px;padding-bottom:50px}}.game-card__more-info a{display:inline-block;height:30px;margin-top:44px;text-decoration:none}@media screen and (max-width:550px){.game-card__more-info a{display:block;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (hover:hover) and (pointer:fine){.game-card__more-info a:hover{color:#d3d3d3;text-decoration:underline}}.game-card__more-info p{color:#fff;color:#d3d3d3;font-weight:700;line-height:30px;padding-right:25px;position:relative}.game-card__more-info p:after{border-bottom:5px solid transparent;border-left:7px solid #fff;border-top:5px solid transparent;content:"";display:inline;height:0;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:right .15s ease-out;-o-transition:right .15s ease-out;transition:right .15s ease-out;width:0}@media (hover:hover) and (pointer:fine){.game-card__more-info p:hover:after{right:5px}}.footer{background-color:#091720;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:auto;width:100%}.footer__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:space-between;margin:0 auto;padding:40px var(--site__side-padding);width:min(100%,1300px)}@media screen and (max-width:768px){.footer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-direction:column;flex-direction:column;gap:55px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding-bottom:50px}}.footer__left-side{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}.footer__logo{-webkit-box-flex:1;-ms-flex:auto;flex:auto;width:90px}@media screen and (max-width:768px){.footer__logo{width:150px}}.footer__logo>img{display:block;-o-object-fit:cover;object-fit:cover;opacity:.55;width:100%}@media screen and (max-width:768px){.footer__logo>img{margin-left:auto;width:60%}}.footer__left-side-info{font-size:1.6rem;font-weight:700;letter-spacing:.1rem;position:relative}@media screen and (max-width:768px){.footer__left-side-info{padding-left:0;width:150px}}.footer__left-side-info:before{background-color:#fff;border-radius:3px;content:"";display:block;height:100%;left:-15px;min-height:70px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:2px}@media screen and (max-width:768px){.footer__left-side-info:before{height:calc(100% - 20px)}}@media screen and (max-width:400px){.footer__left-side-info{font-size:1.5rem}}.footer__left-side-info a,.footer__left-side-info p{color:#fff;display:block;margin:1.25rem auto;text-decoration:none}@media screen and (max-width:768px){.footer__left-side-info a,.footer__left-side-info p{margin:2rem auto}}.footer__left-side-info a:hover,.footer__left-side-info p:hover{text-decoration:underline}.footer__store-name{font-size:1.3rem;font-style:italic;font-weight:400;opacity:.7}@media screen and (max-width:400px){.footer__store-name{display:block}}.footer__right-side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;height:90px;justify-content:center;letter-spacing:.1rem}@media screen and (max-width:768px){.footer__right-side{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__social-media-icons{-webkit-box-flex:0;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 40px;flex:0 0 40px;gap:10px;justify-content:center}.footer__social-media-icons a{display:inline-block;height:100%;width:40px}.footer__social-media-icons a:hover>img{opacity:.7}.footer__social-media-icons a>img{display:block;height:100%;-webkit-transition:opacity .15s ease-out;-o-transition:opacity .15s ease-out;transition:opacity .15s ease-out;width:auto}.footer__email{font-size:1.6rem;font-weight:700;text-align:center}@media screen and (max-width:400px){.footer__email{font-size:1.5rem}}.footer__all-rights{font-size:1.3rem;opacity:.7;text-align:center}.gp-banner{background-color:gray;height:clamp(250px,50vw,500px);width:100%}.gp-banner__container,.gp-banner__image{height:100%;width:100%}.gp-banner__image{display:block;-o-object-fit:cover;object-fit:cover}.gp-banner--xolan{-o-object-position:45% 0;object-position:45% 0}.gp-banner--manuganu2{-o-object-position:42% 0;object-position:42% 0}.gp-banner--manuganu{-o-object-position:45% 0;object-position:45% 0}.gp-banner--gravityProject{-o-object-position:50% 0;object-position:50% 0}.gp-badge-area{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;height:70px;justify-content:center;margin:10px auto;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;overflow:hidden;padding:10px var(--site__side-padding) 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:550px){.gp-badge-area{height:55px}}@media screen and (max-width:400px){.gp-badge-area{height:50px}}.gp-badge-area a{display:block;height:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.gp-badge-area a:hover>img{-webkit-transform:scale(1.035);-ms-transform:scale(1.035);transform:scale(1.035)}.gp-badge-area img{display:block;height:100%;-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;-o-transition:transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out;width:auto}.gp-description{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:2.5rem;padding-bottom:40px;width:100%}.gp-description h2{font-size:2.25rem;margin-bottom:1rem;margin-top:3.25rem}.gp-description li,.gp-description p{font-size:1.6rem}.gp-description ul{list-style:disc;margin-bottom:0;padding-left:3rem;text-indent:.5rem}.gp-description ul>li{text-indent:0}.gp-description__content-area{display:block;margin:0 auto;padding:30px var(--site__side-padding) 0;width:min(100%,1300px)}.gp-trailer__background{background-color:#d3d3d3}.gp-trailer__wrapper{margin:0 auto;max-width:1300px;width:100%}.gp-trailer{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.gp-trailer iframe{height:100%;left:0;max-width:100%;position:absolute;top:0;width:100%}.gp-screenshot__wrapper{padding-bottom:40px;padding-top:25px}.gp-screenshots{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--screenshot-gallery-gap);margin:0 auto;max-width:1000px;padding:30px var(--site__side-padding) 0;width:100%}@media screen and (max-width:900px){.gp-screenshots{--screenshot-gallery-gap:15px}}@media screen and (max-width:550px){.gp-screenshots{--screenshot-gallery-gap:10px}}.gp-screenshots-container{-ms-flex-preferred-size:min((100% - var(--screenshot-gallery-gap) * 2)/3,450px);border:3px solid #2c2c2c;display:block;flex-basis:min((100% - var(--screenshot-gallery-gap) * 2)/3,450px);height:auto;overflow:hidden}@media screen and (max-width:550px){.gp-screenshots-container{-ms-flex-preferred-size:calc(50% - var(--screenshot-gallery-gap)/2);flex-basis:calc(50% - var(--screenshot-gallery-gap)/2)}}@media (hover:hover) and (pointer:fine){.gp-screenshots-container:hover{cursor:pointer}.gp-screenshots-container:hover>img{-webkit-filter:brightness(1.25);filter:brightness(1.25);height:103%}}.gp-screenshots-container img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;width:100%}.gp-credits{background-color:#ff4500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:40px;padding-top:25px;width:100%}.gp-credits__content-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:70px;justify-content:center;padding:40px var(--site__side-padding) 0}@media screen and (max-width:768px){.gp-credits__content-wrapper{gap:40px}}@media screen and (max-width:550px){.gp-credits__content-wrapper{gap:25px}}.gp-credits__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 180px;flex:0 1 180px;-ms-flex-direction:column;flex-direction:column;gap:5px;justify-content:flex-start}@media screen and (max-width:550px){.gp-credits__container{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.gp-credits__crew-name{font-size:2rem;font-weight:700;letter-spacing:1px;text-align:center}.gp-credits__titles>p{display:block;font-size:1.6rem;margin:5px 0;text-align:center}.privacyPolicy-content{padding:30px var(--site__side-padding)}.privacyPolicy-content hr{border-top:1px solid #bfbfbf}.privacyPolicy-content>#date{color:grey;display:block;font-style:italic;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.privacyPolicy-content h1{font-size:3rem}.privacyPolicy-content h2{font-size:2.25rem;margin-bottom:1rem;margin-top:3.25rem}.privacyPolicy-content li,.privacyPolicy-content p{font-size:1.6rem;line-height:2rem}.privacyPolicy-content ul{list-style:disc;margin-bottom:0;padding-left:3rem;text-indent:.5rem}.privacyPolicy-content ul>li{text-indent:0}.presskit{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:20px;justify-content:flex-start;margin:0 auto;max-width:1000px;padding:0 30px;position:relative;width:100%}@media screen and (max-width:768px){.presskit{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.presskit__navigation{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:sticky;top:0;width:170px;z-index:1}@media screen and (max-width:768px){.presskit__navigation{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}}.presskit__navigation-list{margin:0;padding-left:0}.presskit__navigation-list li:first-child a{margin-top:0}.presskit__navigation-list li:last-child a{margin-bottom:0}.presskit__navigation-list a{color:#000;display:block;font-size:1.8rem;font-weight:700;line-height:35px;margin:10px 0;padding:0 12px;position:relative;text-decoration:none;width:100%}.presskit__navigation-list a:before{background-color:#546cc8;content:"";height:80%;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:5px}.presskit__navigation-list a:hover{color:red}.presskit__navigation-list a:hover:before{background-color:red}@media screen and (max-width:768px){.presskit__navigation-list a{margin:10px auto}}.presskit__content{-webkit-box-flex:1;-ms-flex:1;flex:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.presskit__section{position:relative}.presskit__section:not(:last-child):after{background-color:#bbb;bottom:-1.6rem;content:"";height:1px;left:0;position:absolute;width:100%}.presskit__section:not(:first-child){margin:50px 0}.presskit__section-title{color:#ff4500;font-size:2.25rem;letter-spacing:.5px}.presskit__section-title:first-child{margin-top:0}.presskit__screenshot-container{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;width:100%}.presskit__screenshot{-webkit-box-flex:0;-ms-flex:0 0 calc(33.33333% - 8px);flex:0 0 calc(33.33333% - 8px)}@media screen and (max-width:768px){.presskit__screenshot{-ms-flex-preferred-size:calc(50% - 6px);flex-basis:calc(50% - 6px)}}@media screen and (max-width:550px){.presskit__screenshot{-ms-flex-preferred-size:75%;flex-basis:75%}}.presskit__screenshot img{height:100%;width:100%}.presskit__arts img{display:inline-block;margin:10px;max-height:400px;max-width:100%}.presskit__icon img{width:min(300px,100%)}.presskit__icon img,.presskit__logo img{display:inline-block;height:auto;margin:10px}.presskit__logo img{width:min(600px,100%)}.presskit__video>iframe{aspect-ratio:1.7777777778;height:auto;width:100%}.presskit__contact a{font-size:1.6rem}.presskit-header{-webkit-box-pack:center;-ms-flex-pack:center;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;height:160px;justify-content:center;margin:0 auto 30px;max-width:1000px}@media screen and (max-width:768px){.presskit-header{display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.presskit-header__logo{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;height:100%;overflow-x:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:768px){.presskit-header__logo{height:60px;margin:0 auto}}.presskit-header__logo>img{display:block;height:100%;margin:0 20px;-o-object-fit:contain;object-fit:contain;width:120px}@media screen and (max-width:768px){.presskit-header__logo>img{padding:10px 0}}.presskit-header__game-logo{-webkit-box-flex:0;display:block;-ms-flex:0 1 100%;flex:0 1 100%;height:100%;overflow-x:hidden;position:relative}@media screen and (max-width:768px){.presskit-header__game-logo{height:140px}}.presskit-header__game-logo--xolan{background-image:-webkit-gradient(linear,left top,left bottom,from(#001526),to(#00549f));background-image:-o-linear-gradient(top,#001526,#00549f);background-image:linear-gradient(180deg,#001526,#00549f)}.presskit-header__game-logo--manuganu2{background-image:-webkit-gradient(linear,left top,left bottom,from(#034284),to(#81ffb8));background-image:-o-linear-gradient(top,#034284,#81ffb8);background-image:linear-gradient(180deg,#034284,#81ffb8)}.presskit-header__game-logo--manuganu{background-image:-webkit-gradient(linear,left top,left bottom,from(#032d97),to(#2dffe3));background-image:-o-linear-gradient(top,#032d97,#2dffe3);background-image:linear-gradient(180deg,#032d97,#2dffe3)}.presskit-header__game-logo--gravityProject{background-image:-webkit-gradient(linear,left top,left bottom,from(#33050e),to(#8a00ac));background-image:-o-linear-gradient(top,#33050e,#8a00ac);background-image:linear-gradient(180deg,#33050e,#8a00ac)}.presskit-header__game-logo>img{display:block;margin:0 auto;-o-object-fit:contain;object-fit:contain;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:auto}.presskit-header__logo-size--xolan{height:80%}.presskit-header__logo-size--manuganu2{height:48%}.presskit-header__logo-size--manuganu{height:40%}.presskit-header__logo-size--gravityProject{height:50%}.base-text h2:not(.presskit__section-title){font-size:2rem;margin-bottom:1rem;margin-top:3.25rem}.base-text h3{font-size:1.6rem;letter-spacing:.5px;margin-bottom:5px}.base-text li,.base-text p{font-size:1.6rem;line-height:2rem}.base-text ul{list-style:disc;margin-bottom:0;padding-left:3rem;text-indent:.5rem}.base-text ul>li{text-indent:0}.game-cards-container{background-color:#091720}.about-me{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-flex:1;background-color:#7e2b1b;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:1}.about-me:before{background-blend-mode:multiply;background-color:#7e2b1b;background-image:url(/assets/images/aboutPage/HammerArm.webp);background-position:10% 40%;background-repeat:no-repeat;background-size:min(800px,80%);bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);z-index:-1}@media screen and (max-width:550px){.about-me:before{background-position:0 100%}}.about-me__container{height:100%;margin:70px auto;padding:0 var(--site__side-padding);width:min(100%,1300px)}@media screen and (max-width:550px){.about-me__container{padding:0}}.about-me__content{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;justify-content:center;margin:0 auto;min-height:200px;width:100%}@media screen and (max-width:900px){.about-me__content{display:block}}.about-me__photo{-webkit-box-flex:0;background-color:#fff;border:5px solid #fff;border-radius:50%;-webkit-filter:drop-shadow(0 15px 20px #3b0031);filter:drop-shadow(0 15px 20px rgb(59,0,49));-ms-flex:0 0 200px;flex:0 0 200px;height:200px;position:relative}@media screen and (max-width:900px){.about-me__photo{margin:0 auto;width:200px}}@media screen and (max-width:550px){.about-me__photo{border:none;-webkit-clip-path:none;clip-path:none;-webkit-filter:none;filter:none;width:100%}}.about-me__photo img{border-radius:50%;display:block;height:100%;min-width:200px;-o-object-fit:cover;object-fit:cover;-o-object-position:20% 40%;object-position:20% 40%;width:100%}@media screen and (max-width:900px){.about-me__photo img{min-width:unset}}@media screen and (max-width:550px){.about-me__photo img{border-radius:0;-webkit-clip-path:none;clip-path:none;-o-object-position:50% 50%;object-position:50% 50%;width:100%}}.about-me__text{color:#fff;font-size:1.8rem;letter-spacing:.1rem;line-height:2.5rem;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}@media screen and (max-width:900px){.about-me__text{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:40px}}@media screen and (max-width:550px){.about-me__text{font-size:1.6rem;letter-spacing:.08rem;line-height:2.2rem;padding:0 var(--site__side-padding)}}.contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;align-items:center;background-color:#142b3a;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:1}.contact:before{background-blend-mode:multiply;background-color:#142b3a;background-image:url(/assets/images/contactPage/PufferFish.webp);background-position:100% 40%;background-repeat:no-repeat;background-size:min(800px,80%);bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);z-index:-1}@media screen and (max-width:768px){.contact:before{background-position:top;background-size:contain}}.contact__container{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;height:100%;justify-content:center;padding:0 var(--site__side-padding);width:min(1000px,100%)}@media screen and (max-width:900px){.contact__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding:40px 0}}.contact__text-info{color:#fff;font-size:1.6rem;height:100%;line-height:2rem;width:50%}@media screen and (max-width:900px){.contact__text-info{width:70%}}.contact__sub-heading{color:#ff4500;margin-bottom:10px;margin-top:30px}.contact__sub-heading:first-child{margin-top:0}.contact__sub-link{color:#fff;display:block;text-decoration:none}.contact__sub-link:hover{text-decoration:underline}.contact__sub-link:visited{color:#fff}.contact__form{width:min(500px,50%)}@media screen and (max-width:900px){.contact__form{width:70%}}.contact__form input,.contact__form select,.contact__form textarea{border:none;border-radius:5px;color:grey;display:block;font-family:Didact Gothic,sans-serif;font-size:1.5rem;height:3rem;padding:0 12px;width:100%}.contact__form input:not(:first-child),.contact__form select:not(:first-child),.contact__form textarea:not(:first-child){margin:8px 0}.contact__form input:focus,.contact__form select:focus,.contact__form textarea:focus{outline-color:#ff4500}.contact__form textarea{height:12rem;padding-top:5px;resize:none}.contact__form select{color:grey;padding-left:8px}.contact__form input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ff4500;color:#091720;font-weight:700;margin-bottom:0}.contact__form input[type=submit]:hover{background-color:#cc3700}.contact__form input[type=submit]:focus{background-color:#fff}.thank-you{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-blend-mode:multiply;background-color:#821c24;background-position:100% 40%;background-repeat:no-repeat;background-size:min(400px,80%);display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;justify-content:center;overflow:hidden;position:relative;z-index:1}.thank-you:before{background-blend-mode:multiply;background-color:#821c24;background-image:url(/assets/images/thankYouPage/borzandar.webp);background-position:80% 40%;background-repeat:no-repeat;background-size:min(400px,80%);bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:-1}@media screen and (max-width:768px){.thank-you:before{background-position:50% 0;background-size:contain}}.thank-you__message{color:#fff;font-size:2rem;margin:.5rem 0;text-align:center}