/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */
/*============================
* Base
  all base files to reset and get the site started
*/
/*-----------------------------------------------------------------------------
----------------------------0--------$VARIABLES--------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS------------------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/OPACITY----------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/TYPOGRAPHY-------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/SHAPES-----------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/BOXMODEL---------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/COLOUR-----------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/BACKGROUND-------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/IMAGES-----------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/FORMS------------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/TRANSFORMS-------------------------------
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
-------------------------------MIXINS/ANIMATION--------------------------------
-------------------------------------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details, figcaption,
figure,
footer,
header,
main, menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], [type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Makes any element hover enabled on touch devices, not just links
 */
.touch {
  cursor: pointer; }

html {
  width: 100%;
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  color: #4d4d4d; }

* {
  font-synthesis: inherit;
  -webkit-font-smoothing: inherit; }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }

@media screen and (max-width: 1024px) {
  .medium-hide {
    display: none; } }

.medium-show {
  display: none; }
  @media screen and (max-width: 1024px) {
    .medium-show {
      display: block; } }

@media screen and (max-width: 640px) {
  .small-hide {
    display: none; } }

figure {
  margin: 0; }

video {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto; }

.hide {
  display: none; }

.show {
  display: block; }

section.page {
  overflow: hidden; }

/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.shortrow {
  max-width: 960px; }

.row::before, .row::after {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 100%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 1024px) {
  .valign-middle {
    display: table; }
    .valign-middle > .columns {
      display: table-cell;
      vertical-align: middle; }
    .valign-middle > .columns, .valign-middle > [class*="column"] + [class*="column"]:last-child {
      float: none; } }

/*-----------------------------------------------------------------------------
-------------------------------TYPOGRAPHY--------------------------------------
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 62.5%; }

body {
  font-family: "lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4d4d4d;
  font-weight: 300;
  text-align: left; }

h1, h2, h3, h4, h5, h6, span {
  color: inherit;
  font-weight: inherit; }

a, a:active {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: #4d4d4d;
  text-decoration: none; }

p {
  margin: 0 0 10px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 640px) {
    p {
      margin: 0 10px 10px; } }

li {
  font-family: "lato", sans-serif;
  font-size: 15px;
  line-height: 18.75px;
  font-size: 1.5rem;
  line-height: 1.875rem; }

@font-face {
  font-family: "justus";
  src: url("/wp-content/themes/metail/assets/fonts/justusitalic.eot?") format("eot"), url("/wp-content/themes/metail/assets/fonts/justusitalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/metail/assets/fonts/justusitalic.woff") format("woff"), url("/wp-content/themes/metail/assets/fonts/justusitalic.ttf") format("truetype"), url("/wp-content/themes/metail/assets/fonts/justusitalic.svg#Justus-Italic") format("svg");
  font-weight: normal; }

/*-----------------------------------------------------------------------------
-------------------------------HEADINGS----------------------------------------
-------------------------------------------------------------------------------*/
form {
  margin-bottom: 40px; }

input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  margin: 10px auto;
  border: 1px solid #e4e4e4;
  -webkit-appearance: none;
  border-radius: 0px; }

input[type=submit] {
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0px;
  border: 0; }

textarea {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border: 1px solid #e4e4e4;
  -webkit-appearance: none;
  border-radius: 0px; }

::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/*============================
* Layout
  Main layout elements of site - Header, Footer etc but none of the reusable
  elements that are inside of these including headers, links etc. Make these in a
  modular method.
*/
.header {
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  left: 0;
  height: 73px;
  padding: 0 10px;
  background: #fffffe;
  border-top: 3px solid #e4e4e4; }
  @media screen and (max-width: 640px) {
    .header {
      height: 65px;
      overflow: hidden; } }
  .header__controls {
    position: relative;
    width: 100%;
    height: 69px; }
  .header__search {
    position: absolute;
    right: 100px;
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
    margin-top: 20px;
    color: #979797;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -ms-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .header__search {
        position: absolute;
        right: 50px; } }

.logo {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in; }
  @media screen and (max-width: 640px) {
    .logo {
      margin-top: 5px; } }
  .logo h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: 69px;
    color: #fffffe;
    z-index: 70;
    text-align: left; }
    @media screen and (max-width: 640px) {
      .logo h1 {
        margin-left: -15px; } }
    .logo h1 a {
      display: block;
      -webkit-transition: all 0.6s ease-in;
      -moz-transition: all 0.6s ease-in;
      -ms-transition: all 0.6s ease-in;
      -o-transition: all 0.6s ease-in;
      transition: all 0.6s ease-in; }
      .logo h1 a span {
        display: block;
        height: 0px;
        text-indent: -9999px;
        text-indent: -9999px; }
    .logo h1 svg {
      vertical-align: middle;
      width: 100%;
      max-width: 130px; }

.headroom {
  will-change: transform; }
  @media screen and (min-width: 1024px) {
    .headroom {
      -webkit-transition: transform 0.2s ease-in;
      -moz-transition: transform 0.2s ease-in;
      -ms-transition: transform 0.2s ease-in;
      -o-transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in; } }

