@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(vendor/font-awesome/font-awesome.css);
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, vendor/_skrollstrap.scss */
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* line 18, vendor/_skrollstrap.scss */
header {
  height: 60px;
  background-color: black;
  opacity: 0.2;
}

/* line 24, vendor/_skrollstrap.scss */
section {
  overflow: hidden;
  position: relative;
}

/* line 28, vendor/_skrollstrap.scss */
.skrollable {
  position: fixed;
  z-index: 100;
  width: 100%;
}

/* line 33, vendor/_skrollstrap.scss */
.skrollable .skrollable {
  position: absolute;
}

/* line 36, vendor/_skrollstrap.scss */
.skrollable .skrollable .skrollable {
  position: static;
}

/* line 40, vendor/_skrollstrap.scss */
.skrollr-desktop .skrollable .skrollable {
  position: relative;
}

/* line 44, vendor/_skrollstrap.scss */
#scrollbar {
  position: fixed;
  right: 2px;
  height: 50px;
  width: 6px;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 300;
  border-radius: 3px;
}

/* line 56, vendor/_skrollstrap.scss */
.skrollr-desktop #scrollbar {
  display: none;
}

/* line 58, vendor/_skrollstrap.scss */
.scroll-hud {
  position: fixed;
  padding: 5px;
  top: 0px;
  right: 0px;
  background-color: gray;
  color: white;
  z-index: 9999;
}

/* line 68, vendor/_skrollstrap.scss */
.content {
  position: relative;
  z-index: 999;
}

/* line 73, vendor/_skrollstrap.scss */
.background-container-sticky {
  width: 100%;
  overflow: hidden;
}

/* line 78, vendor/_skrollstrap.scss */
.background-container,
.background-fixed,
.background-container-sticky {
  position: absolute !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 87, vendor/_skrollstrap.scss */
.background-container {
  width: 100%;
  overflow: hidden;
}

/* line 92, vendor/_skrollstrap.scss */
.background-fixed,
.background-full {
  width: 100%;
  height: 100%;
}

/* line 97, vendor/_skrollstrap.scss */
.background-still,
.foreground-still {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* line 103, vendor/_skrollstrap.scss */
.foreground-still {
  z-index: 9997;
  pointer-events: none;
}

/* line 107, vendor/_skrollstrap.scss */
.background {
  height: 120%;
  width: 100%;
}

/* line 111, vendor/_skrollstrap.scss */
.foreground {
  height: 120%;
  width: 100%;
  z-index: 9999;
}

/* line 117, vendor/_skrollstrap.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9998;
  /* makes sure it stays on top */
}

/* line 127, vendor/_skrollstrap.scss */
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  background-image: url('../images/?1439819268');
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* line 141, vendor/_skrollstrap.scss */
#compatibility_mask {
  display: none;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  margin: 0;
  text-align: center;
}

/* line 156, vendor/_skrollstrap.scss */
.skrollr-mobile .skrollable {
  position: absolute;
}

/* line 159, vendor/_skrollstrap.scss */
.skrollr-mobile #skrollr-body {
  margin-top: 84px;
}

/* Slider */
/* line 3, vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, vendor/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 40, vendor/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1437747163') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('fonts/slick.eot?1437747163');
  src: url('fonts/slick.eot?&1437747163#iefix') format("embedded-opentype"), url('fonts/slick.woff?1437747163') format("woff"), url('fonts/slick.ttf?1437747163') format("truetype"), url('fonts/slick.svg?1437747163#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 59, vendor/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 75, vendor/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 79, vendor/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 83, vendor/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 88, vendor/_slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: #ec222a;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 100, vendor/_slick-theme.scss */
.slick-prev {
  left: -45px;
}
/* line 102, vendor/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -45px;
}
/* line 106, vendor/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 108, vendor/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 114, vendor/_slick-theme.scss */
.slick-next {
  right: -45px;
}
/* line 116, vendor/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -45px;
  right: auto;
}
/* line 120, vendor/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 122, vendor/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 129, vendor/_slick-theme.scss */
.slick-slider {
  margin-bottom: 30px;
  border: 0;
  outline: 0;
}

