/* line 6, ../scss/_typography.scss */
* {
  font-family: "Nunito", sans-serif;
}

/* line 11, ../scss/_typography.scss */
h1, h2, h3 {
  font-size: 2em;
  font-weight: 900;
  padding: 0 0 3vh 0;
}
@media only screen and (max-width: 768px) {
  /* line 11, ../scss/_typography.scss */
  h1, h2, h3 {
    font-size: 1.5em;
    padding: 0;
    margin: 4vh 0;
  }
}

/* line 22, ../scss/_typography.scss */
p {
  font-size: 1em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  /* line 22, ../scss/_typography.scss */
  p {
    font-size: 1.2em;
  }
}

/* line 11, ../scss/master.scss */
html, body {
  min-height: 100%;
  height: 100%;
}

/* line 16, ../scss/master.scss */
body {
  color: white;
  background-color: #161616;
}

/* line 21, ../scss/master.scss */
.content {
  padding: 0 3vw;
}
/* line 23, ../scss/master.scss */
.content.bottom {
  background-size: cover;
  background-image: url(../images/white.svg);
  background-color: white;
}
@media only screen and (max-width: 768px) {
  /* line 21, ../scss/master.scss */
  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* line 37, ../scss/master.scss */
.footer-container {
  background-color: white;
  color: #474747;
  width: 100%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  /* line 37, ../scss/master.scss */
  .footer-container {
    bottom: unset;
  }
}

/* line 47, ../scss/master.scss */
.footer {
  flex-direction: row;
  display: flex;
  height: 6vh;
  align-items: center;
  justify-content: space-between;
}
/* line 53, ../scss/master.scss */
.footer p {
  font-size: 1em;
  margin-right: 5vw;
  margin-bottom: 0;
}
/* line 58, ../scss/master.scss */
.footer img {
  height: 3vh;
}
@media only screen and (max-width: 768px) {
  /* line 62, ../scss/master.scss */
  .footer p {
    font-size: 0.7em;
    margin-right: 1vw;
    text-align: left;
  }
  /* line 67, ../scss/master.scss */
  .footer img {
    height: 2.5vh;
  }
}

/* line 73, ../scss/master.scss */
.app-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 77, ../scss/master.scss */
.app-title img {
  width: 1vw;
}
@media only screen and (max-width: 768px) {
  /* line 81, ../scss/master.scss */
  .app-title img {
    display: none;
  }
  /* line 84, ../scss/master.scss */
  .app-title h1 {
    padding: 0 10vw;
  }
}

/* line 90, ../scss/master.scss */
.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

/* line 95, ../scss/master.scss */
.cl-banner {
  background: rgba(80, 80, 80, 0.9);
}
/* line 98, ../scss/master.scss */
.cl-banner .cl-accept {
  color: #333;
  background-color: #fff;
}
/* line 102, ../scss/master.scss */
.cl-banner .cl-accept:hover {
  background: #eee;
}

/* line 108, ../scss/master.scss */
span.ld_perso1 {
  color: #de8729;
}

/* line 112, ../scss/master.scss */
span.ld_perso2 {
  color: #cf5dd0;
}

/* line 115, ../scss/master.scss */
span.ld_perso3 {
  color: #6ca4ea;
}

/* line 119, ../scss/master.scss */
button {
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 3em;
  background-color: #4be79f;
  border: solid #4be79f;
  font-size: 1em;
  font-weight: 800;
  width: 9.5em;
  height: 6vh;
  margin: 2vh 0;
}

/* line 136, ../scss/master.scss */
button:focus {
  outline: 0;
}

/* line 140, ../scss/master.scss */
.center {
  text-align: center;
}

/* line 144, ../scss/master.scss */
#eventDesc {
  color: #333;
}
/* line 147, ../scss/master.scss */
#eventDesc #cntDays {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
/* line 153, ../scss/master.scss */
#eventDesc #cntDays p {
  color: #7a7a7a;
  font-size: 17px;
  font-weight: bold;
}
/* line 158, ../scss/master.scss */
#eventDesc #cntDays p #nbCtnDays {
  position: absolute;
}
/* line 161, ../scss/master.scss */
#eventDesc #cntDays p #slashDays {
  position: absolute;
  top: 0%;
  left: 96%;
  font-size: 24px;
  font-weight: 100;
}
/* line 168, ../scss/master.scss */
#eventDesc #cntDays p #denominator {
  position: absolute;
  top: 34%;
  left: 170%;
}
/* line 175, ../scss/master.scss */
#eventDesc .contentBlock {
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 20px;
  font-size: 17px;
}
/* line 182, ../scss/master.scss */
#eventDesc h1 {
  font-size: 28px;
}
/* line 186, ../scss/master.scss */
#eventDesc .titleBlock {
  text-align: center;
}
/* line 190, ../scss/master.scss */
#eventDesc #textEvent {
  color: #7290f6;
  font-size: 18px;
}
/* line 195, ../scss/master.scss */
#eventDesc .mapBlock {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  position: absolute;
  top: 75%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 204, ../scss/master.scss */