@media screen and (min-width: 1024px) {
  .headroom--pinned {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media screen and (min-width: 1024px) {
  .headroom--unpinned {
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.navigation {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in; }
  @media screen and (max-width: 640px) {
    .navigation {
      display: none; } }
  .navigation .menu {
    position: relative;
    list-style: none;
    padding-left: 0;
    text-align: center;
    z-index: 50;
    font-size: 0; }
    .navigation .menu__item {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 15%; }
      .navigation .menu__item:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        width: 100%;
        height: 20px;
        outline: 1px solid transparent;
        -webkit-transition: transform 0.1s ease;
        -moz-transition: transform 0.1s ease;
        -ms-transition: transform 0.1s ease;
        -o-transition: transform 0.1s ease;
        transition: transform 0.1s ease;
        will-change: transform;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
        -moz-transform: translate3d(0, 0, 0);
        -moz-perspective: 1000;
        -moz-backface-visibility: hidden;
        -ms-transform: translate3d(0, 0, 0);
        -ms-perspective: 1000;
        -ms-backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        perspective: 1000;
        backface-visibility: hidden;
        -ms-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0; }
      .navigation .menu__item:nth-child(1):before {
        background: #00c3c3; }
      .navigation .menu__item:nth-child(1):hover a, .menu__item--current .navigation .menu__item:nth-child(1) a {
        color: #00c3c3; }
      .navigation .menu__item:nth-child(2):before {
        background: #75568c; }
      .navigation .menu__item:nth-child(2):hover a, .menu__item--current .navigation .menu__item:nth-child(2) a {
        color: #75568c; }
      .navigation .menu__item:nth-child(3):before {
        background: #f29c23; }
      .navigation .menu__item:nth-child(3):hover a, .menu__item--current .navigation .menu__item:nth-child(3) a {
        color: #f29c23; }
      .navigation .menu__item:nth-child(4):before {
        background: #ff8585; }
      .navigation .menu__item:nth-child(4):hover a, .menu__item--current .navigation .menu__item:nth-child(4) a {
        color: #ff8585; }
      .navigation .menu__item:hover:before, .navigation .menu__item--current:before {
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg); }
    .navigation .menu a {
      display: block;
      font-size: 16px;
      line-height: 69px;
      font-size: 1.6rem;
      line-height: 6.9rem;
      font-weight: 300;
      color: #000000;
      -webkit-transition: color 0.15s ease-in;
      -moz-transition: color 0.15s ease-in;
      -ms-transition: color 0.15s ease-in;
      -o-transition: color 0.15s ease-in;
      transition: color 0.15s ease-in; }

.overlay__navigation {
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: -20px;
  bottom: 0;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  @media screen and (max-width: 640px) {
    .overlay__navigation {
      text-align: center;
      top: 65px; } }
  @media screen and (min-width: 640px) {
    .overlay__navigation .vertical-align {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .overlay__navigation .menu {
    display: block;
    padding: 0 10px;
    vertical-align: middle;
    list-style: none;
    padding-left: 0; }
    @media screen and (max-width: 1024px) {
      .overlay__navigation .menu {
        padding: 0 10px; } }
    @media screen and (max-width: 640px) {
      .overlay__navigation .menu {
        margin: 0;
        padding: 0; } }
  .overlay__navigation .menu__list {
    list-style: none;
    padding-left: 0;
    text-align: left; }
  .overlay__navigation .menu__item {
    font-size: 16px;
    line-height: 32px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -ms-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1); }
    .overlay__navigation .menu__item:nth-child(7) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .overlay__navigation .menu__item:nth-child(6) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .overlay__navigation .menu__item:nth-child(5) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .overlay__navigation .menu__item:nth-child(4) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .overlay__navigation .menu__item:nth-child(3) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .overlay__navigation .menu__item:nth-child(2) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .overlay__navigation .menu__item:nth-child(1) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    @media screen and (max-width: 640px) {
      .overlay__navigation .menu__item {
        text-align: center;
        font-size: 14px;
        line-height: 30px;
        font-size: 1.4rem;
        line-height: 3rem; } }
  @media screen and (max-width: 640px) {
    .overlay__navigation .menu__item--has-children {
      margin-bottom: 10px; } }
  .overlay__navigation .menu__item--has-children span {
    font-size: 32px;
    line-height: 50px;
    font-size: 3.2rem;
    line-height: 5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #4d4d4d; }
    @media screen and (max-width: 640px) {
      .overlay__navigation .menu__item--has-children span {
        font-size: 16px;
        line-height: 18px;
        font-size: 1.6rem;
        line-height: 1.8rem; } }
  .overlay__navigation .menu__social {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
    @media screen and (max-width: 640px) {
      .overlay__navigation .menu__social {
        display: none; } }
  .overlay__navigation .menu__primary {
    padding: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .overlay__navigation .menu__primary {
        margin: 20px 0 10px; } }
    .overlay__navigation .menu__primary .menu__item--title {
      font-size: 32px;
      line-height: 55px;
      font-size: 3.2rem;
      line-height: 5.5rem;
      font-weight: 400;
      text-transform: uppercase; }
      @media screen and (max-width: 640px) {
        .overlay__navigation .menu__primary .menu__item--title {
          display: inline-block;
          vertical-align: top;
          width: 100%;
          font-size: 16px;
          line-height: 35px;
          font-size: 1.6rem;
          line-height: 3.5rem; } }
      .overlay__navigation .menu__primary .menu__item--title a:hover {
        color: inherit; }
      .overlay__navigation .menu__primary .menu__item--title:nth-child(1) {
        color: #00c3c3; }
      .overlay__navigation .menu__primary .menu__item--title:nth-child(2) {
        color: #75568c; }
      .overlay__navigation .menu__primary .menu__item--title:nth-child(3) {
        color: #f29c23; }
      .overlay__navigation .menu__primary .menu__item--title:nth-child(4) {
        color: #ff8585; }

.menu__social {
  display: inline-block;
  vertical-align: top;
  background: #00c3c3;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 20px;
  text-align: center;
  color: #fffffe;
  font-size: 20px;
  line-height: 44px;
  font-size: 2rem;
  line-height: 4.4rem;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1); }
  .menu__social:nth-child(7) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu__social:nth-child(6) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu__social:nth-child(5) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu__social:nth-child(4) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu__social:nth-child(3) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu__social:nth-child(2) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu__social:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu__social:hover {
    background: #009090;
    color: #fffffe; }

body {
  padding-top: 73px; }
  @media screen and (max-width: 640px) {
    body {
      padding-top: 65px; } }

.top {
  position: relative;
  z-index: 10; }

.notfound {
  position: relative;
  z-index: 20;
  display: block;
  padding: 100px 0;
  margin-top: -20%; }
  @media screen and (max-width: 1024px) {
    .notfound {
      margin-top: 0;
      text-align: center; } }

.secondary {
  color: #00c3c3;
  border-color: #00c3c3; }
  .secondary .btn {
    background: #00c3c3; }
    .secondary .btn:hover {
      background: #009090; }
  .secondary .link {
    color: #00c3c3; }
    .secondary .link:hover {
      color: #009090; }
  .secondary .line-reveal .overlay {
    background: #00c3c3; }
  .secondary .hotspot {
    background: #00c3c3;
    color: #00c3c3; }

.tertiary {
  color: #75568c;
  border-color: #75568c; }
  .tertiary .btn {
    background: #75568c; }
    .tertiary .btn:hover {
      background: #5b436c; }
  .tertiary .link {
    color: #75568c; }
    .tertiary .link:hover {
      color: #5b436c; }
  .tertiary .line-reveal .overlay {
    background: #75568c; }
  .tertiary .hotspot {
    background: #75568c;
    color: #75568c; }

.quartenary {
  color: #f29c23;
  border-color: #f29c23; }
  .quartenary .btn {
    background: #f29c23; }
    .quartenary .btn:hover {
      background: #d5820d; }
  .quartenary .link {
    color: #f29c23; }
    .quartenary .link:hover {
      color: #d5820d; }
  .quartenary .line-reveal .overlay {
    background: #f29c23; }
  .quartenary .hotspot {
    background: #f29c23;
    color: #f29c23; }

.quinary {
  color: #ff8585;
  border-color: #ff8585; }
  .quinary .btn {
    background: #ff8585; }
    .quinary .btn:hover {
      background: #ff5252; }
  .quinary .link {
    color: #ff8585; }
    .quinary .link:hover {
      color: #ff5252; }
  .quinary .line-reveal .overlay {
    background: #ff8585; }
  .quinary .hotspot {
    background: #ff8585;
    color: #ff8585; }

.primaryColor {
  color: #4d4d4d; }

.secondaryColor {
  color: #00c3c3; }

.tertiaryColor {
  color: #75568c; }

.quartenaryColor {
  color: #f29c23; }

.quinaryColor {
  color: #ff8585; }

.footer {
  padding: 95px 0;
  font-weight: normal; }
  .footer .menu {
    width: 100%;
    padding-left: 0;
    list-style: none; }
    .footer .menu__item {
      font-size: 12px;
      line-height: 22px;
      font-size: 1.2rem;
      line-height: 2.2rem; }
      .footer .menu__item--title {
        font-size: 16px;
        line-height: 30px;
        font-size: 1.6rem;
        line-height: 3rem;
        margin-bottom: 20px; }
    .footer .menu__list {
      padding-left: 0;
      list-style: none; }
    .footer .menu__primary {
      font-size: 0px;
      line-height: 0px;
      font-size: 0rem;
      line-height: 0rem; }
      .footer .menu__primary li {
        float: left;
        width: 25%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        @media screen and (max-width: 640px) {
          .footer .menu__primary li {
            width: 50%; } }
        .footer .menu__primary li a {
          display: block;
          width: 100%;
          border-bottom: 1px solid #bdbdbd; }
        .footer .menu__primary li:nth-child(1) {
          color: #00c3c3; }
        .footer .menu__primary li:nth-child(2) {
          color: #75568c; }
        .footer .menu__primary li:nth-child(3) {
          color: #f29c23; }
        .footer .menu__primary li:nth-child(4) {
          color: #ff8585; }
    .footer .menu__secondary .menu__item--has-children, .footer .menu__tertiary .menu__item--has-children {
      width: 100%; }
      .footer .menu__secondary .menu__item--has-children > span, .footer .menu__tertiary .menu__item--has-children > span {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid #b1b1b1; }
    .footer .menu__tertiary {
      position: relative; }
      .footer .menu__tertiary:before,
      .footer .menu__tertiary:after {
        content: " ";
        display: table; }
      .footer .menu__tertiary:after {
        clear: both; }
      .footer .menu__tertiary {
        *zoom: 1; }
      .footer .menu__tertiary .menu__list {
        float: left;
        width: 51%; }
  .footer__social {
    position: absolute;
    top: 70px;
    right: 0; }
    @media screen and (max-width: 640px) {
      .footer__social {
        position: relative;
        width: 50%;
        float: right;
        top: -80px;
        right: 0;
        text-align: right; } }
  .footer .menu__list--submenu .menu__item {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .footer hr {
    background: #b1b1b1;
    height: 1px;
    border: 0; }
  .footer .siteby {
    font-size: 12px;
    line-height: 22px;
    font-size: 1.2rem;
    line-height: 2.2rem; }

.focus {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 40%; }
  @media screen and (max-width: 640px) {
    .focus {
      padding-bottom: 100%; } }

.banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38%;
  color: #000000; }
  @media screen and (max-width: 640px) {
    .banner {
      padding-bottom: 102%; } }
  .banner__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: initial; }
  .banner__shade {
    width: 100%;
    height: 0;
    padding-bottom: 43%;
    background: rgba(255, 255, 254, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .banner__shade {
        padding-bottom: 100%; } }
  .banner__top {
    position: absolute;
    top: -66.26%;
    right: 0;
    bottom: 0;
    left: -30%;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 43%;
    background: #00c3c3;
    width: 200%;
    -ms-transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
    outline: 1px solid transparent; }
    @media screen and (max-width: 640px) {
      .banner__top {
        top: -25%;
        padding-bottom: 103%; } }
    .technology-page .banner__top {
      background: #75568c; }
    .delivers-page .banner__top {
      background: #f29c23; }
    .results-page .banner__top {
      background: #ff8585; }
    .banner__top--image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 0;
      padding-bottom: 43%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media screen and (max-width: 640px) {
        .banner__top--image {
          top: 68%; } }
      .memodel-page .banner__top--image {
        width: 100%;
        left: 30%;
        width: 100%;
        height: 0;
        padding-bottom: 28.5%;
        background-size: contain; }
        @media screen and (max-width: 640px) {
          .memodel-page .banner__top--image {
            top: 68%; } }
  .banner__full {
    background-size: cover;
    width: 90%;
    height: 60%;
    padding-bottom: 40%;
    /* padding-left: 10%; */
    margin-left: 50px;
    }

.banner__full {}
    @media screen and (max-width: 640px) {
      .banner__full {
        padding-bottom: 110%;
        background-position: 90% top; } }
  .banner__white {
    background: #fffffe;
    width: 100%;
    height: 0;
    padding-bottom: 28.5%;
    width: 200%;
    position: absolute;
    top: 82%;
    right: 0;
    bottom: 0;
    left: -30%;
    z-index: 2;
    -ms-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    transform: rotate(16deg);
    outline: 1px solid transparent; }
    @media screen and (max-width: 640px) {
      .banner__white {
        top: 90%; } }
  .banner__right {
    background: rgba(0, 159, 159, 0.5);
    width: 100%;
    height: 0;
    padding-bottom: 28.5%;
    width: 200%;
    overflow: hidden;
    position: absolute;
    top: 28%;
    right: -10%;
    bottom: 0;
    left: 0;
    z-index: initial;
    -ms-transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
    outline: 1px solid transparent; }
    @media screen and (max-width: 640px) {
      .banner__right {
        top: 70%; } }
    .technology-page .banner__right {
      background: rgba(99, 72, 118, 0.5); }
    .delivers-page .banner__right {
      background: rgba(228, 139, 13, 0.5); }
    .results-page .banner__right {
      background: rgba(255, 97, 97, 0.5); }
    .banner__right--image {
      position: absolute;
      top: 21%;
      right: 0;
      bottom: 0;
      left: initial;
      z-index: -1;
      width: 100%;
      height: 0;
      padding-bottom: 33.33333%;
      width: 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media screen and (max-width: 640px) {
        .banner__right--image {
          top: 68%; } }
      .memodel-page .banner__right--image {
        width: 100%;
        left: 30%;
        width: 100%;
        height: 0;
        padding-bottom: 28.5%;
        background-size: contain; }
        @media screen and (max-width: 640px) {
          .memodel-page .banner__right--image {
            top: 68%; } }
  .banner__text {
    position: absolute;
    z-index: 20;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #000000;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 640px) {
      .banner__text {
        top: 35%; } }
    .banner--homepage .banner__text {
      top: 22%; }
      @media screen and (max-width: 640px) {
        .banner--homepage .banner__text {
          top: 30%; } }
      .banner--homepage .banner__text h1 {
        margin: 0;
        font-weight: 300;
        color: #4d4d4d; }
        .banner--homepage .banner__text h1 span {
          font-family: "open-sans", sans-serif;
          font-size: 26px;
          line-height: 35px;
          font-size: 2.6rem;
          line-height: 3.5rem; }
    .banner__text h1 {
      margin: 0;
      font-weight: 300;
      font-size: 68px;
      line-height: 70px;
      font-size: 6.8rem;
      line-height: 7rem;
      width: 100%;
      color: #fffffe; }
      @media screen and (max-width: 1024px) {
        .banner__text h1 {
          font-size: 38px;
          line-height: 38px;
          font-size: 3.8rem;
          line-height: 3.8rem; } }
      .banner__text h1 span {
        display: block;
        width: 100%;
        font-family: "justus", sans-serif;
        font-weight: 300;
        font-size: 26px;
        line-height: 70px;
        font-size: 2.6rem;
        line-height: 7rem; }
        @media screen and (max-width: 1024px) {
          .banner__text h1 span {
            font-size: 18px;
            line-height: 24px;
            font-size: 1.8rem;
            line-height: 2.4rem; } }
        @media screen and (max-width: 640px) {
          .banner__text h1 span {
            margin-top: 10px; } }
    .banner__text .cycle {
      position: relative;
      text-align: center; }
      .banner__text .cycle .item {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        visibility: hidden;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -ms-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        font-family: "justus", sans-serif;
        font-size: 68px;
        line-height: 70px;
        font-size: 6.8rem;
        line-height: 7rem;
        font-weight: 300;
        font-style: italic; }
        .banner__text .cycle .item.current {
          z-index: 2;
          visibility: visible;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          -ms-transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
        .banner__text .cycle .item.last {
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          opacity: 0;
          -ms-transform: translateY(25px);
          -webkit-transform: translateY(25px);
          -moz-transform: translateY(25px);
          -o-transform: translateY(25px);
          transform: translateY(25px); }
        @media screen and (max-width: 1024px) {
          .banner__text .cycle .item {
            font-size: 40px;
            line-height: 40px;
            font-size: 4rem;
            line-height: 4rem; } }
  .banner__cta {
    position: absolute;
    top: initial;
    right: 50%;
    bottom: initial;
    left: 50%;
    z-index: 40;
    top: 75%;
    transform: translateY(-65%);
    width: 100%;
    max-width: 160px;
    margin: 0 auto 0 -80px;
    text-align: center;
    font-family: "open-sans", sans-serif;
    font-size: 16px;
    line-height: 70px;
    font-size: 1.6rem;
    line-height: 7rem;
    outline: none; }
    @media screen and (max-width: 1024px) {
      .banner__cta p {
        line-height: 20px; } }
    @media screen and (max-width: 640px) {
      .banner__cta {
        top: 90%; } }
    .banner--homepage .banner__cta {
      top: 65%; }
      @media screen and (max-width: 1024px) {
        .banner--homepage .banner__cta {
          text-indent: -9999px; } }
      @media screen and (max-width: 640px) {
        .banner--homepage .banner__cta {
          top: 85%; } }
  .banner__btn {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px auto;
    background: #fffffe;
    border-radius: 45px;
    text-align: center;
    text-indent: 7px;
    color: #00c3c3;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    font-size: 40px;
    line-height: 90px;
    font-size: 4rem;
    line-height: 9rem;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    @media screen and (max-width: 640px) {
      .banner__btn {
        width: 45px;
        height: 45px;
        font-size: 25px;
        line-height: 50px;
        font-size: 2.5rem;
        line-height: 5rem; } }
    .banner__btn:hover {
      -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2); }
    .technology-page .banner__btn {
      color: #75568c; }
    .delivers-page .banner__btn {
      color: #f29c23; }
    .results-page .banner__btn {
      color: #ff8585; }

.banner--top .banner__right {
  background: #00c3c3; }

.banner--top .banner__top {
  background: rgba(0, 159, 159, 0.5); }

.banner--top .banner__top--image {
  top: 0;
  padding-bottom: 25%; }
  @media screen and (max-width: 640px) {
    .banner--top .banner__top--image {
      padding-bottom: 90%; } }

.carousel {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -moz-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -ms-perspective: 1000;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  backface-visibility: hidden; }
  .carousel:hover {
    cursor: -webkit-grab;
    cursor: grab; }
  .carousel.active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.slider .slide {
  text-align: center; }

.slider__content p {
  font-family: "justus", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300; }

.slider__author {
  font-size: 25px;
  line-height: 30px;
  font-size: 2.5rem;
  line-height: 3rem; }

.slider__position {
  font-size: 16px;
  line-height: 30px;
  font-size: 1.6rem;
  line-height: 3rem; }

.slider__controls {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin: 20px auto;
  line-height: 25px;
  color: #00c3c3;
  line-height: 5px; }

.slider__control {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer; }
  .slider__control:hover {
    color: #4d4d4d; }

.slider__nav {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 190px; }
  .slider__nav a {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin: 10px 5px;
    padding: 5px 5px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #00c3c3; }
    .slider__nav a:hover, .slider__nav a.active {
      background: #4d4d4d; }

.slider blockquote {
  margin-left: 0; }

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em; }

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0; }

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px; }

/*============================
* Lib
  this will be any included libraries for the site. this should be as modular



/*============================
* Modules
  this will be the core styles for the site. This should be as modular as possible, try to build re-usable classes

*/
[data-steps="1"] {
  -ms-animation-timing-function: steps(1);
  -webkit-animation-timing-function: steps(1);
  animation-timing-function: steps(1); }

[data-steps="2"] {
  -ms-animation-timing-function: steps(2);
  -webkit-animation-timing-function: steps(2);
  animation-timing-function: steps(2); }

[data-steps="3"] {
  -ms-animation-timing-function: steps(3);
  -webkit-animation-timing-function: steps(3);
  animation-timing-function: steps(3); }

[data-steps="4"] {
  -ms-animation-timing-function: steps(4);
  -webkit-animation-timing-function: steps(4);
  animation-timing-function: steps(4); }

[data-steps="5"] {
  -ms-animation-timing-function: steps(5);
  -webkit-animation-timing-function: steps(5);
  animation-timing-function: steps(5); }

[data-steps="6"] {
  -ms-animation-timing-function: steps(6);
  -webkit-animation-timing-function: steps(6);
  animation-timing-function: steps(6); }

[data-steps="7"] {
  -ms-animation-timing-function: steps(7);
  -webkit-animation-timing-function: steps(7);
  animation-timing-function: steps(7); }

[data-steps="8"] {
  -ms-animation-timing-function: steps(8);
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8); }

[data-steps="9"] {
  -ms-animation-timing-function: steps(9);
  -webkit-animation-timing-function: steps(9);
  animation-timing-function: steps(9); }

[data-steps="10"] {
  -ms-animation-timing-function: steps(10);
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10); }

[data-steps="11"] {
  -ms-animation-timing-function: steps(11);
  -webkit-animation-timing-function: steps(11);
  animation-timing-function: steps(11); }

[data-steps="12"] {
  -ms-animation-timing-function: steps(12);
  -webkit-animation-timing-function: steps(12);
  animation-timing-function: steps(12); }

[data-steps="13"] {
  -ms-animation-timing-function: steps(13);
  -webkit-animation-timing-function: steps(13);
  animation-timing-function: steps(13); }

[data-steps="14"] {
  -ms-animation-timing-function: steps(14);
  -webkit-animation-timing-function: steps(14);
  animation-timing-function: steps(14); }

[data-steps="15"] {
  -ms-animation-timing-function: steps(15);
  -webkit-animation-timing-function: steps(15);
  animation-timing-function: steps(15); }

[data-steps="16"] {
  -ms-animation-timing-function: steps(16);
  -webkit-animation-timing-function: steps(16);
  animation-timing-function: steps(16); }

[data-steps="17"] {
  -ms-animation-timing-function: steps(17);
  -webkit-animation-timing-function: steps(17);
  animation-timing-function: steps(17); }

[data-steps="18"] {
  -ms-animation-timing-function: steps(18);
  -webkit-animation-timing-function: steps(18);
  animation-timing-function: steps(18); }

[data-steps="19"] {
  -ms-animation-timing-function: steps(19);
  -webkit-animation-timing-function: steps(19);
  animation-timing-function: steps(19); }

[data-steps="20"] {
  -ms-animation-timing-function: steps(20);
  -webkit-animation-timing-function: steps(20);
  animation-timing-function: steps(20); }

[data-steps="21"] {
  -ms-animation-timing-function: steps(21);
  -webkit-animation-timing-function: steps(21);
  animation-timing-function: steps(21); }

[data-steps="22"] {
  -ms-animation-timing-function: steps(22);
  -webkit-animation-timing-function: steps(22);
  animation-timing-function: steps(22); }

[data-steps="23"] {
  -ms-animation-timing-function: steps(23);
  -webkit-animation-timing-function: steps(23);
  animation-timing-function: steps(23); }

[data-steps="24"] {
  -ms-animation-timing-function: steps(24);
  -webkit-animation-timing-function: steps(24);
  animation-timing-function: steps(24); }

[data-steps="25"] {
  -ms-animation-timing-function: steps(25);
  -webkit-animation-timing-function: steps(25);
  animation-timing-function: steps(25); }

[data-steps="26"] {
  -ms-animation-timing-function: steps(26);
  -webkit-animation-timing-function: steps(26);
  animation-timing-function: steps(26); }

[data-steps="27"] {
  -ms-animation-timing-function: steps(27);
  -webkit-animation-timing-function: steps(27);
  animation-timing-function: steps(27); }

[data-steps="28"] {
  -ms-animation-timing-function: steps(28);
  -webkit-animation-timing-function: steps(28);
  animation-timing-function: steps(28); }

[data-steps="29"] {
  -ms-animation-timing-function: steps(29);
  -webkit-animation-timing-function: steps(29);
  animation-timing-function: steps(29); }

[data-steps="30"] {
  -ms-animation-timing-function: steps(30);
  -webkit-animation-timing-function: steps(30);
  animation-timing-function: steps(30); }

[data-steps="31"] {
  -ms-animation-timing-function: steps(31);
  -webkit-animation-timing-function: steps(31);
  animation-timing-function: steps(31); }

[data-steps="32"] {
  -ms-animation-timing-function: steps(32);
  -webkit-animation-timing-function: steps(32);
  animation-timing-function: steps(32); }

[data-steps="33"] {
  -ms-animation-timing-function: steps(33);
  -webkit-animation-timing-function: steps(33);
  animation-timing-function: steps(33); }

[data-steps="34"] {
  -ms-animation-timing-function: steps(34);
  -webkit-animation-timing-function: steps(34);
  animation-timing-function: steps(34); }

[data-steps="35"] {
  -ms-animation-timing-function: steps(35);
  -webkit-animation-timing-function: steps(35);
  animation-timing-function: steps(35); }

[data-steps="36"] {
  -ms-animation-timing-function: steps(36);
  -webkit-animation-timing-function: steps(36);
  animation-timing-function: steps(36); }

[data-steps="37"] {
  -ms-animation-timing-function: steps(37);
  -webkit-animation-timing-function: steps(37);
  animation-timing-function: steps(37); }

[data-steps="38"] {
  -ms-animation-timing-function: steps(38);
  -webkit-animation-timing-function: steps(38);
  animation-timing-function: steps(38); }

[data-steps="39"] {
  -ms-animation-timing-function: steps(39);
  -webkit-animation-timing-function: steps(39);
  animation-timing-function: steps(39); }

[data-steps="40"] {
  -ms-animation-timing-function: steps(40);
  -webkit-animation-timing-function: steps(40);
  animation-timing-function: steps(40); }

[data-steps="41"] {
  -ms-animation-timing-function: steps(41);
  -webkit-animation-timing-function: steps(41);
  animation-timing-function: steps(41); }

[data-steps="42"] {
  -ms-animation-timing-function: steps(42);
  -webkit-animation-timing-function: steps(42);
  animation-timing-function: steps(42); }

[data-steps="43"] {
  -ms-animation-timing-function: steps(43);
  -webkit-animation-timing-function: steps(43);
  animation-timing-function: steps(43); }

[data-steps="44"] {
  -ms-animation-timing-function: steps(44);
  -webkit-animation-timing-function: steps(44);
  animation-timing-function: steps(44); }

[data-steps="45"] {
  -ms-animation-timing-function: steps(45);
  -webkit-animation-timing-function: steps(45);
  animation-timing-function: steps(45); }

[data-steps="46"] {
  -ms-animation-timing-function: steps(46);
  -webkit-animation-timing-function: steps(46);
  animation-timing-function: steps(46); }

[data-steps="47"] {
  -ms-animation-timing-function: steps(47);
  -webkit-animation-timing-function: steps(47);
  animation-timing-function: steps(47); }

[data-steps="48"] {
  -ms-animation-timing-function: steps(48);
  -webkit-animation-timing-function: steps(48);
  animation-timing-function: steps(48); }

[data-steps="49"] {
  -ms-animation-timing-function: steps(49);
  -webkit-animation-timing-function: steps(49);
  animation-timing-function: steps(49); }

[data-steps="50"] {
  -ms-animation-timing-function: steps(50);
  -webkit-animation-timing-function: steps(50);
  animation-timing-function: steps(50); }

[data-duration="1"] {
  -ms-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

[data-duration="2"] {
  -ms-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

[data-duration="3"] {
  -ms-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

[data-duration="4"] {
  -ms-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

[data-duration="5"] {
  -ms-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s; }

[data-duration="6"] {
  -ms-animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s; }

[data-duration="7"] {
  -ms-animation-duration: 7s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s; }

[data-duration="8"] {
  -ms-animation-duration: 8s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s; }

[data-duration="9"] {
  -ms-animation-duration: 9s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s; }

[data-duration="10"] {
  -ms-animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

[data-duration="12"] {
  -ms-animation-duration: 12s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s; }

[data-duration="14"] {
  -ms-animation-duration: 14s;
  -webkit-animation-duration: 14s;
  animation-duration: 14s; }

[data-duration="16"] {
  -ms-animation-duration: 16s;
  -webkit-animation-duration: 16s;
  animation-duration: 16s; }

[data-duration="18"] {
  -ms-animation-duration: 18s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s; }

.animation {
  position: relative;
  width: 100%;
  margin: 0; }
  .animation:before {
    content: "";
    display: block; }

 .animation--color-search{
     position: relative;
     width: 85%;
     padding-bottom: 92.3%;
    margin-top: 0px;
    max-width: 600px; }


.animation--3dclothes{
     width:70%;
     padding-bottom: 134.5%;
     position: relative;
    margin-top: 0px;
    max-width: 600px;
 }


  .animation--collection-model {
      width:105%;
     position: relative;
     padding-bottom: 68%;
    margin-top: 0px;
    max-width: 1000px;
 }



    @media screen and (max-width: 1024px) {
      .animation--collection-model {
        margin-top: -100px; } }
    @media screen and (max-width: 1024px) {
      .animation--collection-model {
        margin: 0 auto; } }
    .animation--collection-model:before {
      width: 100%;
      height: 0;
      padding-bottom: 185.86207%; }
  .animation--collection-dress {
    float: right;
    max-width: 210px;
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%); }
    @media screen and (max-width: 1024px) {
      .animation--collection-dress {
        -ms-transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        -o-transform: translateY(-20%);
        transform: translateY(-20%); } }
    @media screen and (max-width: 640px) {
      .animation--collection-dress {
        float: none;
        margin: 0 auto;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
    .animation--collection-dress:before {
      width: 100%;
      height: 0;
      padding-bottom: 256.66667%; }
  .animation--why-iphone {
    max-width: 270px; }
    .animation--why-iphone:before {
      width: 100%;
      height: 0;
      padding-bottom: 185.76923%; }
  .animation--vision-model {
    max-width: 215px;
    margin: 30% auto 0; }
    @media screen and (max-width: 640px) {
      .animation--vision-model {
        margin: 20% auto 0; } }
    .animation--vision-model:before {
      width: 100%;
      height: 0;
      padding-bottom: 325.5814%; }
  .animation--shoppers-chart {
    border-color: #c0aecd; }
    @media screen and (max-width: 640px) {
      .animation--shoppers-chart {
        margin: 20% auto 0; } }
    .animation--shoppers-chart img {
      -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .animation__block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    .animation__block img {
      width: 100%;
      animation-name: renderfreesprite;
      animation-iteration-count: infinite; }

@-webkit-keyframes renderfreesprite {
  from {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  to {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-moz-keyframes renderfreesprite {
  from {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  to {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-ms-keyframes renderfreesprite {
  from {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  to {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes renderfreesprite {
  from {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  to {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); } }

.js-reveal {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .js-reveal.inactive {
    opacity: 0;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }

.slider figure {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden; }

.slider__slide {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80vh; }

.slider .inner-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  background: transparent; }

.carousel {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -moz-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -ms-perspective: 1000;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  backface-visibility: hidden; }
  .carousel:hover {
    cursor: -webkit-grab;
    cursor: grab; }
  .carousel.active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  border: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -moz-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -ms-perspective: 1000;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  backface-visibility: hidden;
  -ms-transform: scale(0.55);
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
  width: 68px;
  height: 68px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: transparent;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .button {
      right: -20px; } }
  .button:focus {
    outline: 0; }
  @media screen and (max-width: 1024px) {
    .button {
      display: block; } }
  @media screen and (max-width: 640px) {
    .button {
      right: -15px; } }

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  mask: url(#mask);
  -webkit-mask-box-image: url("/wp-content/themes/metail/assets/svg/mask.svg"); }

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px; }

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  .path-rotation:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #979797; }
    .no-cssmask .path-rotation:before {
      background: transparent; }

@-webkit-keyframes rotate-out {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate-out {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate-out {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-out {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate-in {
  0% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  40% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-moz-keyframes rotate-in {
  0% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  40% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-ms-keyframes rotate-in {
  0% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  40% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotate-in {
  0% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  40% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

.button.is-open .path {
  -webkit-animation: dash-in 0.6s linear normal forwards;
  -moz-animation: dash-in 0.6s linear normal forwards;
  animation: dash-in 0.6s linear normal forwards; }

.button.is-open .animate-path {
  -webkit-animation: rotate-in 0.6s linear normal forwards;
  -moz-animation: rotate-in 0.6s linear normal forwards;
  animation: rotate-in 0.6s linear normal forwards; }

.button.is-closed .path {
  -webkit-animation: dash-out 0.6s linear normal forwards;
  -moz-animation: dash-out 0.6s linear normal forwards;
  animation: dash-out 0.6s linear normal forwards; }

.button.is-closed .animate-path {
  -webkit-animation: rotate-out 0.6s linear normal forwards;
  -moz-animation: rotate-out 0.6s linear normal forwards;
  animation: rotate-out 0.6s linear normal forwards; }

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round; }

@-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 0; } }

@-moz-keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 0; } }

@-ms-keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 240; } }

@-moz-keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 240; } }

@-ms-keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 240; } }

@keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 240; } }

.burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
  top: 0;
  left: 0; }

.burger-container {
  position: relative;
  height: 28px;
  width: 36px; }

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #979797; }

.burger-bun-top {
  top: 0;
  -ms-transform-origin: 34px 2px;
  -webkit-transform-origin: 34px 2px;
  -moz-transform-origin: 34px 2px;
  -o-transform-origin: 34px 2px;
  transform-origin: 34px 2px; }

.burger-bun-bot {
  bottom: 0;
  -ms-transform-origin: 34px 2px;
  -webkit-transform-origin: 34px 2px;
  -moz-transform-origin: 34px 2px;
  -o-transform-origin: 34px 2px;
  transform-origin: 34px 2px; }

.burger-filling {
  top: 12px; }

.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px; }

.svg-ring {
  width: 68px;
  height: 68px; }

.button.is-open .burger-bun-top {
  -webkit-animation: bun-top-out 0.6s linear normal forwards;
  -moz-animation: bun-top-out 0.6s linear normal forwards;
  animation: bun-top-out 0.6s linear normal forwards; }

.button.is-open .burger-bun-bot {
  -webkit-animation: bun-bot-out 0.6s linear normal forwards;
  -moz-animation: bun-bot-out 0.6s linear normal forwards;
  animation: bun-bot-out 0.6s linear normal forwards; }

.button.is-closed .burger-bun-top {
  -webkit-animation: bun-top-in 0.6s linear normal forwards;
  -moz-animation: bun-top-in 0.6s linear normal forwards;
  animation: bun-top-in 0.6s linear normal forwards; }

.button.is-closed .burger-bun-bot {
  -webkit-animation: bun-bot-in 0.6s linear normal forwards;
  -moz-animation: bun-bot-in 0.6s linear normal forwards;
  animation: bun-bot-in 0.6s linear normal forwards; }

@-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    left: 0;
    top: 0;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  80% {
    left: -5px;
    top: 0;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  100% {
    left: -5px;
    top: 1px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

@-moz-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    left: 0;
    top: 0;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  80% {
    left: -5px;
    top: 0;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  100% {
    left: -5px;
    top: 1px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

@-ms-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    left: 0;
    top: 0;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  80% {
    left: -5px;
    top: 0;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  100% {
    left: -5px;
    top: 1px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    left: 0;
    top: 0;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  80% {
    left: -5px;
    top: 0;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  100% {
    left: -5px;
    top: 1px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

@-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    left: 0;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  80% {
    left: -5px;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  100% {
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-moz-keyframes bun-bot-out {
  0% {
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    left: 0;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  80% {
    left: -5px;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  100% {
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-ms-keyframes bun-bot-out {
  0% {
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    left: 0;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  80% {
    left: -5px;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  100% {
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }

@keyframes bun-bot-out {
  0% {
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    left: 0;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  80% {
    left: -5px;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  100% {
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  20% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  80% {
    left: 0;
    bot: 0;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    left: 0;
    bot: 1px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-moz-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  20% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  80% {
    left: 0;
    bot: 0;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    left: 0;
    bot: 1px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-ms-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  20% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  80% {
    left: 0;
    bot: 0;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    left: 0;
    bot: 1px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  20% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  80% {
    left: 0;
    bot: 0;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    left: 0;
    bot: 1px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes bun-bot-in {
  0% {
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  20% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  80% {
    left: 0;
    bot: 0;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  100% {
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-moz-keyframes bun-bot-in {
  0% {
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  20% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  80% {
    left: 0;
    bot: 0;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  100% {
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-ms-keyframes bun-bot-in {
  0% {
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  20% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  80% {
    left: 0;
    bot: 0;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  100% {
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes bun-bot-in {
  0% {
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  20% {
    left: -5px;
    bot: 0;
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  80% {
    left: 0;
    bot: 0;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  100% {
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

.button.is-open .burger-filling {
  -webkit-animation: burger-fill-out 0.6s linear normal forwards;
  -moz-animation: burger-fill-out 0.6s linear normal forwards;
  animation: burger-fill-out 0.6s linear normal forwards; }

.button.is-closed .burger-filling {
  -webkit-animation: burger-fill-in 0.6s linear normal forwards;
  -moz-animation: burger-fill-in 0.6s linear normal forwards;
  animation: burger-fill-in 0.6s linear normal forwards; }

@-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }
  40% {
    width: 0;
    left: 40px; }
  80% {
    width: 36px;
    left: -6px; }
  100% {
    width: 36px;
    left: 0px; } }

@-moz-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }
  40% {
    width: 0;
    left: 40px; }
  80% {
    width: 36px;
    left: -6px; }
  100% {
    width: 36px;
    left: 0px; } }

@-ms-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }
  40% {
    width: 0;
    left: 40px; }
  80% {
    width: 36px;
    left: -6px; }
  100% {
    width: 36px;
    left: 0px; } }

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }
  40% {
    width: 0;
    left: 40px; }
  80% {
    width: 36px;
    left: -6px; }
  100% {
    width: 36px;
    left: 0px; } }

@-webkit-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }
  20% {
    width: 42px;
    left: -6px; }
  40% {
    width: 0;
    left: 40px; }
  100% {
    width: 0;
    left: 36px; } }

@-moz-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }
  20% {
    width: 42px;
    left: -6px; }
  40% {
    width: 0;
    left: 40px; }
  100% {
    width: 0;
    left: 36px; } }

@-ms-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }
  20% {
    width: 42px;
    left: -6px; }
  40% {
    width: 0;
    left: 40px; }
  100% {
    width: 0;
    left: 36px; } }

@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }
  20% {
    width: 42px;
    left: -6px; }
  40% {
    width: 0;
    left: 40px; }
  100% {
    width: 0;
    left: 36px; } }

.overlay__search {
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: -20px;
  bottom: 0;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .overlay__search .wpls {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }

.search {
  top: 75px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1); }
  .search__wrap {
    position: relative;
    right: -20px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-right: 20px; }
  .search__block {
    position: relative;
    font-size: 0px;
    line-height: 0px;
    font-size: 0rem;
    line-height: 0rem;
    border-bottom: 1px solid #979797; }
    @media screen and (max-width: 640px) {
      .search__block {
        border-bottom: 0; } }
  .search__icon {
    display: inline-block;
    vertical-align: bottom;
    width: 15%;
    height: 68px;
    font-size: 60px;
    line-height: 60px;
    font-size: 6rem;
    line-height: 6rem;
    color: #00c3c3; }
    @media screen and (max-width: 640px) {
      .search__icon {
        font-size: 40px;
        line-height: 55px;
        font-size: 4rem;
        line-height: 5.5rem;
        height: 48px; } }
  .search__input {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    padding: 5px;
    border: 0;
    margin: 0;
    height: auto;
    background: transparent;
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-family: "lato", sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 640px) {
      .search__input {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem; } }
    .search__input:focus {
      outline: none; }
  .search .placeholder {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300; }
    @media screen and (max-width: 640px) {
      .search .placeholder {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem; } }
  .search ::-webkit-input-placeholder {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300; }
    @media screen and (max-width: 640px) {
      .search ::-webkit-input-placeholder {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem; } }
  .search ::-moz-placeholder {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300; }
    @media screen and (max-width: 640px) {
      .search ::-moz-placeholder {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem; } }
  .search :-ms-input-placeholder {
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
    font-weight: 300; }
    @media screen and (max-width: 640px) {
      .search :-ms-input-placeholder {
        font-size: 25px;
        line-height: 35px;
        font-size: 2.5rem;
        line-height: 3.5rem; } }
  .search__results ul {
    padding-left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    -ms-transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1); }
    .search__results ul.wpls--full {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
    @media screen and (max-width: 640px) {
      .search__results ul {
        padding: 0;
        margin: 0; } }

.wpls--loading {
  height: 68px;
  width: 68px;
  position: absolute;
  top: 20px;
  right: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.wpls--hide {
  height: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.wpls--show {
  height: auto;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.wpls--results-wrap {
  font-size: 13px;
  line-height: 30px;
  font-size: 1.3rem;
  line-height: 3rem;
  color: #00c3c3;
  text-transform: uppercase; }

.wpls--full {
  list-style: none; }
  .wpls--full li {
    padding: 5px;
    font-size: 16px;
    line-height: 30px;
    font-size: 1.6rem;
    line-height: 3rem;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .wpls--full li:hover {
      background: #f0f0f0; }
  .wpls--full h4 {
    margin: 0; }

svg.spinner {
  width: 40px;
  height: 40px;
  x: 0px;
  y: 0px;
  viewBox: 0 0 40 40;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -moz-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -ms-perspective: 1000;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  backface-visibility: hidden; }
  svg.spinner circle {
    fill: transparent;
    stroke: #979797;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 125.6;
    -ms-transform-origin: 20px 20px 0;
    -webkit-transform-origin: 20px 20px 0;
    -moz-transform-origin: 20px 20px 0;
    -o-transform-origin: 20px 20px 0;
    transform-origin: 20px 20px 0;
    -webkit-animation-name: spinner;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: spinner;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    animation-name: spinner;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite; }

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

@-ms-keyframes spinner {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

@keyframes spinner {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

.cover {
  position: fixed;
  top: 0px;
  right: -80px;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 90;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #fffffe;
  -webkit-filter: none;
  filter: none; }

.overlay-active .cover {
  filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  opacity: 0.95;
  -ms-transform: scale(130);
  -webkit-transform: scale(130);
  -moz-transform: scale(130);
  -o-transform: scale(130);
  transform: scale(130); }

.overlay-active .navigation {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.overlay-active .header .logo {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }
  @media screen and (max-width: 640px) {
    .overlay-active .header .logo {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; } }

.overlay-navigation .overlay__navigation {
  height: 100%;
  overflow: initial; }
  .overlay-navigation .overlay__navigation .menu__item, .overlay-navigation .overlay__navigation .menu__social {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .overlay-navigation .overlay__navigation .menu__item:nth-child(7), .overlay-navigation .overlay__navigation .menu__social:nth-child(7) {
      -webkit-transition-delay: 1.125s;
      -moz-transition-delay: 1.125s;
      -ms-transition-delay: 1.125s;
      -o-transition-delay: 1.125s;
      transition-delay: 1.125s; }
    .overlay-navigation .overlay__navigation .menu__item:nth-child(6), .overlay-navigation .overlay__navigation .menu__social:nth-child(6) {
      -webkit-transition-delay: 0.975s;
      -moz-transition-delay: 0.975s;
      -ms-transition-delay: 0.975s;
      -o-transition-delay: 0.975s;
      transition-delay: 0.975s; }
    .overlay-navigation .overlay__navigation .menu__item:nth-child(5), .overlay-navigation .overlay__navigation .menu__social:nth-child(5) {
      -webkit-transition-delay: 0.825s;
      -moz-transition-delay: 0.825s;
      -ms-transition-delay: 0.825s;
      -o-transition-delay: 0.825s;
      transition-delay: 0.825s; }
    .overlay-navigation .overlay__navigation .menu__item:nth-child(4), .overlay-navigation .overlay__navigation .menu__social:nth-child(4) {
      -webkit-transition-delay: 0.675s;
      -moz-transition-delay: 0.675s;
      -ms-transition-delay: 0.675s;
      -o-transition-delay: 0.675s;
      transition-delay: 0.675s; }
    .overlay-navigation .overlay__navigation .menu__item:nth-child(3), .overlay-navigation .overlay__navigation .menu__social:nth-child(3) {
      -webkit-transition-delay: 0.525s;
      -moz-transition-delay: 0.525s;
      -ms-transition-delay: 0.525s;
      -o-transition-delay: 0.525s;
      transition-delay: 0.525s; }
    .overlay-navigation .overlay__navigation .menu__item:nth-child(2), .overlay-navigation .overlay__navigation .menu__social:nth-child(2) {
      -webkit-transition-delay: 0.375s;
      -moz-transition-delay: 0.375s;
      -ms-transition-delay: 0.375s;
      -o-transition-delay: 0.375s;
      transition-delay: 0.375s; }
    .overlay-navigation .overlay__navigation .menu__item:nth-child(1), .overlay-navigation .overlay__navigation .menu__social:nth-child(1) {
      -webkit-transition-delay: 0.225s;
      -moz-transition-delay: 0.225s;
      -ms-transition-delay: 0.225s;
      -o-transition-delay: 0.225s;
      transition-delay: 0.225s; }

.overlay-navigation .header .header__search {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.overlay__wrap {
  position: relative;
  right: -20px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-bottom: 150px; }

.overlay-search .overlay__search {
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-width: 960px; }

.overlay-search .header .header__search {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.overlay-search .search {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.newsletter {
  padding: 95px 0;
  background: #43413f;
  text-align: center;
  color: #fffffe; }
  .newsletter .title {
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 70px;
    line-height: 70px;
    font-size: 7rem;
    line-height: 7rem;
    font-family: "open-sans", sans-serif;
    font-weight: 300;
    color: inherit; }
    @media screen and (max-width: 1024px) {
      .newsletter .title {
        font-size: 50px;
        line-height: 50px;
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 1024px) {
      .newsletter .title {
        font-size: 42px;
        line-height: 42px;
        font-size: 4.2rem;
        line-height: 4.2rem; } }
  .newsletter .highlight {
    color: #ff8585; }
  .newsletter p {
    font-size: 16px;
    line-height: 25px;
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 25px; }

.btn {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 45px;
  font-size: 1.6rem;
  line-height: 4.5rem;
  background: #00c3c3;
  position: relative;
  color: #fffffe;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  outline: none; }
  .btn.primaryColor {
    background: #4d4d4d; }
    .btn.primaryColor:hover {
      background: #343434; }
  .btn.secondaryColor {
    background: #00c3c3; }
    .btn.secondaryColor:hover {
      background: #009090; }
  .btn.tertiaryColor {
    background: #75568c; }
    .btn.tertiaryColor:hover {
      background: #5b436c; }
  .btn.quartenaryColor {
    background: #f29c23; }
    .btn.quartenaryColor:hover {
      background: #d5820d; }
  .btn.quinaryColor {
    background: #ff8585; }
    .btn.quinaryColor:hover {
      background: #ff5252; }
  .btn:hover {
    color: #fffffe;
    background: #009090; }
  .btn--hanger:before {
    content: 'l';
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    text-align: left;
    font-family: 'metail';
    font-weight: normal;
    font-size: 15px;
    line-height: 45px;
    font-size: 1.5rem;
    line-height: 4.5rem; }

.textblock .split {
  display: block;
  font-size: 68px;
  line-height: 70px;
  font-size: 6.8rem;
  line-height: 7rem;
  font-family: "justus", sans-serif;
  font-weight: 300;
  color: inherit; }
  @media screen and (max-width: 1024px) {
    .textblock .split {
      margin-bottom: 0; } }
  @media screen and (max-width: 640px) {
    .textblock .split {
      text-align: center;
      font-size: 42px;
      line-height: 42px;
      font-size: 4.2rem;
      line-height: 4.2rem; } }
  .textblock .split span {
    display: block;
    font-size: 26px;
    line-height: 50px;
    font-size: 2.6rem;
    line-height: 5rem;
    font-family: "open-sans", sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 640px) {
      .textblock .split span {
        font-size: 16px;
        line-height: 30px;
        font-size: 1.6rem;
        line-height: 3rem; } }
    .textblock .split span.split--alt {
      margin-top: 10px;
      width: 80%;
      font-size: 16px;
      line-height: 25px;
      font-size: 1.6rem;
      line-height: 2.5rem;
      color: #b1b1b1;
      font-family: "justus", sans-serif; }
      @media screen and (max-width: 640px) {
        .textblock .split span.split--alt {
          text-align: center;
          width: 100%; } }
    .textblock .split span.split--sub {
      margin-top: 10px;
      width: 80%;
      font-size: 25px;
      line-height: 30px;
      font-size: 2.5rem;
      line-height: 3rem;
      color: #979797;
      font-family: "justus", sans-serif; }
      @media screen and (max-width: 640px) {
        .textblock .split span.split--sub {
          text-align: center;
          width: 100%; } }

.textblock .title span {
  display: block;
  font-size: 42px;
  line-height: 42px;
  font-size: 4.2rem;
  line-height: 4.2rem;
  font-family: "open-sans", sans-serif;
  font-weight: 300;
  color: #4d4d4d; }
  @media screen and (max-width: 640px) {
    .textblock .title span {
      font-size: 26px;
      line-height: 30px;
      font-size: 2.6rem;
      line-height: 3rem;
      text-align: center; } }

.textblock .blurb {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: initial; }
  @media screen and (max-width: 1024px) {
    .textblock .blurb {
      margin: 20px 0; } }
  @media screen and (max-width: 640px) {
    .textblock .blurb {
      text-align: center; }
      .textblock .blurb p {
        text-align: center; } }

.textblock .btn {
  margin: 20px 0;
  max-width: 190px;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .textblock .btn {
      margin: 20px auto; } }

@media screen and (max-width: 640px) {
  .textblock .link {
    margin: 20px auto; } }

.textblock__triple {
  padding: 90px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letterspacing: 2px; }
  @media screen and (max-width: 640px) {
    .textblock__triple {
      text-align: center; }
      .textblock__triple .btn, .textblock__triple .link {
        max-width: 190px;
        margin: 0 auto; } }

.link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 190px;
  color: inherit;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  font-size: 1.6rem;
  line-height: 3rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .link span {
    float: right;
    padding-top: 4px;
    color: inherit;
    font-size: 16px;
    line-height: 26px;
    font-size: 1.6rem;
    line-height: 2.6rem; }

.fulltitle .split {
  display: block;
  margin-bottom: 150px;
  width: 100%;
  text-align: center;
  font-size: 68px;
  line-height: 70px;
  font-size: 6.8rem;
  line-height: 7rem;
  font-family: "open-sans", sans-serif;
  font-weight: 300;
  color: #4d4d4d; }
  @media screen and (max-width: 640px) {
    .fulltitle .split {
      font-size: 42px;
      line-height: 48px;
      font-size: 4.2rem;
      line-height: 4.8rem;
      margin-bottom: 0; } }
  .fulltitle .split span {
    display: block;
    font-size: 26px;
    line-height: 50px;
    font-size: 2.6rem;
    line-height: 5rem;
    font-family: "open-sans", sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 640px) {
      .fulltitle .split span {
        font-size: 16px;
        line-height: 30px;
        font-size: 1.6rem;
        line-height: 3rem; } }
  .fulltitle .split:before, .fulltitle .split:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    display: block;
    height: 64px;
    width: 1px;
    background-repeat: repeat-y;
    background-image: url("/wp-content/themes/metail/assets/img/vertical-dash.png");
    background-position: top center; }
    @media screen and (max-width: 640px) {
      .fulltitle .split:before, .fulltitle .split:after {
        display: none; } }
  .fulltitle .split:before {
    top: -30px; }
  .fulltitle .split:after {
    top: 180px; }

@media screen and (max-width: 640px) {
  .fulltitle .btn, .fulltitle .link {
    max-width: 190px;
    margin: 0 auto; } }

.hotspot {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  color: #fffffe;
  text-align: center;
  -webkit-transition: transform 0.1s ease-in;
  -moz-transition: transform 0.1s ease-in;
  -ms-transition: transform 0.1s ease-in;
  -o-transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  font-size: 35px;
  line-height: 45px;
  font-size: 3.5rem;
  line-height: 4.5rem;
  outline: none; }
  .hotspot__target {
    display: block;
    margin: 0 auto;
    max-width: 1024px; }
    .hotspot__target--contrast .hotblock {
      background: #e4e4e4; }
  .hotspot .circle {
    position: absolute;
    left: 3px;
    color: white;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .hotspot .ring {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px auto auto -20px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid;
    border-color: inherit;
    opacity: 0;
    -webkit-animation: pulsate 3s ease-out infinite;
    -moz-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite; }
  .hotspot:hover {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    .hotspot:hover .ring {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none; }
    .hotspot:hover .circle {
      opacity: 0.8;
      -ms-transform: scale(0.875);
      -webkit-transform: scale(0.875);
      -moz-transform: scale(0.875);
      -o-transform: scale(0.875);
      transform: scale(0.875);
      cursor: pointer; }
  .hotspot.active {
    opacity: 1;
    -ms-transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    cursor: pointer; }
  .hotspot:active .ring {
    -webkit-animation: stop-pulsate 0.3s;
    -moz-animation: stop-pulsate 0.3s;
    animation: stop-pulsate 0.3s; }
  .hotspot:active .circle {
    opacity: 0.8;
    -ms-transform: scale(0.875);
    -webkit-transform: scale(0.875);
    -moz-transform: scale(0.875);
    -o-transform: scale(0.875);
    transform: scale(0.875);
    cursor: pointer; }

.hotblock {
  position: relative;
  background: #fffffe;
  padding: 25px;
  overflow: hidden;
  width: auto;
  max-width: 1024px;
  min-height: 400px;
  margin: 0 auto;
  color: #00c3c3; }
  .hotblock__img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .memodel-page .hotblock {
    color: #00c3c3; }
  .technology-page .hotblock {
    color: #75568c; }
  .delivers-page .hotblock {
    color: #f29c23; }
  .results-page .hotblock {
    color: #ff8585; }

.videoblock video {
  display: block;
  z-index: 10;
  margin: 0 auto;
  max-width: 320px;
  width: 100%; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  45% {
    transform: scale(1.75);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  45% {
    transform: scale(1.75);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  45% {
    transform: scale(1.75);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8; }
  45% {
    transform: scale(1.75);
    opacity: 0; } }

@-webkit-keyframes stop-pulsate {
  from {
    opacity: 0.4; }
  to {
    transform: scale(2);
    opacity: 0; } }

@-moz-keyframes stop-pulsate {
  from {
    opacity: 0.4; }
  to {
    transform: scale(2);
    opacity: 0; } }

@-ms-keyframes stop-pulsate {
  from {
    opacity: 0.4; }
  to {
    transform: scale(2);
    opacity: 0; } }

@keyframes stop-pulsate {
  from {
    opacity: 0.4; }
  to {
    transform: scale(2);
    opacity: 0; } }

.bordered:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  border-width: 15px;
  border-style: solid;
  border-color: inherit; }

.bordered--topleft {
  margin-bottom: 20%; }
  .bordered--topleft:before {
    position: absolute;
    top: -13%;
    right: 65%;
    bottom: 65%;
    left: -17%;
    z-index: -1; }

.bordered--bottomright {
  margin-bottom: 20%; }
  .bordered--bottomright:before {
    position: absolute;
    top: 35%;
    right: -17%;
    bottom: -13%;
    left: 21%;
    z-index: -1; }
    @media screen and (max-width: 640px) {
      .bordered--bottomright:before {
        position: absolute;
        top: 35%;
        right: 0;
        bottom: -10%;
        left: 0;
        z-index: -1; } }

.bordered--bottomleft {
  margin-bottom: 20%; }
  .bordered--bottomleft:before {
    position: absolute;
    top: 35%;
    right: 21%;
    bottom: -25%;
    left: -21%;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .bordered--bottomleft:before {
        position: absolute;
        top: -35%;
        right: 21%;
        bottom: 35%;
        left: -21%;
        z-index: -1; } }

.line-reveal {
  width: 120%;
  height: 3px;
  overflow: hidden;
  position: absolute;
  z-index: 40;
  -ms-transform: rotate(-17deg);
  -webkit-transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  -o-transform: rotate(-17deg);
  transform: rotate(-17deg); }
  @media screen and (max-width: 1024px) {
    .line-reveal {
      right: 0px; } }
  .line-reveal.show .overlay {
    -webkit-animation-name: wipe;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: wipe;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    animation-name: wipe;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-fill-mode: forwards;
    animation-iteration-count: 1; }
  .line-reveal .overlay {
    background: #00c3c3;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    transform-origin: 100% 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }

@-webkit-keyframes wipe {
  to {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); } }

@-moz-keyframes wipe {
  to {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); } }

@-ms-keyframes wipe {
  to {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes wipe {
  to {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); } }

.acf-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.acf-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery {
  margin: 100px 0; }
  .gallery__wrap {
    display: block;
    max-height: 300px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .gallery__wrap img {
        min-height: 180px;
        width: 100%; } }

.timeline {
  position: relative;
  padding: 300px 0 150px 0;
  margin-top: -15%; }
  @media screen and (max-width: 640px) {
    .timeline {
      padding-top: 100px;
      margin-top: 0; } }
  .timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    margin-left: -1px;
    width: 1px;
    height: 100%;
    background: #e4e4e4; }
    @media screen and (max-width: 640px) {
      .timeline:before {
        right: 20px;
        left: initial; } }
  .timeline__left {
    float: left;
    padding-right: 50px;
    margin-bottom: 15px;
    text-align: right; }
    .timeline__left--flush {
      padding-left: 0;
      padding-right: 0; }
  .timeline__right {
    float: right;
    padding-left: 50px;
    margin-bottom: 15px;
    text-align: left; }
    @media screen and (max-width: 640px) {
      .timeline__right {
        float: left;
        text-align: right;
        padding-right: 50px;
        padding-left: 0; } }
    .timeline__right--flush {
      padding-left: 0;
      padding-right: 0; }
  .timeline__rtl {
    direction: rtl; }
  .timeline__date {
    font-size: 26px;
    line-height: 24px;
    font-size: 2.6rem;
    line-height: 2.4rem;
    font-family: "lato", sans-serif;
    font-weight: 300;
    color: #4d4d4d; }
  .timeline__text {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #4d4d4d; }
  .timeline__img {
    margin: 20px 0; }
    .timeline__img img {
      width: 100%; }
      @media screen and (max-width: 640px) {
        .timeline__img img {
          padding-right: 50px; } }

.bloglanding {
  position: relative;
  z-index: 10;
  margin-top: -8%; }
  @media screen and (max-width: 1024px) {
    .bloglanding {
      margin-top: 10%; } }
  @media screen and (max-width: 640px) {
    .bloglanding {
      padding-bottom: 10%; } }
  .bloglanding .row {
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      .bloglanding .row {
        margin-bottom: 0; } }
  .bloglanding__img {
    width: 100%; }

.blog__post {
  padding-top: 50px; }

.blog__filters {
  border: 1px solid #d7d7d7;
  padding: 30px 40px 14px 40px; }
  .blog__filters--nob {
    border-top: none; }
  .blog__filters h2 {
    margin: 0; }
  .blog__filters ul {
    padding: 0; }
    .blog__filters ul li {
      font-weight: bold;
      border-bottom: 1px solid #d7d7d7;
      display: inline-block;
      width: 100%;
      line-height: 35px;
      margin-bottom: 10px; }
      .blog__filters ul li a {
        display: inline-block;
        width: 100%; }
  .blog__filters span {
    float: right;
    position: relative;
    top: 2px;
    color: #bdbdbd; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

.archive__title, .post__title {
  font-size: 42px;
  line-height: 42px;
  font-size: 4.2rem;
  line-height: 4.2rem; }

.entry__title, .post__title {
  font-size: 32px;
  line-height: 35px;
  font-size: 3.2rem;
  line-height: 3.5rem;
  margin: 0 0 15px; }
  @media screen and (max-width: 1024px) {
    .entry__title, .post__title {
      font-size: 32px;
      line-height: 32px;
      font-size: 3.2rem;
      line-height: 3.2rem;
      margin: 20px 0; } }

.entry__summary, .entry__content, .post__summary, .post__content {
  font-size: 16px;
  line-height: 26px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 50px; }
  .entry__summary span, .entry__content span, .post__summary span, .post__content span {
    font-weight: 300 !important; }
  .entry__summary img, .entry__content img, .post__summary img, .post__content img {
    max-width: 100%; }
  .entry__summary a, .entry__content a, .post__summary a, .post__content a {
    color: #00c3c3; }

.entry__meta, .post__meta {
  font-size: 14px;
  line-height: 26px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: left; }

.entry__img, .post__img {
  display: block;
  margin: 20px 0 100px;
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center top; }
  @media screen and (max-width: 1024px) {
    .entry__img, .post__img {
      max-width: 600px;
      margin: 0 auto 50px; } }
  @media screen and (max-width: 1024px) {
    .entry__img, .post__img {
      height: 200px; } }

.post__list {
  position: relative;
  z-index: 10;
  margin-top: -15%; }
  @media screen and (max-width: 1024px) {
    .post__list {
      margin-top: 0; } }

.post__social {
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
  padding-bottom: 20px; }
  .post__social i {
    position: relative;
    top: 5px;
    margin-left: 5px;
    font-size: 22px;
    color: #00c3c3; }

.also {
  margin: 50px auto; }
  .also__block {
    position: relative;
    display: block;
    min-height: 700px;
    padding: 20px;
    border: 1px solid #e4e4e4; }
  .also__title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 42px;
    font-size: 4.2rem;
    line-height: 4.2rem;
    font-family: "lato", sans-serif; }
  .also__subtitle {
    font-size: 24px;
    line-height: 30px;
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 20px 0; }
  .also__img {
    display: block;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center top; }
  .also__meta {
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: left; }
  .also .btn {
    position: absolute;
    bottom: 20px;
    width: 90%; }

.pagination {
  display: block;
  margin: 40px auto;
  text-align: center;
  text-transform: uppercase; }

.page-numbers {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding: 5px 10px;
  border: 2px solid #000000;
  font-size: 15px;
  line-height: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .page-numbers:hover, .page-numbers.current {
    background: #4d4d4d;
    color: #fffffe; }
  @media screen and (max-width: 640px) {
    .page-numbers {
      padding: 2px 7px; } }

.widget {
  padding: 40px;
  background: #4d4d4d;
  color: #fffffe;
  margin-bottom: 25px; }
  .widget .title {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-family: "lato", sans-serif;
    font-size: 24px;
    line-height: 46px;
    font-size: 2.4rem;
    line-height: 4.6rem;
    font-weight: 300; }
  .widget .subtitle {
    display: block;
    width: 100%;
    text-align: center; }
  .widget form {
    margin: 0 auto; }

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.55556%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.download {
  padding: 55px 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem; }
  .download a {
    color: #00c3c3; }

/*============================
* Helpers
  Helper classes in accordance with DRY mentality. Eliminates the need to create specific classes to perform
  simple tasks
*/
/*-----------------------------------------------------------------------------
-------------------------------HELPER/HELPERS----------------------------------
-------------------------------------------------------------------------------*/
.m0 {
  margin: 0px; }

.mt0 {
  margin-top: 0px; }

.mr0 {
  margin-right: 0px; }

.mb0 {
  margin-bottom: 0px; }

.ml0 {
  margin-left: 0px; }

.p0 {
  padding: 0px; }

.pt0 {
  padding-top: 0px; }

.pr0 {
  padding-right: 0px; }

.pb0 {
  padding-bottom: 0px; }

.pl0 {
  padding-left: 0px; }

.m5 {
  margin: 5px; }

.mt5 {
  margin-top: 5px; }

.mr5 {
  margin-right: 5px; }

.mb5 {
  margin-bottom: 5px; }

.ml5 {
  margin-left: 5px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.pr5 {
  padding-right: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pl5 {
  padding-left: 5px; }

.m10 {
  margin: 10px; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.p10 {
  padding: 10px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pl10 {
  padding-left: 10px; }

.m15 {
  margin: 15px; }

.mt15 {
  margin-top: 15px; }

.mr15 {
  margin-right: 15px; }

.mb15 {
  margin-bottom: 15px; }

.ml15 {
  margin-left: 15px; }

.p15 {
  padding: 15px; }

.pt15 {
  padding-top: 15px; }

.pr15 {
  padding-right: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pl15 {
  padding-left: 15px; }

.m20 {
  margin: 20px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.p20 {
  padding: 20px; }

.pt20 {
  padding-top: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pl20 {
  padding-left: 20px; }

.m25 {
  margin: 25px; }

.mt25 {
  margin-top: 25px; }

.mr25 {
  margin-right: 25px; }

.mb25 {
  margin-bottom: 25px; }

.ml25 {
  margin-left: 25px; }

.p25 {
  padding: 25px; }

.pt25 {
  padding-top: 25px; }

.pr25 {
  padding-right: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pl25 {
  padding-left: 25px; }

.m30 {
  margin: 30px; }

.mt30 {
  margin-top: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.p30 {
  padding: 30px; }

.pt30 {
  padding-top: 30px; }

.pr30 {
  padding-right: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pl30 {
  padding-left: 30px; }

.m35 {
  margin: 35px; }

.mt35 {
  margin-top: 35px; }

.mr35 {
  margin-right: 35px; }

.mb35 {
  margin-bottom: 35px; }

.ml35 {
  margin-left: 35px; }

.p35 {
  padding: 35px; }

.pt35 {
  padding-top: 35px; }

.pr35 {
  padding-right: 35px; }

.pb35 {
  padding-bottom: 35px; }

.pl35 {
  padding-left: 35px; }

.m40 {
  margin: 40px; }

.mt40 {
  margin-top: 40px; }

.mr40 {
  margin-right: 40px; }

.mb40 {
  margin-bottom: 40px; }

.ml40 {
  margin-left: 40px; }

.p40 {
  padding: 40px; }

.pt40 {
  padding-top: 40px; }

.pr40 {
  padding-right: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pl40 {
  padding-left: 40px; }

.m45 {
  margin: 45px; }

.mt45 {
  margin-top: 45px; }

.mr45 {
  margin-right: 45px; }

.mb45 {
  margin-bottom: 45px; }

.ml45 {
  margin-left: 45px; }

.p45 {
  padding: 45px; }

.pt45 {
  padding-top: 45px; }

.pr45 {
  padding-right: 45px; }

.pb45 {
  padding-bottom: 45px; }

.pl45 {
  padding-left: 45px; }

.m50 {
  margin: 50px; }

.mt50 {
  margin-top: 50px; }

.mr50 {
  margin-right: 50px; }

.mb50 {
  margin-bottom: 50px; }

.ml50 {
  margin-left: 50px; }

.p50 {
  padding: 50px; }

.pt50 {
  padding-top: 50px; }

.pr50 {
  padding-right: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pl50 {
  padding-left: 50px; }

.m55 {
  margin: 55px; }

.mt55 {
  margin-top: 55px; }

.mr55 {
  margin-right: 55px; }

.mb55 {
  margin-bottom: 55px; }

.ml55 {
  margin-left: 55px; }

.p55 {
  padding: 55px; }

.pt55 {
  padding-top: 55px; }

.pr55 {
  padding-right: 55px; }

.pb55 {
  padding-bottom: 55px; }

.pl55 {
  padding-left: 55px; }

.m60 {
  margin: 60px; }

.mt60 {
  margin-top: 60px; }

.mr60 {
  margin-right: 60px; }

.mb60 {
  margin-bottom: 60px; }

.ml60 {
  margin-left: 60px; }

.p60 {
  padding: 60px; }

.pt60 {
  padding-top: 60px; }

.pr60 {
  padding-right: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pl60 {
  padding-left: 60px; }

.m65 {
  margin: 65px; }

.mt65 {
  margin-top: 65px; }

.mr65 {
  margin-right: 65px; }

.mb65 {
  margin-bottom: 65px; }

.ml65 {
  margin-left: 65px; }

.p65 {
  padding: 65px; }

.pt65 {
  padding-top: 65px; }

.pr65 {
  padding-right: 65px; }

.pb65 {
  padding-bottom: 65px; }

.pl65 {
  padding-left: 65px; }

.m70 {
  margin: 70px; }

.mt70 {
  margin-top: 70px; }

.mr70 {
  margin-right: 70px; }

.mb70 {
  margin-bottom: 70px; }

.ml70 {
  margin-left: 70px; }

.p70 {
  padding: 70px; }

.pt70 {
  padding-top: 70px; }

.pr70 {
  padding-right: 70px; }

.pb70 {
  padding-bottom: 70px; }

.pl70 {
  padding-left: 70px; }

.m75 {
  margin: 75px; }

.mt75 {
  margin-top: 75px; }

.mr75 {
  margin-right: 75px; }

.mb75 {
  margin-bottom: 75px; }

.ml75 {
  margin-left: 75px; }

.p75 {
  padding: 75px; }

.pt75 {
  padding-top: 75px; }

.pr75 {
  padding-right: 75px; }

.pb75 {
  padding-bottom: 75px; }

.pl75 {
  padding-left: 75px; }

.m80 {
  margin: 80px; }

.mt80 {
  margin-top: 80px; }

.mr80 {
  margin-right: 80px; }

.mb80 {
  margin-bottom: 80px; }

.ml80 {
  margin-left: 80px; }

.p80 {
  padding: 80px; }

.pt80 {
  padding-top: 80px; }

.pr80 {
  padding-right: 80px; }

.pb80 {
  padding-bottom: 80px; }

.pl80 {
  padding-left: 80px; }

.m85 {
  margin: 85px; }

.mt85 {
  margin-top: 85px; }

.mr85 {
  margin-right: 85px; }

.mb85 {
  margin-bottom: 85px; }

.ml85 {
  margin-left: 85px; }

.p85 {
  padding: 85px; }

.pt85 {
  padding-top: 85px; }

.pr85 {
  padding-right: 85px; }

.pb85 {
  padding-bottom: 85px; }

.pl85 {
  padding-left: 85px; }

.m90 {
  margin: 90px; }

.mt90 {
  margin-top: 90px; }

.mr90 {
  margin-right: 90px; }

.mb90 {
  margin-bottom: 90px; }

.ml90 {
  margin-left: 90px; }

.p90 {
  padding: 90px; }

.pt90 {
  padding-top: 90px; }

.pr90 {
  padding-right: 90px; }

.pb90 {
  padding-bottom: 90px; }

.pl90 {
  padding-left: 90px; }

.m95 {
  margin: 95px; }

.mt95 {
  margin-top: 95px; }

.mr95 {
  margin-right: 95px; }

.mb95 {
  margin-bottom: 95px; }

.ml95 {
  margin-left: 95px; }

.p95 {
  padding: 95px; }

.pt95 {
  padding-top: 95px; }

.pr95 {
  padding-right: 95px; }

.pb95 {
  padding-bottom: 95px; }

.pl95 {
  padding-left: 95px; }

.m100 {
  margin: 100px; }

.mt100 {
  margin-top: 100px; }

.mr100 {
  margin-right: 100px; }

.mb100 {
  margin-bottom: 100px; }

.ml100 {
  margin-left: 100px; }

.p100 {
  padding: 100px; }

.pt100 {
  padding-top: 100px; }

.pr100 {
  padding-right: 100px; }

.pb100 {
  padding-bottom: 100px; }

.pl100 {
  padding-left: 100px; }

.m105 {
  margin: 105px; }

.mt105 {
  margin-top: 105px; }

.mr105 {
  margin-right: 105px; }

.mb105 {
  margin-bottom: 105px; }

.ml105 {
  margin-left: 105px; }

.p105 {
  padding: 105px; }

.pt105 {
  padding-top: 105px; }

.pr105 {
  padding-right: 105px; }

.pb105 {
  padding-bottom: 105px; }

.pl105 {
  padding-left: 105px; }

.m110 {
  margin: 110px; }

.mt110 {
  margin-top: 110px; }

.mr110 {
  margin-right: 110px; }

.mb110 {
  margin-bottom: 110px; }

.ml110 {
  margin-left: 110px; }

.p110 {
  padding: 110px; }

.pt110 {
  padding-top: 110px; }

.pr110 {
  padding-right: 110px; }

.pb110 {
  padding-bottom: 110px; }

.pl110 {
  padding-left: 110px; }

.m115 {
  margin: 115px; }

.mt115 {
  margin-top: 115px; }

.mr115 {
  margin-right: 115px; }

.mb115 {
  margin-bottom: 115px; }

.ml115 {
  margin-left: 115px; }

.p115 {
  padding: 115px; }

.pt115 {
  padding-top: 115px; }

.pr115 {
  padding-right: 115px; }

.pb115 {
  padding-bottom: 115px; }

.pl115 {
  padding-left: 115px; }

.m120 {
  margin: 120px; }

.mt120 {
  margin-top: 120px; }

.mr120 {
  margin-right: 120px; }

.mb120 {
  margin-bottom: 120px; }

.ml120 {
  margin-left: 120px; }

.p120 {
  padding: 120px; }

.pt120 {
  padding-top: 120px; }

.pr120 {
  padding-right: 120px; }

.pb120 {
  padding-bottom: 120px; }

.pl120 {
  padding-left: 120px; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-none {
  display: none; }

.d-table {
  display: table; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.clear--l {
  clear: left; }

.clear--r {
  clear: right; }

.clear--b {
  clear: both; }

.clear--none {
  clear: none; }

.cleared:after {
  content: "";
  display: table;
  clear: both; }

[class^="icon-"].icon--reset:before,
[class*=" icon-"].icon--reset:before {
  display: block;
  line-height: 50%; }

[class^="icon-"].icon--baseline,
[class*=" icon-"].icon--baseline {
  display: inline-block;
  vertical-align: middle; }

[class^="icon-"].icon--block,
[class*=" icon-"].icon--block {
  display: block; }

.o-hidden {
  overflow: hidden; }

/* Positioning */
.pos--r {
  position: relative; }

.pos--a {
  position: absolute; }

.pos--f {
  position: fixed; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.text--strong {
  font-weight: bold; }

.text--normal {
  font-weight: normal; }

.text--italic {
  font-style: italic; }

.text--upper {
  text-transform: uppercase; }

.text--lower {
  text-transform: lowercase; }

.text--reset {
  text-transform: none;
  text-decoration: none; }

.text--right {
  text-align: right; }

.text--left {
  text-align: left; }

.text--center {
  text-align: center; }

.text--justify {
  text-align: justify; }

.text--underline {
  text-decoration: underline; }

.text--weighted {
  display: block; }

.overflow--hid {
  overflow: hidden; }

.overflow--vis {
  overflow: visible; }

.overflow--auto {
  overflow: auto; }

.overflow--scroll {
  overflow: scroll; }

.reset--margin {
  margin: 0 !important; }

.reset--padding {
  padding: 0 !important; }

.reset--height {
  height: auto; }

.reset--line {
  line-height: 0; }
  .reset--line::before {
    line-height: 0 !important; }

.reset--all {
  line-height: 0;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0; }

.fw {
  width: 100%; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #00c3c3;
  font-style: normal;
  font-size: 70px;
  font-weight: 300;
  font-family: "open-sans", sans-serif; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #00c3c3; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #00c3c3;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #00c3c3;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #00c3c3;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px; }
  .mfp-iframe-holder .mfp-close {
    top: -50px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out; }

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*============================
* Sections
  Code broken up for separate page sections and to save filling up modules
*/
/*============================ Home ============================*/
.collection .btn {
  margin-top: 30%; }

.collection__product--bg {
  position: relative;
  z-index: 0;
  margin-top: 30%;
  margin-bottom: -40%; }

.collection__product--item {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 210px;
  margin-left: -33.33333%;
  background: #fffffe;
  padding: 16px 20px;
  color: #4d4d4d;
  text-align: center;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 15px;
  font-size: 1.2rem;
  line-height: 1.5rem; }
  .collection__product--item img {
    padding-bottom: 10px; }

.collection__collection {
  position: relative;
  color: rgba(0, 195, 195, 0.1); }
  @media screen and (max-width: 1024px) {
    .collection__collection {
      margin-top: 30%; } }
  .collection__collection img {
    margin-bottom: 40px;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .collection__collection img {
        margin-bottom: 20px; } }
  .collection__collection .link {
    float: right;
    color: #75568c; }
    @media screen and (max-width: 640px) {
      .collection__collection .link {
        float: none;
        display: block;
        margin: 0 auto; } }

.collection__featured {
  position: relative;
  z-index: -1;
  margin-top: -40px; }

.why .textblock {
  margin: 30% 0 40%; }
  @media screen and (max-width: 1024px) {
    .why .textblock {
      margin: 0 auto; } }

.why .bordered {
  color: rgba(117, 86, 140, 0.1); }

.why .hotspot {
  position: absolute;
  margin-top: 0;
  left: auto;
  right: 0;
  z-index: 12; }
  @media screen and (max-width: 1024px) {
    .why .hotspot {
      left: -10px;
      right: auto;
      margin-top: 143%; } }
  @media screen and (max-width: 640px) {
    .why .hotspot {
      margin-top: 0;
      right: 10%;
      bottom: 50px;
      left: auto; } }

.why__iphone {
  position: relative; }
  @media screen and (max-width: 640px) {
    .why__iphone {
      margin-top: 30px;
      text-align: center; } }
  .why__iphone--img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
    @media screen and (max-width: 1024px) {
      .why__iphone--img {
        width: 100%;
        max-width: 260px; } }
    @media screen and (max-width: 640px) {
      .why__iphone--img {
        max-width: 200px;
        position: static; } }

.why__video-frame {
  position: absolute;
  top: 65px;
  width: 88%;
  overflow: hidden;
  left: 15px;
  max-width: 270px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .why__video-frame:after {
    content: '';
    display: block;
    position: relative;
    z-index: -1;
    padding-top: 175%; }
  @media screen and (max-width: 1024px) {
    .why__video-frame {
      top: 58px;
      max-width: 230px; } }
  @media screen and (max-width: 640px) {
    .why__video-frame {
      max-width: 180px;
      top: 35px;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .why__video-frame:after {
        padding-top: 180%; } }

.why__video {
  position: absolute;
  width: 240%;
  left: 50%;
  z-index: 10;
  top: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .why__video img {
    max-width: 50%; }
  .why__video--alt {
    z-index: 1;
    position: relative;
    left: 50%;
    display: block;
    width: auto;
    min-width: 640px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.why__background {
  position: absolute;
  margin-top: 70%;
  right: 0;
  width: 100%;
  z-index: -1; }
  .why__background img {
    float: right; }
    @media screen and (max-width: 1024px) {
      .why__background img {
        visibility: hidden; } }
    @media screen and (max-width: 640px) {
      .why__background img {
        visibility: visible; } }
  @media screen and (max-width: 1024px) {
    .why__background {
      margin-top: 150%; } }
  @media screen and (max-width: 640px) {
    .why__background {
      margin-top: 30%; }
      .why__background img {
        width: 100%;
        max-width: 235px; } }

@media screen and (max-width: 1024px) {
  .how {
    margin: 30% auto 0; } }

@media screen and (max-width: 640px) {
  .how {
    margin: 80% auto 0; } }

.how__team {
  position: relative;
  width: 100%;
  margin-bottom: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .how__team {
      margin-top: 80%;
      margin-bottom: 0;
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); } }
  @media screen and (max-width: 640px) {
    .how__team {
      margin-top: 30%; } }
  .how__team .animation {
    position: absolute;
    left: 15%;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
    margin-top: -3px;
    max-width: 280px; }
    @media screen and (max-width: 1024px) {
      .how__team .animation {
        left: 0;
        width: 70%;
        padding-bottom: 70%; } }
  .how__team .text {
    position: absolute;
    bottom: 5%;
    left: 20%;
    color: #fffffe;
    font-family: "open-sans", sans-serif;
    font-style: italic;
    font-size: 110px;
    line-height: 95px;
    font-size: 11rem;
    line-height: 9.5rem; }
    @media screen and (max-width: 1024px) {
      .how__team .text {
        font-size: 60px;
        line-height: 95px;
        font-size: 6rem;
        line-height: 9.5rem; } }

.how .hotspot {
  position: absolute;
  top: 30px;
  right: 30px; }
  .how .hotspot .circle {
    left: 2px; }

.how .triangle {
  width: 200%;
  padding-bottom: 67%;
  background: rgba(117, 86, 140, 0.4);
  -ms-transform: rotate(35deg) translateX(-20%) translateY(95%);
  -webkit-transform: rotate(35deg) translateX(-20%) translateY(95%);
  -moz-transform: rotate(35deg) translateX(-20%) translateY(95%);
  -o-transform: rotate(35deg) translateX(-20%) translateY(95%);
  transform: rotate(35deg) translateX(-20%) translateY(95%); }

.scale {
  position: relative;
  background: rgba(228, 228, 228, 0.3);
  padding: 50px 0 230px;
  overflow: hidden; }
  .scale:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: white;
    height: 100px;
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .scale {
      padding-bottom: 130px; } }
  @media screen and (max-width: 640px) {
    .scale {
      padding-bottom: 50px; } }
  .scale__camera {
    position: absolute;
    top: 0;
    right: -21%;
    z-index: 10;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -ms-transform: rotate(23deg);
    -webkit-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    -o-transform: rotate(23deg);
    transform: rotate(23deg);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in; }
    .scale__camera.inactive {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -ms-transform: translateX(250px) rotate(46deg);
      -webkit-transform: translateX(250px) rotate(46deg);
      -moz-transform: translateX(250px) rotate(46deg);
      -o-transform: translateX(250px) rotate(46deg);
      transform: translateX(250px) rotate(46deg); }
    @media screen and (max-width: 1024px) {
      .scale__camera {
        max-width: 500px; }
        .scale__camera--img {
          width: 100%; } }
    @media screen and (max-width: 640px) {
      .scale__camera {
        position: relative;
        top: 15%;
        right: -60%; } }
    .scale__camera .animation {
      position: absolute;
      top: 45%;
      left: 12.5%;
      width: 100%;
      height: 0;
      padding-bottom: 36.11111%;
      max-width: 360px; }
      @media screen and (max-width: 1024px) {
        .scale__camera .animation {
          max-width: 49%; } }
      @media screen and (max-width: 640px) {
        .scale__camera .animation {
          top: 76.5%; } }
  .scale .hotspot {
    top: 100px; }
    @media screen and (max-width: 640px) {
      .scale .hotspot {
        left: 10%; } }

.results .textblock {
  margin: 40% 0 20%; }
  @media screen and (max-width: 640px) {
    .results .textblock {
      margin: 20% 0 20%; } }

.results__percentage {
  position: relative;
  margin-top: 20%;
  width: 100%;
  max-width: 500px;
  padding-right: 17%; }
  @media screen and (max-width: 1024px) {
    .results__percentage {
      padding-right: 0; } }
  @media screen and (max-width: 1024px) {
    .results__percentage {
      margin-top: 0%; } }

.results .hotspot {
  position: absolute;
  right: 5%;
  bottom: 22%; }

.results .line-reveal {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }
  @media screen and (max-width: 640px) {
    .results .line-reveal {
      top: 10%; } }

.piechart {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .piechart canvas {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 1024px) {
      .piechart canvas {
        -ms-transform: scale(0.75) translateX(-50%);
        -webkit-transform: scale(0.75) translateX(-50%);
        -moz-transform: scale(0.75) translateX(-50%);
        -o-transform: scale(0.75) translateX(-50%);
        transform: scale(0.75) translateX(-50%);
        left: 37%; } }
  .piechart__text {
    width: 100%;
    text-align: center;
    color: #979797;
    font-size: 42px;
    line-height: 70px;
    font-size: 4.2rem;
    line-height: 7rem;
    font-family: "justus", sans-serif; }

.percent {
  display: inline-block;
  color: #979797;
  font-family: "lato", sans-serif;
  font-size: 110px;
  line-height: 400px;
  font-size: 11rem;
  line-height: 40rem;
  font-weight: bold;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .percent {
      font-size: 70px;
      line-height: 400px;
      font-size: 7rem;
      line-height: 40rem;
      position: relative;
      width: 100%; } }
  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em; }
  .percent.no-percent:after {
    content: ''; }

/*============================ Memodel ============================*/
.newway {
  position: relative; }
  @media screen and (max-width: 640px) {
    .newway {
      margin-top: 50px; } }
  .newway__video {
    margin-top: 150px; }
    @media screen and (max-width: 640px) {
      .newway__video {
        margin-top: 50px; } }

.trusted {
  margin-top: 200px; }
  @media screen and (max-width: 1024px) {
    .trusted {
      margin-top: 80px; } }
  .trusted .feature {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .trusted .feature {
        margin-top: 70%; } }
    @media screen and (max-width: 640px) {
      .trusted .feature {
        margin-top: 0; } }
    .trusted .feature__block {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      z-index: -1;
      width: 100%;
      min-height: 370px;
      background: #fffffe;
      -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 640px) {
        .trusted .feature__block {
          min-height: 250px; } }
      .trusted .feature__block--controls {
        position: absolute;
        right: 8%;
        top: 15%;
        z-index: 0; }
        @media screen and (max-width: 640px) {
          .trusted .feature__block--controls {
            max-width: 200px; } }
      .trusted .feature__block--dress {
        position: absolute;
        max-width: 90px;
        z-index: 1;
        top: 5%;
        right: 23%; }
        @media screen and (max-width: 1024px) {
          .trusted .feature__block--dress {
            right: 28%; } }
        @media screen and (max-width: 640px) {
          .trusted .feature__block--dress {
            right: 25%;
            max-width: 60px; } }
    .trusted .feature__model img {
      max-width: 200px; }
    @media screen and (max-width: 640px) {
      .trusted .feature__model img {
        max-width: 90px; } }

.discover {
  position: relative;
  background: rgba(228, 228, 228, 0.3);
  padding: 0 0 95px; }
  @media screen and (max-width: 640px) {
    .discover {
      margin-top: 95px; } }
  @media screen and (max-width: 640px) {
    .discover .split {
      margin-bottom: 50px; } }
  .discover:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    content: "";
    background-image: -moz-linear-gradient(top, #e5e5e5, #f9f9f9);
    background-image: -webkit-linear-gradient(top, #e5e5e5, #f9f9f9);
    background-image: -o-linear-gradient(top, #e5e5e5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #e5e5e5, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f9f9f9');
    /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f9f9f9')";
    /* IE8+ */
    background-image: linear-gradient(top, #e5e5e5, #f9f9f9); }
  .discover__model {
    position: relative;
    z-index: 30;
    text-align: center; }
    .discover__model--image {
      margin-top: 20px;
      max-height: 330px; }
  .discover__poi {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 100%;
    max-width: 130px;
    background: #fffffe;
    border: 1px solid #e4e4e4;
    padding: 0;
    font-size: 6px;
    line-height: 12px;
    font-size: 0.6rem;
    line-height: 1.2rem;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    z-index: -100;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.75); }
    @media screen and (max-width: 640px) {
      .discover__poi {
        left: 50%; } }
    .discover__poi--bottom {
      top: initial;
      top: 60%; }
    .discover__poi p {
      margin-bottom: 0; }
    .discover__poi--img {
      float: left;
      margin: 0 auto;
      padding-left: 5%;
      width: 40%; }
    .discover__poi--text {
      float: right;
      width: 55%;
      padding-right: 10px;
      margin-top: 10px;
      text-align: right;
      color: #000000; }
    .discover__poi--link {
      clear: both;
      display: block;
      width: 100%;
      height: 20px;
      margin-top: 5px;
      text-align: center;
      background: #fffffe;
      color: #000000;
      border-top: 1px solid #e4e4e4;
      font-size: 6px;
      line-height: 20px;
      font-size: 0.6rem;
      line-height: 2rem;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-transition: all 0.1s ease-in;
      -moz-transition: all 0.1s ease-in;
      -ms-transition: all 0.1s ease-in;
      -o-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
      .discover__poi--link span {
        margin-left: 2px;
        color: #E01D31; }
      .discover__poi--link:hover {
        background: #e4e4e4; }
    .discover__poi--content {
      padding: 10px 0 10px; }
      .discover__poi--content:before,
      .discover__poi--content:after {
        content: " ";
        display: table; }
      .discover__poi--content:after {
        clear: both; }
      .discover__poi--content {
        *zoom: 1; }
  .discover__canvas {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
    .discover__canvas--zoom {
      -ms-transform: scale(1.5) translate3d(0, 0, 0);
      -webkit-transform: scale(1.5) translate3d(0, 0, 0);
      -moz-transform: scale(1.5) translate3d(0, 0, 0);
      -o-transform: scale(1.5) translate3d(0, 0, 0);
      transform: scale(1.5) translate3d(0, 0, 0); }
      .discover__canvas--zoom .layer--fade {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
        -moz-transform: translate3d(0, 0, 0);
        -moz-perspective: 1000;
        -moz-backface-visibility: hidden;
        -ms-transform: translate3d(0, 0, 0);
        -ms-perspective: 1000;
        -ms-backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        perspective: 1000;
        backface-visibility: hidden; }
        .discover__canvas--zoom .layer--fade:after {
          content: '';
          height: 100%;
          width: 100%;
          background: rgba(255, 255, 255, 0.2);
          position: absolute; }
      .discover__canvas--zoom .layer--three {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: 0.5; }
      .discover__canvas--zoom .layer--two {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: 0.5; }
      .discover__canvas--zoom .layer--one {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: 0.5; }
        @media screen and (max-width: 1024px) {
          .discover__canvas--zoom .layer--one {
            display: none; } }
      .discover__canvas--zoom .discover__poi {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        z-index: 20; }
      .discover__canvas--zoom .hotspot {
        -ms-transform: scale(0.5) rotate(45deg);
        -webkit-transform: scale(0.5) rotate(45deg);
        -moz-transform: scale(0.5) rotate(45deg);
        -o-transform: scale(0.5) rotate(45deg);
        transform: scale(0.5) rotate(45deg); }
  .discover .layer {
    width: 100%;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .discover .layer--one {
      z-index: 10; }
      @media screen and (max-width: 1024px) {
        .discover .layer--one {
          left: 20% !important; } }
      @media screen and (max-width: 640px) {
        .discover .layer--one {
          visibility: hidden; } }
    @media screen and (max-width: 1024px) {
      .discover .layer--two {
        left: -20% !important; } }
    @media screen and (max-width: 640px) {
      .discover .layer--two {
        display: none !important; } }
    @media screen and (max-width: 640px) {
      .discover .layer--three {
        visibility: hidden; } }
    .discover .layer--top {
      z-index: 20; }
  .discover .hotspot {
    position: absolute;
    z-index: 50;
    bottom: 35%;
    right: 20%;
    margin: 0;
    background: #00c3c3; }
    .discover .hotspot .ring {
      border-color: #00c3c3; }

#svg-filter {
  height: 0; }

/*============================ Technology ============================*/
.recommendation img {
  width: 100%; }

.recommendation .btn {
  max-width: 190px; }
  @media screen and (max-width: 640px) {
    .recommendation .btn {
      margin-bottom: 10px; } }

.vision {
  position: relative;
  margin-bottom: -25%;
  padding-bottom: 47.5%; }
  @media screen and (max-width: 1024px) {
    .vision .textblock {
      margin-top: 200px; } }
  .vision:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/metail/assets/img/swirls.png");
    background-position: top; }

.shoppers {
  position: relative; }
  .shoppers .bordered:before {
    position: absolute;
    top: 35%;
    right: 41%;
    bottom: -15%;
    left: -15%;
    z-index: -1; }
    @media screen and (max-width: 640px) {
      .shoppers .bordered:before {
        right: 0%; } }
  .shoppers .animation img {
    width: 100%;
    max-width: 505px; }
  @media screen and (max-width: 1024px) {
    .shoppers .line-reveal {
      bottom: -30%; } }
  @media screen and (max-width: 640px) {
    .shoppers .line-reveal {
      bottom: -10%; } }

.minds {
  padding: 100px 0; }
  @media screen and (max-width: 1024px) {
    .minds {
      overflow-x: hidden; } }
  .minds .title {
    margin-top: 100px; }

.mind {
  position: relative;
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg); }
  @media screen and (max-width: 640px) {
    .mind__image img {
      width: 100%;
      max-width: 310px; } }
  .mind .hotspot {
    position: absolute;
    top: 20%;
    right: 20%;
    font-size: 25px;
    line-height: 45px;
    font-size: 2.5rem;
    line-height: 4.5rem;
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }
    .mind .hotspot .circle {
      padding-left: 7px; }
    .mind .hotspot:hover {
      -ms-transform: rotate(-6deg);
      -webkit-transform: rotate(-6deg);
      -moz-transform: rotate(-6deg);
      -o-transform: rotate(-6deg);
      transform: rotate(-6deg); }
  .mind:after {
    content: "";
    position: absolute;
    top: 32%;
    right: 0;
    bottom: 0;
    left: -60%;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 335px 0 0 915px;
    border-color: transparent transparent transparent rgba(117, 86, 140, 0.7); }
    @media screen and (max-width: 640px) {
      .mind:after {
        border-width: 195px 0 0 515px;
        top: 27.5%; } }

/*============================ Delivers ============================*/
.integrate__scalable {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  .integrate__scalable img {
    position: absolute;
    top: -35%;
    left: -25%;
    z-index: 2;
    width: 80%; }
    @media screen and (max-width: 1700px) {
      .integrate__scalable img {
        top: -30%; } }
    @media screen and (max-width: 1575px) {
      .integrate__scalable img {
        width: 70%; } }
    @media screen and (max-width: 1024px) {
      .integrate__scalable img {
        top: 0;
        left: 0;
        width: 80%;
        position: relative; } }
  .integrate__scalable .hotspot {
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 10; }

@media screen and (max-width: 1024px) {
  .integrate .line-reveal {
    margin-top: 20%; } }

@media screen and (max-width: 1024px) {
  .integrate .line-reveal {
    margin-top: 30%; } }

.process {
  padding: 150px 0 50px; }
  @media screen and (max-width: 1024px) {
    .process {
      padding: 250px 0 50px; } }
  @media screen and (max-width: 640px) {
    .process {
      padding: 150px 0 50px; } }
  .process__video {
    position: relative;
    max-width: 505px; }
  .process__image {
    position: relative;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 0;
    padding-bottom: 82.6087%;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    @media screen and (max-width: 1024px) {
      .process__image {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .process__image {
        margin-top: 60px; } }
    .process__image--cover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      background: rgba(242, 156, 35, 0.5); }
    .process__image:before {
      border-color: rgba(242, 156, 35, 0.65); }
  .process .play {
    position: absolute;
    top: 38%;
    left: 50%;
    margin-left: -40px; }
    @media screen and (max-width: 640px) {
      .process .play {
        margin-left: -20px; } }

/*============================ Results ============================*/
.uplift {
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    .uplift {
      padding-top: 50px; } }
  .uplift__percentage {
    position: relative;
    margin-top: -30%; }
    @media screen and (max-width: 1024px) {
      .uplift__percentage {
        margin-top: 0%; } }
  .uplift__block {
    position: absolute;
    top: 7%;
    left: 35%; }
    @media screen and (max-width: 1024px) {
      .uplift__block {
        position: relative;
        left: 0; } }
    @media screen and (max-width: 640px) {
      .uplift__block {
        overflow: hidden;
        height: 330px;
        text-align: center; } }
  .uplift__shoe {
    width: 100%;
    max-width: 130px; }
  @media screen and (max-width: 640px) {
    .uplift__bar {
      width: 100%;
      max-width: 235px; } }
  .uplift__number {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-family: "lato", sans-serif;
    font-weight: bold;
    font-size: 110px;
    line-height: 90px;
    font-size: 11rem;
    line-height: 9rem;
    color: #4d4d4d; }
    .uplift__number--percent {
      padding-left: 10px;
      display: inline-block;
      vertical-align: bottom;
      font-size: 50px;
      line-height: 50px;
      font-size: 5rem;
      line-height: 5rem; }
  @media screen and (max-width: 640px) {
    .uplift .textblock {
      margin: 0 auto; } }

.engagement {
  position: relative; }
  @media screen and (max-width: 1024px) {
    .engagement {
      margin-bottom: 30%; } }
  .engagement .textblock {
    margin: 10% 0 20%; }
  .engagement__block {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .engagement__block {
        top: 60%; } }
    @media screen and (max-width: 640px) {
      .engagement__block {
        position: relative; } }
  .engagement__clothes {
    position: absolute;
    top: 10%;
    right: 0%;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 640px) {
      .engagement__clothes {
        display: none; } }
  .engagement__bg {
    position: relative;
    right: 10%;
    z-index: -1; }
    @media screen and (max-width: 640px) {
      .engagement__bg {
        right: initial;
        width: 100%; } }

/* ooh */
.love_it {
  padding: 0 0 100px; }
  @media screen and (max-width: 1024px) {
    .love_it {
      padding-top: 100px; } }
  @media screen and (max-width: 1024px) {
    .love_it {
      padding-top: 0; } }
  .love_it .textblock {
    margin-top: 30%; }
    @media screen and (max-width: 1024px) {
      .love_it .textblock {
        margin: 0 auto; } }
    @media screen and (max-width: 1024px) {
      .love_it .textblock .split {
        font-size: 58px;
        line-height: 70px;
        font-size: 5.8rem;
        line-height: 7rem; } }
    @media screen and (max-width: 640px) {
      .love_it .textblock .split {
        font-size: 48px;
        line-height: 50px;
        font-size: 4.8rem;
        line-height: 5rem; } }
  .love_it__feedback {
    font-size: 25px;
    line-height: 30px;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #979797; }
    @media screen and (max-width: 640px) {
      .love_it__feedback {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
        font-size: 2rem;
        line-height: 5rem; } }
  .love_it img {
    width: 100%; }

.who__map {
  margin: 0 auto;
  width: 100%;
  max-width: 950px; }

.who .popover-inner {
  color: #4d4d4d; }

.who .split span {
  font-family: "justus", sans-serif; }

@media screen and (max-width: 640px) {
  .who {
    margin: 40px auto; }
    .who p {
      text-align: center; }
    .who .split {
      font-size: 22px;
      line-height: 48px;
      font-size: 2.2rem;
      line-height: 4.8rem; }
    .who img {
      margin: 30px auto; } }

.awards {
  padding: 0 0 100px;
  background: rgba(228, 228, 228, 0.3); }
  .awards .split span {
    font-family: "justus", sans-serif; }
  .awards__cabinet {
    text-align: center;
    font-size: 0; }
    @media screen and (max-width: 640px) {
      .awards__cabinet {
        padding: 50px 0 0; } }
    .awards__cabinet img {
      max-width: 190px; }
      @media screen and (max-width: 640px) {
        .awards__cabinet img {
          display: inline-block;
          vertical-align: top;
          width: 50%; } }
  .awards__names {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem; }
    .awards__names p {
      display: inline-block;
      vertical-align: top;
      width: 25%; }
  .awards__logos {
    padding: 40px 0; }
    .awards__logos img {
      width: 100%; }

.partners {
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 640px) {
    .partners {
      padding: 0 0 100px; } }
  .partners__title {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 0px;
    font-family: "justus", sans-serif;
    font-size: 68px;
    line-height: 70px;
    font-size: 6.8rem;
    line-height: 7rem;
    font-weight: 300;
    color: inherit; }
    @media screen and (max-width: 1024px) {
      .partners__title {
        margin-top: 50px; } }
    @media screen and (max-width: 640px) {
      .partners__title {
        top: -30px;
        margin-top: 20px;
        font-size: 58px;
        line-height: 60px;
        font-size: 5.8rem;
        line-height: 6rem;
        font-family: "lato", sans-serif; } }
  .partners__block {
    position: relative;
    padding-bottom: 120%; }
    @media screen and (max-width: 640px) {
      .partners__block {
        margin-top: 70px; } }
    .partners__block .blurb {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
    .partners__block .hotspot {
      position: absolute;
      bottom: 30px;
      right: 20px;
      z-index: 10; }
  .partners__blank {
    position: absolute;
    bottom: 20%;
    display: block;
    width: 300px;
    height: 400px;
    background: rgba(228, 228, 228, 0.3); }
  .partners__square {
    position: absolute;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
    .partners__square--square {
      bottom: 10%;
      right: 10%;
      z-index: 1; }
      @media screen and (max-width: 640px) {
        .partners__square--square {
          max-width: 210px; } }
    .partners__square--above {
      bottom: 55%;
      left: 50%;
      z-index: 0; }
      @media screen and (max-width: 1024px) {
        .partners__square--above {
          bottom: 50%; } }
      @media screen and (max-width: 640px) {
        .partners__square--above {
          bottom: 55%;
          left: 40%;
          max-width: 230px; } }
    .partners__square--left {
      background: #fffffe;
      padding: 10px;
      bottom: 40%;
      right: 50%;
      z-index: 2;
      padding: 20px; }
      @media screen and (max-width: 640px) {
        .partners__square--left {
          max-width: 130px;
          right: 55%; } }
  @media screen and (max-width: 640px) {
    .partners .line-reveal {
      display: none; } }

.creative {
  position: relative;
  background: rgba(228, 228, 228, 0.3);
  padding: 0 0 95px; }
  .creative__block {
    padding: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .creative__block:hover {
      background: rgba(228, 228, 228, 0.9); }
  .creative__img {
    width: 100%; }
  .creative__title {
    width: 100%;
    text-align: center;
    font-family: "justus", sans-serif;
    font-size: 16px;
    line-height: 60px;
    font-size: 1.6rem;
    line-height: 6rem;
    margin-top: 0; }
  .creative .split {
    width: 100%;
    text-align: center;
    font-family: "lato", sans-serif; }
    .creative .split span {
      font-family: "justus", sans-serif;
      font-size: 26px;
      line-height: 60px;
      font-size: 2.6rem;
      line-height: 6rem; }
      @media screen and (max-width: 640px) {
        .creative .split span {
          font-size: 26px;
          line-height: 40px;
          font-size: 2.6rem;
          line-height: 4rem;
          margin-bottom: 40px; } }

/*============================ Misc ============================*/
.values {
  position: relative;
  z-index: 20;
  margin-top: -15%;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem; }
  @media screen and (max-width: 640px) {
    .values {
      margin-top: 0; } }
  .values__top {
    margin-bottom: 100px; }
    @media screen and (max-width: 640px) {
      .values__top {
        margin-bottom: 20px; } }
  .values__title {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 24px;
    font-size: 4.2rem;
    line-height: 2.4rem;
    font-family: "justus", sans-serif; }
  .values__subtitle {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 24px;
    font-size: 2.6rem;
    line-height: 2.4rem;
    font-family: "justus", sans-serif; }

.story {
  position: relative;
  margin: 100px auto;
  padding: 70px 0;
  background: rgba(228, 228, 228, 0.3);
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem; }
  @media screen and (max-width: 1024px) {
    .story {
      padding: 70px 0 35px; } }
  .story__title {
    font-size: 42px;
    line-height: 46px;
    font-size: 4.2rem;
    line-height: 4.6rem;
    font-family: "open-sans", sans-serif; }
  .story__img {
    position: absolute;
    right: 0;
    top: 0;
    display: table; }
    @media screen and (max-width: 1024px) {
      .story__img {
        position: relative;
        top: 40px; }
        .story__img img {
          width: 100%; } }
    .story__img figure, .story__img figcaption {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 1024px) {
        .story__img figure, .story__img figcaption {
          width: 25%;
          text-align: center; } }
  .story .btn {
    margin: 30px auto 0;
    max-width: 300px; }

.press {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
  margin-top: -10%; }
  .press__heading {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px; }
    .press__heading span {
      display: inline-block;
      width: 100%;
      font-weight: 400;
      font-size: 14px;
      line-height: 17.5px;
      font-size: 1.4rem;
      line-height: 1.75rem; }
  .press__content {
    padding-bottom: 10px; }
  .press__button {
    margin-bottom: 20px; }

.press {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
  margin-top: -10%; }
  .press__heading {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px; }
    .press__heading span {
      display: inline-block;
      width: 100%;
      font-weight: 400;
      font-size: 14px;
      line-height: 17.5px;
      font-size: 1.4rem;
      line-height: 1.75rem; }
  .press__content {
    padding-bottom: 10px; }
  .press__button {
    margin-bottom: 20px; }

.brand {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
  margin-top: -10%; }
  .brand__heading {
    font-size: 42px;
    line-height: 52.5px;
    font-size: 4.2rem;
    line-height: 5.25rem;
    margin: 0 0 40px 0; }
  .brand p {
    margin-bottom: 30px; }
  .brand .columns:nth-child(2) {
    padding-top: 90px; }
  .brand__full {
    padding: 45px 0;
    text-align: center; }
    .brand__full .brand__heading {
      margin-bottom: 20px; }
  .brand__region {
    padding: 45px 0 90px;
    text-align: center; }
    .brand__region .brand__heading {
      margin-bottom: 10px; }
  .brand__colours {
    padding: 45px 0;
    text-align: center; }
    .brand__colours .brand__title {
      font-size: 24px;
      line-height: 30px;
      font-size: 2.4rem;
      line-height: 3rem;
      margin-bottom: 10px; }

.find_us .title {
  font-size: 42px;
  line-height: 42px;
  font-size: 4.2rem;
  line-height: 4.2rem; }

.find_us__address .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem; }

.find_us__enquiries a {
  color: #00c3c3; }

.find_us__content {
  padding: 100px 0; }

.find_us__form {
  border: 1px solid #e4e4e4;
  padding: 20px; }

.find_us__map {
  position: relative; }

.find_us__cover {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  background: rgba(0, 195, 195, 0.5);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .find_us__cover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; } }
  .find_us__cover:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .find_us__cover .title {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fffffe;
    font-size: 68px;
    line-height: 68px;
    font-size: 6.8rem;
    line-height: 6.8rem; }
    .find_us__cover .title span {
      display: block;
      width: 100%;
      font-size: 26px;
      line-height: 40px;
      font-size: 2.6rem;
      line-height: 4rem;
      font-family: "justus", sans-serif; }

.team {
  padding: 100px 0; }
  .team__leader {
    position: relative;
    z-index: 10;
    margin-top: -15%; }
    .team__leader .team__member {
      max-height: initial; }
  .team__invert {
    background: rgba(228, 228, 228, 0.3); }
  .team__title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 46px;
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin: 10px auto;
    color: #4d4d4d; }
  .team__subtitle {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "lato", sans-serif;
    color: #4d4d4d; }
  .team__img {
    width: 100%; }
  .team__member {
    position: relative;
    margin-bottom: 20px; }
    .team__member:before,
    .team__member:after {
      content: " ";
      display: table; }
    .team__member:after {
      clear: both; }
    .team__member {
      *zoom: 1; }
    @media screen and (max-width: 1024px) {
      .team__member {
        max-height: 146px; } }
    @media screen and (max-width: 640px) {
      .team__member {
        max-height: 170px; } }
    .team__member .btn {
      position: absolute;
      bottom: 6px; }
    .team__member figure {
      position: relative;
      float: left;
      overflow: hidden;
      width: 100%;
      height: auto;
      background: #4d4d4d;
      text-align: center; }
      .team__member figure img {
        position: relative;
        display: block;
        max-width: 100%;
        opacity: 0.8; }
      .team__member figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        color: #fffffe;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .team__member figure figcaption:before, .team__member figure figcaption:after {
          pointer-events: none; }
        .team__member figure figcaption > a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1000;
          text-indent: 200%;
          white-space: nowrap;
          font-size: 0;
          opacity: 0; }
      .team__member figure.effect {
        background: #00c3c3; }
        .team__member figure.effect img {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          -ms-transform: scale3d(1.05, 1.05, 1);
          -webkit-transform: scale3d(1.05, 1.05, 1);
          -moz-transform: scale3d(1.05, 1.05, 1);
          -o-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1); }
        .team__member figure.effect figcaption:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: white;
          background: rgba(255, 255, 255, 0.5);
          content: '';
          -webkit-transition: transform 0.6s;
          -moz-transition: transform 0.6s;
          -ms-transition: transform 0.6s;
          -o-transition: transform 0.6s;
          transition: transform 0.6s;
          -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
        .team__member figure.effect .info {
          position: absolute;
          right: 0;
          bottom: 0;
          margin: 10px;
          padding-right: 10px;
          border-right: 4px solid #fff;
          text-align: right;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          opacity: 0;
          -webkit-transition: opacity 0.35s;
          -moz-transition: opacity 0.35s;
          -ms-transition: opacity 0.35s;
          -o-transition: opacity 0.35s;
          transition: opacity 0.35s; }
        .team__member figure.effect:hover img {
          filter: alpha(opacity=10);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
          opacity: 0.1;
          -ms-transform: scale3d(1, 1, 1);
          -webkit-transform: scale3d(1, 1, 1);
          -moz-transform: scale3d(1, 1, 1);
          -o-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
        .team__member figure.effect:hover figcaption:before {
          -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
          -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
          -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
          -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
        .team__member figure.effect:hover .info {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          -webkit-transition: delay 0.1s;
          -moz-transition: delay 0.1s;
          -ms-transition: delay 0.1s;
          -o-transition: delay 0.1s;
          transition: delay 0.1s;
          -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }
  .team__name {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    color: #fffffe; }
  .team__position {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: right;
    margin: 0;
    color: #fffffe; }
  .team__details, .team .hotspot {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0; }
  .team .hotspot {
    margin-right: 5px; }
    @media screen and (max-width: 1024px) {
      .team .hotspot {
        position: absolute;
        top: 0px;
        right: 0; } }
    @media screen and (max-width: 1024px) {
      .team .hotspot {
        position: initial;
        top: initial;
        right: initial; } }

.team__leader .team__name {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  color: #4d4d4d; }

.team__leader .team__position {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 0;
  color: #4d4d4d; }

.teamblock {
  background: #fffffe;
  overflow: hidden;
  padding-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .teamblock {
      padding-bottom: 50px; } }
  @media screen and (max-width: 1024px) {
    .teamblock:after {
      content: "";
      position: absolute;
      z-index: 20;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 75%;
      background: #00c3c3; } }
  .teamblock .hotspot {
    margin: 0 auto 5%; }
  .teamblock .banner {
    width: 100%;
    height: 0;
    padding-bottom: 49.21875%; }
    @media screen and (max-width: 1024px) {
      .teamblock .banner {
        padding-bottom: 60%; } }
    .teamblock .banner .team__details {
      position: relative;
      margin-top: 5%;
      z-index: 90;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .teamblock .banner .team__details {
          margin-top: 50%; } }
    .teamblock .banner .team__name, .teamblock .banner .team__position {
      color: #4d4d4d;
      text-align: center; }
    .teamblock .banner .team__name {
      font-size: 42px;
      line-height: 46px;
      font-size: 4.2rem;
      line-height: 4.6rem;
      font-family: "justus", sans-serif; }
    .teamblock .banner .team__position {
      font-size: 16px;
      line-height: 24px;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-family: "lato", sans-serif; }
  .teamblock .banner__white {
    background: #00c3c3;
    z-index: 10;
    padding-bottom: 70%;
    top: 68%; }
  .teamblock .banner__right {
    z-index: 5;
    padding-bottom: 70%;
    top: 28%; }
    .teamblock .banner__right--image {
      top: -10%;
      z-index: 3;
      width: 100%;
      height: 0;
      padding-bottom: 50%;
      max-width: 600px;
      background-size: contain; }
  .teamblock__content {
    position: relative;
    z-index: 30;
    color: #fffffe;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: -20%; }
    @media screen and (max-width: 640px) {
      .teamblock__content {
        margin-top: 10%; } }
    .teamblock__content--pull {
      margin-top: -50%; }
      @media screen and (max-width: 640px) {
        .teamblock__content--pull {
          margin-top: 50%; } }

.careers {
  padding: 100px 0; }
  .careers__top {
    position: relative;
    z-index: 10;
    margin-top: -10%; }
  .careers .split {
    font-size: 42px;
    line-height: 46px;
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-top: 50px; }
    .careers .split span {
      margin: 20px 0;
      font-family: "justus", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-size: 1.6rem;
      line-height: 2.4rem; }
  .careers__title, .careers__content {
    color: #4d4d4d; }
  .careers__title {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px; }
  .careers .job {
    margin-bottom: 50px;
    min-height: 200px; }
    @media screen and (max-width: 640px) {
      .careers .job {
        margin: 50px auto;
        text-align: center; } }
    .careers .job .link {
      color: #00c3c3; }
  .careers__invert {
    background: rgba(228, 228, 228, 0.3); }

.case_study {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem; }
  .case_study .block {
    margin: 50px auto; }
  .case_study__title {
    font-size: 64px;
    line-height: 70px;
    font-size: 6.4rem;
    line-height: 7rem;
    margin-top: 0; }
  .case_study__img {
    width: 100%;
    margin-top: 20px; }
  .case_study__block .title {
    font-family: "justus", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-size: 2.2rem;
    line-height: 3rem; }
  .case_study .testimonial {
    background: rgba(228, 228, 228, 0.3);
    padding: 100px 0 80px; }
  .case_study__list {
    list-style-type: none;
    padding-left: 0; }
    .case_study__list .list__title {
      margin-bottom: 20px;
      font-family: "justus", sans-serif;
      font-size: 22px;
      line-height: 30px;
      font-size: 2.2rem;
      line-height: 3rem;
      list-style: none; }
    .case_study__list .list__item {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 24px;
      font-size: 1.6rem;
      line-height: 2.4rem; }
      .case_study__list .list__item:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 10px;
        height: 10px;
        background-color: #00c3c3;
        border-radius: 50%;
        margin-bottom: 2px; }

.legal {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
  margin-top: -10%; }
  .legal__heading {
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: bold; }
  .legal .columns:nth-child(2) {
    padding-top: 90px; }

/*============================
* DEBUG
  highlights general validation issues - improper/invalid markup.
  This can be enabled/disabled in "base/variables.scss"
*/

/*# sourceMappingURL=maps/main.css.map */