@font-face {
  font-family: 'Casta-SemiBoldCondensed';
  src: url("../../assets/fonts/Casta-SemiBoldCondensed.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Casta-SemiBold';
  src: url("../../assets/fonts/Casta-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

html,
body {
  font-size: 22px;
  font-family: "Poppins";
  vertical-align: baseline;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

text {
  font-family: "Poppins"; }

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background-color: #000000;
  color: #ffffff;
  font-family: "Casta-SemiBoldCondensed"; }

#mainViewContainer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll; }

#centerCTAOuter {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none; }
  #centerCTAOuter #centerCTA {
    opacity: 0; }
    #centerCTAOuter #centerCTA .innerContent {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 1000px) {
        #centerCTAOuter #centerCTA .innerContent {
          display: block; } }
      #centerCTAOuter #centerCTA .innerContent .subheader {
        font-size: 12px;
        font-weight: bold;
        margin-top: 0px;
        color: #ffffff;
        opacity: 0.5;
        max-width: 400px;
        margin-bottom: 0px;
        height: 60px;
        width: 600px; }
        @media only screen and (max-width: 1000px) {
          #centerCTAOuter #centerCTA .innerContent .subheader {
            min-height: auto;
            display: none; } }
      #centerCTAOuter #centerCTA .innerContent .giveAHand {
        margin-right: 150px; }
        @media only screen and (max-width: 1000px) {
          #centerCTAOuter #centerCTA .innerContent .giveAHand {
            margin-right: 0px; } }
        #centerCTAOuter #centerCTA .innerContent .giveAHand .subHeadline {
          font-size: 12px;
          font-weight: bold; }
        #centerCTAOuter #centerCTA .innerContent .giveAHand .headline {
          font-size: 48px;
          font-family: "Casta-SemiBoldCondensed";
          margin-top: 20px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1000px) {
            #centerCTAOuter #centerCTA .innerContent .giveAHand .headline {
              margin-top: 20px;
              margin-bottom: 10px; } }
        #centerCTAOuter #centerCTA .innerContent .giveAHand .button {
          background-color: #d65e3d;
          border-radius: 40px;
          padding: 12px 12px;
          width: 220px;
          margin: auto;
          font-size: 12px;
          font-weight: bold;
          cursor: pointer;
          pointer-events: all; }
      #centerCTAOuter #centerCTA .innerContent .browseDataset {
        margin-top: 0px; }
        @media only screen and (max-width: 1000px) {
          #centerCTAOuter #centerCTA .innerContent .browseDataset {
            margin-top: 30px; } }
        #centerCTAOuter #centerCTA .innerContent .browseDataset .subheader {
          padding-top: 5px; }
        #centerCTAOuter #centerCTA .innerContent .browseDataset .subHeadline {
          opacity: 0;
          font-size: 12px;
          font-weight: bold; }
        #centerCTAOuter #centerCTA .innerContent .browseDataset .headline {
          font-size: 48px;
          font-family: "Casta-SemiBoldCondensed";
          margin-top: 0px;
          margin-bottom: 10px; }
        #centerCTAOuter #centerCTA .innerContent .browseDataset .buttonContainer {
          width: 220px;
          margin: auto;
          border: 1px solid white;
          border-radius: 40px;
          height: 44px; }
          #centerCTAOuter #centerCTA .innerContent .browseDataset .buttonContainer .button {
            padding: 12px 12px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
            pointer-events: all; }
        #centerCTAOuter #centerCTA .innerContent .browseDataset .buttonInvertedOuter {
          position: relative;
          top: -43px;
          left: 90px;
          overflow: clip;
          width: 0px; }
          #centerCTAOuter #centerCTA .innerContent .browseDataset .buttonInvertedOuter .buttonInverted {
            border: 1px solid white;
            border-radius: 40px;
            padding: 12px 12px;
            width: 220px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
            color: black;
            background-color: white; }
            @media only screen and (max-width: 1000px) {
              #centerCTAOuter #centerCTA .innerContent .browseDataset .buttonInvertedOuter .buttonInverted {
                margin-left: 0px; } }
          @media only screen and (max-width: 1000px) {
            #centerCTAOuter #centerCTA .innerContent .browseDataset .buttonInvertedOuter {
              left: 0px; } }

