/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Basier Circle';
  src: url(../f0835b76763260c45740.ttf);
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Basier Circle';
  src: url(../f63bac6dc659234a71dd.ttf);
  font-weight: 600;
  font-style: normal; }

/* Rotate phone */
/* Reanimator pro nadpis */
/* Pruhy */
/* Pismeno I - svicka */
/* Pismeno S */
/* Pismeno I - prskavka */
/* Pismeno O */
/* Reanimator pro kontrolky */
/* Control 1 */
/* Control 3 */
/* Control 5 */
body {
  height: var(--app-height);
  font-weight: 400;
  font-family: "Basier Circle", serif;
  color: white;
  overflow: hidden; }

.page-wrap {
  position: sticky;
  height: 100%; }

.row.fl {
  display: flex; }

.fl-col-cen {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.icing {
  position: absolute;
  inset: 0; }
  .icing > div {
    position: absolute;
    inset: 0;
    background-size: cover;
    opacity: 0; }
    .icing > div.show-up {
      opacity: 1; }

.content-waiter {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1500;
  background: white; }
  .content-waiter .logo_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%; }
    .content-waiter .logo_wrapper .logo_wrapper--inner {
      /*display: none;*/
      position: relative;
      text-align: center;
      z-index: 1;
      width: 85px;
      height: 55px;
      background: url(../662d276685dcd42b29ec.png) no-repeat 0 -2365px;
      background-size: 85px 2365px;
      background-position: 0 -2315px; }
      .content-waiter .logo_wrapper .logo_wrapper--inner.anim {
        animation: animLogo 1s steps(43, start) infinite 0s; }

@keyframes animLogo {
  0% {
    background-position: 0 -2365px; }
  100% {
    background-position: 0 0; } }

.responsive-rotate {
  display: none;
  position: absolute;
  inset: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  opacity: 0;
  transition: 1s all; }
  .responsive-rotate .rotate-wrapper {
    display: flex;
    justify-content: center; }
    .responsive-rotate .rotate-wrapper .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 32px;
      font-weight: 800;
      line-height: 1.4;
      margin-left: 40px; }
  .responsive-rotate .reanim .reanim-img.rotate {
    width: 300px;
    height: 300px;
    background: url(../be1cc63349a6047ce223.png) 0 -22500px no-repeat;
    background-size: 300px 22500px;
    background-position: 0 -22200px; }
    .responsive-rotate .reanim .reanim-img.rotate.show {
      animation: processAnimRotate 4s steps(75, start) infinite 0s; }

@media (orientation: portrait) {
  .responsive-rotate {
    display: flex;
    transition: 1s all;
    opacity: 1; } }
  @media (orientation: portrait) and (max-width: 700px) {
    .responsive-rotate .rotate-wrapper .reanim {
      transform: scale(0.5); }
    .responsive-rotate .rotate-wrapper .text {
      font-size: 24px;
      transform: translateX(-20%);
      margin-left: 0; } }
  @media (orientation: portrait) and (max-width: 450px) {
    .responsive-rotate .rotate-wrapper .reanim {
      transform: scale(0.35) translate(-35%); }
    .responsive-rotate .rotate-wrapper .text {
      transform: translateX(-85%); } }

@keyframes processAnimRotate {
  0% {
    background-position: 0 -22500px; }
  100% {
    background-position: 0 0; } }

