/*! 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.
 */
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
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).
 */
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; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #B6C3D0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "AvenirLT-Book";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.9em 1.8em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #929ca6;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #B6C3D0; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top; }

.input__field {
  position: relative;
  display: block;
  padding: 0.8em;
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
  color: #aaa;
  font-weight: normal;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  padding: 10px 0 20px;
  width: 100%;
  color: #B6C3D0;
  font-weight: bold;
  font-size: 0.8125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }

/* Yoko */
.input__field--yoko {
  z-index: 10;
  width: 100%;
  background: transparent;
  color: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.input__label--yoko {
  position: relative;
  width: 100%;
  text-align: left; }

.input__label--yoko::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4em;
  background-color: #4D525C;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--yoko::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25em;
  background: #fff;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label-content--yoko {
  padding: 0.75em 0; }

.input__field--yoko:focus,
.input--filled .input__field--yoko {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.input__field--yoko:focus + .input__label--yoko::before,
.input--filled .input__label--yoko::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); }

.input__field--yoko:focus + .input__label--yoko,
.input--filled .input__label--yoko {
  pointer-events: none; }

.input__field--yoko:focus + .input__label--yoko::after,
.input--filled .input__label--yoko::after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg); }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.9em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.9em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.9em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.9em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #B6C3D0;
  font-family: "AvenirLT-Book";
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.8;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AvenirLT-Black";
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.9em;
  font-weight: normal; }

h1 {
  font-size: 5rem;
  color: #3AA0F6;
  letter-spacing: -1px;
  margin: 0 0 20px;
  line-height: 4.6875rem; }

p {
  font-size: 0.875rem;
  margin: 0 0 0.9em; }

a {
  color: #B6C3D0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #89929c; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.8em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

/**
 * 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;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -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; }

/* Progress */
.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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  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; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -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-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  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; }

/* Scrollbar */
.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; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  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%;
  -webkit-background-size: 100%;
  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"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

::-moz-selection {
  color: #3AA0F6;
  text-shadow: none; }

::selection {
  color: #3AA0F6;
  text-shadow: none; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 5555;
  position: fixed;
  margin: auto;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 400px;
  background: #fff;
  overflow: hidden; }

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 400px;
  position: fixed;
  z-index: 5555;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #3AA0F6; }

.pace.pace-inactive {
  display: none; }

.pace-completed .pace {
  display: none; }