/* line 135, vendor/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 143, vendor/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 151, vendor/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 163, vendor/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 165, vendor/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 169, vendor/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 186, vendor/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@-moz-keyframes twinkler {
  from {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  to {
    -moz-transform: translateX(-5000px);
    transform: translateX(-5000px);
  }
}
@-webkit-keyframes twinkler {
  from {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(-5000px);
    transform: translateX(-5000px);
  }
}
@keyframes twinkler {
  from {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  to {
    -moz-transform: translateX(-5000px);
    -ms-transform: translateX(-5000px);
    -webkit-transform: translateX(-5000px);
    transform: translateX(-5000px);
  }
}
/* line 53, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_selection.scss */
*::-moz-selection {
  color: white;
  background-color: black;
}
/* line 53, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_selection.scss */
*::selection {
  color: white;
  background-color: black;
}

/* line 38, style-mobile.scss */
.stars-bg {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 49, style-mobile.scss */
.stars, .twinkling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 59, style-mobile.scss */
.stars {
  background: #000 url('../images/gui-elements/stars.png?1431556668') repeat top center;
  z-index: 0;
}

/* line 63, style-mobile.scss */
.twinkling {
  -moz-animation: twinkler 240s linear infinite;
  -webkit-animation: twinkler 240s linear infinite;
  animation: twinkler 240s linear infinite;
  background: transparent url('../images/gui-elements/twinkling.png?1431556712') repeat top center;
  z-index: 1;
  width: 100%;
}

/* ********************************************
 * Header
 * ********************************************/
/* line 87, style-mobile.scss */
header {
  position: fixed;
  z-index: 9998;
  top: 0px;
  width: 100%;
  height: 60px;
  opacity: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background-image: -moz-linear-gradient(#ffffff, #f4f4f4);
  background-image: -webkit-linear-gradient(#ffffff, #f4f4f4);
  background-image: linear-gradient(#ffffff, #f4f4f4);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow: hidden;
}
/* line 99, style-mobile.scss */
header div {
  top: 0px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
/* line 105, style-mobile.scss */
header .social_link {
  margin: 0 5px 0 5px;
}

/* line 110, style-mobile.scss */
.heade-vs-logo {
  margin-top: 13px;
}

/* line 115, style-mobile.scss */
.header_headline {
  display: inline-block;
  margin: 15px 0 0 5px;
  font-size: 9px;
}

/* line 121, style-mobile.scss */
.header_social {
  margin: 18px 10px 0 0;
  font-size: 20px;
}

/* line 125, style-mobile.scss */
.header-vs-logo {
  width: 170px;
  margin: 12px 0 0 10px;
}

/* line 129, style-mobile.scss */
.header-ae-logo {
  margin: 4px 10px 0 0;
}

/* line 132, style-mobile.scss */
.header-ae-logo span {
  position: relative;
  left: -30px;
  font-size: 11px;
}

/* line 137, style-mobile.scss */
.header-ae-logo a {
  position: relative;
  top: -16px;
}

/* line 141, style-mobile.scss */
.header-ae-logo-img {
  width: 110px;
}

/* line 144, style-mobile.scss */
.header-hw-logo {
  margin: 11px 10px 0 0;
}

/* line 147, style-mobile.scss */
.header-hw-logo span {
  position: relative;
  font-size: 11px;
}

/* line 151, style-mobile.scss */
.header-hw-logo a {
  position: relative;
}

/* line 154, style-mobile.scss */
.header-hw-logo-img {
  width: 70px;
}

/* line 157, style-mobile.scss */
.header-av-logo {
  width: 130px;
  margin: 16px 0 0 10px;
}

/* line 169, style-mobile.scss */
html {
  overflow: hidden;
}

/* line 173, style-mobile.scss */
p {
  line-height: 1.4;
  font-size: 1rem;
  margin: 10px 10px 10px 0px;
}

/* line 178, style-mobile.scss */
h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
}

/* line 184, style-mobile.scss */
.slide-desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

/* line 188, style-mobile.scss */
section,
.chapter {
  position: relative;
  display: block;
  top: 60px;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 197, style-mobile.scss */
section .content,
section .container,
section .column,
.chapter .content,
.chapter .container,
.chapter .column {
  height: 100%;
  width: 100%;
  z-index: 5000;
}
/* line 205, style-mobile.scss */
section.content-chapter,
.chapter.content-chapter {
  padding: 0% 1%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}

/* line 214, style-mobile.scss */
.row {
  max-width: 100%;
  margin: 0 auto;
}

/* line 220, style-mobile.scss */
body {
  background-color: white;
}

/* line 224, style-mobile.scss */
.marker {
  position: relative;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 233, style-mobile.scss */
.earth,
.trails {
  position: absolute;
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 248, style-mobile.scss */
.intro {
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 253, style-mobile.scss */
.plane {
  z-index: 6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 40%;
}

/* line 262, style-mobile.scss */
.slider {
  width: 80%;
  margin-left: 10%;
  display: block;
  height: auto;
}
/* line 267, style-mobile.scss */
.slider img {
  width: 100%;
  height: auto;
}

/* line 273, style-mobile.scss */
header h1 {
  color: white;
  padding: 20px;
  font-family: sans-serif;
}

/* line 279, style-mobile.scss */
h1 {
  font-size: 2rem;
  margin-top: 20px;
}

/* line 283, style-mobile.scss */
h2 {
  font-size: 1.5rem;
  text-align: left;
  font-style: italic;
  margin: 10px 0px 5px 0px;
}

/* line 289, style-mobile.scss */
.author {
  font-size: 1.2rem !important;
  margin: 10px 0px 30px 0px;
}

/* line 298, style-mobile.scss */
.tag {
  max-width: 50%;
  width: 50%;
  height: 100%;
  position: absolute !important;
  top: -5%;
  left: -5%;
  text-align: center;
  display: inline-block;
  z-index: 19;
  color: white;
  font-style: italic;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

/* line 317, style-mobile.scss */
.article-title {
  font-size: 2.5rem;
  margin-bottom: 0px;
  top: 18%;
  z-index: 19;
  left: 10%;
  max-width: 50%;
  width: 50%;
  height: 100%;
  text-align: center;
  display: inline-block;
  z-index: 19;
  color: white;
  font-style: italic;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
/* line 324, style-mobile.scss */
.article-title span {
  font-size: 1rem;
}

/* line 339, style-mobile.scss */
.author {
  font-size: 1.5rem;
}

/* line 343, style-mobile.scss */
.tag {
  max-width: 400px;
  text-align: left;
  left: 20%;
  top: 20%;
  font-size: 1.2rem;
}

/* line 351, style-mobile.scss */
.intro1 .wifi-signal {
  position: absolute !important;
  top: -150px;
  left: 34%;
}
/* line 361, style-mobile.scss */
.intro1 .trail {
  height: 100%;
  width: 30px;
  background-image: url('../images/gui-elements/scene1/trail.png?1439164636');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  top: 0;
  left: 34.6%;
  position: absolute !important;
  z-index: 19;
}
/* line 374, style-mobile.scss */
.intro1 .earth {
  background-image: url('../images/gui-elements/scene1/earth.png?1439151254');
  z-index: 18;
}
/* line 378, style-mobile.scss */
.intro1 .plane {
  background-image: url('../images/gui-elements/scene1/plane-with-wifi.png?1439230332');
  width: 50%;
  height: 1200px;
  left: 10%;
  z-index: 20;
}

/* line 394, style-mobile.scss */
.intro2 .earth {
  width: 2300px;
  height: 2300px;
  left: -300px;
  top: -300px;
  background-position: 0 0;
}
/* line 407, style-mobile.scss */
.intro2 .earth {
  background-image: url('../images/gui-elements/scene2/earth2.png?1439318964');
}
/* line 410, style-mobile.scss */
.intro2 .trails {
  position: absolute !important;
  background-image: url('../images/gui-elements/scene2/trails2.png?1439320180');
  width: 100%;
  height: 100%;
  background-position: 0 0;
  top: 0;
  left: 0;
}
/* line 419, style-mobile.scss */
.intro2 .plane {
  background-image: url('../images/gui-elements/scene2/plane.png?1439160206');
  width: 200px;
  height: 200px;
}
/* line 429, style-mobile.scss */
.intro2 .plane.plane1 {
  top: 22.75%;
  left: 19.75%;
}
/* line 433, style-mobile.scss */
.intro2 .plane.plane2 {
  top: 29.5%;
  left: 19%;
  width: 160px;
  height: 160px;
}
/* line 444, style-mobile.scss */
.intro2 .plane.plane3 {
  top: 0.5%;
  left: 10%;
  width: 120px;
  height: 120px;
}

/* line 461, style-mobile.scss */
.sponsored {
  width: 300px;
  height: 123.19998px;
  top: 50%;
  margin-top: -61.59999px;
  left: 50%;
  margin-left: -150px;
  z-index: 500;
}

/* line 479, style-mobile.scss */
.intro3 .earth,
.intro3 .earth-glow {
  background-size: 1500px;
}
/* line 483, style-mobile.scss */
.intro3 .earth {
  left: 50%;
  top: 50%;
  margin-top: -750px;
  margin-left: -750px;
  width: 1500px;
  height: 1500px;
  background-image: url('../images/gui-elements/scene3/earth2.png?1439210728');
}
/* line 494, style-mobile.scss */
.intro3 .earth-glow {
  background-image: url('../images/gui-elements/scene3/earth2-glow.png?1439210742');
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
/* line 506, style-mobile.scss */
.intro3 .selected {
  -webkit-filter: hue-rotate(40deg);
  filter: hue-rotate(40deg);
}
/* line 509, style-mobile.scss */
.intro3 .plane {
  background-image: url('../images/gui-elements/scene3/plane2.png?1439304584');
  width: 45px;
  height: 45px;
  position: absolute !important;
  z-index: 100;
}
/* line 521, style-mobile.scss */
.intro3 .plane.plane1 {
  top: 42%;
  left: 50%;
}
/* line 522, style-mobile.scss */
.intro3 .plane.plane2 {
  top: 42%;
  left: 58%;
}
/* line 523, style-mobile.scss */
.intro3 .plane.plane3 {
  top: 49%;
  left: 53%;
}
/* line 524, style-mobile.scss */
.intro3 .plane.plane4 {
  top: 60%;
  left: 63%;
}
/* line 525, style-mobile.scss */
.intro3 .plane.plane5 {
  top: 40%;
  left: 39%;
}
/* line 526, style-mobile.scss */
.intro3 .plane.plane6 {
  top: 58.5%;
  left: 36%;
}
/* line 527, style-mobile.scss */
.intro3 .plane.plane7 {
  top: 47.5%;
  left: 38%;
}
/* line 528, style-mobile.scss */
.intro3 .plane.plane8 {
  top: 37.5%;
  left: 45%;
  display: none;
}
/* line 529, style-mobile.scss */
.intro3 .plane.plane9 {
  top: 37.75%;
  left: 55%;
}
/* line 530, style-mobile.scss */
.intro3 .plane.plane10 {
  top: 58%;
  left: 55%;
}
/* line 531, style-mobile.scss */
.intro3 .plane.plane11 {
  top: 55.5%;
  left: 43%;
}
/* line 532, style-mobile.scss */
.intro3 .plane.plane12 {
  top: 40%;
  left: 34%;
}
/* line 533, style-mobile.scss */
.intro3 .plane.plane13 {
  top: 62.1%;
  left: 47.5%;
}
/* line 536, style-mobile.scss */
.intro3 .trails-glow,
.intro3 .trails {
  position: absolute !important;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 90;
  -moz-transform: translateZ(1);
  -webkit-transform: translateZ(1);
  transform: translateZ(1);
}
/* line 553, style-mobile.scss */
.intro3 .satellite {
  position: absolute !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 130%;
  height: 130%;
  top: -15%;
  left: -15%;
  z-index: 70;
}
/* line 565, style-mobile.scss */
.intro3 .satellite-front {
  background-image: url('../images/s1-front-satellite.png?1438612428');
}
/* line 568, style-mobile.scss */
.intro3 .satellite-left {
  background-image: url('../images/gui-elements/scene3/satellite-left.png?1439211682');
}
/* line 571, style-mobile.scss */
.intro3 .satellite-right {
  background-image: url('../images/gui-elements/scene3/satellite-right.png?1439211716');
}
/* line 574, style-mobile.scss */
.intro3 .satellites-side {
  background-image: url('../images/s1-left-right-satellites.png?1438612428');
}
/* line 577, style-mobile.scss */
.intro3 .trails-glow {
  background-image: url('../images/gui-elements/scene3/trails2-glow.png?1439318316');
  z-index: 80;
}
/* line 582, style-mobile.scss */
.intro3 .trails {
  background-image: url('../images/gui-elements/scene3/trails2.png?1439318300');
  z-index: 85;
}

/* line 587, style-mobile.scss */
.title-box {
  display: block;
  overflow: hidden;
  background-color: black;
}
/* line 593, style-mobile.scss */
.title-box img {
  width: 100%;
  height: auto;
  top: 0;
  z-index: 5000 !important;
  margin: 0;
  position: relative;
  padding: 0;
}

/* line 609, style-mobile.scss */
.background-flight {
  height: 200px;
  background-image: url('../images/pit-shot.jpg?1438089044');
  background-size: cover;
  background-position: 25% 50%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}
/* line 618, style-mobile.scss */
.background-flight h2 {
  position: absolute;
  color: white;
  font-family: "Roboto", sans-serif;
  text-shadow: 3px 3px 0px black;
  font-size: 30px;
  text-align: left;
  bottom: 10px;
  left: 10px;
}

/* line 632, style-mobile.scss */
.section4 {
  top: 0;
  margin-bottom: 20px;
}

/* line 636, style-mobile.scss */
.section3 {
  background-color: white;
  height: auto;
  top: 0;
  /*     
      h2 {
          font-size: 32px;
          line-height: 1;
          margin: 30px 0 10px 0;
          text-align: center;
      } */
}
/* line 649, style-mobile.scss */
.section3 .learnmore-banner {
  margin: 30px 0;
}
/* line 651, style-mobile.scss */
.section3 .learnmore-banner .outer-wrapper,
.section3 .learnmore-banner .inner-wrapper,
.section3 .learnmore-banner .banner {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
}
/* line 660, style-mobile.scss */
.section3 .learnmore-banner .banner {
  color: black;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  display: block;
  padding: 20px 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
/* line 672, style-mobile.scss */
.section3 .learnmore-banner .banner img {
  vertical-align: middle;
  width: 70px;
}
/* line 677, style-mobile.scss */
.section3 .learnmore-banner .banner strong {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  clear: both;
  display: block;
  width: 100%;
}
/* line 685, style-mobile.scss */
.section3 .learnmore-banner .banner span {
  float: right;
  clear: both;
  overflow: visible;
  height: 0px;
}
/* line 690, style-mobile.scss */
.section3 .learnmore-banner .banner span img {
  vertical-align: baseline;
  padding-bottom: 10px;
}
/* line 697, style-mobile.scss */
.section3 .head-banner {
  position: relative;
  z-index: 1;
  height: 800px;
  background-image: url("../img/pit-shot.jpg");
  background-position: center;
  background-attachment: fixed;
}
/* line 705, style-mobile.scss */
.section3 .head-banner .bottom-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: auto;
  z-index: 3;
  text-align: left;
  padding-bottom: 25px;
}
/* line 716, style-mobile.scss */
.section3 .head-banner h2 {
  color: white;
  padding-left: 50px;
  font-family: "Roboto", sans-serif;
  text-shadow: 3px 3px 0px black;
  font-size: 28px;
  text-align: left;
}
/* line 733, style-mobile.scss */
.section3 .people-description {
  width: 100%;
}
/* line 736, style-mobile.scss */
.section3 .people-drawing {
  width: auto;
  height: auto;
  margin: 30px;
  max-height: 30%;
  max-width: 100%;
  overflow: visible;
  white-space: nowrap;
  border-bottom: 4px solid #212121;
  border-color: rgba(0, 0, 0, 0.9);
}
/* line 744, style-mobile.scss */
.section3 .people-drawing img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 33.33%;
}
/* line 753, style-mobile.scss */
.section3 p.subtitle {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
/* line 760, style-mobile.scss */
.section3 .emphasis-square {
  max-width: 50%;
  position: relative;
  margin: 20px -50% 20px 20px;
}
/* line 767, style-mobile.scss */
.section3 .domain-boxes-wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 774, style-mobile.scss */
.section3 .mobile-float {
  float: right;
  max-width: 50%;
  margin: 0%;
}
/* line 779, style-mobile.scss */
.section3 .main-domain-box {
  width: 80%;
  margin-left: 10%;
  position: relative;
}
/* line 786, style-mobile.scss */
.section3 .learnmore-banner {
  max-width: 100%;
}
/* line 790, style-mobile.scss */
.section3 .side-slider-pin {
  width: 100%;
}
/* line 793, style-mobile.scss */
.section3 .side-slider-pin .side-slider {
  box-sizing: border-box;
  background: white;
  height: auto;
  padding: 0 25px;
  width: 400px;
  max-width: 100%;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}
/* line 799, style-mobile.scss */
.section3 .side-slider-pin .side-slider .controls a {
  display: none;
  color: red;
  position: absolute;
  top: 45%;
  font-size: 25px;
}
/* line 806, style-mobile.scss */
.section3 .side-slider-pin .side-slider .controls a.prev {
  left: 0;
}
/* line 809, style-mobile.scss */
.section3 .side-slider-pin .side-slider .controls a.next {
  right: 0;
}
/* line 812, style-mobile.scss */
.section3 .side-slider-pin .side-slider .controls a html.no-compat {
  display: none;
}
@media (max-width: 600px) {
  /* line 793, style-mobile.scss */
  .section3 .side-slider-pin .side-slider {
    width: 100%;
    float: none;
  }
}
/* line 829, style-mobile.scss */
.section3 .side-slider-pin .side-slider .viewport {
  overflow: hidden;
  width: 100%;
  height: auto;
}
/* line 834, style-mobile.scss */
.section3 .side-slider-pin .side-slider .viewport .slides {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  display: block;
  margin: 0;
}
/* line 840, style-mobile.scss */
.section3 .side-slider-pin .side-slider .viewport .slides img {
  width: 100%;
  height: auto;
  display: inline-block;
}
/* line 853, style-mobile.scss */
.section3 .promo-slider-pin .promo-slider {
  box-sizing: border-box;
  background-color: #585858;
  height: auto;
  padding: 0 25px;
  width: 400px;
  max-width: 100%;
}
/* line 862, style-mobile.scss */
.section3 .promo-slider-pin .promo-slider .controls a {
  display: none;
  color: white;
  position: absolute;
  top: 40%;
  font-size: 25px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}
/* line 872, style-mobile.scss */
.section3 .promo-slider-pin .promo-slider .controls a.prev {
  left: 0;
}
/* line 875, style-mobile.scss */
.section3 .promo-slider-pin .promo-slider .controls a.next {
  right: 0;
}
@media (max-width: 600px) {
  /* line 853, style-mobile.scss */
  .section3 .promo-slider-pin .promo-slider {
    width: 100%;
    float: none;
  }
}
/* line 889, style-mobile.scss */
.section3 .promo-slider-pin .promo-slider .viewport {
  overflow: hidden;
  width: 100%;
  height: auto;
}
/* line 894, style-mobile.scss */
.section3 .promo-slider-pin .promo-slider .viewport .header {
  display: block;
  max-width: 100%;
}
/* line 899, style-mobile.scss */
.section3 .promo-slider-pin .promo-slider .viewport .slides {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  display: block;
  margin: 0;
}
/* line 905, style-mobile.scss */
.section3 .promo-slider-pin .promo-slider .viewport .slides img {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* line 915, style-mobile.scss */
strong {
  font-weight: bold;
}

/* line 919, style-mobile.scss */
.title {
  margin-bottom: 5px;
  display: block;
}

/* line 923, style-mobile.scss */
.domain-boxes {
  width: 50%;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  float: left;
}

/* line 935, style-mobile.scss */
.slider-badge {
  margin-top: 20px;
}
/* line 937, style-mobile.scss */
.slider-badge img {
  max-width: 100%;
}

/* line 941, style-mobile.scss */
.inline-slider {
  background-color: black;
  height: auto;
  width: 100%;
  max-width: 1108px;
  margin: 10px 0px 30px 0px;
  overflow: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  position: relative;
  border: 1px solid black;
}
/* line 953, style-mobile.scss */
.inline-slider .controls a {
  display: none;
  color: white;
  position: absolute;
  top: 40%;
  font-size: 25px;
  z-index: 5;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 963, style-mobile.scss */
.inline-slider .controls a.prev {
  left: 0;
}
/* line 966, style-mobile.scss */
.inline-slider .controls a.next {
  right: 0;
}
/* line 973, style-mobile.scss */
.inline-slider .viewport {
  height: auto;
  position: relative;
  white-space: nowrap;
  font-size: 0px;
}
/* line 979, style-mobile.scss */
.inline-slider .viewport .slide {
  height: 600px;
  position: relative;
  text-align: center;
  overflow: hidden;
  max-height: 300px;
  display: inline-block;
  padding-bottom: 50px;
}
/* line 988, style-mobile.scss */
.inline-slider .viewport .slide img {
  max-width: 100%;
}
/* line 992, style-mobile.scss */
.inline-slider .viewport .slide .slide-image {
  margin: 0 auto;
  display: block;
  height: auto;
  background: #FFFFFF;
  max-height: 600px;
  width: auto;
}
/* line 1003, style-mobile.scss */
.inline-slider .viewport .slide .slide-desc {
  white-space: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 70%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  padding: 25px 10px;
  line-height: 1.2;
  color: white;
  font-size: 16px;
}

/* line 1024, style-mobile.scss */
.extramargin {
  margin: 20px 0px;
}

/* line 1027, style-mobile.scss */
.grid-2 {
  width: 100%;
  display: block;
}
/* line 1030, style-mobile.scss */
.grid-2 img {
  width: 50%;
  height: auto;
  display: inline-block;
  float: left;
  position: relative;
  padding-bottom: 5px;
}
/* line 1038, style-mobile.scss */
.grid-2 img:nth-of-type(odd) {
  padding-right: 5px;
}

/* line 1048, style-mobile.scss */
.section4 {
  padding: 0 !important;
}
/* line 1051, style-mobile.scss */
.section4 .credits-contents {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 7, modules/_pk-mixins.scss */
.section4 .credits-contents > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 10, modules/_pk-mixins.scss */
.section4 .credits-contents > div > div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 1055, style-mobile.scss */
.section4 .credits,
.section4 .video {
  top: 0;
  left: 0;
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
}
/* line 1067, style-mobile.scss */
.section4 .video {
  background: black;
  width: 100%;
  bottom: 0;
  position: relative !important;
  z-index: 50 !important;
}
/* line 1073, style-mobile.scss */
.section4 .video .video-stopped {
  position: absolute;
  display: table;
  table-layout: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  font-size: 48px;
  color: white;
  line-height: 2;
  font-family: "Roboto", sans-serif;
  text-shadow: 1px 1px black;
  background-image: url('../images/video-bg.jpg?1438717998');
  background-size: cover;
  background-position: center;
}
/* line 1090, style-mobile.scss */
.section4 .video .video-stopped img {
  vertical-align: middle;
}
/* line 1099, style-mobile.scss */
.section4 .video .video-stopped .center a.play {
  display: block;
  font-size: 100px;
  color: white;
}
/* line 1103, style-mobile.scss */
.section4 .video .video-stopped .center a.play:hover {
  color: #e94f4f;
}
/* line 1110, style-mobile.scss */
.section4 .video .vjs-poster,
.section4 .video .video-js {
  width: 100%;
  height: 100%;
}

/* line 1127, style-mobile.scss */
#video,
#video_html5_api {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* line 1139, style-mobile.scss */
.credits {
  background-color: black;
  background-image: url('../images/credits-img.jpg?1438701766');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  z-index: 40 !important;
  display: block;
  font-size: 1rem;
  padding: 20px;
  margin-top: 50px;
}
/* line 1153, style-mobile.scss */
.credits a {
  display: block;
}
/* line 1157, style-mobile.scss */
.credits p {
  margin: 0;
  padding: 0;
}
/* line 1161, style-mobile.scss */
.credits, .credits a {
  text-decoration: none;
  color: white;
  line-height: 2;
}
/* line 1167, style-mobile.scss */
.credits img {
  vertical-align: middle;
}
/* line 1171, style-mobile.scss */
.credits .top-credit {
  font-size: 20px;
  margin-bottom: 50px;
}

/* line 1177, style-mobile.scss */
.credits-thumb {
  position: absolute;
  width: 80%;
  height: auto;
  margin-bottom: 200px;
}

/* line 1186, style-mobile.scss */
.thumbs {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
/* line 1187, style-mobile.scss */
.thumbs img {
  width: 100%;
  height: auto;
  position: relative;
}

/* line 1199, style-mobile.scss */
.vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-left: -2em;
  margin-top: -1.3em;
}

/* line 1206, style-mobile.scss */
.wrap-page {
  top: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 95%;
  width: 100%;
  overflow: scroll;
  position: absolute;
}

/* line 1216, style-mobile.scss */
.container {
  padding: 0;
  max-width: 100%;
}

/* line 1221, style-mobile.scss */
.full-boxes-wrap {
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* line 1226, style-mobile.scss */
.full-boxes-wrap img {
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}

/* line 1234, style-mobile.scss */
em {
  font-style: italic;
}

/* line 1238, style-mobile.scss */
.slick-current {
  border: 0;
}

/* line 1242, style-mobile.scss */
.slide-caption {
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  background-color: black;
  color: #a4a4a4;
  padding: 8px;
}

/* line 1251, style-mobile.scss */
#share-tools a {
  color: black;
}
/* line 1253, style-mobile.scss */
#share-tools a:hover {
  color: red;
}

/*# sourceMappingURL=style-mobile.css.map */
