.topBar .logo {
  position: absolute;
  top: 40px;
  text-align: center;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.63;
  letter-spacing: 2.67px;
  text-align: center;
  pointer-events: none;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }

#handVisuals {
  position: absolute; }

#DOMCursorDragline {
  position: absolute;
  z-index: 5;
  color: #ffffff;
  height: 40px;
  width: 100vw;
  left: 0vw;
  bottom: -30px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.3); }
  #DOMCursorDragline .percentageBar {
    position: absolute;
    width: 10px;
    height: 40px;
    left: 0px;
    background-color: #ffffff; }
  #DOMCursorDragline .circle {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 0%;
    top: -8px;
    border: 1px solid #ffffff;
    background-color: #ffffff; }
  #DOMCursorDragline .lineContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75vw; }
    #DOMCursorDragline .lineContainer .line {
      margin-top: 15px;
      display: block;
      width: 75vw;
      border-top: dotted 1px #ffffff;
      height: 1px; }

#DOMCursor {
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  height: 50px;
  width: 50px; }
  #DOMCursor .allCircles {
    height: 50px;
    width: 50px; }
  #DOMCursor .borderRing {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px #ffffff dotted;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: block; }
  #DOMCursor .textInRing {
    position: absolute;
    top: 0px;
    font-size: 24px;
    width: 50px;
    text-align: center;
    margin-top: 8px;
    opacity: 0; }
  #DOMCursor .textUnderRing {
    font-size: 14px;
    width: 150px;
    margin-left: -50px;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    background-color: #3b76e8;
    border-radius: 8px;
    padding: 5px; }
  #DOMCursor .leftSideRing {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0px;
    left: -75px;
    margin-top: -15px; }
    #DOMCursor .leftSideRing svg {
      margin-top: -50px;
      margin-left: -50px;
      stroke: white;
      fill: white; }
  #DOMCursor .rightSideRing {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0px;
    left: 70px;
    margin-top: -15px; }
    #DOMCursor .rightSideRing svg {
      margin-top: -50px;
      margin-left: -50px;
      stroke: white;
      fill: white; }
  #DOMCursor .innerRing {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: white; }

#SupportedBy {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.43; }
  #SupportedBy .text {
    opacity: 0.5; }
  #SupportedBy a:link {
    pointer-events: all;
    text-decoration: none;
    opacity: 1; }

#UsageFeedback .feedback {
  position: absolute;
  top: 40px;
  left: calc(50% - 150px);
  background-color: #3b76e8;
  border-radius: 20px;
  width: 330px;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  z-index: 1999;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px); }

#videoContainer {
  pointer-events: none;
  position: absolute; }
  #videoContainer video {
    top: 0px;
    position: absolute;
    z-index: 1000;
    display: none; }
  #videoContainer #output {
    position: absolute;
    display: none; }
  #videoContainer #zoomedAreaCanvas {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px; }

#backToDemos {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #backToDemos video {
    border-radius: 50px;
    border: #2b2b2b solid 1px;
    margin-right: 20px; }
  #backToDemos .text {
    margin-top: 17px;
    font-size: 14px;
    width: 180px; }

#ActiveStateController-inactive {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: 300;
  text-align: center;
  pointer-events: none;
  z-index: 2000; }
  #ActiveStateController-inactive .content {
    position: absolute;
    width: 600px;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(50% - 300px);
    background: black; }

#ActiveStateController-inactive b {
  font-weight: 400; }

html,
body {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }

text {
  font-family: "Poppins", sans-serif; }

body {
  overflow-x: hidden;
  background-color: #000000;
  color: #ffffff; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a,
a:visited,
a:active,
a:hover {
  color: inherit;
  text-decoration: underline; }

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,
sub,
sup,
tt,
var,
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; }

#ViewContainer {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

#TemplateLayer {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  min-height: 100vh; }

#mobileOnly {
  display: none;
  position: absolute;
  font-size: 15px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: black; }
  #mobileOnly .videoContainer video {
    width: 100%; }
  #mobileOnly .innerContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1440px; }
    #mobileOnly .innerContent .logo {
      width: 300px; }
    #mobileOnly .innerContent .info {
      margin-top: 50px; }