.cover {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 4444;
  background: #fff; }
  .cover svg {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 30px;
    display: block;
    margin-top: -15px;
    margin-left: -59px; }
    .cover svg path {
      fill: #3AA0F6; }

body {
  width: 100vw;
  overflow: hidden; }

.sub-heading {
  color: #000;
  font-family: "AvenirLT-Black";
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: normal;
  opacity: 0;
  margin-top: 50px; }
  .sub-heading:after {
    content: "";
    display: block;
    background: red;
    border-bottom: 2px solid #000;
    width: 25px; }
  @media screen and (max-width: 52.1875em) {
    .sub-heading:after {
      margin: 0 auto; } }

.menu-trigger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.menu-trigger:focus {
  outline: none; }

.menu-trigger span {
  display: block;
  position: absolute;
  top: 19px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #3AA0F6; }
  @media screen and (max-width: 29.9375em) {
    .menu-trigger span {
      background: #fff; } }

.menu-trigger span::before,
.menu-trigger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3AA0F6;
  content: ""; }
  @media screen and (max-width: 29.9375em) {
    .menu-trigger span::before,
    .menu-trigger span::after {
      background: #fff; } }

.menu-trigger span::before {
  top: -12px; }

.menu-trigger span::after {
  bottom: -12px; }

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.menu-trigger--htx {
  background-color: transparent; }

.menu-trigger--htx span {
  transition: background 0s 0.3s; }

.menu-trigger--htx span::before,
.menu-trigger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.menu-trigger--htx span::before {
  transition-property: top, transform; }

.menu-trigger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.menu-trigger--htx.is-active span {
  background: none; }

.menu-trigger--htx.is-active span::before {
  background: #fff;
  top: 0;
  transform: rotate(45deg); }

.menu-trigger--htx.is-active span::after {
  background: #fff;
  bottom: 0;
  transform: rotate(-45deg); }

.menu-trigger--htx.is-active span::before,
.menu-trigger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

.scroll-indicator {
  width: 16px;
  height: 20px;
  position: absolute;
  top: calc(100vh - 50px);
  left: calc(50% - 8px);
  z-index: 9999; }
  .scroll-indicator img {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 29.9375em) {
    .scroll-indicator {
      top: calc(100vh - 100px); } }

.footer .scroll-indicator {
  top: 35px; }

/*
  Navigation
*/
header.navigation {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  bottom: auto;
  min-height: 60px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999; }
  header.navigation .navigation-wrapper {
    position: relative;
    z-index: 9999;
    padding: 25px 35px 5px;
    background-color: #FFF; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    header.navigation .navigation-wrapper #hamburger-icon {
      position: fixed;
      top: 0;
      right: 0;
      margin: 35px 35px 0 0;
      /* width: 40px; */
      height: 40px;
      z-index: 999;
      cursor: pointer;
      background-color: transparent; }
      @media screen and (min-width: 68.75em) {
        header.navigation .navigation-wrapper #hamburger-icon {
          display: none; } }
      @media screen and (max-width: 29.9375em) {
        header.navigation .navigation-wrapper #hamburger-icon {
          margin: 20px 20px 0 0; 
		  padding: 0px;} }
    @media screen and (max-width: 29.9375em) {
      header.navigation .navigation-wrapper {
        padding: 10px 35px;
        background-color: #3AA0F6; } }
    header.navigation .navigation-wrapper.show {
      height: 100vh;
      background-color: #3AA0F6;
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0) scale(0.1);
      transform: translate3d(0, 100%, 0) scale(0.1);
      -webkit-transform: scale(0.1);
      transform: scale(0.1); }
      header.navigation .navigation-wrapper.show .navigation-menu-button {
        width: 35px;
        height: 35px;
        background: url("../images/ico-close.svg") 0 0 no-repeat;
        background-size: contain;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        cursor: pointer; }
      header.navigation .navigation-wrapper.show .nav-menu {
        margin-top: 100px; }
      header.navigation .navigation-wrapper.show ul.navigation-menu {
        display: block; }
      header.navigation .navigation-wrapper.show ul li.nav-link {
        font-family: "AvenirLT-Black";
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: normal;
        text-align: left;
        padding-left: 10vw;
        text-transform: capitalize; }
        @media screen and (max-width: 29.9375em) {
          header.navigation .navigation-wrapper.show ul li.nav-link {
            padding-left: 0; } }
        header.navigation .navigation-wrapper.show ul li.nav-link:nth-child(7) {
          margin-top: 100px; }
        header.navigation .navigation-wrapper.show ul li.nav-link a {
          padding-bottom: 5px; }
          header.navigation .navigation-wrapper.show ul li.nav-link a:hover {
            color: #fff;
            border-bottom: 5px solid #fff;
            padding-bottom: 0px; }
        header.navigation .navigation-wrapper.show ul li.nav-link.active a {
          color: #fff;
          border-bottom: 5px solid #fff;
          padding-bottom: 0px; }
  header.navigation .logo {
    float: left;
    max-height: 60px;
    padding: 0.8em 0; }
    header.navigation .logo svg {
      width: 122px;
      height: 31px; }
      header.navigation .logo svg path {
        fill: #3AA0F6; }
      @media screen and (max-width: 29.9375em) {
        header.navigation .logo svg {
          width: 118px; }
          header.navigation .logo svg path {
            fill: #fff; } }
    header.navigation .logo img {
      max-height: 60px;
      padding: 0.8em 0; }
  header.navigation .navigation-menu-button {
    color: rgba(51, 51, 51, 0.7);
    display: block;
    float: right;
    line-height: 60px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 68.75em) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #3AA0F6; }
  header.navigation nav {
    float: none;
    min-height: 60px;
    z-index: 9999999; }
    @media screen and (min-width: 68.75em) {
      header.navigation nav {
        float: right; } }
  header.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 68.75em) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0;
        height: auto;
        background-color: transparent; } }
  header.navigation ul li.nav-link {
    background: transparent;
    display: block;
    font-size: 1rem;
    line-height: 60px;
    text-align: right;
    width: 100%;
    z-index: 9999;
    position: relative;
    text-transform: lowercase; }
    header.navigation ul li.nav-link.active a {
      color: #3AA0F6; }
      header.navigation ul li.nav-link.active a.nav-link-effect::after {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px); }
    @media screen and (min-width: 68.75em) {
      header.navigation ul li.nav-link {
        background: transparent;
        display: inline-block;
        line-height: 24px;
        margin-top: 12px;
        text-decoration: none;
        width: auto;
        margin-right: 3em; }
        header.navigation ul li.nav-link:last-child {
          margin-right: 0; } }
    header.navigation ul li.nav-link a {
      color: #fff;
      display: inline-block;
      padding-bottom: 12px;
      text-decoration: none; }
      @media screen and (min-width: 68.75em) {
        header.navigation ul li.nav-link a {
          padding-top: 5px;
          padding-bottom: 5px;
          color: rgba(51, 51, 51, 0.7); }
          header.navigation ul li.nav-link a.btn-nav {
            background-color: #3AA0F6;
            padding: 12px 15px;
            border-radius: 5px;
            color: #fff; }
            header.navigation ul li.nav-link a.btn-nav:hover {
              background-color: #363C47;
              color: #fff; } }
      header.navigation ul li.nav-link a::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #3aa0f6;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px); }
      header.navigation ul li.nav-link a:hover {
        color: #3AA0F6; }
        header.navigation ul li.nav-link a:hover.nav-link-effect::after {
          opacity: 1;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          transform: translateY(0px); }
  header.navigation .active-nav-item a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  header.navigation .navigation-tools {
    background: #505050;
    clear: both;
    display: block;
    height: 60px; }
    @media screen and (min-width: 68.75em) {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }

/*
  Structure
*/
.section {
  overflow: hidden; }
  @media screen and (max-width: 29.9375em) {
    .section aside {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%; }
      .section aside:last-child {
        margin-right: 0; }
      .section aside:nth-child(1n) {
        margin-right: 0; }
      .section aside:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 30em) and (max-width: 52.1875em) {
    .section aside {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .section aside:last-child {
        margin-right: 0; }
      .section aside:nth-child(1n) {
        margin-right: 0; }
      .section aside:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 52.25em) and (max-width: 68.6875em) {
    .section aside {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .section aside:last-child {
        margin-right: 0; }
      .section aside:nth-child(2n) {
        margin-right: 0; }
      .section aside:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 68.75em) {
    .section aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .section aside:last-child {
        margin-right: 0; }
      .section aside:nth-child(2n) {
        margin-right: 0; }
      .section aside:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 29.9375em) {
    .section .content {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%; }
      .section .content:last-child {
        margin-right: 0; }
      .section .content:nth-child(1n) {
        margin-right: 0; }
      .section .content:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 30em) and (max-width: 52.1875em) {
    .section .content {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .section .content:last-child {
        margin-right: 0; }
      .section .content:nth-child(1n) {
        margin-right: 0; }
      .section .content:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 52.25em) and (max-width: 68.6875em) {
    .section .content {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .section .content:last-child {
        margin-right: 0; }
      .section .content:nth-child(2n) {
        margin-right: 0; }
      .section .content:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 68.75em) {
    .section .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .section .content:last-child {
        margin-right: 0; }
      .section .content:nth-child(2n) {
        margin-right: 0; }
      .section .content:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 52.1875em) {
    .section {
      padding: 100px 0; }
      .section.contact-us {
        padding: 0; } }

.footer-wrapper {
  background-color: #363C47;
  padding: 0 !important; }

.full-width {
  padding: 0;
  max-width: 100vw; }
  .full-width section {
    max-width: 100vw;
    margin: 0; }
  @media screen and (max-width: 52.1875em) {
    .full-width {
      padding: 0 0 100px; } }

.content-wrapper {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  padding-top: 100px;
  display: flex;
  align-items: center; }
  .content-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .content-wrapper.inverse {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    .content-wrapper.inverse aside {
      text-align: left;
      padding: 0 2.35765% 0 0; }
      .content-wrapper.inverse aside .sticky-side {
        max-width: 70vh;
        max-height: 70vh; }
      .content-wrapper.inverse aside .screens {
        margin-left: -10vw;
        position: relative;
        overflow: hidden; }
        .content-wrapper.inverse aside .screens img {
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0;
          animation-name: fade;
          animation-duration: 12s;
          animation-iteration-count: infinite; }

@keyframes fade {
  0% {
    opacity: 0; }
  8.33333% {
    opacity: 1; }
  25% {
    opacity: 1; }
  33.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }
          .content-wrapper.inverse aside .screens img:nth-child(1) {
            animation-delay: 0s; }
          .content-wrapper.inverse aside .screens img:nth-child(2) {
            animation-delay: 3s; }
          .content-wrapper.inverse aside .screens img:nth-child(3) {
            animation-delay: 6s; }
          .content-wrapper.inverse aside .screens img:nth-child(4) {
            animation-delay: 9s; }
        .content-wrapper.inverse aside .screens .screen1 {
          background: url("../images/screens/screen1.jpg") center right no-repeat;
          background-size: cover; }
        .content-wrapper.inverse aside .screens .screen2 {
          background: url("../images/screens/screen2.jpg") center right no-repeat;
          background-size: cover; }
        .content-wrapper.inverse aside .screens .screen3 {
          background: url("../images/screens/screen3.jpg") center right no-repeat;
          background-size: cover; }
        .content-wrapper.inverse aside .screens .screen4 {
          background: url("../images/screens/screen4.jpg") center right no-repeat;
          background-size: cover; }
        .content-wrapper.inverse aside .screens .screen-base {
          position: relative; }
      .content-wrapper.inverse aside .slidein-left {
        margin-left: calc(-100% - 10vw); }
  @media screen and (max-width: 52.1875em) {
    .content-wrapper {
      height: auto;
      display: block;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .content-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      .content-wrapper .content {
        text-align: center; }
      .content-wrapper aside {
        text-align: center; }
      .content-wrapper.inverse aside {
        padding: 0; }
        .content-wrapper.inverse aside .sticky-side {
          max-width: 100%; }
          .content-wrapper.inverse aside .sticky-side.screens {
            margin-left: 0 !important; }
            .content-wrapper.inverse aside .sticky-side.screens img {
              background-position: top center; } }

aside {
  text-align: right; }
  aside .sticky-side {
    margin-right: -10vw;
    width: 100% !important;
    height: 100%  !important;
    max-width: 90vh;
    max-height: 90vh; }
    @media screen and (max-width: 52.1875em) {
      aside .sticky-side {
        margin-right: 0;
        max-width: calc(100% - 20px);
        max-height: none; } }
  aside .slidein-right {
    margin-right: calc(-100% - 10vw); }

#footer {
  position: fixed;
  height: 50px;
  display: block;
  width: 20%;
  z-index: 9;
  text-align: right;
  color: #000;
  padding: 0 50px 0 0;
  bottom: 0;
  right: 0; }
  #footer a {
    color: #363C47;
    text-decoration: underline; }
  @media screen and (max-width: 29.9375em) {
    #footer {
      text-align: center;
      padding: 0;
      display: none;
      width: 100%; } }

/*
  Components
*/
h1 {
  opacity: 0; }
  @media screen and (max-width: 29.9375em) {
    h1 {
      font-size: 3.75rem;
      line-height: 3.4375rem;
      width: 90vw;
      margin: 0 auto 20px; } }

.vcard {
  opacity: 0;
  font-size: 0.875rem; }
  .vcard strong {
    font-family: "AvenirLT-Black";
    font-weight: normal; }
  .vcard a {
    text-decoration: underline; }

.country-links {
  opacity: 0;
  font-size: 0.875rem; }
  .country-links a {
    text-decoration: underline; }

#secContact .btn-3d {
  opacity: 0; }

.summary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .summary:last-child {
    margin-right: 0; }
  .summary p {
    opacity: 0; }
  .summary .btn-3d {
    opacity: 0; }
  @media screen and (max-width: 52.1875em) {
    .summary {
      width: 100%; }
      .summary p {
        margin: 0 40px 20px;
        font-size: 1.125rem; }
      .summary .btn-3d {
        margin-bottom: 20px; } }

.circle {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  max-width: 70vh;
  max-height: 70vh;
  transform: scale(0); }
  @media screen and (min-width: 30em) and (max-width: 52.1875em) {
    .circle {
      max-width: 430px;
      max-height: 430px; } }
  @media screen and (max-width: 29.9375em) {
    .circle {
      max-width: 300px;
      max-height: 300px; } }

@media screen and (max-width: 52.1875em) {
  .map {
    height: 100%;
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    max-height: 100%; } }

/*
  Parallax
*/
.scene {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  opacity: 0; }
  .scene .main-text {
    position: absolute;
    font-family: "AvenirLT-Black";
    font-size: 5.3125rem;
    font-weight: normal;
    text-align: center;
    color: #3AA0F6;
    width: 100vw;
    z-index: 9999;
    margin-left: 0;
    margin-top: calc(50vh - 25px); }
    .scene .main-text span {
      display: inline-block; }
      @media screen and (max-width: 52.1875em) {
        .scene .main-text span {
          display: block; } }
    @media screen and (max-width: 52.1875em) {
      .scene .main-text {
        margin-top: calc(50vh - 100px);
        line-height: 1; } }
    @media screen and (max-width: 29.9375em) {
      .scene .main-text {
        font-size: 3.125rem; } }
  .scene .title {
    position: absolute;
    font-family: "AvenirLT-Book";
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1em;
    width: 100vw;
    z-index: 9998;
    text-align: center;
    margin-left: 0;
    margin-top: calc(50vh - 50px); }
    @media screen and (max-width: 52.1875em) {
      .scene .title {
        margin-top: 25vh; } }
    @media screen and (max-width: 29.9375em) {
      .scene .title {
        font-size: 0.5rem;
        margin-top: 120px; } }
  .scene .background {
    position: absolute;
    font-family: "AvenirLT-Black";
    font-size: 10rem;
    text-aling: center;
    font-weight: normal;
    opacity: 0.25;
    line-height: 1;
    color: #E1E8EB;
    width: 100vw;
    z-index: 9997;
    text-align: center;
    margin-top: calc(50vh - 160px); }
    @media screen and (min-width: 52.25em) and (max-width: 68.6875em) {
      .scene .background {
        font-size: 7.5rem; } }
    @media screen and (max-width: 52.1875em) {
      .scene .background {
        font-size: 6.25rem; } }
    @media screen and (max-width: 29.9375em) {
      .scene .background {
        font-size: 4.375rem;
        margin-top: calc(50vh - 70px); } }
  .scene .shape1 {
    width: 9vw;
    z-index: 99999;
    margin-left: 12%;
    margin-top: 8vh; }
  .scene .shape2 {
    width: 1vw;
    z-index: 99999;
    margin-left: 22%;
    margin-top: 12vh; }
  .scene .shape3 {
    width: 17vw;
    z-index: 99999;
    margin-left: 80%;
    margin-top: 50vh; }
  .scene .shape4 {
    width: 10vw;
    z-index: 99999;
    margin-left: 15%;
    margin-top: 65vh; }
  .scene .shape5 {
    width: 3vw;
    z-index: 99999;
    margin-left: 75%;
    margin-top: 20vh; }

.gallery {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh; }
  .gallery .photo {
    background: #fff;
    line-height: 0;
    cursor: pointer; }
 .gallery .base-layer {
    width: 15vw; }
    .gallery .base-layer img {
      opacity: 0.2; }
    .gallery .base-layer.hover img {
      transform: scale(2); }
  .gallery .second-layer {
    width: 18vw; }
    .gallery .second-layer img {
      opacity: 0.4; }
    .gallery .second-layer.hover img {
      transform: scale(1.8); }
  .gallery .third-layer {
    width: 21vw; }
    .gallery .third-layer img {
      opacity: 0.6; }
    .gallery .third-layer.hover img {
      transform: scale(1.6); }
  .gallery .fourth-layer {
    width: 24vw; }
    .gallery .fourth-layer img {
      opacity: 0.8; }
    .gallery .fourth-layer.hover img {
      transform: scale(1.4); }
  .gallery .fifth-layer {
    width: 24vw; }
    .gallery .fifth-layer img {
      opacity: 0.8; }
    .gallery .fifth-layer.hover img {
      transform: scale(1.4); }
  .gallery .sixth-layer {
    width: 24vw; }
    .gallery .sixth-layer img {
      opacity: 0.8; }
    .gallery .sixth-layer.hover img {
      transform: scale(1.4); }
  .gallery .seventh-layer {
    width: 24vw; }
    .gallery .seventh-layer img {
      opacity: 0.8; }
    .gallery .seventh-layer.hover img {
      transform: scale(1.9); }
  .gallery .top-layer {
    width: 32vw;
    transform: translateX(-50%); }
    .gallery .top-layer img {
      opacity: 0.8; }
    .gallery .top-layer.hover img {
      transform: scale(1.5); }
  .gallery .photo1 {
    margin-left: 60%;
    margin-top: 40vh; }
  .gallery .photo2 {
     margin-left: 5%;
    margin-top: 0vh; }
  .gallery .photo3 {
    margin-left: 35%;
    margin-top: 50vh; }
  .gallery .photo4 {
     margin-left: 52%;
    margin-top: 2vh;  }
  .gallery .photo5 {
    margin-left: 25%;
    margin-top: 10vh; }
  .gallery .photo6 {
    margin-left: 52%;
    margin-top: 18vh; }
  .gallery .photo7 {
    margin-left: 28%;
    margin-top: 25vh; }
  .gallery .photo8 {
    margin-left: 67%;
    margin-top: 67vh; }
  .gallery .photo9 {
    margin-left: 5%;
    margin-top: 10vh; }
  .gallery .photo10 {
    margin-left: 3%;
    margin-top: 73vh; }
  .gallery .photo21 {
    margin-left: 72%;
    margin-top: 0vh; }
  .gallery .photo22 {
    margin-left: 13%;
    margin-top: 30vh; }
  .gallery .photo23 {
    margin-left: 3%;
    margin-top: 53vh; }
  
  
  .gallery .hover {
    z-index: 99999; }
    .gallery .hover img {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1;
      cursor: pointer; }

.mobile-gallery li {
  position: relative !important;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 0 !important;
  -webkit-transform: none !important;
  transform: none !important; }
  .mobile-gallery li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.modal-gallery {
  display: none; }

.btn-3d .btn-link {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 10px; }

.btn-3d .btn-link:hover,
.btn-3d .btn-link:focus {
  outline: none; }

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.btn-3d .btn-link {
  line-height: 44px; }

.smil .btn-3d .btn-link {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px; }

.btn-3d .btn-link span {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  background: #fff;
  color: #2195de;
  border: 2px solid #2195de;
  width: 150px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.btn-3d .btn-submit {
  margin: 0;
  width: 100%; }

.btn-3d .btn-submit span {
  width: 100%; }

.smil .btn-3d .btn-link span::before {
  position: absolute;
  top: 100%;
  left: -2px;
  width: calc(100% + 4px);
  height: 100%;
  line-height: inherit;
  padding: inherit;
  background: #0965a0;
  border: 2px solid #2195de;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.smil .btn-3d .btn-link:hover span,
.smil .btn-3d .btn-link:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px); }

.smil .btn-3d .btn-link:hover span::before,
.smil .btn-3d .btn-link:focus span::before {
  background: #28a2ee; }

.no-smil .btn-3d .btn-link:hover span {
  background: #28a2ee;
  color: #fff; }

.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto; }

.cd-image-container img {
  display: block; }

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }

.cd-image-label.is-hidden {
  visibility: hidden; }

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none; }

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0; }

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s; }

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@-moz-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

.cd-handle {
  position: absolute;
  height: 50px;
  width: 50px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #363C47 url("../images/cd-arrows.svg") no-repeat center center;
  background-size: 30px;
  cursor: move;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0); }

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #3AA0F6; }

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s; }

.footer {
  padding: 3.6em 1.618em;
  width: 100%; }
  .footer .footer-logo {
    margin-bottom: 2em;
    text-align: center;
    width: 19px;
    height: 19px;
    display: block;
    margin: 0 auto; }
    .footer .footer-logo img {
      width: 100%;
      height: 100%; }
  .footer ul {
    text-align: center;
    margin: 0 0 30px; }
  .footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center;
    display: inline-block; }
    @media screen and (max-width: 29.9375em) {
      .footer li {
        display: block; } }
  .footer li a {
    color: #E5E9F0;
    text-decoration: none;
    padding: 0 20px;
    display: block; }
    .footer li a:focus, .footer li a:hover {
      color: #fff; }
  .footer .secondary-links li a {
    color: #9097A3; }
    .footer .secondary-links li a:focus, .footer .secondary-links li a:hover {
      color: #fff; }
  .footer .copyright {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #676C77; }

.modal {
  display: none;
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #363C47;
  z-index: 99999;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0) scale(0.1);
  transform: translate3d(0, 100%, 0) scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1); }

.modal-content {
  display: none;
  height: 100vh;
  width: 56.25rem;
  margin: 0 auto;
  align-items: center; }
  .modal-content.show {
    display: flex; }
  .modal-content > div {
    width: 100%; }
  @media screen and (max-width: 29.9375em) {
    .modal-content .modal-content-item {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%; }
      .modal-content .modal-content-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 30em) and (max-width: 52.1875em) {
    .modal-content .modal-content-item {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .modal-content .modal-content-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 52.25em) and (max-width: 68.6875em) {
    .modal-content .modal-content-item {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .modal-content .modal-content-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .modal-content .modal-content-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .modal-content .modal-content-item:last-child {
        margin-right: 0; } }
  .modal-content h3 {
    font-size: 1.875rem;
    color: #fff;
    border-bottom: 3px solid #fff;
    padding-bottom: 0px;
    display: inline-block; }
  .modal-content h4 {
    font-size: 0.6875rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    white-space: nowrap; }
    .modal-content h4::before {
      content: "";
      display: block;
      border-top: 2px solid #fff;
      width: 24px;
      padding-top: 5px;
      margin-left: calc(50% - 12px); }
  .modal-content p {
    min-height: 100px; }
  @media screen and (max-width: 29.9375em) {
    .modal-content .form-wrapper .form-element {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%; }
      .modal-content .form-wrapper .form-element:last-child {
        margin-right: 0; }
      .modal-content .form-wrapper .form-element:nth-child(1n) {
        margin-right: 0; }
      .modal-content .form-wrapper .form-element:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 30em) and (max-width: 52.1875em) {
    .modal-content .form-wrapper .form-element {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .modal-content .form-wrapper .form-element:last-child {
        margin-right: 0; }
      .modal-content .form-wrapper .form-element:nth-child(2n) {
        margin-right: 0; }
      .modal-content .form-wrapper .form-element:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 52.25em) and (max-width: 68.6875em) {
    .modal-content .form-wrapper .form-element {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 30.86124%; }
      .modal-content .form-wrapper .form-element:last-child {
        margin-right: 0; }
      .modal-content .form-wrapper .form-element:nth-child(3n) {
        margin-right: 0; }
      .modal-content .form-wrapper .form-element:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 68.75em) {
    .modal-content .form-wrapper .form-element {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .modal-content .form-wrapper .form-element:last-child {
        margin-right: 0; }
      .modal-content .form-wrapper .form-element:nth-child(3n) {
        margin-right: 0; }
      .modal-content .form-wrapper .form-element:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 29.9375em) {
    .modal-content .form-wrapper .form-element-long {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%; }
      .modal-content .form-wrapper .form-element-long:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 30em) and (max-width: 52.1875em) {
    .modal-content .form-wrapper .form-element-long {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .modal-content .form-wrapper .form-element-long:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 52.25em) and (max-width: 68.6875em) {
    .modal-content .form-wrapper .form-element-long {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 65.43062%; }
      .modal-content .form-wrapper .form-element-long:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .modal-content .form-wrapper .form-element-long {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .modal-content .form-wrapper .form-element-long:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 52.25em) and (max-width: 68.6875em) {
    .modal-content {
      width: 80vw; } }
  @media screen and (max-width: 52.1875em) {
    .modal-content {
      width: 60vw;
      margin: 150px auto 0;
      overflow: visible; }
      .modal-content.show {
        display: block; }
      .modal-content .modal-content-item {
        margin-bottom: 50px; }
      .modal-content p {
        min-height: 50px;
        margin-bottom: 1.5em; } }

.modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 35px;
  height: 35px;
  background: url("../images/ico-close.svg") 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  cursor: pointer; }

@media screen and (max-width: 29.9375em) {
  .line-circle {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 100%; }
    .line-circle:last-child {
      margin-right: 0; } }

@media screen and (min-width: 30em) and (max-width: 52.1875em) {
  .line-circle {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    .line-circle:last-child {
      margin-right: 0; } }

@media screen and (min-width: 52.25em) and (max-width: 68.6875em) {
  .line-circle {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 30.86124%; }
    .line-circle:last-child {
      margin-right: 0; } }

@media screen and (min-width: 68.75em) {
  .line-circle {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .line-circle:last-child {
      margin-right: 0; } }

@media screen and (min-width: 30em) and (max-width: 52.1875em) {
  .line-circle {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 32.86064%; }
    .line-circle:last-child {
      margin-right: 0; } }

.icon-cloud {
  background: url("../images/ico-clouds.svg") center center no-repeat;
  background-size: 40px; }

.icon-refresh {
  background: url("../images/ico-refresh.svg") center center no-repeat;
  background-size: 30px; }

.icon-monitors {
  background: url("../images/ico-monitor.svg") center center no-repeat;
  background-size: 30px; }

.icon-servers {
  background: url("../images/ico-server-rack.svg") center center no-repeat;
  background-size: 30px; }

.icon-spanner {
  background: url("../images/ico-spanner.svg") center center no-repeat;
  background-size: 40px; }

.icon-tube {
  background: url("../images/ico-tube.svg") center center no-repeat;
  background-size: 30px; }

.icon-chart {
  background: url("../images/ico-chart.svg") center center no-repeat;
  background-size: 30px; }

.icon-plan {
  background: url("../images/ico-plan.svg") center center no-repeat;
  background-size: 30px; }

/* FORM */
label.error {
  color: #f00; }

.input__label--yoko.error::after {
  background-color: #f00; }

#modalGallery {
  width: 100%; }
  @media screen and (max-width: 52.1875em) {
    #modalGallery {
      height: calc(100vh - 75px);
      margin-top: 75px; } }

.swiper-container {
  width: 80vw;
  height: 80vh; }

.swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: url("../images/swipe-next.svg") center center no-repeat;
  right: 0; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: url("../images/swipe-prev.svg") center center no-repeat;
  left: 0; }

.swiper-button-prev, .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #363C47;
  background-size: 15px; }

.swiper-slide h2 {
  font-size: 1.875rem;
  text-decoration: underline;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 52.1875em) {
    .swiper-slide h2 {
      text-align: center; } }
  @media screen and (max-width: 29.9375em) {
    .swiper-slide h2 {
      font-size: 1.5625rem; } }

.swiper-slide img {
  max-height: 60vh;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto; }
  @media screen and (max-width: 29.9375em) {
    .swiper-slide img {
      max-height: 100%; } }

.swiper-slide .location {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff; }
  @media screen and (max-width: 52.1875em) {
    .swiper-slide .location {
      text-align: center;
      bottom: 40px; } }

.swiper-slide-inner {
  position: relative;
  width: 80vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 52.1875em) {
    .swiper-slide-inner {
      width: 100%; } }

@media screen and (max-width: 29.9375em) {
  #secProducts, #secAbout, #secContac {
    background-color: #F7F9FA; } }

@media screen and (max-width: 29.9375em) {
  .section {
    padding: 0 0 100px; } }

/*======== accordion / collapse ========*/
.accordion-container {
  position: relative;
  float: left;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

.accordion-container.text-center .accordion-trigger {
  display: inline-block; }

.accordion-container.text-center .accordion-trigger h4 {
  white-space: nowrap; }

.accordion-trigger {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #B6C3D0;
  padding-right: 50px; }
  .accordion-trigger h4 {
    font-family: "AvenirLT-Book";
    font-weight: normal;
    margin: 0;
    padding: 20px 0;
    color: #B6C3D0; }

.accordion-content {
  /* css animation */
  overflow: hidden;
  padding: 0;
  max-height: 0;
  opacity: 0;
  clear: both;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.accordion-content h5 {
  font-size: 20px;
  color: #545454;
  text-align: left; }

.accordion-content ul {
  padding: 0 0 0 1em;
  list-style: square; }

.accordion-content li {
  padding: 0 0 0 5px;
  text-align: left;
  color: #363C47; }

.accordion-content p {
  margin: 0 0 1em;
  text-align: left;
  color: #363C47;
  font-size: 1rem; }

.content-open {
  max-height: 2000px;
  opacity: 1;
  margin-top: 20px; }

.icon-portfolio-arrow {
  display: inline-block;
  transition: all 0.3s ease;
  background: url("../images/ico-arrow-accordion.svg") 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 9px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px); }

.open .icon-portfolio-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

#faqs .navigation-wrapper {
  background: transparent; }
  @media screen and (max-width: 29.9375em) {
    #faqs .navigation-wrapper {
      padding: 10px 20px; } }

#faqs header.navigation .logo svg path {
  fill: #3AA0F6; }

#faqs .back-to-site {
  float: right;
  margin-top: -10px; }

#faqs .section {
  padding: 100px 0; }

#faqs .content-wrapper {
  margin: 0 40px;
  padding: 0;
  max-width: 100vw;
  display: block; }
  @media screen and (min-width: 68.75em) {
    #faqs .content-wrapper {
      max-width: 1100px;
      margin: 0 auto; } }
  @media screen and (max-width: 29.9375em) {
    #faqs .content-wrapper {
      margin: 0 20px; } }
  #faqs .content-wrapper .content {
    text-align: left;
    width: 100%; }
    #faqs .content-wrapper .content .sub-heading {
      text-align: left;
      opacity: 1; }
      #faqs .content-wrapper .content .sub-heading::after {
        margin: 0; }
    #faqs .content-wrapper .content h1 {
      opacity: 1; }