#eventDesc .choiceLink {
  width: 100%;
}
/* line 206, ../scss/master.scss */
#eventDesc .choiceLink a {
  text-decoration: none;
  font-weight: 600;
  color: #333;
  padding: 12px;
  width: 100%;
  display: block;
  background-color: white;
  border: 0px;
  margin: 15px 0;
  border-radius: 10px;
  box-shadow: 0 1px 7px 0 rgba(59, 59, 59, 0.21);
  cursor: pointer;
  font-size: 17px;
}
/* line 222, ../scss/master.scss */
#eventDesc .choiceLink a:active {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
/* line 227, ../scss/master.scss */
#eventDesc .reset {
  top: 13px;
  position: absolute;
  left: 13px;
  width: 50px;
  height: 50px;
}
/* line 233, ../scss/master.scss */
#eventDesc .reset button {
  width: 65%;
  padding: 1px;
  border-radius: 7px;
  background: none;
  border: 0px;
  color: white;
  margin: 5px 0 0 5px;
  font-size: 28px;
  outline: none;
}
/* line 246, ../scss/master.scss */
#eventDesc #textEvent {
  padding-top: 11px;
  font-weight: 800;
}
/* line 251, ../scss/master.scss */
#eventDesc #titleEvent {
  padding-bottom: 0px;
}

/* line 256, ../scss/master.scss */
#toggle-anime {
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  padding: 10px 20px 35px 20px;
  background-color: white;
  color: #7290f6;
  position: relative;
  width: 66%;
  margin: 23px auto 30px auto;
  text-align: center;
  border-radius: 7px;
}
/* line 267, ../scss/master.scss */
#toggle-anime h1 {
  margin-top: 0;
}

/* line 272, ../scss/master.scss */
.no-click {
  width: 100%;
  height: 250px;
  z-index: 1000;
  position: absolute;
}

/* line 279, ../scss/master.scss */
.day {
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3em;
}
@media only screen and (max-width: 768px) {
  /* line 279, ../scss/master.scss */
  .day {
    font-size: 2em;
  }
}

/* line 294, ../scss/master.scss */
.transparent {
  opacity: 0;
}

