@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/Roboto/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/Roboto/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Light-webfont.svg#RobotoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/Roboto/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Bold-webfont.svg#RobotoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rasmus Regular';
  src: url('../fonts/Rasmus/rasmus-regular.woff2') format('woff2'), url('../fonts/Rasmus/rasmus-regular.woff') format('woff'), url('../fonts/Rasmus/rasmus-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rasmus Bold';
  src: url('../fonts/Rasmus/rasmus-bold.woff2') format('woff2'), url('../fonts/Rasmus/rasmus-bold.woff') format('woff'), url('../fonts/Rasmus/rasmus-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes pulse {
  from {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes pulse {
  from {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#loading .loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid #ffffff;
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  border-left: 6px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}
#loading .loader,
#loading .loader:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.facebook,
.twitter {
  position: absolute;
  display: inline-block;
  z-index: 100;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.facebook:hover,
.twitter:hover {
  opacity: 1;
}
.twitter {
  top: 16px;
  right: 15px;
  width: 22.5px;
  height: 15.75px;
  background: transparent url("../images/twitter.svg") no-repeat center center;
  background-size: contain;
}
.facebook {
  position: absolute;
  top: 15px;
  right: 50px;
  display: inline-block;
  width: 22.5px;
  height: 17.25px;
  background: transparent url("../images/facebook.svg") no-repeat center center;
  background-size: contain;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  user-select: none;
}
html,
body {
  background-color: #000;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  color: #FFF;
}
html a,
body a {
  color: #FFF;
  text-decoration: none;
}
a {
  outline: none;
}
p {
  white-space: normal;
}
#blink-slides .slide {
  background-color: #000;
}
#intro,
#experience-slides,
#blink-slides,
.fallback-slides,
#outro-slides,
#outro-end {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  z-index: 100;
}
#intro .slide,
#experience-slides .slide,
#blink-slides .slide,
.fallback-slides .slide,
#outro-slides .slide,
#outro-end .slide {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#intro .slide .image-wrapper,
#experience-slides .slide .image-wrapper,
#blink-slides .slide .image-wrapper,
.fallback-slides .slide .image-wrapper,
#outro-slides .slide .image-wrapper,
#outro-end .slide .image-wrapper {
  display: block;
  text-align: center;
}
#intro .slide .image,
#experience-slides .slide .image,
#blink-slides .slide .image,
.fallback-slides .slide .image,
#outro-slides .slide .image,
#outro-end .slide .image {
  height: auto;
  max-height: 200px;
  max-width: 50%;
  padding-bottom: 100px;
}
#intro .group-center,
#experience-slides .group-center,
#blink-slides .group-center,
.fallback-slides .group-center,
#outro-slides .group-center,
#outro-end .group-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#intro .group-bottom,
#experience-slides .group-bottom,
#blink-slides .group-bottom,
.fallback-slides .group-bottom,
#outro-slides .group-bottom,
#outro-end .group-bottom {
  left: 50%;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
#intro .group-bottom,
#experience-slides .group-bottom,
#blink-slides .group-bottom,
.fallback-slides .group-bottom,
#outro-slides .group-bottom,
#outro-end .group-bottom,
#intro .group-center,
#experience-slides .group-center,
#blink-slides .group-center,
.fallback-slides .group-center,
#outro-slides .group-center,
#outro-end .group-center {
  position: absolute;
  text-align: center;
  width: 90%;
  z-index: 1;
}
#intro .group-bottom h1,
#experience-slides .group-bottom h1,
#blink-slides .group-bottom h1,
.fallback-slides .group-bottom h1,
#outro-slides .group-bottom h1,
#outro-end .group-bottom h1,
#intro .group-center h1,
#experience-slides .group-center h1,
#blink-slides .group-center h1,
.fallback-slides .group-center h1,
#outro-slides .group-center h1,
#outro-end .group-center h1 {
  font-size: 100px;
  font-family: "Rasmus Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 110px;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  #intro .group-bottom h1,
  #experience-slides .group-bottom h1,
  #blink-slides .group-bottom h1,
  .fallback-slides .group-bottom h1,
  #outro-slides .group-bottom h1,
  #outro-end .group-bottom h1,
  #intro .group-center h1,
  #experience-slides .group-center h1,
  #blink-slides .group-center h1,
  .fallback-slides .group-center h1,
  #outro-slides .group-center h1,
  #outro-end .group-center h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