#iosSafariOnly {
  display: none;
  position: absolute;
  font-size: 15px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: black;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #iosSafariOnly .info {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin: 0 auto; }

#portraitOnly {
  display: none;
  position: absolute;
  font-size: 15px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  background-color: black; }
  #portraitOnly .innerContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 100px); }
    #portraitOnly .innerContent .graphics {
      width: 160px;
      margin: 0 auto 30px auto;
      -webkit-transform: rotate(91deg);
      transform: rotate(91deg); }
    #portraitOnly .innerContent .info {
      margin-top: 0px; }

@media screen and (min-width: 320px) and (max-width: 896px) and (orientation: landscape) {
  #portraitOnly {
    display: block; } }

#Preloader {
  position: absolute;
  width: 100%;
  height: 100%; }
  #Preloader .home {
    opacity: 0;
    width: 100%;
    height: 100%; }
    #Preloader .home .instructionText {
      font-size: 30px;
      position: absolute;
      top: 50vh;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      #Preloader .home .instructionText .line1 {
        color: #ffffff;
        font-size: 60px;
        line-height: 1.17;
        max-width: 600px;
        margin: 0 auto; }
      #Preloader .home .instructionText .line2 {
        color: #cccccc;
        font-size: 40px;
        line-height: 1.17;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px; }
      #Preloader .home .instructionText .line3 {
        opacity: 0.65;
        font-size: 18px;
        line-height: 1.56;
        max-width: 550px;
        margin: 26px auto 0 auto; }
      #Preloader .home .instructionText .allowWebcamButton {
        font-size: 16px;
        width: 184px;
        height: 50px;
        border-radius: 30px;
        background-color: #3b76e8;
        margin: 51px auto 0 auto;
        line-height: 3.3;
        cursor: pointer;
        pointer-events: all; }
    #Preloader .home .bottomText {
      position: absolute;
      bottom: 40px;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      font-size: 14px;
      opacity: 0.3;
      line-height: 1.43; }
  #Preloader .preloader {
    visibility: hidden; }
    #Preloader .preloader .loaderImage {
      border-radius: 8px;
      font-size: 30px;
      position: absolute;
      width: 312px;
      height: 208px;
      overflow: hidden;
      top: 50vh;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
    #Preloader .preloader .loaderText {
      position: absolute;
      top: calc(50vh + 150px);
      left: calc(50vw - 300px);
      width: 600px;
      margin: 0 auto;
      text-align: center; }
      #Preloader .preloader .loaderText .loading {
        font-size: 18px;
        line-height: 1.04;
        opacity: 0.5;
        margin-bottom: 20px; }
      #Preloader .preloader .loaderText .hint {
        font-size: 24px;
        line-height: 1.34; }