.volumeButtons {
  position: fixed;
  bottom: 60px;
  left: 40px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(1, 0, 0, 0));
  filter: drop-shadow(2px 2px 2px rgba(1, 0, 0, 0));
  cursor: pointer;
  pointer-events: all;
  opacity: 0; }
  .volumeButtons .volumeOff {
    position: absolute;
    top: 0px;
    opacity: 0; }
  .volumeButtons .volumeOn {
    position: absolute;
    top: 0px; }

#HandData {
  position: fixed;
  background-color: #111111;
  width: 400px;
  right: 0px;
  height: 100vh;
  -webkit-transform: translateX(50vw);
  transform: translateX(50vw); }
  @media (max-width: 768px) {
    #HandData {
      display: none; } }
  #HandData .closeButton {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 2;
    height: 44px;
    cursor: pointer; }
    #HandData .closeButton svg {
      margin-right: 9px; }
    #HandData .closeButton .label {
      vertical-align: middle;
      color: white;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      display: inline-block;
      height: 50px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    @media (max-width: 768px) {
      #HandData .closeButton .label {
        display: none; } }
  #HandData .handInformation {
    position: absolute;
    bottom: 30vh;
    left: 60px; }
    #HandData .handInformation .date {
      font-size: 10px;
      margin-bottom: 20px; }
    #HandData .handInformation .id {
      font-size: 64px;
      font-family: "Casta-SemiBoldCondensed"; }
      #HandData .handInformation .id .uniqueNumber {
        font-family: "Casta-SemiBoldCondensed"; }
    #HandData .handInformation .arrows {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #HandData .handInformation .arrows .leftArrow {
        margin-right: 18px;
        cursor: pointer; }
      #HandData .handInformation .arrows .rightArrow {
        cursor: pointer; }
    #HandData .handInformation .statusArea {
      margin-top: 20px;
      font-size: 10px; }
      #HandData .handInformation .statusArea .statusHeadline {
        margin-bottom: 10px; }
      #HandData .handInformation .statusArea .statusItem {
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0.5; }
        #HandData .handInformation .statusArea .statusItem .circle {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 1px solid white;
          margin-right: 10px;
          margin-top: 3px; }

#outerElementsInfo #aProjectBy {
  text-align: right;
  font-size: 12px;
  position: fixed;
  right: 40px;
  top: 40px;
  opacity: 0.5; }
  #outerElementsInfo #aProjectBy a,
  #outerElementsInfo #aProjectBy a:link,
  #outerElementsInfo #aProjectBy a:visited,
  #outerElementsInfo #aProjectBy a:active {
    color: inherit;
    text-decoration: underline; }

#outerElements {
  font-family: 'poppins';
  pointer-events: none;
  cursor: default; }
  #outerElements #logo {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    position: fixed;
    top: 40px;
    left: 40px;
    font-weight: bold;
    font-family: 'poppins';
    font-size: 14px;
    line-height: 15px;
    pointer-events: none;
    cursor: default; }
  #outerElements #totalHandsGathered {
    position: fixed;
    letter-spacing: 1px;
    font-size: 10px;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
    pointer-events: none;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  #outerElements #subMenu {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    position: fixed;
    bottom: 40px;
    left: 40px;
    font-size: 10px;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    #outerElements #subMenu .menuItem {
      cursor: pointer;
      margin-top: 6px;
      padding-bottom: 6px;
      min-width: 150px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 14px;
      font-weight: 500;
      pointer-events: all; }
  #outerElements #giveAHandCTA {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 10px;
    letter-spacing: 1px;
    pointer-events: all;
    cursor: pointer;
    -webkit-transform: translateX(200px);
    transform: translateX(200px); }
    #outerElements #giveAHandCTA .giveAHandCircle {
      width: 96px;
      height: 96px;
      background-color: #d65e3d;
      border-radius: 50%; }
      #outerElements #giveAHandCTA .giveAHandCircle svg {
        margin-left: 30px;
        margin-top: 32px; }
    #outerElements #giveAHandCTA .giveAHandText {
      margin-top: 10px;
      font-size: 14px;
      text-align: center; }

