/* vendors */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  
  /**
   * Remove default margin.
   */
  body {
    margin: 0; }
  
  /* 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.
   */
  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.
   */
  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.
   */
  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/11, Safari, and Firefox < 22.
   */
  [hidden],
  template {
    display: none; }
  
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  a {
    background-color: transparent; }
  
  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  a:active,
  a:hover {
    outline: 0; }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted; }
  
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  b,
  strong {
    font-weight: bold; }
  
  /**
   * Address styling not present in Safari and Chrome.
   */
  dfn {
    font-style: italic; }
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  h1, .h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  
  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000; }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sup {
    top: -0.5em; }
  
  sub {
    bottom: -0.25em; }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  img {
    border: 0; }
  
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  svg:not(:root) {
    overflow: hidden; }
  
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  figure {
    margin: 1em 40px; }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    box-sizing: content-box;
    height: 0; }
  
  /**
   * Contain overflow in all browsers.
   */
  pre {
    overflow: auto; }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  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.
   */
  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.
   */
  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.
   */
  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.
   */
  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.
   */
  button[disabled],
  html input[disabled] {
    cursor: default; }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  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.
   */
  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.
   */
  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`.
   */
  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
   *    (include `-moz` to future-proof).
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box; }
  
  /**
   * 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).
   */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  /**
   * Define consistent border, margin, and padding.
   */
  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.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  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.
   */
  optgroup {
    font-weight: bold; }
  
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td,
  th {
    padding: 0; }
  
  /*------------------------------------*
      RESET
  *------------------------------------*/
  /**
   * A more considered reset; more of a restart...
   * As per: csswizardry.com/2011/10/reset-restarted
   */
  /**
  * Let's make the box model all nice, shall we...?
  */
  *,
  *:before,
  *:after {
    box-sizing: border-box; }
  
  /**
   * The usual...
   */
  h1, .h1, h2, .h2, h3, .h3, h4, h5, .h1 + h1, .h1 + .h1,
  .h2 + h2,
  .h2 + .h2,
  .h3 + h3,
  .h3 + .h3, h6,
  p, blockquote, pre,
  dl, dd, ol, ul,
  form, fieldset, legend,
  table, th, td, caption,
  hr {
    margin: 0;
    padding: 0; }
  
  /**
   * Give a help cursor to elements that give extra info on :hover.
   */
  abbr[title], dfn[title] {
    cursor: help; }
  
  /**
   * Remove underlines from potentially troublesome elements.
   */
  u, ins {
    text-decoration: none; }
  
  /**
   * Apply faux underline via border-bottom.
   */
  ins {
    border-bottom: 1px solid; }
  
  /**
   * So that alt text is visually offset if images don't load.
   */
  img {
    font-style: italic; }
  
  /**
   * Give form elements some cursor interactions...
   */
  label,
  input,
  textarea,
  button,
  select,
  option {
    cursor: pointer; }
  
  .text-input:active,
  .text-input:focus,
  textarea:active,
  textarea:focus {
    cursor: text;
    outline: none; }
  
  /* base - absolute */
  body {
    /*  */
    margin: 0;
    color: #000;
    font-family: "Proxima Nova", "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  h1, .h1, h2, .h2, h3, .h3, h4, h5, .h1 + h1, .h1 + .h1,
  .h2 + h2,
  .h2 + .h2,
  .h3 + h3,
  .h3 + .h3, h6,
  ul, ol, p {
    margin-bottom: 1rem; }
  
  a {
    color: #f05422;
    transition: all 0.2s; }
    a:focus {
      outline: none; }
  
  img, picture {
    max-width: 100%;
    height: auto; }
  
  ::-moz-selection {
    background-color: #f05422;
    color: #fff; }
  
  ::selection {
    background-color: #f05422;
    color: #fff; }
  
  ::-moz-selection {
    background-color: #f05422;
    color: #fff; }
  
  .inner {
    max-width: 100rem;
    padding: 0 1rem;
    overflow: auto;
    margin-right: auto;
    margin-left: auto; }
  
  .header,
  .content,
  .modules,
  .footer {
    position: relative;
    width: 100%;
    overflow: auto; }
  
  .mod {
    position: relative; }
  
  /* layout - columns */
  .columns {
    width: 100%;
    overflow: auto;
    vertical-align: top; }
  
  /* vertical alignment */
  .columns.middle {
    vertical-align: middle; }
  
  .columns.baseline {
    vertical-align: baseline; }
  
  .column {
    vertical-align: inherit; }
  
  /* quantity queries */
  @media (min-width: 768px) {
    .columns {
      width: auto;
      margin-left: -1rem;
      margin-right: -1rem;
      font-size: 0; }
    .column {
      font-size: 1rem;
      padding: 0 1rem; }
    .column:nth-last-child(even):first-child,
    .column:nth-last-child(even):first-child ~ * {
      display: inline-block;
      width: 50%; } }
  
  @media (min-width: 960px) {
    .column:nth-last-child(odd):first-child,
    .column:nth-last-child(odd):first-child ~ * {
      display: inline-block;
      width: 33.33%; } }
  
  @media (min-width: 1200px) {
    .column:nth-last-child(4):first-child,
    .column:nth-last-child(4):first-child ~ * {
      width: 25%; } }
  
  @media (min-width: 1500px) {
    .column:nth-last-child(5):first-child,
    .column:nth-last-child(5):first-child ~ * {
      width: 20%; } }
  
  @media (min-width: 1875px) {
    .column:nth-last-child(6):first-child,
    .column:nth-last-child(6):first-child ~ * {
      width: 16.66%; } }
  
  /* max limits */
  @media (min-width: 768px) {
    .columns.max-2 .column {
      width: 50%; } }
  
  @media (min-width: 960px) {
    .columns.max-3 .column {
      width: 33.3333%; } }
  
  @media (min-width: 1200px) {
    .columns.max-4 .column {
      width: 25%; } }
  
  /**
   * Swiper 3.3.1
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * 
   * http://www.idangero.us/swiper/
   * 
   * Copyright 2016, Vladimir Kharlampidi
   * The iDangero.us
   * http://www.idangero.us/
   * 
   * Licensed under MIT
   * 
   * Released on: February 7, 2016
   */
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1; }
  
  .swiper-container-no-flexbox .swiper-slide {
    float: left; }
  
  .swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column; }
  
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }
  
  .swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0); }
  
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  
  .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }
  
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative; }
  
  .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto; }
  
  .swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform,height; }
  
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  
  .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  
  .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }
  
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat; }
  
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none; }
  
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto; }
  
  .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto; }
  
  .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%; }
  
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2; }
  
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  
  .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff; }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff; }
  
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff; }
  
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000; }
  
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block; }
  
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px; }
  
  .swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  
  .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  
  .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top; }
  
  .swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  
  .swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  
  .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5); }
  
  .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff; }
  
  .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000; }
  
  .swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px; }
  
  .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  
  .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
  
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
  
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
  
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }
  
  .swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px; }
  
  .swiper-container-cube, .swiper-container-flip {
    overflow: visible; }
  
  .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
  
  .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  
  .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
  
  .swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }
  
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible; }
  
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0; }
  
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }
  
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }
  
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  
  .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  
  .swiper-scrollbar-cursor-drag {
    cursor: move; }
  
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }
  
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
  
  @keyframes swiper-preloader-spin {
    100% {
      transform: rotate(360deg); } }
  
  /* utils */
  /* utils - vars */
  /* components - animate */
  [class*="animate"] {
    overflow: hidden; }
  
  .animate--inwards > picture:last-of-type img {
    position: absolute;
    top: 0;
    right: 0; }
  
  .animate--inwards > picture img {
    transition: all 1s; }
  
  .animate--inwards > picture:first-of-type img {
    transform: translateX(-10%);
    max-height: 87.5rem; }
  
  .animate--inwards > picture:last-of-type img {
    transform: translateX(10%); }
  
  .animate--inwards.is-visible > picture img {
    transform: translateX(0); }
  
  .animate--type.product {
    background: #e5e5e5; }
  
  .animate--type.price {
    background: #e5e6e0; }
  
  .animate--type.delivery {
    background: #f8f4f5; }
  
  .animate--type .inner {
    background: #fff; }
  
  .animate--type > picture img {
    transition: all 0.75s; }
  
  .animate--type > picture:first-of-type img {
    transform: translateX(10%); }
  
  .animate--type > picture:last-of-type img {
    display: none; }
  
  .animate--type h3, .animate--type .h3 {
    text-transform: none; }
    .animate--type h3:after, .animate--type .h3:after {
      content: '';
      display: block;
      width: 1em;
      height: 0.125em;
      margin: 1rem auto 2rem;
      background: #009FE3; }
  
  .animate--type.price > picture:first-of-type img {
    transform: translateX(-10%); }
  
  .animate--type.is-visible > picture:first-of-type img {
    transform: translateX(0); }
  
  @media (min-width: 960px) {
    [class*="animate"] .inner {
      transition: all 0.5s; }
    .mod.bg-image.animate--up:not(.split):not(.tl):not(.tc):not(.tr):not(.ml):not(.mc):not(.mr):not(.bl):not(.bc):not(.br) .inner {
      transition: all 1s;
      bottom: -50%; }
    .mod.bg-image.animate--up:not(.split):not(.tl):not(.tc):not(.tr):not(.ml):not(.mc):not(.mr):not(.bl):not(.bc):not(.br).was-visible .inner {
      bottom: 0; }
    .animate--right.ml .inner {
      transition: all 0.75s;
      left: -50%; }
    .animate--right.ml.was-visible .inner {
      left: 0; }
    .animate--fade .inner {
      opacity: 0; }
    .animate--fade.is-visible .inner {
      opacity: 1; }
    .animate--reveal .animate__layer {
      position: relative;
      transition: opacity 0.5s 0.25s, max-height 0.5s 0.5s; }
    .animate--reveal .animate__layer:last-child {
      max-height: 0;
      opacity: 0; }
    .animate--reveal.is-visible .animate__layer {
      transition: opacity 0.5s 0.5s, max-height 0.5s 0.25s; }
    .animate--reveal.is-visible .animate__layer:last-child {
      max-height: 250px;
      opacity: 1; }
    .animate--reveal#modid-58 > picture img {
      transition: all 1s; }
    .animate--reveal#modid-58.is-visible > picture img {
      opacity: 0; }
    .animate--inwards > picture:last-of-type img {
      height: 100%; }
    .animate--inwards .inner {
      transition: all 0.75s;
      margin-top: 10%; }
    .animate--inwards.is-visible .inner {
      margin-top: 0; }
    .animate--type .inner {
      background: transparent; }
    .animate--type > picture:last-of-type img {
      position: absolute;
      top: -50%;
      left: 0;
      transform: translateY(-50%);
      display: block;
      max-height: 100%;
      opacity: 0.4; }
    .animate--type h3:after, .animate--type .h3:after {
      margin-left: 0; }
    .animate--type.delivery > picture:last-of-type img {
      opacity: 0.8; }
    .animate--type.price > picture:last-of-type img {
      left: auto;
      right: 0; }
    .animate--type.is-visible > picture:last-of-type img {
      top: 50%; } }
  
  /* base */
  /* base - typography */
  body {
    color: #575756;
    font-family: "museo-sans", sans-serif; }
  
  h1, .h1, h2, .h2, h3, .h3, h4, h5, .h1 + h1, .h1 + .h1,
  .h2 + h2,
  .h2 + .h2,
  .h3 + h3,
  .h3 + .h3, h6 {
    font-family: "alternate-gothic-no-1-d", Impact, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 0.875em;
    text-transform: uppercase; }
  
  h1, .h1, h2, .h2, h3, .h3, h4 {
    letter-spacing: -1px; }
  
  h1, .h1 {
    font-size: 3em; }
  
  h2, .h2 {
    font-size: 2.625em; }
  
  h3, .h3 {
    font-size: 2.25em; }
  
  h4 {
    font-size: 1.875em; }
  
  p, li, td {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.25em; }
    p.feature, li.feature, td.feature {
      font-family: "alternate-gothic-no-1-d", Impact, sans-serif;
      font-size: 2.25em;
      letter-spacing: -1px;
      line-height: 1em;
      overflow: hidden; }
  
  .feature a:hover {
    font-weight: 400 !important;
    text-decoration: underline; }
  
  ul, ol, p {
    margin-bottom: 2rem; }
  
  a {
    color: #009FE3;
    text-decoration: none; }
  
  em {
    font-family: "alternate-gothic-no-1-d", Impact, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    letter-spacing: -0.5px;
    line-height: normal; }
  
  .h1, .h2, .h3 {
    margin-bottom: 0.5rem; }
  
  .h1 + h1, .h1 + .h1,
  .h2 + h2,
  .h2 + .h2,
  .h3 + h3,
  .h3 + .h3 {
    margin-bottom: 3.5rem; }
  
  ::-moz-selection {
    background-color: #009FE3;
    color: #fff; }
  
  ::selection {
    background-color: #009FE3;
    color: #fff; }
  
  ::-moz-selection {
    background-color: #009FE3;
    color: #fff; }
  
  @media (min-width: 768px) {
    h1, .h1, h2, .h2, h3, .h3, h4, h5, .h1 + h1, .h1 + .h1,
    .h2 + h2,
    .h2 + .h2,
    .h3 + h3,
    .h3 + .h3, h6 {
      font-size: 2em; }
    h1, .h1 {
      font-size: 7.875em;
      letter-spacing: -3px; }
    h2, .h2 {
      font-size: 5.25em;
      letter-spacing: -3px; }
    h3, .h3 {
      font-size: 3.25em;
      letter-spacing: -2px; }
    h4 {
      font-size: 2.625em; }
    em {
      font-size: 2em; }
    p.feature {
      font-size: 3.25em;
      letter-spacing: -2px; } }
  
  /* layout */
  /* layout - framework */
  .inner {
    max-width: 87.5rem;
    padding: 0 3.5rem; }
  
  @media (min-width: 768px) {
    .inner {
      padding: 0 7rem; } }
  
  /* layout - footer */
  .footer {
    background: #EDEDED;
    color: #575756;
    font-family: "alternate-gothic-no-1-d", Impact, sans-serif;
    text-align: center;
    text-transform: uppercase; }
    .footer .social {
      background: #fff;
      font-size: 1.5em;
      padding-top: 7rem;
      padding-bottom: 7rem; }
    .footer .meta {
      margin: 1rem 0; }
    .footer .credit {
      margin: 1rem 0 0.5rem; }
    .footer ul, .footer ol, .footer p {
      margin: 0; }
    .footer a {
      color: inherit; }
      .footer a:hover {
        color: #009FE3; }
  
  @media (min-width: 768px) {
    .footer .social {
      padding-top: 7rem;
      padding-bottom: 7rem; } }
  
  @media (max-width: 959px) {
    .column:not(:last-child) {
      margin-bottom: 1rem; } }
  
  @media (min-width: 960px) {
    .column:first-child {
      padding-left: 0;
      text-align: left; }
    .column:last-child {
      padding-right: 0;
      text-align: right; } }
  
  /* layout - navigation */
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    min-width: 100%;
    padding: 2rem 2rem 1.5rem 1.5rem;
    background: #02184d;
    color: #fff;
    transition: all 0.5s;
    transform: translateX(-100%); }
    .sidebar.open {
      transform: translateX(0); }
    .sidebar * {
      font-family: "alternate-gothic-no-1-d", Impact, sans-serif; }
    .sidebar .logo {
      display: none;
      max-width: 12.5em;
      margin: 0 0 1.5rem; }
    .sidebar nav {
      margin-bottom: 3rem; }
    .sidebar li {
      font-size: 2rem;
      line-height: 1.5em;
      text-transform: uppercase; }
      .sidebar li.active a {
        color: #009FE3;
        text-decoration: underline; }
    .sidebar a {
      color: #fff; }
      .sidebar a:hover {
        color: #009FE3; }
    .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
      letter-spacing: 0; }
    .sidebar h2, .sidebar .h2 {
      font-size: 2em; }
    .sidebar h3, .sidebar .h3 {
      margin: 0;
      text-transform: none; }
    .sidebar h3, .sidebar .h3, .sidebar p {
      font-size: 1.5em;
      color: #009FE3; }
    .sidebar .sidebar__toggle,
    .sidebar .sidebar__close {
      position: absolute;
      display: block;
      overflow: hidden; }
      .sidebar .sidebar__toggle span,
      .sidebar .sidebar__close span {
        visibility: hidden; }
    .sidebar .sidebar__toggle {
      top: 2.5rem;
      left: 100%;
      width: 80px;
      height: 160px;
      background: #e4e4e4 url("../images/musksourcing-garments-label.png") right center no-repeat;
      border: 1px dashed #fff;
      border-left: 0; }
    .sidebar .sidebar__close {
      top: 0.75rem;
      right: 0.75rem;
      width: 1.5rem;
      height: 1.5rem; }
      .sidebar .sidebar__close:before, .sidebar .sidebar__close:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 100%;
        height: 1px;
        background: #fff; }
      .sidebar .sidebar__close:before {
        transform: rotate(45deg); }
      .sidebar .sidebar__close:after {
        transform: rotate(-45deg); }
  
  @media (max-width: 479px) {
    .sidebar.open {
      overflow: auto; }
      .sidebar.open .sidebar__toggle {
        display: none; } }
  
  @media (min-width: 480px) {
    .sidebar {
      min-width: 335px; } }
  
  @media (max-width: 767px) {
    .sidebar .sidebar__toggle {
      width: 40px;
      height: 80px; }
    .sidebar .logo {
      display: block; } }
  
  /* layout - module */
  .mod {
    text-align: center; }
    .mod > img, .mod > picture, .mod > picture > img {
      display: block; }
  
  .mod .inner {
    width: 100%;
    max-width: 50rem;
    padding: 7rem 3.5rem; }
    .mod .inner div img {
      display: block;
      max-width: calc(100% + 7rem);
      margin: 3.5rem -3.5rem; }
    .mod .inner > :last-child {
      margin-bottom: 0; }
  
  .mod.reduced .inner {
    max-width: 35rem; }
  
  body > .mod .inner,
  body:not(.home) .mod:first-of-type .inner {
    max-width: 100%;
    width: 100%; }
  
  @media (min-width: 768px) {
    .mod .inner {
      padding: 7rem; }
      .mod .inner div img {
        max-width: calc(100% + 14rem);
        margin: 3.5rem -7rem; } }
  
  .mod {
    clear: both; }
    .mod[class*="w1x"], .mod[class*="w2x"] {
      clear: none;
      float: left; }
      .mod[class*="w1x"].flr, .mod[class*="w2x"].flr {
        float: right; }
    .mod[class*="w1x"] {
      width: 50%; }
  
  @media (min-width: 960px) {
    .mod[class*="w1x"] {
      width: 25%; }
    .mod[class*="w2x"] {
      width: 50%; } }
  
  /* components - module-alignment */
  .mod.bg-image:not(.split) .inner {
    padding: 3.5rem; }
  
  @media (min-width: 960px) {
    .mod.bg-image:not(.split) .inner {
      padding: 7rem; }
    /* vertical alignment */
    .mod.bg-image:not(.split) .inner {
      position: absolute; }
    .mod.bg-image:not(.split):not(.tl):not(.tc):not(.tr):not(.ml):not(.mc):not(.mr):not(.bl):not(.bc):not(.br) .inner {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .tl .inner, .tc .inner, .tr .inner {
      top: 0; }
    .ml .inner, .mc .inner, .mr .inner {
      top: 50%;
      transform: translateY(-50%); }
    .bl .inner, .bc .inner, .br .inner {
      bottom: 0; }
    /* horizontal alignment */
    .tl .inner, .ml .inner, .bl .inner {
      left: 0;
      text-align: left;
      max-width: 50%; }
    .tc .inner, .mc .inner, .bc .inner {
      left: 50%;
      transform: translateX(-50%); }
    .tr .inner, .mr .inner, .br .inner {
      right: 0;
      text-align: left;
      max-width: 50%; }
    .mc .inner {
      transform: translate(-50%, -50%); } }
  
  /* layout - offcanvas */
  [class^="offcanvas--"] {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 80;
    background: #009FE3;
    color: #fff;
    transition: all 0.5s; }
    [class^="offcanvas--"].open {
      left: 0; }
  
  .offcanvas__inner {
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding-top: 11.25rem; }
  
  @media (min-width: 640px) {
    .offcanvas--culture .mod:not(:first-child) .inner > *:not(div) {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto; } }
  
  body[class*="is-offcanvas"] {
    overflow: hidden; }
    body[class*="is-offcanvas"] .offcanvas__close {
      display: block; }
  
  .offcanvas__close {
    position: fixed;
    top: 2.5rem;
    right: 1rem;
    z-index: 85;
    display: none;
    width: 2rem;
    height: 2rem;
    overflow: hidden; }
    .offcanvas__close span {
      visibility: hidden; }
    .offcanvas__close:before, .offcanvas__close:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      width: 100%;
      height: 1px;
      background: #fff; }
    .offcanvas__close:before {
      transform: rotate(45deg); }
    .offcanvas__close:after {
      transform: rotate(-45deg); }
  
  .offcanvas__back {
    display: inline-block;
    padding: 0.75rem 4.5rem;
    margin-top: 5rem;
    background: url("../images/icon-back.png") center center no-repeat;
    background-size: contain;
    font-family: "alternate-gothic-no-1-d", Impact, sans-serif;
    font-size: 2em;
    font-style: normal;
    letter-spacing: -0.5px;
    line-height: normal; }
    .offcanvas__back:hover {
      font-weight: 400 !important;
      text-decoration: underline; }
  
  /* components */
  /* components - backgrounds */
  .bg--blue,
  .bg--navy {
    background: #009FE3;
    color: #fff; }
    .bg--blue a,
    .bg--navy a {
      color: #fff; }
      .bg--blue a:hover,
      .bg--navy a:hover {
        font-weight: 700; }
  
  .bg--navy {
    background: #02184d; }
  
  .bg--greyl {
    background: #EDEDED; }
  
  .bg--greyd {
    background: #575756;
    color: #fff; }
  
  .bg--brown {
    background: #423525;
    color: #fff; }
  
  /* components - button */
  .button {
    display: inline-block;
    padding: 0.5rem 2.5rem;
    background: #009FE3;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.875em;
    text-transform: uppercase; }
    .button:hover {
      background: #02184d; }
  
  .bg--blue .button {
    background: #EDEDED;
    color: #575756; }
    .bg--blue .button:hover {
      background: #575756;
      color: #fff; }
  
  /* components - career */
  .career {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #EDEDED;
    border-bottom: 1px solid #fff; }
    .career p {
      margin-bottom: 0; }
    .career em {
      color: #009FE3; }
    .career .apply {
      position: absolute;
      top: 0;
      right: 0;
      width: 61px;
      height: 100%;
      display: block;
      background: #009FE3 url("../images/arrow-trail.png") center center no-repeat;
      background-size: 100%; }
      .career .apply:hover {
        background-color: #02184d; }
      .career .apply span {
        visibility: hidden; }
  
  .career-description {
    display: none; }
    .career-description.active {
      display: block; }
    .career-description .inner {
      max-width: 100%;
      width: 100%; }
    .career-description h3, .career-description .h3 {
      text-transform: none;
      margin-bottom: 1rem; }
    .career-description .button {
      margin-bottom: 5rem; }
  
  .career-description + .mod:not(.career-description) .inner {
    padding-top: 0; }
  
  .offcanvas--career .offcanvas__inner {
    padding-top: 0; }
  
  @media (min-width: 768px) {
    .career {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .career .apply {
        width: 102px; } }
  
  /* components - inline list */
  .list-inline {
    padding: 0;
    list-style-type: none; }
    .list-inline li {
      display: inline-block;
      margin: 0 1rem; }
      .list-inline li:first-child {
        margin-left: 0; }
      .list-inline li:last-child {
        margin-right: 0; }
  
  /* components - inline list */
  .list-separated {
    padding: 0;
    list-style-type: none;
    margin: 0 auto; }
    .list-separated li:not(:last-child):after {
      content: '';
      display: block;
      width: 2em;
      height: 0.375em;
      margin: 1em auto;
      background: #fff; }
  
  /* components - unstyled list */
  .list-unstyled {
    padding: 0;
    list-style-type: none; }
  
  /* components - mod-split */
  .mod.split {
    text-align: left; }
    .mod.split > * {
      display: block;
      width: 100%; }
    .mod.split h3, .mod.split .h3 {
      text-transform: none;
      margin-bottom: 3.5rem; }
  
  @media (min-width: 960px) {
    .mod.split {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto;
      font-size: 0; }
      .mod.split > * {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        font-size: 1rem; }
      .mod.split .inner {
        padding-top: 1rem;
        padding-bottom: 1rem; }
      .mod.split:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  
  /* components - scroller */
  .scroller {
    overflow: hidden; }
    .scroller > picture {
      position: relative;
      overflow: hidden; }
    .scroller > picture img {
      position: relative;
      left: -75%;
      max-width: 250%;
      transition: all 0.5s; }
    .scroller .scroller-prev, .scroller .scroller-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 80;
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      background: #fff;
      border-radius: 50%;
      cursor: pointer;
      opacity: 0.5; }
      .scroller .scroller-prev:before, .scroller .scroller-next:before {
        content: '';
        display: block;
        width: 50%;
        height: 50%;
        margin: 25%;
        background: url("../images/arrow-blue.png") center center no-repeat;
        background-size: contain; }
      .scroller .scroller-prev:hover, .scroller .scroller-next:hover {
        opacity: 0.75; }
    .scroller .scroller-prev {
      left: 1.25rem; }
      .scroller .scroller-prev:before {
        transform: rotate(90deg); }
    .scroller .scroller-next {
      right: 1.25rem; }
      .scroller .scroller-next:before {
        transform: rotate(-90deg); }
  
  /* components - star */
  .star {
    list-style-type: none; }
    .star li {
      font-family: "alternate-gothic-no-1-d", Impact, sans-serif;
      font-size: 1.5em;
      font-style: normal;
      letter-spacing: -0.5px;
      line-height: normal;
      text-transform: uppercase; }
    .star a:hover {
      font-weight: 500;
      text-decoration: underline; }
  
  @media (min-width: 768px) {
    .star-container .inner {
      overflow: hidden;
      padding-bottom: 0; }
    .star {
      position: relative;
      overflow: hidden;
      transform: translateY(100%) translateZ(0px);
      transition: all 1s;
      background: url("../images/logo/single-white.png") center center no-repeat;
      background-size: 40%; }
      .star:before {
        content: '';
        display: block;
        margin-top: 40%; }
      .star li {
        position: absolute;
        top: 50%;
        width: 30%;
        transform: translateY(-50%);
        font-size: 2.625em; }
        .star li:first-child {
          left: 0;
          padding-right: 1.875rem;
          text-align: right; }
        .star li:last-child {
          right: 0;
          padding-left: 1.875rem;
          text-align: left; }
    .was-visible .star {
      transform: translateY(1.75em) translateZ(0px); } }
  
  /* components - step */
  .step {
    display: none; }
  
  @media (min-width: 768px) {
    .step {
      position: absolute;
      display: block;
      transition: all 0.75s;
      transform: translateY(50%); }
      .step img {
        margin-top: 0 !important; }
    .is-visible .step {
      transform: translateY(0); } }
  
  /* components - swiper */
  .swiper {
    padding: 2rem 0 7rem;
    overflow: hidden; }
    .swiper .swiper-slide-active {
      transform: translateY(-2rem) !important; }
    .swiper .swiper-prev, .swiper .swiper-next {
      position: absolute;
      top: 50%;
      transform: translateY(-3.5rem);
      z-index: 100;
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      background: #fff;
      border-radius: 50%;
      cursor: pointer;
      opacity: 0.5; }
      .swiper .swiper-prev:before, .swiper .swiper-next:before {
        content: '';
        display: block;
        width: 50%;
        height: 50%;
        margin: 25%;
        background: url("../images/arrow-blue.png") center center no-repeat;
        background-size: contain; }
      .swiper .swiper-prev:hover, .swiper .swiper-next:hover {
        opacity: 0.75; }
    .swiper .swiper-prev {
      left: 1.25rem; }
      .swiper .swiper-prev:before {
        transform: rotate(90deg); }
    .swiper .swiper-next {
      right: 1.25rem; }
      .swiper .swiper-next:before {
        transform: rotate(-90deg); }
  
  @media (min-width: 480px) {
    .swiper .swiper-prev {
      left: 3.5rem; }
    .swiper .swiper-next {
      right: 3.5rem; } }
  
  @media (min-width: 768px) {
    .swiper .swiper-prev, .swiper .swiper-next {
      width: 3rem;
      height: 3rem; }
    .swiper .swiper-prev {
      left: 7rem; }
    .swiper .swiper-next {
      right: 7rem; } }
  
  html, body {
    height: 100%; }
  
  .vswiper {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .vswiper .inner {
      position: absolute;
      bottom: 0;
      padding-bottom: 7rem !important; }
    .vswiper .swiper-slide {
      transition: transform 0.3s; }
      .vswiper .swiper-slide.swiper-slide-active {
        z-index: 10; }
      .vswiper .swiper-slide > img, .vswiper .swiper-slide > picture img {
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .vswiper .swiper-skip {
      position: absolute;
      bottom: 1em;
      left: 50%;
      z-index: 20;
      transform: translateX(-50%);
      display: block;
      width: 4.375em;
      height: 2.5em;
      cursor: pointer;
      background: url("../images/arrows.png") center top no-repeat;
      background-size: 100% 200%;
      transition: all 0.2s; }
      .vswiper .swiper-skip:hover {
        background-position: center bottom; }
    .vswiper .swiper-pagination {
      left: 14px; }
    .vswiper .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 10px 0 !important;
      background: transparent;
      border: 1px solid #fff;
      opacity: 1; }
    .vswiper .swiper-pagination-bullet-active {
      background: #fff; }
  
  @keyframes fluidity {
    0% {
      transform: translate(-50%, -50%); }
    25% {
      transform: translate(-51%, -48%); }
    50% {
      transform: translate(-50%, -50%); }
    75% {
      transform: translate(-49%, -48%); }
    100% {
      transform: translate(-50%, -50%); } }
  
  .vswiper .swiper-slide:first-child picture:nth-child(2) img,
  .vswiper .swiper-slide:first-child picture:nth-child(3) img {
    min-width: 102.5%;
    min-height: 102.5%;
    -webkit-backface-visibility: hidden; }
  
  .vswiper .swiper-slide:first-child picture:nth-child(2) img {
    animation: fluidity 15s infinite alternate ease-in-out; }
  
  .vswiper .swiper-slide:first-child picture:nth-child(3) img {
    animation: fluidity 20s infinite alternate-reverse ease-in-out; }
  
  @media (min-width: 768px) {
    .vswiper .swiper-pagination-bullet {
      left: 34px; } }
  
  /* pages */
  /* pages - home */
  body.home h1, body.home .h1 {
    font-size: 5.25em; }
  
  @media (min-width: 768px) {
    body.home h1, body.home .h1 {
      font-size: 12.5em; } }
  
  /* pages - sitemap */
  body.sitemap .mod .inner,
  body.terms-and-conditions .mod .inner,
  body.privacy-policy .mod .inner {
    max-width: 100%; }
  
  body.sitemap .mod li,
  body.terms-and-conditions .mod li,
  body.privacy-policy .mod li {
    margin-bottom: 1.5rem; }
  
  body.sitemap .mod li:last-child,
  body.terms-and-conditions .mod li:last-child,
  body.privacy-policy .mod li:last-child {
    margin-bottom: 0; }
  
  /* themes */
  @media (min-width: 768px) and (max-width: 958px){
    .mod.bg-image:not(.split):not(.tl):not(.tc):not(.tr):not(.ml):not(.mc):not(.mr):not(.bl):not(.bc):not(.br) .inner {
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      transition: all 1s;
      bottom: 0;
      position: absolute;
      padding: 0rem;
    }
    p, li, td {
      font-size: 1.25em;
      font-weight: 500;
      line-height: 1.25em;
  }
    p{
      margin-bottom: 1rem;
    }
  }
  @media (max-width: 767px){
    .mod.bg-image:not(.split):not(.tl):not(.tc):not(.tr):not(.ml):not(.mc):not(.mr):not(.bl):not(.bc):not(.br) .inner {
      left: 50%;
      transform: translateX(-50%);
      transition: all 1s;
      bottom: 0;
      position: absolute;
      padding: 0.4rem;
    }
    p, li, td {
      font-size: 0.75em;
      font-weight: 500;
      line-height: 1.25em;
  }
    p{
      margin-bottom: 1rem;
    }
  }
  @media (width: 540px){
    .mod.bg-image:not(.split):not(.tl):not(.tc):not(.tr):not(.ml):not(.mc):not(.mr):not(.bl):not(.bc):not(.br) .inner {
      transform: translateX(-50%) translateY(-20%);
      padding: 1rem;
    }
    p, li, td {
      font-size: 0.85em;
  }
    p{
      margin-bottom: 1rem;
    }
  }
  @media (width: 280px){
    .mod.bg-image:not(.split):not(.tl):not(.tc):not(.tr):not(.ml):not(.mc):not(.mr):not(.bl):not(.bc):not(.br) .inner {
      transform: translateX(-50%);
      transition: all 1s;
      bottom: 0;
      position: absolute;
      padding: 0.4rem;
    }
    p, li, td {
      font-size: 0.6em;
      font-weight: 500;
      line-height: 1.25em;
  }
    p{
      margin-bottom: 1rem;
    }
    h2 {
      font-size: 2em;
      margin-bottom:0rem;
  }
  }
  
  @media (width: 320px){
    .mod.bg-image:not(.split):not(.tl):not(.tc):not(.tr):not(.ml):not(.mc):not(.mr):not(.bl):not(.bc):not(.br) .inner {
  
      padding: 0rem;
    }
    p{
      margin-bottom: 1rem;
    }
    h2 {
      margin-bottom:0rem;
  }
  }
