/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../scss/base/_normalize.scss */

.info figcaption p a::after {
    content: ">>";
    padding-left: 1em;
}

/*Schováno dočasně*/

.device-wrapper.ng-scope.deviceBlock-1 {
    display: none;
}

.device-wrapper.ng-scope.deviceBlock-4 {
    display: none;
}

/*Dočasně konec*/

.info figure {
    margin: 0;
    background-color: #0178D6;
}

.info figcaption a {
    color: white;
    display: block;
    position: relative;
    padding: 1em 2em;
}

.info figcaption p {
    margin: 0;
}

.info figure img {
    max-width: 100%;
    width: 100%;
}

.mainView.ng-scope {
    position: relative;
    display: block;
}

.info h2 {
    margin: 0;
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    background-color: #0078D7;
    color: white;
    text-align: center;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

.info figcaption a {
    color: white;
    display: block;
    position: relative;
    padding: 1em 2em;
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/base/_normalize.scss */

body {
  margin: 0;
  background-color:white;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../scss/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../scss/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../scss/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/base/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../scss/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../scss/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../scss/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../scss/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../scss/base/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/base/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../scss/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/base/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../scss/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../scss/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../scss/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../scss/base/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../scss/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../scss/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../scss/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../scss/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../scss/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/base/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../scss/base/_boilerplate.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../scss/base/_boilerplate.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, ../scss/base/_boilerplate.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../scss/base/_boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 56, ../scss/base/_boilerplate.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, ../scss/base/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, ../scss/base/_boilerplate.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 87, ../scss/base/_boilerplate.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 101, ../scss/base/_boilerplate.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 111, ../scss/base/_boilerplate.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 116, ../scss/base/_boilerplate.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 120, ../scss/base/_boilerplate.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 129, ../scss/base/_boilerplate.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 134, ../scss/base/_boilerplate.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 145, ../scss/base/_boilerplate.scss */
  thead {
    display: table-header-group;
  }

  /* line 149, ../scss/base/_boilerplate.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 154, ../scss/base/_boilerplate.scss */
  img {
    max-width: 100% !important;
  }

  /* line 158, ../scss/base/_boilerplate.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 165, ../scss/base/_boilerplate.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Name the colors here -- http://chir.ag/projects/name-that-color/ */
@font-face {
  font-family: "Segoe UI Light";
  src: url(../fonts/SegoePro-Light.eot);
  src: url(../fonts/SegoePro-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/SegoePro-Light.woff) format("woff"), url(../fonts/SegoePro-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Segoe UI Regular";
  src: url(../fonts/SegoePro-Regular.eot);
  src: url(../fonts/SegoePro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/SegoePro-Regular.woff) format("woff"), url(../fonts/SegoePro-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI Semibold";
  src: url(../fonts/SegoePro-Semibold.eot);
  src: url(../fonts/SegoePro-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/SegoePro-Semibold.woff) format("woff"), url(../fonts/SegoePro-Semibold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI Bold";
  src: url(../fonts/SegoePro-Bold.eot);
  src: url(../fonts/SegoePro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/SegoePro-Bold.woff) format("woff"), url(../fonts/SegoePro-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 800;
}
/* line 21, ../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/susy-2.2.5/sass/susy/language/susy/_box-sizing.scss */
* *, * *:before, * *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../scss/base/_base.scss */
body {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Segoe UI Regular", Tahoma, Verdana, Arial, sans-serif;
  color: #3a3a3a;
  width: 320px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.3;
}
/* line 12, ../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/susy-2.2.5/sass/susy/output/support/_clearfix.scss */
body:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 540px) {
  /* line 7, ../scss/base/_base.scss */
  body {
    width: 540px;
  }
}
@media screen and (min-width: 960px) {
  /* line 7, ../scss/base/_base.scss */
  body {
    width: 960px;
  }
}

/* line 23, ../scss/base/_base.scss */
img {
  max-width: 100% !important;
  height: auto;
}

/* line 27, ../scss/base/_base.scss */
a {
  text-decoration: none;
  outline: 0;
}

/* line 31, ../scss/base/_base.scss */
li {
  list-style: none;
}

/***** Boiler Plate Defaults *****/
/*
 * Hide visually and from screen readers:
 */
/* line 16, ../scss/Utilities/_helpers.scss */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 25, ../scss/Utilities/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 42, ../scss/Utilities/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 56, ../scss/Utilities/_helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 72, ../scss/Utilities/_helpers.scss */
.clearfix:before, .nav-wrapper:before,
.clearfix:after,
.nav-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 78, ../scss/Utilities/_helpers.scss */
.clearfix:after, .nav-wrapper:after {
  clear: both;
}

/* line 84, ../scss/Utilities/_helpers.scss */
.clearfix:after, .nav-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 92, ../scss/Utilities/_helpers.scss */
.clearfix, .nav-wrapper {
  display: inline-block;
}

/* line 95, ../scss/Utilities/_helpers.scss */
* html .clearfix, * html .nav-wrapper {
  height: 1%;
}

/* line 98, ../scss/Utilities/_helpers.scss */
.clearfix, .nav-wrapper {
  display: block;
}

/*Global Settings*/
/* line 2, ../scss/Modules/_images.scss */
.img {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -ms-interpolation-mode: bicubic;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 16, ../scss/Modules/_images.scss */
.img .innerImg {
  display: block;
  height: 0;
}

/*
* Retina / Background image creator:
*/
/* line 29, ../scss/Modules/_images.scss */
.header-wrapper .hero {
  background-image: url('../img/at_main_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, ../scss/Modules/_images.scss */
  .header-wrapper .hero {
    background-image: url('../img/retina/at_main_2x.png?1435343041');
  }
}
/* line 34, ../scss/Modules/_images.scss */
.header-wrapper .hero .innerImg {
  padding-top: 74.07407%;
}
@media screen and (min-width: 960px) {
  /* line 29, ../scss/Modules/_images.scss */
  .header-wrapper .hero {
    background-image: url('../img/long_top_header_1x.png?1435343041');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 29, ../scss/Modules/_images.scss */
  .header-wrapper .hero {
    background-image: url('../img/retina/long_top_header_2x.png?1435343041');
  }
}
@media screen and (min-width: 960px) {
  /* line 42, ../scss/Modules/_images.scss */
  .header-wrapper .hero .innerImg {
    padding-top: 36.97917%;
  }
}
/* line 48, ../scss/Modules/_images.scss */
.header-wrapper .videoPlayBtn {
  background-image: url('../img/icons/play_button.png?1434988456');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 48, ../scss/Modules/_images.scss */
  .header-wrapper .videoPlayBtn {
    background-image: url('../img/icons/retina/play_button.png?1434988484');
  }
}
/* line 53, ../scss/Modules/_images.scss */
.header-wrapper .videoPlayBtn .innerImg {
  padding-top: 100%;
}
/* line 58, ../scss/Modules/_images.scss */
.header-wrapper .closeButton {
  background-image: url('../img/icons/close_white.png?1433825700');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 58, ../scss/Modules/_images.scss */
  .header-wrapper .closeButton {
    background-image: url('../img/icons/retina/close_white.png?1433825821');
  }
}
/* line 63, ../scss/Modules/_images.scss */
.header-wrapper .closeButton .innerImg {
  padding-top: 100%;
}
/* line 68, ../scss/Modules/_images.scss */
.header-wrapper .prevArrow {
  background-image: url('../img/icons/l_thin_arrow.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 68, ../scss/Modules/_images.scss */
  .header-wrapper .prevArrow {
    background-image: url('../img/icons/l_thin_arrow.png?1435343041');
  }
}
/* line 73, ../scss/Modules/_images.scss */
.header-wrapper .prevArrow .innerImg {
  padding-top: 156.25%;
}
/* line 78, ../scss/Modules/_images.scss */
.header-wrapper .nextArrow {
  background-image: url('../img/icons/r_thin_arrow.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 78, ../scss/Modules/_images.scss */
  .header-wrapper .nextArrow {
    background-image: url('../img/icons/r_thin_arrow.png?1435343041');
  }
}
/* line 83, ../scss/Modules/_images.scss */
.header-wrapper .nextArrow .innerImg {
  padding-top: 156.25%;
}
/* line 96, ../scss/Modules/_images.scss */
.header-wrapper .videoImg1 {
  background-image: url('../img/video/windows10_video_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 96, ../scss/Modules/_images.scss */
  .header-wrapper .videoImg1 {
    background-image: url('../img/video/retina/windows10_video_2x.png?1435343041');
  }
}
/* line 96, ../scss/Modules/_images.scss */
.header-wrapper .videoImg2 {
  background-image: url('../img/video/windows10_2_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 96, ../scss/Modules/_images.scss */
  .header-wrapper .videoImg2 {
    background-image: url('../img/video/retina/windows10_2_2x.png?1435343041');
  }
}
/* line 96, ../scss/Modules/_images.scss */
.header-wrapper .videoImg3 {
  background-image: url('../img/video/windows10_3_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 96, ../scss/Modules/_images.scss */
  .header-wrapper .videoImg3 {
    background-image: url('../img/video/retina/windows10_3_2x.png?1435343041');
  }
}
/* line 105, ../scss/Modules/_images.scss */
.header-wrapper .chooseVideo .img .innerImg {
  padding-top: 56.06061%;
}

/* line 114, ../scss/Modules/_images.scss */
.nav-wrapper .img.logo {
  background-image: url('../img/icons/windows_logo.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 114, ../scss/Modules/_images.scss */
  .nav-wrapper .img.logo {
    background-image: url('../img/icons/retina/windows_logo.png?1435343041');
  }
}
/* line 119, ../scss/Modules/_images.scss */
.nav-wrapper .img.logo .innerImg {
  padding-top: 21.69811%;
}
/* line 123, ../scss/Modules/_images.scss */
.nav-wrapper .img.hamburger {
  background-image: url('../img/icons/hamburger.png?1433825715');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, ../scss/Modules/_images.scss */
  .nav-wrapper .img.hamburger {
    background-image: url('../img/icons/retina/hamburger.png?1433825822');
  }
}
/* line 129, ../scss/Modules/_images.scss */
.nav-wrapper.isOpen .img.hamburger {
  background-image: url('../img/icons/close.png?1433825700');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 129, ../scss/Modules/_images.scss */
  .nav-wrapper.isOpen .img.hamburger {
    background-image: url('../img/icons/retina/close.png?1433825820');
  }
}
/* line 135, ../scss/Modules/_images.scss */
.nav-wrapper .innerImg {
  padding-top: 84.61538%;
}

/* line 150, ../scss/Modules/_images.scss */
.home-template .bladeSection-0 .img.blade {
  background-image: url('../img/feels_familiar_1x.png?1433825671');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-0 .img.blade {
    background-image: url('../img/retina/feels_familiar_2x.png?1433825672');
  }
}
@media screen and (min-width: 960px) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-0 .img.blade {
    background-image: url('../img/long_feels_familiar_1x.png?1435085792');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-0 .img.blade {
    background-image: url('../img/retina/long_feels_familiar_2x.png?1435085793');
  }
}

/* line 150, ../scss/Modules/_images.scss */
.home-template .bladeSection-1 .img.blade {
  background-image: url('../img/natural_exp_1x.png?1433958556');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-1 .img.blade {
    background-image: url('../img/retina/natural_exp_2x.png?1433958558');
  }
}
@media screen and (min-width: 960px) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-1 .img.blade {
    background-image: url('../img/long_natural_exp_1x.png?1435343041');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-1 .img.blade {
    background-image: url('../img/retina/long_natural_exp_2x.png?1435343041');
  }
}

/* line 150, ../scss/Modules/_images.scss */
.home-template .bladeSection-2 .img.blade {
  background-image: url('../img/work_across_1x.png?1433825682');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-2 .img.blade {
    background-image: url('../img/retina/work_across_2x.png?1433825684');
  }
}
@media screen and (min-width: 960px) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-2 .img.blade {
    background-image: url('../img/long_work_across_1x.png?1435343041');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-2 .img.blade {
    background-image: url('../img/retina/long_work_across_2x.png?1435343041');
  }
}

/* line 150, ../scss/Modules/_images.scss */
.home-template .bladeSection-3 .img.blade {
  background-image: url('../img/be_productive_1x.png?1433825669');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-3 .img.blade {
    background-image: url('../img/retina/be_productive_2x.png?1433825670');
  }
}
@media screen and (min-width: 960px) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-3 .img.blade {
    background-image: url('../img/long_be_productive_1x.png?1435276000');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 150, ../scss/Modules/_images.scss */
  .home-template .bladeSection-3 .img.blade {
    background-image: url('../img/retina/long_be_productive_2x.png?1435343041');
  }
}

/* line 163, ../scss/Modules/_images.scss */
.home-template .blade .innerImg {
  padding-top: 74.07407%;
}
@media screen and (min-width: 960px) {
  /* line 168, ../scss/Modules/_images.scss */
  .home-template .blade .innerImg {
    padding-top: 70.67138%;
  }
}
/* line 174, ../scss/Modules/_images.scss */
.home-template .linkCopy:after {
  background-image: url('../img/icons/r_arrow.png?1433953513');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 174, ../scss/Modules/_images.scss */
  .home-template .linkCopy:after {
    background-image: url('../img/icons/retina/r_arrow.png?1433953556');
  }
}

/* line 196, ../scss/Modules/_images.scss */
.familiar .img.blade {
  background-image: url('../img/feels_familiar_1x.png?1433825671');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 196, ../scss/Modules/_images.scss */
  .familiar .img.blade {
    background-image: url('../img/retina/feels_familiar_2x.png?1433825672');
  }
}
@media screen and (min-width: 960px) {
  /* line 196, ../scss/Modules/_images.scss */
  .familiar .img.blade {
    background-image: url('../img/long_feels_familiar_1x.png?1435085792');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 196, ../scss/Modules/_images.scss */
  .familiar .img.blade {
    background-image: url('../img/retina/long_feels_familiar_2x.png?1435085793');
  }
}

/* line 196, ../scss/Modules/_images.scss */
.experience .img.blade {
  background-image: url('../img/natural_exp_1x.png?1433958556');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 196, ../scss/Modules/_images.scss */
  .experience .img.blade {
    background-image: url('../img/retina/natural_exp_2x.png?1433958558');
  }
}
@media screen and (min-width: 960px) {
  /* line 196, ../scss/Modules/_images.scss */
  .experience .img.blade {
    background-image: url('../img/long_natural_exp_1x.png?1435343041');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 196, ../scss/Modules/_images.scss */
  .experience .img.blade {
    background-image: url('../img/retina/long_natural_exp_2x.png?1435343041');
  }
}

/* line 196, ../scss/Modules/_images.scss */
.work .img.blade {
  background-image: url('../img/work_across_1x.png?1433825682');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 196, ../scss/Modules/_images.scss */
  .work .img.blade {
    background-image: url('../img/retina/work_across_2x.png?1433825684');
  }
}
@media screen and (min-width: 960px) {
  /* line 196, ../scss/Modules/_images.scss */
  .work .img.blade {
    background-image: url('../img/long_work_across_1x.png?1435343041');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 196, ../scss/Modules/_images.scss */
  .work .img.blade {
    background-image: url('../img/retina/long_work_across_2x.png?1435343041');
  }
}

/* line 196, ../scss/Modules/_images.scss */
.productive .img.blade {
  background-image: url('../img/be_productive_1x.png?1433825669');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 196, ../scss/Modules/_images.scss */
  .productive .img.blade {
    background-image: url('../img/retina/be_productive_2x.png?1433825670');
  }
}
@media screen and (min-width: 960px) {
  /* line 196, ../scss/Modules/_images.scss */
  .productive .img.blade {
    background-image: url('../img/long_be_productive_1x.png?1435276000');
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  /* line 196, ../scss/Modules/_images.scss */
  .productive .img.blade {
    background-image: url('../img/retina/long_be_productive_2x.png?1435343041');
  }
}

/* line 225, ../scss/Modules/_images.scss */
.page-template .blade-0 .img.blade .innerImg {
  padding-top: 74.07407%;
}
@media screen and (min-width: 960px) {
  /* line 225, ../scss/Modules/_images.scss */
  .page-template .blade-0 .img.blade .innerImg {
    padding-top: 70.67138%;
  }
}
/* line 233, ../scss/Modules/_images.scss */
.page-template .linkCopy:after {
  background-image: url('../img/icons/r_section_arrow.png?1433953514');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 233, ../scss/Modules/_images.scss */
  .page-template .linkCopy:after {
    background-image: url('../img/icons/retina/r_section_arrow.png?1433953556');
  }
}
/* line 239, ../scss/Modules/_images.scss */
.page-template .blade .innerImg {
  padding-top: 65.74074%;
}

/* line 254, ../scss/Modules/_images.scss */
.familiar .blade-1 .img.blade {
  background-image: url('../img/ff_ux_1x.png?1433825712');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 254, ../scss/Modules/_images.scss */
  .familiar .blade-1 .img.blade {
    background-image: url('../img/retina/ff_ux_2x.png?1433825714');
  }
}
/* line 254, ../scss/Modules/_images.scss */
.familiar .blade-2 .img.blade {
  background-image: url('../img/ff_compatibility_1x.png?1433825702');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 254, ../scss/Modules/_images.scss */
  .familiar .blade-2 .img.blade {
    background-image: url('../img/retina/ff_compatibility_2x.png?1433825705');
  }
}
/* line 254, ../scss/Modules/_images.scss */
.familiar .blade-3 .img.blade {
  background-image: url('../img/ff_performance_1x.png?1433825705');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 254, ../scss/Modules/_images.scss */
  .familiar .blade-3 .img.blade {
    background-image: url('../img/retina/ff_performance_2x.png?1433825707');
  }
}
/* line 254, ../scss/Modules/_images.scss */
.familiar .blade-4 .img.blade {
  background-image: url('../img/ff_secure_1x.png?1433825708');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 254, ../scss/Modules/_images.scss */
  .familiar .blade-4 .img.blade {
    background-image: url('../img/retina/ff_secure_2x.png?1433825710');
  }
}

/* line 271, ../scss/Modules/_images.scss */
.experience .blade-1 .img.blade {
  background-image: url('../img/ne_cortana_1x.png?1433825718');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 271, ../scss/Modules/_images.scss */
  .experience .blade-1 .img.blade {
    background-image: url('../img/retina/ne_cortana_2x.png?1433825721');
  }
}
/* line 271, ../scss/Modules/_images.scss */
.experience .blade-2 .img.blade {
  background-image: url('../img/ne_voice_pen_1x.png?1433825728');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 271, ../scss/Modules/_images.scss */
  .experience .blade-2 .img.blade {
    background-image: url('../img/retina/ne_voice_pen_2x.png?1433825732');
  }
}
/* line 271, ../scss/Modules/_images.scss */
.experience .blade-3 .img.blade {
  background-image: url('../img/ne_start_live_1x.png?1433825722');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 271, ../scss/Modules/_images.scss */
  .experience .blade-3 .img.blade {
    background-image: url('../img/retina/ne_start_live_2x.png?1433825726');
  }
}
/* line 271, ../scss/Modules/_images.scss */
.experience .blade-4 .img.blade {
  background-image: url('../img/ne_windows_hello_1x.png?1433825734');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 271, ../scss/Modules/_images.scss */
  .experience .blade-4 .img.blade {
    background-image: url('../img/retina/ne_windows_hello_2x.png?1433825737');
  }
}

/* line 288, ../scss/Modules/_images.scss */
.work .blade-1 .img.blade {
  background-image: url('../img/wa_onedrive_1x.png?1433825752');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 288, ../scss/Modules/_images.scss */
  .work .blade-1 .img.blade {
    background-image: url('../img/retina/wa_onedrive_2x.png?1433825754');
  }
}
/* line 288, ../scss/Modules/_images.scss */
.work .blade-2 .img.blade {
  background-image: url('../img/wa_continuum_1x.png?1433825742');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 288, ../scss/Modules/_images.scss */
  .work .blade-2 .img.blade {
    background-image: url('../img/retina/wa_continuum_2x.png?1433825745');
  }
}
/* line 288, ../scss/Modules/_images.scss */
.work .blade-3 .img.blade {
  background-image: url('../img/wa_apps_1x.png?1433825739');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 288, ../scss/Modules/_images.scss */
  .work .blade-3 .img.blade {
    background-image: url('../img/retina/wa_apps_2x.png?1433825740');
  }
}
/* line 288, ../scss/Modules/_images.scss */
.work .blade-4 .img.blade {
  background-image: url('../img/wa_gaming_xbox_1x.png?1433825747');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 288, ../scss/Modules/_images.scss */
  .work .blade-4 .img.blade {
    background-image: url('../img/retina/wa_gaming_xbox_2x.png?1433825752');
  }
}

/* line 305, ../scss/Modules/_images.scss */
.productive .blade-1 .img.blade {
  background-image: url('../img/bp_msoft_edge_1x.png?1433825685');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 305, ../scss/Modules/_images.scss */
  .productive .blade-1 .img.blade {
    background-image: url('../img/retina/bp_msoft_edge_2x.png?1433825688');
  }
}
/* line 305, ../scss/Modules/_images.scss */
.productive .blade-2 .img.blade {
  background-image: url('../img/bp_multi_doing_1x.png?1433825689');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 305, ../scss/Modules/_images.scss */
  .productive .blade-2 .img.blade {
    background-image: url('../img/retina/bp_multi_doing_2x.png?1433825692');
  }
}
/* line 305, ../scss/Modules/_images.scss */
.productive .blade-3 .img.blade {
  background-image: url('../img/bp_office_1x.png?1433958559');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 305, ../scss/Modules/_images.scss */
  .productive .blade-3 .img.blade {
    background-image: url('../img/retina/bp_office_2x.png?1433958560');
  }
}
/* line 305, ../scss/Modules/_images.scss */
.productive .blade-4 .img.blade {
  background-image: url('../img/bp_store_apps_1x.png?1433825696');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 305, ../scss/Modules/_images.scss */
  .productive .blade-4 .img.blade {
    background-image: url('../img/retina/bp_store_apps_2x.png?1433825699');
  }
}

/* line 323, ../scss/Modules/_images.scss */
.shop .deviceBlock-0 .img {
  background-image: url('../img/2in1_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 323, ../scss/Modules/_images.scss */
  .shop .deviceBlock-0 .img {
    background-image: url('../img/retina/2in1_2x.png?1435343041');
  }
}
/* line 323, ../scss/Modules/_images.scss */
.shop .deviceBlock-1 .img {
  background-image: url('../img/tablet_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 323, ../scss/Modules/_images.scss */
  .shop .deviceBlock-1 .img {
    background-image: url('../img/retina/tablet_2x.png?1435343041');
  }
}
/* line 323, ../scss/Modules/_images.scss */
.shop .deviceBlock-2 .img {
  background-image: url('../img/allinone_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 323, ../scss/Modules/_images.scss */
  .shop .deviceBlock-2 .img {
    background-image: url('../img/retina/allinone_2x.png?1435343041');
  }
}
/* line 323, ../scss/Modules/_images.scss */
.shop .deviceBlock-3 .img {
  background-image: url('../img/laptop_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 323, ../scss/Modules/_images.scss */
  .shop .deviceBlock-3 .img {
    background-image: url('../img/retina/laptop_2x.png?1435343041');
  }
}
/* line 323, ../scss/Modules/_images.scss */
.shop .deviceBlock-4 .img {
  background-image: url('../img/phone_1x.png?1435343041');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 323, ../scss/Modules/_images.scss */
  .shop .deviceBlock-4 .img {
    background-image: url('../img/retina/phone_2x.png?1435343041');
  }
}
/* line 332, ../scss/Modules/_images.scss */
.shop .innerImg {
  padding-top: 73.59155%;
}

/* line 6, ../scss/Layout/_globals.scss */
h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/* line 9, ../scss/Layout/_globals.scss */
h1 {
  font-size: 3.57143em;
  line-height: 1.2;
}

/* line 13, ../scss/Layout/_globals.scss */
h2 {
  font-size: 1.85714em;
  line-height: 1.4;
}

/* line 17, ../scss/Layout/_globals.scss */
h3 {
  font-size: 1.14286em;
  font-family: "Segoe UI Semibold";
}

/* line 21, ../scss/Layout/_globals.scss */
p {
  font-size: 1.14286em;
}

/* line 24, ../scss/Layout/_globals.scss */
.legal {
  font-size: 0.78571em;
  padding-top: 4px;
}

/* line 28, ../scss/Layout/_globals.scss */
.nav {
  font-size: 1.42857em;
}

@media screen and (min-width: 540px) {
  /* line 32, ../scss/Layout/_globals.scss */
  h2 {
    font-size: 2.14286em;
  }

  /* line 35, ../scss/Layout/_globals.scss */
  h3 {
    font-size: 1.14286em;
  }

  /* line 38, ../scss/Layout/_globals.scss */
  p {
    font-size: 1.21429em;
  }

  /* line 41, ../scss/Layout/_globals.scss */
  .nav {
    font-size: 1.07143em;
  }
}
/* line 1, ../scss/Layout/_header.scss */
.header-wrapper {
  position: relative;
  padding: 0;
  margin: 45px 0 0;
  height: 355px;
  overflow: hidden;
}
/* line 7, ../scss/Layout/_header.scss */
.header-wrapper .img.hero {
  width: 150%;
}
@media screen and (max-width: 539px) {
  /* line 7, ../scss/Layout/_header.scss */
  .header-wrapper .img.hero {
    background-position-x: -110px;
  }
}
/* line 13, ../scss/Layout/_header.scss */
.header-wrapper .copy-wrapper {
  color: #FFFFFF;
  position: absolute;
  top: 173px;
  left: 17px;
}
/* line 18, ../scss/Layout/_header.scss */
.header-wrapper .copy-wrapper .title {
  margin: 0 0 11px;
  text-shadow: 0px 0px 5.28px rgba(0, 0, 0, 0.2);
}
/* line 22, ../scss/Layout/_header.scss */
.header-wrapper .copy-wrapper .subTitle-wrapper {
  clear: both;
  position: relative;
}
/* line 25, ../scss/Layout/_header.scss */
.header-wrapper .copy-wrapper .subTitle-wrapper .img.videoPlayBtn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
/* line 30, ../scss/Layout/_header.scss */
.header-wrapper .copy-wrapper .subTitle-wrapper .subTitle {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 43px;
  text-shadow: 0px 0px 5.28px rgba(0, 0, 0, 0.2);
  font-family: "Segoe UI Regular";
}
@media screen and (min-width: 540px) {
  /* line 44, ../scss/Layout/_header.scss */
  .header-wrapper .img.hero {
    width: 100%;
  }
  /* line 47, ../scss/Layout/_header.scss */
  .header-wrapper .copy-wrapper {
    top: 212px;
    left: 25px;
  }
  /* line 50, ../scss/Layout/_header.scss */
  .header-wrapper .copy-wrapper .subTitle {
    font-size: 1.42857em;
  }
}
@media screen and (min-width: 960px) {
  /* line 1, ../scss/Layout/_header.scss */
  .header-wrapper {
    margin-top: 0;
  }
  /* line 57, ../scss/Layout/_header.scss */
  .header-wrapper .copy-wrapper {
    left: 34px;
  }
}

/* line 6, ../scss/Layout/_video.scss */
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
/* line 15, ../scss/Layout/_video.scss */
.video-wrapper.showVideo {
  display: block;
}
/* line 18, ../scss/Layout/_video.scss */
.video-wrapper .innerWrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 280px;
  margin: 0 auto;
}
/* line 28, ../scss/Layout/_video.scss */
.video-wrapper .innerWrapper #video {
  width: 100%;
  clear: both;
  min-height: 157px;
}
/* line 33, ../scss/Layout/_video.scss */
.video-wrapper .innerWrapper .arrows {
  width: 50px;
  margin: 2px 24px 0 0;
  float: right;
}
/* line 37, ../scss/Layout/_video.scss */
.video-wrapper .innerWrapper .arrows .img {
  width: 14px;
  height: 20px;
  float: left;
  cursor: pointer;
}
/* line 42, ../scss/Layout/_video.scss */
.video-wrapper .innerWrapper .arrows .img.nextArrow {
  float: right;
}
/* line 47, ../scss/Layout/_video.scss */
.video-wrapper .innerWrapper .closeButton {
  width: 25px;
  height: 25px;
  float: right;
  margin-bottom: 7px;
  cursor: pointer;
}
/* line 54, ../scss/Layout/_video.scss */
.video-wrapper .innerWrapper .chooseVideo {
  display: none;
}
@media screen and (min-width: 540px) {
  /* line 60, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper {
    width: 490px;
  }
  /* line 62, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper #video {
    min-height: 276px;
  }
}
@media screen and (min-width: 960px) {
  /* line 69, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper {
    width: 738px;
  }
  /* line 71, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper #video {
    width: 587px;
    float: left;
    min-height: 330px;
  }
  /* line 76, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper .closeButton {
    position: absolute;
    right: -75px;
  }
  /* line 80, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper .arrows {
    display: none;
  }
  /* line 83, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper .chooseVideo {
    float: right;
    width: 150px;
    display: inline-block;
  }
  /* line 87, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper .chooseVideo .img {
    width: 132px;
    margin: 0 9px 11px;
    cursor: pointer;
  }
  /* line 91, ../scss/Layout/_video.scss */
  .video-wrapper .innerWrapper .chooseVideo .img:last-of-type {
    margin-bottom: 0;
  }
}

/* line 5, ../scss/Layout/_nav.scss */
.nav-wrapper {
  background-color: #0078d7;
  height: 45px;
  position: relative;
  width: 320px;
  z-index: 8888;
}
/* line 12, ../scss/Layout/_nav.scss */
.nav-wrapper .logo {
  width: 102px;
  float: left;
  margin-right: 1.69492%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 26px;
  cursor: pointer;
}
/* line 22, ../scss/Layout/_nav.scss */
.nav-wrapper .navLink-wrapper {
  float: right;
  margin-right: 0;
  font-family: "Segoe UI Light";
}
/* line 25, ../scss/Layout/_nav.scss */
.nav-wrapper .navLink-wrapper .navLink {
  float: left;
  padding: 11px 14px;
  color: #FFFFFF;
}
/* line 29, ../scss/Layout/_nav.scss */
.nav-wrapper .navLink-wrapper .navLink:last-of-type {
  padding-right: 31px;
}
/* line 32, ../scss/Layout/_nav.scss */
.nav-wrapper .navLink-wrapper .navLink:hover, .nav-wrapper .navLink-wrapper .navLink.active {
  color: #FFFFFF;
  background-color: rgba(0, 32, 80, 0.25);
}
/* line 37, ../scss/Layout/_nav.scss */
.nav-wrapper .navLink-wrapper .navLink p {
  margin: 0;
  padding: 0;
}
/* line 43, ../scss/Layout/_nav.scss */
.nav-wrapper .img.hamburger {
  width: 22px;
  margin: 15px 20px 13px;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 540px) {
  /* line 5, ../scss/Layout/_nav.scss */
  .nav-wrapper {
    width: 540px;
  }
}
@media screen and (max-width: 959px) {
  /* line 5, ../scss/Layout/_nav.scss */
  .nav-wrapper {
    position: fixed;
    top: 0;
  }
  /* line 58, ../scss/Layout/_nav.scss */
  .nav-wrapper .navLink-wrapper {
    height: 355px;
    display: none;
    background-color: #0078d7;
    text-align: center;
    width: 100%;
    margin-top: 45px;
  }
  /* line 65, ../scss/Layout/_nav.scss */
  .nav-wrapper .navLink-wrapper .navLink {
    padding: 23px 0;
    display: block;
    float: none;
  }
  /* line 71, ../scss/Layout/_nav.scss */
  .nav-wrapper.isOpen .navLink-wrapper {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  /* line 5, ../scss/Layout/_nav.scss */
  .nav-wrapper {
    width: 960px;
  }
  /* line 77, ../scss/Layout/_nav.scss */
  .nav-wrapper .img.hamburger {
    display: none;
  }
}

/* line 6, ../scss/Layout/_landing.scss */
.home-template .even {
  background-color: #f0f0f0;
}
/* line 10, ../scss/Layout/_landing.scss */
.home-template .blade-wrapper {
  padding: 0 0 19px;
}
/* line 12, ../scss/Layout/_landing.scss */
.home-template .blade-wrapper:last-of-type {
  padding-bottom: 0;
}
/* line 15, ../scss/Layout/_landing.scss */
.home-template .blade-wrapper .img.blade {
  width: 100%;
  background-size: contain;
}
/* line 19, ../scss/Layout/_landing.scss */
.home-template .blade-wrapper .copy-wrapper {
  padding: 0 19px 0;
  position: relative;
}
/* line 22, ../scss/Layout/_landing.scss */
.home-template .blade-wrapper .copy-wrapper .title {
  margin: 0 0 13px;
}
/* line 25, ../scss/Layout/_landing.scss */
.home-template .blade-wrapper .copy-wrapper a {
  display: inline-block;
}
/* line 28, ../scss/Layout/_landing.scss */
.home-template .blade-wrapper .copy-wrapper a .linkCopy {
  font-size: 1.42857em;
  color: #0078d7;
  display: none;
  margin: 0;
}
/* line 33, ../scss/Layout/_landing.scss */
.home-template .blade-wrapper .copy-wrapper a .linkCopy:after {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: -1px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  /* line 48, ../scss/Layout/_landing.scss */
  .home-template .blade-wrapper {
    position: relative;
  }
  /* line 50, ../scss/Layout/_landing.scss */
  .home-template .blade-wrapper .copy-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    max-width: 300px;
  }
  /* line 63, ../scss/Layout/_landing.scss */
  .home-template .bladeSection-0 .img.blade {
    width: 566px;
    float: right;
    margin-right: 0;
  }
  /* line 66, ../scss/Layout/_landing.scss */
  .home-template .bladeSection-0 .copy-wrapper {
    left: 108px;
  }
  /* line 72, ../scss/Layout/_landing.scss */
  .home-template .bladeSection-1 .img.blade {
    width: 576px;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 75, ../scss/Layout/_landing.scss */
  .home-template .bladeSection-1 .copy-wrapper {
    right: 112px;
  }
  /* line 81, ../scss/Layout/_landing.scss */
  .home-template .bladeSection-2 .img.blade {
    width: 580px;
    float: right;
    margin-right: 0;
  }
  /* line 84, ../scss/Layout/_landing.scss */
  .home-template .bladeSection-2 .copy-wrapper {
    left: 108px;
    max-width: 240px;
  }
  /* line 91, ../scss/Layout/_landing.scss */
  .home-template .bladeSection-3 .img.blade {
    width: 558px;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 94, ../scss/Layout/_landing.scss */
  .home-template .bladeSection-3 .copy-wrapper {
    right: 138px;
  }
}

/* line 8, ../scss/Layout/_blades.scss */
.page-template .blade-0 .img.blade {
  background-size: contain;
}
/* line 12, ../scss/Layout/_blades.scss */
.page-template .blade-0 .copy-wrapper .title {
  font-size: 2.14286em;
  font-family: "Segoe UI Regular";
  font-weight: normal;
}
/* line 20, ../scss/Layout/_blades.scss */
.page-template .img.blade {
  width: 100%;
}
/* line 23, ../scss/Layout/_blades.scss */
.page-template .copy-wrapper {
  padding: 20px;
}
/* line 25, ../scss/Layout/_blades.scss */
.page-template .copy-wrapper .title {
  margin: 0 0 6px;
  font-weight: bold;
}
/* line 29, ../scss/Layout/_blades.scss */
.page-template .copy-wrapper p {
  margin: 0;
}
/* line 32, ../scss/Layout/_blades.scss */
.page-template .copy-wrapper a {
  display: inline-block;
  padding-top: 10px;
}
/* line 35, ../scss/Layout/_blades.scss */
.page-template .copy-wrapper a .linkCopy {
  font-size: 1.42857em;
  color: #0078d7;
  display: table-cell;
  margin: 0;
}
/* line 40, ../scss/Layout/_blades.scss */
.page-template .copy-wrapper a .linkCopy:after {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: -1px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  /* line 55, ../scss/Layout/_blades.scss */
  .page-template .blade-wrapper {
    position: relative;
  }
  /* line 59, ../scss/Layout/_blades.scss */
  .page-template .img.blade {
    width: 50%;
  }
  /* line 62, ../scss/Layout/_blades.scss */
  .page-template .copy-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    max-width: 300px;
  }
}

@media screen and (min-width: 960px) {
  /* line 79, ../scss/Layout/_blades.scss */
  .familiar .blade-0 .img.blade {
    width: 566px;
    float: right;
    margin-right: 0;
  }
  /* line 82, ../scss/Layout/_blades.scss */
  .familiar .blade-0 .copy-wrapper {
    left: 108px;
  }

  /* line 90, ../scss/Layout/_blades.scss */
  .experience .blade-0 .img.blade {
    width: 576px;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 93, ../scss/Layout/_blades.scss */
  .experience .blade-0 .copy-wrapper {
    right: 112px;
  }

  /* line 101, ../scss/Layout/_blades.scss */
  .work .blade-0 .img.blade {
    width: 580px;
    float: right;
    margin-right: 0;
  }
  /* line 104, ../scss/Layout/_blades.scss */
  .work .blade-0 .copy-wrapper {
    left: 108px;
    max-width: 240px;
  }

  /* line 113, ../scss/Layout/_blades.scss */
  .productive .blade-0 .img.blade {
    width: 558px;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 116, ../scss/Layout/_blades.scss */
  .productive .blade-0 .copy-wrapper {
    right: 138px;
  }
}
/* line 127, ../scss/Layout/_blades.scss */
.familiar .even,
.work .even {
  background-color: #f0f0f0;
}
@media screen and (min-width: 960px) {
  /* line 133, ../scss/Layout/_blades.scss */
  .familiar .page-template .odd .img.blade,
  .work .page-template .odd .img.blade {
    float: right;
    margin-right: 0;
  }
  /* line 136, ../scss/Layout/_blades.scss */
  .familiar .page-template .odd .copy-wrapper,
  .work .page-template .odd .copy-wrapper {
    left: 110px;
  }
  /* line 141, ../scss/Layout/_blades.scss */
  .familiar .page-template .even .img.blade,
  .work .page-template .even .img.blade {
    float: none;
  }
  /* line 144, ../scss/Layout/_blades.scss */
  .familiar .page-template .even .copy-wrapper,
  .work .page-template .even .copy-wrapper {
    right: 110px;
  }
}

/* line 156, ../scss/Layout/_blades.scss */
.experience .odd,
.productive .odd {
  background-color: #f0f0f0;
}
@media screen and (min-width: 960px) {
  /* line 162, ../scss/Layout/_blades.scss */
  .experience .page-template .odd .copy-wrapper,
  .productive .page-template .odd .copy-wrapper {
    right: 110px;
  }
  /* line 167, ../scss/Layout/_blades.scss */
  .experience .page-template .even .img.blade,
  .productive .page-template .even .img.blade {
    float: right;
    margin-right: 0;
  }
  /* line 170, ../scss/Layout/_blades.scss */
  .experience .page-template .even .copy-wrapper,
  .productive .page-template .even .copy-wrapper {
    left: 110px;
  }
}

/* line 8, ../scss/Layout/_upgrade.scss */
.upgrade .copy-wrapper {
  max-width: 720px;
  margin: 0 auto 40px;
}

/* line 6, ../scss/Layout/_shop.scss */
.shop .shop-wrapper {
  margin: 40px 36px;
}
/* line 9, ../scss/Layout/_shop.scss */
.shop .device-wrapper {
  width: 44.44444%;
  float: left;
  margin-right: 11.11111%;
}
/* line 11, ../scss/Layout/_shop.scss */
.shop .device-wrapper a {
  display: block;
}
/* line 14, ../scss/Layout/_shop.scss */
.shop .device-wrapper .img {
  width: 100%;
}
/* line 17, ../scss/Layout/_shop.scss */
.shop .device-wrapper .copy {
  color: #0078d7;
  font-size: 1.42857em;
  text-align: center;
}
@media screen and (max-width: 539px) {
  /* line 26, ../scss/Layout/_shop.scss */
  .shop .device-wrapper:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 540px) {
  /* line 9, ../scss/Layout/_shop.scss */
  .shop .device-wrapper {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
  }
  /* line 32, ../scss/Layout/_shop.scss */
  .shop .device-wrapper:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}

/* line 5, ../scss/Layout/_footer.scss */
.footer-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  color: #FFFFFF;
  text-align: center;
  background-color: #0078d7;
  padding-top: 36px;
}
/* line 13, ../scss/Layout/_footer.scss */
.footer-wrapper .copy {
  font-size: 1.42857em;
  margin: 0 0 21px;
}
/* line 17, ../scss/Layout/_footer.scss */
.footer-wrapper .footer-btn {
  font-size: 1.14286em;
  width: 200px;
  height: 45px;
  margin: 0 auto 28px;
  padding-top: 9px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  color: #FFFFFF;
}
/* line 26, ../scss/Layout/_footer.scss */
.footer-wrapper .footer-btn:hover, .footer-wrapper .footer-btn:active {
  background-color: rgba(0, 32, 80, 0.25);
}
@media screen and (min-width: 540px) {
  /* line 5, ../scss/Layout/_footer.scss */
  .footer-wrapper {
    height: 160px;
    padding-top: 25px;
  }
  /* line 34, ../scss/Layout/_footer.scss */
  .footer-wrapper .copy {
    font-size: 2.14286em;
    margin-bottom: 28px;
  }
  /* line 38, ../scss/Layout/_footer.scss */
  .footer-wrapper .footer-btn {
    font-size: 1.42857em;
    margin-bottom: 30px;
    padding-top: 6px;
  }
}
@media screen and (min-width: 960px) {
  /* line 5, ../scss/Layout/_footer.scss */
  .footer-wrapper {
    height: 110px;
  }
  /* line 47, ../scss/Layout/_footer.scss */
  .footer-wrapper .copy,
  .footer-wrapper .footer-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
  /* line 56, ../scss/Layout/_footer.scss */
  .footer-wrapper .copy {
    left: 36px;
    font-size: 2.28571em;
  }
  /* line 60, ../scss/Layout/_footer.scss */
  .footer-wrapper .footer-btn {
    right: 36px;
  }
}

/*Sticky Navigation for Tablet and above*/
/* line 6, ../scss/States/_states.scss */
.stickyNav {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
}