.content {
  display: flex;
  flex-direction: column;
  height: var(--app-height);
  /* Reanimator - obecne styly */ }
  .content .overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 4s all;
    z-index: 2;
    visibility: hidden;
    pointer-events: none; }
    .content .overlay.show-up {
      opacity: 1;
      transition: 4s all;
      visibility: visible;
      transition-delay: 1s; }
    .content .overlay .overlay-wrapper {
      height: 75vh;
      padding: 0 20px; }
    .content .overlay * {
      text-align: center; }
    .content .overlay h1 {
      font-size: 64px;
      font-weight: 700;
      margin-bottom: 20px; }
    .content .overlay h2 {
      font-size: 28px;
      font-weight: 700; }
    .content .overlay img {
      max-width: 650px;
      margin: 0 auto 20px; }
  .content .video {
    height: 75vh;
    background-size: cover;
    background-position: bottom;
    position: relative; }
    .content .video .mute-button {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 1; }
      .content .video .mute-button.muted .sound {
        display: none; }
      .content .video .mute-button.muted .muted {
        display: block; }
      .content .video .mute-button .sound {
        display: block; }
      .content .video .mute-button .muted {
        display: none; }
      .content .video .mute-button svg {
        max-width: 64px;
        max-height: 64px; }
        .content .video .mute-button svg g {
          fill: white; }
    .content .video .title {
      position: absolute;
      inset: 0;
      z-index: 1; }
      .content .video .title .title-wrapper {
        display: flex;
        justify-content: center;
        top: 9vh;
        position: relative; }
        .content .video .title .title-wrapper .letter {
          position: relative; }
          .content .video .title .title-wrapper .letter:not(.reanim) .img {
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
          .content .video .title .title-wrapper .letter:nth-child(1) {
            width: 330px;
            top: 45px;
            left: -30px; }
          .content .video .title .title-wrapper .letter:nth-child(2) {
            width: 250px;
            left: -90px; }
            .content .video .title .title-wrapper .letter:nth-child(2) .img {
              width: 250px; }
          .content .video .title .title-wrapper .letter:nth-child(3) {
            width: 175px;
            left: -70px;
            top: -10px; }
            .content .video .title .title-wrapper .letter:nth-child(3) .img {
              width: 175px; }
          .content .video .title .title-wrapper .letter:nth-child(4) {
            width: 212px;
            left: -40px; }
            .content .video .title .title-wrapper .letter:nth-child(4) .img {
              width: 212px; }
          .content .video .title .title-wrapper .letter:nth-child(5) {
            width: 60px;
            top: -60px;
            left: -20px; }
            .content .video .title .title-wrapper .letter:nth-child(5) .letter-bck {
              background-image: url(../d8b3a7d0f96a4bd18c46.png);
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center;
              position: absolute;
              inset: 0; }
          .content .video .title .title-wrapper .letter:nth-child(6) {
            width: 140px; }
          .content .video .title .title-wrapper .letter:nth-child(7) {
            width: 210px;
            top: 40px;
            left: -60px; }
            .content .video .title .title-wrapper .letter:nth-child(7) .letter-bck {
              background-image: url(../5718d9f3cc14e4aa5386.png);
              background-size: cover;
              background-repeat: no-repeat;
              background-position: -41px center;
              position: absolute;
              inset: 0; }
            .content .video .title .title-wrapper .letter:nth-child(7) .reanim-img {
              z-index: 0; }
          .content .video .title .title-wrapper .letter:nth-child(8) {
            width: 200px;
            left: -110px; }
    .content .video .icing {
      z-index: 1; }
      .content .video .icing .full {
        background-image: url(../9234535cc682a4b4030b.png);
        transition: 2.5s all;
        transition-delay: .5s; }
        .content .video .icing .full.show-up {
          transition: 2.5s all;
          transition-delay: .5s; }
      .content .video .icing .top-left {
        background-image: url(../09f4ae8134c173ba32d7.png);
        background-position: top left;
        transition: 1.5s all;
        transition-delay: .2s; }
        .content .video .icing .top-left.show-up {
          transition: 1.5s all;
          transition-delay: .2s; }
      .content .video .icing .bot-left {
        background-image: url(../743baa13f44baa7588e4.png);
        background-position: top right;
        transition: 1.75s all;
        transition-delay: 1.75s; }
        .content .video .icing .bot-left.show-up {
          transition: 1.75s all;
          transition-delay: 1s; }
      .content .video .icing .full-right {
        background-image: url(../d8dafc272d8b45548940.png);
        background-position: top right;
        transition: 1.5s all;
        transition-delay: .75s; }
        .content .video .icing .full-right.show-up {
          transition: 1.5s all;
          transition-delay: .75s; }
    .content .video .video-wrapper video {
      width: 100vw;
      height: 97vh;
      object-fit: cover; }
  .content .control-panel {
    height: 25vh;
    background-image: url(../489328136f3a5c904a1e.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex; }
    .content .control-panel .icing {
      z-index: 2;
      pointer-events: none; }
      .content .control-panel .icing .full {
        background-image: url(../9234535cc682a4b4030b.png);
        transition: 2.5s all;
        transition-delay: .5s; }
        .content .control-panel .icing .full.show-up {
          transition: 2.5s all;
          transition-delay: .5s; }
      .content .control-panel .icing .top-left {
        background-image: url(../05f5de19ea8fb045c3bb.png);
        background-position: top left;
        transition: 1.5s all;
        transition-delay: .2s; }
        .content .control-panel .icing .top-left.show-up {
          transition: 1.5s all;
          transition-delay: .2s; }
      .content .control-panel .icing .top-right {
        background-image: url(../a1cee269a003e585ab84.png);
        background-position: top right;
        transition: 1.5s all;
        transition-delay: .2s; }
        .content .control-panel .icing .top-right.show-up {
          transition: 1.5s all;
          transition-delay: .2s; }
      .content .control-panel .icing .bot-left {
        background-image: url(../a87cd6bd351a791cdbba.png);
        background-position: bottom left;
        transition: 1.75s all;
        transition-delay: 1.75s; }
        .content .control-panel .icing .bot-left.show-up {
          transition: 1.75s all;
          transition-delay: 1s; }
      .content .control-panel .icing .bot-right {
        background-image: url(../64e575019ec909e025a6.png);
        background-position: bottom right;
        transition: 1.75s all;
        transition-delay: 1.75s; }
        .content .control-panel .icing .bot-right.show-up {
          transition: 1.75s all;
          transition-delay: 1s; }
    .content .control-panel .control-panel-wrapper {
      display: flex;
      width: 75vw;
      justify-content: space-between;
      margin: 0 auto;
      padding: 45px 0 15px; }
      .content .control-panel .control-panel-wrapper .controls {
        display: flex;
        position: relative; }
        .content .control-panel .control-panel-wrapper .controls .control-col {
          position: relative; }
          .content .control-panel .control-panel-wrapper .controls .control-col:not(:first-child) {
            margin-left: 25px; }
          .content .control-panel .control-panel-wrapper .controls .control-col > .img {
            width: 100%;
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center; }
          .content .control-panel .control-panel-wrapper .controls .control-col .control-bck {
            position: absolute;
            inset: 0;
            background-repeat: no-repeat;
            background-position: center; }
          .content .control-panel .control-panel-wrapper .controls .control-col.col1 {
            width: 180px; }
            .content .control-panel .control-panel-wrapper .controls .control-col.col1 .reanim-img {
              z-index: 1;
              position: relative; }
            .content .control-panel .control-panel-wrapper .controls .control-col.col1 .control-bck {
              height: 210px; }
          .content .control-panel .control-panel-wrapper .controls .control-col.col2 {
            width: 125px;
            display: flex;
            flex-direction: column; }
          .content .control-panel .control-panel-wrapper .controls .control-col.col3 {
            width: 215px; }
            .content .control-panel .control-panel-wrapper .controls .control-col.col3 .reanim-img:first-child {
              margin-right: 15px; }
            .content .control-panel .control-panel-wrapper .controls .control-col.col3 .img {
              height: 100px;
              background-position: left 80%;
              background-size: 90%; }
          .content .control-panel .control-panel-wrapper .controls .control-col.col4 {
            width: 200px; }
            .content .control-panel .control-panel-wrapper .controls .control-col.col4 .reanim-img {
              z-index: 1;
              position: relative; }
            .content .control-panel .control-panel-wrapper .controls .control-col.col4 .control-bck {
              height: 200px; }
          .content .control-panel .control-panel-wrapper .controls .control-col.col5 {
            width: 230px; }
            .content .control-panel .control-panel-wrapper .controls .control-col.col5 .img {
              background-position: left center; }
        .content .control-panel .control-panel-wrapper .controls img {
          max-width: 120px; }
      .content .control-panel .control-panel-wrapper .switch-icing {
        position: absolute;
        background-color: #234465;
        opacity: 0;
        inset: 0;
        z-index: 3;
        pointer-events: none;
        transition: 1s all; }
        .content .control-panel .control-panel-wrapper .switch-icing.show-up {
          opacity: 0.5;
          transition: 1s all; }
      .content .control-panel .control-panel-wrapper .switch-arrow {
        display: none;
        position: absolute;
        right: 13%;
        top: 0;
        transform: translate(-60%, -50%);
        animation: switchArrow 1.5s infinite alternate;
        transition: 1s all;
        z-index: 3; }
        .content .control-panel .control-panel-wrapper .switch-arrow svg {
          width: 200px;
          height: 200px; }

@keyframes switchArrow {
  0% {
    transform: translate(-60%, -50%) scale(1); }
  100% {
    transform: translate(-40%, -30%) scale(0.8); } }
      .content .control-panel .control-panel-wrapper .switch-control {
        flex: 0 0 8%;
        z-index: 2;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .content .control-panel .control-panel-wrapper .switch-control p {
          text-align: center;
          font-size: 24px;
          font-weight: 800; }
        .content .control-panel .control-panel-wrapper .switch-control .switch {
          margin: 10px 0;
          text-align: center; }
          .content .control-panel .control-panel-wrapper .switch-control .switch img {
            max-width: 100%; }
          .content .control-panel .control-panel-wrapper .switch-control .switch.on .switch-off {
            display: none; }
          .content .control-panel .control-panel-wrapper .switch-control .switch.off .switch-on {
            display: none; }
  @media (min-width: 3800px) {
    .content .control-panel .control-panel-wrapper .switch-arrow {
      top: 30%;
      right: 15%; } }
  @media (min-width: 1920px) {
    .content .control-panel {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .content .control-panel .control-panel-wrapper {
        width: 75vw; }
        .content .control-panel .control-panel-wrapper .controls .control-col {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .content .control-panel .control-panel-wrapper .controls .control-col .control-bck {
            background-position: center; }
        .content .control-panel .control-panel-wrapper .switch-control .switch img {
          max-width: 120px; } }
  @media (max-width: 1700px) {
    .content .title-wrapper {
      transform: scale(0.8); } }
  @media (max-width: 1600px) {
    .content .control-panel .control-panel-wrapper {
      max-width: unset;
      /*margin: unset;*/ }
      .content .control-panel .control-panel-wrapper .controls {
        transform: scale(0.8); }
      .content .control-panel .control-panel-wrapper .switch-control .switch img {
        max-width: 100px; } }
  @media (max-width: 1500px) {
    .content .control-panel .control-panel-wrapper .switch-arrow {
      right: 10%; } }
  @media (max-width: 1400px) {
    .content .title-wrapper {
      transform: scale(0.6); }
    .content .control-panel .control-panel-wrapper .controls {
      transform: scale(0.6) translate(-40%, -10%); }
    .content .control-panel .control-panel-wrapper .switch-control {
      position: absolute;
      right: 10%;
      top: 0;
      bottom: 0; } }
  @media (max-width: 1200px) {
    .content .overlay .overlay-wrapper img {
      max-width: 350px; }
    .content .overlay .overlay-wrapper h1 {
      font-size: 42px; }
    .content .overlay .overlay-wrapper h2 {
      font-size: 20px; } }
  @media (max-width: 1100px) {
    .content .control-panel .control-panel-wrapper .controls .col5 {
      display: none; }
    .content .control-panel .control-panel-wrapper .switch-control {
      right: 17%; }
    .content .control-panel .control-panel-wrapper .switch-arrow {
      right: 17%; }
      .content .control-panel .control-panel-wrapper .switch-arrow svg {
        width: 150px;
        height: 150px; } }
  @media (max-width: 1000px) {
    .content .title-wrapper {
      transform: scale(0.45); }
    .content .control-panel .control-panel-wrapper .controls .control-col.col2 {
      display: none; }
    .content .control-panel .control-panel-wrapper .controls .control-col.col5 {
      display: none; }
    .content .control-panel .control-panel-wrapper .switch-control {
      right: 15%; } }
  @media (max-width: 800px) {
    .content .video .title .title-wrapper {
      transform: scale(0.3);
      top: 0; }
    .content .video .mute-button svg {
      max-width: 32px;
      max-height: 32px; }
    .content .control-panel .control-panel-wrapper .controls .control-col.col3 {
      display: none; }
    .content .control-panel .control-panel-wrapper .switch-arrow svg {
      width: 100px;
      height: 100px; } }
  @media (max-width: 700px) {
    .content .control-panel .control-panel-wrapper .controls {
      right: 5%; }
      .content .control-panel .control-panel-wrapper .controls .control-col.col1 {
        display: none; }
      .content .control-panel .control-panel-wrapper .controls .control-col.col3 {
        display: none; } }
  @media (max-width: 500px) {
    .content .overlay .overlay-wrapper img {
      max-width: 50%; }
    .content .video .title .title-wrapper {
      transform: scale(0.2); }
    .content .control-panel .control-panel-wrapper .controls .control-col.col4 {
      margin-left: 0;
      transform: scale(0.8); }
    .content .control-panel .control-panel-wrapper .controls .control-col.col5 {
      display: none !important; }
    .content #switch.switch img {
      max-width: 50px; } }
  @media (max-height: 1000px) and (max-width: 1300px) {
    .content .control-panel div.control-panel-wrapper {
      padding-top: 10px; }
      .content .control-panel div.control-panel-wrapper #switch img {
        max-width: 52px; } }
  @media (max-height: 1000px) {
    .content #switch img {
      max-width: 70px; }
    .content .control-panel .control-panel-wrapper {
      padding-top: 20px; } }
  @media (max-height: 900px) and (max-width: 1920px) {
    .content .control-panel .control-panel-wrapper .controls {
      transform: scale(0.7) translate(-30%); } }
  @media (orientation: landscape) {
    .content .control-panel .control-panel-wrapper .controls .control-col.col2 {
      height: 210px; } }

@media (orientation: landscape) and (max-width: 1080px) {
  .content .video .video-wrapper video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center; } }

@media (orientation: landscape) and (max-width: 992px) {
  .content .video .title .title-wrapper {
    top: 0;
    transform: translateY(-15%) scale(0.35); }
  .content .control-panel .control-panel-wrapper {
    padding-top: 10px; }
    .content .control-panel .control-panel-wrapper .controls {
      /*transform: scale(.4) translateY(-60%);*/ }
      .content .control-panel .control-panel-wrapper .controls .control-col.col2 {
        display: flex; }
      .content .control-panel .control-panel-wrapper .controls .control-col.col3 {
        display: flex;
        flex-direction: column; }
        .content .control-panel .control-panel-wrapper .controls .control-col.col3 .img {
          min-height: 90px; }
    .content .control-panel .control-panel-wrapper .switch-arrow svg {
      width: 120px;
      height: 120px; }
    .content .control-panel .control-panel-wrapper .switch-control p {
      font-size: 16px; }
    .content .control-panel .control-panel-wrapper .switch-control img {
      max-width: 64px; } }

@media (orientation: landscape) and (max-width: 750px) {
  .content .control-panel .control-panel-wrapper .switch-arrow {
    top: 10px; } }

@media (orientation: landscape) and (max-height: 600px) {
  .content .video .title .title-wrapper {
    transform: scale(0.35) translateY(-35%);
    top: 0; }
  .content .control-panel .control-panel-wrapper .controls {
    transform: scale(0.3) translate(-100%, -90%); }
  .content .control-panel .control-panel-wrapper .switch-control p {
    display: none; } }
  .content .reanim .reanim-img {
    display: block;
    transform-origin: left top;
    transition: none; }
    .content .reanim .reanim-img.show {
      animation-iteration-count: infinite !important;
      transition: none; }

@keyframes processAnimLetterPruhy {
  0% {
    background-position: 0 -16500px; }
  100% {
    background-position: 0 0; } }
  .content .reanim .reanim-img.pruhy {
    width: 330px;
    height: 220px;
    background: url(../b93811517c2a8697766c.png) 0 -16500px no-repeat;
    background-size: 330px 16500px;
    background-position: 0 -16280px; }
    .content .reanim .reanim-img.pruhy.show {
      animation: processAnimLetterPruhy 1.5s steps(75, start) forwards 0s; }

@keyframes processAnimLetterISt {
  0% {
    background-position: 0 -24750px; }
  100% {
    background-position: 0 0; } }
  .content .reanim .reanim-img.I-st {
    width: 50px;
    height: 330px;
    background: url(../c0f6a68c7c2ef328482a.png) 0 -24750px no-repeat;
    background-size: 50px 24750px;
    background-position: 0 -24420px; }
    .content .reanim .reanim-img.I-st.show {
      animation: processAnimLetterISt 1.5s steps(75, start) forwards 0s; }

@keyframes processAnimLetterS {
  0% {
    background-position: 0 -10400px; }
  100% {
    background-position: 0 0; } }
  .content .reanim .reanim-img.S {
    width: 140px;
    height: 200px;
    background: url(../82491bea6860f0cec679.png) 0 -10400px no-repeat;
    background-size: 140px 10400px;
    background-position: 0 -10200px; }
    .content .reanim .reanim-img.S.show {
      animation: processAnimLetterS 1.5s steps(52, start) forwards 0s; }

@keyframes processAnimLetterINd {
  0% {
    background-position: 0 -26520px; }
  100% {
    background-position: 0 0; } }
  .content .reanim .reanim-img.I-nd {
    width: 210px;
    height: 340px;
    background: url(../df6181eae7aaf315e468.png) 0 -26520px no-repeat;
    background-size: 210px 26520px;
    background-position: 0 -26180px; }
    .content .reanim .reanim-img.I-nd.show {
      animation: processAnimLetterINd 1.5s steps(78, start) forwards 0s; }

@keyframes processAnimLetterO {
  0% {
    background-position: 0 -15200px; }
  100% {
    background-position: 0 0; } }
  .content .reanim .reanim-img.O {
    width: 200px;
    height: 200px;
    background: url(../b4d8d84e0b26289bfb97.png) 0 -15200px no-repeat;
    background-size: 200px 15200px;
    background-position: 0 -15000px; }
    .content .reanim .reanim-img.O.show {
      animation: processAnimLetterO 1.5s steps(76, start) forwards 0s; }

@keyframes processAnimControl1 {
  0% {
    background-position: 0 -31500px; }
  100% {
    background-position: 0 0; } }
  .content .reanim .reanim-img.control-1 {
    width: 180px;
    height: 210px;
    background: url(../25a55f52ba70b17a5724.png) 0 -31500px no-repeat;
    background-size: 180px 31500px;
    background-position: 0 -31290px; }
    .content .reanim .reanim-img.control-1.show {
      animation: processAnimControl1 12s steps(150, start) forwards 0s; }
  .content .reanim.col1 .control-bck {
    background-image: url(../675b21f59e81625458d6.png);
    background-size: contain; }

@keyframes processAnimControl3 {
  0% {
    background-position: 0 -8200px; }
  100% {
    background-position: 0 0; } }
  .content .reanim .reanim-img.control-3 {
    width: 100px;
    height: 100px;
    background: url(../6f28cd00055d6b286020.png) 0 -8200px no-repeat;
    background-size: 100px 8200px;
    background-position: 0 -8100px; }
    .content .reanim .reanim-img.control-3.show {
      animation: processAnimControl3 1.5s steps(82, start) forwards 0s; }

@keyframes processAnimControl5 {
  0% {
    background-position: 0 -11000px; }
  100% {
    background-position: 0 0; } }
  .content .reanim .reanim-img.control-5 {
    width: 200px;
    height: 200px;
    background: url(../331d7cf5d6600b09db0c.png) 0 -11000px no-repeat;
    background-size: 200px 11000px;
    background-position: 0 -10800px; }
    .content .reanim .reanim-img.control-5.show {
      animation: processAnimControl5 6s steps(55, start) forwards 0s; }
  .content .reanim.col4 .control-bck {
    background-image: url(../843552b2a290f385f53f.png);
    background-size: contain; }

/* Safari & android fix */
@media (orientation: landscape) and (max-width: 915px) {
  body {
    overflow-y: scroll; } }

@media not all and (min-resolution: 0.001dpcm) {
  body {
    overflow: scroll; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .video {
    height: 75vh;
    height: calc(var(--vh, 1vh) * 75); }
  .control-panel {
    height: 25vh;
    height: calc(var(--vh, 1vh) * 25); } }