/* line 298, ../scss/master.scss */
#endGame {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 303, ../scss/master.scss */
#endGame .contentBlockStart {
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}
/* line 309, ../scss/master.scss */
#endGame #winScreen {
  margin-top: 4vh;
}
@media only screen and (max-width: 768px) {
  /* line 309, ../scss/master.scss */
  #endGame #winScreen {
    margin-top: 10vh;
  }
}
/* line 315, ../scss/master.scss */
#endGame #winScreen, #endGame #loseScreen {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  display: none;
  opacity: 0;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  border-radius: 15px;
  padding: 18px 25px 18px 32px;
}
/* line 330, ../scss/master.scss */
#endGame #continue {
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  display: none;
  opacity: 0;
  text-align: center;
  font-weight: bold;
}
/* line 345, ../scss/master.scss */
#endGame .titleWinLose p {
  font-size: 25px;
  text-transform: uppercase;
  padding: 2vh 0 0 0;
}
/* line 353, ../scss/master.scss */
#endGame .textWinLose p {
  font-size: 17px;
  padding: 0 0 2vh 0;
}
@media only screen and (max-width: 768px) {
  /* line 352, ../scss/master.scss */
  #endGame .textWinLose {
    text-align: left;
  }
}
/* line 364, ../scss/master.scss */
#endGame #progressBar {
  width: 175px;
  height: 175px;
  padding: 15px;
  opacity: 0;
  margin-bottom: 8vh;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  display: none;
}
/* line 378, ../scss/master.scss */
#endGame #progressBar i, #endGame #progressBar p {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 100;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 389, ../scss/master.scss */
#endGame #progressBar p {
  font-size: 22px;
  top: 100%;
  width: 100%;
  padding: 5px;
  background-color: #4be79f;
  border-radius: 7px;
  margin-top: 7px;
  text-transform: uppercase;
}
/* line 402, ../scss/master.scss */
#endGame #progressBar #plusGauge p {
  background: none;
  top: 44%;
  left: 57%;
  font-size: 40px;
  opacity: 0;
  color: #990000;
}
/* line 414, ../scss/master.scss */
#endGame #reset {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
  display: none;
  margin: 0;
}
/* line 420, ../scss/master.scss */
#endGame #reset #btnRestart {
  background-color: #6feaac;
}
/* line 424, ../scss/master.scss */
#endGame .contentBlock {
  text-align: left;
  position: relative;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 15px;
  padding: 18px 25px 18px 32px;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 424, ../scss/master.scss */
  #endGame .contentBlock {
    margin-left: 0;
    width: unset;
  }
}
/* line 443, ../scss/master.scss */
#endGame p.title {
  z-index: 10;
  font-size: 20px;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  /* line 443, ../scss/master.scss */
  #endGame p.title {
    margin-top: 3vh;
  }
}
/* line 453, ../scss/master.scss */
#endGame button, #endGame #adviceBtn {
  width: 25vh;
}
/* line 462, ../scss/master.scss */
#endGame #adviceBtn {
  display: inline-block;
  margin-top: 50px;
  text-decoration: none;
}
/* line 467, ../scss/master.scss */
#endGame i {
  font-size: 25px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 477, ../scss/master.scss */
#endGame .no-margin {
  margin: 0;
}
/* line 481, ../scss/master.scss */
#endGame .titleBilan {
  text-align: center;
  text-transform: uppercase;
}
/* line 486, ../scss/master.scss */
#endGame .faCircle {
  background-color: #4be79f;
  border-radius: 50%;
  border: 3px solid white;
  position: absolute;
  top: 2px;
  width: 60px;
  height: 60px;
  left: 45%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  /* line 486, ../scss/master.scss */
  #endGame .faCircle {
    left: 38%;
  }
}
/* line 500, ../scss/master.scss */
#endGame #winCircle {
  transform: translate(-50%, -50%);
  left: 50%;
}
/* line 507, ../scss/master.scss */
#endGame #winCircle i {
  font-size: 35px;
}
/* line 512, ../scss/master.scss */
#endGame li {
  font-weight: 200;
}
/* line 516, ../scss/master.scss */
#endGame ul {
  padding-left: 15px;
}

/* line 521, ../scss/master.scss */
.background {
  z-index: 0 !important;
  -moz-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  -webkit-transition: background, 0.5s;
  transition: background, 0.5s;
  background-size: cover !important;
  text-align: center;
}

/* line 529, ../scss/master.scss */
#contentContainer {
  z-index: 10;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}

/* line 534, ../scss/master.scss */
#no-landscape {
  padding-top: 0;
}
/* line 535, ../scss/master.scss */
#no-landscape i {
  font-size: 100px;
  color: white;
}
/* line 540, ../scss/master.scss */
#no-landscape p {
  font-size: 25px;
  color: white;
}

/* line 548, ../scss/master.scss */
#dayTransition {
  display: none;
  padding-top: 0;
  -moz-transition: opacity, 1s;
  -o-transition: opacity, 1s;
  -webkit-transition: opacity, 1s;
  transition: opacity, 1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  background-color: #161616;
}

/* line 564, ../scss/master.scss */
.currentDay {
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  -webkit-transition: all, 1s;
  transition: all, 1s;
}
/* line 572, ../scss/master.scss */
.currentDay p {
  font-weight: bold;
  font-size: 35px;
}

