﻿@charset "UTF-8";
/*---------------------------------------*		Styles et réglages globaux
\*---------------------------------------*/
/*------------------------------------*		Media queries breakpoints
\*------------------------------------*/
/*------------------------------------*		Layout
\*------------------------------------*/
/*------------------------------------*		Images and SVG dirs
\*------------------------------------*/
/*------------------------------------*		Z-indexes
\*------------------------------------*/
/*------------------------------------*		Easing
\*------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
	 # Global selectors
	 # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
:before,
:after {
  box-sizing: inherit;
}

:before,
:after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  color: #000;
  background-color: #ff0;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Acessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
}

::selection {
  text-shadow: none;
  color: #fff;
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
}

/*------------------------------------*		Functions
\*------------------------------------*/
/**
 * A function helper to avoid having to type `map-get($layers, ...)`
 * Based on http://css-tricks.com/handling-z-index/
 * @param  {string} $layer The name of the z-index
 * @param  {number} $var   The modifier if needed
 * @return {number}        The corresponding z-index based on the $layers var
 */
/**
 * A function helper to avoid having to type `map-get($font-families, ...)` to output a given font-family
 * @param  {string} $font-family The name of the font-family
 * @return {string}              The corresponding font-family declaration
 */
/**
 * Remove units from the given number
 * @param  {number} $number The number with units
 * @return {number}
 */
/**
 * Create variables for the media queries
 * @param  {string} $breakpoint The breakpoint
 * @param  {string} $type       Type of media query (min or max)
 * @param  {string} $unit       The unit for the media queries (em or px)
 * @return {string}             A media query expression
 */
/**
 * Slightly lighten a color
 * @access public
 * @param {Color} $color - color to tint
 * @param {Number} $percentage - percentage of `$color` in returned color
 * @return {Color}
 */
/**
 * Slightly darken a color
 * @access public
 * @param  {color}  $color       color to shade
 * @param  {number} $percentage  percentage of `$color` in returned color
 * @return {Color}
 */
/**
 * Power function
 * @param  {number} $number Number to apply power
 * @param  {number} $exp    The exponant for the power
 * @return {number}         The powered number
 */
/**
 * Factorial function
 * @param  {number} $number The number to factorize
 * @return {number}         The factorised number
 */
/**
 * Pi reference
 * @return {number} Retrun PI with 11 decimals
 */
/**
 * Convert deg to rad
 * @param  {string} $angle The angle to convert
 * @return {number}        The unitless angle converted to rad
 */
/**
 * Calculate the sinus of an angle
 * @param  {string} $angle The angle to compute
 * @return {number}        The sinus of the given angle
 */
/**
 * Calculate the cosinus of an angle
 * @param  {string} $angle The angle to compute
 * @return {number}        The cosinus of the given angle
 */
/**
 * Calculate the tangent of an angle
 * @param  {string} $angle The angle to compute
 * @return {number}        The tangent of the given angle
 */
/*---------------------------------------*		Positions & dispositions
\*---------------------------------------*/
/*---------------------------------------*		Typographie
\*---------------------------------------*/
/**
 * Responsive typograhy
 * @author Mike Riethmuller http://codepen.io/MadeByMike/pen/YPJJYv
 * @param  {integer} $min-width: 0            The breakpoint minimum to activate the responsive typography
 * @param  {integer} $max-width: 2560         The breakpoint maximum to activate th responsive typography
 * @param  {integer} $min-font:  12           The minimum font-size for the element
 * @param  {integer} $max-font:  16           The maximum font-size for the element
 * @return {void}
 */
/*---------------------------------------*		Triangles
\*---------------------------------------*/
/*---------------------------------------*		SVG Responsive
\*---------------------------------------*/
/*
Utilitaire pour le padding hack qui permet d'avoir des fichiers `*.svg` responsive.
Plus d'infos ici : http://tympanus.net/codrops/2014/08/19/making-svgs-responsive-with-css/
*/
/*------------------------------------*		Gradients
\*------------------------------------*/
/**
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @param {String | List | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 */
/*------------------------------------*		Custom
\*------------------------------------*/
/*------------------------------------*		Positionnement & Display
\*------------------------------------*/
.u-db {
  display: block !important;
}

.u-dn {
  display: none !important;
}

.u-dt {
  display: table !important;
}

.u-dtc {
  display: table-cell !important;
}

.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-dh {
  display: inherit !important;
}

