/*
300 light
400 regular
500 medium
800 bold
*/
@font-face {
    font-family: 'Walsheim';
    src: url("../fonts/GTWalsheimProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProBold.woff") format("woff"), url("../fonts/GTWalsheimProBold.ttf") format("truetype"), url("../fonts/GTWalsheimProBold.svg#GTWalsheimProBold") format("svg");
    font-weight: 800;
    font-style: normal; }
  
  @font-face {
    font-family: 'Walsheim';
    src: url("../fonts/GTWalsheimProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProLight.woff") format("woff"), url("../fonts/GTWalsheimProLight.ttf") format("truetype"), url("../fonts/GTWalsheimProLight.svg#GTWalsheimProLight") format("svg");
    font-weight: 300;
    font-style: normal; }
  
  @font-face {
    font-family: 'Walsheim';
    src: url("../fonts/GTWalsheimProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProMedium.woff") format("woff"), url("../fonts/GTWalsheimProMedium.ttf") format("truetype"), url("../fonts/GTWalsheimProMedium.svg#GTWalsheimProMedium") format("svg");
    font-weight: 500;
    font-style: normal; }
  
  @font-face {
    font-family: 'Walsheim';
    src: url("../fonts/GTWalsheimProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProRegular.woff") format("woff"), url("../fonts/GTWalsheimProRegular.ttf") format("truetype"), url("../fonts/GTWalsheimProRegular.svg#GTWalsheimProRegular") format("svg");
    font-weight: 400;
    font-style: normal; }
  
  @font-face {
    font-family: 'Walsheim';
    src: url("../fonts/GTWalsheimProUltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProUltraLight.woff") format("woff"), url("../fonts/GTWalsheimProUltraLight.ttf") format("truetype"), url("../fonts/GTWalsheimProUltraLight.svg#GTWalsheimProUltraLight") format("svg");
    font-weight: 100;
    font-style: normal; }
  
  /* ==================================================
     Mixins
     ================================================== */
  /* ==================================================
     Project Variables
     ================================================== */
  label {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
    display: block; }
  
  input[type="text"],
  input[type="email"] {
    font-family: inherit;
    border: 1px solid #B4B4B4;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background: #fff; }
  
  input[type="submit"] {
    border: 0;
    background: #0eba0e;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-family: inherit;
    padding: 10px 30px 12px;
    border-radius: 25px;
    margin: 30px 0;
    font-weight: 400; }
  
  input[type="checkbox"] {
    display: none; }
  
  input[type="checkbox"] + label {
    position: relative;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-right: 40px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400; }
  
  input[type="checkbox"]:checked + label:before {
    background-color: #0eba0e; }
  
  input[type="checkbox"] + label:before {
    border: 3px solid #B4B4B4;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: border 150ms ease-out;
    -o-transition: border 150ms ease-out;
    transition: border 150ms ease-out; }
  
  input[type="radio"] {
    float: left;
    margin-top: 7px;
    display: none; }
  
  input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    font-weight: 400; }
  
  input[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    border: 3px solid #303030;
    border-radius: 50%;
    background-color: #fff; }
  
  input[type="radio"]:hover + label:before {
    border-color: #000; }
  
  input[type="radio"] + label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease; }
  
  input[type="radio"]:hover + label:after {
    background-color: #303030; }
  
  input[type="radio"]:checked + label:after {
    background-color: #303030; }
  
  .radio-label {
    padding-left: 50px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.7; }
  
  .radio-special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .radio-special__item {
      margin-right: 20px; }
    .radio-special input[type="radio"] + label:after,
    .radio-special input[type="radio"] + label:before {
      display: none; }
    .radio-special input[type="radio"] + label {
      padding-top: 2px;
      width: 30px;
      height: 30px;
      border: 3px solid #B4B4B4;
      border-radius: 50%;
      background-color: #fff;
      font-size: 14px;
      color: #B4B4B4;
      text-align: center;
      -webkit-transition: border-color 300ms ease;
      -o-transition: border-color 300ms ease;
      transition: border-color 300ms ease; }
    .radio-special input[type="radio"]:checked + label {
      background-color: #303030;
      border-color: #303030;
      color: #fff; }
    .radio-special input[type="radio"] + label:hover {
      border-color: #303030; }
  
  textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
    border-color: #B4B4B4;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 10px;
    font-family: inherit; }
  
  .btn {
    display: inline-block;
    background: #0eba0e;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #303030;
    font-family: inherit;
    padding: 10px 30px 12px;
    border-radius: 25px;
    margin: 30px 0 0;
    cursor: pointer; }
  
  /* ==================================================
     Base Styles
     ================================================== */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block; }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  p {
    margin: 0 0 20px 0; }
  
  ::-moz-selection {
    background: #f6f8b4;
    color: #000000; }
  
  ::selection {
    background: #f6f8b4;
    color: #000000; }
  
  ::-moz-selection {
    background: #f6f8b4;
    color: #000000; }
  
  body {
    margin: 0;
    color: #fff;
    font-family: Walsheim, Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: 1.5;
    overflow: hidden;
    height: 100%; }
  
  html:not(.touch) {
    text-rendering: optimizeLegibility; }
  
  html.touch {
    text-rendering: optimizeSpeed; }
  
  html {
    font-size: 62.5%; }
  
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  
  img {
    width: 100%;
    height: auto;
    display: block; }
  
  a {
    color: #030000;
    text-decoration: underline; }
  
  a:hover {
    text-decoration: none; }
  
  ul {
    padding: 0;
    list-style: none; }
  
  figure {
    margin: 0;
    max-width: 100%;
    display: table;
    margin: 0 auto 25px; }
    figure img {
      width: auto;
      max-width: 100%; }
  
  figcaption {
    background-color: #044d81;
    color: #fff;
    padding: 15px 10%;
    font-family: 'Noto Sans';
    display: table-caption;
    caption-side: bottom; }
  
  a,
  button {
    outline: none; }
  
  .text-center {
    text-align: center; }
  
  .relator {
    position: relative; }
  
  .center {
    width: 100%;
    margin: 0 auto; }
  
  .center--1600 {
    max-width: 1600px; }
  
  .m-b-40 {
    margin-bottom: 40px; }
  
  .m-t-40 {
    margin-top: 40px; }
  
  .deco {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-repeat: repeat;
    min-height: 100vh; }
    .deco .dot-steady {
      width: 40px;
      height: 40px;
      margin-left: -20px;
      margin-top: -20px;
      position: absolute;
      top: 50vh;
      left: 50vw;
      background: #0eba0e;
      border-radius: 50%;
      display: none; }
    .deco .dot, .deco .dot1, .deco .dot2, .deco .dot3, .deco .dot4, .deco .dot5, .deco .dot6, .deco .dot7, .deco .dot8 {
      content: "";
      width: 800px;
      height: 800px;
      margin-left: -400px;
      margin-top: -400px;
      position: absolute;
      top: 50vh;
      left: 50vw;
      background: transparent;
      -webkit-transform: scale(0.05);
          -ms-transform: scale(0.05);
              transform: scale(0.05);
      border: 5px solid #0eba0e;
      border-radius: 50%;
      -webkit-animation: blink 5s infinite;
              animation: blink 5s infinite;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      display: none; }
    .deco .dot1 {
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms; }
    .deco .dot2 {
      -webkit-animation-delay: 600ms;
              animation-delay: 600ms; }
    .deco .dot3 {
      -webkit-animation-delay: 900ms;
              animation-delay: 900ms; }
    .deco .dot4 {
      -webkit-animation-delay: 1200ms;
              animation-delay: 1200ms; }
    .deco .dot5 {
      -webkit-animation-delay: 1900ms;
              animation-delay: 1900ms; }
    .deco .dot6 {
      -webkit-animation-delay: 2100ms;
              animation-delay: 2100ms; }
    .deco .dot7 {
      -webkit-animation-delay: 2400ms;
              animation-delay: 2400ms; }
    .deco .dot8 {
      -webkit-animation-delay: 2700ms;
              animation-delay: 2700ms; }
  
  .init-show .deco {
    background-image: url(../images/bg.jpg);background-size: 100% 100%; }
  
  .js-loading .deco .dot, .js-loading .deco .dot1, .js-loading .deco .dot2, .js-loading .deco .dot3, .js-loading .deco .dot4, .js-loading .deco .dot5, .js-loading .deco .dot6, .js-loading .deco .dot7, .js-loading .deco .dot8, .js-loading .deco .dot-steady {
    display: block; }
  
  @-webkit-keyframes blink {
    0% {
      -webkit-transform: scale(0.01);
              transform: scale(0.01);
      opacity: 1; }
    50% {
      opacity: 0; }
    100% {
      -webkit-transform: scale(5);
              transform: scale(5);
      opacity: 0; } }
  
  @keyframes blink {
    0% {
      -webkit-transform: scale(0.01);
              transform: scale(0.01);
      opacity: 1; }
    50% {
      opacity: 0; }
    100% {
      -webkit-transform: scale(5);
              transform: scale(5);
      opacity: 0; } }
  
  .circle {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: -100px;
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
    .circle .circle-svg {
      width: 50px;
      opacity: 0;
      height: calc(100vh + 200px);
      -webkit-transform: translate(0, 0) rotate(0);
          -ms-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0); }
  
  #Line_137, #Line_136 {
    -webkit-transition: stroke-width 300ms ease, opacity 300ms ease;
    -o-transition: stroke-width 300ms ease, opacity 300ms ease;
    transition: stroke-width 300ms ease, opacity 300ms ease;
    opacity: 1; }
  
  .cross #Ellipse_16, .cross #Line_137, .cross #Line_136 {
    stroke-width: 0;
    opacity: 0; }
  
  #Ellipse_17, #Ellipse_18, #Ellipse_19, #Ellipse_20, #Group_327, #Group_237, #Group_192, #Group_146, #Group_282, #Group_147 {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  
  .init-show .circle .circle-svg {
    height: calc(100vh + 200px);
    -webkit-animation-name: movecircle;
            animation-name: movecircle;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
    width: calc(100vh + 107px);
    -webkit-transform: translate(25%, 0) rotate(45deg);
        -ms-transform: translate(25%, 0) rotate(45deg);
            transform: translate(25%, 0) rotate(45deg);
    -webkit-transition: -webkit-transform 3s ease 0s;
    transition: -webkit-transform 3s ease 0s;
    -o-transition: transform 3s ease 0s;
    transition: transform 3s ease 0s;
    transition: transform 3s ease 0s, -webkit-transform 3s ease 0s;
    height: calc(100vh + 200px); }
  
  .init-show.finalised .circle .circle-svg {
    -webkit-animation: none;
            animation: none;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s; }
  
  .scrolled .circle .circle-svg {
    -webkit-transform: translate(-20%, 0) rotate(0deg) scale(1.5);
        -ms-transform: translate(-20%, 0) rotate(0deg) scale(1.5);
            transform: translate(-20%, 0) rotate(0deg) scale(1.5);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-animation-name: none;
            animation-name: none; }
  
  .scrolled #Ellipse_17, .scrolled #Ellipse_18, .scrolled #Ellipse_19, .scrolled #Ellipse_20, .scrolled #Group_327, .scrolled #Group_237, .scrolled #Group_192, .scrolled #Group_146, .scrolled #Group_282, .scrolled #Group_147 {
    opacity: 0; }
  
  .scrolled .circle.move .circle-svg {
    -webkit-transform: translateX(26%) rotate(45deg) scale(1.5);
        -ms-transform: translateX(26%) rotate(45deg) scale(1.5);
            transform: translateX(26%) rotate(45deg) scale(1.5);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-animation-name: none;
            animation-name: none; }
  
  @-webkit-keyframes removeopacity {
    from {
      opacity: 1; }
    to {
      opacity: 0; } }
  
  @keyframes removeopacity {
    from {
      opacity: 1; }
    to {
      opacity: 0; } }
  
  @-webkit-keyframes movecircle {
    from {
      width: 50px; }
    to {
      width: calc(100vh + 107px); } }
  
  @keyframes movecircle {
    from {
      width: 50px; }
    to {
      width: calc(100vh + 107px); } }
  
  .asterisk {
    color: #F55E62; }
  
  .form-wrap {
    color: #303030;
    background-color: #FAFAFA;
    padding: 100px 20% 50px; }
  
  .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  .form-item {
    margin-bottom: 30px; }
  
  .form-item--half {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%; }
  
  .form-item--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  
  .contact-wrap {
    margin-left: 50%;
    padding-left: 5%;
    border-left: 2px solid #0eba0e;
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .contact-text {
    font-size: 28px; }
  
  .axl-machines-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 5; }
  
  .axl-machines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: center;
    height: 100%; }
  
  .axl-machine {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .axl-machine__name {
    margin-top: 20px; }
  
  .axl-machine__spec {
    color: #0eba0e;
    font-weight: 800; }
  
  section.fly-in {
    height: 0; }
  
  .fly-in .fly-in__heading {
    background-color: #fff;
    position: fixed;
    width: 50%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
    height: 65px;
    z-index: 110;
    border-bottom: 3px solid #303030; }
  
  .fly-in .fly-in__body {
    background-color: #fff;
    position: fixed;
    width: 50%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    top: 65px;
    padding: 0;
    z-index: 100;
    height: calc(100% - 65px);
    overflow: auto;
    color: #303030; }
  
  .spec .fly-in__heading {
    width: 100%;
    background: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  
  .spec .fly-in__body {
    width: 100%;
    background: #303030;
    color: #fff;
    overflow: inherit; }
  
  .fly-in-right .fly-in__body {
    -webkit-transform: translatex(100%);
        -ms-transform: translatex(100%);
            transform: translatex(100%);
    right: 0; }
  
  .fly-in-right .fly-in__heading {
    -webkit-transform: translatex(100%);
        -ms-transform: translatex(100%);
            transform: translatex(100%);
    right: 0; }
  
  .fly-in-left .fly-in__body {
    -webkit-transform: translatex(-100%);
        -ms-transform: translatex(-100%);
            transform: translatex(-100%);
    left: 0; }
  
  .fly-in-left .fly-in__heading {
    -webkit-transform: translatex(-100%);
        -ms-transform: translatex(-100%);
            transform: translatex(-100%);
    left: 0; }
  
  .fly-in-left.fly-in--visible .fly-in__heading {
    -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
            transform: translatex(0); }
  
  .fly-in-left.fly-in--visible .fly-in__body {
    -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
            transform: translatex(0); }
  
  .fly-in-right.fly-in--visible .fly-in__heading {
    -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
            transform: translatex(0); }
  
  .fly-in-right.fly-in--visible .fly-in__body {
    -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
            transform: translatex(0); }
  
  .fly-in h1 {
    color: #303030;
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    text-align: center; }
  
  .close-form {
    position: absolute;
    top: 17px;
    right: 50px;
    cursor: pointer;
    font-size: 20px;
    z-index: 100;
    color: #000;
    width: 30px;
    height: 30px; }
  
  .axl-machines-full-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  
  .axl-machines-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: center;
    width: 100%; }
    .axl-machines-full-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
  
  .axl-machines-full-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  
  .axl-machine-full {
    -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: calc(50% - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .axl-machine-full img {
      max-width: 155px;
      margin: 0 auto 50px; }
  
  .axl-machine-full-wrap {
    max-width: 100%; }
  
  .machine-saparator {
    -ms-flex-preferred-size: 2px;
        flex-basis: 2px;
    background-color: #0eba0e;
    max-height: 70%;
    margin-top: 30px; }
  
  .fly-in-right .fly-in__body.fly-in__body-thank-you {
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100%; }
  
  .thank-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  
  .thank-wrap__body {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800; }
  
  .thank-wrap__close {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    color: #B4B4B4;
    font-size: 17px;
    cursor: pointer; }
  
  .thank-wrap__check path {
    fill: #0eba0e; }
  
  @media only screen and (max-width: 1600px) {
    .axl-machine-full {
      -ms-flex-preferred-size: calc(50% - 1px);
          flex-basis: calc(50% - 1px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      .axl-machine-full img {
        max-width: 100px;
        margin: 0 auto; } }
  
  section.fly-in--visible {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101; }
  
  @media only screen and (max-width: 1110px) {
    .contact-wrap {
      margin-left: 0;
      padding-left: 0;
      border-left: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; } }
  
  /*!
   * fullPage 3.0.5
   * https://github.com/alvarotrigo/fullPage.js
   *
   * @license GPLv3 for open source use only
   * or Fullpage Commercial License for commercial use
   * http://alvarotrigo.com/fullPage/pricing/
   *
   * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
   */
  html.fp-enabled,
  .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    /* <=28 */
    box-sizing: border-box; }
  
  .fp-slide {
    float: left; }
  
  .fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block; }
  
  .fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  
  .fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%; }
  
  .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
  
  .fp-slidesContainer {
    float: left;
    position: relative; }
  
  .fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }
  
  .fp-scrollable {
    overflow: hidden;
    position: relative; }
  
  .fp-scroller {
    overflow: hidden; }
  
  .iScrollIndicator {
    border: 0 !important; }
  
  .fp-notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  
  #fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); }
  
  #fp-nav.fp-right {
    right: 17px; }
  
  #fp-nav.fp-left {
    left: 17px; }
  
  .fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important; }
  
  .fp-slidesNav.fp-bottom {
    bottom: 17px; }
  
  .fp-slidesNav.fp-top {
    top: 17px; }
  
  #fp-nav ul,
  .fp-slidesNav ul {
    margin: 0;
    padding: 0; }
  
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }
  
  .fp-slidesNav ul li {
    display: inline-block; }
  
  #fp-nav ul li a,
  .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none; }
  
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%; }
  
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px; }
  
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer; }
  
  #fp-nav ul li:hover .fp-tooltip,
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  
  #fp-nav ul li .fp-tooltip.fp-right {
    right: 20px; }
  
  #fp-nav ul li .fp-tooltip.fp-left {
    left: 20px; }
  
  .fp-auto-height.fp-section,
  .fp-auto-height .fp-slide,
  .fp-auto-height .fp-tableCell {
    height: auto !important; }
  
  .fp-responsive .fp-auto-height-responsive.fp-section,
  .fp-responsive .fp-auto-height-responsive .fp-slide,
  .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important; }
  
  /*Only display content to screen readers*/
  .fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  
  .laser {
    width: 2615px;
    height: 2615px;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
    margin-top: calc((-2615px + 100vh) / 2);
    margin-left: calc((-2615px + 100vw) /2);
    -webkit-transform: translateX(-22vh);
        -ms-transform: translateX(-22vh);
            transform: translateX(-22vh); }
  
  .laser-hor {
    top: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    height: 93px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1000ms ease-in;
    transition: -webkit-transform 1000ms ease-in;
    -o-transition: transform 1000ms ease-in;
    transition: transform 1000ms ease-in;
    transition: transform 1000ms ease-in, -webkit-transform 1000ms ease-in;
    margin-top: -46px; }
    .laser-hor svg {
      will-change: transform; }
  
  .laser-ver {
    position: absolute;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    width: 93px;
    left: 50%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1000ms ease-in;
    transition: -webkit-transform 1000ms ease-in;
    -o-transition: transform 1000ms ease-in;
    transition: transform 1000ms ease-in;
    transition: transform 1000ms ease-in, -webkit-transform 1000ms ease-in;
    margin-left: -46px; }
    .laser-ver svg {
      will-change: transform; }
  
  .laser--active .laser-ver {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  
  .laser--active .laser-hor {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  
  .remove-machine2 .laser {
    opacity: 0; }
  
  @media only screen and (max-width: 1700px) {
    .laser-hor svg {
      -webkit-transform: scaleY(0.8);
          -ms-transform: scaleY(0.8);
              transform: scaleY(0.8); }
    .laser-ver svg {
      -webkit-transform: scaleX(0.8);
          -ms-transform: scaleX(0.8);
              transform: scaleX(0.8); } }
  
  .scrolled .laser--move {
    -webkit-transform: translate(calc(50vw - 50vh + 32px), -6px) rotate(45deg);
        -ms-transform: translate(calc(50vw - 50vh + 32px), -6px) rotate(45deg);
            transform: translate(calc(50vw - 50vh + 32px), -6px) rotate(45deg); }
    .scrolled .laser--move .laser-hor svg {
      -webkit-transform-origin: 50%;
          -ms-transform-origin: 50%;
              transform-origin: 50%;
      -webkit-transition: -webkit-transform 500ms ease-in-out 1s;
      transition: -webkit-transform 500ms ease-in-out 1s;
      -o-transition: transform 500ms ease-in-out 1s;
      transition: transform 500ms ease-in-out 1s;
      transition: transform 500ms ease-in-out 1s, -webkit-transform 500ms ease-in-out 1s; }
      @media only screen and (min-width: 1020px) {
        .scrolled .laser--move .laser-hor svg {
          -webkit-transform: scaleX(0.2);
              -ms-transform: scaleX(0.2);
                  transform: scaleX(0.2); } }
      @media only screen and (max-width: 1700px) {
        .scrolled .laser--move .laser-hor svg {
          -webkit-transform: scaleX(0.2) scaleY(0.8);
              -ms-transform: scaleX(0.2) scaleY(0.8);
                  transform: scaleX(0.2) scaleY(0.8); } }
      @media only screen and (max-width: 800px) {
        .scrolled .laser--move .laser-hor svg {
          -webkit-transform: scaleX(0.1) scaleY(0.6);
              -ms-transform: scaleX(0.1) scaleY(0.6);
                  transform: scaleX(0.1) scaleY(0.6); } }
    .scrolled .laser--move .laser-ver svg {
      -webkit-transform-origin: 50%;
          -ms-transform-origin: 50%;
              transform-origin: 50%;
      -webkit-transition: -webkit-transform 500ms ease-in-out 1s;
      transition: -webkit-transform 500ms ease-in-out 1s;
      -o-transition: transform 500ms ease-in-out 1s;
      transition: transform 500ms ease-in-out 1s;
      transition: transform 500ms ease-in-out 1s, -webkit-transform 500ms ease-in-out 1s; }
      @media only screen and (min-width: 1020px) {
        .scrolled .laser--move .laser-ver svg {
          -webkit-transform: scaleY(0.2);
              -ms-transform: scaleY(0.2);
                  transform: scaleY(0.2); } }
      @media only screen and (max-width: 1700px) {
        .scrolled .laser--move .laser-ver svg {
          -webkit-transform: scaleY(0.2) scaleX(0.8);
              -ms-transform: scaleY(0.2) scaleX(0.8);
                  transform: scaleY(0.2) scaleX(0.8); } }
      @media only screen and (max-width: 800px) {
        .scrolled .laser--move .laser-ver svg {
          -webkit-transform: scaleY(0.1) scaleX(0.6);
              -ms-transform: scaleY(0.1) scaleX(0.6);
                  transform: scaleY(0.1) scaleX(0.6); } }
  
  .laser:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #0eba0e;
    margin: 0 auto;
    position: relative;
    top: 50%;
    display: block;
    border-radius: 50%;
    margin-top: -24px;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out 0;
    -o-transition: opacity 500ms ease-in-out 0;
    transition: opacity 500ms ease-in-out 0;
    will-change: opacity;
    background: url(../images/bg.jpg); }
  
  .laser--active:after {
    -webkit-transition: opacity 500ms ease-in-out 0s;
    -o-transition: opacity 500ms ease-in-out 0s;
    transition: opacity 500ms ease-in-out 0s;
    opacity: 1; }
  
  @media only screen and (max-width: 1600px) {
    .laser--move:after {
      border: 0; } }
  
  .h1.desc__title {
    line-height: 1.2; }
  
  .desc__teaser {
    color: #fff;
    font-size: 35px;
    margin-top: 59px;
    max-width: 40%;
    line-height: 1.3;
    min-height: 170px; }
  
  .keyence-logo {
    max-width: 250px;
    margin-top: 30px; }
  
  .desc__title-single {
    padding-top: 1em; }
  
  @media only screen and (max-width: 1600px) {
    .h1.desc__title {
      margin-top: 50px; } }
  
  .section.has-image {
    padding: 0; }
    .section.has-image .desc__teaser {
      max-width: 100%; }
  
  .has-image__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  .has-image__image {
    opacity: 0;
    -webkit-transition: all 2000ms ease 0s;
    -o-transition: all 2000ms ease 0s;
    transition: all 2000ms ease 0s;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 50%;
    overflow: hidden; }
  
  .has-image.active .has-image__image {
    opacity: 1; }
  
  .has-image:not(.active).fp-completely .has-image__image {
    -webkit-transform: translate3d(0px, -100px, 0px);
            transform: translate3d(0px, -100px, 0px); }
  
  .has-image__info {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-left: 10%;
    margin-right: 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    -webkit-transition: opacity 2000ms ease 0s;
    -o-transition: opacity 2000ms ease 0s;
    transition: opacity 2000ms ease 0s; }
  
  .line {
    line-height: 2;
    -webkit-transition: line-height 1200ms ease calc((var(--d) * .10s));
    -o-transition: line-height 1200ms ease calc((var(--d) * .10s));
    transition: line-height 1200ms ease calc((var(--d) * .10s));
    will-change: line-height; }
  
  section.active .line {
    line-height: inherit; }
  
  section:not(.active).fp-completely .has-image__info {
    opacity: 0; }
  
  .has-image__wrap {
    width: 100%;
    height: 100%; }
  
  .image-double {
    position: relative; }
  
  .overlap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  
  h2.desc__title--delay {
    opacity: 0;
    margin-top: 8vh; }
  
  .fp-completely .overlap {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    -webkit-transition: opacity 1600ms ease-in-out 1s, -webkit-transform 1200ms ease-in-out 1s;
    transition: opacity 1600ms ease-in-out 1s, -webkit-transform 1200ms ease-in-out 1s;
    -o-transition: transform 1200ms ease-in-out 1s, opacity 1600ms ease-in-out 1s;
    transition: transform 1200ms ease-in-out 1s, opacity 1600ms ease-in-out 1s;
    transition: transform 1200ms ease-in-out 1s, opacity 1600ms ease-in-out 1s, -webkit-transform 1200ms ease-in-out 1s; }
  
  .fp-completely .desc__title--delay {
    opacity: 1;
    -webkit-transition: opacity 1000ms ease-in-out 600ms;
    -o-transition: opacity 1000ms ease-in-out 600ms;
    transition: opacity 1000ms ease-in-out 600ms; }
  
  .rotating {
    position: fixed;
    top: 0;
    left: 5vw;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    -webkit-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
    z-index: 2 !important;
    text-align: center;
    max-width: 90vw; }
  
  .rotating--opac {
    opacity: 0; }
  
  .rotating__svg {
    opacity: 0;
    -webkit-transform: scale(0.05) rotate(0deg);
        -ms-transform: scale(0.05) rotate(0deg);
            transform: scale(0.05) rotate(0deg);
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    width: 100%; }
    .rotating__svg svg {
      opacity: 0.6;
      width: 100%; }
  
  .rotating__svg-2 {
    opacity: 0;
    -webkit-transform: scale(0.05) rotate(0deg);
        -ms-transform: scale(0.05) rotate(0deg);
            transform: scale(0.05) rotate(0deg);
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%; }
  
  .blow-up__text {
    opacity: 0;
    -webkit-transform: scale(0.05);
        -ms-transform: scale(0.05);
            transform: scale(0.05);
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 41px;
    font-weight: 800;
    text-align: center;
    right: 0;
    margin-top: -36px;
    color: #0eba0e;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  
  .rotating-active .rotating__svg {
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms; }
  
  .rotating-active .blow-up__text {
    -webkit-animation-name: blow-text;
            animation-name: blow-text;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  
  .rotating-active .rotating__text {
    -webkit-animation-name: rotate-text;
            animation-name: rotate-text;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  
  .rotating__text {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    right: 0;
    margin-top: -50px;
    color: #0eba0e;
    opacity: 0; }
  
  .rotating__text span, .blow-up__text span, .dissolve {
    -webkit-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    opacity: 1; }
  
  .rotating__text-opac .rotating__text span, .rotating__text-opac .blow-up__text span, .rotating__text-opac .dissolve {
    opacity: 0; }
  
  .rotating__svg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    background: #222325;
    width: 36px;
    height: 36px;
    border-radius: 50%; }
  
  @-webkit-keyframes rotate {
    0% {
      -webkit-transform: scale(0.05) rotate(0deg);
              transform: scale(0.05) rotate(0deg); }
    100% {
      -webkit-transform: scale(1) rotate(360deg);
              transform: scale(1) rotate(360deg); } }
  
  @keyframes rotate {
    0% {
      -webkit-transform: scale(0.05) rotate(0deg);
              transform: scale(0.05) rotate(0deg); }
    100% {
      -webkit-transform: scale(1) rotate(360deg);
              transform: scale(1) rotate(360deg); } }
  
  @-webkit-keyframes blow-text {
    0% {
      -webkit-transform: scale(0.05);
              transform: scale(0.05);
      opacity: 1; }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; } }
  
  @keyframes blow-text {
    0% {
      -webkit-transform: scale(0.05);
              transform: scale(0.05);
      opacity: 1; }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; } }
  
  @-webkit-keyframes rotate-text {
    0% {
      -webkit-transform: scale(0.05) rotate(0);
              transform: scale(0.05) rotate(0);
      opacity: 0; }
    50% {
      opacity: 0.5; }
    100% {
      -webkit-transform: scale(2) rotate(-360deg);
              transform: scale(2) rotate(-360deg);
      opacity: 0; } }
  
  @keyframes rotate-text {
    0% {
      -webkit-transform: scale(0.05) rotate(0);
              transform: scale(0.05) rotate(0);
      opacity: 0; }
    50% {
      opacity: 0.5; }
    100% {
      -webkit-transform: scale(2) rotate(-360deg);
              transform: scale(2) rotate(-360deg);
      opacity: 0; } }
  
  .flex-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff; }
  
  .flex-controller__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    text-align: center;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border-left: 1px solid #fff;
    width: 80px;
    padding-right: 27px; }
  
  .flex-controller__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 80px); }
  
  .flex-sub-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-bottom: 2px solid #fff; }
    .flex-sub-grid.no-border {
      border-bottom: 0; }
  
  .flex-sub-grid__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    text-align: center;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border-left: 1px solid #fff;
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    padding-right: 27px; }
  
  .flex-sub-grid__details {
    -ms-flex-preferred-size: calc(100% - 80px);
        flex-basis: calc(100% - 80px); }
  
  .spec-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  .spec h1 {
    color: #fff;
    text-align: left;
    margin-left: 20px;
    border: 0; }
  
  .spec-item {
    padding: 5px;
    line-height: 1.2;
    border-bottom: 1px solid #fff; }
  
  .spec-item--one {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    border-right: 1px solid #fff; }
  
  .spec-item--two {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  
  .spec-item.no-border {
    border-bottom: 0; }
  
  .spec-item--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  
  .fly-in__body--spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .fly-in__machine {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: calc((25vh - 65px) / 2);
    margin-left: 20px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff; }
    .fly-in__machine img {
      max-height: 70vh;
      width: auto;
      display: inline; }
  
  .fly-in__details {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    overflow: auto;
    margin-right: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }
  
  .fly-in__machine-label {
    text-align: center;
    font-size: 40px;
    font-weight: 800; }
  
  .spec .close-form polygon {
    fill: #fff; }
  
  .specs-file {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 6px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 100px; }
    .specs-file svg {
      margin-right: 7px; }
  
  .zoom-machine {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2 !important;
    background: -o-linear-gradient(right, rgba(14, 186, 14, 0.2) 1px, rgba(0, 0, 0, 0) 1px);
    background: linear-gradient(-90deg, rgba(14, 186, 14, 0.2) 1px, rgba(0, 0, 0, 0) 1px);
    background-size: 100px 100px; }
    .zoom-machine .background-line {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -o-linear-gradient(rgba(14, 186, 14, 0.2) 1px, rgba(0, 0, 0, 0) 1px);
      background: linear-gradient(rgba(14, 186, 14, 0.2) 1px, rgba(0, 0, 0, 0) 1px);
      background-size: 100px 100px;
      z-index: 0;
      -webkit-transition: background-size 1500ms ease;
      -o-transition: background-size 1500ms ease;
      transition: background-size 1500ms ease; }
  
  .zoom-machine.opacity-1 {
    background-color: #303030;
    -webkit-transition: opacity 200ms ease-in, background-size 1500ms ease;
    -o-transition: opacity 200ms ease-in, background-size 1500ms ease;
    transition: opacity 200ms ease-in, background-size 1500ms ease; }
  
  .zoom-0 {
    text-align: center; }
  
  .zoom-img {
    max-height: 90vh;
    width: auto;
    display: inline; }
  
  .zoom-0__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .zoom-0__literals {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    margin-left: auto;
    text-align: right; }
    .zoom-0__literals h1 {
      text-align: right; }
    .zoom-0__literals h4 {
      color: #fff;
      text-align: right;
      font-weight: 300;
      letter-spacing: 1px;
      margin: 0; }
  
  .show-right .zoom-0__literals {
    opacity: 1; }
  
  .zoom-machine__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .zoom-machine__details {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%; }
    .zoom-machine__details ul {
      text-align: right;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 10%;
      margin-bottom: 23%;
      margin: 0; }
    .zoom-machine__details li {
      margin: 7vh 0; }
  
  .zoom-machine__image {
    text-align: center;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .detail {
    position: relative;
    z-index: 2; }
    .detail .marger {
      margin-right: 20px;
      opacity: 0;
      -webkit-transform: translateX(-40px);
          -ms-transform: translateX(-40px);
              transform: translateX(-40px);
      -webkit-transition: opacity 600ms ease 400ms, -webkit-transform 600ms ease 300ms;
      transition: opacity 600ms ease 400ms, -webkit-transform 600ms ease 300ms;
      -o-transition: opacity 600ms ease 400ms, transform 600ms ease 300ms;
      transition: opacity 600ms ease 400ms, transform 600ms ease 300ms;
      transition: opacity 600ms ease 400ms, transform 600ms ease 300ms, -webkit-transform 600ms ease 300ms;
      display: block; }
    .detail:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background: transparent;
      border-radius: 500%;
      position: absolute;
      top: calc(50% - 5px);
      right: -15px;
      border: 1px solid #0eba0e; }
    .detail:before {
      content: "";
      display: inline-block;
      border-top: 1px solid #0eba0e;
      position: absolute;
      top: 50%;
      height: 0;
      left: auto;
      right: -15px;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0; }
  
  .zoom-machine__details {
    opacity: 0;
    -webkit-transition: opacity 300ms ease 0;
    -o-transition: opacity 300ms ease 0;
    transition: opacity 300ms ease 0; }
    .zoom-machine__details .detail--one {
      margin-right: 5vw; }
      .zoom-machine__details .detail--one:before {
        width: 24vmin;
        -webkit-transform: translate(100%, 25%) rotate(10deg);
            -ms-transform: translate(100%, 25%) rotate(10deg);
                transform: translate(100%, 25%) rotate(10deg); }
    .zoom-machine__details .detail--two {
      margin-right: 7vw; }
      .zoom-machine__details .detail--two:before {
        width: 30vmin;
        -webkit-transform: translate(100%, 25%) rotate(-12deg);
            -ms-transform: translate(100%, 25%) rotate(-12deg);
                transform: translate(100%, 25%) rotate(-12deg); }
    .zoom-machine__details .detail--three {
      margin-right: 0; }
      .zoom-machine__details .detail--three:before {
        width: 16vmin;
        -webkit-transform: translate(100%, 25%) rotate(-12deg);
            -ms-transform: translate(100%, 25%) rotate(-12deg);
                transform: translate(100%, 25%) rotate(-12deg); }
    .zoom-machine__details .detail--four {
      margin-right: 5vw; }
      .zoom-machine__details .detail--four:before {
        width: 29vmin;
        -webkit-transform: translate(100%, 25%) rotate(-29deg);
            -ms-transform: translate(100%, 25%) rotate(-29deg);
                transform: translate(100%, 25%) rotate(-29deg); }
      .zoom-machine__details .detail--four .extraline {
        width: 35vmin;
        -webkit-transform: translate(100%, 25%) rotate(-25deg);
            -ms-transform: translate(100%, 25%) rotate(-25deg);
                transform: translate(100%, 25%) rotate(-25deg);
        display: inline-block;
        border-top: 1px solid #0eba0e;
        position: absolute;
        top: 50%;
        height: 0;
        left: auto;
        right: -15px;
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0; }
  
  .has-details .zoom-machine__details {
    -webkit-transition: opacity 600ms ease 100ms;
    -o-transition: opacity 600ms ease 100ms;
    transition: opacity 600ms ease 100ms;
    opacity: 1; }
  
  .has-details .marger {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  
  .zoom-machine__image {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0px 0;
        -ms-transform-origin: 0px 0;
            transform-origin: 0px 0;
    -webkit-transition: -webkit-transform 1000ms ease;
    transition: -webkit-transform 1000ms ease;
    -o-transition: transform 1000ms ease;
    transition: transform 1000ms ease;
    transition: transform 1000ms ease, -webkit-transform 1000ms ease; }
  
  .zoom-machine--1 .zoom-machine__image {
    -webkit-transform: scale(2.6) translateY(0);
        -ms-transform: scale(2.6) translateY(0);
            transform: scale(2.6) translateY(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
  
  .zoom-machine--2 .zoom-machine__image {
    -webkit-transform: scale(4) translateY(-27%) translateX(-19%);
        -ms-transform: scale(4) translateY(-27%) translateX(-19%);
            transform: scale(4) translateY(-27%) translateX(-19%); }
  
  .zoom-machine--3 .zoom-machine__image {
    -webkit-transform: scale(4.5) translateY(-42%) translateX(-10%);
        -ms-transform: scale(4.5) translateY(-42%) translateX(-10%);
            transform: scale(4.5) translateY(-42%) translateX(-10%); }
  
  .zoom-machine--4 .zoom-machine__image {
    -webkit-transform: scale(3) translateY(-38%);
        -ms-transform: scale(3) translateY(-38%);
            transform: scale(3) translateY(-38%); }
  
  .green-line {
    opacity: 0;
    -webkit-transition: opacity 500ms ease,width 500ms ease;
    -o-transition: opacity 500ms ease,width 500ms ease;
    transition: opacity 500ms ease,width 500ms ease;
    position: absolute;
    width: 30%;
    top: 50%;
    height: 3px;
    left: 10%;
    background-color: #0eba0e; }
    .green-line:after {
      content: "";
      position: absolute;
      top: 0;
      height: 3px;
      background-color: #0eba0e;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transition: -webkit-transform 500ms ease;
      transition: -webkit-transform 500ms ease;
      -o-transition: transform 500ms ease;
      transition: transform 500ms ease;
      transition: transform 500ms ease, -webkit-transform 500ms ease;
      z-index: 5; }
  
  .double-operation {
    opacity: 0;
    -webkit-transition: opacity 500ms ease,width 500ms ease;
    -o-transition: opacity 500ms ease,width 500ms ease;
    transition: opacity 500ms ease,width 500ms ease; }
  
  .zoom-machine--1 .green-line {
    opacity: 1;
    width: 30%; }
    .zoom-machine--1 .green-line:after {
      right: -19vw;
      width: 19vw;
      -webkit-transform: rotate(21deg);
          -ms-transform: rotate(21deg);
              transform: rotate(21deg); }
  
  .zoom-machine--2 .green-line {
    opacity: 1;
    width: 30%; }
    .zoom-machine--2 .green-line:after {
      right: -30vw;
      width: 30vw;
      -webkit-transform: rotate(12deg);
          -ms-transform: rotate(12deg);
              transform: rotate(12deg); }
  
  .zoom-machine--3 .green-line {
    opacity: 1;
    width: 30%; }
    .zoom-machine--3 .green-line:after {
      right: -39.5vw;
      width: 39.5vw;
      -webkit-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
              transform: rotate(5deg); }
  
  .zoom-machine--4 .green-line {
    opacity: 1;
    width: 30%; }
    .zoom-machine--4 .green-line:after {
      right: -41vw;
      width: 41vw;
      -webkit-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
              transform: rotate(5deg); }
  
  .zoom-machine--4 .double-operation {
    opacity: 1;
    right: -25vw;
    width: 25vw;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
    position: absolute;
    top: 0;
    height: 3px;
    background-color: #0eba0e;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: 5; }
  
  .green-circle {
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    position: absolute;
    width: 23vw;
    top: 17%;
    height: 23vw;
    left: 8%;
    border: 2px solid #0eba0e;
    border-radius: 50%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0.2; }
  
  .zoom-machine--1 .green-circle {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  
  .zoom-machine.zoom-machine--1 {
    background-size: 130px 130px; }
    .zoom-machine.zoom-machine--1 .background-line {
      background-size: 130px 130px; }
  
  .zoom-machine.zoom-machine--2 {
    background-size: 200px 200px; }
    .zoom-machine.zoom-machine--2 .background-line {
      background-size: 200px 200px; }
  
  .zoom-machine.zoom-machine--3 {
    background-size: 250px 250px; }
    .zoom-machine.zoom-machine--3 .background-line {
      background-size: 250px 250px; }
  
  .zoom-machine.zoom-machine--4 {
    background-size: 180px 180px; }
    .zoom-machine.zoom-machine--4 .background-line {
      background-size: 180px 180px; }
  
  .zoom-img-color {
    position: absolute;
    top: 0;
    max-height: 90vh;
    width: auto;
    display: inline;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  
  .zoom-machine--1 .zoom-img-color-1 {
    opacity: 1; }
  
  .zoom-machine--2 .zoom-img-color-2 {
    opacity: 1; }
  
  .zoom-machine--3 .zoom-img-color-3 {
    opacity: 1; }
  
  .zoom-machine--4 .zoom-img-color-4 {
    opacity: 1; }
  
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out;
    transition: opacity 600ms ease-in-out;
    z-index: 10;
    width: 100vw; }
  
  .js-loading header {
    opacity: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  
  .js-loading .logo {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  
  .js-loading .menu-top {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  
  @media (min-width: 700px) {
    .scrolled .logo {
      -webkit-transform: translate(0, -80px) scale(0.7);
          -ms-transform: translate(0, -80px) scale(0.7);
              transform: translate(0, -80px) scale(0.7); } }
    @media (min-width: 700px) and (min-width: 700px) {
      .scrolled .logo {
        -webkit-transform: translate(-20%, -80px) scale(0.7);
            -ms-transform: translate(-20%, -80px) scale(0.7);
                transform: translate(-20%, -80px) scale(0.7); } }
  
  @media (min-width: 700px) {
    .scrolled .menu-top {
      -webkit-transform: translate(0, -50px);
          -ms-transform: translate(0, -50px);
              transform: translate(0, -50px); } }
  
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 24px; }
    @media (min-width: 1020px) {
      nav {
        padding-top: 90px; } }
  
  .logo {
    padding-top: 20px;
    padding-left: 10%;
    color: #dadada;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: -webkit-transform 1000ms ease-in-out;
    transition: -webkit-transform 1000ms ease-in-out;
    -o-transition: transform 1000ms ease-in-out;
    transition: transform 1000ms ease-in-out;
    transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left; }
    @media (max-width: 700px) {
      .logo svg {
        max-width: 100px; }
      .logo .alogo > g {
        display: none; }
      .logo .blogo {
        fill: #fff;
        -webkit-transform: translate(-301.277px, 15px) !important;
            -ms-transform: translate(-301.277px, 15px) !important;
                transform: translate(-301.277px, 15px) !important; } }
  
  .menu-top {
    padding-right: 10%;
    -webkit-transition: -webkit-transform 1000ms ease-in-out;
    transition: -webkit-transform 1000ms ease-in-out;
    -o-transition: transform 1000ms ease-in-out;
    transition: transform 1000ms ease-in-out;
    transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
    margin: 0;
    text-align: right; }
    @media (min-width: 700px) {
      .menu-top {
        padding-right: 40px;
        -webkit-transform: translateX(-60px);
            -ms-transform: translateX(-60px);
                transform: translateX(-60px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    .menu-top a {
      font-size: 16px;
      font-size: 1.6rem;
      color: #0eba0e;
      font-weight: 800;
      text-decoration: none; }
      .menu-top a:hover {
        color: #fff; }
    @media (min-width: 700px) {
      .menu-top > li:after {
        width: 4px;
        content: '';
        margin-bottom: 2px;
        background-color: #0eba0e;
        height: 4px;
        border-radius: 50%;
        display: inline-block;
        margin: 0 10px 3px; }
      .menu-top li:last-child:after {
        display: none; } }
  
  #menu {
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    left: 0;
    top: 0;
    height: 100vh;
    position: fixed;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
    margin: 0; }
    #menu li {
      height: calc(100vh / 16); }
      #menu li:after {
        content: "";
        height: 1px;
        width: 10px;
        background: #73dc74;
        display: block;
        position: relative;
        z-index: 2; }
    #menu a {
      width: 10px;
      display: block;
      text-indent: -9999em;
      height: 100%;
      border-bottom: 1px solid #0db70e; }
      #menu a:before {
        content: "";
        height: 0;
        width: 100%;
        position: relative;
        z-index: 222;
        top: 1px;
        display: block; }
    #menu li.active:before {
      content: "";
      background: #0d860e;
      display: block;
      width: 10px;
      position: absolute;
      top: 0;
      left: 0;
      height: calc(100vh / 16 * var(--i));
      margin-top: calc(-100vh / 16); }
    #menu .active a:before {
      background: #0d860e;
      height: 100%;
      -webkit-transition: height 500ms linear;
      -o-transition: height 500ms linear;
      transition: height 500ms linear; }
    #menu .upwards.active a:before {
      background: #0d860e;
      height: 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    #menu .upwards + li a:before {
      -webkit-animation: upwards 500ms linear forwards;
      animation: upwards 500ms linear forwards;
      background: #0d860e; }
  
  .init-show #menu {
    opacity: 1; }
  
  @-webkit-keyframes upwards {
    0% {
      height: 100%; }
    100% {
      height: 0; } }
  
  @keyframes upwards {
    0% {
      height: 100%; }
    100% {
      height: 0; } }
  
  .has-drop {
    position: relative; }
    .has-drop li {
      min-width: 190px;
      display: block;
      padding-bottom: 10px; }
  
  .has-drop {
    color: #0eba0e; }
    .has-drop span {
      font-weight: 800; }
      .has-drop span:hover {
        color: #fff; }
    .has-drop .drop {
      display: none;
      position: absolute;
      top: 10px;
      padding-top: 25px;
      text-align: left;
      left: 0; }
      @media (min-width: 700px) {
        .has-drop .drop {
          width: 300px; } }
      .has-drop .drop a:hover {
        color: #fff; }
  
  .no-touch .has-drop:hover > a {
    color: #fff; }
  
  .no-touch .has-drop:hover .drop {
    display: block; }
  
  .menu-toggle {
    display: block;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 1000ms ease-in-out;
    transition: -webkit-transform 1000ms ease-in-out;
    -o-transition: transform 1000ms ease-in-out;
    transition: transform 1000ms ease-in-out;
    transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out; }
    @media (min-width: 700px) {
      .menu-toggle {
        display: none; } }
  
  @media (max-width: 700px) {
    header .header__menu {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 600ms ease;
      transition: -webkit-transform 600ms ease;
      -o-transition: transform 600ms ease;
      transition: transform 600ms ease;
      transition: transform 600ms ease, -webkit-transform 600ms ease;
      position: fixed;
      background: black;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-right: 44px;
      padding-top: 100px; }
      header .header__menu > li {
        margin-bottom: 20px; }
        header .header__menu > li > a {
          font-size: 22px;
          display: block; }
    .has-drop {
      text-align: right;
      color: #0eba0e;
      font-weight: 800; }
      .has-drop .drop {
        display: block;
        text-align: right;
        position: static;
        padding-top: 0;
        margin: 0; }
        .has-drop .drop a {
          font-size: 20px;
          display: block;
          padding-top: 5px; } }
  
  .logo, .menu-toggle {
    z-index: 2;
    position: relative; }
  
  .menu-toggle {
    margin-top: 0;
    margin-right: 40px;
    cursor: pointer; }
    .menu-toggle span {
      background-color: #0eba0e;
      width: 25px;
      height: 2px;
      display: block;
      margin-bottom: 5px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .menu-toggle .si {
      opacity: 1; }
  
  .ma .header__menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    max-width: 100vw; }
  
  .ma .fi {
    -webkit-transform: scale(1) rotate(-45deg) translate(-4px, 4px);
        -ms-transform: scale(1) rotate(-45deg) translate(-4px, 4px);
            transform: scale(1) rotate(-45deg) translate(-4px, 4px); }
  
  .ma .si {
    opacity: 0; }
  
  .ma .ti {
    -webkit-transform: scale(1) rotate(45deg) translate(-7px, -5px);
        -ms-transform: scale(1) rotate(45deg) translate(-7px, -5px);
            transform: scale(1) rotate(45deg) translate(-7px, -5px); }
  
  /* ==================================================
     Website Footer Styles
     ================================================== */
  footer {
    color: #fff;
    background-color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 100px 3%; }
    footer a {
      display: block;
      color: #fff; }
  
  a.footer-email {
    color: #0eba0e;
    font-weight: 800;
    margin-bottom: 15px; }
  
  .footer__logo {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 14px; }
    .footer__logo img {
      max-width: 250px;
      margin: 0 auto; }
  
  .footer__contact {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center; }
  
  .madeby {
    color: #0eba0e;
    display: inline;
    font-weight: 800; }
  
  /*news section*/
  a {
    text-decoration: none; }
  
  main {
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
  
  section.padding-0 {
    padding: 0; }
  
  .m-b-5 {
    margin-bottom: 5px; }
  
  .m-b-10 {
    margin-bottom: 10px; }
  
  .m-w-50 {
    max-width: 50%; }
  
  .relator {
    position: relative; }
  
  section {
    padding: 0 10%;
    height: 100vh; }
  
  .info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 100vh; }
  
  .inner {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out; }
  
  .section--done .inner {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  
  .green {
    color: #0eba0e; }
  
  #fullpage {
    z-index: 3; }
  
  .info {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  
  .scroll {
    margin-top: 60px; }
    .scroll circle {
      fill: #0eba0e;
      -webkit-animation-name: scroll;
              animation-name: scroll;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
  
  .scroll-wrap {
    z-index: 22;
    position: fixed;
    bottom: 40px;
    left: 10%;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 400ms ease 0s, -webkit-transform 500ms ease-out 0s;
    transition: opacity 400ms ease 0s, -webkit-transform 500ms ease-out 0s;
    -o-transition: opacity 400ms ease 0s, transform 500ms ease-out 0s;
    transition: opacity 400ms ease 0s, transform 500ms ease-out 0s;
    transition: opacity 400ms ease 0s, transform 500ms ease-out 0s, -webkit-transform 500ms ease-out 0s; }
  
  .init-show .scroll-wrap {
    opacity: 1;
    -webkit-transition-delay: 3s;
         -o-transition-delay: 3s;
            transition-delay: 3s; }
  
  .finalised .scroll-wrap {
    opacity: 1;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  
  .scrolled .scroll-wrap {
    -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  
  @-webkit-keyframes scroll {
    0% {
      cy: 4; }
    50% {
      cy: -30; }
    100% {
      cy: 4; } }
  
  @keyframes scroll {
    0% {
      cy: 4; }
    50% {
      cy: -30; }
    100% {
      cy: 4; } }
  
  .info__main {
    padding-bottom: 50px;
    -webkit-transition: opacity 4000ms ease 3s, -webkit-transform 2000ms ease 3s;
    transition: opacity 4000ms ease 3s, -webkit-transform 2000ms ease 3s;
    -o-transition: opacity 4000ms ease 3s, transform 2000ms ease 3s;
    transition: opacity 4000ms ease 3s, transform 2000ms ease 3s;
    transition: opacity 4000ms ease 3s, transform 2000ms ease 3s, -webkit-transform 2000ms ease 3s;
    -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
            transform: translateY(60%);
    font-size: 52px;
    font-weight: 800;
    opacity: 0;
    color: #0eba0e;
    will-change: opacity, transform; }
  
  .info__secondary {
    opacity: 0;
    -webkit-transition: opacity 4000ms ease 3s, -webkit-transform 2000ms ease 3s;
    transition: opacity 4000ms ease 3s, -webkit-transform 2000ms ease 3s;
    -o-transition: opacity 4000ms ease 3s, transform 2000ms ease 3s;
    transition: opacity 4000ms ease 3s, transform 2000ms ease 3s;
    transition: opacity 4000ms ease 3s, transform 2000ms ease 3s, -webkit-transform 2000ms ease 3s;
    -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
            transform: translateY(40%);
    color: #fff;
    font-size: 35px;
    will-change: opacity, transform; }
  
  #machine {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 3000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 3000ms ease, -webkit-transform 2000ms ease;
    -o-transition: opacity 3000ms ease, transform 2000ms ease;
    transition: opacity 3000ms ease, transform 2000ms ease;
    transition: opacity 3000ms ease, transform 2000ms ease, -webkit-transform 2000ms ease;
    -webkit-transform-origin: 77% 0%;
        -ms-transform-origin: 77% 0%;
            transform-origin: 77% 0%;
    will-change: opacity, transform; }
    #machine img {
      width: 100%; }
  
  .init-show #machine.hide {
    opacity: 0; }
  
  .init-show #machine {
    opacity: 1;
    -webkit-transition: opacity 2300ms ease, -webkit-transform 1500ms ease;
    transition: opacity 2300ms ease, -webkit-transform 1500ms ease;
    -o-transition: opacity 2300ms ease, transform 1500ms ease;
    transition: opacity 2300ms ease, transform 1500ms ease;
    transition: opacity 2300ms ease, transform 1500ms ease, -webkit-transform 1500ms ease;
    -webkit-transform: translateY(0) scale(0.3);
        -ms-transform: translateY(0) scale(0.3);
            transform: translateY(0) scale(0.3); }
  
  .init-show .info__main {
    opacity: 1;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  
  .init-show .info__secondary {
    opacity: 1;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  
  .fp-viewing-anchor1 #machine {
    -webkit-transition-delay: 3s;
         -o-transition-delay: 3s;
            transition-delay: 3s; }
  
  .precise-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .precise-section__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  #machine.machine--zoom {
    -webkit-transform: scale(0.7) translateY(-200%) translateX(50%);
        -ms-transform: scale(0.7) translateY(-200%) translateX(50%);
            transform: scale(0.7) translateY(-200%) translateX(50%); }
  
  .precise-trigger {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 10px;
    left: 0;
    background: red; }
  
  .precise-h1 {
    font-weight: 500;
    color: #fff;
    line-height: 1;
    font-size: 80px; }
  
  .precise-h2 {
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    font-size: 40px; }
  
  .ability {
    margin-left: 42%;
    margin-top: 140px; }
  
  .ability-h1 {
    font-weight: 800;
    color: #0eba0e;
    line-height: 1;
    font-size: 20px; }
  
  .ability-h2 {
    font-weight: 100;
    color: #0eba0e;
    line-height: 1;
    font-size: 200px; }
  
  .animate {
    will-change: transform;
    -webkit-transform: translateY(calc((var(--i) * 100px * 0.7)));
        -ms-transform: translateY(calc((var(--i) * 100px * 0.7)));
            transform: translateY(calc((var(--i) * 100px * 0.7)));
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: calc((var(--i) * .7s));
         -o-transition-duration: calc((var(--i) * .7s));
            transition-duration: calc((var(--i) * .7s));
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  
  .section.active .animate {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  
  .machine2 {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    will-change: transform;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 1s ease 100ms,-webkit-transform 1s ease 100ms;
    transition: opacity 1s ease 100ms,-webkit-transform 1s ease 100ms;
    -o-transition: transform 1s ease 100ms,opacity 1s ease 100ms;
    transition: transform 1s ease 100ms,opacity 1s ease 100ms;
    transition: transform 1s ease 100ms,opacity 1s ease 100ms,-webkit-transform 1s ease 100ms;
    margin-left: auto;
    padding: 0; }
    .machine2.show {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .machine2 img {
      width: auto;
      height: 100vh; }
  
  .remove-machine2 .machine2, .remove-machine2 .circle, .opacity-off .machine2, .opacity-off .circle {
    opacity: 0; }
  
  section.to-24 {
    height: 10px; }
  
  /** left*/
  .continuous-pin {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  
  .panel {
    height: 100%;
    width: 100%;
    position: absolute; }
  
  #slideContainer {
    width: 400%;
    /* to contain 4 panels, each with 100% of window width */
    height: 100%; }
  
  #pinContainer {
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000;
    perspective: 1000; }
  
  #slideContainer {
    width: 400%;
    /* to contain 4 panels, each with 100% of window width */
    height: 100%; }
  
  .panel {
    width: 100vw;
    /* relative to parent -> 25% of 400% = 100% of window width */
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden; }
  
  .continuous__in {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  
  .text {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 40px; }
  
  .line__progress {
    margin-bottom: 10px;
    background-image: url(../images/tube.svg?3);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 1500ms linear 0s;
    transition: -webkit-transform 1500ms linear 0s;
    -o-transition: transform 1500ms linear 0s;
    transition: transform 1500ms linear 0s;
    transition: transform 1500ms linear 0s, -webkit-transform 1500ms linear 0s; }
  
  @-webkit-keyframes move {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 90% 0; } }
  
  @keyframes move {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 90% 0; } }
  
  section.continuous-section {
    padding: 0; }
  
  .continuous-h2, .continuous-text {
    padding-left: 40%;
    padding-right: 15%; }
  
  .continuous-text {
    min-height: 43vh; }
  
  .side-machine {
    position: absolute;
    left: 5%;
    top: 0;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: -webkit-transform 700ms ease-in-out 0s;
    transition: -webkit-transform 700ms ease-in-out 0s;
    -o-transition: transform 700ms ease-in-out 0s;
    transition: transform 700ms ease-in-out 0s;
    transition: transform 700ms ease-in-out 0s, -webkit-transform 700ms ease-in-out 0s; }
  
  .show-machine .side-machine {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  
  .show-machine .line__progress {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: move 1500ms linear infinite;
    animation: move 1500ms linear infinite;
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  
  .opacity-1 {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    transition: opacity 400ms linear; }
  
  .opacity-1.on {
    opacity: 1;
    z-index: 3; }
  
  /*scrollbar*/
  ::-webkit-scrollbar {
    width: 0px;
    height: 3px; }
  
  ::-webkit-scrollbar-button {
    background-color: #303030; }
  
  ::-webkit-scrollbar-track {
    background-color: transparent; }
  
  ::-webkit-scrollbar-track-piece {
    background-color: transparent; }
  
  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #0eba0e;
    background-image: url("../images/green-texture-2.jpg") center;
    border-radius: 5px; }
  
  ::-webkit-scrollbar-corner {
    background-color: transparent; }
  
  ::-webkit-resizer {
    background-color: #0eba0e; }
  
  .proximity {
    -webkit-transition: -webkit-transform 1400ms cubic-bezier(0, 0, 0.3, 1);
    transition: -webkit-transform 1400ms cubic-bezier(0, 0, 0.3, 1);
    -o-transition: transform 1400ms cubic-bezier(0, 0, 0.3, 1);
    transition: transform 1400ms cubic-bezier(0, 0, 0.3, 1);
    transition: transform 1400ms cubic-bezier(0, 0, 0.3, 1), -webkit-transform 1400ms cubic-bezier(0, 0, 0.3, 1);
    will-change: transform;
    -webkit-transform: translateY(calc(100px * var(--p)));
        -ms-transform: translateY(calc(100px * var(--p)));
            transform: translateY(calc(100px * var(--p))); }
  
  .active .proximity {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  
  @media (max-width: 1020px) {
    .proximity {
      display: contents; } }
  
  h1 {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #fff; }
    h1.section {
      font-size: 36px;
      font-size: 3.6rem;
      margin-bottom: 30px; }
      h1.section a {
        text-decoration: none; }
  
  .h1 {
    margin-bottom: 50px;
    font-size: 80px;
    margin: 0;
    font-weight: 800;
    line-height: 1; }
  
  .h2 {
    margin-bottom: 30px;
    font-size: 80px;
    font-weight: 500; }
  
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 1.1;
    letter-spacing: 1px; }
  
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1px; }
  
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 10px; }
  
  .text-center {
    text-align: center; }
  
  .color-green {
    color: #166432; }
  
  .color-white {
    color: #fff; }
  
  .patterned {
    background: url("../images/green-texture-2.jpg") center;
    background-size: contain;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline; }
  
  .yes-touch .green-line {
    top: auto;
    bottom: calc(50% + 20px); }
  
  .yes-touch .green-circle {
    opacity: 0; }
  
  .yes-touch header {
    opacity: 1; }
  
  .yes-touch .logo {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px); }
  
  .yes-touch #menu li.active:before, .yes-touch #menu a, .yes-touch #menu li:after {
    width: 5px; }
  
  .yes-touch .zoom-machine__in {
    max-width: 100vw;
    height: 100vh; }
  
  .yes-touch .zoom-0__literals {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 70px;
    text-align: left; }
  
  .yes-touch .zoom-0__literals h1 {
    text-align: left; }
  
  .yes-touch .zoom-0__literals h4 {
    text-align: left; }
  
  .yes-touch #section16.fp-auto-height.fp-section {
    height: 200vh !important; }
  
  .yes-touch .fp-tableCell {
    vertical-align: top; }
  
  .yes-touch .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  
  .yes-touch .section.has-image {
    padding: 0; }
  
  .yes-touch .has-image__in {
    position: relative; }
  
  .yes-touch .has-image__info {
    position: absolute;
    bottom: 100px;
    z-index: 2;
    padding: 0 40px; }
  
  .yes-touch .has-image__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%; }
    .yes-touch .has-image__image img {
      height: 100%;
      width: auto; }
  
  .yes-touch .has-image__wrap:after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
  
  .yes-touch .precise-measurement__in {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px; }
  
  @media only screen and (max-width: 1600px) {
    .continuous-text {
      font-size: 25px;
      line-height: 1.5; }
    .line__progress {
      height: 30px; }
    .ability-h2 {
      font-size: 150px; }
    .precise-h1 {
      font-size: 60px; }
    .h1 {
      margin-bottom: 30px;
      font-size: 50px; }
    .scroll {
      margin-top: 20px;
      max-width: 25px;
      height: 50px; }
    .info__secondary {
      font-size: 25px; }
    .info__main {
      font-size: 35px;
      padding-bottom: 10px; }
    .has-image__info {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      margin-left: 7%;
      margin-right: 3%; }
    .desc__teaser {
      font-size: 25px;
      margin-top: 40px; }
    .line {
      margin-bottom: 10px; }
    .blow-up__text {
      font-size: 28px;
      margin-top: -26px; }
    .fly-in__machine-label {
      font-size: 20px; }
    .rotating__text {
      font-size: 32px; } }
  
  @media only screen and (max-width: 1100px) {
    nav {
      padding-top: 45px; }
    .logo {
      padding-left: 40px; }
      .logo .alogo {
        opacity: 0.8; }
    .h2 {
      margin-bottom: 30px;
      font-size: 60px;
      font-weight: 500; }
    .alogo > g {
      opacity: 1;
      -webkit-transition: opacity 300ms ease, -webkit-transform 600ms ease-in-out;
      transition: opacity 300ms ease, -webkit-transform 600ms ease-in-out;
      -o-transition: transform 600ms ease-in-out, opacity 300ms ease;
      transition: transform 600ms ease-in-out, opacity 300ms ease;
      transition: transform 600ms ease-in-out, opacity 300ms ease, -webkit-transform 600ms ease-in-out;
      -webkit-transform: translate(0, 26px);
          -ms-transform: translate(0, 26px);
              transform: translate(0, 26px); }
    .scrolled .menu-toggle {
      -webkit-transform: translate(0, -17px);
          -ms-transform: translate(0, -17px);
              transform: translate(0, -17px); }
    .scrolled .logo {
      -webkit-transform: translate(-10%, -35px) scale(0.7);
          -ms-transform: translate(-10%, -35px) scale(0.7);
              transform: translate(-10%, -35px) scale(0.7); }
    .scrolled .alogo > g {
      opacity: 0;
      -webkit-transform: translate(-100%, 26px);
          -ms-transform: translate(-100%, 26px);
              transform: translate(-100%, 26px); }
    .init-show #machine {
      -webkit-transform-origin: 33% 20%;
          -ms-transform-origin: 33% 20%;
              transform-origin: 33% 20%;
      -webkit-transform: translate(37vw, 30px) scale(0.6);
          -ms-transform: translate(37vw, 30px) scale(0.6);
              transform: translate(37vw, 30px) scale(0.6); }
    .info__main, .info__secondary {
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
    #machine.machine--zoom {
      -webkit-transform: scale(0.7) translateY(-170%) translateX(18%);
          -ms-transform: scale(0.7) translateY(-170%) translateX(18%);
              transform: scale(0.7) translateY(-170%) translateX(18%); }
    .section {
      padding: 0 40px; }
    .fly-in .fly-in__heading,
    .fly-in .fly-in__body {
      width: 100%; }
    .form-wrap {
      padding: 50px 40px 50px; }
    .side-machine {
      left: -10%; }
    .continuous-text {
      padding-left: 40%;
      padding-right: 40px;
      padding-top: 70px; }
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 100vh; }
    .footer__logo {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 20px; }
    .fly-in__machine-label {
      font-size: 15px; }
    .close-form {
      right: 20px; }
    .specs-file {
      margin-right: 60px; }
    .flex-controller__title {
      width: 40px;
      padding-right: 7px; }
    .flex-sub-grid__title {
      -ms-flex-preferred-size: 55px;
          flex-basis: 55px;
      padding-right: 10px; }
    .flex-controller__details {
      width: calc(100% - 40px); }
    .flex-sub-grid__details {
      -ms-flex-preferred-size: calc(100% - 55px);
          flex-basis: calc(100% - 55px); }
    .spec.fly-in--visible .fly-in__details {
      min-width: 1000px; }
    .spec.fly-in--visible .fly-in__body {
      overflow-x: scroll; }
    .fly-in__machine img {
      max-height: 60vh;
      margin: 0 20px; }
    .axl-machines-section {
      max-height: 50vh; }
    .axl-machines {
      display: none;
      max-width: 70vw;
      margin: 0 auto; }
    .contact-wrap.inner .btn {
      margin-left: auto;
      margin-right: auto; }
    .green-line, .green-line:after, .zoom-machine--4 .double-operation {
      height: 1px; }
    .rotating__svg:after {
      width: 26px;
      height: 26px;
      margin-left: -13px;
      margin-top: -15px; } }
  
  @media only screen and (max-width: 800px) {
    .rotating__text {
      display: none; }
    .h1, h1 {
      margin-bottom: 15px;
      font-size: 42px; }
    .ability {
      margin-left: 0;
      margin-top: 130px; }
    .precise-h1 {
      font-size: 35px; }
    .precise-h2 {
      font-size: 22px; }
    .ability-h2 {
      font-size: 90px; }
    #machine.machine--zoom {
      -webkit-transform: translateY(-410%) translateX(18%);
          -ms-transform: translateY(-410%) translateX(18%);
              transform: translateY(-410%) translateX(18%); }
    .contact-text {
      font-size: 17px; }
    .info__secondary {
      font-size: 20px; }
    .logo {
      padding-top: 10px;
      max-width: 100px; }
    .laser {
      -webkit-transform: translateX(17vh);
          -ms-transform: translateX(17vh);
              transform: translateX(17vh); }
    .machine2 {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      width: 100%;
      opacity: 0; }
      .machine2 img {
        opacity: 0;
        -webkit-transition: opacity 400ms ease 0s;
        -o-transition: opacity 400ms ease 0s;
        transition: opacity 400ms ease 0s;
        width: 100vw;
        height: 100vw;
        position: absolute;
        bottom: 0; }
    .machine2.show {
      opacity: 1;
      -webkit-transform: translateX(16vw);
          -ms-transform: translateX(16vw);
              transform: translateX(16vw); }
    .remove-machine2 .machine2.show {
      opacity: 0; }
    .machine2.show img {
      opacity: 1; }
    .scrolled .laser--move {
      -webkit-transform: translate(16vw, calc(50vh - 54vw)) rotate(45deg);
          -ms-transform: translate(16vw, calc(50vh - 54vw)) rotate(45deg);
              transform: translate(16vw, calc(50vh - 54vw)) rotate(45deg); }
    .precise-measurement__in {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 75px; }
    .show-machine .line__progress {
      -webkit-animation: none;
              animation: none;
      background-position: -15px 0px; }
    .side-machine {
      opacity: 0; }
    .continuous-text {
      padding-left: 40px;
      padding-top: 0px;
      font-size: 17px;
      min-height: 0; }
    .continuous-h2 {
      padding-left: 40px;
      padding-right: 40px;
      font-size: 50px; }
    .circle {
      opacity: 0; }
    .fp-viewing-anchor1 #machine {
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
    .zoom-machine {
      width: 100vw;
      padding: 0 20px; }
    .form-item--half {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .fly-in h1 {
      font-size: 25px;
      margin-top: 18px; }
    .btn {
      font-size: 15px;
      padding: 5px 18px 6px; }
    .logo svg {
      max-width: 120px; }
    .info__main {
      font-size: 28px;
      padding-bottom: 10px; }
    .detail .marger {
      margin-right: 0; }
    .zoom-machine__details .detail--one {
      margin-right: 0; }
      .zoom-machine__details .detail--one:before {
        width: 24vmin;
        -webkit-transform: translate(100%, 25%) rotate(-25deg);
            -ms-transform: translate(100%, 25%) rotate(-25deg);
                transform: translate(100%, 25%) rotate(-25deg); }
    .zoom-machine__details .detail--two {
      margin-right: 0; }
      .zoom-machine__details .detail--two:before {
        width: 35vmin;
        -webkit-transform: translate(100%, 25%) rotate(-12deg);
            -ms-transform: translate(100%, 25%) rotate(-12deg);
                transform: translate(100%, 25%) rotate(-12deg); }
    .zoom-machine__details .detail--three {
      margin-right: 0; }
      .zoom-machine__details .detail--three:before {
        width: 30vmin;
        -webkit-transform: translate(100%, 25%) rotate(-10deg);
            -ms-transform: translate(100%, 25%) rotate(-10deg);
                transform: translate(100%, 25%) rotate(-10deg); }
    .zoom-machine__details .detail--four {
      margin-right: 0; }
      .zoom-machine__details .detail--four:before {
        width: 29vmin;
        -webkit-transform: translate(100%, 25%) rotate(-13deg);
            -ms-transform: translate(100%, 25%) rotate(-13deg);
                transform: translate(100%, 25%) rotate(-13deg); }
      .zoom-machine__details .detail--four .extraline {
        width: 35vmin;
        -webkit-transform: translate(100%, 25%) rotate(-5deg);
            -ms-transform: translate(100%, 25%) rotate(-5deg);
                transform: translate(100%, 25%) rotate(-5deg);
        right: -15px; }
    .line__progress {
      -webkit-transition-duration: 500ms;
           -o-transition-duration: 500ms;
              transition-duration: 500ms; }
    .h1.desc__title {
      margin-top: 0;
      margin-bottom: 40px;
      min-height: 110px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .contact-wrap .btn {
      margin-top: 15px; }
    .contact-wrap .contact-text {
      font-size: 14px; }
    .axl-machines {
      text-align: center;
      display: none; }
      .axl-machines img {
        display: inline;
        width: auto;
        max-height: 30vh; }
    .axl-machine__name {
      margin-top: 0px; }
    .blow-up__text {
      margin-top: -63px;
      line-height: 1.4; }
    .laser-ver svg {
      -webkit-transform: scaleX(0.6);
          -ms-transform: scaleX(0.6);
              transform: scaleX(0.6); }
    .laser-hor svg {
      -webkit-transform: scaleY(0.6);
          -ms-transform: scaleY(0.6);
              transform: scaleY(0.6); } }
  
  @media only screen and (orientation: portrait) and (max-width: 800px) {
    .axl-machine {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .laser:after {
      width: 43px;
      height: 43px; }
    .contact-wrap {
      margin-left: 0;
      padding-left: 0;
      border-left: 0;
      padding-bottom: 40px;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: absolute;
      top: 50px;
      left: 20px;
      right: 20px;
      opacity: 0; }
    .section-contact.active .contact-wrap {
      opacity: 1; }
    .zoom-machine__details {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
    .zoom-machine__details li {
      margin: 2vh 0; }
    .zoom-machine__image {
      -webkit-transform: scale(1) translateX(22%);
          -ms-transform: scale(1) translateX(22%);
              transform: scale(1) translateX(22%);
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%; }
    .zoom-machine--1 .zoom-machine__image {
      -webkit-transform: scale(2) translateY(0);
          -ms-transform: scale(2) translateY(0);
              transform: scale(2) translateY(0); }
    .zoom-machine--2 .zoom-machine__image {
      -webkit-transform: scale(2) translateY(-10%) translateX(0);
          -ms-transform: scale(2) translateY(-10%) translateX(0);
              transform: scale(2) translateY(-10%) translateX(0); }
    .zoom-machine--3 .zoom-machine__image {
      -webkit-transform: scale(2) translateY(-24%) translateX(0);
          -ms-transform: scale(2) translateY(-24%) translateX(0);
              transform: scale(2) translateY(-24%) translateX(0); }
    .zoom-machine--4 .zoom-machine__image {
      -webkit-transform: scale(2) translateY(-32%) translateX(0);
          -ms-transform: scale(2) translateY(-32%) translateX(0);
              transform: scale(2) translateY(-32%) translateX(0); }
    .zoom-machine--2 .green-line:after {
      right: -52vw;
      width: 52vw; }
    .zoom-machine--3 .green-line:after {
      right: -41.5vw;
      width: 41.5vw; }
    .desc__teaser {
      font-size: 15px;
      margin-top: 20px;
      min-height: 100px;
      max-width: 50%; }
    .section {
      padding: 0 20px; }
    .h1 {
      font-size: 32px; }
    .h2, h2 {
      font-size: 22px; }
    .green-line {
      left: 5%;
      width: 35%; }
    .zoom-machine--1 .green-line {
      width: 35%; }
    .keyence-logo {
      max-width: 100px;
      display: inline;
      margin-top: 10px; }
    .has-image__info {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 60px; }
    .has-image__image {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .desc__teaser {
      margin-top: 10px;
      margin-bottom: 10px; }
    .line {
      display: inline; }
    .h1.plain__title {
      font-size: 28px; } }
  
  @media only screen and (max-width: 640px) {
    h1 {
      font-size: 26px; }
    .fly-in h1 {
      font-size: 21px;
      margin-top: 20px; }
    .contact-wrap.inner {
      padding: 0 45px; }
    .btn {
      font-size: 14px;
      padding: 4px 12px 5px; }
    .has-image__info {
      bottom: 150px; } }