@charset "UTF-8";
/**********************/
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?62686086");
  src: url("../fonts/icons.eot?62686086#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?62686086") format("woff2"), url("../fonts/icons.woff?62686086") format("woff"), url("../fonts/icons.ttf?62686086") format("truetype"), url("../fonts/icons.svg?62686086#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
    src: url("../font/icons.svg?62686086#icons") format("svg"); } }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-bag:before {
  content: '\e800'; }

/* 'Ó†Ä' */
.icon-down:before {
  content: '\e801'; }

/* 'Ó†A' */
.icon-left:before {
  content: '\e802'; }

/* 'Ó†a' */
.icon-right:before {
  content: '\e803'; }

/* 'Ó†É' */
.icon-search:before {
  content: '\e804'; }

/* 'Ó†Ą' */
.icon-up:before {
  content: '\e805'; }

/* 'Ó†Ö' */
.icon-mail:before {
  content: '\e815'; }

/* 'Ó†e' */
.icon-phone:before {
  content: '\e816'; }

/* 'Ó†E' */
/**********************/
strong {
  font-weight: 600;
  color: #4395b7; }

html, body {
  /*overflow-x: hidden;*/ }

html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  color: #212021;
  background-color: #fff;
  overflow-x: hidden; }

a {
  color: #4395b7;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  a:hover {
    color: #66abc7;
    text-decoration: none; }
  a:active {
    color: #3f8cac;
    text-decoration: none; }

p {
  margin-top: 2rem;
  margin-bottom: 0; }

p:first-child {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 0;
  color: #27334a;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: underline; }

h1 {
  font-size: 5.6rem;
  font-weight: 700; }

h2 {
  font-size: 4.4rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 0.471rem; }

h6 {
  font-size: 0.3535rem; }

.main {
  position: relative;
  background-color: #fff;
  overflow-x: hidden; }

#tablet-indicator,
#mobile-indicator {
  display: none; }

