@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.hero{background-color:#4d1572;width:100%;height:30rem;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width: 768px){.hero{height:50rem}}@media screen and (min-width: 1280px){.hero{height:55rem}}.hero__image{width:20rem}@media screen and (min-width: 768px){.hero__image{width:30rem}}@media screen and (min-width: 1280px){.hero__image{width:40rem}}.hero__button{width:7rem;height:3rem;padding:1rem;background-color:#4d1572;color:#f0f0f0;font-family:Maven Pro;font-weight:600;font-size:1rem;margin-top:1rem;color:#4d1572;background-color:#f0f0f0;border-radius:5rem;width:100%;animation:breathingAnimation 2s ease-in-out infinite}.hero__button:hover{cursor:pointer;background-color:#a03575;color:#f0f0f0}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.game{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f0f0f0;color:#282828;text-align:center;width:100%;height:100%;font-family:"Press Start 2P",cursive;font-size:.75rem;line-height:1.5;overflow-y:auto}.game button{font-family:Maven Pro;font-weight:600;background-color:gold;color:#282828;border-radius:5rem;transition:1s all ease}.game button:hover{background-color:#b8b3b3}@media screen and (min-width: 1280px){.game{height:100vh}}.game__loading{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh}.game__actions{display:flex;flex-direction:row;justify-content:center;align-items:center}.game__audio{margin-left:1rem}.game__dark{background-color:#282828;width:100%;height:100%;color:#f0f0f0;transition:1s all ease}.game__dark button{background-color:#4d1572;color:#f0f0f0}.game__dark button:hover{background-color:#b8b3b3}.game__toggle-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:2s all ease;padding-top:2rem}.game__switch-label{display:flex;flex-direction:column;justify-content:center;align-items:center;width:6.25rem;height:1.875rem;border:.0625rem solid #b8b3b3;border-radius:3.125rem;position:relative;cursor:pointer;transition:1s all ease}.game__switch-label:hover{background-color:#b8b3b3}.game__toggle{width:1.5625rem;height:1.5625rem;border-radius:1.5rem;background-color:gold;position:absolute;left:.1875rem;transition:1s all ease}#switch{visibility:hidden;position:absolute}#switch:checked~.game__switch-label{transition:1s all ease;background:#4d1572;border:none}#switch:checked~.game__switch-label:hover{background-color:#b8b3b3}#switch:checked~.game__switch-label .game__toggle{height:.78rem;transform:scale(.9) translate(75px) rotate(90deg);transition:.7s all ease;border-radius:1.5rem 1.5rem 0 0;background:transparent;box-shadow:0 -6px #f0f0f0}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.gametitle{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;font-size:.75rem;line-height:1.5;overflow-y:auto;height:100vh}.gametitle__title{font-family:"Press Start 2P",cursive;font-size:1.25rem;padding:2rem;-webkit-animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both}@media screen and (min-width: 768px){.gametitle__title{font-size:1.5rem}}@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}to{-webkit-filter:blur(0px);filter:blur(0px);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}to{-webkit-filter:blur(0px);filter:blur(0px);opacity:1}}.gametitle__image{width:10rem;padding-bottom:2rem;animation:breathingAnimation 3s ease-in-out infinite}@media screen and (min-width: 768px){.gametitle__image{width:15rem}}@keyframes breathingAnimation{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.gametitle__button{width:7rem;height:3rem;background-color:#4d1572;color:#f0f0f0;font-family:Maven Pro;font-weight:600;font-size:1rem;padding:1rem;width:10rem}.gametitle__button:hover{cursor:pointer;background-color:#a03575}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.gamestart{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%}@media screen and (min-width: 768px){.gamestart{display:flex;flex-direction:row;justify-content:center;align-items:center}}@media screen and (min-width: 1280px){.gamestart{max-width:80rem}}.gamestart__character{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;margin:auto}.gamestart__name{font-size:1rem;padding:1rem;cursor:pointer}@media screen and (min-width: 768px){.gamestart__name{font-size:1.5rem}}.gamestart__dropdown{font-size:.75rem;border-radius:5rem;text-decoration:underline 3px;padding-bottom:1rem}@media screen and (min-width: 768px){.gamestart__dropdown{font-size:1rem}}.gamestart__container--dropdown{cursor:pointer;display:flex;flex-direction:column;line-height:2.3}@media screen and (min-width: 768px){.gamestart__container--dropdown{display:flex}}.gamestart__container--dropdown__description{font-size:.5rem;padding:1rem;overflow:hidden;transition:max-height 1s ease-in-out;visibility:hidden;pointer-events:none}@media screen and (min-width: 768px){.gamestart__container--dropdown__description{display:flex;font-size:.75rem}}.gamestart__container--dropdown input[type=checkbox]{display:none}.gamestart__container--dropdown input[type=checkbox]:checked+.gamestart__description{max-height:4rem;opacity:1;visibility:hidden;pointer-events:auto;transition:max-height .3s ease-in-out}.gamestart__image{display:none}@media screen and (min-width: 1280px){.gamestart__image{display:flex;margin:auto;width:20rem}}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.alara{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:2.5;height:65rem;width:100%}@media screen and (min-width: 768px){.alara{height:100%}}@media screen and (min-width: 1280px){.alara{width:80rem}}.alara button{margin:.75rem}.alara__prologue{padding:1rem;font-size:.75rem}@media screen and (min-width: 768px){.alara__prologue{font-size:1rem}}.alara__additional_story{font-size:.75rem;padding-bottom:2rem}@media screen and (min-width: 768px){.alara__additional_story{font-size:1rem}}.alara__scenario-name{font-size:1rem;text-decoration:underline}@media screen and (min-width: 768px){.alara__scenario-name{font-size:1.25rem}}.alara__scenario{font-size:.75rem;padding:1rem}@media screen and (min-width: 768px){.alara__scenario{font-size:1rem}}.alara__ending h2{font-size:1rem;text-decoration:underline}@media screen and (min-width: 768px){.alara__ending h2{font-size:1.25rem}}.alara__ending p{font-size:.75rem;padding:1rem}@media screen and (min-width: 768px){.alara__ending p{font-size:1rem}}.alara__credits{height:100%}.alara__credits h2{font-size:.75rem;text-decoration:underline}@media screen and (min-width: 768px){.alara__credits h2{font-size:1rem}}.alara__credits p{font-size:.75rem;padding:1rem}@media screen and (min-width: 768px){.alara__credits p{font-size:1rem}}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.nyx{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:2.5;height:65rem;width:100%}@media screen and (min-width: 768px){.nyx{height:100%}}@media screen and (min-width: 1280px){.nyx{width:80rem}}.nyx button{margin:.75rem}.nyx__prologue{padding:1rem;font-size:.75rem}@media screen and (min-width: 768px){.nyx__prologue{font-size:1rem}}.nyx__additional_story{font-size:.75rem;padding-bottom:2rem}@media screen and (min-width: 768px){.nyx__additional_story{font-size:1rem}}.nyx__scenario-name{font-size:1rem;text-decoration:underline}@media screen and (min-width: 768px){.nyx__scenario-name{font-size:1.25rem}}.nyx__scenario{font-size:.75rem;padding:1rem}@media screen and (min-width: 768px){.nyx__scenario{font-size:1rem}}.nyx__ending h2{font-size:1rem;text-decoration:underline}@media screen and (min-width: 768px){.nyx__ending h2{font-size:1.25rem}}.nyx__ending p{font-size:.75rem;padding:1rem}@media screen and (min-width: 768px){.nyx__ending p{font-size:1rem}}.nyx__credits{height:100%}.nyx__credits h2{font-size:.75rem;text-decoration:underline}@media screen and (min-width: 768px){.nyx__credits h2{font-size:1rem}}.nyx__credits p{font-size:.75rem;padding:1rem}@media screen and (min-width: 768px){.nyx__credits p{font-size:1rem}}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.about{font-family:Maven Pro;font-weight:600;background-color:#f0f0f0;width:100%;color:#282828}@media screen and (min-width: 1280px){.about{margin:auto}}.about__container{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:80rem;padding:1rem 1rem 0}@media screen and (min-width: 1280px){.about__container{margin:auto}}.about__container--characterdetails{padding:1rem 0}@media screen and (min-width: 768px){.about__container--characterdetails{padding:0 1rem}}@media screen and (min-width: 768px){.about__container--characters{display:flex;flex-direction:row;justify-content:center;align-items:center}}.about__container--content{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width: 1280px){.about__container--content{display:flex;flex-direction:row;justify-content:center;align-items:center}}.about__character-img{width:15rem;animation:characterAnimation 3s linear infinite}@keyframes characterAnimation{0%{transform:translate(0) rotate(0)}50%{transform:translate(4px) rotate(5deg)}to{transform:translate(0) rotate(0)}}.about__divider{border:none;border-bottom:.2rem solid #ffcc00;width:100%;margin:auto}.about__divider--horizontal{display:none}@media screen and (min-width: 768px){.about__divider--horizontal{display:flex;border:none;border-top:15rem solid #FFD700;width:1rem;margin:1rem}}.about__title{color:#4d1572;font-size:1.25rem}@media screen and (min-width: 768px){.about__title{font-size:1.5rem;padding-bottom:1.5rem}}.about__subtitle{color:gold;background-color:#4d1572;border-radius:5rem;font-size:1rem;margin-bottom:1rem;padding:.5rem;text-align:center}@media screen and (min-width: 768px){.about__subtitle{font-size:1.25rem}}.about__description{font-size:.75rem;padding-bottom:1rem}@media screen and (min-width: 768px){.about__description{font-size:1rem}}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.contact{font-family:Maven Pro;font-weight:600;background-color:#f0f0f0;width:100%;color:#282828}@media screen and (min-width: 1280px){.contact{margin:auto}}.contact__container{display:flex;flex-direction:column;justify-content:center;align-items:center}.contact__container--section{max-width:80rem}@media screen and (min-width: 1280px){.contact__container--section{margin:auto}}.contact__container--details{padding:1rem 0}@media screen and (min-width: 768px){.contact__container--details{padding:0 1rem}}.contact__divider{border:none;border-bottom:.2rem solid #ffcc00;width:100%;margin:auto}.contact__title{text-align:center;color:#4d1572;font-size:1.25rem;padding:1rem}@media screen and (min-width: 768px){.contact__title{font-size:1.5rem}}.contact__subtitle{color:gold;background-color:#4d1572;border-radius:5rem;font-size:1rem;margin-bottom:1rem;padding:.5rem;text-align:center}@media screen and (min-width: 768px){.contact__subtitle{font-size:1.25rem}}.contact__description{font-size:.75rem;padding:1rem}@media screen and (min-width: 768px){.contact__description{font-size:1rem}}.contact__links{display:flex;flex-direction:row;justify-content:center;align-items:center;justify-content:space-evenly;padding:1rem}.contact__link{color:#4d1572;text-decoration:none;list-style:none}.contact__icon{max-width:3.125rem;transition:all .2s ease-in-out}.contact__icon:hover{transform:scale(1.1)}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.notfound{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:1rem;background-color:#f0f0f0;color:#282828;height:100vh;padding:1rem}@media screen and (min-width: 768px){.notfound{padding-bottom:1.5rem}}.notfound__image{width:20rem}.notfound__back{color:#4d1572;text-decoration:none;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box}button{display:inline-block;border:none;padding:1rem 2rem;margin:0;text-decoration:none;font-family:sans-serif;font-size:1rem;cursor:pointer;text-align:center;transition:background .25s ease-in-out,transform .15s ease}button:focus{outline-offset:-4px}button:active{transform:scale(.99)}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}.header{font-family:Maven Pro;font-weight:600;font-size:1rem;background-color:#282828;position:sticky;z-index:1;width:100%}@media screen and (min-width: 1280px){.header{max-width:80rem;margin:auto}.header__navlist-item:hover{transition:.2s all ease-in-out;opacity:.7;color:#fc0}}.header__nav{display:flex;justify-content:space-between;align-items:center;padding:1rem}.header__logo{width:5rem}@media screen and (min-width: 1280px){.header__logo{width:7.5rem}}.header__burger{width:1.25rem;height:1.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:auto;right:1rem;top:2.5rem;z-index:1;cursor:pointer}.header__burger--line{width:100%;transition:.5s ease-out}.header__burger--line:nth-child(1){display:flex;flex-direction:row;justify-content:center;align-items:center;height:1rem;border-bottom:.15rem #FFD700 solid}.header__burger--line:nth-child(2){display:flex;flex-direction:row;justify-content:center;align-items:center;height:1rem;border-bottom:.15rem #FFD700 solid}.header__burger--line:nth-child(3){display:flex;flex-direction:row;justify-content:center;align-items:center;height:1rem;border-bottom:.15rem #FFD700 solid}@media screen and (min-width: 1280px){.header__burger{display:none}}.header__navlist{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:1s all ease-in-out;position:absolute;top:100%;left:0;width:100%;background-color:#282828;color:gold;text-align:center;padding:1rem 0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}@media screen and (min-width: 768px){.header__navlist{display:flex;flex-direction:row;justify-content:center;align-items:center}}.header__navlist.active{display:flex;opacity:1;visibility:visible;background-color:#282828}@media screen and (min-width: 1280px){.header__navlist.active{display:none}}.header__navlist--desktop{display:none}@media screen and (min-width: 1280px){.header__navlist--desktop{font-size:1.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center}}.header__navlist-item{text-decoration:none;list-style:none;padding:1rem;color:gold;transition:all .2s ease-in-out}.header__navlist-item--link{text-decoration:none;list-style:none}@media screen and (min-width: 768px){.header__navlist-item{padding:1.5rem}}.header__navlist-item:hover{transform:scale(1.1)}.header__divider{border:none;border-bottom:.2rem solid #ffcc00;width:100%;margin:auto}@font-face{font-family:"Press Start 2P";src:url(/assets/PressStart2P-Regular-8d0248e4.ttf);font-weight:400}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Medium-442ad7bc.ttf);font-weight:500}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-SemiBold-66d1f41b.ttf);font-weight:600}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Bold-f296773c.ttf);font-weight:700}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-ExtraBold-11b21217.ttf);font-weight:800}@font-face{font-family:Maven Pro;src:url(/assets/MavenPro-Black-f0b70273.ttf);font-weight:900}:root{font-family:"Press Start 2P",cursive,sans-serif;line-height:1.5;font-weight:400;color:#f0f0f0;background-color:#282828;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}