#intro .group-bottom h2,
#experience-slides .group-bottom h2,
#blink-slides .group-bottom h2,
.fallback-slides .group-bottom h2,
#outro-slides .group-bottom h2,
#outro-end .group-bottom h2,
#intro .group-center h2,
#experience-slides .group-center h2,
#blink-slides .group-center h2,
.fallback-slides .group-center h2,
#outro-slides .group-center h2,
#outro-end .group-center h2 {
  font-size: 60px;
  font-family: "Rasmus Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 70px;
  margin: 20px 0 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  #intro .group-bottom h2,
  #experience-slides .group-bottom h2,
  #blink-slides .group-bottom h2,
  .fallback-slides .group-bottom h2,
  #outro-slides .group-bottom h2,
  #outro-end .group-bottom h2,
  #intro .group-center h2,
  #experience-slides .group-center h2,
  #blink-slides .group-center h2,
  .fallback-slides .group-center h2,
  #outro-slides .group-center h2,
  #outro-end .group-center h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
#intro .group-bottom h3,
#experience-slides .group-bottom h3,
#blink-slides .group-bottom h3,
.fallback-slides .group-bottom h3,
#outro-slides .group-bottom h3,
#outro-end .group-bottom h3,
#intro .group-center h3,
#experience-slides .group-center h3,
#blink-slides .group-center h3,
.fallback-slides .group-center h3,
#outro-slides .group-center h3,
#outro-end .group-center h3 {
  font-size: 18px;
  font-family: "Rasmus Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  #intro .group-bottom h3,
  #experience-slides .group-bottom h3,
  #blink-slides .group-bottom h3,
  .fallback-slides .group-bottom h3,
  #outro-slides .group-bottom h3,
  #outro-end .group-bottom h3,
  #intro .group-center h3,
  #experience-slides .group-center h3,
  #blink-slides .group-center h3,
  .fallback-slides .group-center h3,
  #outro-slides .group-center h3,
  #outro-end .group-center h3 {
    font-size: 14px;
  }
}
#intro .group-bottom span,
#experience-slides .group-bottom span,
#blink-slides .group-bottom span,
.fallback-slides .group-bottom span,
#outro-slides .group-bottom span,
#outro-end .group-bottom span,
#intro .group-center span,
#experience-slides .group-center span,
#blink-slides .group-center span,
.fallback-slides .group-center span,
#outro-slides .group-center span,
#outro-end .group-center span {
  font-size: 30px;
  font-family: "Rasmus Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 30px;
  letter-spacing: 0.05em;
}
#intro .group-bottom a,
#experience-slides .group-bottom a,
#blink-slides .group-bottom a,
.fallback-slides .group-bottom a,
#outro-slides .group-bottom a,
#outro-end .group-bottom a,
#intro .group-center a,
#experience-slides .group-center a,
#blink-slides .group-center a,
.fallback-slides .group-center a,
#outro-slides .group-center a,
#outro-end .group-center a {
  text-decoration: none;
  display: inline-block;
  width: 300px;
  margin: 10px 0px;
  letter-spacing: 0.05em;
}
#main {
  width: 100%;
  height: 100%;
  position: relative;
}
#main #intro .slide.slide-1 .group-center h2 {
  font-size: 60px;
  font-family: "Rasmus Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 70px;
  margin: 20px 0 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  #main #intro .slide.slide-1 .group-center h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