.section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .section.first {
    padding-top: 18rem; }
  .section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 {
    color: #fff; }

.nopadding-top {
  padding-top: 0; }

.nopadding-bottom {
  padding-bottom: 0; }

.parallax {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.inner {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: left;
  z-index: 5; }
  .inner.wide {
    max-width: 165rem; }
  .inner.medium {
    max-width: 148rem; }
  .inner.full {
    max-width: none; }

.btn {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2.2rem;
  border: 1px solid #000;
  border-radius: 2.1rem;
  background-color: transparent;
  color: #27334a;
  font-size: calc(1.1rem + 0.2vw);
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  /*
  	&.btn-green {
  		color: #fff;
  		background: $green;
  		border-color: $green;
  
  		&:hover {
  			background-color: lighten($green, 8%);
  			color: #fff;
  		}
  
  		&:active {
  			background-color: darken($green, 2%);
  			color: #fff;
  		}
  	}
  
  	&.btn-border {
  		color: $dark;
  		background: transparent;
  
  		&:hover {
  			background-color: lighten($blue, 10%);
  			color: #fff;
  		}
  
  		&:active {
  			background-color: darken($blue, 3%);
  			color: #fff;
  		}
  	}
  
  
  	&.btn-narrow {
  		padding-left: 1.2rem;
  		padding-right: 1.2rem;
  
  		&.btn-icon-only {
  			padding-left: 1rem;
  			padding-right: 1rem;
  		}
  
  		&.btn-icon-left {
  			padding-left: 1rem;
  		}
  
  		&.btn-icon-right {
  			padding-right: 1rem;
  		}
  	}
  
  	&.btn-transparent {
  		padding-left: 0;
  		padding-right: 0;
  		border-color: transparent;
  		background-color: transparent;
  		color: #000;
  
  		&:hover {
  			background-color: transparent;
  			color: #666;
  		}
  
  		&:active {
  			background-color: transparent;
  			color: #000;
  		}
  	}
  */ }
  .btn:hover {
    background-color: #000;
    color: #fff; }
  .btn:active {
    background-color: #000;
    color: #fff; }
  .btn i {
    color: #4395b7; }
  .btn.btn-icon-only {
    width: 5rem;
    padding-left: 0;
    padding-right: 0; }
    .btn.btn-icon-only i.icon-left, .btn.btn-icon-only i.icon-right, .btn.btn-icon-only i.icon-up, .btn.btn-icon-only i.icon-down {
      font-size: 120%; }
  .btn.btn-small {
    width: 2.8rem;
    padding: 0.4rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    vertical-align: text-bottom; }
  .btn.btn-icon-left {
    padding-left: 1.8rem; }
    .btn.btn-icon-left i {
      display: inline-block;
      margin-right: 1.6rem;
      margin-left: 0.4rem; }
      .btn.btn-icon-left i.icon-left {
        margin-left: 0;
        font-size: 1.8rem; }
      .btn.btn-icon-left i::before {
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        transition-property: transform; }
    .btn.btn-icon-left:hover i::before {
      -webkit-transform: translateX(-0.4rem);
      -ms-transform: translateX(-0.4rem);
      -o-transform: translateX(-0.4rem);
      transform: translateX(-0.4rem); }
  .btn.btn-icon-right {
    padding-right: 1.8rem; }
    .btn.btn-icon-right i {
      display: inline-block;
      margin-left: 1.6rem;
      margin-right: 0.4rem; }
      .btn.btn-icon-right i.icon-right {
        margin-right: 0;
        font-size: 1.8rem; }
      .btn.btn-icon-right i::before {
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        transition-property: transform; }
    .btn.btn-icon-right:hover i::before {
      -webkit-transform: translateX(0.4rem);
      -ms-transform: translateX(0.4rem);
      -o-transform: translateX(0.4rem);
      transform: translateX(0.4rem); }
  .btn.btn-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #27334a; }
    .btn.btn-transparent:hover {
      background-color: transparent;
      border-color: transparent;
      color: #27334a; }
    .btn.btn-transparent:active {
      background-color: transparent;
      border-color: transparent;
      color: #27334a; }
  .btn.btn-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .btn.btn-white:hover {
      background-color: #fff;
      color: #27334a; }
    .btn.btn-white:active {
      background-color: #fff;
      color: #000; }
  .btn.btn-dark {
    background-color: #313639;
    color: #fff; }
    .btn.btn-dark:hover {
      background-color: #3f4649;
      color: #fff; }
    .btn.btn-dark:active {
      background-color: greyen(#27334a, 4%);
      color: #fff; }
  .btn.btn-blue {
    background-color: #4395b7;
    border-color: #4395b7;
    color: #fff; }
    .btn.btn-blue i {
      color: #fff; }
    .btn.btn-blue:hover {
      background-color: #57a2c2;
      border-color: #57a2c2;
      color: #fff; }
    .btn.btn-blue:active {
      background-color: #3e89a8;
      border-color: #3e89a8;
      color: #fff; }
  .btn.btn-blue-border {
    background-color: transparent;
    border-color: #4395b7;
    color: #4395b7; }
    .btn.btn-blue-border i {
      color: #4395b7; }
    .btn.btn-blue-border:hover {
      background-color: #57a2c2;
      border-color: #57a2c2;
      color: #fff; }
      .btn.btn-blue-border:hover i {
        color: #fff; }
    .btn.btn-blue-border:active {
      background-color: #3e89a8;
      border-color: #3e89a8;
      color: #fff; }
      .btn.btn-blue-border:active i {
        color: #fff; }
  .btn.btn-red {
    background-color: #ae1517;
    color: #fff; }
    .btn.btn-red:hover {
      background-color: #c9181b;
      color: #fff; }
    .btn.btn-red:active {
      background-color: greyen(#ae1517, 4%);
      color: #fff; }
  .btn:disabled, .btn:disabled:hover, .btn:disabled:active, .btn.disabled, .btn.disabled:hover, .btn.disabled:active {
    background: #eceeee !important;
    border-color: #eceeee !important;
    color: #b7b9b9 !important;
    cursor: default;
    pointer-events: none; }
    .btn:disabled i, .btn:disabled:hover i, .btn:disabled:active i, .btn.disabled i, .btn.disabled:hover i, .btn.disabled:active i {
      color: #b7b9b9 !important; }

.input {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding: 1.3rem 1.4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #434343;
  border-radius: 0;
  color: #000;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s; }
  .input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999; }
  .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999; }
  .input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999; }
  .input:-moz-placeholder {
    /* Firefox 18- */
    color: #999; }
  .input:hover {
    background-color: rgba(0, 0, 0, 0.02); }
  .input:focus {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06); }
  .input.input-error, .input.wpcf7-not-valid {
    border-color: #ae1517 !important; }
  .dark .input {
    background-color: transparent;
    border-color: #aaa;
    color: #eee; }
    .dark .input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999; }
    .dark .input::-moz-placeholder {
      /* Firefox 19+ */
      color: #999; }
    .dark .input:-ms-input-placeholder {
      /* IE 10+ */
      color: #999; }
    .dark .input:-moz-placeholder {
      /* Firefox 18- */
      color: #999; }
    .dark .input:hover {
      border-color: #fff;
      background-color: rgba(255, 255, 255, 0.05); }
    .dark .input:focus {
      border-color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dark .input.input-error, .dark .input.wpcf7-not-valid {
      border-color: #ae1517 !important;
      background-color: rgba(174, 21, 23, 0.05); }

textarea.input {
  height: 4.7rem; }

select.input {
  padding-right: 4rem;
  -webkit-transition: background-color, border-color 0.2s ease-out 0s;
  -o-transition: background-color, border-color 0.2s ease-out 0s;
  transition: background-color, border-color 0.2s ease-out 0s;
  background-image: linear-gradient(45deg, transparent 50%, #6a6a6a 50%), linear-gradient(135deg, #6a6a6a 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(44% + 2px), calc(100% - 13px) calc(44% + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat; }
  select.input:focus {
    background-image: linear-gradient(45deg, #6a6a6a 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #6a6a6a 50%);
    background-position: calc(100% - 13px) 44%, calc(100% - 18px) 44%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    outline: 0; }
  select.input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select.input option {
    color: #000; }
  .dark select.input option {
    color: #000; }

label {
  display: block;
  margin-bottom: 0.4rem;
  padding-left: 1.4rem;
  color: #000; }
  .dark label {
    color: #fff; }

.anchor {
  position: absolute;
  top: 0; }

section {
  position: relative;
  width: 100%;
  pointer-events: none; }

.content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1; }

.trigger {
  position: absolute;
  left: 0; }

.title {
  height: 19600px;
  z-index: 1; }

.title-content {
  background-image: url("../images/1-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.title-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 42vw;
  max-width: 480px;
  min-width: 260px;
  z-index: 5; }
  .title-logo img {
    display: block;
    width: 100%;
    height: auto; }

.title-history {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5; }
  .title-history .history-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: 48%;
    width: 100%; }
    .title-history .history-title h2 {
      font-size: calc(2rem + 5vw);
      color: #fff;
      text-align: center; }
      .title-history .history-title h2 span {
        background-image: linear-gradient(45deg, #23345b 25%, #ffffff 25%, #ffffff 50%, #23345b 50%, #23345b 75%, #ffffff 75%, #ffffff 100%);
        background-size: calc(3px + 0.3vw) calc(3px + 0.3vw);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent; }
  .title-history .history-strip {
    position: absolute;
    left: 100%;
    bottom: 5vh;
    width: 100%; }
    .title-history .history-strip .history-strip-skip {
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      width: 8rem;
      background: rgba(32, 49, 92, 0);
      background: -moz-linear-gradient(90deg, rgba(32, 49, 92, 0) 0%, #20315c 80%);
      background: -webkit-linear-gradient(90deg, rgba(32, 49, 92, 0) 0%, #20315c 80%);
      background: linear-gradient(90deg, rgba(32, 49, 92, 0) 0%, #20315c 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20315c",endColorstr="#20315c",GradientType=1);
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
      cursor: pointer;
      pointer-events: auto;
      z-index: 11; }
      .title-history .history-strip .history-strip-skip i {
        position: absolute;
        top: 50%;
        right: 2rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2rem;
        color: #fff; }
      .title-history .history-strip .history-strip-skip:hover {
        width: 16rem; }
      .title-history .history-strip .history-strip-skip.invisible {
        opacity: 0 !important;
        visibility: hidden; }
      @media (max-width: 500px) {
        .title-history .history-strip .history-strip-skip {
          width: 6rem;
          background: transparent; }
          .title-history .history-strip .history-strip-skip i {
            right: 1.2rem;
            font-size: 1.6rem;
            text-shadow: 0 0 5px #25375f, 0 0 10px #25375f, 0 0 15px #25375f, 0 0 20px #25375f, 0 0 25px #25375f, 0 0 30px #25375f, 0 0 35px #25375f, 0 0 40px #25375f; }
          .title-history .history-strip .history-strip-skip:hover {
            width: 12rem; } }
  .title-history .history-strip-items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: calc(3500px + 50vw);
    flex-wrap: nowrap;
    white-space: nowrap;
    z-index: 10; }
  .title-history .history-strip-item {
    position: relative;
    padding: 1.5rem 5rem;
    vertical-align: top;
    border-left: 1px solid #fff;
    border-width: 0 1px;
    font-size: calc(1.1rem + 0.2vw);
    color: #fff;
    white-space: normal; }
    .title-history .history-strip-item:last-child {
      border-right: 1px solid #fff; }
    .title-history .history-strip-item h3 {
      font-size: calc(1.4rem + 0.2vw);
      color: #fff; }
    .title-history .history-strip-item p {
      margin-top: calc(1.2rem + 0.2vw); }
    @media (max-width: 1000px) {
      .title-history .history-strip-item {
        padding: 1.2rem 3rem; } }
    @media (max-width: 600px) {
      .title-history .history-strip-item {
        padding: 0.6rem 2rem; } }

#title-1 {
  top: 100px; }

#title-2 {
  top: 350px; }

#title-3 {
  top: 550px; }

#title-4 {
  bottom: -350px; }

.blowers {
  height: 5100px;
  z-index: 2; }

.blowers-number,
.air-number,
.world-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 20; }
  .blowers-number > div,
  .air-number > div,
  .world-number > div {
    text-align: center;
    -webkit-transform: scale(150);
    -ms-transform: scale(150);
    -o-transform: scale(150);
    transform: scale(150);
    opacity: 0; }
    .blowers-number > div > span,
    .air-number > div > span,
    .world-number > div > span {
      display: block; }
      .blowers-number > div > span.number-caption,
      .air-number > div > span.number-caption,
      .world-number > div > span.number-caption {
        color: #4395b7;
        font-size: calc(0.8rem + 1vw);
        font-weight: 600;
        line-height: 1.4;
        opacity: 0; }
      .blowers-number > div > span.number,
      .air-number > div > span.number,
      .world-number > div > span.number {
        font-size: calc(4.5rem + 5vw);
        font-weight: 700;
        font-variant-numeric: tabular-nums;
        color: #20325b;
        line-height: 1.05; }

.blowers-products {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding-bottom: 56.25%; }
  .blowers-products img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(9);
    -ms-transform: scale(9);
    -o-transform: scale(9);
    transform: scale(9);
    opacity: 10; }
    .blowers-products img:nth-child(1) {
      z-index: 6; }
    .blowers-products img:nth-child(2) {
      z-index: 7; }
    .blowers-products img:nth-child(3) {
      z-index: 8; }
    .blowers-products img:nth-child(4) {
      z-index: 9; }
    .blowers-products img:nth-child(5) {
      z-index: 10; }
    .blowers-products img:nth-child(6) {
      z-index: 11; }

#blowers-1 {
  top: 0; }

#blowers-2 {
  top: 400px; }

#blowers-3 {
  top: 750px; }

#blowers-4 {
  top: 1550px; }

#blowers-5 {
  top: 450px; }

#blowers-6 {
  top: 5200px; }

.air {
  height: 3350px;
  z-index: 3; }

.air-number > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
  .air-number > div > span.number {
    font-size: calc(2.5rem + 5vw); }

.air-ship {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding-bottom: 43.884599756196668021129622104835%;
  z-index: 12; }
  .air-ship img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.294);
    -ms-transform: scale(1.294);
    -o-transform: scale(1.294);
    transform: scale(1.294); }
  @media (max-width: 800px) {
    .air-ship {
      -webkit-transform: translateY(-48%) translateX(-50%) scale(1.7);
      -ms-transform: translateY(-48%) translateX(-50%) scale(1.7);
      -o-transform: translateY(-48%) translateX(-50%) scale(1.7);
      transform: translateY(-48%) translateX(-50%) scale(1.7); } }

.air-ships {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 7; }
  .air-ships .air-ships-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(8.65);
    -ms-transform: scale(8.65);
    -o-transform: scale(8.65);
    transform: scale(8.65);
    opacity: 0;
    z-index: 7; }
    .air-ships .air-ships-img img {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: auto;
      z-index: 8; }
  @media (max-width: 1200px) {
    .air-ships .air-ships-img::before, .air-ships .air-ships-img::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 30%;
      z-index: 9; }
    .air-ships .air-ships-img::before {
      top: 0;
      background: white;
      background: -moz-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
    .air-ships .air-ships-img::after {
      bottom: 0;
      background: white;
      background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); } }
  @media (max-width: 800px) {
    .air-ships {
      -webkit-transform: translateY(-48%) translateX(-50%) scale(1.7);
      -ms-transform: translateY(-48%) translateX(-50%) scale(1.7);
      -o-transform: translateY(-48%) translateX(-50%) scale(1.7);
      transform: translateY(-48%) translateX(-50%) scale(1.7); }
      .air-ships .air-ships-img::before, .air-ships .air-ships-img::after {
        height: 40%; } }

#air-1 {
  top: 0; }

#air-2 {
  top: 250px; }

#air-3 {
  top: 1000px; }

#air-4 {
  top: 150px; }

#air-5 {
  top: 1850px; }

#air-6 {
  top: 3200px; }

.world {
  height: 2850px;
  z-index: 4; }

.world-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.world-number > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.world-map {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 7; }
  .world-map > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .world-map > div img {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: auto;
      z-index: 8; }
    .world-map > div .world-pin {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #4395b7;
      z-index: 9; }
      @media (max-width: 1200px) {
        .world-map > div .world-pin {
          width: 6px;
          height: 6px; } }
      @media (max-width: 600px) {
        .world-map > div .world-pin {
          width: 4px;
          height: 4px; } }
      .world-map > div .world-pin.world-pin-1 {
        left: 93%;
        top: 86%; }
      .world-map > div .world-pin.world-pin-2 {
        left: 55%;
        top: 49%; }
      .world-map > div .world-pin.world-pin-3 {
        left: 26%;
        top: 64.3%; }
      .world-map > div .world-pin.world-pin-4 {
        left: 46.6%;
        top: 35.6%; }
      .world-map > div .world-pin.world-pin-5 {
        left: 21%;
        top: 44%; }
      .world-map > div .world-pin.world-pin-6 {
        left: 29.3%;
        top: 81%; }
      .world-map > div .world-pin.world-pin-7 {
        left: 54%;
        top: 28.2%; }
      .world-map > div .world-pin.world-pin-8 {
        left: 54%;
        top: 33%; }
      .world-map > div .world-pin.world-pin-9 {
        left: 62%;
        top: 48%; }
      .world-map > div .world-pin.world-pin-10 {
        left: 55.5%;
        top: 37.8%; }
      .world-map > div .world-pin.world-pin-11 {
        left: 45%;
        top: 35%; }
      .world-map > div .world-pin.world-pin-12 {
        left: 16%;
        top: 31%; }
      .world-map > div .world-pin.world-pin-13 {
        left: 51%;
        top: 37.5%; }
      .world-map > div .world-pin.world-pin-14 {
        left: 54.6%;
        top: 34.8%; }
      .world-map > div .world-pin.world-pin-15 {
        left: 26.3%;
        top: 53.6%; }
      .world-map > div .world-pin.world-pin-16 {
        left: 26.5%;
        top: 68%; }
      .world-map > div .world-pin.world-pin-17 {
        left: 65.5%;
        top: 39%; }
      .world-map > div .world-pin.world-pin-18 {
        left: 20%;
        top: 53%; }
      .world-map > div .world-pin.world-pin-19 {
        left: 74.5%;
        top: 64.7%; }
      .world-map > div .world-pin.world-pin-20 {
        left: 83%;
        top: 76%; }
      .world-map > div .world-pin.world-pin-21 {
        left: 52.2%;
        top: 36%; }
      .world-map > div .world-pin.world-pin-22 {
        left: 28%;
        top: 54.8%; }
      .world-map > div .world-pin.world-pin-23 {
        left: 29.5%;
        top: 60.3%; }
      .world-map > div .world-pin.world-pin-24 {
        left: 47.9%;
        top: 39%; }
      .world-map > div .world-pin.world-pin-25 {
        left: 70%;
        top: 29%; }
      .world-map > div .world-pin.world-pin-26 {
        left: 28.4%;
        top: 76%; }
      .world-map > div .world-pin.world-pin-27 {
        left: 57.2%;
        top: 63.8%; }
      .world-map > div .world-pin.world-pin-28 {
        left: 53.8%;
        top: 31.7%; }
      .world-map > div .world-pin.world-pin-29 {
        left: 35%;
        top: 25%; }
      .world-map > div .world-pin.world-pin-30 {
        left: 75%;
        top: 40%; }
      .world-map > div .world-pin.world-pin-31 {
        left: 53.6%;
        top: 78.8%; }
      .world-map > div .world-pin.world-pin-32 {
        left: 27.6%;
        top: 62.2%; }
      .world-map > div .world-pin.world-pin-33 {
        left: 59%;
        top: 52%; }
      .world-map > div .world-pin.world-pin-34 {
        left: 45.6%;
        top: 60.2%; }
      .world-map > div .world-pin.world-pin-35 {
        left: 42.2%;
        top: 26.6%; }
      .world-map > div .world-pin.world-pin-36 {
        left: 76%;
        top: 58%; }
      .world-map > div .world-pin.world-pin-37 {
        left: 33%;
        top: 69%; }
      .world-map > div .world-pin.world-pin-38 {
        left: 49.6%;
        top: 29.5%; }
      .world-map > div .world-pin.world-pin-39 {
        left: 59.6%;
        top: 73.4%; }
      .world-map > div .world-pin.world-pin-40 {
        left: 46.7%;
        top: 57.8%; }
      .world-map > div .world-pin.world-pin-41 {
        left: 53.5%;
        top: 34%; }
      .world-map > div .world-pin.world-pin-42 {
        left: 51%;
        top: 30%; }
      .world-map > div .world-pin.world-pin-43 {
        left: 49%;
        top: 60%; }
      .world-map > div .world-pin.world-pin-44 {
        left: 77.6%;
        top: 64.4%; }
      .world-map > div .world-pin.world-pin-45 {
        left: 49.7%;
        top: 36%; }
      .world-map > div .world-pin.world-pin-46 {
        left: 46%;
        top: 43.5%; }
      .world-map > div .world-pin.world-pin-47 {
        left: 59.9%;
        top: 56.3%; }
      .world-map > div .world-pin.world-pin-48 {
        left: 57.4%;
        top: 46.3%; }
      .world-map > div .world-pin.world-pin-49 {
        left: 49.7%;
        top: 40.5%; }
      .world-map > div .world-pin.world-pin-50 {
        left: 59.6%;
        top: 43.4%; }
      .world-map > div .world-pin.world-pin-51 {
        left: 79.5%;
        top: 55.6%; }
      .world-map > div .world-pin.world-pin-52 {
        left: 44.9%;
        top: 43.3%; }
      .world-map > div .world-pin.world-pin-53 {
        left: 55.8%;
        top: 44.2%; }
      .world-map > div .world-pin.world-pin-54 {
        left: 52.7%;
        top: 50%; }
      .world-map > div .world-pin.world-pin-55 {
        left: 49.5%;
        top: 46.2%; }
      .world-map > div .world-pin.world-pin-56 {
        left: 45.6%;
        top: 47.6%; }
      .world-map > div .world-pin.world-pin-57 {
        left: 51%;
        top: 38.7%; }
      .world-map > div .world-pin.world-pin-58 {
        left: 51.6%;
        top: 41.1%; }
      .world-map > div .world-pin.world-pin-59 {
        left: 52.4%;
        top: 38.1%; }
      .world-map > div .world-pin.world-pin-60 {
        left: 52.5%;
        top: 40.9%; }
      .world-map > div .world-pin.world-pin-61 {
        left: 52.8%;
        top: 43.7%; }
      .world-map > div .world-pin.world-pin-62 {
        left: 53.7%;
        top: 40%; }
      .world-map > div .world-pin.world-pin-63 {
        left: 53.7%;
        top: 42%; }
      .world-map > div .world-pin.world-pin-64 {
        left: 52%;
        top: 39%; }
      .world-map > div .world-pin.world-pin-65 {
        left: 58.6%;
        top: 42.3%; }
      .world-map > div .world-pin.world-pin-66 {
        left: 51%;
        top: 40%; }
      .world-map > div .world-pin.world-pin-67 {
        left: 52.8%;
        top: 42.4%; }

#world-1 {
  top: 0; }

#world-2 {
  top: 50px; }

#world-3 {
  top: 700px; }

#world-4 {
  top: 200px; }

#world-5 {
  top: 400px; }

#world-6 {
  top: 2650px; }

.end {
  height: 2200px;
  z-index: 5; }

.end-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 20; }
  .end-title > div {
    position: relative;
    width: 100%;
    max-width: calc(10rem + 60vw);
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 700px) {
      .end-title > div {
        max-width: calc(8rem + 50vw); } }
    .end-title > div > span {
      display: block; }
      .end-title > div > span.title-thanks {
        position: relative;
        display: block;
        width: 0;
        height: calc(1.1 * (2rem + 3vw));
        margin: 0 auto;
        font-size: calc(2rem + 3vw);
        font-weight: 700;
        color: #20325b;
        line-height: 1.1; }
        .end-title > div > span.title-thanks .title-thanks-left {
          position: absolute;
          right: 0.15em;
          top: 0;
          white-space: nowrap; }
        .end-title > div > span.title-thanks .title-thanks-right {
          position: absolute;
          left: 0.15em;
          top: 0;
          white-space: nowrap;
          -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
          -o-transform: translateY(10%);
          transform: translateY(10%);
          opacity: 0; }
        @media (max-width: 700px) {
          .end-title > div > span.title-thanks {
            width: 100%;
            height: calc(2 * 1.1 * (2rem + 3vw));
            margin-bottom: calc(0.4rem + 1.4vw); }
            .end-title > div > span.title-thanks .title-thanks-left {
              top: 0;
              left: 0;
              right: 0;
              width: 100%;
              text-align: center; }
            .end-title > div > span.title-thanks .title-thanks-right {
              top: 50%;
              left: 0;
              right: 0;
              width: 100%;
              text-align: center; } }
      .end-title > div > span.title-caption {
        margin-top: calc(0.2rem + 1vw);
        color: #4395b7;
        font-size: calc(1.0rem + 1.4vw);
        font-weight: 600;
        line-height: 1.4;
        opacity: 0; }
    .end-title > div .end-signature {
      position: absolute;
      right: calc(0rem + 5vw);
      bottom: calc(-3rem - 4vw);
      width: calc(5rem + 7vw); }
      .end-title > div .end-signature svg {
        width: 100%;
        height: auto; }
        .end-title > div .end-signature svg path {
          opacity: 0; }
      @media (max-width: 700px) {
        .end-title > div .end-signature {
          bottom: calc(-6rem - 6vw); } }

#end-1 {
  top: 0; }

#end-2 {
  top: 500px; }

#end-3 {
  top: 300px; }

#end-4 {
  top: 700px; }

.copyright {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #666; }
  .copyright .created {
    position: absolute;
    right: 2rem;
    bottom: 0;
    display: block;
    font-size: 1.4rem; }
    .copyright .created a {
      color: #666;
      text-decoration: none; }
      .copyright .created a img {
        position: relative;
        top: -0.2rem;
        display: inline-block;
        width: auto;
        height: 1.6rem;
        margin-left: 1rem;
        vertical-align: middle;
        opacity: 0.8;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
      .copyright .created a:hover {
        color: #000;
        text-decoration: none; }
        .copyright .created a:hover img {
          opacity: 1; }

.btn-website {
  position: fixed;
  left: 2rem;
  top: 2rem;
  margin: 0;
  z-index: 999; }

.btn-play {
  position: fixed;
  right: 2rem;
  top: 2rem;
  margin: 0;
  z-index: 999; }

.languages {
  position: fixed;
  left: 2rem;
  top: 2.8rem;
  right: 2rem;
  text-align: center;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  z-index: 998; }
  .languages a {
    margin: 0 0.7rem;
    text-transform: none;
    text-decoration: none; }
  .languages ul {
    position: absolute;
    top: 80%;
    left: -2rem;
    right: -2rem;
    padding: 0.4rem 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(67, 149, 183, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out 0.3s;
    -o-transition: all 0.15s ease-out 0.3s;
    transition: all 0.15s ease-out 0.3s;
    z-index: 99; }
    .languages ul::before {
      position: absolute;
      content: " ";
      bottom: 100%;
      left: 50%;
      height: 10px;
      width: 0;
      margin-left: -12px;
      border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 12px; }
    .languages ul::after {
      position: absolute;
      bottom: 100%;
      right: 0;
      left: 0;
      content: " ";
      height: 1rem;
      width: 100%; }
    .languages ul li {
      float: none;
      display: block;
      width: 100% !important; }
      .languages ul li a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0.8rem 0.3rem;
        line-height: 1.2;
        font-size: 1.5rem;
        text-transform: none;
        text-decoration: none;
        text-align: center;
        color: #000;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
        .languages ul li a:hover {
          color: #4395b7; }
        .has-dark-top .header:not(.open) .languages ul li a {
          color: #000; }
          .has-dark-top .header:not(.open) .languages ul li a:hover {
            color: #4395b7; }
  @media (max-width: 700px) {
    .languages {
      top: 3.1rem; } }
  @media (max-width: 450px) {
    .languages {
      top: 8rem;
      text-align: right; } }

.moving-mouse-holder {
  position: fixed;
  left: 50%;
  bottom: 4rem;
  width: 32px;
  display: block;
  margin-left: -16px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 2; }
  .moving-mouse-holder .mouse {
    width: 32px;
    height: 50px;
    position: relative;
    right: 0;
    border-radius: 18px;
    border: 2px solid #fff;
    transition: border 500ms ease-out;
    animation: mouse-scroll 2s infinite ease; }
    .moving-mouse-holder .mouse .mouse-button {
      background-color: #fff;
      width: 4px;
      height: 10px;
      border-radius: 2px;
      position: absolute;
      top: 10px;
      left: 50%;
      margin: 0 0 0 -2px;
      animation: mouse-button-scroll 2s infinite ease; }
  .moving-mouse-holder:hover {
    opacity: 1; }
  .moving-mouse-holder.invisible {
    opacity: 0 !important; }

@keyframes mouse-scroll {
  0%, 100% {
    transform: translate(0, 0); }
  40% {
    transform: translate(0, 12px); } }
@keyframes mouse-button-scroll {
  0%, 100% {
    transform: translate(0, 0) scale(1, 1);
    opacity: 0.8; }
  40% {
    transform: translate(0, 18px) scale(1, 0.8);
    opacity: 0; }
  50% {
    transform: translate(0, -5px) scale(1, 1);
    opacity: 0; } }
.spacer {
  height: 100vh; }

.pb {
  position: fixed;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #fff;
  z-index: 999; }
  @media (max-width: 600px) {
    .pb {
      top: 0;
      bottom: auto; } }

/*# sourceMappingURL=styles.css.map */
