@charset "UTF-8";
.preloader-container-outer {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black; }

#preloader-container {
  position: absolute;
  width: 768px;
  height: 485px;
  left: -384px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto auto auto 50%;
  -webkit-transform: scale(0.3) translateX(0%);
      -ms-transform: scale(0.3) translateX(0%);
          transform: scale(0.3) translateX(0%);
  z-index: 1; }
  @media (min-width: 640px) {
    #preloader-container {
      -webkit-transform: scale(0.5) translateX(0%);
          -ms-transform: scale(0.5) translateX(0%);
              transform: scale(0.5) translateX(0%); } }
  @media (min-width: 1024px) {
    #preloader-container {
      -webkit-transform: scale(0.9) translateX(0%);
          -ms-transform: scale(0.9) translateX(0%);
              transform: scale(0.9) translateX(0%); } }
  #preloader-container canvas {
    position: absolute;
    background-color: transparent; }

.hidden {
  position: absolute;
  visibility: hidden; }

/** Generated by FG **/
@font-face {
  font-family: 'avantgarde-regular';
  src: url("fonts/avantgarde-regular.eot");
  src: local("☺"), url("../../fonts/avantgarde-regular.woff") format("woff"), url("../../fonts/avantgarde-regular.ttf") format("truetype"), url("../../fonts/avantgarde-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: 'avantgarde-regular', sans-serif;
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: 600; }

body {
  background: url(../img/loader.gif) no-repeat center center; }

a {
  color: #fff; }

canvas {
  /*width: 900px;
    height: 500px;
    border:1px solid red;
    */
  background-color: #000;
  margin: 0px auto 0 auto;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.site-wrapper {
  position: relative;
  height: 100%; }

.holder-main,
.holder-portrait {
  background-color: white; }
  html.portrait .holder-main {
    display: none; }
  .holder-main.hide canvas {
    opacity: 0.3; }

.holder-portrait {
  display: none; }
  html.portrait .holder-portrait {
    display: block; }

.holder-main,
.holder-portrait {
  width: 100%;
  height: 100%; }
  .holder-main img,
  .holder-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#mirror {
  display: none; }

.site-title {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }
  @media (min-width: 640px) {
    .site-title {
      top: 40px;
      left: 40px; } }

input {
  font-family: 'avantgarde-regular', sans-serif; }

form {
  position: relative; }
  form input.text {
    background: transparent;
    border: 0;
    color: white;
    outline: none;
    padding: 5px 3px;
    font-size: 110px;
    width: 100%;
    text-align: center; }
    html.mobile form input.text {
      font-size: 60px;
      width: 100%; }
  form input.button {
    border: 0;
    background: white;
    padding: 6px;
    display: none; }
  form span.touch {
    display: none; }
    html.touchevents form span.touch {
      display: block;
      position: absolute;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      width: 100%;
      text-align: center; }

#download {
  display: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -55px; }

#download,
#download:visited,
#download:active {
  color: #FFF;
  text-decoration: none; }

#download:hover {
  text-decoration: underline; }

.debugger-holder {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none; }

.debugger-holder .divider {
  height: 100%;
  float: left; }

.debugger-holder .divider:nth-child(odd) {
  background: green;
  opacity: 0.2; }

.debugger-holder .divider:nth-child(even) {
  background: blue;
  opacity: 0.2; }

a.info {
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: #FFF;
  opacity: 0;
  line-height: 1;
  text-decoration: none; }
  @media (min-width: 640px) {
    a.info {
      top: 40px;
      right: 40px; } }

.overlay {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: opacity .2s; }
  .overlay .inner {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%; }
    .overlay .inner > div {
      display: table-cell;
      vertical-align: middle; }