.TouchCardContainer {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
  will-change: transform; }
  .TouchCardContainer .TouchCard {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

.TouchCard {
  position: relative;
  width: 350px;
  height: 350px;
  font-weight: normal; }
  .TouchCard .background {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4.9px;
    border: solid 2px #2b2b2b;
    background-color: rgba(0, 0, 0, 0.5); }
  .TouchCard .cardContent {
    position: absolute;
    width: 100%;
    padding: 20px 20px 20px 20px; }
    .TouchCard .cardContent .headerContainer {
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .TouchCard .cardContent .imageContainer {
      pointer-events: none;
      margin-top: 10px;
      margin-bottom: 10px; }
    .TouchCard .cardContent .descriptionContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .TouchCard .cardContent .descriptionContainer .description {
        font-size: 20px;
        line-height: 1.3; }
      .TouchCard .cardContent .descriptionContainer .arrowRight {
        line-height: 1.3;
        font-size: 16px;
        margin-top: auto; }
  .TouchCard .line {
    position: absolute;
    width: 0%;
    height: 11px;
    top: calc(350px - 13px);
    background-color: #3b76e8; }

.TouchCard.back {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
  max-width: 200px; }

.view {
  width: 100%; }

.DrawingView {
  position: fixed;
  height: 100vh; }
  .DrawingView .introScreen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .DrawingView .introScreen .description {
      width: 900px;
      text-align: center; }
      .DrawingView .introScreen .description .header {
        text-align: center;
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px; }
      .DrawingView .introScreen .description .textContent {
        text-align: center;
        width: 420px;
        margin: 0 auto;
        margin-top: 37px; }
        .DrawingView .introScreen .description .textContent .scenario {
          width: 420px;
          margin-bottom: 30px; }
        .DrawingView .introScreen .description .textContent .howTo {
          width: 420px;
          margin-bottom: 0px; }
        .DrawingView .introScreen .description .textContent .smallHeader {
          font-size: 26px;
          margin-bottom: -5px; }
        .DrawingView .introScreen .description .textContent .body {
          font-size: 20px;
          opacity: 0.5;
          line-height: 1.63; }
    .DrawingView .introScreen .TouchCardContainer .TouchCard {
      margin-top: 80px;
      margin-left: 150px;
      width: 538px;
      height: 130px; }
      .DrawingView .introScreen .TouchCardContainer .TouchCard .background {
        width: 538px;
        height: 130px;
        border-radius: 5px; }
        .DrawingView .introScreen .TouchCardContainer .TouchCard .background .line {
          top: calc(130px - 13px); }
      .DrawingView .introScreen .TouchCardContainer .TouchCard .cardContent .startDemo {
        margin-top: 30px;
        margin-left: 40px;
        font-size: 24px; }
      .DrawingView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer {
        position: absolute;
        top: -20px;
        right: -10px; }
        .DrawingView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer svg {
          -webkit-transform: scale(0.2);
          transform: scale(0.2); }
  .DrawingView .demoScreen {
    visibility: hidden;
    display: none; }
    .DrawingView .demoScreen .finterTip {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: red;
      opacity: 1;
      border-radius: 50%;
      border: 3px solid white;
      margin-left: -10px;
      margin-right: -10px; }
    .DrawingView .demoScreen #fingerTips {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
      .DrawingView .demoScreen #fingerTips #finger_thumb {
        display: none; }
      .DrawingView .demoScreen #fingerTips #finger_index {
        background-color: #3b76e8; }
    .DrawingView .demoScreen .TouchCardContainer {
      z-index: 10;
      position: absolute;
      top: calc(50vh - 300px);
      right: 20px; }
      .DrawingView .demoScreen .TouchCardContainer .TouchCard {
        width: 200px;
        height: 200px; }
        .DrawingView .demoScreen .TouchCardContainer .TouchCard .blue {
          background-color: #3b76e8;
          margin: 20px;
          width: 160px;
          height: 160px; }
        .DrawingView .demoScreen .TouchCardContainer .TouchCard .gold {
          background-color: #ddc676;
          margin: 20px;
          width: 160px;
          height: 160px; }
        .DrawingView .demoScreen .TouchCardContainer .TouchCard .line {
          top: calc(200px - 13px); }
        .DrawingView .demoScreen .TouchCardContainer .TouchCard img {
          margin-top: 40px;
          margin-left: 60px; }

.ElevatorView {
  position: fixed;
  height: 100vh; }
  .ElevatorView .introScreen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .ElevatorView .introScreen .description {
      width: 900px;
      text-align: center; }
      .ElevatorView .introScreen .description .header {
        text-align: center;
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px; }
      .ElevatorView .introScreen .description .textContent {
        text-align: center;
        width: 420px;
        margin: 0 auto;
        margin-top: 37px; }
        .ElevatorView .introScreen .description .textContent .scenario {
          width: 420px;
          margin-bottom: 30px; }
        .ElevatorView .introScreen .description .textContent .howTo {
          width: 420px;
          margin-bottom: 0px; }
        .ElevatorView .introScreen .description .textContent .smallHeader {
          font-size: 26px;
          margin-bottom: -5px; }
        .ElevatorView .introScreen .description .textContent .body {
          font-size: 20px;
          opacity: 0.5;
          line-height: 1.63; }
    .ElevatorView .introScreen .TouchCardContainer .TouchCard {
      margin-top: 80px;
      margin-left: 150px;
      width: 538px;
      height: 130px; }
      .ElevatorView .introScreen .TouchCardContainer .TouchCard .background {
        width: 538px;
        height: 130px;
        border-radius: 5px; }
        .ElevatorView .introScreen .TouchCardContainer .TouchCard .background .line {
          top: calc(130px - 13px); }
      .ElevatorView .introScreen .TouchCardContainer .TouchCard .cardContent .startDemo {
        margin-top: 30px;
        margin-left: 40px;
        font-size: 24px; }
      .ElevatorView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer {
        position: absolute;
        top: -20px;
        right: -10px; }
        .ElevatorView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer svg {
          -webkit-transform: scale(0.2);
          transform: scale(0.2); }
  .ElevatorView .demoScreen {
    display: none;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: calc(75px); }
    .ElevatorView .demoScreen .numberContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: absolute;
      right: 20px;
      max-width: 50vw;
      margin-top: 15vh; }
      .ElevatorView .demoScreen .numberContainer .TouchCardContainer .TouchCard {
        width: 20vw;
        height: 20vh;
        margin-top: 20px;
        margin-right: 20px; }
        .ElevatorView .demoScreen .numberContainer .TouchCardContainer .TouchCard .line {
          top: calc(20vh - 13px); }
        .ElevatorView .demoScreen .numberContainer .TouchCardContainer .TouchCard .cardContent {
          font-size: 90px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: center; }
    .ElevatorView .demoScreen .currentFloor {
      position: absolute;
      margin-left: 10vw;
      left: 0px;
      top: calc(50vh - 95px);
      width: 50vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ElevatorView .demoScreen .currentFloor .arrow {
        margin-right: 30px; }
      .ElevatorView .demoScreen .currentFloor .floorContainer {
        width: 160px;
        height: 205px;
        overflow: hidden;
        text-align: center; }
        .ElevatorView .demoScreen .currentFloor .floorContainer .floors {
          margin-top: 0px;
          font-size: 260px;
          font-weight: bold;
          line-height: 0.85; }
  .ElevatorView .endScreen {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .ElevatorView .endScreen .headline {
      font-size: 50px; }

.GestureView {
  position: fixed;
  height: 100vh; }
  .GestureView .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    text-align: center; }
    .GestureView .intro .imageContainer video {
      border-radius: 10px; }
    .GestureView .intro .description {
      margin-top: 37px; }
      .GestureView .intro .description strong {
        opacity: 1;
        font-weight: bold;
        color: white; }
      .GestureView .intro .description .header {
        font-size: 50px;
        line-height: 1.12; }
      .GestureView .intro .description .body {
        margin-top: 15px;
        font-size: 18px;
        line-height: 1.5;
        color: #aaaaaa; }
    .GestureView .intro .startButton {
      margin-top: 28px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      border: solid 1px #b2b2b2;
      padding: 15px 44px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 45px; }
  .GestureView #handCircle {
    /* opacity: 0;*/
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    margin-left: -200px;
    margin-top: -200px;
    position: absolute; }
  .GestureView .progress-ring__circle {
    /*axis compensation*/
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

.HowWasYourExperienceView {
  position: fixed;
  height: 100vh; }
  .HowWasYourExperienceView .introScreen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .HowWasYourExperienceView .introScreen .description {
      width: 900px;
      text-align: center; }
      .HowWasYourExperienceView .introScreen .description .header {
        text-align: center;
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px; }
      .HowWasYourExperienceView .introScreen .description .textContent {
        text-align: center;
        width: 420px;
        margin: 0 auto;
        margin-top: 37px; }
        .HowWasYourExperienceView .introScreen .description .textContent .scenario {
          width: 420px;
          margin-bottom: 30px; }
        .HowWasYourExperienceView .introScreen .description .textContent .howTo {
          width: 420px;
          margin-bottom: 0px; }
        .HowWasYourExperienceView .introScreen .description .textContent .smallHeader {
          font-size: 26px;
          margin-bottom: -5px; }
        .HowWasYourExperienceView .introScreen .description .textContent .body {
          font-size: 20px;
          opacity: 0.5;
          line-height: 1.63; }
    .HowWasYourExperienceView .introScreen .TouchCardContainer .TouchCard {
      margin-top: 80px;
      margin-left: 150px;
      width: 538px;
      height: 130px; }
      .HowWasYourExperienceView .introScreen .TouchCardContainer .TouchCard .background {
        width: 538px;
        height: 130px;
        border-radius: 5px; }
        .HowWasYourExperienceView .introScreen .TouchCardContainer .TouchCard .background .line {
          top: calc(130px - 13px); }
      .HowWasYourExperienceView .introScreen .TouchCardContainer .TouchCard .cardContent .startDemo {
        margin-top: 30px;
        margin-left: 40px;
        font-size: 24px; }
      .HowWasYourExperienceView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer {
        position: absolute;
        top: -20px;
        right: -10px; }
        .HowWasYourExperienceView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer svg {
          -webkit-transform: scale(0.2);
          transform: scale(0.2); }
  .HowWasYourExperienceView .demoScreen {
    display: none; }
    .HowWasYourExperienceView .demoScreen .smileyContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      margin-left: 4vw;
      top: calc(50% - 175px); }
      .HowWasYourExperienceView .demoScreen .smileyContainer .TouchCardContainer .TouchCard {
        width: 20vw;
        height: 20vw;
        margin-right: 4vw; }
        .HowWasYourExperienceView .demoScreen .smileyContainer .TouchCardContainer .TouchCard .background .line {
          top: calc(20vw - 13px); }
        .HowWasYourExperienceView .demoScreen .smileyContainer .TouchCardContainer .TouchCard .imageContainer {
          margin-left: 0px;
          margin-top: 0px;
          margin-bottom: 0px; }
          .HowWasYourExperienceView .demoScreen .smileyContainer .TouchCardContainer .TouchCard .imageContainer svg {
            width: 100%;
            height: 100%; }
  .HowWasYourExperienceView .endScreen {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .HowWasYourExperienceView .endScreen .headline {
      font-size: 50px; }

.MainView {
  position: absolute;
  height: 100%; }
  .MainView .experimentContainer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: calc(50% - 175px);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .MainView .experimentContainer .introText {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 60px;
      margin-top: 60px;
      width: 100vw;
      font-size: 100px;
      line-height: 1; }
      .MainView .experimentContainer .introText .text {
        width: 800px; }
        .MainView .experimentContainer .introText .text .gray {
          color: #747474; }
      .MainView .experimentContainer .introText .arrow {
        width: 200px;
        -webkit-transform: scaleY(0.5) scaleX(-0.5);
        transform: scaleY(0.5) scaleX(-0.5);
        margin-top: -75px; }
  .MainView .firstCard {
    margin-left: calc(25vw - 235px); }
  .MainView .TouchCardContainer {
    margin-right: calc(50vw - 350px); }
  .MainView .lastCard {
    margin-right: calc(50vw - 175px); }

.RestaurantOrderingView {
  position: fixed;
  height: 100vh; }
  .RestaurantOrderingView .introScreen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .RestaurantOrderingView .introScreen .description {
      width: 900px;
      text-align: center; }
      .RestaurantOrderingView .introScreen .description .header {
        text-align: center;
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px; }
      .RestaurantOrderingView .introScreen .description .textContent {
        text-align: center;
        width: 420px;
        margin: 0 auto;
        margin-top: 37px; }
        .RestaurantOrderingView .introScreen .description .textContent .scenario {
          width: 420px;
          margin-bottom: 30px; }
        .RestaurantOrderingView .introScreen .description .textContent .howTo {
          width: 420px;
          margin-bottom: 0px; }
        .RestaurantOrderingView .introScreen .description .textContent .smallHeader {
          font-size: 26px;
          margin-bottom: -5px; }
        .RestaurantOrderingView .introScreen .description .textContent .body {
          font-size: 20px;
          opacity: 0.5;
          line-height: 1.63; }
    .RestaurantOrderingView .introScreen .TouchCardContainer .TouchCard {
      margin-top: 80px;
      margin-left: 150px;
      width: 538px;
      height: 130px; }
      .RestaurantOrderingView .introScreen .TouchCardContainer .TouchCard .background {
        width: 538px;
        height: 130px;
        border-radius: 5px; }
        .RestaurantOrderingView .introScreen .TouchCardContainer .TouchCard .background .line {
          top: calc(130px - 13px); }
      .RestaurantOrderingView .introScreen .TouchCardContainer .TouchCard .cardContent .startDemo {
        margin-top: 30px;
        margin-left: 40px;
        font-size: 24px; }
      .RestaurantOrderingView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer {
        position: absolute;
        top: -20px;
        right: -10px; }
        .RestaurantOrderingView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer svg {
          -webkit-transform: scale(0.2);
          transform: scale(0.2); }
  .RestaurantOrderingView .demoScreen {
    display: none; }
    .RestaurantOrderingView .demoScreen .checkoutButton {
      position: absolute;
      left: calc(50vw - 284px);
      bottom: 40px; }
      .RestaurantOrderingView .demoScreen .checkoutButton .TouchCard {
        width: 538px;
        height: 130px; }
        .RestaurantOrderingView .demoScreen .checkoutButton .TouchCard .background {
          width: 538px;
          height: 130px;
          border-radius: 5px; }
          .RestaurantOrderingView .demoScreen .checkoutButton .TouchCard .background .line {
            top: calc(130px - 13px); }
        .RestaurantOrderingView .demoScreen .checkoutButton .TouchCard .cardContent .startDemo {
          margin-top: 30px;
          margin-left: 40px;
          font-size: 24px; }
        .RestaurantOrderingView .demoScreen .checkoutButton .TouchCard .cardContent .imageContainer {
          position: absolute;
          top: -20px;
          right: -10px;
          background: transparent; }
          .RestaurantOrderingView .demoScreen .checkoutButton .TouchCard .cardContent .imageContainer svg {
            -webkit-transform: scale(0.2);
            transform: scale(0.2); }
    .RestaurantOrderingView .demoScreen .experimentContainer {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: calc(50% - 175px);
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .RestaurantOrderingView .demoScreen .experimentContainer .introText {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 60px;
        margin-top: 60px;
        width: 1000px;
        font-size: 100px;
        line-height: 1; }
        .RestaurantOrderingView .demoScreen .experimentContainer .introText .text {
          width: 800px; }
          .RestaurantOrderingView .demoScreen .experimentContainer .introText .text .gray {
            color: #747474; }
        .RestaurantOrderingView .demoScreen .experimentContainer .introText .arrow {
          width: 200px;
          -webkit-transform: scale(0.5);
          transform: scale(0.5);
          margin-top: -75px; }
    .RestaurantOrderingView .demoScreen .firstCard {
      margin-left: calc(20px); }
    .RestaurantOrderingView .demoScreen .TouchCardContainer {
      margin-right: 10vw; }
      .RestaurantOrderingView .demoScreen .TouchCardContainer .imageContainer {
        width: auto;
        height: 250px;
        background: #111111;
        text-align: center; }
        .RestaurantOrderingView .demoScreen .TouchCardContainer .imageContainer img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) scale(0.4);
          transform: translate(-50%, -50%) scale(0.4); }
  .RestaurantOrderingView .endScreen {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .RestaurantOrderingView .endScreen .headline {
      font-size: 50px; }

.TutorialView {
  height: 100%; }
  .TutorialView .instructionText {
    font-size: 34px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .TutorialView .instructionText .counter {
      font-size: 14px;
      font-style: normal;
      line-height: 2.5;
      text-align: center;
      color: #747474; }
    .TutorialView .instructionText .line1 {
      color: #ffffff; }
    .TutorialView .instructionText .line2 {
      color: #ffffff;
      line-height: 1.2; }
  .TutorialView .dragIntoView {
    visibility: hidden; }
  .TutorialView .pinchToStart {
    visibility: hidden; }
  .TutorialView .turnHand {
    visibility: hidden; }
  .TutorialView .cards {
    visibility: hidden;
    font-size: 30px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: calc(50% - 175px);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .TutorialView .cards .TouchCard {
      height: 250px; }
      .TutorialView .cards .TouchCard .imageContainer {
        text-align: center; }
      .TutorialView .cards .TouchCard .line {
        top: calc(250px - 13px); }
  .TutorialView .TouchCardContainer {
    margin-right: calc(100vw - 350px); }
    .TutorialView .TouchCardContainer .TouchCard {
      background-color: black; }
  .TutorialView .firstCard {
    margin-left: calc(50vw - 175px);
    margin-right: 0vw; }
  .TutorialView .secondCard {
    margin-right: calc(50vw - 175px); }

.VideoPlayerView {
  height: 100vh; }
  .VideoPlayerView .youtubeContainer {
    position: relative; }
    .VideoPlayerView .youtubeContainer .centerObjects {
      position: absolute;
      top: 50vh;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .VideoPlayerView .controls {
    position: absolute;
    bottom: 0px;
    width: 100%; }
    .VideoPlayerView .controls .time {
      width: 100%;
      text-align: center;
      font-size: 14px;
      margin-bottom: 5px; }
    .VideoPlayerView .controls .scrubber {
      width: 100%;
      background-color: rgba(0, 0, 0, 0.25); }
      .VideoPlayerView .controls .scrubber .scrubberElement {
        width: 200px;
        height: 10px;
        background: white; }
  .VideoPlayerView .introScreen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .VideoPlayerView .introScreen .description {
      width: 900px;
      text-align: center; }
      .VideoPlayerView .introScreen .description .header {
        text-align: center;
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px; }
      .VideoPlayerView .introScreen .description .textContent {
        text-align: center;
        width: 420px;
        margin: 0 auto;
        margin-top: 37px; }
        .VideoPlayerView .introScreen .description .textContent .scenario {
          width: 420px;
          margin-bottom: 30px; }
        .VideoPlayerView .introScreen .description .textContent .howTo {
          width: 420px;
          margin-bottom: 0px; }
        .VideoPlayerView .introScreen .description .textContent .smallHeader {
          font-size: 26px;
          margin-bottom: -5px; }
        .VideoPlayerView .introScreen .description .textContent .body {
          font-size: 20px;
          opacity: 0.5;
          line-height: 1.63; }
    .VideoPlayerView .introScreen .TouchCardContainer .TouchCard {
      margin-top: 80px;
      margin-left: 150px;
      width: 538px;
      height: 130px; }
      .VideoPlayerView .introScreen .TouchCardContainer .TouchCard .background {
        width: 538px;
        height: 130px;
        border-radius: 5px; }
        .VideoPlayerView .introScreen .TouchCardContainer .TouchCard .background .line {
          top: calc(130px - 13px); }
      .VideoPlayerView .introScreen .TouchCardContainer .TouchCard .cardContent .startDemo {
        margin-top: 30px;
        margin-left: 40px;
        font-size: 24px; }
      .VideoPlayerView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer {
        position: absolute;
        top: -20px;
        right: -10px; }
        .VideoPlayerView .introScreen .TouchCardContainer .TouchCard .cardContent .imageContainer svg {
          -webkit-transform: scale(0.2);
          transform: scale(0.2); }
  .VideoPlayerView .demoScreen {
    visibility: hidden;
    display: none; }
    .VideoPlayerView .demoScreen .draggerContent {
      width: 200vw; }
    .VideoPlayerView .demoScreen .TouchCardContainer {
      z-index: 10;
      position: absolute;
      left: calc(50vw + 350px);
      top: calc(50vh - 185px); }
      .VideoPlayerView .demoScreen .TouchCardContainer .TouchCard {
        width: 200px;
        height: 360px; }
        .VideoPlayerView .demoScreen .TouchCardContainer .TouchCard .playButton {
          display: none;
          margin-top: 120px;
          margin-left: 55px; }
        .VideoPlayerView .demoScreen .TouchCardContainer .TouchCard .pauseButton {
          margin-top: 120px;
          margin-left: 55px; }
        .VideoPlayerView .demoScreen .TouchCardContainer .TouchCard .line {
          top: calc(360px - 13px); }

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