/* line 579, ../scss/master.scss */
.nextDay {
  position: absolute;
  top: 55%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  -webkit-transition: all, 1s;
  transition: all, 1s;
}
/* line 587, ../scss/master.scss */
.nextDay p {
  font-weight: bold;
  font-size: 35px;
}

/* line 594, ../scss/master.scss */
#loading, #error, #no-landscape, #startScreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  display: none;
  z-index: 1000;
  text-align: center;
  padding-top: 70%;
  background-color: #161616;
}

/* line 608, ../scss/master.scss */
#startScreen {
  padding-top: 0% !important;
}

/* line 612, ../scss/master.scss */
#gauge {
  padding: 0;
}

/* line 616, ../scss/master.scss */
#progressBar1, #progressBar2, #progressBar3 {
  margin: 0px 15px 10px 15px;
  width: 110px;
  height: 110px;
  position: relative;
  display: inline-block;
  padding: 15px;
}
/* line 624, ../scss/master.scss */
#progressBar1 i, #progressBar1 p, #progressBar2 i, #progressBar2 p, #progressBar3 i, #progressBar3 p {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 100;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 635, ../scss/master.scss */
#progressBar1 p, #progressBar2 p, #progressBar3 p {
  font-size: 15px;
  font-weight: 900;
  top: 100%;
  width: 100%;
  padding: 2px;
  border-radius: 7px;
  margin-top: 7px;
  text-transform: uppercase;
}
/* line 647, ../scss/master.scss */
#progressBar1 .fa-minus, #progressBar1 .fa-plus, #progressBar2 .fa-minus, #progressBar2 .fa-plus, #progressBar3 .fa-minus, #progressBar3 .fa-plus {
  font-size: 1.5em;
}
@media only screen and (max-width: 768px) {
  /* line 647, ../scss/master.scss */
  #progressBar1 .fa-minus, #progressBar1 .fa-plus, #progressBar2 .fa-minus, #progressBar2 .fa-plus, #progressBar3 .fa-minus, #progressBar3 .fa-plus {
    font-size: 1em;
  }
}
/* line 654, ../scss/master.scss */
#progressBar1 #plusGauge1 p, #progressBar1 #plusGauge2 p, #progressBar1 #plusGauge3 p, #progressBar2 #plusGauge1 p, #progressBar2 #plusGauge2 p, #progressBar2 #plusGauge3 p, #progressBar3 #plusGauge1 p, #progressBar3 #plusGauge2 p, #progressBar3 #plusGauge3 p {
  background: none;
  top: 44%;
  left: 60%;
  font-size: 2em;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  /* line 654, ../scss/master.scss */
  #progressBar1 #plusGauge1 p, #progressBar1 #plusGauge2 p, #progressBar1 #plusGauge3 p, #progressBar2 #plusGauge1 p, #progressBar2 #plusGauge2 p, #progressBar2 #plusGauge3 p, #progressBar3 #plusGauge1 p, #progressBar3 #plusGauge2 p, #progressBar3 #plusGauge3 p {
    top: 35%;
    font-size: 1.6em;
  }
}
/* line 667, ../scss/master.scss */
#progressBar1 path, #progressBar2 path, #progressBar3 path {
  fill: #004370;
  fill-opacity: 1;
}
/* line 671, ../scss/master.scss */
#progressBar1 path:first-child, #progressBar2 path:first-child, #progressBar3 path:first-child {
  fill-opacity: 0.8;
}
/* line 675, ../scss/master.scss */
#progressBar1 svg, #progressBar2 svg, #progressBar3 svg {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 679, ../scss/master.scss */
#progressBar1 .spark, #progressBar2 .spark, #progressBar3 .spark {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-size: cover;
  z-index: 50;
}

/* line 691, ../scss/master.scss */
.home-background {
  color: black;
}

/* line 695, ../scss/master.scss */
.home-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -15vh;
}
@media only screen and (max-width: 768px) {
  /* line 695, ../scss/master.scss */
  .home-icon {
    margin-top: 0;
  }
}

/* line 706, ../scss/master.scss */
.results-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 713, ../scss/master.scss */
.white.wave {
  background-color: white;
  color: #474747;
}