.u-df {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-cf:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 0em) {
  .u-db--xxs {
    display: block !important;
  }
  .u-dn--xxs {
    display: none !important;
  }
  .u-dt--xxs {
    display: table !important;
  }
  .u-dtc--xxs {
    display: table-cell !important;
  }
  .u-dib--xxs {
    display: inline-block !important;
  }
  .u-di--xxs {
    display: inline !important;
  }
  .u-dh--xxs {
    display: inherit !important;
  }
  .u-df--xxs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-cf--xxs:after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 30em) {
  .u-db--xs {
    display: block !important;
  }
  .u-dn--xs {
    display: none !important;
  }
  .u-dt--xs {
    display: table !important;
  }
  .u-dtc--xs {
    display: table-cell !important;
  }
  .u-dib--xs {
    display: inline-block !important;
  }
  .u-di--xs {
    display: inline !important;
  }
  .u-dh--xs {
    display: inherit !important;
  }
  .u-df--xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-cf--xs:after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 48em) {
  .u-db--s {
    display: block !important;
  }
  .u-dn--s {
    display: none !important;
  }
  .u-dt--s {
    display: table !important;
  }
  .u-dtc--s {
    display: table-cell !important;
  }
  .u-dib--s {
    display: inline-block !important;
  }
  .u-di--s {
    display: inline !important;
  }
  .u-dh--s {
    display: inherit !important;
  }
  .u-df--s {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-cf--s:after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 62em) {
  .u-db--m {
    display: block !important;
  }
  .u-dn--m {
    display: none !important;
  }
  .u-dt--m {
    display: table !important;
  }
  .u-dtc--m {
    display: table-cell !important;
  }
  .u-dib--m {
    display: inline-block !important;
  }
  .u-di--m {
    display: inline !important;
  }
  .u-dh--m {
    display: inherit !important;
  }
  .u-df--m {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-cf--m:after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 80em) {
  .u-db--l {
    display: block !important;
  }
  .u-dn--l {
    display: none !important;
  }
  .u-dt--l {
    display: table !important;
  }
  .u-dtc--l {
    display: table-cell !important;
  }
  .u-dib--l {
    display: inline-block !important;
  }
  .u-di--l {
    display: inline !important;
  }
  .u-dh--l {
    display: inherit !important;
  }
  .u-df--l {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-cf--l:after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 90em) {
  .u-db--xl {
    display: block !important;
  }
  .u-dn--xl {
    display: none !important;
  }
  .u-dt--xl {
    display: table !important;
  }
  .u-dtc--xl {
    display: table-cell !important;
  }
  .u-dib--xl {
    display: inline-block !important;
  }
  .u-di--xl {
    display: inline !important;
  }
  .u-dh--xl {
    display: inherit !important;
  }
  .u-df--xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-cf--xl:after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 120em) {
  .u-db--xxl {
    display: block !important;
  }
  .u-dn--xxl {
    display: none !important;
  }
  .u-dt--xxl {
    display: table !important;
  }
  .u-dtc--xxl {
    display: table-cell !important;
  }
  .u-dib--xxl {
    display: inline-block !important;
  }
  .u-di--xxl {
    display: inline !important;
  }
  .u-dh--xxl {
    display: inherit !important;
  }
  .u-df--xxl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-cf--xxl:after {
    content: "";
    clear: both;
    display: block;
  }
}

/*------------------------------------*		Typographie
\*------------------------------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-taj {
  text-align: justify !important;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 0em) {
  .u-tac--xxs {
    text-align: center !important;
  }
  .u-tal--xxs {
    text-align: left !important;
  }
  .u-tar--xxs {
    text-align: right !important;
  }
}

@media (min-width: 30em) {
  .u-tac--xs {
    text-align: center !important;
  }
  .u-tal--xs {
    text-align: left !important;
  }
  .u-tar--xs {
    text-align: right !important;
  }
}

@media (min-width: 48em) {
  .u-tac--s {
    text-align: center !important;
  }
  .u-tal--s {
    text-align: left !important;
  }
  .u-tar--s {
    text-align: right !important;
  }
}

@media (min-width: 62em) {
  .u-tac--m {
    text-align: center !important;
  }
  .u-tal--m {
    text-align: left !important;
  }
  .u-tar--m {
    text-align: right !important;
  }
}

@media (min-width: 80em) {
  .u-tac--l {
    text-align: center !important;
  }
  .u-tal--l {
    text-align: left !important;
  }
  .u-tar--l {
    text-align: right !important;
  }
}

@media (min-width: 90em) {
  .u-tac--xl {
    text-align: center !important;
  }
  .u-tal--xl {
    text-align: left !important;
  }
  .u-tar--xl {
    text-align: right !important;
  }
}

@media (min-width: 120em) {
  .u-tac--xxl {
    text-align: center !important;
  }
  .u-tal--xxl {
    text-align: left !important;
  }
  .u-tar--xxl {
    text-align: right !important;
  }
}

/*------------------------------------*		Floating
\*------------------------------------*/
.u-right {
  float: right !important;
}

/*------------------------------------*		Accessibilité
\*------------------------------------*/
/**
 * A class to hide labels and stuff
 * for accessibility
 * @author Facebook Accessibility Team
 * @source https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.u-accessible-item {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.js-lazy {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.js-lazy.is-loaded {
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.html");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.html") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.html");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.html");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite%402x.html");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading%402x.html");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.polygon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: 17.5px 17.5px;
      -ms-transform-origin: 17.5px 17.5px;
          transform-origin: 17.5px 17.5px;
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
          transform: translate3d(0, 0, 0) rotate(0);
}

.big .polygon {
  width: 54px;
  height: 54px;
  margin-left: -27px;
  margin-top: -27px;
  -webkit-transform-origin: 26px 26px;
      -ms-transform-origin: 26px 26px;
          transform-origin: 26px 26px;
}

.xl .polygon {
  width: 74px;
  height: 74px;
  margin-top: -37px;
  margin-left: -37px;
  -webkit-transform-origin: 36px 36px;
      -ms-transform-origin: 36px 36px;
          transform-origin: 36px 36px;
}

.xl .polygon * {
  stroke-width: 0.6px;
}

.xxl .polygon {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transform-origin: 29px 29px;
      -ms-transform-origin: 29px 29px;
          transform-origin: 29px 29px;
}

@media (min-width: 48em) {
  .xxl .polygon {
    width: 110px;
    height: 110px;
    margin-top: -55px;
    margin-left: -55px;
    -webkit-transform-origin: 54px 54px;
        -ms-transform-origin: 54px 54px;
            transform-origin: 54px 54px;
  }
}

.xxl .polygon * {
  stroke-width: 0.4px;
}

.polygon * {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke-linecap: butt;
  -webkit-transition: all 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.polygon .hover {
  stroke: #FFF;
  stroke-dashoffset: 120px;
  stroke-dasharray: 120px;
}

.polygon:hover,
a:hover .polygon,
button:hover .polygon {
  -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
          transform: translate3d(0, 0, 0) rotate(-180deg);
}

.polygon:hover .hover,
a:hover .polygon .hover,
button:hover .polygon .hover {
  stroke-dashoffset: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

/*------------------------------------*		Form
\*------------------------------------*/
.form {
  padding-bottom: 5em;
}

@media (min-width: 48em) {
  .form {
    padding-bottom: 10em;
  }
}

.popin-container .form {
  padding-bottom: 5em;
}

.form.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
          transform: translate3d(0, 80px, 0);
}

.form.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form-item {
  margin: 0.5em 0;
}

button[type="submit"] span,
button[type="submit"] .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inprogress button[type="submit"] {
  pointer-events: none;
}

.inprogress button[type="submit"] .polygon {
  -webkit-animation: rotation 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
          animation: rotation 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

.inprogress button[type="submit"] span,
.inprogress button[type="submit"] .icon {
  opacity: 0;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*------------------------------------*		Labels
\*------------------------------------*/
.form-label {
  color: rgba(60, 59, 59, 0.4);
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: absolute;
  top: 1.785rem;
  left: 1.4rem;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fill .form-label {
  margin-top: -0.9em;
  -webkit-transform: scale3d(0.8, 0.8, 1) translate3d(0, -50%, 0);
          transform: scale3d(0.8, 0.8, 1) translate3d(0, -50%, 0);
  color: #c9b192;
}

/*------------------------------------*		Basic text input
\*------------------------------------*/
.form-text {
  display: block;
  padding: 1.2em 1.4em;
  padding-bottom: 0;
  line-height: 2.15em;
  border: 2px solid rgba(60, 59, 59, 0.2);
  font-family: "Fedra Serif A", serif;
  color: #3c3b3b;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fill .form-text {
  border-color: #c9b192;
}

.form-textarea {
  display: block;
  padding: 1.8em 1.4em;
  line-height: 1.5em;
  border: 2px solid rgba(60, 59, 59, 0.2);
  font-family: "Fedra Serif A", serif;
  color: #3c3b3b;
  width: 100%;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  resize: none;
  min-height: 10.5em;
}

.fill .form-textarea {
  border-color: #c9b192;
}

/*------------------------------------*		Select list
\*------------------------------------*/
.form-select:after {
  content: '';
  width: 8px;
  height: 8px;
  border-left: 2px solid rgba(60, 59, 59, 0.2);
  border-bottom: 2px solid rgba(60, 59, 59, 0.2);
  position: absolute;
  right: 1.2rem;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  border-radius: 0;
  border: 2px solid rgba(60, 59, 59, 0.2);
  width: 100%;
  cursor: pointer;
  height: 3.6714rem;
  padding: 1.2em 1.4em;
  padding-bottom: 0;
  line-height: 2.15em;
  border: 2px solid rgba(60, 59, 59, 0.2);
  font-family: "Fedra Serif A", serif;
  color: #3c3b3b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-select.fill select {
  border-color: #c9b192;
  color: #3c3b3b;
  font-family: "Fedra Serif A", serif;
}

/*------------------------------------*		Submit
\*------------------------------------*/
.form-submit {
  /*width: 74px;
  height: 74px;*/
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-weight: 700;
  /*line-height: 70px;*/
  text-align: center;
}

.form-submit .polygon * {
  stroke: rgba(201, 177, 146, 0.6);
}

.form-submit .polygon *.hover {
  stroke: #c9b192;
}

/*------------------------------------*		Checkbox
\*------------------------------------*/
/*---------------------------------------*		Variations de formulaires
\*---------------------------------------*/
/*------------------------------------*		Pictogrammes
\*------------------------------------*/
.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon svg {
  display: block;
}

.icon_arrow-left,
.svg_arrow-left,
.icon_arrow-right,
.svg_arrow-right {
  width: 7px;
  height: 12px;
}

.icon_arrow-left *,
.svg_arrow-left *,
.icon_arrow-right *,
.svg_arrow-right * {
  fill: #FFF;
}

.icon_fb,
.svg_fb {
  width: 9px;
  top: -1px;
  height: 18px;
}

.icon_fb *,
.svg_fb * {
  fill: #3c3b3b;
}

.icon_insta,
.svg_insta {
  width: 24px;
  height: 24px;
}

.icon_insta *,
.svg_insta * {
  fill: #3c3b3b;
}

.icon_share,
.svg_share {
  width: 14px;
  height: 14px;
  top: -1px;
}

.icon_share *,
.svg_share * {
  fill: #3c3b3b;
}

.icon_first-of-all,
.svg_first-of-all {
  width: 155px;
  height: 38px;
}

.icon_first-of-all *,
.svg_first-of-all * {
  fill: #969696;
}

.icon_marker,
.svg_marker {
  width: 10px;
  height: 15px;
}

.icon_marker *,
.svg_marker * {
  fill: #3c3b3b;
}

.icon_loupe,
.svg_loupe {
  width: 20px;
  height: 21px;
}

.icon_loupe *,
.svg_loupe * {
  fill: #3c3b3b;
}

.icon_burger,
.svg_burger {
  width: 20px;
  height: 18px;
}

.icon_burger *,
.svg_burger * {
  fill: rgba(60, 59, 59, 0.3);
}

.icon_hand,
.svg_hand {
  width: 25px;
  height: 39px;
}

.icon_hand *,
.svg_hand * {
  fill: #FFF;
}

.icon-cross {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top:15px;
}

.icon-cross:before, .icon-cross:after {
  content: '';
  width: 24px;
  position: absolute;
  background: #3c3b3b;
  height: 2px;
  left: 50%;
  margin-left: -12px;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icon-cross:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*------------------------------------*		Buttons
\*------------------------------------*/
.btn {
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
  color: #c9b192;
  line-height: 1.4em;
  padding: 1.36em 1.6em;
}

.btn span {
  top: -1px;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  vertical-align: middle;
}

.btn .morph-polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.btn .morph-polygon * {
  fill: #c9b192;
  visibility: hidden;
}

.btn .morph-polygon #rect {
  visibility: visible;
}

.btn:hover span {
  color: #3c3b3b;
}

.more {
  display: inline-block;
  font-size: 0.714rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #FFF;
  line-height: 2.8em;
}

.more:before {
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  height: 2px;
  background: #c9b192;
  -webkit-transition: left 0.4s cubic-bezier(1, 0, 0, 1), right 0.4s cubic-bezier(1, 0, 0, 1);
  transition: left 0.4s cubic-bezier(1, 0, 0, 1), right 0.4s cubic-bezier(1, 0, 0, 1);
}

.more:hover:before {
  left: -20px;
  right: 40px;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}

.link {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.14em;
  font-weight: 700;
  display: inline-block;
}

.link span {
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.link .polygon * {
  stroke: rgba(201, 177, 146, 0.3);
}

.link .polygon *.hover {
  stroke: #c9b192;
}

.link:hover span {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

.link.big {
  padding: 1.5em 0;
}

.link.big span {
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.link.big .polygon {
  width: 74px;
  height: 74px;
  margin-top: -34px;
  margin-left: -37px;
  -webkit-transform-origin: 36px 36px;
      -ms-transform-origin: 36px 36px;
          transform-origin: 36px 36px;
}

.link.big:hover span {
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

.link.big:hover .polygon {
  -webkit-transform: scale3d(0.6, 0.6, 1) rotate(-180deg);
          transform: scale3d(0.6, 0.6, 1) rotate(-180deg);
}

/*------------------------------------*		Cookies
\*------------------------------------*/
.cookies {
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  visibility: hidden;
}

.cookies.is-visible {
  display: block;
  visibility: visible;
}

.slider-arrow {
  position: absolute;
  bottom: 5%;
  width: 36px;
  height: 36px;
  z-index: 110;
  cursor: pointer;
  right: 5%;
  display: none !important;
}

@media (min-width: 62em) {
  .slider-arrow {
    display: block !important;
  }
}

.slider-arrow .arrow {
  content: '';
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -7px;
}

.slider-arrow .arrow * {
  fill: #FFF;
}

.slider-arrow.arrow-prev {
  margin-right: 50px;
}

.slider-arrow.arrow-prev .arrow {
  margin-left: -5px;
  margin-top: -8px;
}

.slick-dots {
  z-index: 110;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  margin-bottom: 12px;
}

@media (min-width: 62em) {
  .slick-dots {
    left: 5%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.slick-dots li {
  display: inline-block;
  padding: 6px;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.slick-dots li:hover button:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 0.6;
}

.slick-dots li.slick-active {
  margin-right: 55px;
}

@media (min-width: 62em) {
  .slick-dots li.slick-active {
    margin-right: 105px;
  }
}

.slick-dots li.slick-active:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.slick-dots li.slick-active button:before {
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}

.slick-dots li.slick-active button:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

.slick-dots li:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 50px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

@media (min-width: 62em) {
  .slick-dots li:after {
    width: 100px;
  }
}

.slick-dots button {
  display: block;
  width: 4px;
  height: 4px;
  cursor: pointer;
  border-radius: 50%;
  text-indent: -9999px;
}

.slick-dots button:before {
  content: '';
  position: absolute;
  width: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.slick-dots button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border: 2px solid #FFF;
  border-radius: 50%;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.cover {
  height: 80vh;
  color: #FFF;
}

.cover-slider {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}

.cover-slider .slick-list,
.cover-slider .slick-track {
  height: 100%;
  overflow: inherit;
}

.cover-content {
  position: absolute;
  width: 100%;
  bottom: 30%;
  left: 0;
}

.cover-img {
  height: 100%;
  width: 100%;
  display: inline-block;
  background: #000;
  overflow: hidden;
}

@media (min-width: 62em) {
  .cover-img {
    height: 100vh;
  }
}

.cover-img .img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.cover-img .img.is-loaded {
  opacity: 1;
}

.cover-img.slide-old .img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.cover-img.slick-active .img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.cover-subtitle {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #c9b192;
  font-size: 0.714em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.active .cover-subtitle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cover-title {
  margin-top: 0.8em;
}

.cover-title span {
  display: inline-block;
  overflow: hidden;
}

.cover-title span span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  line-height: 1em;
}

.active .cover-title span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.old .cover-title span span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.cover-title span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-title span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.cover-title span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.cover-title span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.cover-title span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.cover-info {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 0em) {
  .cover-info {
    left: 0.5rem;
  }
}

@media (min-width: 30em) {
  .cover-info {
    left: 0.5rem;
  }
}

@media (min-width: 48em) {
  .cover-info {
    left: 0.625rem;
  }
}

@media (min-width: 62em) {
  .cover-info {
    left: 15px;
  }
}

@media (min-width: 80em) {
  .cover-info {
    left: 15px;
  }
}

@media (min-width: 90em) {
  .cover-info {
    left: 20px;
  }
}

@media (min-width: 120em) {
  .cover-info {
    left: 20px;
  }
}

.cover-info .more {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.cover-info.active {
  z-index: 11;
}

.cover-info.active .more {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.section-push {
  height: 100%;
}

@media (min-width: 62em) {
  .section-push {
    z-index: 1;
  }
}

.push-imgs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.push-imgs .grid__row {
  height: 100%;
}

.push-imgs [class*="grid__col"] {
  height: 50%;
}

.push-figure {
  top: 0;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

@media (min-width: 62em) {
  .push-figure {
    top: 20vh;
    width: auto;
    left: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.push-figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
}

.push-figure .img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.push-figure img {
  display: block;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1.1, 1.1, 1);
          transform: translate3d(0, 0, 0) scale3d(1.1, 1.1, 1);
  width: 100%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 1;
}

.push-figure.first {
  top: 0;
}

.push-figure.js-reveal:after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.push-figure.js-reveal.first .img {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.push-figure.js-reveal .img {
  opacity: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.push-figure.js-reveal.is-visible:after {
  -webkit-animation: showImg 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImg 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.ie .push-figure.js-reveal.is-visible:after {
  -webkit-animation: showImgIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.push-figure.js-reveal.is-visible .img.img-is-loaded {
  -webkit-transition: opacity 0s linear 1.1s,-webkit-transform 2s ease 1.2s;
  transition: opacity 0s linear 1.1s,-webkit-transform 2s ease 1.2s;
  transition: opacity 0s linear 1.1s,transform 2s ease 1.2s;
  transition: opacity 0s linear 1.1s,transform 2s ease 1.2s,-webkit-transform 2s ease 1.2s;
  opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.push-figure.js-reveal.is-visible.hover img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.push-item {
  text-align: center;
  height: 45vh;
  min-height: 300px;
  margin-top: 105px;
}

@media (min-width: 62em) {
  .push-item {
    margin-top: 35%;
  }
}

.push-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
}

.push-item:last-child {
  margin-top: 0;
  margin-bottom: 105px;
  border-top: 1px solid #f5f4f0;
}

@media (min-width: 62em) {
  .push-item:last-child {
    border-top: 0;
    margin-top: 10%;
    margin-bottom: 0;
  }
}

.push-item .link {
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.push-item.js-reveal:before {
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
  opacity: 0;
}

.push-item.js-reveal .push-title span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.push-item.js-reveal .subtitle {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.push-item.js-reveal .link {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 20px, 0);
          transform: translate3d(-50%, 20px, 0);
}

.push-item.js-reveal.is-visible:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}

.push-item.js-reveal.is-visible .push-title span,
.push-item.js-reveal.is-visible .link,
.push-item.js-reveal.is-visible .subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}

.push-item.js-reveal.is-visible .push-title span {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.push-item.js-reveal.is-visible .link {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.push-info {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -2em;
}

.push-title {
  margin-top: 0.5em;
  overflow: hidden;
}

.push-title span {
  display: block;
}

.section-highlight {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (min-width: 62em) {
  .section-highlight {
    padding-top: 12%;
    padding-bottom: 10%;
  }
}

.highlight-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 25%;
  overflow: hidden;
  background: #f5f4f0;
}

@media (min-width: 62em) {
  .highlight-bg {
    top: -5%;
    left: 0;
    width: 50%;
    bottom: 0;
  }
}

.highlight-bg figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.highlight-bg figure .img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: none;
  transition: none;
}

.highlight-bg.js-reveal figure {
  opacity: 0;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.highlight-bg.js-reveal.is-visible figure.img-is-loaded {
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.highlight-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

.highlight-info.active {
  z-index: 11;
}

.highlight-infos {
  height: 15.996em;
}

@media (min-width: 62em) {
  .highlight-infos {
    margin-top: 5em;
    height: auto;
  }
}

.highlight-infos .more {
  color: #3c3b3b;
}

.highlight-infos .subtitle.js-reveal,
.highlight-infos .link.js-reveal,
.highlight-infos .more.js-reveal {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.highlight-infos .more {
  display: inline-block;
}

@media (min-width: 62em) {
  .highlight-infos .more {
    display: inline-block;
  }
}

.highlight-infos .active .subtitle.is-visible,
.highlight-infos .active .link.is-visible,
.highlight-infos .active .more.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.highlight-infos .active .subtitle.link,
.highlight-infos .active .link.link,
.highlight-infos .active .more.link {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.highlight-title {
  margin-top: 0.5em;
}

.highlight-title span {
  display: inline-block;
  overflow: hidden;
}

.highlight-title span span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  line-height: 1em;
  white-space: nowrap;
}

.active .highlight-title span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.highlight-title span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.highlight-title span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.highlight-title span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.highlight-title span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.highlight-title span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.highlight-title.js-reveal span span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.active .highlight-title.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

.highlight-slider {
  width: 100%;
  z-index: 11;
}

.highlight-slider .slick-list {
  overflow: hidden;
}

@media (min-width: 62em) {
  .highlight-slider {
    overflow: hidden;
    z-index: inherit;
  }
}

@media (min-width: 62em) {
  .highlight-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f4f0;
  }
}

.highlight-slider.js-reveal:after {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.highlight-slider.js-reveal img {
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.highlight-slider.js-reveal.is-visible:after {
  -webkit-animation: showImgInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.ie .highlight-slider.js-reveal.is-visible:after {
  -webkit-animation: showImgInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.highlight-slider.js-reveal.is-visible img.is-loaded,
.highlight-slider.js-reveal.is-visible img {
  -webkit-transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s,-webkit-transform 1.3s ease 0.75s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.highlight-slider .slick-dots {
  top: 100%;
  margin-top: 30px;
  bottom: auto;
}

.highlight-slider .slick-dots li:after {
  background: rgba(60, 59, 59, 0.5);
}

.highlight-slider .slick-dots button:before {
  background: rgba(60, 59, 59, 0.5);
}

.highlight-slider .slick-dots button:after {
  border: 2px solid rgba(60, 59, 59, 0.5);
}

.highlight-slider-arrows {
  position: absolute;
  left: 50%;
  top: 65%;
  z-index: 100;
  display: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 62em) {
  .highlight-slider-arrows {
    display: block;
    top: 75%;
  }
}

@media (min-width: 80em) {
  .highlight-slider-arrows {
    top: 65%;
  }
}

.highlight-slider-arrows a {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  margin: 0 30px;
}

.highlight-slider-arrows a .icon_arrow-left {
  left: -1px;
}

.highlight-slider-arrows a .icon * {
  fill: #c9b192;
  margin-top:20px;
}

.highlight-slider-arrows a .polygon * {
  stroke: rgba(201, 177, 146, 0.4);
}

.highlight-slider-arrows a .polygon *.hover {
  stroke: #c9b192;
}

.highlight-slide {
  overflow: hidden;
}

.highlight-slide:first-child figure, .highlight-slide:last-child figure {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.highlight-slide figure {
  display: block;
  width: 100%;
  margin: 0 10px;
}

@media (min-width: 62em) {
  .highlight-slide figure {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    margin: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .inverse .highlight-slide figure {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  .firefox .highlight-slide figure {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.highlight-slide.slick-active figure {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.highlight-slide img {
  display: block;
  width: 100%;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.section-explore {
  background: #f5f4f0;
}

.explore-audio {
  position: absolute;
  opacity: 0;
}

.explore-container {
  width: 140%;
  left: -20%;
  margin: 85px auto;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  margin-bottom: 100px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

@media (min-width: 48em) {
  .explore-container {
    margin-bottom: 160px;
    width: 618px;
    height: 618px;
    left: auto;
  }
}

.open-explore-slider .explore-container {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  visibility: hidden;
}

.open-explore-slider .explore-container * {
  opacity: 1;
  visibility: visible;
}

.explore-container h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  text-align: center;
  width: 100%;
  margin: 0;
}

.explore-container h2.js-reveal {
  margin-top: 1em;
  opacity: 0;
}

.explore-container h2.js-reveal.is-visible {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
  margin-top: -12%;
}

@media (min-width: 48em) {
  .explore-container h2.js-reveal.is-visible {
    margin-top: 0;
  }
}

.explore-container .trigger-play {
  width: 74px;
  display: inline-block;
  height: 74px;
  text-align: center;
  text-transform: uppercase;
  color: #3c3b3b;
  font-weight: 700;
  font-size: 0.66em;
  vertical-align: middle;
  letter-spacing: 0.14em;
  position: absolute;
  bottom: 135px;
  left: 50%;
  margin-left: -37px;
}

@media (min-width: 48em) {
  .explore-container .trigger-play {
    bottom: 155px;
  }
}

.explore-container .trigger-play span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.explore-container .trigger-play span:last-child {
  opacity: 1;
}

.explore-container .trigger-play.js-reveal {
  margin-top: 1em;
  opacity: 0;
}

.explore-container .trigger-play.js-reveal.is-visible {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}

.explore-container .trigger-play.pause span {
  opacity: 1;
}

.explore-container .trigger-play.pause span:last-child {
  opacity: 0;
}

.explore-container .trigger-play .polygon * {
  stroke: rgba(60, 59, 59, 0.2);
}

.explore-container .trigger-play .polygon *.hover {
  stroke: #3c3b3b;
}

.explore-container .shape {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
}

.explore-container .shape * {
  fill: none;
  stroke: #c9b192;
  stroke-width: 1px;
  stroke-linecap: butt;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.explore-container .shape.js-reveal * {
  stroke-dashoffset: 1900px;
  stroke-dasharray: 1900px;
}

.explore-container .shape.js-reveal.is-visible * {
  -webkit-transition: stroke-dashoffset 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), stroke 0.5s ease 1.3s, -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 1.1s;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), stroke 0.5s ease 1.3s, -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 1.1s;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(1, 0, 0, 1) 1.1s, stroke 0.5s ease 1.3s;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(1, 0, 0, 1) 1.1s, stroke 0.5s ease 1.3s, -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 1.1s;
  stroke-dashoffset: 0px;
  stroke: #c9b192;
}

.explore-container .shape.js-reveal.is-visible *:last-child {
  -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
          transform: rotate(16deg);
}

.explore-container.js-reveal h2 {
  margin-top: 1em;
  opacity: 0;
}

.explore-container.js-reveal.is-visible {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}

.explore-items {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale3d(0.7, 0.7, 1);
          transform: scale3d(0.7, 0.7, 1);
}

@media (min-width: 48em) {
  .explore-items {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.explore-items.js-reveal .explore-item:after,
.explore-items.js-reveal .explore-item img {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}

.explore-items.js-reveal.is-visible .explore-item:after,
.explore-items.js-reveal.is-visible .explore-item img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

.explore-item {
  position: absolute;
}

.explore-item:hover span {
  -webkit-transform: scale3d(1.15, 1.15, 1);
          transform: scale3d(1.15, 1.15, 1);
}

.explore-item span {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.535, 1.65, 0.635, 1.005);
  transition: all 0.4s cubic-bezier(0.535, 1.65, 0.635, 1.005);
}

.explore-item img {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: block;
}

.explore-item:after {
  position: absolute;
  content: '';
  width: 42px;
  height: 42px;
  background: transparent url(../svg/layout/explore.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}

@media (min-width: 48em) {
  .explore-item:after {
    display: block;
  }
}

.explore-item:nth-child(1) img {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.explore-item:nth-child(1):after {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.explore-item:nth-child(2) img {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.explore-item:nth-child(2):after {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

.explore-item:nth-child(3) img {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.explore-item:nth-child(3):after {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

.explore-item:nth-child(4) img {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.explore-item:nth-child(4):after {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.explore-item:nth-child(5) img {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.explore-item:nth-child(5):after {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

.explore-item:nth-child(6) img {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.explore-item:nth-child(6):after {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

.explore-item:nth-child(1) {
  right: 155px;
  bottom: 120px;
}

@media (min-width: 48em) {
  .explore-item:nth-child(1) {
    right: 305px;
    bottom: 80px;
  }
}

.explore-item:nth-child(1):after {
  left: 280px;
  top: 22px;
}

.explore-item:nth-child(2) {
  top: 98px;
  right: 160px;
}

@media (min-width: 48em) {
  .explore-item:nth-child(2) {
    top: 158px;
    right: 290px;
  }
}

.explore-item:nth-child(2):after {
  top: 0;
  left: 190px;
}

.explore-item:nth-child(3) {
  top: 175px;
  right: -65px;
}

.explore-item:nth-child(3):after {
  top: 112px;
  left: 50px;
}

.explore-item:nth-child(4) {
  top: 80px;
  left: 155px;
}

@media (min-width: 48em) {
  .explore-item:nth-child(4) {
    top: 100px;
    left: 285px;
  }
}

.explore-item:nth-child(4):after {
  left: -57px;
  top: 23px;
}

.explore-item:nth-child(5) {
  bottom: 160px;
  left: 165px;
}

@media (min-width: 48em) {
  .explore-item:nth-child(5) {
    bottom: 130px;
    left: 295px;
  }
}

.explore-item:nth-child(5):after {
  left: -81px;
  top: 82px;
}

.explore-item:nth-child(6) {
  bottom: 170px;
  left: -40px;
  opacity: 0.6;
}

@media (min-width: 48em) {
  .explore-item:nth-child(6) {
    bottom: 110px;
  }
}

.explore-item:nth-child(6):after {
  display: none;
}

.explore-slider {
  position: absolute;
  left: 0;
  width: 100%;
  top: 70px;
  bottom: 90px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.open-explore-slider .explore-slider {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.explore-slider:before {
  content: '';
  width: 85%;
  max-width: 600px;
  -webkit-transform: translate3d(0%, 40%, 0);
          transform: translate3d(0%, 40%, 0);
  top: 0;
  left: 15%;
  height: 100%;
  opacity: 0;
  background: #FFF;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (min-width: 62em) {
  .explore-slider:before {
    width: 50%;
    -webkit-transform: translate3d(-50%, 40%, 0);
            transform: translate3d(-50%, 40%, 0);
    left: 50%;
  }
}

.open-explore-slider .explore-slider:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 62em) {
  .open-explore-slider .explore-slider:before {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.explore-slider .slick-list,
.explore-slider .slick-track {
  height: 100%;
}

.explore-slider .slick-arrow {
  top: 50%;
  margin-top: -27px;
  bottom: auto;
}

.explore-slider .slick-arrow.arrow-prev {
  right: auto;
  margin-right: 0;
  left: 5%;
}

.explore-slider .slick-arrow .arrow * {
  fill: #c9b192;
}

.explore-slider .slick-arrow .polygon {
  width: 54px;
  height: 54px;
  margin-left: -27px;
  margin-top: -27px;
  -webkit-transform-origin: 26px 26px;
      -ms-transform-origin: 26px 26px;
          transform-origin: 26px 26px;
}

.explore-slider .slick-arrow .polygon * {
  stroke: rgba(201, 177, 146, 0.4);
}

.explore-slider .slick-arrow .polygon *.hover {
  stroke: #c9b192;
}

.explore-slider .trigger-close-slider {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.open-explore-slider .explore-slider .trigger-close-slider {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-top: 0;
  visibility: visible;
}

.explore-slider .trigger-close-slider .polygon * {
  stroke: rgba(60, 59, 59, 0.2);
}

.explore-slider .trigger-close-slider .polygon *.hover {
  stroke: #3c3b3b;
}

.explore-slide {
  height: 100%;
  padding: 0 10px;
}

@media (min-width: 62em) {
  .explore-slide {
    padding: 0;
  }
}

.explore-slide [class*="grid"] {
  height: 100%;
}

.explore-slide.slick-active .explore-img, .explore-slide.slick-cloned-active .explore-img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.explore-slide .explore-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (min-width: 62em) {
  .explore-slide .explore-img {
    -webkit-transform: translate3d(-60%, 0, 0);
            transform: translate3d(-60%, 0, 0);
  }
}

.firefox .explore-slide .explore-img {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.explore-slide img {
  position: absolute;
  top: 35%;
  left: 70%;
  max-width: 55%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: -60px;
  opacity: 0;
}

@media (min-width: 62em) {
  .explore-slide img {
    top: 50%;
    left: 50%;
    max-width: 70%;
  }
}

.open-explore-slider .explore-slide img {
  margin-left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.explore-slide h2 span {
  display: inline-block;
  overflow: hidden;
}

.explore-slide h2 span span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  line-height: 1.3em;
  white-space: nowrap;
}

.open-explore-slider .explore-slide h2 span span {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

.open-explore-slider .explore-slide h2 span:nth-child(1) span {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.open-explore-slider .explore-slide h2 span:nth-child(2) span {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.open-explore-slider .explore-slide h2 span:nth-child(3) span {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.open-explore-slider .explore-slide h2 span:nth-child(4) span {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.open-explore-slider .explore-slide h2 span:nth-child(5) span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.explore-slide .more {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  margin-bottom: 6em;
  color: #3c3b3b;
}

.open-explore-slider .explore-slide .more {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
  opacity: 1;
}

.explore-info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.explore-info h2 {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

.explore-credit {
  display: block;
  font-size: 0.75em;
  color: rgba(35, 31, 32, 0.4);
  line-height: 1.6em;
  margin-bottom: 4em;
  width: 25%;
  margin-left: 20%;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.explore-credit span {
  display: block;
  font-family: "Fedra Serif A", serif;
  color: #231f20;
}

.open-explore-slider .explore-credit {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
  opacity: 1;
}

.explore-progress {
  width: 260px;
  display: none;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 10px;
}

@media (min-width: 62em) {
  .explore-progress {
    display: inline-block;
  }
}

.explore-player {
  margin-bottom: 2em;
  position: absolute;
  bottom: 0;
  right: 2%;
  opacity: 0;
  -webkit-transform: translate3d(40px, 0, 0);
          transform: translate3d(40px, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s;
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s;
  z-index: 11;
}

@media (min-width: 62em) {
  .explore-player {
    top: 0;
    left: 5%;
    bottom: auto;
    right: auto;
  }
}

.open-explore-slider .explore-player {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.explore-player .trigger-play {
  width: 74px;
  display: inline-block;
  height: 74px;
  text-align: center;
  text-transform: uppercase;
  color: #3c3b3b;
  font-weight: 700;
  font-size: 0.66em;
  vertical-align: middle;
  letter-spacing: 0.14em;
}

.explore-player .trigger-play span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.explore-player .trigger-play span:last-child {
  opacity: 1;
}

.explore-player .trigger-play.pause span {
  opacity: 1;
}

.explore-player .trigger-play.pause span:last-child {
  opacity: 0;
}

.explore-player .trigger-play .polygon * {
  stroke: rgba(60, 59, 59, 0.2);
}

.explore-player .trigger-play .polygon *.hover {
  stroke: #3c3b3b;
}

.slider-gallery .slick-dots,
.section-gallery .slick-dots {
  top: 100%;
  bottom: auto;
  white-space: nowrap;
  margin-left: 10%;
}

.slider-gallery .slick-dots li:after,
.section-gallery .slick-dots li:after {
  background: rgba(60, 59, 59, 0.5);
}

.slider-gallery .slick-dots button:before,
.section-gallery .slick-dots button:before {
  background: rgba(60, 59, 59, 0.5);
}

.slider-gallery .slick-dots button:after,
.section-gallery .slick-dots button:after {
  border: 2px solid rgba(60, 59, 59, 0.5);
}

.slider-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-pattern .img, .slider-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-pattern.img-is-loaded,
.slider-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-pattern .img,
.slider-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-pattern.img-is-loaded,
.section-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-pattern .img,
.section-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-pattern.img-is-loaded,
.section-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-pattern .img,
.section-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-pattern.img-is-loaded {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.slider-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-img.img-is-loaded,
.slider-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-img.img-is-loaded,
.section-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-img.img-is-loaded,
.section-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-img.img-is-loaded {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.slider-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-info,
.slider-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-link,
.slider-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-info,
.slider-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-link,
.section-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-info,
.section-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-link,
.section-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-info,
.section-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-link {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.slider-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-link,
.slider-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-link,
.section-gallery .grid__col-m--3:nth-child(2) .gallery-item.is-visible .gallery-link,
.section-gallery .grid__col-m--4:nth-child(2) .gallery-item.is-visible .gallery-link {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.slider-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-pattern .img, .slider-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-pattern.img-is-loaded,
.slider-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-pattern .img,
.slider-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-pattern.img-is-loaded,
.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-pattern .img,
.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-pattern.img-is-loaded,
.section-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-pattern .img,
.section-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-pattern.img-is-loaded {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.slider-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-img.img-is-loaded,
.slider-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-img.img-is-loaded,
.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-img.img-is-loaded,
.section-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-img.img-is-loaded {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.slider-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-info,
.slider-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-link,
.slider-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-info,
.slider-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-link,
.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-info,
.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-link,
.section-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-info,
.section-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-link {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.slider-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-link,
.slider-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-link,
.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-link,
.section-gallery .grid__col-m--4:nth-child(3) .gallery-item.is-visible .gallery-link {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.slider-gallery .gallery-slider,
.section-gallery .gallery-slider {
  width: 85%;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .slider-gallery .gallery-slider,
  .section-gallery .gallery-slider {
    width: auto;
    margin-bottom: 0;
  }
}

.slider-gallery .gallery-slider .slick-list,
.section-gallery .gallery-slider .slick-list {
  overflow: inherit;
}

@media (min-width: 48em) {
  .slider-gallery .gallery-slide,
  .section-gallery .gallery-slide {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.slider-gallery .gallery-slide.slick-active,
.section-gallery .gallery-slide.slick-active {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.slider-gallery .slider-arrow,
.section-gallery .slider-arrow {
  right: auto;
  left: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 50px;
  bottom: auto;
  top: 50%;
  margin-top: -18px;
}

.slider-gallery .slider-arrow.arrow-prev,
.section-gallery .slider-arrow.arrow-prev {
  margin-left: 10px;
  margin-right: 0;
}

.slider-gallery .slider-arrow.slick-disabled,
.section-gallery .slider-arrow.slick-disabled {
  pointer-event: none;
  cursor: default;
}

.slider-gallery .slider-arrow.slick-disabled .arrow,
.section-gallery .slider-arrow.slick-disabled .arrow {
  opacity: 0.2;
}

.slider-gallery .slider-arrow.slick-disabled .polygon,
.section-gallery .slider-arrow.slick-disabled .polygon {
  opacity: 0.6;
}

.slider-gallery .slider-arrow .arrow,
.section-gallery .slider-arrow .arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-gallery .slider-arrow .arrow *,
.section-gallery .slider-arrow .arrow * {
  fill: #3c3b3b;
}

.slider-gallery .slider-arrow .polygon,
.section-gallery .slider-arrow .polygon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-gallery .slider-arrow .polygon *,
.section-gallery .slider-arrow .polygon * {
  stroke: rgba(60, 59, 59, 0.2);
}

.slider-gallery .slider-arrow .polygon *.hover,
.section-gallery .slider-arrow .polygon *.hover {
  stroke: rgba(60, 59, 59, 0.7);
}

.gallery-bg {
  left: 90%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 48em) {
  .gallery-bg {
    left: 70%;
  }
}

.gallery-bg.js-reveal {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.gallery-bg.js-reveal.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.gallery-item {
  height: 400px;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .gallery-item {
    height: 460px;
    margin-top: 80px;
    margin-bottom: -60px;
  }
}

.gallery-item.js-reveal {
  overflow: hidden;
}

.gallery-item.js-reveal .gallery-pattern {
  -webkit-transform: scale3d(0.9, 0.9, 1);
          transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
}

.gallery-item.js-reveal .gallery-pattern .img {
  -webkit-transform: scale3d(1.15, 1.15, 1);
          transform: scale3d(1.15, 1.15, 1);
}

.gallery-item.js-reveal .gallery-img {
  -webkit-transform: translate3d(-50%, -50px, 0);
          transform: translate3d(-50%, -50px, 0);
  opacity: 0;
}

.gallery-item.js-reveal .gallery-info,
.gallery-item.js-reveal .gallery-link {
  opacity: 0;
  -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
}

.gallery-item.js-reveal.is-visible .gallery-pattern.img-is-loaded, .gallery-item.js-reveal.is-visible .gallery-pattern.not-img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.35s ease;
  transition: transform 0.6s ease, opacity 0.35s ease, -webkit-transform 0.6s ease;
}

.gallery-item.js-reveal.is-visible .gallery-pattern.img-is-loaded .img, .gallery-item.js-reveal.is-visible .gallery-pattern.not-img .img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.35s ease;
  transition: transform 0.6s ease, opacity 0.35s ease, -webkit-transform 0.6s ease;
}

.gallery-item.js-reveal.is-visible .gallery-img.img-is-loaded {
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  opacity: 1;
}

.gallery-item.js-reveal.is-visible .gallery-info,
.gallery-item.js-reveal.is-visible .gallery-link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}

.gallery-item.js-reveal.is-visible .gallery-link {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.gallery-item:hover .polygon {
  -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
          transform: translate3d(0, 0, 0) rotate(-180deg);
}

.gallery-item:hover .polygon .hover {
  stroke-dashoffset: 0;
}

.gallery-item:hover .gallery-info p {
  opacity: 1;
}

@media (min-width: 48em) {
  .gallery-item:hover .gallery-img img {
    -webkit-transform: scale3d(1.05, 1.05, 1) translate3d(0, -10px, 0);
            transform: scale3d(1.05, 1.05, 1) translate3d(0, -10px, 0);
  }
}

.gallery-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-pattern .img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f5f4f0;
}

.gallery-img {
  position: absolute;
  bottom: 95px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.gallery-img img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin: auto;
  max-width: 70%;
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  .gallery-img img {
    max-width: 95%;
    margin-bottom: 0;
  }
}

.gallery-link-xl {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.gallery-link {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-align: center;
}

.dark .gallery-link .polygon * {
  stroke: rgba(0, 0, 0, 0.1);
}

.dark .gallery-link .polygon *.hover {
  stroke: rgba(150, 150, 150, 0.4);
}

.dark .gallery-link .icon * {
  fill: rgba(0, 0, 0, 0.2);
}

.gallery-info {
  font-size: 0.75em;
  line-height: 1.8em;
  padding: 0 25px;
  position: absolute;
  bottom: 30px;
  left: 0;
}

@media (min-width: 48em) {
  .gallery-info {
    padding-right: 80px;
  }
}

@media (min-width: 62em) {
  .gallery-info {
    padding: 0 25px;
  }
}

.gallery-info p {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
  color: inherit;
}

.gallery-info span {
  font-family: "Fedra Serif A", serif;
  display: block;
}

.dark .gallery-info {
  color: #969696;
}

.video {
  display: inline-block;
}

.video video {
  display: block;
  width: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
  height: auto;
}

.video.dark .video-inner:after {
  background: rgba(60, 59, 59, 0);
}

.video.dark .trigger-video-play {
  color: #3c3b3b;
}

.video.dark .trigger-video-play .polygon * {
  stroke: rgba(201, 177, 146, 0.5);
}

.video.dark .trigger-video-play .polygon *.hover {
  stroke: #c9b192;
}

.video .video-inner:after {
  content: '';
  background: rgba(60, 59, 59, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}

.video .trigger-video-play {
  width: 74px;
  display: inline-block;
  height: 74px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  font-size: 0.66em;
  vertical-align: middle;
  letter-spacing: 0.14em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  z-index: 11;
  margin-left: -37px;
}

.video .trigger-video-play span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video .trigger-video-play span:last-child {
  opacity: 1;
}

.video .trigger-video-play.js-reveal {
  margin-top: 1em;
  opacity: 0;
}

.video .trigger-video-play.js-reveal.is-visible {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}

.video .trigger-video-play.pause span {
  opacity: 1;
}

.video .trigger-video-play.pause span:last-child {
  opacity: 0;
}

.msg {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  background: #FFF;
  color: #3c3b3b;
  padding: 2px 8px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}

.media {
  display: inline-block;
}

.media img {
  display: block;
  width: 150%;
  left: -25%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

@media (min-width: 48em) {
  .media img {
    width: 100%;
    left: 0;
  }
}

.media.dark .media-inner:after {
  background: rgba(60, 59, 59, 0);
}

.media.dark .trigger-media-play {
  color: #FFF;
}

.media.dark .trigger-media-play .polygon * {
  stroke: #3c3b3b;
  fill: #3c3b3b;
}

.media.dark .trigger-media-play:hover .polygon {
  -webkit-transform: scale3d(0.85, 0.85, 1) rotate(180deg);
          transform: scale3d(0.85, 0.85, 1) rotate(180deg);
}

.media .media-inner:after {
  content: '';
  background: rgba(60, 59, 59, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}

.media .media-legend {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  color: #FFF;
  z-index: 11;
}

.media .media-legend h2 {
  font-size: 2em;
  margin-bottom: 0.35em;
}

@media (min-width: 48em) {
  .media .media-legend h2 {
    font-size: 3em;
  }
}

.media .media-legend h2.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.media .media-legend h2.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.media .media-legend h2.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.media .media-legend h2.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0.1ss;
          transition-delay: 0.1ss;
}

.media .media-legend h2.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.15ss;
          transition-delay: 0.15ss;
}

.media .media-legend h2.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.2ss;
          transition-delay: 0.2ss;
}

.media .media-legend h2.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.25ss;
          transition-delay: 0.25ss;
}

.media .media-legend h2.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.3ss;
          transition-delay: 0.3ss;
}

.media .media-legend h3 {
  margin-top: 0.2em;
}

.media .media-legend h3.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.media .media-legend h3.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}

.media .media-legend p {
  color: #FFF;
}

.media .media-legend p.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.media .media-legend p.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}

.media .trigger-media-play {
  width: 74px;
  display: inline-block;
  height: 74px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  font-size: 0.66em;
  vertical-align: middle;
  letter-spacing: 0.14em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  z-index: 11;
  margin-left: -37px;
}

.media .trigger-media-play span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.media .trigger-media-play span:last-child {
  opacity: 1;
}

.media .trigger-media-play.js-reveal {
  margin-top: 1em;
  opacity: 0;
}

.media .trigger-media-play.js-reveal.is-visible {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}

.media .trigger-media-play.pause span {
  opacity: 1;
}

.media .trigger-media-play.pause span:last-child {
  opacity: 0;
}

.media.media-with-legend .trigger-media-play {
  margin-top: -70px;
}

@media (min-width: 48em) {
  .media.media-with-legend .trigger-media-play {
    margin-top: -37px;
  }
}

.popin-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -70%, 0);
          transform: translate3d(-50%, -70%, 0);
  z-index: 9010;
  height: 200px;
  background: transparent url(../svg/layout/loader.svg) center center no-repeat;
  background-size: 100px 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: all 0.8s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  max-height: 80vh;
  width: 90vw;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 48em) {
  .popin-wrap {
    max-height: 90vh;
  }
}

@media (min-width: 62em) {
  .popin-wrap {
    width: 200px;
    max-width: 1440px;
  }
}

.open-popin .popin-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}

.popin-wrap .trigger-close-popin {
  z-index: 120;
  position: absolute;
  top: 0;
  left: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 50px;
  margin-top: -27px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popin-wrap .trigger-close-popin .polygon * {
  stroke: rgba(150, 150, 150, 0.4);
}

.popin-wrap .trigger-close-popin .polygon *.hover {
  stroke: #969696;
}

.popin-wrap .trigger-close-popin .icon-cross:after, .popin-wrap .trigger-close-popin .icon-cross:before {
  background: rgba(150, 150, 150, 0.5);
}

.iframe .popin-wrap .trigger-close-popin .polygon * {
  stroke: rgba(255, 255, 255, 0.4);
}

.iframe .popin-wrap .trigger-close-popin .polygon *.hover {
  stroke: #FFF;
}

.iframe .popin-wrap .trigger-close-popin .icon-cross:after, .iframe .popin-wrap .trigger-close-popin .icon-cross:before {
  background: #FFF;
}

.popin-wrap .popin-content {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.popin-wrap .popin-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popin-wrap.loaded {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-image: none;
  background-color: #FFF;
}

@media (min-width: 62em) {
  .popin-wrap.loaded {
    width: 90%;
  }
}

.popin-wrap.loaded:not(.height-auto) {
  height: 90%;
}

.popin-wrap.loaded .popin-content {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.popin-wrap .popin-container {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  background: #FFF;
  height: auto;
  width: 100%;
}

.popin-container {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100%;
}

.popin-container h1 {
  font-size: 3em;
  margin-top: 0.8em;
}

.overlay {
  background: #3c3b3b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}

.open-popin .overlay {
  opacity: 0.9;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
}

.nav-page {
  position: absolute;
  right: 0px;
  z-index: 120;
  top: 10vh;
  display: none;
}

@media (min-width: 62em) {
  .nav-page {
    display: block;
  }
}

@media (min-width: 0em) {
  .nav-page {
    right: 0.5rem;
  }
}

@media (min-width: 30em) {
  .nav-page {
    right: 0.5rem;
  }
}

@media (min-width: 48em) {
  .nav-page {
    right: 0.625rem;
  }
}

@media (min-width: 62em) {
  .nav-page {
    right: 15px;
  }
}

@media (min-width: 80em) {
  .nav-page {
    right: 15px;
  }
}

@media (min-width: 90em) {
  .nav-page {
    right: 20px;
  }
}

@media (min-width: 120em) {
  .nav-page {
    right: 20px;
  }
}

.nav-page.fixed {
  position: fixed;
  top: 200px;
}

.nav-page.js-reveal {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.nav-page.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.nav-page ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.nav-page ul li {
  display: block;
  text-align: right;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.6em;
  padding: 0.45em 0;
  padding-right: 40px;
}

.nav-page ul li a {
  display: block;
  color: rgba(60, 59, 59, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-page ul li a:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #c9b192;
  position: absolute;
  top: 0.85em;
  left: 100%;
  margin-left: 10px;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.nav-page ul li a span {
  font-weight: 400;
  font-size: 0.95em;
  display: block;
  top: -1px;
  color: rgba(60, 59, 59, 0.3);
}

.nav-page ul li a:hover {
  color: #3c3b3b;
}

.nav-page ul li.active a {
  color: #3c3b3b;
}

.nav-page ul li.active a:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.loader {
  z-index: 9015;
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  left: 0;
  -webkit-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}

.page-is-loaded .loader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.loader:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
  -webkit-transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.page-is-loaded .loader:before {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.loader:after {
  content: '';
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0%;
  background: #FFF;
  -webkit-transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.page-is-loaded .loader:after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.loader .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 78px;
  margin-top: -145px;
  margin-left: -65px;
  z-index: 11;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s;
}

.page-is-loaded .loader .logo {
  -webkit-transform: translate3d(0, -80px, 0);
          transform: translate3d(0, -80px, 0);
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.loader .logo * {
  fill: #231f20;
}

.loader .icon {
  width: 100px;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}

.loader .icon svg {
  display: block;
  width: 100%;
}

.page-is-loaded .loader .icon {
  -webkit-transform: translate3d(0, -80px, 0);
          transform: translate3d(0, -80px, 0);
  opacity: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*---------------------------------------*		Sélection
\*---------------------------------------*/
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #c9b192;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #c9b192;
}

/*---------------------------------------*		Réglages globaux
\*---------------------------------------*/
*,
*:after,
*:before {
  position: relative;
  outline: none;
}

html {
  font-size: 12px;
  overflow-x: hidden;
}

@media (min-width: 48em) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 62em) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 80em) {
  html {
    font-size: 14px;
  }
}

html.open-menu, html.open-popin {
  overflow: hidden;
}

.is-mac,
.is-mac input,
.is-mac button,
.is-mac textarea {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: antialiased;
}

/*------------------------------------*		Base typographique

		More settings:
		http://type-scale.com/
\*------------------------------------*/
body {
  font-family: "Fedra Sans", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.71;
  color: #231f20;
  overflow-x: hidden;
}

p,
ul,
ol,
blockquote {
  margin-bottom: 1.71em;
  color: #969696;
}

p.grey-strong,
.grey-strong p,
ul.grey-strong,
.grey-strong
ul,
ol.grey-strong,
.grey-strong
ol,
blockquote.grey-strong,
.grey-strong
blockquote {
  color: #3c3b3b;
}

h1,
h2,
h3,
h4 {
  margin: 1.414em 0 0.5em;
  font-family: "Fedra Serif A", serif;
  line-height: 1.24;
  font-weight: 400;
}

h1 .gold,
h2 .gold,
h3 .gold,
h4 .gold {
  color: #bc927a;
}

h1 .number,
h2 .number,
h3 .number,
h4 .number {
  width: 60px;
  display: block;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-family: "Fedra Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 35px;
}

@media (min-width: 62em) {
  h1 .number,
  h2 .number,
  h3 .number,
  h4 .number {
    width: 110px;
    height: 110px;
    line-height: 108px;
  }
}

h1 .number .polygon *,
h2 .number .polygon *,
h3 .number .polygon *,
h4 .number .polygon * {
  stroke: #c9b192;
  stroke-width: 0.4px;
}

h1 {
  margin-top: 0.5em;
  font-size: 2.6666em;
  margin-bottom: 0.7em;
}

@media (min-width: 62em) {
  h1 {
    font-size: 4.428em;
  }
}

h2 {
  font-size: 2.1666em;
}

@media (min-width: 62em) {
  h2 {
    font-size: 3.57em;
  }
}

h3 {
  font-size: 1.25em;
  line-height: 1.5;
}

@media (min-width: 48em) {
  h3 {
    line-height: 1.24;
    font-size: 1.85em;
  }
}

h4 {
  font-size: 1.333em;
}

small {
  font-size: 0.75em;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

a {
  text-decoration: none;
  color: inherit;
}

/*------------------------------------*		Grid system (Bootstrap)
\*------------------------------------*/
.grid {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.grid__row:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 0em) {
  .grid__row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

@media (min-width: 30em) {
  .grid__row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

@media (min-width: 48em) {
  .grid__row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media (min-width: 62em) {
  .grid__row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 80em) {
  .grid__row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 90em) {
  .grid__row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 120em) {
  .grid__row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.grid,
[class*="grid__col-"] {
  min-height: 1px;
}

@media (min-width: 0em) {
  .grid,
  [class*="grid__col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 30em) {
  .grid,
  [class*="grid__col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 48em) {
  .grid,
  [class*="grid__col-"] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media (min-width: 62em) {
  .grid,
  [class*="grid__col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 80em) {
  .grid,
  [class*="grid__col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 90em) {
  .grid,
  [class*="grid__col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 120em) {
  .grid,
  [class*="grid__col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

[class*="grid__col-"] {
  float: left;
}

@media (min-width: 0em) {
  [class*="grid__col-xxs--"] {
    display: block;
  }
  .grid__col-xxs--no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .grid__col-xxs--gutter {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .grid__col-xxs--left {
    float: left;
  }
  .grid__col-xxs--right {
    float: right;
  }
  .grid__col-xxs--0 {
    display: none;
  }
  .grid__col-xxs--1 {
    width: 8.33333%;
  }
  .grid__col-xxs--2 {
    width: 16.66667%;
  }
  .grid__col-xxs--3 {
    width: 25%;
  }
  .grid__col-xxs--4 {
    width: 33.33333%;
  }
  .grid__col-xxs--5 {
    width: 41.66667%;
  }
  .grid__col-xxs--6 {
    width: 50%;
  }
  .grid__col-xxs--7 {
    width: 58.33333%;
  }
  .grid__col-xxs--8 {
    width: 66.66667%;
  }
  .grid__col-xxs--9 {
    width: 75%;
  }
  .grid__col-xxs--10 {
    width: 83.33333%;
  }
  .grid__col-xxs--11 {
    width: 91.66667%;
  }
  .grid__col-xxs--12 {
    width: 100%;
  }
}

@media (min-width: 30em) {
  [class*="grid__col-xs--"] {
    display: block;
  }
  .grid__col-xs--no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .grid__col-xs--gutter {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .grid__col-xs--left {
    float: left;
  }
  .grid__col-xs--right {
    float: right;
  }
  .grid__col-xs--0 {
    display: none;
  }
  .grid__col-xs--1 {
    width: 8.33333%;
  }
  .grid__col-xs--2 {
    width: 16.66667%;
  }
  .grid__col-xs--3 {
    width: 25%;
  }
  .grid__col-xs--4 {
    width: 33.33333%;
  }
  .grid__col-xs--5 {
    width: 41.66667%;
  }
  .grid__col-xs--6 {
    width: 50%;
  }
  .grid__col-xs--7 {
    width: 58.33333%;
  }
  .grid__col-xs--8 {
    width: 66.66667%;
  }
  .grid__col-xs--9 {
    width: 75%;
  }
  .grid__col-xs--10 {
    width: 83.33333%;
  }
  .grid__col-xs--11 {
    width: 91.66667%;
  }
  .grid__col-xs--12 {
    width: 100%;
  }
}

@media (min-width: 48em) {
  [class*="grid__col-s--"] {
    display: block;
  }
  .grid__col-s--no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .grid__col-s--gutter {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .grid__col-s--left {
    float: left;
  }
  .grid__col-s--right {
    float: right;
  }
  .grid__col-s--0 {
    display: none;
  }
  .grid__col-s--1 {
    width: 8.33333%;
  }
  .grid__col-s--2 {
    width: 16.66667%;
  }
  .grid__col-s--3 {
    width: 25%;
  }
  .grid__col-s--4 {
    width: 33.33333%;
  }
  .grid__col-s--5 {
    width: 41.66667%;
  }
  .grid__col-s--6 {
    width: 50%;
  }
  .grid__col-s--7 {
    width: 58.33333%;
  }
  .grid__col-s--8 {
    width: 66.66667%;
  }
  .grid__col-s--9 {
    width: 75%;
  }
  .grid__col-s--10 {
    width: 83.33333%;
  }
  .grid__col-s--11 {
    width: 91.66667%;
  }
  .grid__col-s--12 {
    width: 100%;
  }
}

@media (min-width: 62em) {
  [class*="grid__col-m--"] {
    display: block;
  }
  .grid__col-m--no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .grid__col-m--gutter {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid__col-m--left {
    float: left;
  }
  .grid__col-m--right {
    float: right;
  }
  .grid__col-m--0 {
    display: none;
  }
  .grid__col-m--1 {
    width: 8.33333%;
  }
  .grid__col-m--2 {
    width: 16.66667%;
  }
  .grid__col-m--3 {
    width: 25%;
  }
  .grid__col-m--4 {
    width: 33.33333%;
  }
  .grid__col-m--5 {
    width: 41.66667%;
  }
  .grid__col-m--6 {
    width: 50%;
  }
  .grid__col-m--7 {
    width: 58.33333%;
  }
  .grid__col-m--8 {
    width: 66.66667%;
  }
  .grid__col-m--9 {
    width: 75%;
  }
  .grid__col-m--10 {
    width: 83.33333%;
  }
  .grid__col-m--11 {
    width: 91.66667%;
  }
  .grid__col-m--12 {
    width: 100%;
  }
}

@media (min-width: 80em) {
  [class*="grid__col-l--"] {
    display: block;
  }
  .grid__col-l--no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .grid__col-l--gutter {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid__col-l--left {
    float: left;
  }
  .grid__col-l--right {
    float: right;
  }
  .grid__col-l--0 {
    display: none;
  }
  .grid__col-l--1 {
    width: 8.33333%;
  }
  .grid__col-l--2 {
    width: 16.66667%;
  }
  .grid__col-l--3 {
    width: 25%;
  }
  .grid__col-l--4 {
    width: 33.33333%;
  }
  .grid__col-l--5 {
    width: 41.66667%;
  }
  .grid__col-l--6 {
    width: 50%;
  }
  .grid__col-l--7 {
    width: 58.33333%;
  }
  .grid__col-l--8 {
    width: 66.66667%;
  }
  .grid__col-l--9 {
    width: 75%;
  }
  .grid__col-l--10 {
    width: 83.33333%;
  }
  .grid__col-l--11 {
    width: 91.66667%;
  }
  .grid__col-l--12 {
    width: 100%;
  }
}

@media (min-width: 90em) {
  [class*="grid__col-xl--"] {
    display: block;
  }
  .grid__col-xl--no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .grid__col-xl--gutter {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid__col-xl--left {
    float: left;
  }
  .grid__col-xl--right {
    float: right;
  }
  .grid__col-xl--0 {
    display: none;
  }
  .grid__col-xl--1 {
    width: 8.33333%;
  }
  .grid__col-xl--2 {
    width: 16.66667%;
  }
  .grid__col-xl--3 {
    width: 25%;
  }
  .grid__col-xl--4 {
    width: 33.33333%;
  }
  .grid__col-xl--5 {
    width: 41.66667%;
  }
  .grid__col-xl--6 {
    width: 50%;
  }
  .grid__col-xl--7 {
    width: 58.33333%;
  }
  .grid__col-xl--8 {
    width: 66.66667%;
  }
  .grid__col-xl--9 {
    width: 75%;
  }
  .grid__col-xl--10 {
    width: 83.33333%;
  }
  .grid__col-xl--11 {
    width: 91.66667%;
  }
  .grid__col-xl--12 {
    width: 100%;
  }
}

@media (min-width: 120em) {
  [class*="grid__col-xxl--"] {
    display: block;
  }
  .grid__col-xxl--no-gutter {
    padding-right: 0;
    padding-left: 0;
  }
  .grid__col-xxl--gutter {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid__col-xxl--left {
    float: left;
  }
  .grid__col-xxl--right {
    float: right;
  }
  .grid__col-xxl--0 {
    display: none;
  }
  .grid__col-xxl--1 {
    width: 8.33333%;
  }
  .grid__col-xxl--2 {
    width: 16.66667%;
  }
  .grid__col-xxl--3 {
    width: 25%;
  }
  .grid__col-xxl--4 {
    width: 33.33333%;
  }
  .grid__col-xxl--5 {
    width: 41.66667%;
  }
  .grid__col-xxl--6 {
    width: 50%;
  }
  .grid__col-xxl--7 {
    width: 58.33333%;
  }
  .grid__col-xxl--8 {
    width: 66.66667%;
  }
  .grid__col-xxl--9 {
    width: 75%;
  }
  .grid__col-xxl--10 {
    width: 83.33333%;
  }
  .grid__col-xxl--11 {
    width: 91.66667%;
  }
  .grid__col-xxl--12 {
    width: 100%;
  }
}

/*------------------------------------*		Main
\*------------------------------------*/
.section-main {
  padding-top: 100px;
}

@media (min-width: 48em) {
  .section-main {
    padding-top: 160px;
  }
}

.essential-detail .section-main {
  padding-top: 0 !important;
}

.page-title {
  font-size: 2.64em;
  -webkit-perspective: 600px;
          perspective: 600px;
  margin-bottom: 1.3em;
}

@media (min-width: 48em) {
  .page-title {
    font-size: 3.714em;
    margin-bottom: 1.15em;
  }
}

.page-title:before {
  content: '';
  width: 70px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -44px;
  background: transparent url(../svg/layout/losange.svg) center center no-repeat;
  background-size: contain;
}

@media (min-width: 48em) {
  .page-title:before {
    width: 109px;
    height: 138px;
    margin-left: -55px;
    margin-top: -69px;
  }
}

.page-title.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.page-title.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.page-title.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.page-title.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.page-title.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.page-title.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.page-title.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.page-title.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.page-title.js-reveal:before {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.page-title.js-reveal.is-visible:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transition: all 0.9s ease 0.4s;
  transition: all 0.9s ease 0.4s;
}

h3.page-title {
  font-size: 1.857em;
}

h3.page-title:before {
  content: '';
  width: 54px;
  height: 68px;
  position: absolute;
  margin-left: -27px;
  margin-top: -34px;
}

.section-content {
  margin-top: -50px;
}

@media (min-width: 48em) {
  .section-content {
    margin-top: -60px;
  }
}

.page-header {
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .page-header {
    margin-bottom: 60px;
  }
}

.page-header .intro {
  font-size: 1.18em;
  font-family: "Fedra Serif A", serif;
  color: #3c3b3b;
  margin: auto;
  line-height: 1.55em;
}

@media (min-width: 48em) {
  .page-header .intro {
    width: 70%;
    font-size: 1.28em;
  }
}

.page-header .intro.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.page-header .intro.js-reveal.is-visible {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.page-header .go-back {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  color: #3c3b3b;
  z-index: 120;
  margin-bottom: 45px;
}

@media (min-width: 48em) {
  .page-header .go-back {
    margin-bottom: 75px;
  }
}

@media (min-width: 62em) {
  .page-header .go-back {
    margin-bottom: 65px;
  }
}

@media (min-width: 80em) {
  .page-header .go-back {
    margin-bottom: 35px;
  }
}

.page-header .go-back.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 20px, 0);
          transform: translate3d(-50%, 20px, 0);
}

.page-header .go-back.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subtitle {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.14em;
  color: #c9b192;
  font-weight: 700;
  margin-bottom: 0;
}

.scrolldown {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

@media (min-width: 62em) {
  .scrolldown {
    display: block;
  }
}

.scrolldown:before {
  height: 1px;
  width: 100px;
  background: #FFF;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.scrolldown.js-reveal:before {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.scrolldown.js-reveal span {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.scrolldown.js-reveal .polygon *:first-child {
  stroke-dashoffset: 120px;
  stroke-dasharray: 120px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.scrolldown.js-reveal.is-visible:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.scrolldown.js-reveal.is-visible span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.scrolldown.js-reveal.is-visible .polygon *:first-child {
  stroke-dashoffset: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.scrolldown span {
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.scrolldown .polygon * {
  stroke: rgba(201, 177, 146, 0.5);
}

.scrolldown .polygon *.hover {
  stroke: #c9b192;
}

.scrolldown:hover:before {
  -webkit-transform: scale3d(1.15, 1, 1) !important;
          transform: scale3d(1.15, 1, 1) !important;
}

@-webkit-keyframes showImg {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes showImg {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes showImgInv {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes showImgInv {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes showImgVertical {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  60% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes showImgVertical {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  60% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes showImgVerticalInv {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  60% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes showImgVerticalInv {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  60% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes showImgIE {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes showImgIE {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes showImgInvIE {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes showImgInvIE {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes showImgVerticalIE {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes showImgVerticalIE {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes showImgVerticalInvIE {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes showImgVerticalInvIE {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/*------------------------------------*		Header
\*------------------------------------*/
.main-header {
  padding: 25px 0;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  -webkit-transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 110;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-header.hide-header {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

@media (min-width: 48em) {
  .main-header.hide-header {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .main-header {
    line-height: 80px;
    width: 96%;
    left: 2%;
  }
}

@media (min-width: 62em) {
  .main-header {
    padding: 30px 0;
    line-height: 80px;
  }
}

@media (min-width: 80em) {
  .main-header {
    padding: 60px 0;
  }
}

.main-logo {
  z-index: 110;
  display: inline-block;
}

.main-logo svg {
  display: block;
  height: 31px;
  width: 62px;
}

@media (min-width: 48em) {
  .main-logo svg {
    width: 130px;
    height: 78px;
  }
}

.main-logo svg * {
  fill: #231f20;
}

.white-theme .main-logo svg * {
  fill: #FFF;
}

.white-theme.error-404 .main-logo svg * {
  fill: #231f20;
}

@media (min-width: 62em) {
  .white-theme.error-404 .main-logo svg * {
    fill: #FFF;
  }
}

.toggle-menu {
  width: 20px;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  overflow: hidden;
  z-index: 110;
}

.toggle-menu:before, .toggle-menu:after {
  content: '';
  height: 2px;
  position: absolute;
  background: #fff;
}

.white-theme .toggle-menu:before, .white-theme .toggle-menu:after {
  background: #FFF;
}

.white-theme.error-404 .toggle-menu:before, .white-theme.error-404 .toggle-menu:after {
  background: #231f20;
}

@media (min-width: 62em) {
  .white-theme.error-404 .toggle-menu:before, .white-theme.error-404 .toggle-menu:after {
    background: #FFF;
  }
}

.toggle-menu:before {
  width: 14px;
  right: 0;
  top: 0;
}

.toggle-menu:after {
  top: 8px;
  left: 0;
  width: 17px;
}

.toggle-menu span {
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.white-theme .toggle-menu span {
  background: #FFF;
}

.white-theme.error-404 .toggle-menu span {
  background: #231f20;
}

@media (min-width: 62em) {
  .white-theme.error-404 .toggle-menu span {
    background: #FFF;
  }
}

.toggle-menu:hover span, .toggle-menu:hover:before, .toggle-menu:hover:after {
  -webkit-animation: barre 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: barre 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.toggle-menu:hover:after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.toggle-menu:hover span {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes barre {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50.1% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes barre {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50.1% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0s ease 1.2s, visibility 0s ease 1.2s, background-color 0s ease 0s;
  transition: opacity 0s ease 1.2s, visibility 0s ease 1.2s, background-color 0s ease 0s;
  padding-bottom: 40px;
  background-color: transparent;
}

@media (min-width: 80em) {
  .main-menu {
    padding-bottom: 0;
  }
}

.open-menu .main-menu {
  -webkit-transition-delay: 0s, 0s, 1.2s;
          transition-delay: 0s, 0s, 1.2s;
  opacity: 1;
  visibility: visible;
  background-color: #f5f4f0;
}

.main-menu:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
  -webkit-transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.open-menu .main-menu:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-menu .trigger-close-menu {
  z-index: 120;
  position: absolute;
  top: 10px;
  left: 40%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 50px;
  margin-top: -30px;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 62em) {
  .main-menu .trigger-close-menu {
    left: 0;
  }
}

@media (min-width: 80em) {
  .main-menu .trigger-close-menu {
    top: 70px;
    left: 175px;
  }
}

.open-menu .main-menu .trigger-close-menu {
  opacity: 1;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  margin-top: 0;
  visibility: visible;
}

.main-menu .trigger-close-menu .polygon * {
  stroke: rgba(60, 59, 59, 0.2);
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu .trigger-close-menu .polygon * {
    stroke: rgba(255, 255, 255, 0.4);
  }
}

.main-menu .trigger-close-menu .polygon *.hover {
  stroke: #3c3b3b;
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu .trigger-close-menu .polygon *.hover {
    stroke: #FFF;
  }
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu .trigger-close-menu .icon-cross:after, .white-theme-menu .main-menu .trigger-close-menu .icon-cross:before {
    background: #FFF;
  }
}

.main-menu .selector-lang {
  display: inline-block;
  padding: 0 3px;
  font-size: 1em;
  width: auto;
  display: none;
}

@media (min-width: 80em) {
  .main-menu .selector-lang {
    display: block;
    padding: 0 10px;
  }
}

.main-menu .selector-lang.top {
  display: block;
  position: absolute;
  top: 25px;
  right: 4%;
  z-index: 41;
  opacity: 0;
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.open-menu .main-menu .selector-lang.top {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

@media (min-width: 80em) {
  .main-menu .selector-lang.top {
    display: none;
  }
}

.main-menu .selector-lang li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0;
  width: auto;
}

.main-menu footer {
  width: calc(100% - 15%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 16;
  clear: both;
  margin-left: 15%;
}

@media (min-width: 62em) {
  .main-menu footer {
    width: calc(100% - 45%);
    margin-left: 45%;
  }
}

@media (min-width: 80em) {
  .main-menu footer {
    right: 0;
    bottom: 10%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
  }
}

.open-menu .main-menu footer {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-menu footer .form-nsl {
  width: 90%;
  float: right;
  display: none;
}

@media (min-width: 80em) {
  .main-menu footer .form-nsl {
    display: block;
  }
}

.main-menu footer .form-nsl label {
  display: inline-block;
  color: #3c3b3b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer .form-nsl label {
    color: #FFF;
  }
}

.main-menu footer .form-nsl input {
  display: block;
  line-height: 1.5rem;
  color: rgba(60, 59, 59, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-bottom: 1px solid rgba(60, 59, 59, 0.3);
  padding-left: 105px;
  padding-right: 35px;
  margin-right: 26px;
  width: calc(100% - 26px);
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer .form-nsl input {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.white-theme-menu .main-menu footer .form-nsl input:-webkit-autofill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.white-theme-menu .main-menu footer .form-nsl input:-webkit-autofill:hover, .white-theme-menu .main-menu footer .form-nsl input:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.main-menu footer .form-nsl button {
  position: absolute;
  right: 0;
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
}

.main-menu footer .form-nsl button .icon * {
  fill: #3c3b3b;
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer .form-nsl button .icon * {
    fill: #FFF;
  }
}

.main-menu footer .form-nsl button .polygon * {
  stroke: rgba(60, 59, 59, 0.2);
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer .form-nsl button .polygon * {
    stroke: rgba(255, 255, 255, 0.4);
  }
}

.main-menu footer .form-nsl button .polygon *.hover {
  stroke: #3c3b3b;
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer .form-nsl button .polygon *.hover {
    stroke: #FFF;
  }
}

.main-menu footer ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding: 0 25px;
  margin-top: 30px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #3c3b3b;
}

@media (min-width: 80em) {
  .main-menu footer ul {
    text-align: center;
    font-size: 0.75em;
    margin-top: 0;
    padding: 0 10px;
    width: 40%;
    float: left;
  }
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer ul {
    color: #FFF;
  }
}

.main-menu footer ul:first-child, .main-menu footer ul:last-child {
  text-align: left;
}

@media (min-width: 80em) {
  .main-menu footer ul:first-child, .main-menu footer ul:last-child {
    width: 30%;
  }
}

@media (min-width: 62em) {
  .main-menu footer ul:last-child li {
    width: 100%;
  }
}

.main-menu footer ul li {
  display: block;
  vertical-align: middle;
  color: rgba(60, 59, 59, 0.4);
  padding: 0;
}

@media (min-width: 80em) {
  .main-menu footer ul li {
    display: inline-block;
    padding: 0 15px;
  }
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer ul li {
    color: rgba(255, 255, 255, 0.4);
  }
}

.main-menu footer ul li.active {
  color: #3c3b3b;
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer ul li.active {
    color: #FFF;
  }
}

.main-menu footer ul li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  padding: 7px 0;
}

@media (min-width: 80em) {
  .main-menu footer ul li a {
    padding: 0;
  }
}

.main-menu footer ul li a:hover {
  color: #3c3b3b;
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer ul li a:hover {
    color: #FFF;
  }
}

.main-menu footer ul .social {
  width: 100%;
  text-align: center;
}

.main-menu footer ul .social label {
  border-bottom: 1px solid #3c3b3b;
  color: #3c3b3b;
  font-weight: 700;
  display: none;
  vertical-align: middle;
}

@media (min-width: 80em) {
  .main-menu footer ul .social label {
    display: inline-block;
  }
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer ul .social label {
    border-color: #FFF;
    color: #FFF;
  }
}

@media (min-width: 80em) {
  .main-menu footer ul .social .polygon {
    display: none;
  }
}

.main-menu footer ul .social .polygon * {
  stroke: rgba(60, 59, 59, 0.4);
}

.main-menu footer ul .social .icon {
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}

.main-menu footer ul .social .icon.icon_insta {
  -webkit-transform: scale3d(0.6, 0.6, 1);
          transform: scale3d(0.6, 0.6, 1);
}

@media (min-width: 80em) {
  .main-menu footer ul .social .icon {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.main-menu footer ul .social .icon * {
  fill: #3c3b3b;
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu footer ul .social .icon * {
    fill: #FFF;
  }
}

.main-menu footer ul .social a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 36px;
  text-align: center;
}

@media (min-width: 80em) {
  .main-menu footer ul .social a {
    width: auto;
    margin: 0;
    margin-left: 15px;
  }
}

.main-menu footer ul .social a:hover {
  opacity: 0.4;
}

.main-menu .menu-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  z-index: 13;
  overflow: hidden;
  display: none;
}

@media (min-width: 80em) {
  .main-menu .menu-video {
    display: block;
  }
}

.open-menu .main-menu .menu-video {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.main-menu .menu-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-menu nav {
  min-width: 80%;
  max-width: 85%;
  margin-left: 15%;
}

@media (min-width: 62em) {
  .main-menu nav {
    min-width: 50%;
    max-width: 55%;
    margin-left: 45%;
  }
}

@media (min-width: 80em) {
  .main-menu nav {
    height: 100%;
    margin-left: 0;
    float: right;
    min-width: 80%;
    max-width: 85%;
  }
}

.main-menu nav:before {
  content: '';
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 15%;
  background: #FFF;
  -webkit-transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  z-index: 11;
}

@media (min-width: 62em) {
  .main-menu nav:before {
    left: 45%;
  }
}

@media (min-width: 80em) {
  .main-menu nav:before {
    left: 0;
    position: absolute;
  }
}

.open-menu .main-menu nav:before {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main-menu nav:after {
  content: '';
  width: 1px;
  background: #3c3b3b;
  left: 175px;
  height: 100%;
  top: 0;
  position: absolute;
  opacity: 0.1;
  pointer-events: none;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  z-index: 16;
  display: none;
}

@media (min-width: 80em) {
  .main-menu nav:after {
    display: block;
  }
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu nav:after {
    background: #FFF;
  }
}

.open-menu .main-menu nav:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.main-menu nav .container-menu {
  z-index: 16;
  padding-top: 90px;
}

@media (min-width: 80em) {
  .main-menu nav .container-menu {
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.main-menu nav .menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-family: "Fedra Serif A", serif;
  z-index: 16;
  padding-left: 25px;
  color: #3c3b3b;
  will-change: auto;
  font-size: 1.428em;
}

@media (min-width: 80em) {
  .main-menu nav .menu {
    padding-left: 175px;
  }
}

@media (min-width: 80em) {
  .white-theme-menu .main-menu nav .menu {
    color: #FFF;
  }
}

.main-menu nav .menu > li {
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
  line-height: 2.9em;
  border-bottom: 1px solid rgba(60, 59, 59, 0.2);
  will-change: auto;
}

@media (min-width: 80em) {
  .main-menu nav .menu > li {
    border-bottom: 0;
  }
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(4) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(5) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(7) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(9) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.open-menu .main-menu nav .menu > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.open-menu .main-menu nav .menu > li:nth-child(10) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.main-menu nav .menu > li.dropdown a {
  width: 80%;
}

@media (min-width: 48em) {
  .main-menu nav .menu > li.dropdown {
    width: 100%;
  }
}

@media (min-width: 80em) {
  .main-menu nav .menu > li:hover > a, .main-menu nav .menu > li.hover > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .main-menu nav .menu > li:hover > a span, .main-menu nav .menu > li.hover > a span {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  .main-menu nav .menu > li:hover > a span:last-child, .main-menu nav .menu > li.hover > a span:last-child {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    top: 12px;
  }
}

@media (min-width: 80em) {
  .main-menu nav .menu > li:hover.dropdown > a, .main-menu nav .menu > li.hover.dropdown > a {
    padding-bottom: 1.5em;
  }
}

.main-menu nav .menu > li:hover.dropdown ul, .main-menu nav .menu > li.hover.dropdown ul {
  max-height: 15rem;
}

.main-menu nav .menu > li:hover.dropdown li, .main-menu nav .menu > li.hover.dropdown li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(1), .main-menu nav .menu > li.hover.dropdown li:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(2), .main-menu nav .menu > li.hover.dropdown li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(3), .main-menu nav .menu > li.hover.dropdown li:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(4), .main-menu nav .menu > li.hover.dropdown li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(5), .main-menu nav .menu > li.hover.dropdown li:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(6), .main-menu nav .menu > li.hover.dropdown li:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(7), .main-menu nav .menu > li.hover.dropdown li:nth-child(7) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(8), .main-menu nav .menu > li.hover.dropdown li:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(9), .main-menu nav .menu > li.hover.dropdown li:nth-child(9) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.main-menu nav .menu > li:hover.dropdown li:nth-child(10), .main-menu nav .menu > li.hover.dropdown li:nth-child(10) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.main-menu nav .menu > li .icon_burger {
  position: absolute;
  top: 1.35em;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 20px;
  z-index: 11;
}

@media (min-width: 80em) {
  .main-menu nav .menu > li .icon_burger {
    display: none;
  }
}

.main-menu nav .menu > li > a {
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  line-height: 2.9em;
  vertical-align: top;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  overflow: hidden;
  box-sizing: content-box;
  will-change: auto;
}

.main-menu nav .menu > li > a span {
  display: block;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: auto;
}

.main-menu nav .menu > li > a span:last-child {
  font-size: 2.6em;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.main-menu nav .menu > li ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1em;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (min-width: 80em) {
  .main-menu nav .menu > li ul {
    position: absolute;
    bottom: 0.4em;
    left: 0;
  }
}

.main-menu nav .menu > li ul li {
  display: block;
  font-size: 0.9em;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  line-height: 2em;
}

@media (min-width: 80em) {
  .main-menu nav .menu > li ul li {
    font-family: "Fedra Sans", Arial, sans-serif;
    line-height: 1.4em;
    padding-left: 25px;
    font-size: 1rem;
    display: inline-block;
  }
}

.main-menu nav .menu > li ul li:first-child {
  padding-left: 0;
}

.main-menu nav .menu > li ul li:last-child {
  padding-bottom: 1em;
}

@media (min-width: 80em) {
  .main-menu nav .menu > li ul li:last-child {
    padding-bottom: 0;
  }
}

.main-menu nav .menu > li ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.main-menu nav .menu > li ul li a:hover {
  opacity: 1;
}

/*------------------------------------*		Footer
\*------------------------------------*/
.main-footer {
  padding-bottom: 25px;
}

@media (min-width: 62em) {
  .main-footer {
    padding-bottom: 30px;
  }
}

.exclusive-detail .main-footer,
.essential-detail .main-footer,
.error-404 .main-footer {
  display: none;
}

.main-footer .block-footer {
  background: #3c3b3b;
  margin-bottom: 30px;
  margin-left: -5%;
  margin-right: -5%;
}

@media (min-width: 62em) {
  .main-footer .block-footer {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
  }
}

.main-footer .block-footer:before {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  background: #FFF;
  opacity: 0.2;
  display: none;
}

@media (min-width: 62em) {
  .main-footer .block-footer:before {
    display: block;
  }
}

.main-footer .block-footer [class*="grid__col"] {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (min-width: 62em) {
  .main-footer .block-footer [class*="grid__col"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main-footer .block-footer [class*="grid__col"]:last-child:after {
  content: '';
  height: 1px;
  width: 100%;
  top: 0;
  left: 0%;
  position: absolute;
  background: #FFF;
  opacity: 0.2;
  display: block;
}

@media (min-width: 62em) {
  .main-footer .block-footer [class*="grid__col"]:last-child:after {
    display: none;
  }
}

.main-footer .block-footer [class*="grid__col"]:last-child label {
  color: #FFF;
}

.main-footer .block-footer label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #c9b192;
  font-size: 0.75em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.45em;
  margin-left: 10px;
}

@media (min-width: 62em) {
  .main-footer .block-footer label {
    margin-left: 0;
  }
}

.main-footer .block-footer input {
  font-size: 1.428em;
  line-height: 1.5em;
  display: block;
  border: none;
  outline: 0;
  color: #f5f4f0;
  font-family: "Fedra Serif A", serif;
  width: calc(100% - 80px);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(213, 212, 209, 0.2);
  margin-left: 10px;
}

.main-footer .block-footer input:-webkit-autofill {
  -webkit-text-fill-color: #f5f4f0;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.main-footer .block-footer input:-webkit-autofill:hover, .main-footer .block-footer input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f5f4f0;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 62em) {
  .main-footer .block-footer input {
    margin-left: 0;
  }
}

@media (min-width: 62em) {
  .main-footer .block-footer input {
    width: calc(100% - 130px);
  }
}

.main-footer .block-footer .label {
  font-size: 1.428em;
  line-height: 1.5em;
  display: block;
  color: #c9b192;
  padding-bottom: 12px;
  font-family: "Fedra Serif A", serif;
  width: calc(100% - 80px);
  margin-left: 10px;
}

@media (min-width: 62em) {
  .main-footer .block-footer .label {
    margin-left: 0;
  }
}

.main-footer .block-footer a,
.main-footer .block-footer button {
  position: absolute;
  right: 0;
  width: 74px;
  height: 74px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #c9b192;
  font-weight: 700;
  font-size: 0.66em;
  letter-spacing: 0.14em;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}

@media (min-width: 62em) {
  .main-footer .block-footer a,
  .main-footer .block-footer button {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    right: 30px;
  }
}

.main-footer .block-footer a .polygon,
.main-footer .block-footer button .polygon {
  width: 74px;
  height: 74px;
  margin-top: -37px;
  margin-left: -37px;
  -webkit-transform-origin: 36px 36px;
      -ms-transform-origin: 36px 36px;
          transform-origin: 36px 36px;
}

.main-footer .block-footer a .polygon *,
.main-footer .block-footer button .polygon * {
  stroke: rgba(201, 177, 146, 0.5);
}

.main-footer .block-footer a .polygon *.hover,
.main-footer .block-footer button .polygon *.hover {
  stroke: #c9b192;
}

.main-footer .menu {
  font-size: 0.75em;
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #969696;
}

.main-footer .menu li {
  display: block;
}

.main-footer .menu li a {
  display: inline-block;
  margin: 0.5em 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-footer .menu li a:hover {
  color: #231f20;
}

.main-footer .menu li .selector-lang {
  display: inline-block;
  padding: 0;
  font-size: 1em;
  width: auto;
  margin: 0;
}

.main-footer .menu li .selector-lang li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

.main-footer .menu li .selector-lang li.active {
  color: #231f20;
}

.main-footer .main-logo {
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
}

@media (min-width: 62em) {
  .main-footer .main-logo {
    margin-top: 0;
  }
}

.main-footer .main-logo svg * {
  fill: #3c3b3b;
}

.main-footer label {
  display: block;
  font-size: 0.75em;
  color: #969696;
  margin-bottom: 0.8em;
}

.main-footer .socials {
  text-align: right;
}

.main-footer .socials ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main-footer .socials ul li {
  display: inline-block;
}

.main-footer .socials ul a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}

.main-footer .socials ul a:hover {
  opacity: 0.4;
}

.main-footer .socials .icon {
  margin-left: 20px;
}

.main-footer .closure {
  margin-top: 20px;
}

@media (min-width: 62em) {
  .main-footer .closure {
    margin-top: 30px;
  }
}

.main-footer .closure .icon_first-of-all * {
  fill: #3c3b3b;
}

.img-first-of-all {
  display: inline-block;
}

.img-first-of-all.js-reveal {
  overflow: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.img-first-of-all.js-reveal .icon {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.img-first-of-all.js-reveal.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  transition: all 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

.img-first-of-all.js-reveal.is-visible .icon {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  transition: all 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

.section-gallery {
  padding-top: 15px;
  padding-bottom: 140px;
}

@media (min-width: 62em) {
  .section-gallery {
    padding-top: 200px;
    padding-bottom: 140px;
  }
}

.section-gallery h2 {
  font-size: 2.85em;
}

.section-gallery h2 span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.section-gallery h2 span span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  line-height: 1.14em;
}

.section-gallery h2 span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.section-gallery h2 span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.section-gallery h2 span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.section-gallery h2 span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.section-gallery h2 span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-gallery h2.js-reveal span span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.section-gallery h2.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

.section-gallery p.js-reveal {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.section-gallery p.js-reveal.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

.section-gallery .link {
  display: inline-block;
}

.section-gallery .link.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.section-gallery .link.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-pattern .img, .section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-pattern.img-is-loaded {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-img.img-is-loaded {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-info,
.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-link {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.section-gallery .grid__col-m--3:nth-child(3) .gallery-item.is-visible .gallery-link {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.section-gallery .grid__col-m--3:nth-child(4) .gallery-item.is-visible .gallery-pattern .img, .section-gallery .grid__col-m--3:nth-child(4) .gallery-item.is-visible .gallery-pattern.img-is-loaded {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-gallery .grid__col-m--3:nth-child(4) .gallery-item.is-visible .gallery-img.img-is-loaded {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-gallery .grid__col-m--3:nth-child(4) .gallery-item.is-visible .gallery-info,
.section-gallery .grid__col-m--3:nth-child(4) .gallery-item.is-visible .gallery-link {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section-gallery .grid__col-m--3:nth-child(4) .gallery-item.is-visible .gallery-link {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.section-quotes {
  background: #f5f4f0;
  overflow-x: hidden;
}

@media (min-width: 62em) {
  .section-quotes {
    border-top: 1px solid rgba(35, 31, 32, 0.1);
  }
}

.section-quotes:before {
  content: '';
  width: 90%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  position: absolute;
}

.section-quotes.js-reveal:before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.section-quotes.js-reveal.is-visible:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
}

.hp-quote {
  padding-top: 280px;
  padding-bottom: 80px;
}
@media (max-width:766px){
	.hp-quote {
  padding-top: 190px;
  padding-bottom: 80px;
}

}


@media (width:430px){
	.hp-quote {
  padding-top: 280px !important;
  padding-bottom: 80px;
}

}


@media (min-width: 48em) {
  .hp-quote {
    padding-bottom: 130px;
    padding-top: 130px !important;
  }
}

.hp-quote img {
  position: absolute;
  left: -35%;
  top: 30px;
  width: 100%;
}

.hp-quote img.js-reveal {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
  opacity: 0;
}

.hp-quote img.js-reveal.is-visible.is-loaded {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  opacity: 1;
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}

@media (min-width: 48em) {
  .hp-quote img {
    width: auto;
    top: 60px;
    right: 100%;
    left: auto;
    margin-right: -10%;
  }
}

.hp-quote h3 {
  font-size: 2.16666em;
  font-family: "Fedra Serif A", serif;
  line-height: 1.4em;
  color: #3c3b3b;
  margin: 0;
  overflow: hidden;
}

@media (min-width: 48em) {
  .hp-quote h3 {
    font-size: 3.57em;
    line-height: 1.08;
    margin-left:130px;
  }
}

.hp-quote h3 span {
  display: inline-block;
}

.hp-quote h3.js-reveal span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.hp-quote h3.js-reveal.is-visible span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}

.hp-quote p {
  font-size: 2.16666em;
  font-family: "Fedra Serif A", serif;
  line-height: 1.4em;
  color: #d5d4d1;
}

@media (min-width: 48em) {
  .hp-quote p {
        font-size: 20px;
    margin-top:20px;
    margin-left:130px;
     }
}

.hp-quote p.no-margin {
  margin-bottom: 0;
}

.hp-quote p span {
  color: #3c3b3b;
}

.hp-quote p.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

.hp-quote p.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}

.hp-quote .img-first-of-all {
  margin-bottom: 30px;
  top: -2em;
}

@media (min-width: 48em) {
  .hp-quote .img-first-of-all {
    margin-bottom: 0;
    top: -3.5em;
  }
}

.hp-quote .u-tac .link.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.hp-quote .u-tac .link.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.hp-quote .quote-credit {
  display: inline-block;
  color: rgba(35, 31, 32, 0.4);
  line-height: 1.6em;
  font-size: 0.95em;
  margin-bottom: 2em;
  width: 32%;
}

@media (min-width: 48em) {
  .hp-quote .quote-credit {
    margin-bottom: 7em;
    width: 25%;
    font-size: 0.75em;
  }
}

.hp-quote .quote-credit span {
  display: block;
  font-family: "Fedra Serif A", serif;
  color: #231f20;
}

.hp-quote .quote-credit.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.hp-quote .quote-credit.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hp-quote .quote-credit.js-reveal.is-visible:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hp-quote .quote-credit.js-reveal.is-visible:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hp-quote .quote-credit.js-reveal.is-visible:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hp-quote .quote-credit.js-reveal.is-visible:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.hp-quote .quote-credit.js-reveal.is-visible:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.hp-quote .quote-credit.js-reveal.is-visible:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
          margin-left:130px;
}

.list-hj {
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .list-hj {
    margin-bottom: 100px;
  }
}

.hj-bg {
  display: block;
  width: 100%;
  opacity: 0 !important;
}

.hj-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hj-img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 62em) {
  .hj-img {
    height: 90%;
  }
}

.hj-img img {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  left: 0;
  opacity: 1;
}

.hj-img.right {
  position: absolute;
  width: 50%;
  left: auto;
  right: 0;
}

@media (min-width: 62em) {
  .hj-img.right {
    top: 20%;
    height: 85%;
  }
}

.hj-img.right img {
  position: absolute;
  top: 0;
  -webkit-transition: none;
  transition: none;
  left: auto;
  right: 0;
}

.hj-info {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 80%;
  color: #FFF;
}

@media (min-width: 48em) {
  .hj-info {
    bottom: 10%;
    width: 60%;
  }
}

@media (min-width: 62em) {
  .hj-info {
    top: 30%;
    left: 10%;
    width: 40%;
    bottom: auto;
  }
}

@media (min-width: 80em) {
  .hj-info {
    top: 40%;
  }
}

.hj-info h2 {
  margin-bottom: 0.2em;
}

.hj-info h2 > span {
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.hj-info .link-btn {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  padding: 0;
}

.hj-border {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7em;
  white-space: nowrap;
  font-weight: 700;
  color: #3c3b3b;
  position: absolute;
  top: 55%;
  right: 105%;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 48em) {
  .hj-border {
    right: 103%;
  }
}

@media (min-width: 62em) {
  .hj-border {
    right: 105%;
  }
}

.hj-border.right {
  right: auto;
  left: 105%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 48em) {
  .hj-border.right {
    left: 103%;
  }
}

@media (min-width: 62em) {
  .hj-border.right {
    left: 105%;
  }
}

.hj-border.js-reveal {
  opacity: 0;
  margin-left: 20px;
}

.hj-border.js-reveal.right {
  margin-right: 20px;
  margin-left: 0;
}

.hj-border.js-reveal.is-visible {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}

.hj-border.js-reveal.is-visible.right {
  margin-right: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  margin-left: 0;
}

.hj-item {
  margin-bottom: 25px;
}

@media (min-width: 48em) {
  .hj-item {
    margin-bottom: 50px;
  }
}

.hj-item:before {
  content: '';
  position: absolute;
  top: 15%;
  left: 50%;
  width: 50vw;
  height: 75%;
  background: #f5f4f0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.hj-item:nth-child(even):before {
  left: auto;
  right: 50%;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.hj-item.js-reveal {
  opacity: 0;
}

.hj-item.js-reveal:before {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.hj-item.js-reveal h2 span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.hj-item.js-reveal h2 span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.hj-item.js-reveal .hj-img img {
  opacity: 0;
}

.hj-item.js-reveal .hj-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f4f0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.hj-item.js-reveal .hj-border {
  opacity: 0;
  margin-right: -20px;
}

.hj-item.js-reveal .hj-border.right {
  margin-right: 0;
  margin-left: -20px;
}

.hj-item.js-reveal .link-btn {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.hj-item.js-reveal.is-visible.img-is-loaded {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hj-item.js-reveal.is-visible.img-is-loaded .hj-img:after {
  -webkit-animation: showImgVertical 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: showImgVertical 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.ie .hj-item.js-reveal.is-visible.img-is-loaded .hj-img:after {
  -webkit-animation: showImgVerticalIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: showImgVerticalIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.hj-item.js-reveal.is-visible.img-is-loaded .hj-img img {
  -webkit-transition: opacity 0s linear 0.7s;
  transition: opacity 0s linear 0.7s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.hj-item.js-reveal.is-visible.img-is-loaded .hj-img.right:after {
  -webkit-animation: showImgVertical 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgVertical 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.ie .hj-item.js-reveal.is-visible.img-is-loaded .hj-img.right:after {
  -webkit-animation: showImgVerticalIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgVerticalIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.hj-item.js-reveal.is-visible.img-is-loaded .hj-img.right img {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(1) span {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(2) span {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(3) span {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(4) span {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(5) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

.hj-item.js-reveal.is-visible.img-is-loaded h2 span:nth-child(5) span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.hj-item.js-reveal.is-visible.img-is-loaded .link-btn {
  -webkit-transition: all 0.5s ease 1.25s;
  transition: all 0.5s ease 1.25s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hj-item.js-reveal.is-visible.img-is-loaded .hj-border {
  opacity: 1;
  margin-right: 0;
  -webkit-transition: all 0.5s ease 1.25s;
  transition: all 0.5s ease 1.25s;
}

.hj-item.js-reveal.is-visible.img-is-loaded .hj-border.right {
  margin-right: 0;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  margin-left: 0;
}

.hj-item.js-reveal.is-visible.img-is-loaded:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1) 1.15s;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1) 1.15s;
}

.hj-item:hover .hj-info h2 > span {
  -webkit-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}

.hj-item:hover .hj-info .link-btn .polygon {
  -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
          transform: translate3d(0, 0, 0) rotate(-180deg);
}

.hj-item:hover .hj-info .link-btn .polygon .hover {
  stroke-dashoffset: 0;
}

.hj-detail .btn-back {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 35px;
  z-index: 110;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.14em;
  font-weight: 700;
  will-change: auto;
}

@media (min-width: 48em) {
  .hj-detail .btn-back {
    top: 65px;
  }
}

@media (min-width: 62em) {
  .hj-detail .btn-back {
    left: 0;
    -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
            transform: rotate(-90deg) translate3d(50%, 0, 0);
    top: 400px;
    margin-bottom: 0;
    bottom: auto;
  }
}

.hj-detail .btn-back.js-reveal {
  opacity: 0;
}

.hj-detail .btn-back.js-reveal.is-visible {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  opacity: 1;
}

.hj-detail .btn-back:after {
  position: absolute;
  content: '';
  top: 100%;
  margin-top: 5px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #c9b192;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(0.75, 1, 1);
          transform: translate3d(-50%, 0, 0) scale3d(0.75, 1, 1);
}

.hj-detail .btn-back:hover:after {
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  margin-top: 2px;
}

.hj-detail .slick-dots {
  top: 100%;
  bottom: auto;
  white-space: nowrap;
}

.hj-detail .slick-dots li:after {
  background: rgba(60, 59, 59, 0.5);
}

.hj-detail .slick-dots button:before {
  background: rgba(60, 59, 59, 0.5);
}

.hj-detail .slick-dots button:after {
  border: 2px solid rgba(60, 59, 59, 0.5);
}

.hj-detail .js-reveal .slick-dots {
  opacity: 0;
}

.hj-detail .js-reveal.is-visible .slick-dots {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.hj-detail .hj-border {
  right: auto;
  left: 0;
  top: 50%;
  z-index: 6;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  display: none;
}

@media (min-width: 48em) {
  .hj-detail .hj-border {
    display: block;
    left: -40px;
  }
}

@media (min-width: 62em) {
  .hj-detail .hj-border {
    left: 0;
  }
}

.hj-detail .hj-border.right {
  left: auto;
  right: 0;
}

@media (min-width: 48em) {
  .hj-detail .hj-border.right {
    left: auto;
    right: -50px;
  }
}

@media (min-width: 62em) {
  .hj-detail .hj-border.right {
    left: auto;
    right: 0;
  }
}

.hj-detail .explore-player {
  position: relative;
  left: auto;
}

.hj-detail .explore-player.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hj-detail .explore-player .explore-progress {
  width: calc(100% - 90px);
  display: inline-block;
}

@media (min-width: 48em) {
  .hj-detail .explore-player .trigger-play .polygon * {
    fill: #FFF;
    stroke: #FFF;
  }
}

.hj-detail .explore-player .trigger-play:hover .polygon {
  -webkit-transform: scale3d(0.85, 0.85, 1) rotate(180deg);
          transform: scale3d(0.85, 0.85, 1) rotate(180deg);
}

.hj-detail h1 {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 3.715em;
  z-index: 6;
}

.hj-detail h1.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.hj-detail h1.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.hj-detail h1.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hj-detail h1.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hj-detail h1.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.hj-detail h1.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hj-detail h1.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.hj-detail h1.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hj-detail h2 {
  margin-top: 0.5em;
  z-index: 6;
}

.hj-detail h4 {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  line-height: 1.555em;
  z-index: 6;
}

.hj-detail .line-breaker:not(.inherit).js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.hj-detail .line-breaker:not(.inherit).js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.hj-detail .line-breaker:not(.inherit).js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hj-detail .line-breaker:not(.inherit).js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hj-detail .line-breaker:not(.inherit).js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.hj-detail .line-breaker:not(.inherit).js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hj-detail .line-breaker:not(.inherit).js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.hj-detail .line-breaker:not(.inherit).js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hj-detail .more {
  color: #3c3b3b;
}

.hj-detail .more.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.hj-detail .more.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease 0.15s;
  transition: all 0.6s ease 0.15s;
}

.hj-detail .body.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.hj-detail .body.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hj-detail__legend.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.hj-detail__legend.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
}

.hj-detail__intro {
  margin-bottom: 70px;
}

@media (min-width: 48em) {
  .hj-detail__intro {
    margin-bottom: 140px;
  }
}

.hj-detail__focus img {
  max-width: 100%;
}

@media (min-width: 48em) {
  .hj-detail__focus img {
    max-width: none;
  }
}

.hj-detail__sliders {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .hj-detail__sliders {
    margin-bottom: 120px;
    margin-top: 40px;
  }
}

@media (min-width: 62em) {
  .hj-detail__sliders {
    margin-top: -5%;
  }
}

.hj-detail__gallery {
  padding-top: 15px;
  padding-bottom: 40px;
}

@media (min-width: 48em) {
  .hj-detail__gallery {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .hj-detail__gallery {
    padding-bottom: 140px;
  }
}

.hj-detail__cover {
  width: 100%;
  min-height: 60vh;
  overflow: hidden;
}

@media (min-width: 62em) {
  .hj-detail__cover {
    min-height: 500px;
  }
}

@media (min-width: 120em) {
  .hj-detail__cover {
    min-height: 620px;
  }
}

.hj-detail__cover img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  width: 200%;
}

@media (min-width: 62em) {
  .hj-detail__cover img {
    width: 100%;
  }
}

.hj-detail__cover.js-reveal img {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1.15, 1.15, 1);
          transform: translate3d(-50%, 0, 0) scale3d(1.15, 1.15, 1);
}

.hj-detail__cover.js-reveal.is-visible.img-is-loaded img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
}

@media (min-width: 62em) {
  .hj-detail__showroom {
    margin-bottom: 100px;
  }
}

.hj-detail__pattern1 {
  position: absolute;
  overflow: hidden;
  height: 150%;
  display: none;
  top: 0;
  z-index: 1;
}

@media (min-width: 48em) {
  .hj-detail__pattern1 {
    top: 10%;
    display: block;
    height: 110%;
    right: 80%;
  }
}

@media (min-width: 62em) {
  .hj-detail__pattern1 {
    top: 0;
    right: 75%;
    height: 150%;
  }
}

.hj-detail__pattern1:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.hj-detail__pattern1 img {
  float: right;
  -webkit-transition: none;
  transition: none;
}

.hj-detail__pattern1.js-reveal.is-visible:after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.hj-detail__pattern2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .hj-detail__pattern2 {
    float: left;
    margin-top: 0;
  }
}

@media (min-width: 62em) {
  .hj-detail__pattern2 {
    margin-bottom: -5.5em;
  }
}

.hj-detail__pattern2 img {
  display: block;
  opacity: 1;
  max-width: 100%;
}

@media (min-width: 48em) {
  .hj-detail__pattern2 img {
    max-width: none;
  }
}

.hj-detail__pattern2 .img {
  display: block;
  overflow: hidden;
}

@media (min-width: 48em) {
  .hj-detail__pattern2 .img {
    float: left;
  }
}

.hj-detail__pattern2:before {
  content: '';
  width: 100vw;
  right: 100%;
  position: absolute;
  height: 90%;
  top: 0;
  background: #f5f4f0;
  z-index: -1;
}

.hj-detail__pattern2:after {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  background: #FFF;
  top: 0;
  left: 0;
  position: absolute;
}

.hj-detail__pattern2.js-reveal:before {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
}

.hj-detail__pattern2.js-reveal img {
  -webkit-transform: scale3d(1.3, 1.3, 1);
          transform: scale3d(1.3, 1.3, 1);
}

.hj-detail__pattern2.js-reveal.is-visible:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
}

.hj-detail__pattern2.js-reveal.is-visible:after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.hj-detail__pattern2.js-reveal.is-visible img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 3.5s ease;
  transition: all 3.5s ease;
}

.hj-detail__product {
  display: block;
  margin: auto;
}

.hj-detail__product.js-reveal {
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.hj-detail__product.js-reveal.is-visible.is-loaded {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 3s ease;
  transition: opacity 0.6s ease, -webkit-transform 3s ease;
  transition: opacity 0.6s ease, transform 3s ease;
  transition: opacity 0.6s ease, transform 3s ease, -webkit-transform 3s ease;
}

.hj-detail__slider {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .hj-detail__slider {
    width: 117%;
    margin-bottom: 0;
    float: right;
    padding-bottom: 25px;
  }
}

@media (min-width: 62em) {
  .hj-detail__slider {
    padding-bottom: 0;
  }
}

.hj-detail__slider img {
  display: block;
  width: 100%;
}

.hj-detail__slider figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
}

.hj-detail__slider.js-reveal figure:after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.hj-detail__slider.js-reveal .label span {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  display: inline-block;
}

.hj-detail__slider.js-reveal .label .polygon {
  opacity: 0;
  -webkit-transform: scale3d(0.4, 0.4, 1);
          transform: scale3d(0.4, 0.4, 1);
}

.hj-detail__slider.js-reveal .slider-arrow {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hj-detail__slider.js-reveal img {
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.hj-detail__slider.js-reveal.is-visible figure:after {
  -webkit-animation: showImgInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.ie .hj-detail__slider.js-reveal.is-visible figure:after {
  -webkit-animation: showImgInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.hj-detail__slider.js-reveal.is-visible img.is-loaded,
.hj-detail__slider.js-reveal.is-visible img {
  -webkit-transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s,-webkit-transform 1.3s ease 0.75s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.hj-detail__slider.js-reveal.is-visible .slider-arrow {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.hj-detail__slider.js-reveal.is-visible .label span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease 1.4s;
  transition: all 0.5s ease 1.4s;
}

.hj-detail__slider.js-reveal.is-visible .label .polygon {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.hj-detail__slider img {
  display: block;
}

.hj-detail__slider .slide-inner {
  display: block;
  width: 100%;
}

.hj-detail__slider .label {
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.hj-detail__slider .label .polygon * {
  stroke: #c9b192;
}

.hj-detail__slider .slider-arrow {
  right: auto;
  left: 15%;
}

.hj-detail__slider .slider-arrow.arrow-prev {
  margin-right: 0;
}

.hj-detail__slider .slider-arrow.arrow-next {
  margin-left: 50px;
}

.hj-detail__slider .slider-arrow .arrow {
  z-index: 1;
  margin-top: -7px;
}

.hj-detail__slider .slider-arrow .arrow * {
  fill: #3c3b3b;
}

.hj-detail__slider .slider-arrow .polygon * {
  fill: #FFF;
  stroke: #FFF;
}

.hj-detail__slider .slider-arrow:hover .polygon {
  -webkit-transform: scale3d(0.85, 0.85, 1) rotate(180deg);
          transform: scale3d(0.85, 0.85, 1) rotate(180deg);
}

.hj-detail__slider figure:first-child .slide-inner,
.hj-detail__slider figure:last-child .slide-inner {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 48em) {
  .hj-detail__slider.inverse figure.slide-old .slide-inner {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
}

.hj-detail__slider figure {
  overflow: hidden;
  display: block;
  width: 100%;
}

.hj-detail__slider figure .slide-inner {
  display: block;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.hj-detail__slider figure.slick-active .slide-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 48em) {
  .hj-detail__slider figure.slide-old .slide-inner {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
}

.hj-detail__img-slider {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 48em) {
  .hj-detail__img-slider {
    margin-bottom: 0;
    width: 117%;
    margin-top: 45%;
  }
}

.hj-detail__img-slider:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
}

.hj-detail__img-slider img {
  display: block;
  width: 100%;
}

.hj-detail__img-slider.js-reveal:after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.hj-detail__img-slider.js-reveal img {
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.hj-detail__img-slider.js-reveal.is-visible:after {
  -webkit-animation: showImg 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImg 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.ie .hj-detail__img-slider.js-reveal.is-visible:after {
  -webkit-animation: showImgIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.hj-detail__img-slider.js-reveal.is-visible img.is-loaded {
  -webkit-transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s,-webkit-transform 1.3s ease 0.75s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.hj-detail__video p {
  z-index: 2;
  color: #3c3b3b;
}

.hj-detail__video p big {
  line-height: 1.5em;
  font-size: 140%;
  padding-bottom: 10px;
  display: inline-block;
}

.hj-detail__video .media {
  width: 100%;
  display: block;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .hj-detail__video .media {
    margin-top: -7%;
    margin-bottom: 0;
  }
}

.hj-detail__video .media.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
}

.hj-detail__video .media.js-reveal .trigger-media-play {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
}

.hj-detail__video .media.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hj-detail__video .media.js-reveal.is-visible .trigger-media-play {
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.hj-detail__video.js-reveal p {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.hj-detail__video.js-reveal.is-visible p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.hj-detail__video.js-reveal.is-visible p:nth-child(11) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.hj-detail__desc {
  margin-bottom: 90px;
}

@media (min-width: 48em) {
  .hj-detail__desc {
    margin-bottom: 180px;
  }
}

.hj-detail__desc .desc-img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .hj-detail__desc .desc-img {
    margin-bottom: 4em;
    float: right;
  }
}

@media (min-width: 62em) {
  .hj-detail__desc .desc-img {
    margin-bottom: 7em;
  }
}

.hj-detail__desc .desc-img:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  background: #f5f4f0;
  top: 0;
}

@media (min-width: 48em) {
  .hj-detail__desc .desc-img:before {
    width: 60vw;
  }
}

@media (min-width: 62em) {
  .hj-detail__desc .desc-img:before {
    width: 50vw;
  }
}

.hj-detail__desc .desc-img img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.hj-detail__desc .desc-img:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  background: #FFF;
  top: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

@media (min-width: 48em) {
  .hj-detail__desc .desc-img:after {
    width: 60vw;
  }
}

@media (min-width: 62em) {
  .hj-detail__desc .desc-img:after {
    width: 50vw;
  }
}

.hj-detail__desc .desc-img.js-reveal:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.hj-detail__desc .desc-img.js-reveal.is-visible:after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.hj-detail__desc h2 {
  margin-top: 0px;
}

@media (min-width: 48em) {
  .hj-detail__desc h2 {
    margin-top: 55%;
  }
}

@media (min-width: 62em) {
  .hj-detail__desc h2 {
    margin-top: 85%;
    margin-bottom: 0.2em;
  }
}

.hj-detail__desc .ref {
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Fedra Serif A", serif;
}

.hj-detail__desc .ref.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.hj-detail__desc .ref.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hj-detail__desc .desc-txt {
  margin-bottom: 3em;
  text-align: justify;
}

.hj-detail__desc .desc-txt.js-reveal > * {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.hj-detail__desc .desc-txt.js-reveal.is-visible > *:nth-child(11) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.hj-detail__desc .desc-txt p {
  color: #3c3b3b;
}

.hj-detail__desc .desc-imgs {
  display: block;
  width: 100%;
  overflow: hidden;
}

.hj-detail__desc .desc-imgs img {
  display: block;
  width: 100%;
}

.hj-detail__desc .desc-imgs.img-1 {
  margin-top: 50%;
}

.hj-detail__desc .desc-imgs.img-3 {
  margin-top: 25%;
}

.hj-detail__desc .desc-imgs:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
}

.hj-detail__desc .desc-imgs img {
  display: block;
  width: 101%;
}

.hj-detail__desc .desc-imgs.js-reveal:after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.hj-detail__desc .desc-imgs.js-reveal img {
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.hj-detail__desc .desc-imgs.js-reveal.is-visible:after {
  -webkit-animation: showImgVertical 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgVertical 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.ie .hj-detail__desc .desc-imgs.js-reveal.is-visible:after {
  -webkit-animation: showImgVerticalIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgVerticalIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.hj-detail__desc .desc-imgs.js-reveal.is-visible img.is-loaded {
  -webkit-transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s,-webkit-transform 1.3s ease 0.75s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.hj-detail__desc .desc-imgs.js-reveal.is-visible.img-2:after {
  -webkit-animation: showImgVerticalInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgVerticalInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.ie .hj-detail__desc .desc-imgs.js-reveal.is-visible.img-2:after {
  -webkit-animation: showImgVerticalInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgVerticalInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.hj-detail .showroom {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .hj-detail .showroom {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.hj-detail .showroom .slider-arrow {
  bottom: auto;
  left: 100%;
  right: auto;
  top: 4em;
  display: none !important;
}

@media (min-width: 48em) {
  .hj-detail .showroom .slider-arrow {
    display: inline-block !important;
  }
}

.hj-detail .showroom .slider-arrow.arrow-next {
  margin-left: 40px;
}

@media (min-width: 62em) {
  .hj-detail .showroom .slider-arrow.arrow-next {
    margin-left: 50px;
  }
}

.hj-detail .showroom .slider-arrow .arrow * {
  fill: #3c3b3b;
}

.hj-detail .showroom .slider-arrow .polygon * {
  stroke: rgba(60, 59, 59, 0.2);
}

.hj-detail .showroom .slider-arrow .polygon *.hover {
  stroke: rgba(60, 59, 59, 0.6);
}

.hj-detail .showroom-imgs {
  display: none;
}

@media (min-width: 48em) {
  .hj-detail .showroom-imgs {
    display: block;
  }
}

@media (min-width: 48em) {
  .hj-detail .showroom-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    opacity: 0;
    -webkit-transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

@media (min-width: 48em) {
  .hj-detail .showroom-img.back {
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
}

.hj-detail .showroom-img.active.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hj-detail .showroom-img img {
  display: block;
  max-width: 100%;
}

@media (min-width: 48em) {
  .hj-detail .showroom-img img {
    margin: 2em auto;
  }
}

.hj-detail .showroom-item .showroom-img {
  display: block;
  width: 100%;
  -webkit-transform: translate3d(10%, 0, 0);
          transform: translate3d(10%, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hj-detail .showroom-item .showroom-img img {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media (min-width: 48em) {
  .hj-detail .showroom-item .showroom-img {
    display: none;
  }
}

.hj-detail .showroom-item p,
.hj-detail .showroom-item .btn {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hj-detail .showroom-item h4 {
  font-size: 1em;
}

.hj-detail .showroom-item h3 {
  font-size: 2.285em;
  margin-top: 0.4em;
  margin-bottom: 0.5em;
}

.hj-detail .showroom-item h3 span,
.hj-detail .showroom-item h4 span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.hj-detail .showroom-item h3 span span,
.hj-detail .showroom-item h4 span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.hj-detail .showroom-item .btn {
  margin-top: 1.8em;
}

.hj-detail .showroom-item.slide-active .subtitle.is-visible,
.hj-detail .showroom-item.slide-active p.is-visible,
.hj-detail .showroom-item.slide-active .btn.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hj-detail .showroom-item.slide-active .showroom-img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hj-detail .showroom-item.slide-active h3.is-visible span span,
.hj-detail .showroom-item.slide-active h4.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hj-detail .showroom-item.slide-active h3.is-visible span:nth-child(1) span,
.hj-detail .showroom-item.slide-active h4.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hj-detail .showroom-item.slide-active h3.is-visible span:nth-child(2) span,
.hj-detail .showroom-item.slide-active h4.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.hj-detail .showroom-item.slide-active h3.is-visible span:nth-child(3) span,
.hj-detail .showroom-item.slide-active h4.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hj-detail .showroom-item.slide-active h3.is-visible span:nth-child(4) span,
.hj-detail .showroom-item.slide-active h4.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.hj-detail .showroom-item.slide-active h3.is-visible span:nth-child(5) span,
.hj-detail .showroom-item.slide-active h4.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hj-detail .showroom-item.slide-active p.is-visible {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hj-detail .showroom-item.slide-active .btn.is-visible {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.edito-section-content {
  margin-bottom: 10px;
}

.edito-section-content .subtitle.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.edito-section-content .subtitle.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.edito-section-content h1.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.edito-section-content h1.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.edito-section-content h1.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.edito-section-content h1.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.edito-section-content h1.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}

.edito-section-content h1.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

.edito-section-content h1.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.edito-section-content h1.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.edito-section-content div.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.edito-section-content div.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

.edito-section-2-imgs {
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .edito-section-2-imgs {
    margin-bottom: 140px;
  }
}

@media (min-width: 48em) {
  .edito-section-2-imgs [class*="grid__col-m--"]:last-child {
    position: absolute;
    top: 0;
    right: 0;
    height: 60%;
  }
}

.edito-section-2-imgs .img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.edito-section-2-imgs .img .img-inner {
  overflow: hidden;
  display: block;
}

.edito-section-2-imgs .img figcaption {
  text-align: center;
  padding: 1.5em 0;
  font-size: 0.75em;
  width: 100%;
}

.edito-section-2-imgs .img img {
  display: block;
  width: 100%;
  float: right;
}

@media (min-width: 48em) {
  .edito-section-2-imgs .img img {
    width: 100%;
    float: none;
  }
}

.edito-section-2-imgs .img.js-reveal:after {
  content: '';
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.edito-section-2-imgs .img.js-reveal img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.edito-section-2-imgs .img.js-reveal.is-visible:after {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.edito-section-2-imgs .img.js-reveal.is-visible img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 3.5s ease;
  transition: all 3.5s ease;
}

.edito-section-2-imgs .img2 {
  width: 100%;
  overflow: hidden;
  height: 110vw;
  margin-top: 20px;
}

@media (min-width: 48em) {
  .edito-section-2-imgs .img2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -5em;
    height: 100%;
  }
}

.edito-section-2-imgs .img2 img {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media (min-width: 48em) {
  .edito-section-2-imgs .img2 img {
    width: 100%;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.edito-section-2-imgs .img2.js-reveal:after {
  content: '';
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.edito-section-2-imgs .img2.js-reveal img {
  -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(0, -50%, 0);
          transform: scale3d(1.2, 1.2, 1) translate3d(0, -50%, 0);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

@media (min-width: 48em) {
  .edito-section-2-imgs .img2.js-reveal img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}

.edito-section-2-imgs .img2.js-reveal.is-visible:after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.edito-section-2-imgs .img2.js-reveal.is-visible img {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0);
          transform: scale3d(1, 1, 1) translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform 4.5s ease 0.2s;
  transition: -webkit-transform 4.5s ease 0.2s;
  transition: transform 4.5s ease 0.2s;
  transition: transform 4.5s ease 0.2s, -webkit-transform 4.5s ease 0.2s;
}

@media (min-width: 48em) {
  .edito-section-2-imgs .img2.js-reveal.is-visible img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.edito-section-2-imgs h2 {
  white-space: nowrap;
  line-height: 1.19em;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  margin: 0;
  margin-top: 0.8em;
}

@media (min-width: 48em) {
  .edito-section-2-imgs h2 {
    margin-right: -1.19em;
    position: absolute;
    top: 10%;
    right: 50%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.edito-section-2-imgs h2 strong {
  font-weight: 400;
  color: #c9b192;
}

.edito-section-2-imgs h2.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.edito-section-2-imgs h2.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}

.edito-section-2-imgs h2.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.edito-section-2-imgs h2.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.edito-section-2-imgs h2.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.edito-section-2-imgs h2.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.edito-section-2-imgs h2.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.edito-section-2-imgs h2.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.edito-section-text [class*="grid__col-"]:nth-child(1) .js-reveal.is-visible {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.edito-section-text [class*="grid__col-"]:nth-child(2) .js-reveal.is-visible {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.edito-section-text [class*="grid__col-"]:nth-child(3) .js-reveal.is-visible {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.edito-section-text [class*="grid__col-"]:nth-child(4) .js-reveal.is-visible {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.edito-section-text [class*="grid__col-"]:nth-child(5) .js-reveal.is-visible {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.edito-section-text [class*="grid__col-"]:nth-child(6) .js-reveal.is-visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 48em) {
  .edito-section-text .grid__col-m--3 {
    margin-top: 12%;
  }
}

.edito-section-text .js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.edito-section-text .js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.edito-section-text big {
  font-size: 135%;
  color: #231f20;
  line-height: 1.4em;
}

@media (min-width: 48em) {
  .edito-section-text big {
    font-size: 190%;
  }
}

@media (min-width: 62em) {
  .edito-section-text big {
    font-size: 255%;
  }
}

.edito-section-video {
  padding-top: 85px;
  margin-top: 20px;
  padding-bottom: 75px;
}

@media (min-width: 48em) {
  .edito-section-video {
    padding-top: 135px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.edito-section-video:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 70%;
  background: #f5f4f0;
}

.edito-section-video .video .video-inner:after {
  display: none;
}

.edito-section-video.js-reveal:before {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.edito-section-video.js-reveal.is-visible:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.4s cubic-bezier(1, 0, 0, 1);
  transition: all 1.4s cubic-bezier(1, 0, 0, 1);
}

.edito-section-video.js-reveal.is-visible .video {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.85s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: all 0.85s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  margin-left: 0%;
}

.edito-section-video.js-reveal.is-visible .video .video-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.85s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: all 0.85s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.edito-section-video.js-reveal.is-visible h3 > span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.edito-section-video.js-reveal.is-visible h3 > span:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.edito-section-video.js-reveal.is-visible h3 > span:nth-child(2) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.edito-section-video.js-reveal.is-visible h3 > span:nth-child(3) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}

.edito-section-video.js-reveal.is-visible h3 > span:nth-child(4) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}

.edito-section-video.js-reveal.is-visible h3 > span:nth-child(5) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.edito-section-video.js-reveal.is-visible h3 > span:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.edito-section-video.js-reveal.is-visible h3 > span:nth-child(7) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}

.edito-section-video.js-reveal h3 {
  margin-top: 50px;
  opacity: 0.6;
}

@media (min-width: 48em) {
  .edito-section-video.js-reveal h3 {
    opacity: 1;
    margin-top: 0;
  }
}

.edito-section-video.js-reveal h3 > span {
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  display: inline-block;
}

.edito-section-video.js-reveal .video {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.edito-section-video.js-reveal .video .video-inner {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

@media (min-width: 48em) {
  .edito-section-video.js-reveal h2 {
    margin-bottom: 2em;
  }
}

@media (min-width: 62em) {
  .edito-section-video.js-reveal h2 {
    margin-bottom: 0;
  }
}

.edito-section-video.js-reveal h2.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.edito-section-video.js-reveal h2.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.edito-section-video.js-reveal h2.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.edito-section-video.js-reveal h2.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.edito-section-video.js-reveal h2.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.edito-section-video.js-reveal h2.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.edito-section-video.js-reveal h2.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.edito-section-video.js-reveal h2.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.edito-section-video .video {
  vertical-align: bottom;
  overflow: hidden;
  margin-top: 30px;
}

@media (min-width: 62em) {
  .edito-section-video .video {
    margin-top: -8em;
  }
}

.edito-section-video .video .video-inner {
  overflow: hidden;
}

.edito-section-50-50 {
  margin-top: 100px;
}

.edito-section-50-50 .img {
  width: 100%;
  display: block;
}

@media (min-width: 48em) {
  .edito-section-50-50 .img {
    width: 50%;
  }
}

.edito-section-50-50 .img img {
  display: block;
  opacity: 0;
  width: 100%;
}

.edito-section-50-50 .img .mask {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.edito-section-50-50 .img .mask img {
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.edito-section-50-50 .img.js-reveal .mask:after, .edito-section-50-50 .img.js-reveal .mask:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #FFF;
  z-index: 1;
}

.edito-section-50-50 .img.js-reveal .mask:before {
  top: 0;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.edito-section-50-50 .img.js-reveal .mask:after {
  bottom: 0;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}

.edito-section-50-50 .img.js-reveal.is-visible.img-is-loaded {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.edito-section-50-50 .img.js-reveal.is-visible.img-is-loaded .mask:after, .edito-section-50-50 .img.js-reveal.is-visible.img-is-loaded .mask:before {
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (min-width: 48em) {
  .edito-section-50-50 .info {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

.edito-section-50-50 .info h4.js-reveal {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.edito-section-50-50 .info h4.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.edito-section-50-50 .info h2 {
  margin-top: 0.6em;
}

.edito-section-50-50 .info h2.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.edito-section-50-50 .info h2.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.edito-section-50-50 .info h2.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.edito-section-50-50 .info h2.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0.2ss;
          transition-delay: 0.2ss;
}

.edito-section-50-50 .info h2.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.25ss;
          transition-delay: 0.25ss;
}

.edito-section-50-50 .info h2.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.3ss;
          transition-delay: 0.3ss;
}

.edito-section-50-50 .info h2.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.35ss;
          transition-delay: 0.35ss;
}

.edito-section-50-50 .info h2.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.4ss;
          transition-delay: 0.4ss;
}

.edito-section-50-50 .info p.js-reveal {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.edito-section-50-50 .info p.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}

.edito-section-products {
  overflow-x: hidden;
  margin-top: 70px;
}

.edito-section-products .img-product {
  max-width: 100%;
  text-align: center;
  left: 50%;
  margin-top: -55%;
  margin-bottom: -50%;
  width: 100%;
  z-index: -1;
}

@media (min-width: 48em) {
  .edito-section-products .img-product {
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
    z-index: inherit;
  }
}

.edito-section-products .img-product img {
  max-width: 100%;
}

.edito-section-products .img-product.js-reveal {
  opacity: 0;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}

.edito-section-products .img-product.js-reveal.is-visible {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.55s;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.55s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.edito-section-products h2 {
  margin-top: 2em;
}

.edito-section-products h2.js-reveal .polygon {
  -webkit-transform: scale3d(0, 0, 1) rotate(180deg);
          transform: scale3d(0, 0, 1) rotate(180deg);
}

.edito-section-products h2.js-reveal .number span {
  opacity: 0;
}

.edito-section-products h2.js-reveal .line-breaker span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.edito-section-products h2.js-reveal .line-breaker span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.edito-section-products h2.js-reveal.is-visible .polygon {
  -webkit-transform: scale3d(1, 1, 1) rotate(0deg);
          transform: scale3d(1, 1, 1) rotate(0deg);
}

.edito-section-products h2.js-reveal.is-visible .number span {
  opacity: 1;
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}

.edito-section-products h2.js-reveal.is-visible .line-breaker span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.edito-section-products h2.js-reveal.is-visible .line-breaker span:nth-child(1) span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.edito-section-products h2.js-reveal.is-visible .line-breaker span:nth-child(2) span {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.edito-section-products h2.js-reveal.is-visible .line-breaker span:nth-child(3) span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.edito-section-products h2.js-reveal.is-visible .line-breaker span:nth-child(4) span {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.edito-section-products h2.js-reveal.is-visible .line-breaker span:nth-child(5) span {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.edito-section-products div.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.edito-section-products div.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
}

.edito-section-products .slider-gallery {
  width: 85%;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .edito-section-products .slider-gallery {
    width: auto;
    margin-bottom: 0;
  }
}

.edito-section-products .slider-gallery .slick-list {
  overflow: inherit;
}

.edito-section-full {
  margin-top: 70px;
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .edito-section-full {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.edito-section-full .media {
  width: 100%;
}

.edito-section-full .media video {
  height: auto;
}

.edito-section-full .media.js-reveal:after {
  content: '';
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  -webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
  transition: all 1s cubic-bezier(1, 0, 0, 1);
}

.edito-section-full .media.js-reveal .trigger-video-play {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}

.edito-section-full .media.js-reveal.is-visible:after {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.edito-section-full .media.js-reveal.is-visible .trigger-video-play {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.edito-section-3col {
  padding-top: 40px;
  margin-bottom: 80px;
}

@media (min-width: 48em) {
  .edito-section-3col {
    padding-top: 70px;
    margin-bottom: 150px;
  }
}

.edito-section-3col .section-header {
  margin-bottom: 40px;
}

@media (min-width: 62em) {
  .edito-section-3col .section-header {
    margin-bottom: 0;
  }
}

.edito-section-3col .section-header h2 {
  margin-left: 10%;
}

@media (min-width: 62em) {
  .edito-section-3col .section-header h2 {
    margin-left: 0;
  }
}

.edito-section-3col .section-desc {
  margin-top: 10px;
}

@media (min-width: 62em) {
  .edito-section-3col .section-desc {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
  }
}

.edito-section-3col .slider img {
  width: 100%;
}

.edito-section-3col .btn-share {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.14em;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 1.5em;
  margin-bottom: 2em;
  color: #3c3b3b;
  line-height: 108px;
  text-align: center;
}

@media (min-width: 48em) {
  .edito-section-3col .btn-share {
    margin-top: 2.5em;
    margin-bottom: 5em;
  }
}

@media (min-width: 62em) {
  .edito-section-3col .btn-share {
    margin-top: 4em;
    margin-bottom: 12em;
  }
}

.edito-section-3col .btn-share.js-reveal {
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
          transform: scale3d(0.6, 0.6, 1);
}

.edito-section-3col .btn-share.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.edito-section-3col .btn-share .polygon * {
  stroke: rgba(201, 177, 146, 0.6);
}

.edito-section-3col .btn-share .polygon *.hover {
  stroke: #c9b192;
}

.edito-section-3col h2.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.edito-section-3col h2.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}

.edito-section-3col h2.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.edito-section-3col h2.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.edito-section-3col h2.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.edito-section-3col h2.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.edito-section-3col h2.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.edito-section-3col h2.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.edito-section-3col div:not(.slider).js-reveal {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.edito-section-3col div:not(.slider).js-reveal.is-visible {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.4s ease, transform 0.6s ease;
  transition: opacity 0.4s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.edito-section-3col big {
  font-size: 120%;
  color: #231f20;
  line-height: 1.5em;
}

@media (min-width: 48em) {
  .edito-section-3col big {
    font-size: 145%;
    line-height: 1.38em;
  }
}

.edito-section-3col .img {
  display: block;
  height: 110vw;
  overflow: hidden;
}

@media (min-width: 48em) {
  .edito-section-3col .img {
    height: 400px;
  }
}

@media (min-width: 62em) {
  .edito-section-3col .img {
    top: -5%;
    left: 75%;
    height: 70%;
    position: absolute;
    z-index: -1;
    height: 60%;
  }
}

.edito-section-3col .img img {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 62em) {
  .edito-section-3col .img img {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
  }
}

.edito-section-3col .img.js-reveal:after {
  content: '';
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.edito-section-3col .img.js-reveal img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.edito-section-3col .img.js-reveal.is-visible:after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.edito-section-3col .img.js-reveal.is-visible img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 4.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 4.5s ease 0.2s;
  transition: transform 4.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 4.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 4.5s ease 0.2s;
}

.edito-section-3col .grid__col-m--5 h2 {
  margin-top: 20%;
  margin-bottom: 1.2em;
}

@media (min-width: 48em) {
  .edito-section-3col .grid__col-m--5 h2 {
    margin-top: 10%;
  }
}

@media (min-width: 62em) {
  .edito-section-3col .grid__col-m--5 h2 {
    margin-bottom: 0.7em;
    margin-top: 60%;
  }
}

.edito-section-3col p:first-child {
  margin-bottom: 2em;
}

@media (min-width: 62em) {
  .edito-section-3col p:first-child {
    margin-top: 8em;
    margin-bottom: 1.71;
  }
}

.edito-section-3col .slider {
  width: 105%;
  float: right;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

@media (min-width: 62em) {
  .edito-section-3col .slider {
    width: 117%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.edito-section-3col .slider .slick-dots {
  top: 100%;
  bottom: auto;
  white-space: nowrap;
}

.edito-section-3col .slider .slick-dots li:after {
  background: rgba(60, 59, 59, 0.5);
}

.edito-section-3col .slider .slick-dots button:before {
  background: rgba(60, 59, 59, 0.5);
}

.edito-section-3col .slider .slick-dots button:after {
  border: 2px solid rgba(60, 59, 59, 0.5);
}

.edito-section-3col .slider figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
}

.edito-section-3col .slider.js-reveal figure:after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.edito-section-3col .slider.js-reveal .label span {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  display: inline-block;
}

.edito-section-3col .slider.js-reveal .label .polygon {
  opacity: 0;
  -webkit-transform: scale3d(0.4, 0.4, 1);
          transform: scale3d(0.4, 0.4, 1);
}

.edito-section-3col .slider.js-reveal .slider-arrow {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.edito-section-3col .slider.js-reveal img {
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.edito-section-3col .slider.js-reveal.is-visible figure:after {
  -webkit-animation: showImgInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.ie .edito-section-3col .slider.js-reveal.is-visible figure:after {
  -webkit-animation: showImgInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.edito-section-3col .slider.js-reveal.is-visible img.is-loaded,
.edito-section-3col .slider.js-reveal.is-visible img {
  -webkit-transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,-webkit-transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s;
  transition: opacity 0s linear 1.1s,transform 1.3s ease 0.75s,-webkit-transform 1.3s ease 0.75s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.edito-section-3col .slider.js-reveal.is-visible .slider-arrow {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.edito-section-3col .slider.js-reveal.is-visible .label span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease 1.4s;
  transition: all 0.5s ease 1.4s;
}

.edito-section-3col .slider.js-reveal.is-visible .label .polygon {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.edito-section-3col .slider img {
  display: block;
}

.edito-section-3col .slider .slide-inner {
  display: block;
  width: 100%;
}

.edito-section-3col .slider .label {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1em;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

@media (min-width: 62em) {
  .edito-section-3col .slider .label {
    top: 100%;
    margin-top: 0;
    left: 100%;
  }
}

.edito-section-3col .slider .label .polygon * {
  stroke: #c9b192;
}

.edito-section-3col .slider .slider-arrow {
  right: auto;
  left: 15%;
}

.edito-section-3col .slider .slider-arrow.arrow-prev {
  margin-right: 0;
}

.edito-section-3col .slider .slider-arrow.arrow-next {
  margin-left: 50px;
}

.edito-section-3col .slider .slider-arrow .arrow {
  z-index: 1;
}

.edito-section-3col .slider .slider-arrow .arrow * {
  fill: #3c3b3b;
}

.edito-section-3col .slider .slider-arrow .polygon * {
  fill: #FFF;
  stroke: #FFF;
}

.edito-section-3col .slider .slider-arrow .polygon *.hover {
  stroke: rgba(60, 59, 59, 0.5);
}

.edito-section-3col .slider figure:first-child .slide-inner,
.edito-section-3col .slider figure:last-child .slide-inner {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 62em) {
  .edito-section-3col .slider.inverse figure.slide-old .slide-inner {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
}

.edito-section-3col .slider figure {
  overflow: hidden;
  display: block;
  width: 100%;
}

.edito-section-3col .slider figure .slide-inner {
  display: block;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.edito-section-3col .slider figure.slick-active .slide-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 62em) {
  .edito-section-3col .slider figure.slide-old .slide-inner {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
}

.exclusive-item {
  margin-top: 0;
  padding-top: 12em;
  padding-bottom: 0;
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .exclusive-item {
    margin-top: 2em;
    padding-top: 15em;
    padding-bottom: 7em;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .exclusive-item {
    padding-bottom: 10em;
  }
}

@media (min-width: 48em) {
  .exclusive-item:nth-child(even) {
    padding-top: 20em;
  }
  .exclusive-item:nth-child(even) .exclusive-info {
    margin-left: 63%;
  }
  .exclusive-item:nth-child(even) .exclusive-figure {
    margin-right: 40%;
    height: 60%;
  }
}

@media (min-width: 62em) {
  .exclusive-item:nth-child(even) .exclusive-info {
    margin-left: 50%;
    width: 50%;
  }
}

@media (min-width: 80em) {
  .exclusive-item:nth-child(even) .exclusive-info {
    width: 33.3333%;
  }
}

.exclusive-figure {
  position: absolute;
  width: 100%;
  height: 14em;
  overflow: hidden;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (min-width: 48em) {
  .exclusive-figure {
    width: 60%;
    height: 70%;
  }
}

.exclusive-figure img {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  display: block;
  max-width: 100%;
  top: 50%;
}

@media (min-width: 48em) {
  .exclusive-figure img {
    top: auto;
    max-width: none;
  }
}

.exclusive-figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
}

.exclusive-figure.js-reveal:after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  will-change: auto;
}

.exclusive-figure.js-reveal img {
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate3d(0, -50%, 0) scale3d(1.3, 1.3, 1);
          transform: translate3d(0, -50%, 0) scale3d(1.3, 1.3, 1);
  will-change: auto;
}

@media (min-width: 48em) {
  .exclusive-figure.js-reveal img {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1);
            transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1);
  }
}

.exclusive-figure.js-reveal.is-visible.img-is-loaded:after {
  -webkit-animation: showImgInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgInv 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.ie .exclusive-figure.js-reveal.is-visible.img-is-loaded:after {
  -webkit-animation: showImgInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
          animation: showImgInvIE 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.55s;
}

.exclusive-figure.js-reveal.is-visible.img-is-loaded img.is-loaded,
.exclusive-figure.js-reveal.is-visible.img-is-loaded img {
  -webkit-transition: opacity 0s linear 1.1s,-webkit-transform 1.8s ease 1s;
  transition: opacity 0s linear 1.1s,-webkit-transform 1.8s ease 1s;
  transition: opacity 0s linear 1.1s,transform 1.8s ease 1s;
  transition: opacity 0s linear 1.1s,transform 1.8s ease 1s,-webkit-transform 1.8s ease 1s;
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
          transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
}

@media (min-width: 48em) {
  .exclusive-figure.js-reveal.is-visible.img-is-loaded img.is-loaded,
  .exclusive-figure.js-reveal.is-visible.img-is-loaded img {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

.exclusive-info {
  width: 100%;
  z-index: 11;
  padding: 0 15px;
}

@media (min-width: 48em) {
  .exclusive-info {
    width: 37%;
    margin-left: 8.7777%;
    padding: 0;
  }
}

@media (min-width: 62em) {
  .exclusive-info {
    width: 33.3333%;
  }
}

.exclusive-info .more {
  color: #3c3b3b;
}

.exclusive-info .more.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.exclusive-info .more.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}

.exclusive-info h2 .js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.exclusive-info h2 .js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.exclusive-info h2 .js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.exclusive-info h2 .js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.exclusive-info h2 .js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.exclusive-info h2 .js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.exclusive-info h2 .js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.exclusive-info h2 .js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.exclusive-border {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7em;
  white-space: nowrap;
  font-weight: 700;
  color: #3c3b3b;
  position: absolute;
  top: 20rem;
  right: 105%;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: none;
}

@media (min-width: 48em) {
  .exclusive-border {
    display: block;
    right: 103%;
  }
}

@media (min-width: 62em) {
  .exclusive-border {
    right: 105%;
  }
}

.exclusive-border.right {
  right: auto;
  left: 105%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 48em) {
  .exclusive-border.right {
    left: 103%;
  }
}

@media (min-width: 62em) {
  .exclusive-border.right {
    left: 105%;
  }
}

.exclusive-border.js-reveal {
  opacity: 0;
  margin-right: -20px;
}

.exclusive-border.js-reveal.right {
  margin-right: 0;
  margin-left: -20px;
}

.exclusive-border.js-reveal.is-visible {
  opacity: 1;
  margin-right: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.exclusive-border.js-reveal.is-visible.right {
  margin-right: 0;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  margin-left: 0;
}

.section-exclusive {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #f5f4f0;
}

.section-exclusive .strips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 85;
}

.section-exclusive .strips span {
  position: absolute;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background: #ebe9e1;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-left: 1px solid rgba(60, 59, 59, 0.1);
}

@media (min-width: 62em) {
  .section-exclusive .strips span {
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}

.section-exclusive .strips span:nth-child(1) {
  left: 0%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.section-exclusive .strips span:nth-child(2) {
  left: 100%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.section-exclusive .strips span:nth-child(3) {
  left: 200%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.section-exclusive .strips span:nth-child(4) {
  left: 300%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.section-exclusive .strips span:nth-child(5) {
  left: 400%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.section-exclusive .strips span:nth-child(6) {
  left: 500%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

@media (min-width: 62em) {
  .section-exclusive .strips span {
    width: 18.5%;
  }
  .section-exclusive .strips span:nth-child(1) {
    left: 0%;
  }
  .section-exclusive .strips span:nth-child(2) {
    left: 18.5%;
  }
  .section-exclusive .strips span:nth-child(3) {
    left: 37%;
  }
  .section-exclusive .strips span:nth-child(4) {
    left: 55.5%;
  }
  .section-exclusive .strips span:nth-child(5) {
    left: 74%;
  }
  .section-exclusive .strips span:nth-child(6) {
    left: 92.5%;
  }
}

.section-exclusive .strips span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.section-exclusive .strips span:nth-child(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.section-exclusive .strips span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.section-exclusive .strips span:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.section-exclusive .strips span:nth-child(5) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.section-exclusive .strips span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.section-exclusive.show .strips span:nth-child(1) {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.section-exclusive.show .strips span:nth-child(2) {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.section-exclusive.show .strips span:nth-child(3) {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.section-exclusive.show .strips span:nth-child(4) {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.section-exclusive.show .strips span:nth-child(5) {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.section-exclusive.show .strips span:nth-child(6) {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.section-exclusive.show-inv .strips span:nth-child(1) {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.section-exclusive.show-inv .strips span:nth-child(2) {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.section-exclusive.show-inv .strips span:nth-child(3) {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.section-exclusive.show-inv .strips span:nth-child(4) {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.section-exclusive.show-inv .strips span:nth-child(5) {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.section-exclusive.show-inv .strips span:nth-child(6) {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.section-exclusive.no-transition .strips span {
  -webkit-transition: none !important;
  transition: none !important;
}

.exclusive-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding-bottom: 55px;
}

@media (min-width: 62em) {
  .exclusive-slide {
    overflow-y: initial;
    padding-bottom: 0;
  }
}

.exclusive-slide.active {
  opacity: 1;
  visibility: visible;
}

.exclusive-slide__content {
  z-index: 11;
  padding-top: 100px;
  width: 85%;
}

@media (min-width: 48em) {
  .exclusive-slide__content {
    padding-top: 160px;
  }
}

@media (min-width: 62em) {
  .exclusive-slide__content {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    padding-top: 0;
    overflow-y: initial;
    height: auto;
  }
}

.exclusive-slide__content .subtitle {
  color: #3c3b3b;
}

.exclusive-slide__content h2 {
  margin-top: 0.6em;
}

.exclusive-slide__content h3 {
  margin-bottom: 1em;
  line-height: 2.5rem;
  margin-top: 0;
  font-size: 1.85em;
}

@media (min-width: 62em) {
  .exclusive-slide__content h3 {
    line-height: 2.5rem;
    margin-bottom: 2em;
    margin-left: 10%;
  }
}

.exclusive-slide.slide-1:before, .exclusive-slide.slide-1:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  border-right: 1px solid rgba(60, 59, 59, 0.1);
  height: 100%;
  content: '';
  background: #FFF;
  z-index: 2;
  display: none;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1:before, .exclusive-slide.slide-1:after {
    left: 18.5%;
    width: 18.5%;
    display: block;
  }
}

.exclusive-slide.slide-1:after {
  left: 200%;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: all 1.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 1.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (min-width: 48em) {
  .exclusive-slide.slide-1:after {
    left: 37%;
  }
}

.show-1 .exclusive-slide.slide-1:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.exclusive-slide.slide-1 .subtitle {
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1 .subtitle {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
}

.show-1 .exclusive-slide.slide-1 .subtitle {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media (min-width: 62em) {
  .show-1 .exclusive-slide.slide-1 .subtitle {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}

.exclusive-slide.slide-1 h1 {
  font-size: 2.6666em;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1 h1 {
    font-size: 3.715em;
  }
}

.exclusive-slide.slide-1 h1 span {
  display: block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1 h1 span {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

.exclusive-slide.slide-1 h1 span:nth-child(2) {
  -webkit-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
}

.exclusive-slide.slide-1 h1 span:nth-child(3) {
  -webkit-transform: translate3d(15%, 0, 0);
          transform: translate3d(15%, 0, 0);
}

.show-1 .exclusive-slide.slide-1 h1 span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.show-1 .exclusive-slide.slide-1 h1 span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 62em) {
  .show-1 .exclusive-slide.slide-1 h1 span:nth-child(1) {
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
  }
}

.show-1 .exclusive-slide.slide-1 h1 span:nth-child(2) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .show-1 .exclusive-slide.slide-1 h1 span:nth-child(2) {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
}

.show-1 .exclusive-slide.slide-1 h1 span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .show-1 .exclusive-slide.slide-1 h1 span:nth-child(3) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1 .exclusive-slide__imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.exclusive-slide.slide-1 .exclusive-slide__imgs span {
  display: none;
  overflow: hidden;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1 .exclusive-slide__imgs span {
    display: block;
    left: 74%;
    width: 18.5%;
    position: absolute;
    left: 400%;
    top: 0;
    height: 100%;
    border-right: 1px solid rgba(60, 59, 59, 0.1);
  }
}

.exclusive-slide.slide-1 .exclusive-slide__imgs span img {
  display: none;
  max-width: 100%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale3d(0.8, 0.8, 1) translate3d(-15%, -50%, 0);
          transform: scale3d(0.8, 0.8, 1) translate3d(-15%, -50%, 0);
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  height: auto;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1 .exclusive-slide__imgs span img {
    max-width: none;
    max-height: 100%;
    top: 50%;
    position: absolute;
    right: 0;
    display: block;
    height: initial;
  }
}

.show-1 .exclusive-slide.slide-1 .exclusive-slide__imgs span img {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) !important;
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0) !important;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .show-1 .exclusive-slide.slide-1 .exclusive-slide__imgs span img {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media (min-width: 62em) {
  .show-1 .exclusive-slide.slide-1 .exclusive-slide__imgs span img {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
            transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  }
}

.exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(1) {
  display: block;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(1) {
    left: 37%;
  }
}

.exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(1) img {
  display: block;
  -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(-15%, 0, 0);
          transform: scale3d(1.2, 1.2, 1) translate3d(-15%, 0, 0);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(1) img {
    -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(-15%, -50%, 0);
            transform: scale3d(1.2, 1.2, 1) translate3d(-15%, -50%, 0);
    margin-right: -200%;
  }
}

.show-1 .exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(1) img  {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(2) {
  left: 300%;
}

@media (min-width: 48em) {
  .exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(2) {
    left: 55.5%;
  }
}

.exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(2) img {
  margin-right: -100%;
  -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-25%, -50%, 0);
          transform: scale3d(1.5, 1.5, 1) translate3d(-25%, -50%, 0);
}

.show-1 .exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(2) img  {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(4) {
  right: auto;
  left: 0;
  opacity: 0.7;
}

.exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(4) img {
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(1.7, 1.7, 1) translate3d(45%, -50%, 0);
          transform: scale3d(1.7, 1.7, 1) translate3d(45%, -50%, 0);
  -webkit-transition-duration: 3.4s;
          transition-duration: 3.4s;
}

.show-1 .exclusive-slide.slide-1 .exclusive-slide__imgs span:nth-child(4) img {
  -webkit-transform: scale3d(2, 2, 1) translate3d(48%, -35%, 0) !important;
          transform: scale3d(2, 2, 1) translate3d(48%, -35%, 0) !important;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.exclusive-slide.slide-2 {
  background: #FFF;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 {
    background: none;
  }
}

.exclusive-slide.slide-2:before {
  width: 98%;
  height: 100%;
  position: absolute;
  left: 2%;
  margin-left: 30px;
  top: 0;
  background: #FFF;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2:before {
    content: '';
    width: 95%;
    margin-left: 55px;
    left: 5%;
  }
}

.exclusive-slide.slide-2:after {
  width: 200%;
  height: 100%;
  border-left: 1px solid rgba(60, 59, 59, 0.1);
  border-right: 1px solid rgba(60, 59, 59, 0.1);
  position: absolute;
  z-index: 6;
  top: 0;
  left: 100%;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2:after {
    content: '';
    width: 37%;
    left: 18.5%;
  }
}

.exclusive-slide.slide-2 .exclusive-slide__desc {
  opacity: 0;
  margin-left: 10%;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 .exclusive-slide__desc {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    margin-left: 0;
  }
}

.show-2 .exclusive-slide.slide-2 .exclusive-slide__desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media (min-width: 62em) {
  .show-2 .exclusive-slide.slide-2 .exclusive-slide__desc {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

.exclusive-slide.slide-2 h3 span {
  display: block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 h3 span {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

.exclusive-slide.slide-2 h3 span:nth-child(2) {
  -webkit-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
}

.exclusive-slide.slide-2 h3 span:nth-child(3) {
  -webkit-transform: translate3d(15%, 0, 0);
          transform: translate3d(15%, 0, 0);
}

.show-2 .exclusive-slide.slide-2 h3 span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.show-2 .exclusive-slide.slide-2 h3 span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 62em) {
  .show-2 .exclusive-slide.slide-2 h3 span:nth-child(1) {
    -webkit-transition-duration: 1.15s;
            transition-duration: 1.15s;
  }
}

.show-2 .exclusive-slide.slide-2 h3 span:nth-child(2) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .show-2 .exclusive-slide.slide-2 h3 span:nth-child(2) {
    -webkit-transition-duration: 1.25s;
            transition-duration: 1.25s;
  }
}

.show-2 .exclusive-slide.slide-2 h3 span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .show-2 .exclusive-slide.slide-2 h3 span:nth-child(3) {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

.exclusive-slide.slide-2 .exclusive-slide__pattern {
  overflow: hidden;
  z-index: 6;
  height: 50vh;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 .exclusive-slide__pattern {
    left: 74%;
    width: 18.5%;
    position: absolute;
    top: 0;
    height: 100%;
  }
}

.exclusive-slide.slide-2 .exclusive-slide__pattern img {
  -webkit-transform: scale3d(1.3, 1.3, 1);
          transform: scale3d(1.3, 1.3, 1);
  max-width: 100%;
  -webkit-transition: all 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 .exclusive-slide__pattern img {
    position: absolute;
    height: 100%;
    max-width: none;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1.3, 1.3, 1);
            transform: translate3d(-50%, 0, 0) scale3d(1.3, 1.3, 1);
  }
}

.show-2 .exclusive-slide.slide-2 .exclusive-slide__pattern img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@media (min-width: 62em) {
  .show-2 .exclusive-slide.slide-2 .exclusive-slide__pattern img {
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
}

.exclusive-slide.slide-2 .exclusive-slide__imgs {
  top: -50px;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 .exclusive-slide__imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}

.exclusive-slide.slide-2 .exclusive-slide__imgs span {
  display: block;
  overflow: hidden;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 .exclusive-slide__imgs span {
    border-right: 1px solid rgba(60, 59, 59, 0.1);
    width: 37%;
    left: 37%;
    top: 0;
    height: 100%;
    position: absolute;
  }
}

.exclusive-slide.slide-2 .exclusive-slide__imgs span img {
  display: block;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1) translate3d(-20%, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(-20%, 0, 0);
  -webkit-transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 .exclusive-slide__imgs span img {
    -webkit-transform: scale3d(1, 1, 1) translate3d(-20%, -40%, 0);
            transform: scale3d(1, 1, 1) translate3d(-20%, -40%, 0);
    max-height: 100%;
    top: 50%;
    position: absolute;
    left: 5%;
    max-width: none;
  }
}

.show-2 .exclusive-slide.slide-2 .exclusive-slide__imgs span img {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 62em) {
  .show-2 .exclusive-slide.slide-2 .exclusive-slide__imgs span img {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0);
            transform: scale3d(1, 1, 1) translate3d(0, -50%, 0);
  }
}

.exclusive-slide.slide-2 .exclusive-slide__imgs span:last-child {
  display: none;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 .exclusive-slide__imgs span:last-child {
    left: 92.5%;
    width: 18.5%;
    display: block;
  }
}

.exclusive-slide.slide-2 .exclusive-slide__imgs span:last-child img {
  -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-60%, 0, 0);
          transform: scale3d(1.5, 1.5, 1) translate3d(-60%, 0, 0);
  -webkit-transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-2 .exclusive-slide__imgs span:last-child img {
    top: -10%;
    left: -5%;
  }
}

.show-2 .exclusive-slide.slide-2 .exclusive-slide__imgs span:last-child img {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.exclusive-slide.slide-3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  background: #FFF;
}

.exclusive-slide.slide-3:after {
  height: 100%;
  border-left: 1px solid rgba(60, 59, 59, 0.1);
  border-right: 1px solid rgba(60, 59, 59, 0.1);
  position: absolute;
  z-index: 6;
  top: 0;
  left: 100%;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3:after {
    content: '';
    width: 74%;
    left: 18.5%;
  }
}

.exclusive-slide.slide-3 .exclusive-slide__desc {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 10%;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3 .exclusive-slide__desc {
    margin-left: 0;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
}

.show-3 .exclusive-slide.slide-3 .exclusive-slide__desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media (min-width: 62em) {
  .show-3 .exclusive-slide.slide-3 .exclusive-slide__desc {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

.exclusive-slide.slide-3 .exclusive-slide__content {
  margin-bottom: 40px;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3 .exclusive-slide__content {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3 h3 {
    margin-left: 5%;
  }
}

@media (min-width: 80em) {
  .exclusive-slide.slide-3 h3 {
    margin-left: 10%;
  }
}

.exclusive-slide.slide-3 h3 span {
  display: block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3 h3 span {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

.exclusive-slide.slide-3 h3 span:nth-child(2) {
  -webkit-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
}

.exclusive-slide.slide-3 h3 span:nth-child(3) {
  -webkit-transform: translate3d(15%, 0, 0);
          transform: translate3d(15%, 0, 0);
}

.exclusive-slide.slide-3 h3 span:nth-child(4) {
  -webkit-transform: translate3d(-15%, 0, 0);
          transform: translate3d(-15%, 0, 0);
}

.show-3 .exclusive-slide.slide-3 h3 span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.show-3 .exclusive-slide.slide-3 h3 span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 62em) {
  .show-3 .exclusive-slide.slide-3 h3 span:nth-child(1) {
    -webkit-transition-duration: 1.15s;
            transition-duration: 1.15s;
  }
}

.show-3 .exclusive-slide.slide-3 h3 span:nth-child(2) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .show-3 .exclusive-slide.slide-3 h3 span:nth-child(2) {
    -webkit-transition-duration: 1.25s;
            transition-duration: 1.25s;
  }
}

.show-3 .exclusive-slide.slide-3 h3 span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .show-3 .exclusive-slide.slide-3 h3 span:nth-child(3) {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

.show-3 .exclusive-slide.slide-3 h3 span:nth-child(4) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

@media (min-width: 62em) {
  .show-3 .exclusive-slide.slide-3 h3 span:nth-child(4) {
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
  }
}

.exclusive-slide.slide-3 .exclusive-slide__pattern {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3 .exclusive-slide__pattern {
    height: 100%;
    top: 0;
    bottom: auto;
    right: 0;
    width: 55.5%;
  }
}

.show-3 .exclusive-slide.slide-3 .exclusive-slide__pattern {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 62em) {
  .show-3 .exclusive-slide.slide-3 .exclusive-slide__pattern {
    width: 35.25%;
  }
}

.exclusive-slide.slide-3 .exclusive-slide__pattern img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0);
          transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0);
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: all 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.show-3 .exclusive-slide.slide-3 .exclusive-slide__pattern img {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.exclusive-slide.slide-3 .exclusive-slide__imgs {
  width: 100%;
  height: 70vh;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3 .exclusive-slide__imgs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.exclusive-slide.slide-3 .exclusive-slide__imgs span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3 .exclusive-slide__imgs span {
    left: 55.5%;
    width: 18.5%;
  }
}

.exclusive-slide.slide-3 .exclusive-slide__imgs span img {
  display: block;
  max-height: 100%;
  max-width: 40%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -65%, 0);
          transform: scale3d(1, 1, 1) translate3d(-50%, -65%, 0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.5s ease, -webkit-transform 1.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.5s ease, transform 1.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.5s ease, transform 1.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 1.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
}

@media (min-width: 48em) {
  .exclusive-slide.slide-3 .exclusive-slide__imgs span img {
    width: 100%;
  }
}

@media (min-width: 62em) {
  .exclusive-slide.slide-3 .exclusive-slide__imgs span img {
    max-width: none;
    width: auto;
  }
}

.show-3 .exclusive-slide.slide-3 .exclusive-slide__imgs span img {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
          transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 0.5s ease 1.8s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.85s;
  transition: opacity 0.5s ease 1.8s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.85s;
  transition: opacity 0.5s ease 1.8s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.85s;
  transition: opacity 0.5s ease 1.8s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.85s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.85s;
  opacity: 1;
}

.exclusive-slide.slide-4 {
  background: #FFF;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 {
    background: none;
  }
}

.exclusive-slide.slide-4:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  background: #FFF;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4:before {
    content: '';
  }
}

.exclusive-slide.slide-4:after {
  content: '';
  height: 100%;
  top: 0;
  position: absolute;
  background: #f5f4f0;
  border-right: 1px solid rgba(60, 59, 59, 0.1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4:after {
    width: 55.5%;
    left: 37%;
  }
}

.show-4 .exclusive-slide.slide-4:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.exclusive-slide.slide-4 .exclusive-slide__content {
  margin-left: 10%;
  padding-top: 0;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 .exclusive-slide__content {
    margin-left: 0;
  }
}

.exclusive-slide.slide-4 .subtitle {
  -webkit-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
  opacity: 0;
  margin-bottom: 1em;
  -webkit-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 .subtitle {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

.show-4 .exclusive-slide.slide-4 .subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 .subtitle {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
}

.exclusive-slide.slide-4 h3 {
  -webkit-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 h3 {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

.show-4 .exclusive-slide.slide-4 h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 h3 {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
}

.exclusive-slide.slide-4 h4 {
  font-size: 1em;
  color: #3c3b3b;
  margin: 0;
}

.exclusive-slide.slide-4 ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: numbers;
  padding: 1.5em 0;
  width: 90%;
}

.exclusive-slide.slide-4 ol li {
  padding-bottom: 1em;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
}

.exclusive-slide.slide-4 ol li:before {
  counter-increment: numbers;
  content: "" counter(numbers);
  position: absolute;
  right: 100%;
  top: -0.5em;
  color: #c9b192;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 10px;
}

.exclusive-slide.slide-4 ol li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(7) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(8) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(9) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(10) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

.exclusive-slide.slide-4 ol li:nth-child(11) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 ol li:nth-child(11) {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(1) {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(2) {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(3) {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(4) {
    -webkit-transition-delay: 1.85s;
            transition-delay: 1.85s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(5) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(5) {
    -webkit-transition-delay: 2.05s;
            transition-delay: 2.05s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(6) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(6) {
    -webkit-transition-delay: 2.25s;
            transition-delay: 2.25s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(7) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(7) {
    -webkit-transition-delay: 2.45s;
            transition-delay: 2.45s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(8) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(8) {
    -webkit-transition-delay: 2.65s;
            transition-delay: 2.65s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(9) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(9) {
    -webkit-transition-delay: 2.85s;
            transition-delay: 2.85s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(10) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(10) {
    -webkit-transition-delay: 3.05s;
            transition-delay: 3.05s;
  }
}

.show-4 .exclusive-slide.slide-4 ol li:nth-child(11) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 ol li:nth-child(11) {
    -webkit-transition-delay: 3.25s;
            transition-delay: 3.25s;
  }
}

.exclusive-slide.slide-4 .exclusive-slide__imgs {
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
  z-index: 3;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 .exclusive-slide__imgs {
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
}

.exclusive-slide.slide-4 .exclusive-slide__imgs img {
  display: block;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 0.5s ease 0.5s, -webkit-transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s ease 0.5s, -webkit-transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s ease 0.5s, transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s ease 0.5s, transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-4 .exclusive-slide__imgs img {
    left: 37%;
    max-height: 60%;
    max-width: none;
    height: 600px;
    top: 50%;
    position: absolute;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-35%, -50%, 0);
            transform: scale3d(1, 1, 1) translate3d(-35%, -50%, 0);
  }
}

@media (min-width: 80em) {
  .exclusive-slide.slide-4 .exclusive-slide__imgs img {
    max-height: 100%;
  }
}

.show-4 .exclusive-slide.slide-4 .exclusive-slide__imgs img {
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
  transition: opacity 0.8s ease 0.6s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
  transition: opacity 0.8s ease 0.6s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s, -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@media (min-width: 62em) {
  .show-4 .exclusive-slide.slide-4 .exclusive-slide__imgs img {
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
            transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
    -webkit-transition-delay: 1.55s, 1.6s;
            transition-delay: 1.55s, 1.6s;
  }
}

.exclusive-slide.slide-5:before {
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 41;
  left: 0;
  background: #f5f4f0;
  background: -webkit-linear-gradient(left, #f5f4f0 0%, rgba(245, 244, 240, 0.85) 70%, rgba(245, 244, 240, 0) 100%);
  background: linear-gradient(left, #f5f4f0 0%, rgba(245, 244, 240, 0.85) 70%, rgba(245, 244, 240, 0) 100%);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5:before {
    content: '';
  }
}

.exclusive-slide.slide-5:after {
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 41;
  background: #f5f4f0;
  background: -webkit-linear-gradient(right, #f5f4f0 0%, rgba(245, 244, 240, 0.85) 70%, rgba(245, 244, 240, 0) 100%);
  background: linear-gradient(right, #f5f4f0 0%, rgba(245, 244, 240, 0.85) 70%, rgba(245, 244, 240, 0) 100%);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5:after {
    content: '';
    right: 7.5%;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__content {
  margin-left: 3%;
  width: 94%;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__content {
    margin-left: 0;
    width: 100%;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__content:after {
  z-index: 51;
  position: absolute;
  top: 50%;
  height: 100vh;
  background: #FFF;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100%;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__content:after {
    left: 92.5%;
    content: '';
    width: 18.5%;
  }
}

.exclusive-slide.slide-5 .subtitle {
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .subtitle {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
}

.show-5 .exclusive-slide.slide-5 .subtitle {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .subtitle {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

.exclusive-slide.slide-5 h2 {
  margin-top: 0.4em;
  font-size: 2.28em;
  line-height: 1.3125em;
  z-index: 1;
  display: inline-block;
}

.exclusive-slide.slide-5 h2 span {
  display: block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 h2 span {
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

.exclusive-slide.slide-5 h2 span:nth-child(2) {
  -webkit-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
}

.exclusive-slide.slide-5 h2 span:nth-child(3) {
  -webkit-transform: translate3d(15%, 0, 0);
          transform: translate3d(15%, 0, 0);
}

.show-5 .exclusive-slide.slide-5 h2 span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.show-5 .exclusive-slide.slide-5 h2 span:nth-child(1) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 h2 span:nth-child(1) {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
}

.show-5 .exclusive-slide.slide-5 h2 span:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 h2 span:nth-child(2) {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
}

.show-5 .exclusive-slide.slide-5 h2 span:nth-child(3) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 h2 span:nth-child(3) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel {
  margin-bottom: 40px;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel {
    margin-top: -5em;
    margin-bottom: 0;
    margin-left: -5%;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-bg {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-bg {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-bg {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-bg {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-img img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-img img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-img img {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-img img {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-info * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-info * {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-info * {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(1) .carousel-info * {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-bg {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-bg {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-bg {
  -webkit-transition-delay: 0.37s;
          transition-delay: 0.37s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-bg {
    -webkit-transition-delay: 1.07s;
            transition-delay: 1.07s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-img img {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-img img {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-img img {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-img img {
    -webkit-transition-delay: 1.32s;
            transition-delay: 1.32s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-info * {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-info * {
    -webkit-transition-delay: 0.02s;
            transition-delay: 0.02s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-info * {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(2) .carousel-info * {
    -webkit-transition-delay: 1.52s;
            transition-delay: 1.52s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-bg {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-bg {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-bg {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-bg {
    -webkit-transition-delay: 1.14s;
            transition-delay: 1.14s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-img img {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-img img {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-img img {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-img img {
    -webkit-transition-delay: 1.39s;
            transition-delay: 1.39s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-info * {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-info * {
    -webkit-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-info * {
  -webkit-transition-delay: 0.79s;
          transition-delay: 0.79s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(3) .carousel-info * {
    -webkit-transition-delay: 1.59s;
            transition-delay: 1.59s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-bg {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-bg {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-bg {
  -webkit-transition-delay: 0.51s;
          transition-delay: 0.51s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-bg {
    -webkit-transition-delay: 1.21s;
            transition-delay: 1.21s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-img img {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-img img {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-img img {
  -webkit-transition-delay: 0.76s;
          transition-delay: 0.76s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-img img {
    -webkit-transition-delay: 1.46s;
            transition-delay: 1.46s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-info * {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-info * {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-info * {
  -webkit-transition-delay: 0.86s;
          transition-delay: 0.86s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(4) .carousel-info * {
    -webkit-transition-delay: 1.66s;
            transition-delay: 1.66s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-bg {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-bg {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-bg {
  -webkit-transition-delay: 0.58s;
          transition-delay: 0.58s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-bg {
    -webkit-transition-delay: 1.28s;
            transition-delay: 1.28s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-img img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-img img {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-img img {
  -webkit-transition-delay: 0.83s;
          transition-delay: 0.83s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-img img {
    -webkit-transition-delay: 1.53s;
            transition-delay: 1.53s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-info * {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-info * {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-info * {
  -webkit-transition-delay: 0.93s;
          transition-delay: 0.93s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(5) .carousel-info * {
    -webkit-transition-delay: 1.73s;
            transition-delay: 1.73s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-bg {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-bg {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-bg {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-bg {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-img img {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-img img {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-img img {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-img img {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-info * {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-info * {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-info * {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(6) .carousel-info * {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-bg {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-bg {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-bg {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-bg {
    -webkit-transition-delay: 1.42s;
            transition-delay: 1.42s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-img img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-img img {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-img img {
  -webkit-transition-delay: 0.97s;
          transition-delay: 0.97s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-img img {
    -webkit-transition-delay: 1.67s;
            transition-delay: 1.67s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-info * {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-info * {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-info * {
  -webkit-transition-delay: 1.07s;
          transition-delay: 1.07s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(7) .carousel-info * {
    -webkit-transition-delay: 1.87s;
            transition-delay: 1.87s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-bg {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-bg {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-bg {
  -webkit-transition-delay: 0.79s;
          transition-delay: 0.79s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-bg {
    -webkit-transition-delay: 1.49s;
            transition-delay: 1.49s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-img img {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-img img {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-img img {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-img img {
    -webkit-transition-delay: 1.74s;
            transition-delay: 1.74s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-info * {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-info * {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-info * {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(8) .carousel-info * {
    -webkit-transition-delay: 1.94s;
            transition-delay: 1.94s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-bg {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-bg {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-bg {
  -webkit-transition-delay: 0.86s;
          transition-delay: 0.86s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-bg {
    -webkit-transition-delay: 1.56s;
            transition-delay: 1.56s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-img img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-img img {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-img img {
  -webkit-transition-delay: 1.11s;
          transition-delay: 1.11s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-img img {
    -webkit-transition-delay: 1.81s;
            transition-delay: 1.81s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-info * {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-info * {
    -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-info * {
  -webkit-transition-delay: 1.21s;
          transition-delay: 1.21s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(9) .carousel-info * {
    -webkit-transition-delay: 2.01s;
            transition-delay: 2.01s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-bg {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-bg {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-bg {
  -webkit-transition-delay: 0.93s;
          transition-delay: 0.93s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-bg {
    -webkit-transition-delay: 1.63s;
            transition-delay: 1.63s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-img img {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-img img {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-img img {
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-img img {
    -webkit-transition-delay: 1.88s;
            transition-delay: 1.88s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-info * {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-info * {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-info * {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(10) .carousel-info * {
    -webkit-transition-delay: 2.08s;
            transition-delay: 2.08s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-bg {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-bg {
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-bg {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-bg {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-img img {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-img img {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-img img {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-img img {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-info * {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-info * {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-info * {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(11) .carousel-info * {
    -webkit-transition-delay: 2.15s;
            transition-delay: 2.15s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-bg {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-bg {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-bg {
  -webkit-transition-delay: 1.07s;
          transition-delay: 1.07s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-bg {
    -webkit-transition-delay: 1.77s;
            transition-delay: 1.77s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-img img {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-img img {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-img img {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-img img {
    -webkit-transition-delay: 2.02s;
            transition-delay: 2.02s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-info * {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-info * {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-info * {
  -webkit-transition-delay: 1.42s;
          transition-delay: 1.42s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(12) .carousel-info * {
    -webkit-transition-delay: 2.22s;
            transition-delay: 2.22s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-bg {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-bg {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-bg {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-bg {
    -webkit-transition-delay: 1.84s;
            transition-delay: 1.84s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-img img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-img img {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-img img {
  -webkit-transition-delay: 1.39s;
          transition-delay: 1.39s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-img img {
    -webkit-transition-delay: 2.09s;
            transition-delay: 2.09s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-info * {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-info * {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-info * {
  -webkit-transition-delay: 1.49s;
          transition-delay: 1.49s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(13) .carousel-info * {
    -webkit-transition-delay: 2.29s;
            transition-delay: 2.29s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-bg {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-bg {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-bg {
  -webkit-transition-delay: 1.21s;
          transition-delay: 1.21s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-bg {
    -webkit-transition-delay: 1.91s;
            transition-delay: 1.91s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-img img {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-img img {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-img img {
  -webkit-transition-delay: 1.46s;
          transition-delay: 1.46s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-img img {
    -webkit-transition-delay: 2.16s;
            transition-delay: 2.16s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-info * {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-info * {
    -webkit-transition-delay: 0.26s;
            transition-delay: 0.26s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-info * {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(14) .carousel-info * {
    -webkit-transition-delay: 2.36s;
            transition-delay: 2.36s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-bg {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-bg {
    -webkit-transition-delay: 1.55s;
            transition-delay: 1.55s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-bg {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-bg {
    -webkit-transition-delay: 1.98s;
            transition-delay: 1.98s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-img img {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-img img {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-img img {
  -webkit-transition-delay: 1.53s;
          transition-delay: 1.53s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-img img {
    -webkit-transition-delay: 2.23s;
            transition-delay: 2.23s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-info * {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-info * {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-info * {
  -webkit-transition-delay: 1.63s;
          transition-delay: 1.63s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(15) .carousel-info * {
    -webkit-transition-delay: 2.43s;
            transition-delay: 2.43s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-bg {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-bg {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-bg {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-bg {
    -webkit-transition-delay: 2.05s;
            transition-delay: 2.05s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-img img {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-img img {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-img img {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-img img {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-info * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-info * {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-info * {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(16) .carousel-info * {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-bg {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-bg {
    -webkit-transition-delay: 1.75s;
            transition-delay: 1.75s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-bg {
  -webkit-transition-delay: 1.42s;
          transition-delay: 1.42s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-bg {
    -webkit-transition-delay: 2.12s;
            transition-delay: 2.12s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-img img {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-img img {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-img img {
  -webkit-transition-delay: 1.67s;
          transition-delay: 1.67s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-img img {
    -webkit-transition-delay: 2.37s;
            transition-delay: 2.37s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-info * {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-info * {
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-info * {
  -webkit-transition-delay: 1.77s;
          transition-delay: 1.77s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(17) .carousel-info * {
    -webkit-transition-delay: 2.57s;
            transition-delay: 2.57s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-bg {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-bg {
    -webkit-transition-delay: 1.85s;
            transition-delay: 1.85s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-bg {
  -webkit-transition-delay: 1.49s;
          transition-delay: 1.49s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-bg {
    -webkit-transition-delay: 2.19s;
            transition-delay: 2.19s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-img img {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-img img {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-img img {
  -webkit-transition-delay: 1.74s;
          transition-delay: 1.74s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-img img {
    -webkit-transition-delay: 2.44s;
            transition-delay: 2.44s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-info * {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-info * {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-info * {
  -webkit-transition-delay: 1.84s;
          transition-delay: 1.84s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(18) .carousel-info * {
    -webkit-transition-delay: 2.64s;
            transition-delay: 2.64s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-bg {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-bg {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-bg {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-bg {
    -webkit-transition-delay: 2.26s;
            transition-delay: 2.26s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-img img {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-img img {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-img img {
  -webkit-transition-delay: 1.81s;
          transition-delay: 1.81s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-img img {
    -webkit-transition-delay: 2.51s;
            transition-delay: 2.51s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-info * {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-info * {
    -webkit-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-info * {
  -webkit-transition-delay: 1.91s;
          transition-delay: 1.91s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(19) .carousel-info * {
    -webkit-transition-delay: 2.71s;
            transition-delay: 2.71s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-bg {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-bg {
    -webkit-transition-delay: 2.05s;
            transition-delay: 2.05s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-bg {
  -webkit-transition-delay: 1.63s;
          transition-delay: 1.63s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-bg {
    -webkit-transition-delay: 2.33s;
            transition-delay: 2.33s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-img img {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-img img {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-img img {
  -webkit-transition-delay: 1.88s;
          transition-delay: 1.88s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-img img {
    -webkit-transition-delay: 2.58s;
            transition-delay: 2.58s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-info * {
  -webkit-transition-delay: 0.38s;
          transition-delay: 0.38s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-info * {
    -webkit-transition-delay: 0.38s;
            transition-delay: 0.38s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-info * {
  -webkit-transition-delay: 1.98s;
          transition-delay: 1.98s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(20) .carousel-info * {
    -webkit-transition-delay: 2.78s;
            transition-delay: 2.78s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-bg {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-bg {
    -webkit-transition-delay: 2.15s;
            transition-delay: 2.15s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-bg {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-bg {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-img img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-img img {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-img img {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-img img {
    -webkit-transition-delay: 2.65s;
            transition-delay: 2.65s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-info * {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-info * {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-info * {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(21) .carousel-info * {
    -webkit-transition-delay: 2.85s;
            transition-delay: 2.85s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-bg {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-bg {
    -webkit-transition-delay: 2.25s;
            transition-delay: 2.25s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-bg {
  -webkit-transition-delay: 1.77s;
          transition-delay: 1.77s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-bg {
    -webkit-transition-delay: 2.47s;
            transition-delay: 2.47s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-img img {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-img img {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-img img {
  -webkit-transition-delay: 2.02s;
          transition-delay: 2.02s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-img img {
    -webkit-transition-delay: 2.72s;
            transition-delay: 2.72s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-info * {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-info * {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-info * {
  -webkit-transition-delay: 2.12s;
          transition-delay: 2.12s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(22) .carousel-info * {
    -webkit-transition-delay: 2.92s;
            transition-delay: 2.92s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-bg {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-bg {
    -webkit-transition-delay: 2.35s;
            transition-delay: 2.35s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-bg {
  -webkit-transition-delay: 1.84s;
          transition-delay: 1.84s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-bg {
    -webkit-transition-delay: 2.54s;
            transition-delay: 2.54s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-img img {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-img img {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-img img {
  -webkit-transition-delay: 2.09s;
          transition-delay: 2.09s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-img img {
    -webkit-transition-delay: 2.79s;
            transition-delay: 2.79s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-info * {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-info * {
    -webkit-transition-delay: 0.44s;
            transition-delay: 0.44s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-info * {
  -webkit-transition-delay: 2.19s;
          transition-delay: 2.19s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(23) .carousel-info * {
    -webkit-transition-delay: 2.99s;
            transition-delay: 2.99s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-bg {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-bg {
    -webkit-transition-delay: 2.45s;
            transition-delay: 2.45s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-bg {
  -webkit-transition-delay: 1.91s;
          transition-delay: 1.91s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-bg {
    -webkit-transition-delay: 2.61s;
            transition-delay: 2.61s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-img img {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-img img {
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-img img {
  -webkit-transition-delay: 2.16s;
          transition-delay: 2.16s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-img img {
    -webkit-transition-delay: 2.86s;
            transition-delay: 2.86s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-info * {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-info * {
    -webkit-transition-delay: 0.46s;
            transition-delay: 0.46s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-info * {
  -webkit-transition-delay: 2.26s;
          transition-delay: 2.26s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(24) .carousel-info * {
    -webkit-transition-delay: 3.06s;
            transition-delay: 3.06s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-bg {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-bg {
    -webkit-transition-delay: 2.55s;
            transition-delay: 2.55s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-bg {
  -webkit-transition-delay: 1.98s;
          transition-delay: 1.98s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-bg {
    -webkit-transition-delay: 2.68s;
            transition-delay: 2.68s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-img img {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-img img {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-img img {
  -webkit-transition-delay: 2.23s;
          transition-delay: 2.23s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-img img {
    -webkit-transition-delay: 2.93s;
            transition-delay: 2.93s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-info * {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-info * {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-info * {
  -webkit-transition-delay: 2.33s;
          transition-delay: 2.33s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(25) .carousel-info * {
    -webkit-transition-delay: 3.13s;
            transition-delay: 3.13s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-bg {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-bg {
    -webkit-transition-delay: 2.65s;
            transition-delay: 2.65s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-bg {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-bg {
    -webkit-transition-delay: 2.75s;
            transition-delay: 2.75s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-img img {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-img img {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-img img {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-img img {
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-info * {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-info * {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-info * {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(26) .carousel-info * {
    -webkit-transition-delay: 3.2s;
            transition-delay: 3.2s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-bg {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-bg {
    -webkit-transition-delay: 2.75s;
            transition-delay: 2.75s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-bg {
  -webkit-transition-delay: 2.12s;
          transition-delay: 2.12s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-bg {
    -webkit-transition-delay: 2.82s;
            transition-delay: 2.82s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-img img {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-img img {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-img img {
  -webkit-transition-delay: 2.37s;
          transition-delay: 2.37s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-img img {
    -webkit-transition-delay: 3.07s;
            transition-delay: 3.07s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-info * {
  -webkit-transition-delay: 0.52s;
          transition-delay: 0.52s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-info * {
    -webkit-transition-delay: 0.52s;
            transition-delay: 0.52s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-info * {
  -webkit-transition-delay: 2.47s;
          transition-delay: 2.47s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(27) .carousel-info * {
    -webkit-transition-delay: 3.27s;
            transition-delay: 3.27s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-bg {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-bg {
    -webkit-transition-delay: 2.85s;
            transition-delay: 2.85s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-bg {
  -webkit-transition-delay: 2.19s;
          transition-delay: 2.19s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-bg {
    -webkit-transition-delay: 2.89s;
            transition-delay: 2.89s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-img img {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-img img {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-img img {
  -webkit-transition-delay: 2.44s;
          transition-delay: 2.44s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-img img {
    -webkit-transition-delay: 3.14s;
            transition-delay: 3.14s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-info * {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-info * {
    -webkit-transition-delay: 0.54s;
            transition-delay: 0.54s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-info * {
  -webkit-transition-delay: 2.54s;
          transition-delay: 2.54s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(28) .carousel-info * {
    -webkit-transition-delay: 3.34s;
            transition-delay: 3.34s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-bg {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-bg {
    -webkit-transition-delay: 2.95s;
            transition-delay: 2.95s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-bg {
  -webkit-transition-delay: 2.26s;
          transition-delay: 2.26s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-bg {
    -webkit-transition-delay: 2.96s;
            transition-delay: 2.96s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-img img {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-img img {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-img img {
  -webkit-transition-delay: 2.51s;
          transition-delay: 2.51s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-img img {
    -webkit-transition-delay: 3.21s;
            transition-delay: 3.21s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-info * {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-info * {
    -webkit-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-info * {
  -webkit-transition-delay: 2.61s;
          transition-delay: 2.61s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(29) .carousel-info * {
    -webkit-transition-delay: 3.41s;
            transition-delay: 3.41s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-bg {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-bg {
    -webkit-transition-delay: 3.05s;
            transition-delay: 3.05s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-bg {
  -webkit-transition-delay: 2.33s;
          transition-delay: 2.33s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-bg {
    -webkit-transition-delay: 3.03s;
            transition-delay: 3.03s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-img img {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-img img {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-img img {
  -webkit-transition-delay: 2.58s;
          transition-delay: 2.58s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-img img {
    -webkit-transition-delay: 3.28s;
            transition-delay: 3.28s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-info * {
  -webkit-transition-delay: 0.58s;
          transition-delay: 0.58s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-info * {
    -webkit-transition-delay: 0.58s;
            transition-delay: 0.58s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-info * {
  -webkit-transition-delay: 2.68s;
          transition-delay: 2.68s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(30) .carousel-info * {
    -webkit-transition-delay: 3.48s;
            transition-delay: 3.48s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-bg {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-bg {
    -webkit-transition-delay: 3.15s;
            transition-delay: 3.15s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-bg {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-bg {
    -webkit-transition-delay: 3.1s;
            transition-delay: 3.1s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-img img {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-img img {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-img img {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-img img {
    -webkit-transition-delay: 3.35s;
            transition-delay: 3.35s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-info * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-info * {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-info * {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

@media (min-width: 62em) {
  .show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel [class*="grid__col-"]:nth-child(31) .carousel-info * {
    -webkit-transition-delay: 3.55s;
            transition-delay: 3.55s;
  }
}

.exclusive-slide.slide-5 .exclusive-slide__carousel__arrows {
  position: absolute;
  bottom: -10px;
  left: 25%;
  z-index: 110;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  display: none !important;
  white-space: nowrap;
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .exclusive-slide__carousel__arrows {
    display: block !important;
  }
}

.show-5 .exclusive-slide.slide-5 .exclusive-slide__carousel__arrows {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.exclusive-slide.slide-5 .exclusive-slide__carousel__arrows a {
  display: inline-block;
  margin: 0 4px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
}

.exclusive-slide.slide-5 .exclusive-slide__carousel__arrows a .icon * {
  fill: #FFF;
}

.exclusive-slide.slide-5 .exclusive-slide__carousel__arrows a .icon.icon_arrow-left {
  left: -2px;
}

.exclusive-slide.slide-5 .exclusive-slide__carousel__arrows a .polygon {
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.exclusive-slide.slide-5 .exclusive-slide__carousel__arrows a .polygon * {
  fill: #3c3b3b;
}

.exclusive-slide.slide-5 .exclusive-slide__carousel__arrows a:hover .polygon {
  -webkit-transform: scale3d(0.85, 0.85, 1) rotate(180deg);
          transform: scale3d(0.85, 0.85, 1) rotate(180deg);
}

.exclusive-slide.slide-5 .carousel-item {
  display: block;
  width: 100%;
  margin: 10px 0;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .carousel-item {
    margin: 20px 0;
  }
}

.exclusive-slide.slide-5 .carousel-item .icon {
  position: absolute;
  right: 0px;
  bottom: 40px;
}

.exclusive-slide.slide-5 .carousel-item .icon * {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  fill: rgba(60, 59, 59, 0.1);
}

.exclusive-slide.slide-5 .carousel-item:hover .carousel-bg:before {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.exclusive-slide.slide-5 .carousel-item:hover .carousel-img {
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
}

.exclusive-slide.slide-5 .carousel-item:hover .carousel-info {
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.exclusive-slide.slide-5 .carousel-item:hover .icon * {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  fill: #3c3b3b;
}

.exclusive-slide.slide-5 .carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.show-5 .exclusive-slide.slide-5 .carousel-bg {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.exclusive-slide.slide-5 .carousel-bg:before {
  background: #FFF;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.exclusive-slide.slide-5 .carousel-img {
  padding-top: 3em;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (min-width: 62em) {
  .exclusive-slide.slide-5 .carousel-img {
    padding-top: 4.5em;
  }
}

.exclusive-slide.slide-5 .carousel-img img {
  display: block;
  margin: auto;
  max-width: 75%;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.show-5 .exclusive-slide.slide-5 .carousel-img img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.exclusive-slide.slide-5 .carousel-info {
  padding: 30px;
  font-size: 0.9em;
  line-height: 1.9em;
  display: block;
  width: 90%;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.exclusive-slide.slide-5 .carousel-info * {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate3d(0, 30%, 0);
          transform: translate3d(0, 30%, 0);
}

.show-5 .exclusive-slide.slide-5 .carousel-info * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.exclusive-slide.slide-5 .carousel-title {
  display: block;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.exclusive-slide.slide-5 .carousel-desc {
  display: block;
  color: #969696;
}

.exclusive-slide__sidebar {
  position: fixed;
  bottom: 10px;
  text-align: center;
  left: 30px;
  z-index: 110;
}

@media (min-width: 62em) {
  .exclusive-slide__sidebar {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    left: 5%;
    top: 50%;
    bottom: auto;
    position: absolute;
    z-index: 90;
  }
}

.exclusive-slide__sidebar .go-back {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.75em;
  color: #3c3b3b;
  position: absolute;
  top: 100%;
  margin-top: 30px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  padding: 0.4em 0;
  display: none;
}

@media (min-width: 62em) {
  .exclusive-slide__sidebar .go-back {
    display: block;
  }
}

.exclusive-slide__sidebar .go-back:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #c9b192;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scale3d(0.6, 1, 1);
          transform: scale3d(0.6, 1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.exclusive-slide__sidebar .go-back:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.exclusive-slide__sidebar .number {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #FFF;
}

@media (min-width: 62em) {
  .exclusive-slide__sidebar .number {
    width: 104px;
    font-size: 1rem;
    height: 110px;
    line-height: 104px;
    color: #3c3b3b;
  }
}

.exclusive-slide__sidebar .number .polygon {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-left: -17px;
  -webkit-transform-origin: 16px 16px;
      -ms-transform-origin: 16px 16px;
          transform-origin: 16px 16px;
}

@media (min-width: 62em) {
  .exclusive-slide__sidebar .number .polygon {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-transform-origin: 29px 29px;
        -ms-transform-origin: 29px 29px;
            transform-origin: 29px 29px;
  }
}

.exclusive-slide__sidebar .number .polygon * {
  stroke: #c9b192;
}

.exclusive-slide__nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(60, 59, 59, 0.9);
  z-index: 90;
  line-height: 55px;
}

@media (min-width: 62em) {
  .exclusive-slide__nav {
    bottom: 30px;
    background: none;
    position: absolute;
    line-height: inherit;
  }
}

.exclusive-slide__nav .icon {
  position: absolute;
  bottom: 9px;
  right: 30px;
  display: block;
}

@media (min-width: 62em) {
  .exclusive-slide__nav .icon {
    display: none;
  }
}

.exclusive-slide__nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  top: -3px;
  margin-left: 70px;
}

@media (min-width: 62em) {
  .exclusive-slide__nav ul {
    display: table;
    width: 80%;
    table-layout: fixed;
    margin: auto;
    top: auto;
  }
}

.exclusive-slide__nav ul li {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 4px;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

@media (min-width: 62em) {
  .exclusive-slide__nav ul li {
    display: table-cell;
    width: 100%;
    text-align: center;
    margin: 0;
    width: auto;
    height: auto;
  }
}

.exclusive-slide__nav ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 62em) {
  .exclusive-slide__nav ul li:before {
    display: none;
  }
}

.exclusive-slide__nav ul li:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  width: 22px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

@media (min-width: 62em) {
  .exclusive-slide__nav ul li:after {
    display: none;
  }
}

.exclusive-slide__nav ul li.active {
  margin-right: 32px;
}

@media (min-width: 62em) {
  .exclusive-slide__nav ul li.active {
    margin-right: 0;
  }
}

.exclusive-slide__nav ul li.active a {
  color: #c9b192;
}

.exclusive-slide__nav ul li.active a:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.exclusive-slide__nav ul li.active a .number {
  color: #3c3b3b;
}

.exclusive-slide__nav ul li.active a .polygon * {
  stroke: #c9b192;
}

.exclusive-slide__nav ul li.active:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.exclusive-slide__nav ul a {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 36px;
  color: #969696;
  text-transform: uppercase;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 62em) {
  .exclusive-slide__nav ul a {
    display: inline-block;
  }
}

.exclusive-slide__nav ul a:after {
  content: '';
  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: 0.8em;
  height: 1px;
  width: 70%;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  background: #c9b192;
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.exclusive-slide__nav ul a .number {
  display: inline-block;
  width: 36px;
  text-align: center;
  line-height: 34px;
  vertical-align: top;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.exclusive-slide__nav ul a .polygon {
  left: 0;
  margin-left: 0;
}

.exclusive-slide__nav ul a .polygon * {
  stroke: rgba(150, 150, 150, 0.3);
}

.exclusive-slide__nav ul a .polygon *.hover {
  stroke: #969696;
}

.exclusive-slide__share {
  position: absolute;
  bottom: 30px;
  right: 30px;
  line-height: 36px;
  z-index: 90;
  display: none;
}

@media (min-width: 62em) {
  .exclusive-slide__share {
    display: block;
  }
}

.exclusive-slide__share .social label {
  border-bottom: 1px solid #3c3b3b;
  color: #3c3b3b;
  font-weight: 700;
  font-size: 0.75em;
  display: inline-block;
  line-height: 1.7em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.exclusive-slide__share .social .icon * {
  fill: #3c3b3b;
}

.exclusive-slide__share .social a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.exclusive-slide__share .social a:hover {
  opacity: 0.4;
}

.exclusive-slide__arrows {
  position: absolute;
  top: 50%;
  left: 500%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 90;
  display: none;
}

@media (min-width: 48em) {
  .exclusive-slide__arrows {
    left: 92.5%;
  }
}

@media (min-width: 62em) {
  .exclusive-slide__arrows {
    display: block;
  }
}

.exclusive-slide__arrows a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  margin: 0 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.exclusive-slide__arrows a.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.exclusive-slide__arrows a.prev .icon {
  left: -2px;
}

.exclusive-slide__arrows a .icon * {
  fill: rgba(150, 150, 150, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.exclusive-slide__arrows a .polygon * {
  stroke: rgba(150, 150, 150, 0.5);
}

.exclusive-slide__arrows a .polygon *.hover {
  stroke: #969696;
}

.exclusive-slide__arrows a:hover .icon * {
  fill: #969696;
}

.carousel-detail .subtitle,
.carousel-detail .essential-price,
.carousel-detail .btn {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.loaded .carousel-detail .subtitle, .loaded
.carousel-detail .essential-price, .loaded
.carousel-detail .btn {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.carousel-detail .subtitle {
  color: #3c3b3b;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.loaded .carousel-detail .subtitle {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-detail .essential-desc {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.loaded .carousel-detail .essential-desc {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.loaded .carousel-detail .essential-price {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.loaded .carousel-detail .btn {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.carousel-detail__info {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media (min-width: 62em) {
  .carousel-detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 90%;
  }
}

@media (min-width: 62em) and (min-height: 700px) {
  .carousel-detail__info {
    min-height: 650px;
  }
}

.carousel-detail__title {
  font-size: 2.285em;
  margin-top: 0.4em;
  margin-bottom: 1em;
}

.carousel-detail__title .gold {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.carousel-detail__title .gold span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.65s;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.65s;
}

.loaded .carousel-detail__title .gold span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-detail__title .line-breaker {
  display: block;
}

.carousel-detail__title .line-breaker span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.carousel-detail__title .line-breaker span span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.loaded .carousel-detail__title .line-breaker span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.loaded .carousel-detail__title .line-breaker span:nth-child(1) span {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.loaded .carousel-detail__title .line-breaker span:nth-child(2) span {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.loaded .carousel-detail__title .line-breaker span:nth-child(3) span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loaded .carousel-detail__title .line-breaker span:nth-child(4) span {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.loaded .carousel-detail__title .line-breaker span:nth-child(5) span {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.carousel-detail__img {
  background: #f5f4f0;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 45vh;
}

@media (min-width: 62em) {
  .carousel-detail__img {
    width: 50%;
    height: 100%;
    position: absolute;
  }
}

.carousel-detail__img:after:after {
  content: "";
  clear: both;
  display: block;
}

.carousel-detail__img span {
  display: block;
  width: 33.33333%;
  float: left;
  height: 100%;
  overflow: hidden;
}

.carousel-detail__img span img {
  max-width: 270%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-35%, -50%, 0);
          transform: scale3d(1.5, 1.5, 1) translate3d(-35%, -50%, 0);
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.loaded .carousel-detail__img span img {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.carousel-detail__img span:nth-child(1) img {
  margin-left: 100%;
  -webkit-transform: scale3d(0.8, 0.8, 1) translate3d(-80%, -50%, 0);
          transform: scale3d(0.8, 0.8, 1) translate3d(-80%, -50%, 0);
}

.loaded .carousel-detail__img span:nth-child(1) img  {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.carousel-detail__img span:nth-child(3) img {
  margin-left: -100%;
  -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(-35%, -50%, 0);
          transform: scale3d(1.2, 1.2, 1) translate3d(-35%, -50%, 0);
}

.loaded .carousel-detail__img span:nth-child(3) img  {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.bg-contact {
  background: #f5f4f0;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 85%;
  z-index: -1;
  overflow: hidden;
  display: none;
}

@media (min-width: 62em) {
  .bg-contact {
    display: block;
  }
}

.popin-container .bg-contact {
  z-index: 1;
  height: 100%;
}

.bg-contact img {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translate3d(28%, 30%, 0);
          transform: translate3d(28%, 30%, 0);
}

.bg-contact.js-reveal {
  opacity: 0;
}

.bg-contact.js-reveal img {
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(28%, 30%, 0);
          transform: scale3d(1.1, 1.1, 1) translate3d(28%, 30%, 0);
}

.bg-contact.js-reveal.is-visible {
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.bg-contact.js-reveal.is-visible img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(28%, 30%, 0);
          transform: scale3d(1, 1, 1) translate3d(28%, 30%, 0);
  -webkit-transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[class*="essential-template-"] {
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  [class*="essential-template-"] {
    margin-bottom: 60px;
    margin-top: 70px;
  }
}

@media (min-width: 62em) {
  [class*="essential-template-"] {
    margin-bottom: 70px;
  }
}

[class*="essential-template-"] h2 {
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 2em;
}

[class*="essential-template-"] h2.u-tar {
  text-align: left !important;
}

@media (min-width: 48em) {
  [class*="essential-template-"] h2.u-tar {
    text-align: right !important;
  }
}

@media (min-width: 48em) {
  [class*="essential-template-"] h2 {
    font-size: 3em;
    margin-top: 1.5em;
    margin-bottom: 0.7em;
  }
}

@media (min-width: 62em) {
  [class*="essential-template-"] h2 {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  [class*="essential-template-"] h2.offset {
    margin-top: 1.5em;
  }
}

@media (min-width: 62em) {
  [class*="essential-template-"] h2.offset {
    margin-top: 6.5em;
  }
}

[class*="essential-template-"] h2.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

[class*="essential-template-"] h2.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

[class*="essential-template-"] h2.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

[class*="essential-template-"] h2.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[class*="essential-template-"] h2.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

[class*="essential-template-"] h2.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[class*="essential-template-"] h2.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[class*="essential-template-"] h2.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[class*="essential-template-"].essential-template-2 .essential-item {
  text-align: right;
}

@media (min-width: 48em) {
  [class*="essential-template-"].essential-template-2 .essential-item {
    text-align: left;
  }
}

.essential-pattern {
  position: absolute;
  top: 18%;
  height: 65%;
  left: 88%;
  width: 20vw;
  overflow: hidden;
  display: none;
}

@media (min-width: 48em) {
  .essential-pattern {
    display: block;
  }
}

@media (min-width: 62em) {
  .essential-pattern {
    left: 80%;
  }
}

.essential-pattern img {
  display: block;
  -webkit-transition: none;
  transition: none;
  height: 150%;
}

.essential-pattern.js-reveal:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.essential-pattern.js-reveal.is-visible:after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
}

.essential-item {
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .essential-item {
    margin-bottom: 60px;
  }
}

.essential-item .btn.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.essential-item .btn.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.essential-img {
  margin-bottom: 0.5em;
  overflow: hidden;
}

@media (min-width: 48em) {
  .essential-img {
    margin-bottom: 2.2em;
    margin-top: 0px;
  }
}

.essential-img img {
  display: block;
  max-width: 100%;
}

@media (min-width: 48em) {
  .essential-img img {
    max-width: 220%;
  }
}

@media (min-width: 62em) {
  .essential-img img {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .essential-img.right {
    float: right;
  }
}

@media (min-width: 48em) {
  .essential-img.right img {
    float: right;
  }
}

@media (min-width: 62em) {
  .essential-img.right img {
    float: none;
    right: auto;
  }
}

@media (min-width: 48em) {
  .essential-img.offset {
    margin-top: 100%;
  }
}

@media (min-width: 62em) {
  .essential-img.offset {
    margin-top: 165%;
  }
}

@media (min-width: 48em) {
  .essential-img.offset-bottom-mid {
    margin-top: -5%;
  }
}

@media (min-width: 62em) {
  .essential-img.offset-bottom-mid {
    margin-top: -10%;
  }
}

@media (min-width: 48em) {
  .essential-img.offset-bottom {
    margin-top: -200px;
  }
}

.essential-img.no-margin {
  margin-top: 0;
}

.essential-img:not(.right) img {
  max-width: 100%;
}

.essential-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f4f0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.essential-img.js-reveal img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  opacity: 0;
}

.essential-img.js-reveal.is-visible.img-is-loaded:after {
  -webkit-animation: showImgInv 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgInv 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.ie .essential-img.js-reveal.is-visible.img-is-loaded:after {
  -webkit-animation: showImgInvIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgInvIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.essential-img.js-reveal.is-visible.img-is-loaded img {
  -webkit-transition: opacity 0s linear 0.8s, -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s, -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.essential-img.js-reveal.is-visible.img-is-loaded.right:after {
  -webkit-animation: showImg 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImg 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.ie .essential-img.js-reveal.is-visible.img-is-loaded.right:after {
  -webkit-animation: showImgIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.essential-img.js-reveal.is-visible.img-is-loaded.right img {
  -webkit-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}

.essential-title {
  clear: both;
  font-size: 1rem;
  margin-top: 1.6em;
  margin-bottom: 0.7em;
}

.essential-title.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.essential-title.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.essential-title.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.essential-title.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.essential-title.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.essential-title.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.essential-title.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.essential-title.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.essential-desc {
  font-size: 0.86em;
}

.essential-desc .js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.essential-desc .js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.essential-desc .js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.essential-desc .js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.essential-desc .js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.essential-desc .js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.essential-desc .js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.essential-desc .js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.essential-price {
  margin-top: 2em;
  margin-bottom: 2em;
}

.essential-price label {
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #969696;
}

.essential-price .price {
  font-family: "Fedra Serif A", serif;
  font-size: 1.2em;
  display: block;
}

.essential-price.js-reveal label,
.essential-price.js-reveal .price {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.essential-price.js-reveal.is-visible label,
.essential-price.js-reveal.is-visible .price {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.essential-detail {
  padding-bottom: 20px;
}

@media (min-width: 62em) {
  .essential-detail {
    height: 100vh;
    padding-bottom: 0;
  }
}

.essential-detail .u-dt {
  height: 100%;
  width: 100%;
}

.essential-detail .u-dt .u-dtc {
  vertical-align: middle;
}

.essential-detail .btn-back {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  margin-bottom: 50px;
  z-index: 11;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.14em;
  font-weight: 700;
  will-change: auto;
}

@media (min-width: 48em) {
  .essential-detail .btn-back {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .essential-detail .btn-back {
    left: 0;
    -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
            transform: rotate(-90deg) translate3d(50%, 0, 0);
    top: 50vh;
    margin-bottom: 0;
    bottom: auto;
    position: fixed;
  }
}

.essential-detail .btn-back.js-reveal {
  opacity: 0;
}

.essential-detail .btn-back.js-reveal.is-visible {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  opacity: 1;
}

.essential-detail .btn-back:after {
  position: absolute;
  content: '';
  top: 100%;
  margin-top: 5px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #c9b192;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(0.75, 1, 1);
          transform: translate3d(-50%, 0, 0) scale3d(0.75, 1, 1);
}

.essential-detail .btn-back:hover:after {
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  margin-top: 2px;
}

.essential-detail .subtitle {
  text-align: center;
}

@media (min-width: 62em) {
  .essential-detail .subtitle {
    text-align: left;
  }
}

.essential-detail .subtitle.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.essential-detail .subtitle.js-reveal.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.essential-detail__gallery {
  width: 100%;
  height: 40vh;
  background: #f5f4f0;
  z-index: 1;
  margin-bottom: 30px;
}

@media (min-width: 62em) {
  .essential-detail__gallery {
    width: 50%;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    margin-bottom: 0;
  }
}

.essential-detail__gallery.js-reveal {
  opacity: 0;
}

.essential-detail__gallery.js-reveal.is-visible {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.essential-detail__gallery .slick-list,
.essential-detail__gallery .slick-track {
  height: 100%;
}

.essential-detail__gallery .slider-arrow {
  display: inline-block !important;
}

.essential-detail__gallery .slider-arrow .polygon * {
  fill: #FFF;
  stroke: #FFF;
}

.essential-detail__gallery .slider-arrow .arrow {
  z-index: 1;
}

.essential-detail__gallery .slider-arrow .arrow * {
  fill: #3c3b3b;
}

.essential-detail__gallery .slider-arrow:hover .polygon {
  -webkit-transform: scale3d(0.9, 0.9, 1) rotate(-180deg);
          transform: scale3d(0.9, 0.9, 1) rotate(-180deg);
}

.essential-detail__slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.essential-detail__slide .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (min-width: 62em) {
  .essential-detail__slide .img {
    background-size: auto 100%;
  }
}

.inverse .essential-detail__slide .img {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.firefox .essential-detail__slide .img {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.essential-detail__slide.slick-active .img, .essential-detail__slide.slick-cloned-active .img {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.essential-detail__content-slider {
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}

.essential-detail__content-slider .essential-price.js-reveal label,
.essential-detail__content-slider .essential-price.js-reveal .price {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
}

.essential-detail__content-slider .btn {
  margin-bottom: 2em;
}

.essential-detail__content-slider .btn.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
}

.essential-detail__content-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.essential-detail__content-slide.active {
  z-index: 9;
}

.essential-detail__content-slide.active .essential-detail__desc.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.essential-detail__content-slide.active .essential-price.is-visible label,
.essential-detail__content-slide.active .essential-price.is-visible .price {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.essential-detail__content-slide.active .btn.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.essential-detail__desc.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.essential-detail__title {
  font-size: 2.285em;
  margin-top: 0.8em;
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .essential-detail__title {
    margin-top: 1.2em;
    margin-bottom: 1em;
  }
}

@media (min-width: 62em) {
  .essential-detail__title {
    text-align: left;
  }
}

.essential-detail__title.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.essential-detail__title.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.essential-detail__title.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.essential-detail__title.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.essential-detail__title.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.essential-detail__title.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.essential-detail__title.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.essential-detail__title.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.news-loader {
  margin-bottom: 4em;
}

.news-item {
  margin-top: 20px;
  margin-bottom: 70px;
  width: 80%;
  display: table;
}

.news-item:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 48em) {
  .news-item {
    width: 60%;
  }
}

@media (min-width: 62em) {
  .news-item {
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
    width: auto;
  }
}

.news-nav .news-item {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 100%;
}

.news-item .more {
  color: #231f20;
}

.news-item .more.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.news-item .more.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

@media (min-width: 62em) {
  .news-item.offset {
    margin-top: -15%;
    padding-top: 2.25em;
  }
}

@media (min-width: 62em) {
  .news-item.offset-more {
    margin-top: -45%;
  }
}

@media (min-width: 80em) {
  .news-item.offset-more {
    margin-top: -30%;
  }
}

@media (min-width: 62em) {
  .news-item.offset-bottom {
    margin-top: 140%;
    left: 10%;
  }
}

@media (min-width: 80em) {
  .news-item.offset-bottom {
    margin-top: 110%;
    left: 33%;
  }
}

.news-item.sticky {
  width: 100%;
}

@media (min-width: 62em) {
  .news-item.sticky {
    margin-bottom: 130px;
    margin-top: 70px;
  }
}

.news-item.sticky .more {
  color: #231f20;
  margin: 0 30px;
}

@media (min-width: 48em) {
  .news-item.sticky .more {
    margin: 0 15%;
  }
}

@media (min-width: 62em) {
  .news-item.sticky .more {
    margin: 0;
  }
}

.news-item.right {
  margin-left: 20%;
}

@media (min-width: 48em) {
  .news-item.right {
    margin-left: 40%;
  }
}

@media (min-width: 62em) {
  .news-item.right {
    margin-left: auto;
  }
}

.news-nav .news-item.right {
  margin-left: 0;
}

.news-item:hover .news-img {
  -webkit-transform: scale3d(0.95, 0.95, 1);
          transform: scale3d(0.95, 0.95, 1);
}

.news-item:hover .news-img figure {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.news-info {
  margin-bottom: 1em;
  z-index: 6;
  display: table-footer-group;
}

@media (min-width: 62em) {
  .news-info {
    left: -33%;
    display: block;
  }
}

@media (min-width: 62em) {
  .left .news-info {
    left: 100%;
    padding-left: 20px;
  }
}

.right .news-info {
  text-align: right;
}

@media (min-width: 62em) {
  .right .news-info {
    left: -100%;
    padding-right: 20px;
  }
}

@media (min-width: 62em) {
  .right-side .news-info {
    left: auto;
    text-align: right;
    right: -33%;
  }
}

@media (min-width: 62em) {
  .sticky .news-info {
    bottom: 5%;
    left: -40%;
    position: absolute;
    top: auto;
    padding: 0;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .news-nav .news-info {
    left: auto;
    padding-bottom: 20em;
  }
}

.news-title {
  font-size: 2.23em;
  line-height: 1.3125em;
  margin-bottom: 0.3em;
  max-height: 4.46em;
  margin-top: 0.3em;
}

@media (min-width: 62em) {
  .news-title {
    margin-top: 1.414em;
  }
}

.sticky .news-title {
  padding: 0 30px;
}

@media (min-width: 48em) {
  .sticky .news-title {
    padding: 0 15%;
    font-size: 3em;
  }
}

@media (min-width: 62em) {
  .sticky .news-title {
    padding: 0;
    margin-top: 0;
  }
}

.news-nav .news-title {
  font-size: 1.271em;
}

@media (min-width: 62em) {
  .news-nav .news-title {
    font-size: 1.571em;
  }
}

.news-title.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.news-title.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.news-title.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.news-title.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.news-title.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.news-title.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.news-title.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.news-title.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.news-date {
  font-size: 1.285em;
  text-transform: uppercase;
  color: #c9b192;
  font-family: "Fedra Serif A", serif;
  margin: 0;
  margin-top: 1em;
}

.sticky .news-date {
  padding: 0 30px;
}

@media (min-width: 48em) {
  .sticky .news-date {
    padding: 0 15%;
  }
}

@media (min-width: 62em) {
  .sticky .news-date {
    padding: 0;
  }
}

@media (min-width: 62em) {
  .news-date {
    position: absolute;
    right: 100%;
    margin-right: 20px;
    top: 0.3em;
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width: 62em) {
  .right .news-date {
    left: 100%;
    margin-left: 20px;
    right: auto;
    margin-right: 0;
  }
}

.news-date.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

.right .news-date.js-reveal {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.news-date.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

.news-img {
  width: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: table-cell;
}

@media (min-width: 62em) {
  .news-img {
    display: block;
    margin-top: -1.5em;
  }
}

@media (min-width: 62em) {
  .right .news-img,
  .left .news-img {
    margin-top: -5em;
  }
}

.news-nav .news-img {
  left: -7%;
  overflow: initial;
}

@media (min-width: 48em) {
  .news-nav .news-img {
    left: -10%;
  }
}

@media (min-width: 62em) {
  .news-nav .news-img {
    right: 100%;
    margin-right: 20px;
    left: auto;
    margin-top: 0;
    top: 4em;
    position: absolute;
    overflow: hidden;
  }
}

.news-nav .right .news-img {
  right: -7%;
  left: auto;
}

@media (min-width: 48em) {
  .news-nav .right .news-img {
    right: -10%;
    left: auto;
  }
}

@media (min-width: 62em) {
  .news-nav .right .news-img {
    right: auto;
    left: 100%;
    margin-left: 20px;
    margin-right: 0;
  }
}

.news-img figure {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.news-nav .news-img figure {
  width: 114%;
}

@media (min-width: 48em) {
  .news-nav .news-img figure {
    width: 116%;
  }
}

@media (min-width: 62em) {
  .news-nav .news-img figure {
    width: 100%;
  }
}

.news-img img {
  display: block;
  width: 100%;
}

.news-img:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #f5f4f0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.news-nav .news-img:after {
  display: none;
}

@media (min-width: 62em) {
  .news-nav .news-img:after {
    display: block;
  }
}

.news-img.js-reveal img {
  opacity: 0;
}

.news-img.js-reveal.is-visible:after {
  -webkit-animation: showImgInv 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgInv 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.ie .news-img.js-reveal.is-visible:after {
  -webkit-animation: showImgInvIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgInvIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.news-img.js-reveal.is-visible .img-is-loaded img {
  opacity: 1;
  -webkit-transition: opacity 0s linear 0.8s, -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s, -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.news-nav .news-img.js-reveal.is-visible .img-is-loaded img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 62em) {
  .news-nav .news-img.js-reveal.is-visible .img-is-loaded img {
    -webkit-transition: opacity 0s linear 0.8s, -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
    transition: opacity 0s linear 0.8s, -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
    transition: opacity 0s linear 0.8s, transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
    transition: opacity 0s linear 0.8s, transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s, -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  }
}

.right .news-img.js-reveal.is-visible:after {
  -webkit-animation: showImg 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImg 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.ie .right .news-img.js-reveal.is-visible:after {
  -webkit-animation: showImgIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.news-detail {
  margin-top: -30px;
}

.news-detail.no_img-video > .grid:before {
  display: none;
}

.news-detail > .grid:before {
  content: '';
  left: 93%;
  width: 20vw;
  top: 13%;
  bottom: 0;
  background: #f5f4f0;
  position: absolute;
}

@media (min-width: 48em) {
  .news-detail > .grid:before {
    top: 30%;
    left: 83.33333%;
  }
}

.news-detail .news-date {
  margin-right: 0;
  position: relative;
  right: auto;
  text-align: center;
}

@media (min-width: 48em) {
  .news-detail .news-date {
    text-align: left;
  }
}

.news-detail h1 {
  font-size: 3em;
  margin-top: 0.4em;
  text-align: center;
}

@media (min-width: 48em) {
  .news-detail h1 {
    font-size: 3.714em;
    text-align: left;
  }
}

.news-detail h1.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.news-detail h1.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.news-detail h1.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.news-detail h1.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.news-detail h1.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.news-detail h1.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.news-detail h1.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.news-detail h1.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.news-detail__body {
  margin-top: 20px;
  margin-bottom: 100px;
}

.news-detail__body.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.news-detail__body.js-reveal.is-visible {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.news-detail__media {
  margin-bottom: 20px;
  overflow: hidden;
  left: -6%;
  width: 110%;
}

@media (min-width: 48em) {
  .news-detail__media {
    width: auto;
    left: auto;
  }
}

.news-detail__media.js-reveal:after {
  content: '';
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  -webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
  transition: all 1s cubic-bezier(1, 0, 0, 1);
}

.news-detail__media.js-reveal .trigger-video-play {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}

.news-detail__media.js-reveal.is-visible:after {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.news-detail__media.js-reveal.is-visible .trigger-video-play {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.store-section {
  margin-bottom: 70px;
}

@media (min-width: 48em) {
  .store-section {
    margin-bottom: 150px;
  }
}

@media (min-width: 48em) {
  .store-item {
    padding-right: 15%;
  }
}

.store-title {
  font-size: 1.6rem;
}

@media (min-width: 48em) {
  .store-title {
    font-size: 3rem;
  }
}

.store-title.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.store-title.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.store-title.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.store-title.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.store-title.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.store-title.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.store-title.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.store-title.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.store-cat {
  font-size: 1rem;
}

.store-cat.js-reveal span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.store-cat.js-reveal span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

.store-cat.js-reveal.is-visible span span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.store-cat.js-reveal.is-visible span:nth-child(1) span {
  -webkit-transition-delay: 0.1ss;
          transition-delay: 0.1ss;
}

.store-cat.js-reveal.is-visible span:nth-child(2) span {
  -webkit-transition-delay: 0.15ss;
          transition-delay: 0.15ss;
}

.store-cat.js-reveal.is-visible span:nth-child(3) span {
  -webkit-transition-delay: 0.2ss;
          transition-delay: 0.2ss;
}

.store-cat.js-reveal.is-visible span:nth-child(4) span {
  -webkit-transition-delay: 0.25ss;
          transition-delay: 0.25ss;
}

.store-cat.js-reveal.is-visible span:nth-child(5) span {
  -webkit-transition-delay: 0.3ss;
          transition-delay: 0.3ss;
}

.store-address {
  color: #969696;
  font-size: 0.85em;
  margin-bottom: 1.5em;
}

.store-address.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.store-address.js-reveal.is-visible {
  -webkit-transition: all 0.4s ease 0.15s;
  transition: all 0.4s ease 0.15s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.store-info {
  float: left;
  width: 50%;
  margin-bottom: 2em;
  line-height: 1.4em;
}

.store-info.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.store-info.js-reveal.is-visible {
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.store-info label {
  color: #c9b192;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.14em;
  font-weight: 700;
  display: block;
}

.store-info a {
  font-family: "Fedra Serif A", serif;
}

.store-link {
  display: inline-block;
  padding-left: 45px;
  line-height: 36px;
  color: #c9b192;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.store-link.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.store-link.js-reveal.is-visible {
  -webkit-transition: all 0.4s ease 0.24s;
  transition: all 0.4s ease 0.24s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.store-link .icon {
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.store-link .polygon {
  left: 0;
  margin-left: 0;
}

.store-link .polygon * {
  stroke: rgba(60, 59, 59, 0.2);
}

.store-link .polygon *.hover {
  stroke: rgba(60, 59, 59, 0.7);
}

.store-map {
  display: block;
  margin-top: 20px;
}

@media (min-width: 48em) {
  .store-map {
    margin-top: 4em;
  }
}

@media (min-width: 48em) {
  .store-map.offset {
    margin-top: 40%;
  }
}

.store-map.js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 70px, 0);
          transform: translate3d(0, 70px, 0);
}

.store-map.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
}

.store-map a {
  display: block;
}

.store-map a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 10px;
  width: 74px;
  height: 84px;
  background: transparent url(../img/layout/marker.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}

.store-map img {
  display: block;
  max-width: 100%;
}

.store-img {
  display: none;
  overflow: hidden;
  float: left;
}

@media (min-width: 62em) {
  .store-img {
    display: block;
  }
}

.store-img.right {
  float: right;
}

.store-img img {
  display: block;
}

.store-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f4f0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.store-img.js-reveal img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  opacity: 0;
}

.store-img.js-reveal.is-visible.img-is-loaded:after {
  -webkit-animation: showImg 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImg 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.ie .store-img.js-reveal.is-visible.img-is-loaded:after {
  -webkit-animation: showImgIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.store-img.js-reveal.is-visible.img-is-loaded img {
  -webkit-transition: opacity 0s linear 0.8s, -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: opacity 0s linear 0.8s, transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s, -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.store-img.js-reveal.is-visible.img-is-loaded.right:after {
  -webkit-animation: showImg 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImg 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.ie .store-img.js-reveal.is-visible.img-is-loaded.right:after {
  -webkit-animation: showImgIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
          animation: showImgIE 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 0.1s;
}

.section-404 {
  min-height: 100vh;
}

.section-404 .grid {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  position: absolute;
}

.section-404 h1 {
  font-size: 5.7em;
  margin-top: 0em;
  margin-bottom: 0.35em;
}

.section-404 p {
  font-size: 0.714rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-404 p a {
  color: #3c3b3b;
}

.section-404 figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale3d(1.15, 1.15, 1);
          transform: scale3d(1.15, 1.15, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.4s ease-out, -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s ease-out;
  transition: transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s ease-out, -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.section-404 figure.is-loaded {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.entry-body {
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .entry-body {
    margin-bottom: 120px;
  }
}

.entry-body.js-reveal {
  opacity: 0;
}

.entry-body.js-reveal.is-visible {
  -webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}

.entry-body a {
  color: #c9b192;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.entry-body a:hover {
  opacity: 0.6;
}

.entry-body pre,
.entry-body blockquote {
  font-family: "Fedra Serif A", serif;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.entry-body pre:before,
.entry-body blockquote:before {
  content: '';
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #c9b192;
}

.entry-body ul {
  padding-left: 0;
  list-style: none;
}

.entry-body ul li {
  padding-left: 20px;
  margin-bottom: 10px;
}

.entry-body ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  margin-top: -2px;
  top: 0.855em;
  background: #c9b192;
}

.entry-body ol {
  padding-left: 0;
  list-style: none;
  counter-reset: list;
}

.entry-body ol li {
  padding-left: 20px;
  margin-bottom: 10px;
  counter-increment: list;
}

.entry-body ol li:before {
  content: counter(list) ".";
  position: absolute;
  border-radius: 50%;
  left: 0;
  margin-top: -1px;
  top: 0.855em;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  color: #c9b192;
}

.entry-body h2 {
  font-size: 1.7em;
}

@media (min-width: 62em) {
  .entry-body h2 {
    font-size: 2.9em;
  }
}



.footer-txt{
	font-family: "Fedra Serif A", serif;
    color: #7d7b7b;
    font-size: 18px;
    line-height: 28px;

}
.footer-txt-1{
	font-family: "Fedra Serif A", serif;
    color: #7d7b7b;
    font-size: 15px;
    line-height: 20px;

}

@media (max-width:766px){
	.margin60{
	margin-top:60px !important;
}
.mob-logo{
	width: 270px !important;
    /*margin-top: 10px !important;*/
    margin-left: 10px !important;
}
.hidden-xs{
	display:none !important;
}
.m60{
	margin-left:60px !important;
}
.mob-cat{
	width:337px !important;
}
.mob-pad{
	padding-top:30px;
}
}





.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cat-img{
	
	width: 100%;
    height: 271px;
    border: 1px solid #d5d2d2;
    padding: 5px;
   
}
.cat-caption{
	    text-align: center;
    font-size: 20px;
    margin-top:10px;
    margin-bottom:10px;
    color: #000 !important;
    font-family:Courgette;
}
.news-title{
	    
    font-size: 20px;
    margin-top:10px;
    margin-bottom:10px;
    color: #000 !important;
    font-family:Courgette;
}
.news-title-1{
	    
   font-size:25px;
    margin-top:10px;
    margin-bottom:10px;
    color: #000 !important;
    font-family:Courgette;
}

.m0{
	margin-bottom:0px !important;
}

.text{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #626262}


.btn-1{
	background-color: #c4ad8f;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #c4ad8f;
    border-radius: 3px;
}






#feedback {
	
height: 0px;
	
width: 85px;
	
position: fixed;
	
right: 0;
	
top: /*37%*/327px;
	
z-index: 1000;
	
transform: rotate(-90deg);
	
-webkit-transform: rotate(-90deg);
	
-moz-transform: rotate(-90deg);
	
-o-transform: rotate(-90deg);
	
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	

}



#feedback a {
	
display: block;
	
background-color:#968672;
	
height: 50px;
	letter-spacing:1.3px;
padding-top: 12px;
	
width: 130px;
	
text-align: center;
	
color: #fff;
	
font-family: Arial, sans-serif;
	
font-size: 16px;
text-transform:uppercase;
	
font-weight: bold;
	
text-decoration: none;
	
border-top-right-radius: 9px;
	
border-top-left-radius: 9px

}



#feedback a:hover {
	background:#000;
}



.title{
	font-size:50px;
}
.top{
	color:#fff;
	float:right
	
}
.margintop{
	margin-top:-90px;
}
@media (max-width:766px){
	.title{
	font-size:32px !important;
	margin-top:40px;
}
.top{
	margin-top:-20px;
	color:#fff;
	
}
.top1{
	margin-top:0px !important;
	color:#fff
}
.margintop{
	margin-top:0px !important;
}
.marginleft{
	margin-left:0px !important;
}
.mob-margin{
	margin-top:180px !important;
}
.mob-font{
	font-size: 20px !important;
	text-align:justify !important;
}
.mob-width:{
	width:220px !important;
}
.mob-margin-1{
	margin-top:90px !important;
}

.bg-repeat{
	background-repeat:repeat!important;
}
}



.brown{
	color: #b35206 !important;
}