.w1of2,
.w2of4,
.w5of10,
.w6of12,
.mp-w5of10 {
    width: 50%;
}

.w2of2,
.w3of3,
.w4of4,
.w5of5,
.w10of10,
.w12of12,
.mp-w3of3,
.mp-w10of10 {
    width: 100%;
}

.w1of3,
.w4of12,
.mp-w1of3 {
    width: 33.33333%;
}

.w2of3,
.w8of12,
.mp-w2of3 {
    width: 66.66667%;
}

.w1of4,
.w3of12 {
    width: 25%;
}

.w3of4,
.w9of12 {
    width: 75%;
}

.w1of5,
.w2of10,
.mp-w2of10 {
    width: 20%;
}

.w2of5,
.w4of10,
.mp-w4of10 {
    width: 40%;
}

.w3of5,
.w6of10,
.mp-w6of10 {
    width: 60%;
}

.w4of5,
.w8of10,
.mp-w8of10 {
    width: 80%;
}

.w1of10,
.mp-w1of10 {
    width: 10%;
}

.w3of10,
.mp-w3of10 {
    width: 30%;
}

.w7of10,
.mp-w7of10 {
    width: 70%;
}

.w9of10,
.mp-w9of10 {
    width: 90%;
}

.w1of12 {
    width: 8.33333%;
}

.w2of12 {
    width: 16.66667%;
}

.w5of12 {
    width: 41.66667%;
}

.w7of12 {
    width: 58.33333%;
}

.w10of12 {
    width: 83.33333%;
}

.w11of12 {
    width: 91.66667%;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .w1of2 {
        width: 100%;
    }
    .w2of2 {
        width: 100%;
    }
    .w1of3 {
        width: 100%;
    }
    .w2of3 {
        width: 100%;
    }
    .w3of3 {
        width: 100%;
    }
    .w1of4 {
        width: 100%;
    }
    .w2of4 {
        width: 100%;
    }
    .w3of4 {
        width: 100%;
    }
    .w4of4 {
        width: 100%;
    }
    .w1of5 {
        width: 100%;
    }
    .w2of5 {
        width: 100%;
    }
    .w3of5 {
        width: 100%;
    }
    .w4of5 {
        width: 100%;
    }
    .w5of5 {
        width: 100%;
    }
    .w1of10 {
        width: 100%;
    }
    .w2of10 {
        width: 100%;
    }
    .w3of10 {
        width: 100%;
    }
    .w4of10 {
        width: 100%;
    }
    .w5of10 {
        width: 100%;
    }
    .w6of10 {
        width: 100%;
    }
    .w7of10 {
        width: 100%;
    }
    .w8of10 {
        width: 100%;
    }
    .w9of10 {
        width: 100%;
    }
    .w10of10 {
        width: 100%;
    }
    .w1of12 {
        width: 100%;
    }
    .w2of12 {
        width: 100%;
    }
    .w3of12 {
        width: 100%;
    }
    .w4of12 {
        width: 100%;
    }
    .w5of12 {
        width: 100%;
    }
    .w6of12 {
        width: 100%;
    }
    .w7of12 {
        width: 100%;
    }
    .w8of12 {
        width: 100%;
    }
    .w9of12 {
        width: 100%;
    }
    .w10of12 {
        width: 100%;
    }
    .w11of12 {
        width: 100%;
    }
    .w12of12 {
        width: 100%;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    *display: inline;
    zoom: 1;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}


[hidden],
template {
    display: none;
}


a {
    background-color: transparent;
}


a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}


dfn {
    font-style: italic;
}

h1 {
    /* font-size: 2em; */
    margin: 0.67em 0;
}


mark {
    background: #ff0;
    color: #000;
}


small {
    /* font-size: 80%; */
}


sub,
sup {
    /* font-size: 75%; */
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}