#main #intro .slide.slide-2 h2.title-right {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
#main #intro .slide.slide-2 .group-bottom h2 {
  font-size: 50px;
  line-height: 65px;
}
@media (max-width: 1200px) {
  #main #intro .slide.slide-2 .group-bottom h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
#main #intro .slide.slide-3 .group-center {
  display: none;
  width: 600px;
  top: 60%;
}
#main #intro .slide.slide-3 .group-center h2 {
  font-size: 30px;
  font-family: "Rasmus Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 30px;
  margin: 20px 0 10px;
  letter-spacing: 0.05em;
}
#main #intro .slide.slide-3 .img.computer-screen {
  display: none;
}
#main #intro .slide.slide-3.webcam-available .group-center.webcam {
  display: block;
}
#main #intro .slide.slide-3.webcam-unavailable .group-center.no-webcam,
#main #intro .slide.slide-3.webcam-unavailable img.computer-screen {
  display: block;
}
#main #intro .slide img.computer-screen {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 65%;
  width: auto;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 0;
}
#main #intro .face-animation .image {
  padding: 20px 0px;
  max-height: 300px;
}
#main #intro .face-animation .face-1 {
  position: absolute;
  z-index: 5;
}
#main #intro .face-animation .face-2 {
  position: absolute;
  z-index: 4;
}
#main #intro .face-animation .face-3 {
  position: relative;
  z-index: 3;
}
#main #experience-slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#main #experience-slides .slide-4 {
  font-size: 0;
}
#main #experience-slides .slide-4 .group-center {
  width: 100%;
}
#main #experience-slides .slide-4 .group-center .person {
  display: inline-block;
  width: 25%;
}
#main #fallback-mobile .slide-2 .group-center,
#main #fallback-not-supported .slide-2 .group-center {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
#main #blink-slides .blink-animation {
  margin-bottom: 100px;
  position: relative;
}
#main #blink-slides .blink-animation .image {
  width: 40%;
  max-width: 640px;
}
#main #blink-slides .blink-animation .blink-2,
#main #blink-slides .blink-animation .blink-3 {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
#main #blink-slides .blink-animation .blink-1 {
  z-index: 5;
  opacity: 0;
}
#main #blink-slides .blink-animation .blink-2 {
  z-index: 4;
  opacity: 0;
}
#main #blink-slides .blink-animation .blink-3 {
  z-index: 4;
  margin-top: 0px;
  opacity: 0;
  top: auto;
  bottom: 0;
}
#main #experience {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#main #experience #container {
  width: 100%;
  height: 100%;
  position: relative;
}
#main #experience #container canvas {
  width: 100%;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#main #outro {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
}
#main #outro .slide-1 {
  font-size: 0;
}
#main #outro .slide-1 .group-center {
  width: 100%;
}
#main #outro .slide-1 .group-center .person {
  display: inline-block;
  width: 25%;
}
#main #outro .credits {
  position: absolute;
  top: 105%;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
#main #outro .credits .person {
  margin-bottom: 60px;
}
#main #outro .credits .person .title {
  font-family: "Rasmus Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 28px;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
#main #outro .credits .person .name {
  font-family: "Rasmus Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 60px;
}
#main #outro #outro-end .slide {
  visibility: visible;
  opacity: 1;
}
#main #outro #outro-end .group-center h2 {
  font-size: 40px;
}
#main #outro #outro-end .group-center .facebook,
#main #outro #outro-end .group-center .twitter {
  position: static;
  width: 40px;
  height: 40px;
  margin: 10px;
}
#main #outro #outro-end .group-center .twitter {
  height: 37px;
}
#main #outro img.producers {
  width: 80%;
  max-width: 500px;
}
#main #outro img.muchFACT {
  width: 80%;
  max-width: 300px;
}
#main #loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#main .state {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  background: #000;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
#main .state.shown {
  opacity: 1;
  visibility: visible;
  z-index: 10 !important;
  pointer-events: auto;
}
#fallback-not-supported,
#fallback-mobile,
#warning-tracking-lost {
  background-color: #000;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  color: #fff;
  font-size: 20px;
}
#fallback-not-supported .btn-start,
#fallback-mobile .btn-start,
#warning-tracking-lost .btn-start {
  margin-top: 30px;
}
#fallback-not-supported .group-center a.outline-button,
#fallback-mobile .group-center a.outline-button {
  height: auto;
  line-height: 28px;
  padding: 10px 10px;
}
#pan-cursor {
  position: absolute;
  background-color: cornsilk;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