.video-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.video-foreground,
.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

#subtitlesOuter {
  position: fixed;
  bottom: 30px;
  left: 0px;
  width: 100vw;
  pointer-events: none;
  font-size: 18px;
  pointer-events: all;
  cursor: pointer; }
  #subtitlesOuter #subtitles {
    padding: 10px 20px;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(1, 0, 0, 0));
    filter: drop-shadow(2px 2px 2px rgba(1, 0, 0, 0));
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center; }

#IntroVideo {
  pointer-events: all; }

@media (min-aspect-ratio: 1920 / 868) {
  .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 1920 / 868) {
  .video-foreground {
    width: 300%;
    left: -100%; } }

#ClickToStart {
  opacity: 0;
  font-family: "Casta-SemiBold";
  border-radius: 40px;
  padding: 12px 12px;
  width: 190px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  cursor: default;
  pointer-events: all;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  position: fixed;
  bottom: 77px;
  left: calc(50% - 95px); }

#Preloader {
  position: fixed;
  font-family: 'poppins';
  height: 100vh;
  width: 100vw;
  pointer-events: none; }
  #Preloader .center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 15px; }
    @media (max-width: 700px) {
      #Preloader .center {
        margin-left: 12.6px; } }
    #Preloader .center h1 {
      font-weight: normal;
      font-family: 'poppins';
      letter-spacing: 14px;
      white-space: nowrap;
      margin-bottom: 10px; }
      @media only screen and (max-width: 700px) {
        #Preloader .center h1 {
          font-size: 20px; } }
  #Preloader .loader {
    position: fixed;
    bottom: 60px;
    width: 410px;
    left: calc(50% - 205px); }
    #Preloader .loader .loaderText {
      text-align: center;
      font-family: "Poppins";
      font-size: 12px;
      font-weight: lighter;
      margin-top: 15px; }
    #Preloader .loader .loaderLine {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      width: 100%;
      height: 1px;
      background-color: white; }
    #Preloader .loader .loaderAnim {
      position: absolute;
      margin: auto; }

.scrollToContinue {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Casta-SemiBold";
  -webkit-filter: drop-shadow(2px 2px 2px rgba(1, 0, 0, 0));
  filter: drop-shadow(2px 2px 2px rgba(1, 0, 0, 0));
  -webkit-transform: translateX(200px);
  transform: translateX(200px); }
  .scrollToContinue .scrollToContinueText {
    font-family: "Casta-SemiBold"; }

#IntroElements {
  position: fixed;
  font-family: "Casta-SemiBoldCondensed";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  pointer-events: none;
  text-align: center; }
  #IntroElements .title {
    opacity: 0;
    position: absolute;
    font-family: "Casta-SemiBoldCondensed";
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    width: 100vw;
    top: calc(50vh - 40px);
    pointer-events: none;
    padding: 0px 20px 0px 20px; }
    @media only screen and (max-width: 1000px) {
      #IntroElements .title {
        font-size: 20px; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins"; }

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

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; }

#App .logo {
  position: absolute;
  top: 40px;
  left: 40px; }

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

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

.TestModule {
  background-color: #fe7b00;
  height: 500px;
  width: 100%; }