code,
kbd,
pre,
samp {
    /* font-size: 1em; */
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


button,
select {
    text-transform: none;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

/*------------------------------------*    $BASE

.hN {
  margin-bottom: 0; }


img {
    -ms-interpolation-mode: bicubic;
}


.img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}


.img[width],
.img[height] {
    max-width: none;
}


.link {
    color: inherit;
    cursor: pointer;
}


.link,
.link:hover {
    text-decoration: none;
}


.link:active,
.link:focus {
    outline: none;
}

.link--underline:after,
.link--underline>.after {
    content: "";
    display: block;
    height: 1px;
}


.form-fields,
.check-list,
.list,
.list__item,
.nav {
    list-style: none;
    margin: 0;
}


.list-inline li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}



input {
    border: none;
}


input[type="text"],
input[type="password"],
input[type="submit"] {
    -webkit-appearance: none !important;
}


.form-fields__item:last-child {
    margin-bottom: 0;
}


.label {
    display: block;
}


.label--inline {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


.check-list__label {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/*------------------------------------*    $OBJECT
\*------------------------------------*/

.list--inline .list__item,
.cell,
.cell--box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.cell--box {
    width: 100%;
}

.wrapper {
    position: relative;
}

.wrapper--wide {
    max-width: 1680px;
}

.wrapper--vacuum,
.wrapper--valign {
    /* font-size: 0; */
}

.wrapper--full,
.wrapper--panel {
    height: 100%;
    width: 100%;
}

.wrapper--abs,
.wrapper--panel {
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper--valign:after,
.wrapper--valign>.after {
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.wrapper--o {
    overflow: hidden;
}

.wrapper--square:after,
.wrapper--square>.after {
    content: "";
    display: block;
    padding-top: 100%;
}

.wrapper--rectangle:after,
.wrapper--rectangle>.after {
    content: "";
    display: block;
    padding-top: 50%;
}

.media__img {
    width: 100%;
}

.nav--stacked .nav__item {
    display: block;
}

.nav--fit {
    display: table;
    width: 100%;
}

.nav--fit .nav__item {
    display: table-cell;
}

/*------------------------------------*    $COMPONENST
\*------------------------------------*/

html {
    overflow-y: scroll;
}

html,
body {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

html.ie8,
body.ie8 {
    height: 100%;
}

.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ie8 .main {
    height: 100%;
}

.wrapper--header {
    position: absolute;
    z-index: 11;
    top: -143px;
    margin-top: 200px;
    -webkit-transition: -webkit-transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.wrapper--header.is-fixed {
    position: fixed;
    margin-top: 0;
    -webkit-transform: translateY(71px) translateZ(0);
    -ms-transform: translateY(71px) translateZ(0);
    transform: translateY(71px) translateZ(0);
}

.wrapper--header.is-extend {
    position: relative;
    padding-top: 5%;
    /* max-width: 1600px; */
    top: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
}

.main-header {
    position: relative;
    width: 100%;
    /* max-width: 1600px; */
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.is-ready .main-header {
    -webkit-transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
}

.main-header.is-out {
    -webkit-transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    visibility: hidden;
}

.content {
    position: relative;
    display: inline-block;
    /* max-width: 1600px; */
    background: #f5f5f5;
    width: 100%;
}

.content.is-out {
    -webkit-transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}

.ie8 .content {
    height: 100%;
}

.scroll-container {
    position: absolute;
}

.main-footer {
    padding-top: 110px;
    background: #f5f5f5;
    /* max-width: 1600px; */
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .main {
        position: relative;
        height: auto;
    }
    #fake-scroll {
        display: none;
    }
  
}
@media screen and (max-width: 767px) {
  .wrapper--panel .media--crop {
    left: -13% !important;
  }
  
}
@media screen and (max-width: 720px) {
    .content {
        -webkit-transition: 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .content.is-padded {
        padding-top: 10%;
    }
    .is-nav-opened .content {
        -webkit-transform: translateX(-50%) translateZ(0);
        -ms-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0);
    }
    .wrapper--header {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        overflow: hidden;
        margin-top: 0;
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateX(100%) translateZ(0);
        -ms-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0);
    }
    .wrapper--header.is-extend {
        position: fixed;
    }
    .wrapper--header:before {
        position: absolute;
        content: '';
        width: 20%;
        height: 100%;
        top: 0;
        left: 0;
        background: #292929;
        z-index: 9;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .is-nav-opened .wrapper--header {
        -webkit-transform: translateX(0) translateZ(0);
        -ms-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
    }
    .is-nav-opened .wrapper--header:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        opacity: 0.8;
    }
    .main-header {
        height: 100%;
        width: 80%;
        margin-left: 20%;
        background: #ffc815;
        overflow: hidden;
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateX(-100%) translateZ(0);
        -ms-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0);
    }
    .main-header:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #292929;
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateX(0) translateZ(0);
        -ms-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
    }
    .is-nav-opened .main-header {
        -webkit-transform: translateX(0) translateZ(0);
        -ms-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
    }
    .is-nav-opened .main-header:after {
        -webkit-transform: translateX(-100%) translateZ(0);
        -ms-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0);
    }
}

.alpha,
.beta,
.gamma,
.delta,
.epsylon,
.zeta,
.eta,
#wysiwyg h1,
#wysiwyg h2,
#wysiwyg h3,
#wysiwyg h4,
#wysiwyg h5,72
#wysiwyg h6 {
    position: relative;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: lighter;
}

.alpha {
    text-transform: uppercase;
    /* font-size: 150px; */
    /* font-size: 9.375rem; */
    letter-spacing: 0.1em;
    margin-bottom: 23px;
    line-height: 0.9;
}

.alpha--center {
    max-width: 720px;
}

.beta {
    text-transform: uppercase;
    /* font-size: 100px; */
    /* font-size: 6.25rem; */
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.gamma {
    text-transform: uppercase;
    /* font-size: 36px; */
    /* font-size: 2.25rem; */
    line-height: 1.3;
    margin-bottom: 9px;
    letter-spacing: 0.1em;
    max-width: 370px;
}

.gamma--wild {
    max-width: none;
}

.delta {
    text-transform: uppercase;
    /* font-size: 30px; */
    /* font-size: 1.875rem; */
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

.delta--bmarged {
    margin-bottom: 30px;
}

.epsylon {
    text-transform: uppercase;
    /* font-size: 48px; */
    /* font-size: 3rem; */
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.zeta {
    text-transform: uppercase;
    /* font-size: 60px; */
    /* font-size: 3.75rem; */
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.zeta--spaced {
    letter-spacing: 0.25em;
}

.zeta--bmarged {
    margin-bottom: 90px;
}

.eta,
#wysiwyg h1,
#wysiwyg h2,
#wysiwyg h3,
#wysiwyg h4,
#wysiwyg h5,
#wysiwyg h6 {
    /* font-size: 16px; */
    /* font-size: 1rem; */
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.3;
    margin-bottom: 12px;
}

.subtitle {
    display: inline-block;
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    line-height: 1.3;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}

.subtitle--small {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    font-weight: normal;
}

.subtitle--bmarged {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .beta--industry {
        /* font-size: 65px; */
        /* font-size: 4.0625rem; */
    }
}

@media only screen and (max-width: 1024px) {
    .alpha {
        /* font-size: 110px; */
        /* font-size: 6.875rem; */
    }
    .alpha--home {
        /* font-size: 120px; */
        /* font-size: 7.5rem; */
    }
    .beta {
        /* font-size: 80px; */
        /* font-size: 5rem; */
    }
    .beta--industry {
        /* font-size: 55px; */
        /* font-size: 3.4375rem; */
    }
}

@media only screen and (max-width: 720px) {
    .alpha {
        /* font-size: 40px; */
        /* font-size: 2.5rem; */
    }
    .beta {
        /* font-size: 50px; */
        /* font-size: 3.125rem; */
    }
    .gamma {
        /* font-size: 25px; */
        /* font-size: 1.5625rem; */
    }
    .zeta {
        /* font-size: 50px; */
        /* font-size: 3.125rem; */
    }
    .epsylon {
        /* font-size: 37px; */
        /* font-size: 2.3125rem; */
    }
  .style-pic {
  display:none !important;}
}

.logo--clear {
    position: absolute;
    display: inline-block;
    -webkit-transition: opacity 0.5s 0s;
    transition: opacity 0.5s 0s;
}

.home .logo--clear {
    opacity: 0;
}

.is-extend .logo--clear {
    display: none;
}

.logo--dark {
    position: relative;
    visibility: hidden;
}

.is-extend .logo--dark {
    visibility: visible;
}

.logo--mobile {
    position: absolute;
    width: 70px;
    top: 5px;
    left: 4%;
}

@media screen and (max-width: 720px) {
    .logo--clear {
        opacity: 1 !important;
    }
}

.link {
    position: relative;
    display: inline-block;
    line-height: 1;
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    letter-spacing: 0.1em;
    cursor: pointer;
    text-transform: uppercase;
}

.link--primary {
    /* font-size: 18px; */
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e0e0e0;
    padding: 25px 17px;
    white-space: nowrap;
}

.home .link--primary {
    -webkit-transform: translateX(50%) translateZ(0);
    -ms-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0);
    opacity: 0;
    -webkit-transition: 0.7s 3.3s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.7s 3.3s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.is-ready .link--primary {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.link--primary:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #ffc815;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.link--primary:hover:after {
    -webkit-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.link--primary:hover.is-active:after {
    -webkit-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
}

.link--primary.last:after {
    display: none;
}

.link--secondary {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* font-size: 13px; */
    /* font-size: 0.8125rem; */
    color: #e0e0e0;
    margin: 0 7px;
    padding: 28px 0px;
}

.home .link--secondary {
    -webkit-transform: translateX(50%) translateZ(0);
    -ms-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0);
    opacity: 0;
    -webkit-transition: 0.7s 3.3s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.7s 3.3s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.is-ready .link--secondary {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.nav--footer__link {
    /* font-size: 18px; */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e0e0e0;
    color: #6f6f6f;
    line-height: 1;
    padding: 0;
    margin: 0 17px 10px 17px;
}

.link--underline {
    text-decoration: underline;
}

.link--center {
    margin-left: -7px;
}

.link--overlay:before {
    position: absolute;
    content: '';
    top: -1px;
    left: 0%;
    width: 100%;
    height: 69px;
    content: attr(title);
    color: #292929;
    line-height: 3.9;
    background-color: #ffc815;
    cursor: pointer;
}

.link--overlay:before {
    opacity: 0;
    -webkit-transition: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(0) scale(0.95) translateZ(0);
    -ms-transform: translateY(0) scale(0.95) translateZ(0);
    transform: translateY(0) scale(0.95) translateZ(0);
}

.link--overlay.is-active:before {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1) translateZ(0);
    -ms-transform: translateY(0) scale(1) translateZ(0);
    transform: translateY(0) scale(1) translateZ(0);
}

.link--bmarged {
    margin-bottom: 17px;
}

@media screen and (max-width: 720px) {
    .link {
        white-space: nowrap;
    }
    .link--primary {
        margin: 20px 0;
        padding: 0 0 0 25%;
        color: #292929;
        /* font-size: 25px; */
        /* font-size: 1.5625rem; */
        white-space: normal;
        -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
        transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: translateX(-50px) translateZ(0);
        -ms-transform: translateX(-50px) translateZ(0);
        transform: translateX(-50px) translateZ(0);
    }
    .is-nav-opened .link--primary {
        -webkit-transform: translateX(0) translateZ(0);
        -ms-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
    }
    .link--secondary {
        margin: 20px 0;
        padding: 0 0 0 25%;
        /* font-size: 20px; */
        /* font-size: 1.25rem; */
        white-space: normal;
    }
    .link--overlay:before {
        top: -20%;
        left: -2px;
        width: 2px;
        height: 140%;
        content: '';
        background-color: #292929;
    }
    .link--overlay:after {
        display: none;
    }
}

.nav {
    position: relative;
}

.main-nav {
    position: relative;
    /* font-size: 0; */
    padding-bottom: 25px;
    overflow: hidden;
}

.home .main-nav {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0s 2.9s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0s 2.9s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.is-ready .main-nav {
    opacity: 1;
}

.main-nav:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: -25px;
    left: -50%;
    background: #292929;
    z-index: -1;
    visibility: hidden;
}

.main-nav:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: -25px;
    right: -50%;
    background: #585858;
    z-index: -1;
    visibility: hidden;
}

.is-extend .main-nav {
    margin-bottom: 30px;
}

.is-fixed .main-nav:before,
.is-fixed .main-nav:after {
    visibility: visible;
}

.nav--breadcrumb {
    padding: 17px 0 0 0;
    padding-right: 20px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.nav--breadcrumb:before {
    position: absolute;
    content: '';
    width: 136%;
    left: 0;
    top: 0;
    height: 1px;
    background: #e4e4e4;
}

.is-extend .nav--breadcrumb {
    visibility: visible;
    opacity: 1;
    display: block;
}

.nav--footer {
    margin-bottom: 20px;
}

.nav--footer.last {
    margin-bottom: 50px;
}

@media screen and (max-width: 720px) {
    .main-nav {
        height: 100%;
        margin: 0;
        padding-bottom: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .nav--breadcrumb {
        display: none !important;
    }
}

/*------------------------------------*    #BUTTONS
\*------------------------------------*/

.btn {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    color: #000;
}

.btn--social {
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 0 1px;
    overflow: hidden;
}

.btn--rect {
    height: 50px;
    padding: 0 20px;
    margin-right: 2%;
    overflow: hidden;
}

.btn--rect:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292929;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.btn--rect:hover:before {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--rect-big {
    height: 60px;
    padding: 0 25px;
}

.btn--rect__label {
    text-decoration: none;
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
}

.btn--rect__panel--left {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.btn--rect:hover .btn--rect__panel--left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
}

.btn--rect__panel--right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.btn--rect:hover .btn--rect__panel--right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.btn--rect__mask--left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.btn--rect:hover .btn--rect__mask--left {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--rect__mask--right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
    -webkit-transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.btn--rect:hover .btn--rect__mask--right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--contact {
    position: absolute;
    right: 0;
    top: 7%;
    padding: 24px 33px 24px 24px;
}

.btn--contact svg {
    display: inline-block;
    width: 22px;
    margin-right: 17px;
    margin-bottom: -3px;
    /* font-size: 16px; */
    /* font-size: 1rem; */
}

.btn--content {
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    padding: 60px 45px 60px 45px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
}

.btn--content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.btn--content:hover:before {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--content-big {
    padding: 60px 94px;
}

.btn--square {
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.btn--square-small {
    width: 44px;
    height: 44px;
    overflow: hidden;
}

.btn--arrow:after,
.btn--more:after {
    width: 65px;
    height: 65px;
    background-color: #ffc815;
    background-image: url(images/ico/ico-arrow-right.svg);
    background-size: 20px;
}

.btn--transparent {
    background: transparent;
}

.btn--arrow-black {
    background: #fff;
}

.btn--arrow-black:after {
    background-color: #292929;
    background-image: url(images/ico/ico-arrow-right.svg);
}

.btn--download:after {
    background-color: #ffc815;
    background-image: url(images/ico/ico-download.svg);
    background-size: 12px;
}

.btn--more {
    overflow: hidden;
}

.btn--more:after {
    width: 44px;
    height: 44px;
}

.btn--more svg {
    position: relative;
    width: 11px;
    z-index: 10;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: rotate(0) translateZ(0);
    -ms-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0);
}

.grid__box.is-active .btn--more svg {
    -webkit-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}

.grid__box.is-active .btn--more .btn--more__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.grid__box.is-active .btn--more .btn--more__overlay:before {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.btn--rectangle {
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    letter-spacing: 1px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    background: #f5f5f5;
    text-align: center;
}

.btn--rectangle__label {
    padding: 26px 32px;
    display: inline-block;
    text-align: center;
}

.btn--rectangle__ico {
    position: relative;
    width: 64px;
    height: 64px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.btn--rectangle__overlay {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.btn--rectangle__overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--rectangle:hover .btn--rectangle__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--rectangle:hover .btn--rectangle__overlay:before {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.btn--rectangle__overlay--dark:before {
    background: #292929;
}

.btn--black:after {
    background-color: #292929;
}

.btn--vaccum:after {
    background-image: none;
}

.btn--bmarged {
    margin-bottom: 90px;
}

.btn--burger {
    height: 100%;
    width: 50px;
    background: #ffc815;
}

.btn--burger .rect {
    display: block;
    width: 23px;
    height: 2px;
    margin: 5px 0;
    background: #292929;
    -webkit-transform: translateX(2px) rotate(0) translateZ(0);
    -ms-transform: translateX(2px) rotate(0) translateZ(0);
    transform: translateX(2px) rotate(0) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn--burger .rect--top {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.btn--burger .rect--bottom {
    -webkit-transform-origin: 2px 4px;
    -ms-transform-origin: 2px 4px;
    transform-origin: 2px 4px;
}

.is-nav-opened .btn--burger .rect--top {
    -webkit-transform: translateX(6px) rotate(45deg) translateZ(0);
    -ms-transform: translateX(6px) rotate(45deg) translateZ(0);
    transform: translateX(6px) rotate(45deg) translateZ(0);
}

.is-nav-opened .btn--burger .rect--middle {
    opacity: 0;
}

.is-nav-opened .btn--burger .rect--bottom {
    -webkit-transform: translateX(6px) rotate(-45deg) translateZ(0);
    -ms-transform: translateX(6px) rotate(-45deg) translateZ(0);
    transform: translateX(6px) rotate(-45deg) translateZ(0);
}

@media screen and (max-width: 720px) {
    .btn--content {
        padding: 60px 25px 60px 25px;
    }
    .btn--contact {
        position: relative;
        top: 0;
        margin-bottom: 40px;
        display: none;
    }
    .btn--square span {
        margin-right: 15px;
        padding-left: 15px;
    }
    .btn--arrow:after,
    .btn--more:after {
        width: 55px;
        height: 55px;
    }
    .btn--download {
        text-align: center;
    }
    .btn--download:after {
        display: block;
        margin-top: 15px;
        left: 50%;
        margin-left: -32.5px;
    }
    .btn--rectangle__label {
        padding: 26px 12px;
    }
}

.paragraph,
.legend,
#wysiwyg p,
#wysiwyg ul li,
#wysiwyg a,
#wysiwygNews blockquote,
.address,
.copyright,
.ref,
.date,
.name,
.title-content,
.desc,
.message {
    position: relative;
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    line-height: 1;
}

.bold {
    font-weight: bold;
}

.paragraph,
.legend,
#wysiwyg p,
#wysiwyg ul li,
#wysiwyg a,
#wysiwygNews blockquote {
    /* font-size: 16px; */
    /* font-size: 1rem; */
    line-height: 1.5;
    margin-bottom: 30px;
}

.paragraph--small,
#wysiwyg p,
#wysiwyg ul li,
#wysiwyg a {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    line-height: 1.8;
}

.paragraph--small-bmarged,
#wysiwyg p,
#wysiwyg ul li {
    margin-bottom: 35px;
}

.paragraph--lead {
    /* font-size: 18px; */
    font-size: 1.125rem;
    max-width: 390px;
}

.paragraph--wild {
    max-width: 520px;
}

.paragraph--wilder {
    max-width: 680px;
    line-height: 1.7;
}

.paragraph--tpadded {
    padding-top: 10px;
}

.paragraph--center {
    margin-left: auto;
    margin-right: auto;
}

.address {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    color: #000;
    line-height: 1.4;
    font-style: normal;
    text-decoration: none;
    margin-bottom: 15px;
}

.address strong {
    margin-right: 5px;
}

.legend {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    padding: 33px 5% 0 40%;
    margin-bottom: 5%;
}

.copyright {
    padding: 14px 0;
}

.ref {
    display: inline-block;
    /* font-size: 13px; */
    /* font-size: 0.8125rem; */
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.date {
    display: block;
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    color: #7a7a7a;
    font-weight: bold;
    margin-bottom: 14px;
}

.date--big {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
}

.name {
    /* font-size: 18px; */
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 0 10px;
}

.title-content {
    display: inline-block;
    /* font-size: 20px; */
    /* font-size: 1.25rem; */
    font-weight: 700;
    max-width: 200px;
    line-height: 1.4;
}

.title-content--bmarged {
    margin-bottom: 50px;
}

.title-content--small-bmarged {
    margin-bottom: 25px;
}

.desc {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    display: inline-block;
}

.desc--bpadded {
    padding-bottom: 20px;
}

@media screen and (max-width: 720px) {
    .desc--big {
        /* font-size: 18px; */
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
}

.message {
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    margin-top: 7px;
    padding-left: 15px;
}

.message--success {
    color: #ffc815;
}

.message--error {
    color: red;
}

.ico {
    position: relative;
    display: inline-block;
}

.ico--search {
    width: 14px;
}

.ico--facebook {
    width: 9px;
}

.ico--twitter {
    width: 13px;
}

.ico--youtube {
    width: 14px;
}

.ico--linkedin {
    width: 14px;
}

.main-nav__ico {
    top: 0;
    width: 14px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.is-searching .main-nav__ico {
    opacity: 0;
    visibility: hidden;
}

.main-nav__ico.last {
    position: absolute;
    top: 26px;
    left: 17px;
    opacity: 0;
    visibility: hidden;
}

.is-searching .main-nav__ico.last {
    opacity: 1;
    visibility: visible;
}

.item__ico {
    display: block;
    margin: 0 auto 20px;
    width: 40px;
}

.ico--dot:before {
    position: relative;
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 50%;
    background: #ffc815;
}

.ico--search-input {
    position: absolute;
    top: 25px;
    right: 30px;
    -webkit-transition: 0.5s 0.1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.5s 0.1s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateX(40px) translateZ(0);
    -ms-transform: translateX(40px) translateZ(0);
    transform: translateX(40px) translateZ(0);
}

.is-searching .ico--search-input {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.ico--arrow {
    width: 22px;
    height: 5px;
}

.ico--download {
    width: 13px;
    height: 15px;
}

.ico--close {
    width: 12px;
    height: 12px;
}

.link__ico {
    position: relative;
    display: inline-block;
}

.link__ico--arrow {
    width: 22px;
    height: 5px;
    margin-right: 17px;
    margin-bottom: 1px;
}

.link__ico--download {
    width: 13px;
    height: 15px;
    margin-right: 27px;
    margin-bottom: -2px;
}

.ico--breadcrumb svg {
    width: 14px;
    height: 13px;
}

.ico--breadcrumb:after {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    content: '/';
    color: #e4e4e4;
}

.ico--breadcrumb.last:after {
    display: none;
}

@media screen and (max-width: 720px) {
    .main-nav__ico {
        width: 24px;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }
    .main-nav__ico.last {
        top: 0px;
        left: 78%;
    }
    .link__ico--arrow {
        margin-right: 7px;
    }
    .link__ico--download {
        margin-right: 17px;
    }
}

.overlay-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 25px);
    height: calc(100% - 25px);
    background: #292929;
    z-index: 999;
    display: none;
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateX(0) scaleX(1) translateZ(0);
    -ms-transform: translateX(0) scaleX(1) translateZ(0);
    transform: translateX(0) scaleX(1) translateZ(0);
    -webkit-transition: 1.2s 3.2s cubic-bezier(0.125, 0.75, 0.415, 1), opacity 2s 3.2s;
    transition: 1.2s 3.2s cubic-bezier(0.125, 0.75, 0.415, 1), opacity 2s 3.2s;
}

.home .overlay-load {
    display: inline-block;
}

.is-ready .overlay-load {
    opacity: 0;
    -webkit-transform: translateX(0) scaleX(0) translateZ(0);
    -ms-transform: translateX(0) scaleX(0) translateZ(0);
    transform: translateX(0) scaleX(0) translateZ(0);
}

.btn--social__overlay {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.btn--social__overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffc815;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--social:hover .btn--social__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--social:hover .btn--social__overlay:before {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.btn--more__overlay {
    -webkit-transform: translateX(-105%) translateZ(0);
    -ms-transform: translateX(-105%) translateZ(0);
    transform: translateX(-105%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10;
}

.btn--more__overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--more:hover .btn--more__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--more:hover .btn--more__overlay:before {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.btn--content__overlay {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10;
}

.btn--content__overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--content:hover .btn--content__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--content:hover .btn--content__overlay:before {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.btn--close__overlay {
    -webkit-transform: translateX(-105%) translateZ(0);
    -ms-transform: translateX(-105%) translateZ(0);
    transform: translateX(-105%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10;
}

.btn--close__overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffc815;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--close:hover .btn--close__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--close:hover .btn--close__overlay:before {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.btn--square__overlay {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.btn--square__overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--square:hover .btn--square__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.btn--square:hover .btn--square__overlay:before {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.btn--square__overlay--dark:before {
    background: #292929;
}

.link__overlay-left {
    -webkit-transform: translateX(-150%) translateZ(0);
    -ms-transform: translateX(-150%) translateZ(0);
    transform: translateX(-150%) translateZ(0);
    -webkit-transition: 0.35s 0s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s 0s cubic-bezier(0.23, 1, 0.32, 1);
}

.link:hover .link__overlay-left,
.btn--content:hover .link__overlay-left {
    -webkit-transition: 0.35s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.link__overlay-right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.link:hover .link__overlay-right,
.btn--content:hover .link__overlay-right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.border {
    border-bottom: 5px solid #ffc815;
}

.border--small {
    border-bottom: 2px solid #ffc815;
}

.border--grey {
    border-bottom: 1px solid #ebebeb;
}

/*------------------------------------*    #BOXES
\*------------------------------------*/

.box {
    position: relative;
    /* font-size: 0px; */
    display: inline-block;
    *display: inline;
    zoom: 1;
    z-index: 1;
    white-space: normal;
}

.box--o {
    overflow: hidden;
}

.box--square:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 100%;
    padding-top: 100%;
}

.box--rect:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 100%;
    padding-top: 70%;
}

.box--rect-small:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 100%;
    padding-top: 40%;
}

.box--video {
    max-height: 720px;
}

.box--video:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 100%;
    padding-top: 100%;
}

.box--video-tall {
    max-height: none;
}

.box--video-tall:before {
    padding-top: 110%;
}

.box--small {
    max-width: 300px;
}

.box--content {
    max-width: 500px;
}

.box--wild {
    min-width: 360px;
}

.box--rectangle {
    min-width: 370px;
    min-height: 220px;
    padding: 13% 8%;
    overflow: hidden;
}

.box--tall {
    height: 123%;
}

.box--bottom {
    position: absolute;
    bottom: 0;
}

.box--article {
    margin: 1.6%;
    min-width: 360px;
    border: 1px solid #ebebeb;
}

.box--article__aside {
    padding: 40px 40px 140px 30px;
}

.box--article-small {
    min-width: 260px;
    min-height: 360px;
    margin: 1%;
}

.box--column {
    width: 28%;
    margin-bottom: 2.5%;
    margin-right: 8%;
}

.box--form {
    margin-bottom: 50px;
}

.box--input {
    padding-right: 2.5%;
    vertical-align: top;
    min-width: 200px;
}

.box--sidebar {
    margin-top: -90px;
    min-width: 285px;
}

.box--bmarged {
    margin-bottom: 50px;
}

.box--lmarged {
    margin-left: 50px;
}

.box--tab {
    height: 90px;
    padding-left: 5%;
    cursor: pointer;
    overflow: hidden;
}

.box--tab:first-child+.box--tab,
.box--tab:first-child+.box--tab+.box--tab+.box--tab {
    border-right: 1px solid #e5e5e5;
}

.box--tab:first-child+.box--tab,
.box--tab:first-child+.box--tab+.box--tab {
    border-bottom: 1px solid #e5e5e5;
}

.box--tab.is-selected {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.box--tab__overlay {
    -webkit-transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(-101%) translateZ(0);
    -ms-transform: translateX(-101%) translateZ(0);
    transform: translateX(-101%) translateZ(0);
}

.box--tab__overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    -webkit-transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scaleX(1) translateX(0) translateZ(0);
    -ms-transform: scaleX(1) translateX(0) translateZ(0);
    transform: scaleX(1) translateX(0) translateZ(0);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.is-selected .box--tab__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.is-selected .box--tab__overlay:before {
    -webkit-transform: scaleX(0.3) translateX(101%) translateZ(0);
    -ms-transform: scaleX(0.3) translateX(101%) translateZ(0);
    transform: scaleX(0.3) translateX(101%) translateZ(0);
}

.box--select {
    display: none;
}

.box--select.is-active {
    display: inline-block;
}

.box--map {
    display: none;
}

.box--map.is-active {
    display: inline-block;
}

/**

	ABSOLUTE POSITIONING
	
	tr : top right;
	tl : top left;
	bl : bottom left;
	br : bottom right

**/

.box--a {
    position: absolute;
    z-index: 0;
}

.box--tr {
    top: 0;
    right: 0;
}

.box--tl {
    top: 0;
    left: 0;
}

.box--br {
    bottom: 0;
    right: 0;
}

.box--bl {
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 720px) {
    .box--rectangle,
    .box--wild,
    .box--article,
    .box--sidebar {
        min-width: 0;
    }
    .box--tab {
        height: 90px;
        padding-left: 5%;
    }
    .box--tab:first-child+.box--tab,
    .box--tab:first-child+.box--tab+.box--tab+.box--tab {
        border-right: 0;
    }
    .box--tab:first-child+.box--tab,
    .box--tab:first-child+.box--tab+.box--tab,
    .box--tab:first-child+.box--tab+.box--tab+.box--tab {
        border-bottom: 1px solid #e5e5e5;
    }
    .box--sidebar {
        margin-top: 90px;
    }
    .box--lmarged {
        margin-left: 0;
    }
    .box--rectangle {
        min-height: 0;
        padding: 32% 5%;
    }
    .box--rect-small:before {
        padding-top: 80%;
    }
}

.bg--black {
    background: #000;
}

.bg--light {
    background: #fff;
}

.bg--base {
    background: #f5f5f5;
}

.bg--dark {
    background: #292929;
}

.bg--yellow {
    background: #ffc815;
}

.bg--grey-dark {
    background: #585858;
}

.bg--grey {
    background: #757575;
}

.bg--transparent {
    background: transparent;
}

.color--yellow {
    color: #ffc815;
}

.color--grey-dark {
    color: #585858;
}

.color--dark,
#wysiwyg h1,
#wysiwyg h2,
#wysiwyg h3,
#wysiwyg h4,
#wysiwyg h5,
#wysiwyg h6,
#wysiwyg p,
#wysiwyg ul li,
#wysiwyg a {
    color: #000;
}

.color--pseudo-dark {
    color: #343434;
}

.color--grey-light {
    color: #8d8d8d;
}

.color--light {
    color: #fff;
}

.color--transparent {
    color: transparent;
}

.wrapper {
    /* font-size: 0; */
}

.wrapper--dribble {
    height: 112%;
}

.wrapper--h3of4 {
    height: 75vh;
    max-height: 800px;
}

.wrapper--fit-header {
    position: absolute;
    width: 100%;
    top: 184px;
    bottom: 0;
}

.wrapper--popin {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(217, 212, 208, 0.9);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.wrapper--popin.is-active {
    visibility: visible;
    opacity: 1;
}

.wrapper--search {
    width: 95%;
    -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateX(-101%) translateZ(0);
    -ms-transform: translateX(-101%) translateZ(0);
    transform: translateX(-101%) translateZ(0);
}

.wrapper--search:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffc815;
    -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.is-searching .wrapper--search {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.is-searching .wrapper--search:after {
    -webkit-transform: translateX(101%) translateZ(0);
    -ms-transform: translateX(101%) translateZ(0);
    transform: translateX(101%) translateZ(0);
}

.wrapper--search .wrapper--search__child {
    -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateX(101%) translateZ(0);
    -ms-transform: translateX(101%) translateZ(0);
    transform: translateX(101%) translateZ(0);
}

.is-searching .wrapper--search .wrapper--search__child {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.wrapper--mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    z-index: 10;
    /* max-width: 1600px; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrapper--load {
    position: fixed;
    left: 50%;
    z-index: 10;
    /* max-width: 1600px; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrapper--load.invisible {
    display: none;
}

.ie8 .wrapper--load,
.ie7 .wrapper--load {
    display: none;
}

/* ANIMATIONS */

.wrapper--scale {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.box--rectangle:hover .wrapper--scale {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}

.wrapper--zoom {
    -webkit-transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
    -webkit-transition: 1s 0s cubic-bezier(0.35, 0.6, 0.4, 0.93);
    transition: 1s 0s cubic-bezier(0.35, 0.6, 0.4, 0.93);
}

.home .wrapper--zoom {
    -webkit-transition: 1s 1.2s cubic-bezier(0.35, 0.6, 0.4, 0.93);
    transition: 1s 1.2s cubic-bezier(0.35, 0.6, 0.4, 0.93);
}

.is-ready .wrapper--zoom {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.wrapper--translate {
    -webkit-transform: translateY(150px) translateZ(0);
    -ms-transform: translateY(150px) translateZ(0);
    transform: translateY(150px) translateZ(0);
    -webkit-transition: 2s 0s cubic-bezier(0.35, 0.6, 0.4, 0.93);
    transition: 2s 0s cubic-bezier(0.35, 0.6, 0.4, 0.93);
}

.is-ready .wrapper--translate {
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

@media only screen and (max-width: 720px) {
    .wrapper--fit-header {
        top: 50px;
    }
    .wrapper--search {
        width: 100%;
        height: 67px;
    }
    .wrapper--translate {
        -webkit-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
}

.grid {
    margin: 70px -1px -1px 0;
}

.grid__box {
    height: 200px;
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    -webkit-transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.grid__box.is-inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.grid__box.is-inactive img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.grid__box.is-active {
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
}

.grid__box.is-active img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.grid__box--padded {
    padding: 0 4%;
}

.grid__popin {
    position: absolute;
    top: 100%;
    width: 200%;
    min-width: 400px;
    height: 200%;
    padding: 15% 25px 100px 25px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1.02) translateZ(0);
    -ms-transform: scale(1.02) translateZ(0);
    transform: scale(1.02) translateZ(0);
}

.grid__box--bottom .grid__popin {
    top: -100%;
}

.grid__box.is-active .grid__popin {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

@media screen and (max-width: 720px) {
    .grid__popin {
        min-width: 0;
        width: 100%;
        left: 0 !important;
        min-height: 200%;
        height: auto;
    }
    .grid__box--left .grid__popin {
        bottom: -200%;
        left: 0;
    }
    .grid__box--right .grid__popin {
        bottom: -200%;
        right: auto;
        left: 0;
    }
    .grid__box--top .grid__popin {
        bottom: -200%;
    }
}

.fade-up {
    -webkit-transition: 0.67s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.67s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 120px) translateZ(0);
    -ms-transform: translate(0, 120px) translateZ(0);
    transform: translate(0, 120px) translateZ(0);
}

.fade-up:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.fade-up:nth-child(2) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.fade-up:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.fade-up:nth-child(4) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.fade-up:nth-child(5) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.fade-up:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.fade-up:nth-child(7) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.fade-up:nth-child(8) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.fade-up:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.fade-up:nth-child(10) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.fade-up:nth-child(11) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.home .fade-up:nth-child(1) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.home .fade-up:nth-child(2) {
    -webkit-transition-delay: 2.55s;
    transition-delay: 2.55s;
}

.home .fade-up:nth-child(3) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

.home .fade-up:nth-child(4) {
    -webkit-transition-delay: 2.65s;
    transition-delay: 2.65s;
}

.home .fade-up:nth-child(5) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
}

.home .fade-up:nth-child(6) {
    -webkit-transition-delay: 2.75s;
    transition-delay: 2.75s;
}

.home .fade-up:nth-child(7) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.home .fade-up:nth-child(8) {
    -webkit-transition-delay: 2.85s;
    transition-delay: 2.85s;
}

.home .fade-up:nth-child(9) {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
}

.home .fade-up:nth-child(10) {
    -webkit-transition-delay: 2.95s;
    transition-delay: 2.95s;
}

.home .fade-up:nth-child(11) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}

.is-ready .fade-up {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(0, 0) translateZ(0);
    -ms-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0) translateZ(0);
}

.fade-in {
    -webkit-transition: 1s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.home .fade-in {
    -webkit-transition: 1s 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s 2.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-ready .fade-in--full {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

@-webkit-keyframes mouseWheel {
    0% {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    30% {
        -webkit-transform: translateY(100%) translateZ(0);
        transform: translateY(100%) translateZ(0);
    }
    60% {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
}

@keyframes mouseWheel {
    0% {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    30% {
        -webkit-transform: translateY(100%) translateZ(0);
        transform: translateY(100%) translateZ(0);
    }
   	60% {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
}

.mask {
    position: absolute;
    background: #292929;
    z-index: 9;
    -webkit-transition: 0.8s 0.2s cubic-bezier(0.125, 0.75, 0.415, 1) !important;
    transition: 0.8s 0.2s cubic-bezier(0.125, 0.75, 0.415, 1) !important;
}

.home .mask {
    -webkit-transition: 0.8s 1.7s cubic-bezier(0.125, 0.75, 0.415, 1) !important;
    transition: 0.8s 1.7s cubic-bezier(0.125, 0.75, 0.415, 1) !important;
}

.is-ready .mask {
    -webkit-transition: 0.85s 0.7s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.85s 0.7s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.is-half .mask {
    -webkit-transition: 0.35s 0s cubic-bezier(0.125, 0.75, 0.415, 1) !important;
    transition: 0.35s 0s cubic-bezier(0.125, 0.75, 0.415, 1) !important;
}

.mask:nth-child(1) {
    top: 0%;
    left: 0;
    height: 50%;
    width: 100%;
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.home .mask:nth-child(1) {
    height: -webkit-calc(50% - 32.5px);
    height: calc(50% - 32.5px);
}

.intro .mask:nth-child(1) {
    -webkit-transform: translateY(-65px) translateZ(0);
    -ms-transform: translateY(-65px) translateZ(0);
    transform: translateY(-65px) translateZ(0);
}

.is-ready .mask:nth-child(1) {
    -webkit-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
}

.mask:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.home .mask:nth-child(2) {
    width: -webkit-calc(50% - 473px);
    width: calc(50% - 473px);
}

.is-ready .mask:nth-child(2) {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.mask:nth-child(3) {
    bottom: 0%;
    right: 0;
    height: 50%;
    width: 100%;
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.home .mask:nth-child(3) {
    height: -webkit-calc(50% - 32.5px);
    height: calc(50% - 32.5px);
}

.intro .mask:nth-child(3) {
    -webkit-transform: translateY(65px) translateZ(0);
    -ms-transform: translateY(65px) translateZ(0);
    transform: translateY(65px) translateZ(0);
}

.is-ready .mask:nth-child(3) {
    -webkit-transform: translateY(100%) translateZ(0);
    -ms-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

.mask:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}

.home .mask:nth-child(4) {
    width: -webkit-calc(50% - 473px);
    width: calc(50% - 473px);
}

.is-ready .mask:nth-child(4) {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
}

.link__panel--left {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.link:hover .link__panel--left,
.btn--content:hover .link__panel--left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
}

.link__panel--right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.link:hover .link__panel--right,
.btn--content:hover .link__panel--right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.link__mask--left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.link:hover .link__mask--left,
.btn--content:hover .link__mask--left {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.link__mask--right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.link:hover .link__mask--right,
.btn--content:hover .link__mask--right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.wrapper--mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    z-index: 10;
    /* max-width: 1600px; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.preview-mask {
    position: absolute;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
}

.preview-mask.is-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
}

@media screen and (max-width: 720px) {
    .home .mask:nth-child(1) {
        height: 50%;
    }
    .home .mask:nth-child(3) {
        height: 50%;
    }
}

.popin {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 55px;
    padding-left: 55px;
    padding-right: 55px;
    text-align: left;
    z-index: 10;
}

.popin--big {
    display: inline-block;
    left: 20%;
    top: 50%;
    width: 60%;
    padding: 8% 8%;
    max-height: 550px;
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1.02) translate(0, -50%) translateZ(0);
    -ms-transform: scale(1.02) translate(0, -50%) translateZ(0);
    transform: scale(1.02) translate(0, -50%) translateZ(0);
}

.popin--big.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translate(0, -50%) translateZ(0);
    -ms-transform: scale(1) translate(0, -50%) translateZ(0);
    transform: scale(1) translate(0, -50%) translateZ(0);
}

@media screen and (max-width: 720px) {
    .popin--big {
        width: 90%;
        left: 5%;
        max-height: 330px;
    }
}

.header {
    position: relative;
    display: inline-block;
}

.header--article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.header--big {
    padding-left: 5%;
    padding-bottom: 30px;
}

.header--mobile {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: #292929;
    z-index: 12;
}

@media screen and (max-width: 720px) {
    .header--big {
        padding-left: 8%;
    }
}

.media,
.thumb {
    position: relative;
}

.cover {
    background-size: cover;
}

.media--full {
    width: 100%;
}

.media--crop {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.ie8 .media--crop {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.media--cover {
    position: absolute;
    top: 0;
    left: 0;
}

.media--bborder {
    border-bottom: 1px solid #ebebeb;
}

.thumb--small {
    margin-bottom: 30px;
}

.media--scale {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn--rect:hover .media--scale {
    -webkit-transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}

.media--transparent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.media--fit-height {
    height: 100%;
    min-width: 100%;
    width: auto;
}

.sprite {
    position: absolute;
}

.sprite--gears {
    width: 220px;
    top: -30px;
    left: 50%;
    margin-left: -110px;
}

.sprite--circle {
    position: absolute;
    width: 400px;
    height: 400px;
    background: url(images/spritesheet.png) no-repeat;
}

@media only screen and (max-width: 720px) {
    .mp-media--full {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 0;
        min-height: 0;
        -webkit-transform: translate(0, 0) translateZ(0);
        -ms-transform: translate(0, 0) translateZ(0);
        transform: translate(0, 0) translateZ(0);
    }
}

.list__main-nav {
    position: relative;
    padding: 0 17px;
}

.list__main-nav.first:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292929;
}

.list-item--lstacked {
    margin-left: -30%;
}

.list-item--rstacked {
    margin-right: -30%;
}

@media only screen and (max-width: 720px) {
    .list-item {
        position: relative;
        margin-top: 25px !important;
        text-align: left;
    }
    .list-item--lstacked {
        margin-left: 0;
    }
    .list-item--rstacked {
        margin-right: 0;
    }
    .list__main-nav {
        text-align: left;
        padding: 0;
        min-height: 70%;
        width: 100%;
        background: #e9b713;
        padding-top: 100px;
        border-left: 2px solid #ffc815;
    }
    .list__main-nav:before {
        display: none;
    }
    .list__main-nav li {
        display: block !important;
    }
    .list__main-nav.last {
        padding-top: 50px;
        min-height: 30%;
        background: #585858;
        border-left: none;
    }
}

.sprite {
    position: absolute;
}

.sprite--gears {
    top: -105%;
    left: 43%;
    width: 32%;
    height: 195%;
}

.sprite--package {
    top: -10%;
    left: 0;
    width: 110%;
    height: 110%;
}

.sprite--valve {
    top: -11%;
    left: 18%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sprite--conveyor-belt {
    top: -225%;
    left: 31%;
    width: 35.8%;
    height: 511%;
    z-index: 0;
}

.sprite--cube {
    top: -20%;
    left: 31%;
    width: 79.8%;
    height: 80%;
    z-index: 0;
}

.line-bottom:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #ffc815;
    z-index: 1;
    -webkit-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.line-bottom:hover:before {
    -webkit-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.s--fade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.s--fade-up {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(150px) translateZ(0);
    -ms-transform: translateY(150px) translateZ(0);
    transform: translateY(150px) translateZ(0);
}

.s--fade-up-big {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(300px) translateZ(0);
    -ms-transform: translateY(300px) translateZ(0);
    transform: translateY(300px) translateZ(0);
}

.s--scale {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}

.e--fade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.e--pseudo-fade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.e--fade-up {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.e--scale {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

@media screen and (max-width: 1024px) {
    .s--fade {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .s--fade-up {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .s--scale {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .s--fade-up-big {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.item {
    position: relative;
    min-height: 100px;
    width: 100%;
    overflow: hidden;
    background: #d1d1c6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item__base {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.item:hover .item__base {
    -webkit-transform: translateX(25%) translateZ(0);
    -ms-transform: translateX(25%) translateZ(0);
    transform: translateX(25%) translateZ(0);
}

.item__overlay {
    background: #292929;
    -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(-101%) translateZ(0);
    -ms-transform: translateX(-101%) translateZ(0);
    transform: translateX(-101%) translateZ(0);
}

.item__overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    -webkit-transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scaleX(1) translateX(0) translateZ(0);
    -ms-transform: scaleX(1) translateX(0) translateZ(0);
    transform: scaleX(1) translateX(0) translateZ(0);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.item:hover .item__overlay {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.item:hover .item__overlay:before {
    -webkit-transform: scaleX(0.3) translateX(101%) translateZ(0);
    -ms-transform: scaleX(0.3) translateX(101%) translateZ(0);
    transform: scaleX(0.3) translateX(101%) translateZ(0);
}

.item__overlay--ico {
    -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(-150%) translateZ(0);
    -ms-transform: translateX(-150%) translateZ(0);
    transform: translateX(-150%) translateZ(0);
}

.item:hover .item__overlay--ico {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.item:hover .item__overlay--ico:before {
    -webkit-transform: scaleX(0.3) translateX(101%) translateZ(0);
    -ms-transform: scaleX(0.3) translateX(101%) translateZ(0);
    transform: scaleX(0.3) translateX(101%) translateZ(0);
}

.item__overlay--title {
    -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(-101%) translateZ(0);
    -ms-transform: translateX(-101%) translateZ(0);
    transform: translateX(-101%) translateZ(0);
}

.item:hover .item__overlay--title {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.item:hover .item__overlay--title:before {
    -webkit-transform: scaleX(0.3) translateX(101%) translateZ(0);
    -ms-transform: scaleX(0.3) translateX(101%) translateZ(0);
    transform: scaleX(0.3) translateX(101%) translateZ(0);
}

@media only screen and (max-width: 1024px) {
    .item {
        min-height: 90px;
    }
}

@media only screen and (max-width: 720px) {
    .item {
        display: inline-block;
        width: 49%;
        min-height: 110px;
    }
}

.overlap-top {
    margin-top: -5%;
}

.overlap-bottom {
    margin-top: 10%;
}

.overlap-right {
    position: absolute;
    right: -110px;
    top: 25%;
}

.overlap-left {
    position: absolute;
    left: -100px;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .overlap-right {
        right: -60px;
    }
    .overlap-left {
        left: -50px;
    }
}

@media only screen and (max-width: 720px) {
    .overlap-top,
    .overlap-bottom,
    .overlap-right,
    .overlap-left {
        margin: 0;
    }
    .overlap-right {
        position: absolute;
        right: auto;
        left: 10%;
    }
    .overlap-left {
        position: absolute;
        left: 10%;
        bottom: 0;
    }
}

.offset--tiny-t {
    margin-top: 2.5%;
}

.offset--tiny-r {
    margin-right: 2.5%;
}

.offset--tiny-b {
    margin-bottom: 2.5%;
}

.offset--tiny-l {
    margin-left: 2.5%;
}

.offset--small-t {
    margin-top: 5%;
}

.offset--small-r {
    margin-right: 5%;
}

.offset--small-b {
    margin-bottom: 5%;
}

.offset--small-l {
    margin-left: 5%;
}

.offset--t {
    margin-top: 10%;
}

.offset--r {
    margin-right: 10%;
}

.offset--b {
    margin-bottom: 10%;
}

.offset--l {
    margin-left: 10%;
}

.offset--medium-t {
    margin-top: 15%;
}

.offset--medium-r {
    margin-right: 15%;
}

.offset--medium-b {
    margin-bottom: 15%;
}

.offset--medium-l {
    margin-left: 15%;
}

.offset--big-t {
    margin-top: 20%;
}

.offset--big-r {
    margin-right: 20%;
}

.offset--big-b {
    margin-bottom: 20%;
}

.offset--big-l {
    margin-left: 20%;
}

.offset--ultra-t {
    margin-top: 30%;
}

.offset--ultra-r {
    margin-right: 30%;
}

.offset--ultra-b {
    margin-bottom: 30%;
}

.offset--ultra-l {
    margin-left: 30%;
}

.padding--tiny-t {
    padding-top: 2.5%;
}

.padding--tiny-r {
    padding-right: 2.5%;
}

.padding--tiny-b {
    padding-bottom: 2.5%;
}

.padding--tiny-l {
    padding-left: 2.5%;
}

.padding--small-t {
    padding-top: 5%;
}

.padding--small-r {
    padding-right: 5%;
}

.padding--small-b {
    padding-bottom: 5%;
}

.padding--small-l {
    padding-left: 5%;
}

.padding--t {
    padding-top: 10%;
}

.padding--r {
    padding-right: 10%;
}

.padding--b {
    padding-bottom: 10%;
}

.padding--l {
    padding-left: 10%;
}

.padding--medium-t {
    padding-top: 15%;
}

.padding--medium-r {
    padding-right: 15%;
}

.padding--medium-b {
    padding-bottom: 15%;
}

.padding--medium-l {
    padding-left: 15%;
}

.padding--big-t {
    padding-top: 20%;
}

.padding--big-r {
    padding-right: 20%;
}

.padding--big-b {
    padding-bottom: 20%;
}

.padding--big-l {
    padding-left: 20%;
}

.padding--ultra-t {
    padding-top: 40%;
}

@media screen and (max-width: 720px) {
    .padding--medium-r {
        padding-right: 8%;
    }
    .padding--medium-l {
        padding-left: 8%;
    }
    .padding--small-r {
        padding-right: 8%;
    }
    .padding--small-l {
        padding-left: 8%;
    }
    .padding--l {
        padding-left: 5%;
    }
    .padding--r {
        padding-right: 5%;
    }
}

select,
input,
textarea {
    border: 0;
}

select:focus,
input:focus,
textarea:focus {
    outline-color: #ffc815;
    outline-width: thin;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input,
textarea {
    padding-left: 15px;
}

textarea {
    padding-top: 15px;
}

.input,
.select,
.form {
    position: relative;
    display: inline-block;
    border-radius: 0;
}

.input,
.textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 55px;
    background: #fff;
    padding-left: 15px;
    margin-bottom: 15px;
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    font-style: italic;
    line-height: 1;
    padding-left: 10px;
    color: #585858;
}

.input-border,
.select--border {
    border: 1px solid #e7e7e7;
}

.input--submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    border-left: 1px solid #f5f5f5;
    background-image: url(images/ico/ico-arrow-right-yellow.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.input--newsletter {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    font-style: normal;
    height: 50px;
}

.label {
    position: relative;
    display: inline-block;
    line-height: 1.3;
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    margin-bottom: 10px;
    max-width: 200px;
}

.label sup {
    color: red;
}

.label sub {
    display: inline-block;
    line-height: 1;
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    color: #868686;
    font-style: italic;
}

.label--big {
    /* font-size: 18px; */
    font-size: 1.125rem;
    margin-bottom: 21px;
}

.select {
    height: 55px;
    width: 70%;
    max-width: 285px;
    cursor: pointer;
}

.select select {
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    -webkit-appearance: none;
    -moz-appearance: none;
    font-style: italic;
    line-height: 1;
    padding-left: 10px;
    color: #585858;
    background: transparent;
}

.select:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    right: 0px;
    width: 55px;
    height: 100%;
    border-left: 1px solid #e6e6e6;
    background-image: url(images/ico/ico-arrow-bottom-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px;
    z-index: -1;
}

.select:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -2;
}

.select--big {
    max-width: 350px;
    height: 75px;
    margin-top: 30px;
}

.select--big select {
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    font-style: normal;
    line-height: 1;
    color: #292929;
    padding-left: 80px;
    text-transform: uppercase;
    font-weight: bold;
}

.select--big:after {
    width: 75px;
    background-color: #f5f5f5;
    z-index: -1;
}

.radio {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 5px;
}

.input--search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

::-webkit-input-placeholder {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.submit-input {
    padding: 26px 30px;
}

.radio-input {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 1px;
    border: 1px solid #e8e8e8;
}

.radio-input:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #434343;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.is-selected .radio-input:before {
    opacity: 1;
}

.textarea {
    height: 250px;
    max-height: 250px;
    max-width: 100%;
}

@media screen and (max-width: 720px) {
    .submit-input {
        padding: 26px 30px;
    }
    .select--big select {
        padding-left: 14%;
    }
}

#wysiwyg a {
    text-decoration: underline;
}

#wysiwygNews blockquote {
    display: inline-block;
    margin-bottom: 35px;
}

#wysiwygNews blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    left: -70px;
    width: 38px;
    height: 32px;
    background: url(images/ico/ico-quote.svg) no-repeat;
}

#wysiwygNews img {
    max-width: 100%;
}

#wysiwygNews p {
    margin-bottom: 35px;
}

.wpcf7-response-output,
.wpcf7-validation-errors {
    /* font-size: 14px; */
    /* font-size: 0.875rem; */
    color: #292929;
    border: none !important;
}

.wpcf7-not-valid-tip {
    /* font-size: 12px !important; */
    display: block;
    margin-bottom: 16px;
}

.box--date {
    padding: 40px 20px 40px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #eab730;
}

.gamma--padded {
    padding-left: 10%;
    padding-top: 20px;
    padding-bottom: 15px;
}

.btn--overlap-footer {
    top: 66px;
}

.wrapper-zzz {
    z-index: 1;
}

.overlap-bottom-inversed {
    margin-bottom: 10%;
}

.box--address {
    margin-bottom: 55px;
    padding-top: 55px;
    padding-left: 10%;
    padding-right: 4%;
    border-top: 1px solid #e5b413;
}

.form--contact {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 160px;
    padding-left: 6%;
    padding-right: 6%;
    background: #f5f5f5;
}

.form--newsletter {
    width: 320px;
    height: 50px;
    margin-left: 2%;
    margin-bottom: 50px;
}

.title {
    position: relative;
    display: inline-block;
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 5px;
  margin-top:48px;
}

.wrapper--load__bar {
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    left: 50%;
    height: 65px;
    width: 946px;
    background: transparent;
    z-index: 9999;
    display: none;
    -webkit-transform: translateX(-50%) translateY(0) scaleX(1) scaleY(1) translateZ(0);
    -ms-transform: translateX(-50%) translateY(0) scaleX(1) scaleY(1) translateZ(0);
    transform: translateX(-50%) translateY(0) scaleX(1) scaleY(1) translateZ(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: 0.7s 1.4s cubic-bezier(0.125, 0.75, 0.415, 1), visibility 0s 3s;
    transition: 0.7s 1.4s cubic-bezier(0.125, 0.75, 0.415, 1), visibility 0s 3s;
}

.home .wrapper--load__bar {
    display: inline-block;
}

.wrapper--load__bar span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 0.7s 3s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.7s 3s cubic-bezier(0.125, 0.75, 0.415, 1);
}

.wrapper--load__bar span:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffc815;
    -webkit-transition: 1s 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 1s 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleX(0) scaleY(1) translateZ(0);
    -ms-transform: scaleX(0) scaleY(1) translateZ(0);
    transform: scaleX(0) scaleY(1) translateZ(0);
}

.is-ready .wrapper--load__bar {
    -webkit-transform: translateX(-50%) translateY(-508%) scaleX(1) scaleY(1) translateZ(0);
    -ms-transform: translateX(-50%) translateY(-508%) scaleX(1) scaleY(1) translateZ(0);
    transform: translateX(-50%) translateY(-508%) scaleX(1) scaleY(1) translateZ(0);
    visibility: hidden;
}

.is-ready .wrapper--load__bar span {
    -webkit-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
}

.is-ready .wrapper--load__bar span:before {
    -webkit-transform: scaleX(1) scaleY(1) translateZ(0);
    -ms-transform: scaleX(1) scaleY(1) translateZ(0);
    transform: scaleX(1) scaleY(1) translateZ(0);
}

.fake-load-bar {
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    left: 50%;
    height: 65px;
    width: 946px;
    background: transparent;
    z-index: 9999;
    display: none;
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    -webkit-transition: visibility 0s 1s;
    transition: visibility 0s 1s;
}

.fake-load-bar:before {
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: #292929;
    -webkit-transition: 1s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 1s cubic-bezier(0.125, 0.75, 0.415, 1);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(1) translateZ(0);
    -ms-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0);
}

.fake-load-bar:after {
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #292929;
    -webkit-transition: 1s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 1s cubic-bezier(0.125, 0.75, 0.415, 1);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(1) translateZ(0);
    -ms-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0);
}

.is-ready .fake-load-bar {
    visibility: hidden;
}

.is-ready .fake-load-bar:before,
.is-ready .fake-load-bar:after {
    -webkit-transform: scaleY(0) translateZ(0);
    -ms-transform: scaleY(0) translateZ(0);
    transform: scaleY(0) translateZ(0);
}

.home .fake-load-bar {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .tl-w1of3 {
        width: 33.3333% !important;
    }
    .tl-w2of3 {
        width: 66.6666% !important;
    }
    .tl-w40 {
        width: 40% !important;
    }
    .tl-w50 {
        width: 50% !important;
    }
    .tl-w60 {
        width: 60% !important;
    }
}

@media only screen and (max-width: 720px) {
    .tl-w1of2 {
        width: 50% !important;
    }
    .mp-w60 {
        width: 60% !important;
    }
    .mp-w80 {
        width: 80% !important;
    }
    .mp-w90 {
        width: 90% !important;
    }
    .mp-w100 {
        width: 100% !important;
    }
    .mp-w1of2 {
        width: 50% !important;
    }
    .childs-equal-spacing {
        text-align: right !important;
    }
    .wrapper--load__bar {
        display: none !important;
    }
    .fake-load-bar {
        display: none !important;
    }
}

/*------------------------------------*    $TRUMPS
\*------------------------------------*/

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.valign-top {
    vertical-align: top !important;
}

.valign-bottom {
    vertical-align: bottom;
}

.valign-middle {
    vertical-align: middle !important;
}

.fit-height {
    height: 100%;
    vertical-align: top;
}

.util-height {
    height: 100vh;
}

.ie8 .util-height {
    height: 100%;
}

.scroll-disable {
    overflow: hidden;
}

.upper,
#wysiwyg h1,
#wysiwyg h2,
#wysiwyg h3,
#wysiwyg h4,
#wysiwyg h5,
#wysiwyg h6 {
    text-transform: uppercase;
}

.lower {
    text-transform: none;
}

.justify {
    text-align: justify;
}

.nowrap {
    white-space: nowrap;
}

.unmarged {
    margin: 0 !important;
}

.unpadded {
    padding: 0 !important;
}

.force-hardware {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.inline {
    display: inline-block;
}

.mp-show {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    position: relative;
    display: block;
    content: '';
    clear: both;
}

.cover {
    background-size: cover;
}

.childs-equal-spacing {
    text-align: justify;
}

.childs-equal-spacing:after {
    content: '';
    width: 100%;
    /* Ensures justification for single lines */
    display: inline-block;
}

.childs-equal-spacing .childs-equal-spacing__item {
    display: inline-block;
}

.fit-height {
    height: 100%;
}

.underline {
    text-decoration: underline;
}

.force-inline {
    white-space: nowrap;
}

.disable-hover {
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .tl-hide {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .mp-hide {
        display: none;
    }
    .mp-show {
        display: inline-block;
    }
    .mp-flow {
        position: relative;
    }
}

.w1of3 {
    width: 33.33333333333333%;
}

.w2of3 {
    width: 66.66666666666667%;
}

.w3of3 {
    width: 100%;
}

.w1of4 {
    width: 25%;
}

.w2of4 {
    width: 50%;
}

.w3of4 {
    width: 75%;
}

.w1of6 {
    width: 16.666666667%;
}

.w5of6 {
    width: 83.333333333%;
}

.w1of8 {
    width: 12.5%;
}

.w3of8 {
    width: 37.5%;
}

.w5of8 {
    width: 62.5%;
}

.w7of8 {
    width: 87.5%;
}

.w10 {
    width: 10%;
}

.w12 {
    width: 12%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w23 {
    width: 23%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w38 {
    width: 38%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w49 {
    width: 49%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w78 {
    width: 78%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w99 {
    width: 99%;
}

.w100 {
    width: 100%;
}

.lt-ie8 .w50 {
    width: 49.5%;
}

@media only screen and (max-width: 1024px) {
    .w78 {
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    .w1of3,
    .w2of3,
    .w1of4,
    .w3of4,
    .w10,
    .w20,
    .w30,
    .w35,
    .w40,
    .w45,
    .w49,
    .w55,
    .w60,
    .w65,
    .w70,
    .w75,
    .w80,
    .w90,
    .w50,
    .w1of2,
    .w2of4,
    .w2of2,
    .w4of4,
    .w3of3,
    .w1of8,
    .w3of8,
    .w5of8,
    .w6of8,
    .w100 {
        width: 100%;
    }
}

.w1of2,
.w2of4,
.w5of10,
.w6of12,
.mp-w5of10 {
    width: 50%;
}

.w2of2,
.w3of3,
.w4of4,
.w5of5,
.w10of10,
.w12of12,
.mp-w3of3,
.mp-w10of10 {
    width: 100%;
}

.w1of3,
.w4of12,
.mp-w1of3 {
    width: 33.33333%;
}

.w2of3,
.w8of12,
.mp-w2of3 {
    width: 66.66667%;
}

.w1of4,
.w3of12 {
    width: 25%;
}

.w3of4,
.w9of12 {
    width: 75%;
}

.w1of5,
.w2of10,
.mp-w2of10 {
    width: 20%;
}

.w2of5,
.w4of10,
.mp-w4of10 {
    width: 40%;
}

.w3of5,
.w6of10,
.mp-w6of10 {
    width: 60%;
}

.w4of5,
.w8of10,
.mp-w8of10 {
    width: 80%;
}

.w1of10,
.mp-w1of10 {
    width: 10%;
}

.w3of10,
.mp-w3of10 {
    width: 30%;
}

.w7of10,
.mp-w7of10 {
    width: 70%;
}

.w9of10,
.mp-w9of10 {
    width: 90%;
}

.w1of12 {
    width: 8.33333%;
}

.w2of12 {
    width: 16.66667%;
}

.w5of12 {
    width: 41.66667%;
}

.w7of12 {
    width: 58.33333%;
}

.w10of12 {
    width: 83.33333%;
}

.w11of12 {
    width: 91.66667%;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .w1of2 {
        width: 100%;
    }
    .w2of2 {
        width: 100%;
    }
    .w1of3 {
        width: 100%;
    }
    .w2of3 {
        width: 100%;
    }
    .w3of3 {
        width: 100%;
    }
    .w1of4 {
        width: 100%;
    }
    .w2of4 {
        width: 100%;
    }
    .w3of4 {
        width: 100%;
    }
    .w4of4 {
        width: 100%;
    }
    .w1of5 {
        width: 100%;
    }
    .w2of5 {
        width: 100%;
    }
    .w3of5 {
        width: 100%;
    }
    .w4of5 {
        width: 100%;
    }
    .w5of5 {
        width: 100%;
    }
    .w1of10 {
        width: 100%;
    }
    .w2of10 {
        width: 100%;
    }
    .w3of10 {
        width: 100%;
    }
    .w4of10 {
        width: 100%;
    }
    .w5of10 {
        width: 100%;
    }
    .w6of10 {
        width: 100%;
    }
    .w7of10 {
        width: 100%;
    }
    .w8of10 {
        width: 100%;
    }
    .w9of10 {
        width: 100%;
    }
    .w10of10 {
        width: 100%;
    }
    .w1of12 {
        width: 100%;
    }
    .w2of12 {
        width: 100%;
    }
    .w3of12 {
        width: 100%;
    }
    .w4of12 {
        width: 100%;
    }
    .w5of12 {
        width: 100%;
    }
    .w6of12 {
        width: 100%;
    }
    .w7of12 {
        width: 100%;
    }
    .w8of12 {
        width: 100%;
    }
    .w9of12 {
        width: 100%;
    }
    .w10of12 {
        width: 100%;
    }
    .w11of12 {
        width: 100%;
    }
    .w12of12 {
        width: 100%;
    }
}

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

/***********Custom CSS************/

.extra-space-scroll {
    margin-bottom:358px;
    margin-top: 0 !important;
  height:520px;

  background:#fff; 
}
.beta {
	font-weight:bold;
	color:#000; 
}
.view-more {
    float: left;
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
  padding:0 10px;
 }
.view-more a {
	color:#fff;
 	padding:10px;
 	width:100%;
  display:block;
 	background:#000; 
}
.view-more a:hover {
 	background:#000; 
  color:#d1d1c6;
}
