*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  margin: 0;
  background-color: #141414;
  overflow: hidden;
  overflow-x: none;
  overflow-y: none;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  height: calc(100vh - calc(100vh - 100%));
}

.backgroundContainer {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fullBrowser {
  position: absolute;
  top: 25%;
  left: 25%;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

canvas {
  top: 0;
  left: 0;
  position: absolute;
}

.hide {
  visibility: hidden;
}

.none {
  display: none;
}

.center {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - calc(100vh - 100%));
  width: 100vw;
}

.center2 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*transform: scale(.8);*/
}

.middle {
  top: 0;
  left: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  height: calc(100vh - calc(100vh - 100%));
}

.half {
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  height: calc(100vh - calc(100vh - 100%));
}

.loader {
  width: 6px;
  height: 0px;
  margin: 0px 14px 0px 0px;
  background-color: white;
  opacity: 1;
}

.global-wrapper {
  position: fixed;
  width: 100%;
  height: calc(100vh - calc(100vh - 100%));
}

header {
  position: fixed;
  width: auto;
  height: 60px;
  right: 0;
  pointer-events: none;
}

.logo {
  height: 20px;
  margin: 0;
}

#logo {
  padding: 20px;
  cursor: pointer;
  pointer-events: all;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#logo2 {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.menu {
  top: 0;
  left: 75%;
  width: 25%;
  height: calc(100vh - calc(100vh - 100%));
  background-color: black;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.menu-items {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px;
  -webkit-tap-highlight-color: transparent;
}

.menu-title {
  color: white;
  opacity: 0.6;
  font-size: 40px;
  letter-spacing: 0;
  margin: 0;
}

.menu-info {
  color: grey;
  font-size: 16px;
  letter-spacing: 1;
  margin: 0;
  margin-bottom: 10px;
}

.vertical-line {
  width: 1px;
  height: 65px;
  background-color: #1A99A1;
  -webkit-transform: translate(-10px, 12px);
          transform: translate(-10px, 12px);
  position: absolute;
}

.menu-secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.language__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .5;
  cursor: pointer;
}

.language__item::after {
  content: "  ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.language__item-selected {
  opacity: 1;
  cursor: default;
}

.language__item-selected::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.language__item:hover {
  opacity: 1;
}

.language__item:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.language__text {
  text-align: center;
  font-size: 0.5em;
  width: 1.75em;
  margin: 1.75em;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.15;
}

.social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.social__items {
  opacity: 0.5;
  cursor: pointer;
}

.social__items::after {
  content: "  ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.social__items:hover {
  opacity: 1;
}

.social__items:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.social__icons {
  position: relative;
  width: auto;
  height: 20px;
  margin: 20px;
}

.menu__config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .3;
}

.menu__config-icon {
  width: 24px;
  margin: 10px;
}

#slideContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - calc(100vh - 100%));
  margin: 0;
  pointer-events: none;
}

.slide {
  width: 6px;
  height: 180px;
  margin: 0px 14px 0px 0px;
  background-color: white;
  opacity: 0.5;
}

.slide-unselect {
  opacity: 0.5;
  height: 180px;
}

.big-letter {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - calc(100vh - 100%));
  width: 100%;
  opacity: 0.04;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}

.description {
  position: absolute;
  width: 100%;
  height: calc(100vh - calc(100vh - 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - calc(100vh - 100%));
  left: 25%;
  pointer-events: none;
}

.info-top, .info-bottom {
  width: 100%;
  height: 60px;
  background-color: white;
  border-radius: 0px 0px 14px 0px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  pointer-events: all;
  cursor: pointer;
}

.info-top h4, .info-bottom h4 {
  color: black;
}

.info-bottom {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  border-radius: 0px 14px 0px 0px;
}

.infoContainer {
  width: 100%;
  height: auto;
  position: absolute;
  top: calc(50% + 200px);
  left: 0;
  padding-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.infoContainer p {
  max-width: 40%;
}

.infoContainer-left {
  width: 25%;
  position: absolute;
  top: calc(50% + 90px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.infoContainer-left p {
  margin-left: 10px;
  margin-right: 10px;
  text-align: right;
}

.info {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.info-line {
  -webkit-transform-origin: center left;
          transform-origin: center left;
  background-color: white;
  width: 100%;
  height: 1px;
}

.circle {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid white;
  border-radius: 50%;
}

.dot {
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: white;
  border-radius: 50%;
}

.keyboard-back {
  position: absolute;
  height: 30px;
  width: 30px;
  border: 1px solid white;
  border-radius: 3px;
}

.keyboard-icon {
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 20px;
}

.button-close, .button-next {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 15px;
  left: 6px;
  pointer-events: all;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.line-close, .line-next {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: white;
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}

.button-next {
  position: absolute;
  height: 15px;
  top: 100%;
  left: 0px;
  -webkit-transform: translate(-60px, -50px);
          transform: translate(-60px, -50px);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.audio {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  padding: 20px;
  cursor: pointer;
  pointer-events: all;
  -webkit-tap-highlight-color: transparent;
}

.audio__icon, .audio__wave-icon, .audio__close-icon {
  height: 20px;
  width: auto;
}

.audio__wave {
  width: 16px;
  overflow: hidden;
  margin-left: 4px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.audio__close-icon {
  margin-left: 4px;
}

.line-next {
  width: 2px;
}

#nav {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100vh - calc(100vh - 100%));
}

#iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - calc(100vh - 100%));
  position: absolute;
  background-color: 0;
}

#description {
  margin-top: 440px;
  color: rgba(255, 255, 255, 0.5);
}

#big-text {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  font-size: 700px;
  margin: 0;
}

#left-title-wrapper {
  top: 143px;
  cursor: pointer;
}

#left-title {
  cursor: pointer;
}

#left-title-text {
  margin: 0px 6px 0px 0px;
}

#right-title-wrapper {
  top: 143px;
  cursor: pointer;
}

#right-title-text {
  margin: 0px 0px 0px 6px;
}

#line-section {
  width: calc(25% + 6px);
  height: 33.33vh;
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=style.css.map */