@import url(https://fonts.googleapis.com/css?family=Roboto:100&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#222;color:hsla(0,0%,89.4%,.89);font-family:Roboto,sans-serif;overflow:hidden}body,html{width:100vw}html{overflow-x:hidden}@media (orientation:portrait) and (max-width:450px){html{font-size:75%}}.menuButton{width:100%;height:100%;margin-top:0;display:flex;justify-content:center;align-items:center}.menuButton h1{margin:0;padding-right:10px;text-align:center}.menuButton img{margin:0;padding-left:10px}.menuButton .menuIcon{stroke:#c2453c;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.menuButton .menuIcon.black{stroke:#3277b3}.Header{padding:0;position:fixed;top:0;left:0;width:100vw;height:10vh;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;box-shadow:inset 0 0 0 0 #fff;z-index:10;background-color:#222;color:#c2453c}.Header .Foreground{z-index:inherit;height:100%;padding:0;width:96%;border-bottom:1px solid #c2453c;margin-left:2vw;margin-right:2vw;cursor:pointer}.Header.white{margin:0;box-shadow:inset 0 -10vh 0 0 #fff;color:#3277b3}.Header.white .Foreground{border-bottom:1px solid #3277b3}.welcomeContainer{background-image:url(/static/media/me-blacked.4bcc04c5.png);background-size:contain;background-repeat:no-repeat;background-position:0 100%;height:100vh;width:100vw}.welcomeContainer img{max-height:80vh}.welcomeHeading{position:fixed;top:50vh;margin:0;padding:0;width:100vw;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.welcomeHeading *{z-index:10}.welcomeHeading h1{font-size:20vw;margin:0}@media (orientation:portrait){.welcomeHeading h1{font-size:30vw}}.welcomeHeading h2{font-size:15vw;margin:0}.welcomeHeading h3{font-size:4vw;font-style:italic;margin:0}@media (orientation:portrait){.welcomeHeading h3{font-size:7vw}}@media (min-width:700px){.welcomeHeading h4{font-size:1.5rem}}.welcomeHeading.final{position:absolute;top:40vh}.discover{position:absolute;bottom:5vh;left:50vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;justify-content:center;flex-direction:column;align-items:center}.discover .Button{margin:0;padding:0;width:50vw;height:25vw;stroke:#c2453c}@media (min-width:700px){.discover .Button{width:300px;height:120px}}.discover .Text{text-align:center;font-size:4vw;margin:0 0 10px;color:#c2453c}@media (orientation:portrait){.discover .Text{font-size:5vw}}.hovering{-webkit-animation:hovering 1s ease-in-out infinite alternate;animation:hovering 1s ease-in-out infinite alternate}@-webkit-keyframes hovering{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(1.5vh);transform:translateY(1.5vh)}}@keyframes hovering{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(1.5vh);transform:translateY(1.5vh)}}.fade-enter{opacity:.01;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}.fade-enter.fade-enter-active,.fade-leave{opacity:1}.fade-leave.fade-leave-active{opacity:.01;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}.fade-appear{opacity:.01}.fade-appear.fade-appear-active{opacity:1;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}.Container{z-index:50;min-height:100vh;height:auto;width:100vw;margin:0;padding:0;position:static}.Container.white{background-color:#fff}.Container.white h2{margin:0;padding:0;color:#222;font-size:3rem}@media (orientation:landscape) and (max-height:500px){.Container.white h2{font-size:6vh}}.Container.white .Content{margin:0;padding:0;position:relative;height:auto;width:100vw}.Container.white .tile{margin-bottom:5vh;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.Container.white .tile *{margin:2vh 2vw}.Container.white .tile h1,.Container.white .tile h2,.Container.white .tile h3,.Container.white .tile h4{color:#3277b3}.Container.white .tile img{max-height:600px;max-width:100vw;border:1px solid #222}@media (max-height:500px){.Container.white .tile img{max-height:90vh}}@media (orientation:landscape) and (min-width:1200px){.Container.white .tile img{max-width:60vw}}.Container.white .tile div{flex:3 3 300px}.Container.white .tile div p{color:#222;font-size:1.5rem;font-weight:700}.Container.white .tile div button{background:none;font-size:2rem;font-weight:200;color:#3277b3;padding:10px;border:1px solid #3277b3;border-radius:10px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}@media (orientation:portrait){.Container.white .tile div button{padding:0 3vw;width:90vw;min-height:10vh}}.Container.white .tile div button:hover{background-color:#3277b3;color:#fff}.Container.white .tile.reversed{flex-wrap:wrap-reverse;background-color:#222}.Container.white .tile.reversed p{color:#e4e4e4}.Container.white .tile.reversed h1,.Container.white .tile.reversed h2,.Container.white .tile.reversed h3,.Container.white .tile.reversed h4{color:#c2453c}.Container.white .tile.reversed button{color:#c2453c;border-color:#c2453c}.Container.white .tile.reversed button:hover{background-color:#c2453c;color:#222}.Container.white .tile.last{margin-bottom:0}.Container.f1st{top:100vh}footer.main{overflow:hidden;position:relative;background:#222;z-index:200;width:100vw;height:101vh}footer.main .foreground{overflow:hidden;z-index:1000;position:absolute;width:100vw;height:100%;display:flex;justify-content:center;align-content:space-between;flex-wrap:wrap}footer.main .foreground .centered{margin-top:50vh;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 1s;transition:all 1s}footer.main .foreground .centered h2{align-self:center;text-align:center;min-width:90vw;padding:0 5vw;font-size:2.5vw;margin:0}@media (orientation:portrait){footer.main .foreground .centered h2{font-size:6.5vw}}footer.main .foreground .centered h3{text-align:center;padding:5px 0;font-size:2vw;font-style:italic;margin:0;min-width:100vw}@media (orientation:portrait){footer.main .foreground .centered h3{font-size:5vw}}footer.main .foreground .centered:hover{-webkit-transform:scale(1.2) translateY(-50%) rotate(-10deg);transform:scale(1.2) translateY(-50%) rotate(-10deg)}footer.main .foreground .bottom{width:100vw;display:flex;align-items:center;justify-content:space-between}footer.main .foreground .bottom div{padding:0 1vw .5vw}footer.main .foreground .bottom div *{padding-left:.5vw;max-width:10vw;max-height:5vh;-webkit-transition:all .2s;transition:all .2s;cursor:pointer}@media (max-height:500px){footer.main .foreground .bottom div *{max-height:10vh}}footer.main .foreground .bottom div :hover{-webkit-transform:scale(1.1);transform:scale(1.1)}footer.main .foreground .bottom .languages *{max-width:7vw;max-height:4vh;width:auto;padding:0;border-radius:5px;margin-left:.5vw}@media (max-height:500px){footer.main .foreground .bottom .languages *{max-height:10vh}}footer.main .foreground .bottom h4{font-size:2vw;padding:0 1vw;margin:0;align-self:center}@media (orientation:portrait){footer.main .foreground .bottom h4{font-size:2vh}}footer.main .background{width:100%;height:100%;position:relative;background-color:#222}footer.main .background div{border-top:1px solid #c2453c;width:100vw;height:1px}footer.main .background img{max-height:100%;margin-bottom:0;padding-bottom:0}.languagePage{overflow:hide}.languagePage header{position:fixed;top:0}.languagePage header h1{padding:5vh 10vw 0;width:80vw;text-align:center}@media screen and (max-height:500px),screen and (orientation:portrait){.languagePage header h1{padding-top:0}}.languagePage .languageContainer{top:10vh;width:100vw;height:80vh;justify-content:center;align-items:center;align-content:center;display:flex;flex-wrap:wrap}.languagePage .languageContainer .languageCard{display:flex;flex-direction:column;align-items:center;padding:2vh 2vw;-webkit-transition:all .5s;transition:all .5s;opacity:.7;cursor:pointer}@media screen and (max-height:500px),screen and (orientation:portrait){.languagePage .languageContainer .languageCard{padding-bottom:0}}.languagePage .languageContainer .languageCard img{height:20vh}@media screen and (orientation:portrait){.languagePage .languageContainer .languageCard img{height:15vh}}.languagePage .languageContainer .languageCard:hover{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:1}.languagePage footer{position:fixed;bottom:0}.languagePage footer *{margin:0;padding:0 10vw;width:80vw;text-align:center}@media screen and (max-height:500px),screen and (orientation:portrait){.languagePage footer *{width:95vw;padding:0 2.5vw}}.languagePage footer h3{padding-top:10px;padding-bottom:5px}@media (orientation:portrait){.languagePage footer h2{font-size:4vw}}@media screen and (max-height:500px){.languagePage footer h2{font-size:3vh}}.popup{position:fixed;z-index:10000;width:100vw;height:100vh;overflow:none}.popup .background{top:0;position:fixed;width:100%;height:100%}.popup .foreground{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:15px;width:80vw;max-width:600px;height:70vh;max-height:400px;display:flex;flex-wrap:no-wrap;flex-direction:column;align-items:center;justify-content:space-between}.popup .foreground *{margin:0}.popup .foreground img{padding:3vh 1vw;align-self:center}.popup .foreground h1{cursor:pointer;padding:1vh 5vw;border-radius:10px;margin-bottom:3vh;-webkit-transition:all .2s;transition:all .2s;font-weight:400}.popup .foreground div{display:flex;flex-direction:column;align-items:center}.popup .foreground div h2{max-width:70%;text-align:center}.popup .foreground div .manual{display:inline}.popup .foreground div .manual h3{text-align:center;display:inline}.popup .foreground div .manual .link{text-decoration:underline;font-style:italic;cursor:pointer;color:#3277b3}.popup.light .background{background:hsla(0,0%,100%,.7)}.popup.light .foreground{border:1px solid #3277b3;color:#222;background:#fff}.popup.light .foreground h1{color:#3277b3;border:1px solid #3277b3}.popup.light .foreground h1:hover{background-color:#3277b3;color:#fff}.popup.light .foreground .manual .link{color:#3277b3}.popup.dark .background{background:rgba(0,0,0,.8)}.popup.dark .foreground{border:1px solid #c2453c;color:#fff;background:#222}.popup.dark .foreground h1{color:#c2453c;border:1px solid #c2453c}.popup.dark .foreground h1:hover{background-color:#c2453c;color:#222}.popup.dark .foreground .manual .link{color:#c2453c}.popup-enter{opacity:.01;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.popup-enter.popup-enter-active,.popup-leave{opacity:1}.popup-leave.popup-leave-active{opacity:.01;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
/*# sourceMappingURL=main.c27e4079.chunk.css.map */