@font-face {
  font-family: "graphik_regular";
  src: url("./../assets/fonts/GraphikRegular.otf") format("OpenType");
}
body {
  background-color: #333;
  margin: 0;
  overflow: hidden;
  font-family: "graphik_regular";
}

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #204455;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#loading .logo {
  background-image: url(./img/logo_2.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  max-width: 328px;
  max-height: 65px;
  margin-bottom: 10px;
}
#loading .loading_progress {
  width: 70%;
  height: 2px;
  max-width: 328px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#loading .loading_progress .progress {
  background-color: #fff;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: width 1s;
}

#landing {
  position: absolute;
  width: 100%;
  height: 100%;
}
#landing .background {
  background-image: url(./img/landing_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 50%;
}
#landing .logo_1 {
  background-image: url(./img/logo_1.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 1%;
  width: 100%;
  height: 68%;
  max-width: 1000px;
  transform: translateX(-50%);
}
#landing .cont {
  background-color: #204455;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
}
#landing .cont .logo_2 {
  background-image: url(./img/logo_2.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 7%;
  width: 70%;
  height: 100%;
  max-width: 280px;
  max-height: 65px;
  transform: translateX(-50%);
}
#landing .cont .form {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#landing .cont .form .title {
  background-image: url(./img/title.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  max-width: 370px;
  max-height: 118px;
  margin-bottom: 15px;
}
#landing .cont .form .nameInput {
  width: 70%;
  height: 100%;
  max-width: 334px;
  max-height: 37px;
  border-radius: 5px;
  border: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #204455;
  margin-top: 20px;
}
#landing .cont .form .nameInput:focus {
  outline: none;
}
#landing .cont .form .nameInput::-webkit-input-placeholder {
  color: #204455;
}
#landing .cont .form .submitButton {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
  height: 100%;
  max-width: 334px;
  max-height: 37px;
  border-radius: 5px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border: solid 2px #9eaeb5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
  transition: font-size 0.3s, border 0.3s;
}
#landing .cont .form .submitButton:hover {
  font-size: 24px;
  border: solid 2px rgba(255, 255, 255, 0.2);
}

#experience {
  position: absolute;
  width: 100%;
  height: 100%;
}
#experience .background {
  background-image: url(./img/experience_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}
#experience .canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}
#experience .canvas canvas {
  width: 100% !important;
  height: 100% !important;
}
#experience .uiCont {
  pointer-events: none;
}
#experience .uiCont .muteButton {
  background-image: url(./img/mute_icon.png);
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 1000;
  pointer-events: all;
}
#experience .uiCont .muteButton.unmute {
  background-image: url(./img/unmute_icon.png);
}
#experience .uiCont .title {
  background-image: url(./img/experience_title.png);
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 10%;
  width: 100%;
  height: 50%;
  max-width: 856px;
  max-height: 73px;
  transform: translateX(-50%);
}
#experience .uiCont .unwrap_title1, #experience .uiCont .unwrap_title3, #experience .uiCont .unwrap_title2 {
  background-image: url(./img/title_1_click.png);
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 100%;
  height: 50%;
  max-width: 368px;
  max-height: 39px;
  transform: translateX(-50%);
}
#experience .uiCont .unwrap_title1.tap, #experience .uiCont .tap.unwrap_title3, #experience .uiCont .tap.unwrap_title2 {
  background-image: url(./img/title_1_tap.png);
}
#experience .uiCont .unwrap_title2 {
  background-image: url(./img/title_2_click_white.png);
}
#experience .uiCont .unwrap_title2.tap {
  background-image: url(./img/title_2_tap_white.png);
}
#experience .uiCont .unwrap_title3 {
  background-image: url(./img/title_3_click_white.png);
}
#experience .uiCont .unwrap_title3.tap {
  background-image: url(./img/title_3_tap_white.png);
}
#experience .uiCont .icon_360 {
  background-image: url(./img/360_icon.png);
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 30%;
  height: 30%;
  max-width: 82px;
  max-height: 45px;
  transform: translateX(-50%);
}/*# sourceMappingURL=style.css.map */