.overlay-preloader {
  z-index: 3;
  background-color: black; }
  .overlay-preloader div {
    position: relative; }
  .overlay-preloader p {
    font-size: 14px;
    line-height: 1.4; }
    .overlay-preloader p.intro-text {
      transition: opacity .3s;
      transition-delay: 1s; }
    .overlay-preloader p.start-typing {
      position: absolute;
      top: -1em;
      width: 100%;
      opacity: 0;
      background-color: black;
      font-size: 17px;
      margin: 0;
      -webkit-transform: translateY(70px);
          -ms-transform: translateY(70px);
              transform: translateY(70px); }
      @media (min-width: 640px) {
        .overlay-preloader p.start-typing {
          font-size: 30px; } }
      @media (min-width: 768px) {
        .overlay-preloader p.start-typing {
          font-size: 40px; } }
  .overlay-preloader .line-loader {
    width: 100px;
    height: 1px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    transition-delay: 0s; }
    .overlay-preloader .line-loader span {
      background-color: #FFF;
      position: absolute;
      height: 1px;
      width: 0;
      top: 0;
      left: 0;
      transition: width .2s; }
  .overlay-preloader img {
    opacity: 0.6;
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -300px;
    z-index: 0;
    -webkit-transform: rotateZ(40deg);
        -ms-transform: rotate(40deg);
            transform: rotateZ(40deg);
    transition: opacity .4s;
    transition-delay: 0s; }
  .overlay-preloader.show-next img {
    opacity: 0; }
  .overlay-preloader.show-next p.intro-text {
    opacity: 0; }
  html.touchevents .overlay-preloader.show-next p.start-typing .no-touch {
    display: none; }
  html.touchevents .overlay-preloader.show-next p.start-typing .touch {
    display: block; }
  html.no-touchevents .overlay-preloader.show-next p.start-typing .no-touch {
    display: block; }
  html.no-touchevents .overlay-preloader.show-next p.start-typing .touch {
    display: none; }
  .overlay-preloader.show-next .line-loader {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }

.overlay-typing {
  z-index: -1;
  display: block;
  background-color: rgba(0, 0, 0, 1); }
  html.touchevents .overlay-typing {
    opacity: 0; }
  .overlay-typing.show {
    z-index: 4; }
  .overlay-typing .warning {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: red;
    opacity: 0;
    pointer-events: none; }

.overlay-info {
  opacity: 0;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: hidden; }
  .overlay-info.show {
    top: 0; }
  .overlay-info h2 {
    width: 95%;
    text-align: left;
    display: inline-block;
    font-size: 18px; }
    .overlay-info h2 span {
      display: inline-block; }
    .overlay-info h2 span.title-2 {
      color: red; }
    .overlay-info h2 span.white {
      color: white; }
  .overlay-info p {
    width: 95%;
    text-align: left;
    display: inline-block;
    line-height: 1.7;
    color: #606060;
    font-size: 12px; }
  .overlay-info a {
    text-decoration: none;
    font-size: 11px; }
  @media (min-width: 640px) {
    .overlay-info h2 {
      width: 50%;
      font-size: 25px; }
    .overlay-info p {
      width: 50%;
      font-size: 14px; }
    .overlay-info a {
      font-size: 12px; } }

.sharing {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 3;
  text-align: right;
  padding-top: 20px;
  padding-left: 40px;
  font-size: 12px; }
  @media (min-width: 640px) {
    .sharing {
      bottom: 40px;
      right: 40px;
      font-size: 13px; } }
  .sharing ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    bottom: 40px;
    right: 0;
    opacity: 0; }
    .sharing ul li a {
      text-decoration: none;
      transition: color .3s; }
      .sharing ul li a:hover {
        color: red; }
    .sharing ul li.whatsapp {
      display: none; }
      .mobile .sharing ul li.whatsapp {
        display: inline-block; }

.ui-component {
  bottom: 0;
  display: none;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  font-size: 0px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%; }
  @media (min-width: 640px) {
    .ui-component {
      top: 0;
      bottom: auto;
      width: auto; } }
  .ui-component ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    font-size: 12px; }
    @media (min-width: 640px) {
      .ui-component ul {
        font-size: 16px; } }
    .ui-component ul li {
      float: left;
      position: relative; }
      .ui-component ul li a {
        padding: 36px 15px 15px 15px;
        text-decoration: none;
        display: inline-block;
        color: #606060;
        transition: color .3s; }
        .ui-component ul li a:hover {
          color: #FFF; }
    .ui-component ul li.typed {
      background: red;
      text-transform: capitalize; }
      .ui-component ul li.typed img {
        display: block;
        width: 12px;
        position: absolute;
        top: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .ui-component ul li.typed a {
        background: red;
        color: #FFF; }
