html {
  overflow: hidden;
}

body {
  background: #84c9c2;
  overflow-x: hidden;
  overflow-y: hidden;
}

section {
  max-width: none;
  float: left;
}

#bgc00 {
  will-change: opacity;
  background-color: #84c9c2;
}

#bgc01 {
  will-change: opacity;
  background-color: #449644;
}

#bgc02 {
  will-change: opacity;
  background-color: #6772d3;
}

#bgcvan {
  will-change: opacity;
  background-color: #6bbbf7;
}

.bgc {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 0;
}

#about-container {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

#about {
  height: 200vh;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  transition: background 0.5s;
}
#about .intro {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 150px 0 75px 0;
}
#about .intro h1 {
  margin: 1rem 0;
}
#about .intro p {
  text-align: center;
}
#about #worldmap {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: calc(50vw - 525px);
  left: calc(50vw - 1050px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  z-index: 100 !important;
  width: 2414px;
  height: 1768px;
  width: 4828px;
  height: 3536px;
}
#about #closedBox {
  width: 2414px;
  height: 1768px;
  width: 4828px;
  height: 3536px;
  opacity: 1;
  display: block;
  position: absolute;
  left: calc(50vw - 525px);
  left: calc(50vw - 1050px);
  top: 0;
}
#about #map {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -100;
}
#about #map #boxTop, #about #map #world00, #about #map #world01, #about #map #world02 {
  will-change: transform, opacity;
  display: block;
  width: 2414px;
  height: 1768px;
  width: 4828px;
  height: 3536px;
  opacity: 0;
  position: absolute;
  left: calc(50vw - 525px);
  left: calc(50vw - 1050px);
  top: 0;
}
#about #map #boxTop {
  z-index: 100000 !important;
  pointer-events: none;
}
#about #map #vancouver {
  will-change: transform, opacity;
  display: block;
  width: 100vw;
  height: 100vh;
  position: relative;
  opacity: 0;
}
#about #map #vancouver .world1 {
  display: block;
  margin: 0 auto;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -45%, 0);
  position: absolute;
  margin: 0 auto;
}
#about #map #vancouver #cloud0 {
  left: 30%;
}
#about #map #vancouver #cloud1 {
  right: 30%;
}
#about #map #vancouver .cloud {
  min-width: 150px;
  width: 35vw;
  max-width: 600px;
  position: absolute;
  top: 30%;
  z-index: 100000;
}
#about #map #div-gol {
  will-change: opacity;
  width: 100vw;
  height: 100vh;
  background: #FFB100;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 10;
}
#about #map #div-gol #bit {
  display: none;
}
#about #map #div-gol canvas {
  width: 100%;
  height: 100%;
}
#about #walking-monkey {
  will-change: transform, opacity;
  z-index: 101;
  display: block;
  height: 100px;
  width: 100px;
  height: 200px;
  width: 200px;
  position: fixed;
  top: 0px;
  right: 0;
  left: calc(50% - 50px);
  left: calc(50% - 100px);
  cursor: pointer;
  opacity: 0;
}
#about #walking-monkey svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  width: 200px;
  opacity: 0;
}
#about #walking-monkey svg:first-child {
  opacity: 0;
}

.dialog {
  will-change: opacity;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  max-width: 500px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  padding: 1.5rem;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .dialog {
    max-width: 100%;
  }
}
.dialog .dialog-content {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  padding: 4rem 0;
}
.dialog .dialog-content img {
  width: 6rem;
  height: fit-content;
  margin: 0 1.6rem 0 0;
}
@media screen and (max-width: 460px) {
  .dialog .dialog-content img {
    position: relative;
  }
}
.dialog .dialog-content img.embracer-group {
  height: auto;
  margin: 1rem 0;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}
.dialog .dialog-content h2 {
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
}
.dialog .dialog-content p {
  font-size: 0.8rem;
  color: white;
}
.dialog .dialog-content ol {
  list-style: upper-roman;
  text-align: left;
  display: block;
  margin: 0.5rem 1rem;
}
.dialog .dialog-content ol li {
  padding-left: 1rem;
  margin-bottom: 0.25rem;
  color: white;
  font-size: 0.8rem;
}
.dialog .dialog-content a {
  pointer-events: all;
  font-size: 0.8rem;
  color: white;
  text-decoration: underline;
}
.dialog .dialog-content .dialog-content-images-wrapper {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#toc {
  transition: opacity 0.3s;
  opacity: 0;
  width: 100%;
  height: auto;
  position: fixed;
  top: calc(50% - 70px);
  left: 50px;
  list-style: none;
  z-index: 15;
  pointer-events: none;
}
#toc li {
  opacity: 0.5;
  transition: opacity 0.5s;
}
#toc li img {
  height: 14px;
  margin: 0 10px -2px 0;
}
#toc li:hover {
  opacity: 1 !important;
}
#toc li span {
  font-size: 0.5rem;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 870px) {
  #toc li span {
    display: none;
  }
}
#toc .sceneLabel {
  cursor: pointer;
}
@media screen and (max-width: 870px) {
  #toc {
    left: 30px;
  }
}

#joinus {
  width: 100vw;
  height: 280px;
  background: white;
  text-align: center;
  padding: 70px;
  line-height: 60px;
  position: relative;
  z-index: 200;
}

.press {
  width: 100vw;
  height: 160px;
  background: white;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 200;
}
.press img {
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  margin: 0 25px;
}
.press img:hover {
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
@media screen and (max-width: 870px) {
  .press {
    display: none;
  }
}

/*# sourceMappingURL=about.css.map */