#camera-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
}
#face-icon {
  position: absolute;
  left: 50px;
  top: 20px;
  width: 48px;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#face-icon.active {
  opacity: 1;
}
#face-icon img {
  height: auto;
  width: 100%;
}
#blink-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.outline-button {
  border: 2px solid #fff;
  background-color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  text-transform: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: "Rasmus Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  max-width: 90%;
  width: 300px;
  box-sizing: border-box;
  padding: 0px 10px;
  letter-spacing: 0.05em;
}
.outline-button:hover {
  color: #FFF;
  background-color: #000;
}
#playbar-holder {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 95vw;
  margin: 0 auto;
  height: 20px;
  z-index: 100;
  display: none;
}
#playbar-holder:hover #playbar {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
#playbar-holder #playbar {
  position: absolute;
  width: calc(100% -  40px);
  height: 20px;
  box-sizing: border-box;
  overflow: visible;
  cursor: pointer;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0.5;
  -webkit-transform: scale(1, 0.75);
  -moz-transform: scale(1, 0.75);
  -ms-transform: scale(1, 0.75);
  -o-transform: scale(1, 0.75);
  transform: scale(1, 0.75);
  -webkit-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
}
#playbar-holder #playbar .playbar-cursor-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 8px;
  clip: rect(0px, 0px, 8px, 0px);
  z-index: 1;
}
#playbar-holder #playbar .playbar-cursor-container .playbar-cursor {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  box-sizing: border-box;
}
#playbar-holder #playbar .playbar-cursor-container .playbar-cursor.part-1 {
  left: 0;
  width: 58.92857143%;
  background: #fff;
}
#playbar-holder #playbar .playbar-cursor-container .playbar-cursor.part-2 {
  left: 58.92857143%;
  width: 41.07142857%;
  background: #000;
  border-left: 2px solid #fff;
}
#playbar-holder #playbar .playbar-background-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 8px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 0;
}
#playbar-holder #playbar .playbar-background-container .playbar-background {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  box-sizing: border-box;
}
#playbar-holder #playbar .playbar-background-container .playbar-background.part-1 {
  left: 0;
  width: 58.92857143%;
  background: #000;
}
#playbar-holder #playbar .playbar-background-container .playbar-background.part-2 {
  left: 58.92857143%;
  width: 41.07142857%;
  background: #fff;
  border-left: 2px solid #fff;
}
#playbar-holder #playbar .playbar-background-container .playbar-background.part-2 span.border {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  width: 2px;
  height: 20px;
  background: #fff;
  display: block;
}
#playbar-holder #fullscreen {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #000 url("../images/fullscreen.svg") no-repeat center center;
  position: absolute;
  right: 0;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#playbar-holder #fullscreen:hover {
  opacity: 1;
}
#main.inverted #intro,
#main.inverted #blink-slides .slide {
  background-color: white;
}
#main.inverted #intro h2,
#main.inverted #blink-slides .slide h2 {
  color: #000;
}
#main.inverted .svg.replaced-svg path {
  stroke: #000;
}
#main.inverted .svg.replaced-svg ellipse.cls-1,
#main.inverted .svg.replaced-svg ellipse.st0,
#main.inverted .svg.replaced-svg circle.st1 {
  fill: #FFF;
  stroke: #000;
}
#main.inverted .svg.replaced-svg circle.cls-2 {
  stroke: #000;
}
#main .svg.replaced-svg ellipse.cls-1 {
  fill: #000;
}
.fwa-ribbon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 118px;
  height: 118px;
  z-index: 99;
}