/* line 718, ../scss/master.scss */
.align-left {
  text-align: left;
}

/* line 722, ../scss/master.scss */
.progressBarContainer {
  text-align: center;
  margin-top: 55px;
  position: relative;
}

/* line 729, ../scss/master.scss */
#about #aboutModal, #about #introModal, #intro #aboutModal, #intro #introModal {
  display: none;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  /*bottom: 0;*/
  z-index: 998;
  text-align: center;
  background-size: cover !important;
}
/* line 744, ../scss/master.scss */
#about #introModal, #intro #introModal {
  display: block;
}
/* line 748, ../scss/master.scss */
#about #aboutModal, #intro #aboutModal {
  padding-bottom: 7vh;
}
@media only screen and (max-width: 768px) {
  /* line 752, ../scss/master.scss */
  #about .left-icon, #intro .left-icon {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 759, ../scss/master.scss */
  #about .right-icon img, #intro .right-icon img {
    width: 40vw;
  }
}
/* line 765, ../scss/master.scss */
#about .iabout, #intro .iabout {
  padding: 5px;
  color: white;
  width: 50px;
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
/* line 776, ../scss/master.scss */
#about .contentBlock, #intro .contentBlock {
  margin-bottom: 3.5vh;
  padding: 18px 25px 25px 25px;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  /* line 776, ../scss/master.scss */
  #about .contentBlock, #intro .contentBlock {
    padding: 0px 25px;
  }
}
/* line 786, ../scss/master.scss */
#about .titleModal, #intro .titleModal {
  margin-top: 4vh;
  font-size: 3em;
}
@media only screen and (max-width: 768px) {
  /* line 786, ../scss/master.scss */
  #about .titleModal, #intro .titleModal {
    margin-bottom: 0;
  }
}
/* line 794, ../scss/master.scss */
#about .companyBlock, #intro .companyBlock {
  margin-top: 20px;
  border-top: 1px solid #333333;
  padding-top: 20px;
  font-size: 12px;
  color: #CCCCCC;
}
/* line 802, ../scss/master.scss */
#about .companyBlock img, #intro .companyBlock img {
  display: block;
  margin: 5px auto;
  width: 100%;
  max-width: 180px;
}
/* line 809, ../scss/master.scss */
#about .companyBlock a, #about .companyBlock a:focus, #about .companyBlock a:hover, #about .companyBlock a:visited, #intro .companyBlock a, #intro .companyBlock a:focus, #intro .companyBlock a:hover, #intro .companyBlock a:visited {
  color: #70ced4;
}

/* line 815, ../scss/master.scss */
.content-landscape {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1024px) {
  /* line 825, ../scss/master.scss */
  #appContainer {
    color: white;
    text-align: center;
    position: absolute;
    width: 1024px;
    min-height: 100%;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1024px) and (min-width: 571px) {
  /* line 840, ../scss/master.scss */
  #appContainer {
    color: white;
    width: 100%;
    min-height: 100%;
  }

  /* line 846, ../scss/master.scss */
  #progressBar1, #progressBar2, #progressBar3 {
    margin: 30px 40px;
    width: 15%;
    height: 100%;
    padding: 0 10px;
  }
  /* line 852, ../scss/master.scss */
  #progressBar1 p, #progressBar2 p, #progressBar3 p {
    top: 115%;
  }
}
@media screen and (max-width: 570px) {
  /* line 860, ../scss/master.scss */
  #progressBar1, #progressBar2, #progressBar3 {
    margin: 30px 20px;
    width: 20%;
    height: 100%;
    padding: 0 10px;
  }
  /* line 867, ../scss/master.scss */
  #progressBar1 i, #progressBar2 i, #progressBar3 i {
    font-size: 25px;
  }
  /* line 871, ../scss/master.scss */
  #progressBar1 p, #progressBar2 p, #progressBar3 p {
    top: 115%;
  }

  /* line 876, ../scss/master.scss */
  #toggle-anime {
    width: 85%;
  }

  /* line 880, ../scss/master.scss */
  #appContainer {
    color: white;
    width: 100%;
    min-height: 100%;
  }

  /* line 887, ../scss/master.scss */
  #eventDesc .mapBlock {
    display: none;
  }
}