.CaptureView {
  position: fixed;
  z-index: 30;
  pointer-events: auto; }
  .CaptureView canvas {
    position: absolute;
    z-index: 1; }
  .CaptureView video {
    position: relative;
    width: 640px;
    height: auto; }
  .CaptureView img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .CaptureView .loader {
    position: absolute;
    top: calc(50vh - 40px);
    left: calc(50vw - 40px);
    z-index: 10;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0; }
    .CaptureView .loader .imageContainer {
      position: relative;
      overflow: hidden;
      width: 0;
      height: 0; }
      .CaptureView .loader .imageContainer img {
        opacity: 1;
        position: absolute;
        right: unset;
        top: 0;
        left: 0; }
  .CaptureView .closeButton {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
    height: 44px;
    cursor: pointer; }
    .CaptureView .closeButton svg {
      margin-right: 9px; }
    .CaptureView .closeButton .label {
      vertical-align: middle;
      color: white;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      display: inline-block;
      height: 50px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    @media (max-width: 768px) {
      .CaptureView .closeButton .label {
        display: none; } }
  .CaptureView .snapButton {
    position: fixed;
    bottom: 60px;
    left: calc(50% - 48px);
    z-index: 10;
    cursor: pointer; }
    .CaptureView .snapButton svg {
      -webkit-transform: scaleX(0.8) scaleY(0.8);
      transform: scaleX(0.8) scaleY(0.8); }
      .CaptureView .snapButton svg circle {
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .CaptureView .snapButton svg:hover circle {
        opacity: 0.5;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
  .CaptureView .tooltipRenderer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .CaptureView .tooltipRenderer .tooltip {
      color: white;
      font-size: 10px;
      opacity: 0;
      position: absolute;
      left: 50px;
      top: 0; }
  .CaptureView .title {
    font-family: "Casta-SemiBoldCondensed";
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: calc(50% - 250px);
    width: 500px;
    top: 102px; }
    .CaptureView .title .sub {
      font-size: 12px; }
  .CaptureView .gestureID {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    left: calc(50% - 100px);
    width: 200px;
    top: 168px; }
  @media (max-width: 768px) {
    .CaptureView .title {
      font-size: 24px; } }
  .CaptureView .titleStep {
    z-index: 3;
    position: fixed;
    top: 80px;
    left: calc(50% - 100px);
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    /* identical to box height, or 160% */
    width: 200px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .CaptureView .buttons {
    position: fixed;
    bottom: 100px;
    height: 44px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .CaptureView .buttons .back, .CaptureView .buttons .restart, .CaptureView .buttons .confirm, .CaptureView .buttons .submit, .CaptureView .buttons .gallery {
      height: 48px;
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 64px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      margin-right: 20px;
      -webkit-transition: 0.2s border;
      transition: 0.2s border;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .CaptureView .buttons .back .label, .CaptureView .buttons .restart .label, .CaptureView .buttons .confirm .label, .CaptureView .buttons .submit .label, .CaptureView .buttons .gallery .label {
        color: white;
        display: inline-block;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .CaptureView .buttons .back:hover, .CaptureView .buttons .restart:hover, .CaptureView .buttons .confirm:hover, .CaptureView .buttons .submit:hover, .CaptureView .buttons .gallery:hover {
        -webkit-transition: 0.2s border;
        transition: 0.2s border;
        border: 2px solid white; }
      .CaptureView .buttons .back.active, .CaptureView .buttons .active.restart, .CaptureView .buttons .active.confirm, .CaptureView .buttons .active.submit, .CaptureView .buttons .active.gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .CaptureView .buttons .confirm, .CaptureView .buttons .submit, .CaptureView .buttons .gallery {
      opacity: 1;
      background: #ffffff;
      border-radius: 64px;
      margin-right: 0;
      -webkit-transition: 0.2s, background-color;
      transition: 0.2s, background-color; }
      .CaptureView .buttons .confirm .label, .CaptureView .buttons .submit .label, .CaptureView .buttons .gallery .label {
        color: black;
        -webkit-transition: 0.2s color;
        transition: 0.2s color; }
      .CaptureView .buttons .confirm:hover, .CaptureView .buttons .submit:hover, .CaptureView .buttons .gallery:hover {
        background-color: black;
        -webkit-transition: 0.2s border, background-color;
        transition: 0.2s border, background-color; }
        .CaptureView .buttons .confirm:hover .label, .CaptureView .buttons .submit:hover .label, .CaptureView .buttons .gallery:hover .label {
          -webkit-transition: 0.2s color;
          transition: 0.2s color;
          color: white; }
  .CaptureView .button {
    width: 50%;
    max-width: 220px;
    display: none; }
    @media (max-width: 490px) {
      .CaptureView .button {
        max-width: 160px; } }
    .CaptureView .button.active {
      display: block; }
  .CaptureView .snapLabel {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 56px;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: nowrap; }
  .CaptureView .buttonConfirm {
    left: 55px; }
  .CaptureView .divider {
    height: 1px;
    background-color: white;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 84.72222222vw;
    padding-right: 60px;
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 80px; }
  .CaptureView .steps {
    position: fixed;
    z-index: 2;
    left: calc(50% - 180px);
    bottom: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 700px) {
      .CaptureView .steps {
        left: calc(50% - 150px); } }
    .CaptureView .steps * {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .CaptureView .steps .step {
      width: 120px;
      opacity: 0.4;
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      position: relative;
      display: inline-block;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      border-bottom: 1px solid white; }
      @media (max-width: 700px) {
        .CaptureView .steps .step {
          width: 100px; } }
      .CaptureView .steps .step.active {
        opacity: 1;
        -webkit-transition: 0.3s opacity;
        transition: 0.3s opacity; }
      .CaptureView .steps .step:last-of-type {
        margin-right: 0; }
  .CaptureView .notifications {
    position: fixed;
    z-index: 2;
    bottom: 160px;
    left: calc(85% - 200px);
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    max-width: 280px; }
    @media (max-width: 700px) {
      .CaptureView .notifications {
        left: calc(50% - 130px);
        bottom: calc(50% - 100px);
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 14px;
        padding: 10px; } }
    .CaptureView .notifications .notificationLabel {
      font-weight: 500;
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .CaptureView .notifications .notificationBody {
      margin-top: 34px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .CaptureView .notifications .notification {
      position: relative;
      display: none;
      opacity: 0; }
      .CaptureView .notifications .notification.active {
        display: inline-block; }
    .CaptureView .notifications .consent .inner {
      cursor: pointer; }
    .CaptureView .notifications .consent .imageContainer {
      margin-bottom: 20px; }
      .CaptureView .notifications .consent .imageContainer canvas {
        position: relative; }
    .CaptureView .notifications .consent svg {
      cursor: pointer; }
    .CaptureView .notifications .consent .checkmark {
      opacity: 0; }
    .CaptureView .notifications .consent .notificationBody {
      margin-bottom: 20px; }
    .CaptureView .notifications .consent .notificationLabel {
      position: absolute;
      bottom: 3px;
      left: 28px; }
    .CaptureView .notifications .error .icon {
      display: inline-block;
      -webkit-transform: translate3d(0px, 7px, 0px);
      transform: translate3d(0px, 7px, 0px);
      margin-right: 11px; }
      .CaptureView .notifications .error .icon svg {
        width: 24px;
        height: 24px; }
  .CaptureView .referenceSnapshot {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2; }
  .CaptureView .spinner {
    position: fixed;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
    opacity: 0; }
    .CaptureView .spinner svg {
      width: 100%;
      height: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.view {
  width: 100%;
  opacity: 0; }

.SubpageView {
  position: absolute;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  width: 100%;
  background-color: #000000;
  color: #ffffff; }
  .SubpageView .closeButton {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
    height: 44px;
    cursor: pointer;
    pointer-events: auto; }
    .SubpageView .closeButton svg {
      margin-right: 9px; }
    .SubpageView .closeButton .label {
      vertical-align: middle;
      color: white;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      display: inline-block;
      height: 50px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    @media (max-width: 768px) {
      .SubpageView .closeButton .label {
        display: none; } }
  .SubpageView .page {
    padding: 100px;
    height: auto;
    max-width: 1000px;
    margin: auto;
    font-weight: bold;
    pointer-events: auto; }
    @media (max-width: 768px) {
      .SubpageView .page {
        padding: 200px 20px; } }
    .SubpageView .page code {
      font-family: monospace;
      background: #555555;
      word-wrap: break-word;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      padding: 0.1rem 0.3rem 0.2rem; }
    .SubpageView .page h2 {
      font-weight: normal; }
    .SubpageView .page .body {
      margin-top: 50px;
      font-size: 16px;
      font-weight: lighter;
      line-height: 1.5;
      text-align: justify; }
      .SubpageView .page .body video {
        width: 100%; }

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