@charset "UTF-8";

/*=============================================
=               Clearfix		                  =
=============================================*/

/*=============================================
=               Font Smoothing		            =
=============================================*/

/*=============================================
=               Responsive    	              =
=============================================*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

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

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

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

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

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

.container-right {
  padding: 0 0 0 2.5%;
}

@media only screen and (min-width: 1000px) {
  .container-right {
    padding: 0 0 0 5%;
  }
}

#return-to-top {
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 20000;
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  padding: 6px;
  background-color: #000000;
  transition: opacity 0.5s ease-in-out;
}

#return-to-top::before {
  z-index: 20001;
  content: "";
  display: block;
  height: 52px;
  width: 52px;
  background-image: url(/images/arrow-circle-black.svg?3d8326db31adfb5874312489d9c90465);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}

.empty-overview {
  min-height: 300px;
  background-color: #F8F8F8;
}

/*=============================================================
=                                                             =
=                       FONT VARIABLES          lol               =
=                                                             =
=============================================================*/

/*
                             █████╗ ██████╗ ███████╗██████╗  ██████╗██╗   ██╗
                            ██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔════╝██║   ██║
                            ███████║██████╔╝█████╗  ██████╔╝██║     ██║   ██║
                            ██╔══██║██╔═══╝ ██╔══╝  ██╔══██╗██║     ██║   ██║
                            ██║  ██║██║     ███████╗██║  ██║╚██████╗╚██████╔╝
                            ╚═╝  ╚═╝╚═╝     ╚══════╝╚═╝  ╚═╝ ╚═════╝ ╚═════╝
*/

@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-MediumItalic.woff2?5d93869f2c06b88f7b5be7b62997c432) format("woff2"), url(/fonts/Apercu-MediumItalic.woff?38ba1f90d029f41ab1d2ea747f41a296) format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-Regular.woff2?8c0b536b944a80da605cb8a536282747) format("woff2"), url(/fonts/Apercu-Regular.woff?634f3ec5fd4239fd43d157471b43bfee) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-BoldItalic.woff2?084aaed0fb1b0ed1be2c3494b084b25f) format("woff2"), url(/fonts/Apercu-BoldItalic.woff?53100a7aac80b3f5e861298198deb591) format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-LightItalic.woff2?6b50c0ba8ac4d88620cc6138d17e7327) format("woff2"), url(/fonts/Apercu-LightItalic.woff?3e635072d78aefbfdb1a75a8f6a25859) format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-Medium.woff2?73c168b4fddb0e43f4f96d00f0b3024b) format("woff2"), url(/fonts/Apercu-Medium.woff?6b3bc80fde19dd569be1d99fdc825c37) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-Italic.woff2?ae5cee700c7ea9bb556032fcd1ad3993) format("woff2"), url(/fonts/Apercu-Italic.woff?0f9c1717173c1f4db607587ed62fdef9) format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-Bold.woff2?33fd788040148c5302d5b330718348cd) format("woff2"), url(/fonts/Apercu-Bold.woff?b2756d80f582b8b116e6a432d8eaf681) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-Light.woff2?4fbd150395f6b375a964d8dfb87ba2b8) format("woff2"), url(/fonts/Apercu-Light.woff?81fde311bd5905a0a6ebcc02bdf351ee) format("woff");
  font-weight: 300;
  font-style: normal;
}

/*
                        ██████╗ ███████╗ ██████╗ ██████╗ ██╗     ███████╗████████╗ █████╗
                        ██╔══██╗██╔════╝██╔════╝██╔═══██╗██║     ██╔════╝╚══██╔══╝██╔══██╗
                        ██████╔╝█████╗  ██║     ██║   ██║██║     █████╗     ██║   ███████║
                        ██╔══██╗██╔══╝  ██║     ██║   ██║██║     ██╔══╝     ██║   ██╔══██║
                        ██║  ██║███████╗╚██████╗╚██████╔╝███████╗███████╗   ██║   ██║  ██║
                        ╚═╝  ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝   ╚═╝   ╚═╝  ╚═╝
*/



/* RECOLETA EVERYWHERE IN CSS REPLACED BY Orphicasa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

@font-face {
  font-family: "Orphicasa";
  src: url(/fonts/orphiCasa-Regular.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Orphicasa";
  src: url(/fonts/orphicasaBold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}



@font-face {
  font-family: "Recoleta";
  src: url(/fonts/Recoleta-Medium.woff2?293f2d3987ab32cda15f27c3a340be98) format("woff2"), url(/fonts/Recoleta-Medium.woff?39aa023f43167244a5588e3488827d79) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Recoleta";
  src: url(/fonts/Recoleta-Regular.woff2?de0700078d344f9ce3a8e25395dcf62f) format("woff2"), url(/fonts/Recoleta-Regular.woff?b3a5a10bcd442116470a860a381944c0) format("woff");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Recoleta";
  src: url(/fonts/Recoleta-Light.woff2?420bb7bb3f12a7df64fd05f83a9ce83e) format("woff2"), url(/fonts/Recoleta-Light.woff?9a9355056ec59ff7597c0cf49cc77b95) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Recoleta";
  src: url(/fonts/Recoleta-Bold.woff2?90618af6b0826580e1b62c9b4c023061) format("woff2"), url(/fonts/Recoleta-Bold.woff?6ea91353ea2d77e5f41f28c0ef088b4b) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Recoleta";
  src: url(/fonts/Recoleta-Black.woff2?cde6b48db9cdc602c693b6d78150f111) format("woff2"), url(/fonts/Recoleta-Black.woff?e22ba97c7827e317276d513023e6cd07) format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Recoleta";
  src: url(/fonts/Recoleta-Thin.woff2?bc451d1b716da960e2044be4d7e6d6c2) format("woff2"), url(/fonts/Recoleta-Thin.woff?56894a1c2439b3d3ce4fab103fa7f191) format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Recoleta";
  src: url(/fonts/Recoleta-SemiBold.woff2?4c61376a60614cd9a6d74bd744da15a8) format("woff2"), url(/fonts/Recoleta-SemiBold.woff?b4d4162bc3e419db7c1c6d7fe3795e87) format("woff");
  font-weight: 600;
  font-style: normal;
}


/*=============================================
=               Clearfix		                  =
=============================================*/

/*=============================================
=               Font Smoothing		            =
=============================================*/

/*=============================================
=               Responsive    	              =
=============================================*/

/*======================================================
=                                                      =
=                        TITLES                        =
=                                                      =
======================================================*/

h1,
.page-title {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0;
  color: #000000;
  opacity: 0.7;
}

@media only screen and (min-width: 640px) {
  h1,
  .page-title {
    font-size: 56px;
    line-height: 58px;
  }
}

@media only screen and (min-width: 1000px) {
  h1,
  .page-title {
    font-size: 72px;
    line-height: 76px;
  }
}

.smalltitle-style,
h6,
.h6-style,
h5,
.h5-style,
h4,
.h4-style,
h3,
.h3-style,
h2,
.h2-style {
  margin: 0;
  font-family: "Orphicasa", sans-serif;
  color: #000000;
  opacity: 0.7;
  letter-spacing: 1.2px;
}

h2,
.h2-style {
  font-size: 28px;
  letter-spacing: 0.4px;
  line-height: 35px;
}

@media only screen and (min-width: 640px) {
  h2,
  .h2-style {
    font-size: 48px;
    letter-spacing: 0.8px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 1375px) {
  h2,
  .h2-style {
    font-size: 72px;
    line-height: 84px;
  }
}

h3,
.h3-style {
  font-size: 24px;
  line-height: 26px;
}

@media only screen and (min-width: 640px) {
  h3,
  .h3-style {
    font-size: 38px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1000px) {
  h3,
  .h3-style {
    font-size: 56px;
    line-height: 50px;
  }
}

h4,
.h4-style {
  font-size: 48px;
  line-height: 42px;
}

h5,
.h5-style {
  font-size: 36px;
  line-height: 30px;
}

h6,
.h6-style {
  font-size: 28px;
  line-height: 22px;
}

.smalltitle-style {
  font-size: 21px;
  line-height: 18px;
}

.subtitle {
  opacity: 0.9;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #111820;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

blockquote,
.blockquote {
  font-family: "Orphicasa", sans-serif;
  opacity: 0.7;
  font-size: 28px;
  font-weight: 300;
}

.white {
  color: #FFF;
  opacity: 1;
}

.vertical-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 100%;
  top: 0;
  height: 66px;
  min-width: 225px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  background-color: #000;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 2px;
  z-index: 1;
}

/*======================================================
=                                                      =
=                        TEXTS                         =
=                                                      =
======================================================*/

* {
  font-family: "Apercu", sans-serif;
}

p {
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.call-to-action,
article.trend.large .container aside:first-child a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  padding: 0 0 5px;
  cursor: pointer;
}

.call-to-action:before,
article.trend.large .container aside:first-child a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
}

.call-to-action:after,
article.trend.large .container aside:first-child a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #FFF;
  opacity: 1;
  transition: width 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.call-to-action:hover:after,
article.trend.large .container aside:first-child a:hover:after {
  width: 100%;
}

.call-to-action.black:after,
article.trend.large .container aside:first-child a.black:after {
  background-color: #000;
}

/*======================================================
=                                                      =
=                        LISTS                        =
=                                                      =
======================================================*/

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

body.home header.main {
  padding: 42px 30px;
}

@media only screen and (min-width: 1100px) {
  body.home header.main {
    padding: 42px 60px;
  }
}

@media only screen and (min-width: 1600px) {
  body.home header.main {
    padding: 30px 60px 30px 35px;
  }
}

body.home header.main.scrolled {
  padding: 23px 30px;
}

body.home header.main.scrolled section.logo a:before {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 380px) {
  body.home header.main.scrolled section.logo a:before {
    width: 30px;
    height: 30px;
  }
}

body.home header.main.scrolled section.logo svg {
  height: 18px;
}

@media only screen and (min-width: 640px) {
  body.home header.main.scrolled section.logo svg {
    height: 26px;
  }
}

@media only screen and (min-width: 1000px) {
  body.home header.main.scrolled {
    padding: 23px 60px;
  }
}

body.home header.main section.logo a:before {
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 1600px) {
  body.home header.main section.logo a:before {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 380px) {
  body.home header.main section.logo a:before {
    width: 30px;
    height: 30px;
  }
}

body.home header.main section.logo svg {
  transition: height 0.4s ease;
  height: 24px;
}

@media only screen and (min-width: 1200px) {
  body.home header.main section.logo svg {
    height: 32px;
  }
}

@media only screen and (min-width: 1600px) {
  body.home header.main section.logo svg {
    height: 42px;
  }
}

@media only screen and (max-width: 380px) {
  body.home header.main section.logo svg {
    height: 18px !important;
  }
}

header.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding-top 0.5s cubic-bezier(0.5, 0, 0, 1), padding-bottom 0.5s cubic-bezier(0.5, 0, 0, 1), background-color 0.5s cubic-bezier(0.5, 0, 0, 1);
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  padding: 40px 30px;
  pointer-events: none;
}

@media only screen and (min-width: 1000px) {
  header.main {
    padding: 42px 60px;
  }
}

@media only screen and (min-width: 1375px) {
  header.main {
    padding: 40px 60px;
  }
}

header.main.scrolled {
  padding: 20px 25px;
  background-color: #FFFFFF;
}

@media only screen and (min-width: 640px) {
  header.main.scrolled {
    padding: 23px 30px;
  }
}

@media only screen and (min-width: 1000px) {
  header.main.scrolled {
    padding: 23px 60px;
  }
}

header.main.scrolled nav.main-navigation div.search-tab {
  -webkit-filter: invert(100) !important;
          filter: invert(100) !important;
}

header.main.scrolled nav.main-navigation ul.menu li a {
  color: black;
  display: block;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: color 0.3s ease, opacity 0.3s ease;
}

header.main.scrolled nav.main-navigation ul.menu li a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: black;
  opacity: 1;
  transition: width 0.8s cubic-bezier(0.5, 0, 0, 1);
}

header.main.scrolled nav.main-navigation ul.menu li a:hover:after {
  width: 100%;
  opacity: 0.7;
}

header.main.scrolled nav.main-navigation ul.menu li a:hover {
  opacity: 0.7;
}

header.main.scrolled nav.main-navigation ul.menu li + li {
  margin-left: 40px;
}

header.main.scrolled nav.main-navigation label div {
  background-color: #000000;
}

header.main.scrolled nav.main-navigation label div .first,
header.main.scrolled nav.main-navigation label div .second {
  transition: background-color 0s;
  background-color: #000000;
}

header.main.scrolled .logo > a:before {
  height: 40px;
  width: 40px;
  -webkit-filter: invert(0);
          filter: invert(0);
}

header.main.scrolled .logo > a > svg > g > g {
  fill: #000000;
}

header.main.scrolled input[type=checkbox]:checked ~ label .mid {
  background-color: transparent;
}

header.main section.logo {
  pointer-events: initial;
  z-index: -1;
}

header.main section.logo a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

header.main section.logo a:hover {
  opacity: 0.7;
}

header.main section.logo a:before {
  content: "";
  background-image: url(/images/Black.png?7c687c760a15c805bf8e94f20d14b4a5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 20px;
  -webkit-filter: invert(100);
          filter: invert(100);
  transition: width 0.3s ease, height 0.3s ease, -webkit-filter 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, filter 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media only screen and (min-width: 640px) {
  header.main section.logo a:before {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 1375px) {
  header.main section.logo a:before {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 380px) {
  header.main section.logo a:before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

header.main section.logo svg {
  display: block;
  height: 18px;
  width: auto;
  min-width: 135px;
}

@media only screen and (min-width: 640px) {
  header.main section.logo svg {
    height: 20px;
  }
}

@media only screen and (min-width: 1375px) {
  header.main section.logo svg {
    height: 24px;
  }
}

@media only screen and (max-width: 380px) {
  header.main section.logo svg {
    height: 18px;
  }
}

header.main section.logo svg > g > g {
  fill: #FFFFFF;
  transition: fill 0.125s cubic-bezier(0.5, 0, 0, 1);
}

header.main nav.main-navigation {
  display: flex;
  align-items: center;
  pointer-events: initial;
}

header.main nav.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  transition: opacity 0.4s ease;
}

@media only screen and (min-width: 1000px) {
  header.main nav.main-navigation ul.menu {
    display: flex;
    align-items: center;
  }
}

header.main nav.main-navigation ul.menu li a {
  display: block;
  opacity: 1;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: color 0.3s ease, opacity 0.3s ease;
}

header.main nav.main-navigation ul.menu li a::-moz-selection {
  background-color: transparent;
}

header.main nav.main-navigation ul.menu li a::selection {
  background-color: transparent;
}

header.main nav.main-navigation ul.menu li a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #FFF;
  opacity: 1;
  transition: width 0.8s cubic-bezier(0.5, 0, 0, 1);
}

header.main nav.main-navigation ul.menu li a:hover:after {
  width: 100%;
  opacity: 0.7;
}

header.main nav.main-navigation ul.menu li a:hover {
  opacity: 0.7;
}

header.main nav.main-navigation ul.menu li + li {
  margin-left: 40px;
}

header.main nav.main-navigation div.search-tab {
  cursor: pointer;
  margin-left: 40px;
  width: 30px;
  height: 30px;
  background-image: url(/images/search.svg?a897d35088238bd024fffbd080c215a3);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  -webkit-filter: invert(100);
          filter: invert(100);
  display: none;
}

@media only screen and (min-width: 360px) {
  header.main nav.main-navigation div.search-tab {
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  header.main nav.main-navigation div.search-tab {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}

header.main nav.main-navigation label {
  position: relative;
  height: 14px;
  width: 20px;
  margin: 0 0 0 40px;
  cursor: pointer;
}

header.main nav.main-navigation label > div {
  height: 2px;
  background-color: #000;
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  header.main nav.main-navigation label > div {
    background-color: #fff;
  }
}

header.main nav.main-navigation label .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

header.main nav.main-navigation label .mid {
  background-color: transparent;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
}

header.main nav.main-navigation label .mid .first {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1), background-color 0.4s ease;
}

@media only screen and (min-width: 1000px) {
  header.main nav.main-navigation label .mid .first {
    background-color: #fff;
  }
}

header.main nav.main-navigation label .mid .second {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1), background-color 0.4s ease;
}

@media only screen and (min-width: 1000px) {
  header.main nav.main-navigation label .mid .second {
    background-color: #fff;
  }
}

header.main nav.main-navigation label .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

header.main nav.main-navigation label:hover .top {
  transform: translate(0, -2px);
}

header.main nav.main-navigation label:hover .bottom {
  transform: translate(0, 2px);
}

header.main nav.main-navigation input[type=checkbox] {
  display: none;
}

header.main nav.main-navigation input[type=checkbox]:checked ~ ul.menu,
header.main nav.main-navigation input[type=checkbox]:checked ~ div.search-tab {
  opacity: 0;
  pointer-events: none;
}

header.main nav.main-navigation input[type=checkbox]:checked ~ section.logo {
  z-index: -2;
}

header.main nav.main-navigation input[type=checkbox]:checked ~ label .top {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translate(0, -10px);
  opacity: 0;
}

header.main nav.main-navigation input[type=checkbox]:checked ~ label .mid .first {
  transform: rotate(-45deg);
  background-color: #000;
}

header.main nav.main-navigation input[type=checkbox]:checked ~ label .mid .second {
  transform: rotate(45deg);
  background-color: #000;
}

header.main nav.main-navigation input[type=checkbox]:checked ~ label .bottom {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translate(0, 10px);
  opacity: 0;
}

header.main nav.main-navigation input[type=checkbox]:checked ~ .side-menu {
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.01s ease;
  opacity: 1;
  transform: translate(-100%, 0);
}

header.main nav.main-navigation .side-menu {
  overflow: scroll;
  max-height: 100vh;
  width: 100%;
  max-width: 900px;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 100%;
  height: 100vh;
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.01s ease 0.8s;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 5px 0 23px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 100px 5%;
}

header.main nav.main-navigation .side-menu::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

@media only screen and (min-width: 640px) {
  header.main nav.main-navigation .side-menu {
    padding: 120px 5%;
  }
}

@media only screen and (min-width: 1000px) {
  header.main nav.main-navigation .side-menu {
    max-width: 900px;
  }
}

header.main nav.main-navigation .side-menu > .search {
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0, 1);
  justify-content: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
}

header.main nav.main-navigation .side-menu > .search.show {
  opacity: 1;
  pointer-events: initial;
}

header.main nav.main-navigation .side-menu > .search form {
  width: 50%;
  margin: 0 auto;
}

header.main nav.main-navigation .side-menu > .search form * {
  width: 100%;
}

header.main nav.main-navigation .side-menu > .search form input {
  padding-left: 0.25rem;
  height: 61px;
  border: none;
  border-bottom: 1px solid #979797;
  margin-bottom: 2rem;
  font-family: "Orphicasa", sans-serif;
  font-size: 32px;
  font-weight: 500;
}

header.main nav.main-navigation .side-menu > .search form button {
  text-transform: uppercase;
  padding: 1.25rem 0 1.25rem 0;
  border: none;
  background: rgba(20, 19, 19, 0.8);
  color: #FFFFFF;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

header.main nav.main-navigation .side-menu ul.languageswitcher {
  z-index: 6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 5%;
  top: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 640px) {
  header.main nav.main-navigation .side-menu ul.languageswitcher {
    left: 70px;
  }
}

header.main nav.main-navigation .side-menu ul.languageswitcher li a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0.26px;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

header.main nav.main-navigation .side-menu ul.languageswitcher li a:hover {
  background-color: #D5B59A;
  color: #FFF;
  opacity: 0.6;
}

header.main nav.main-navigation .side-menu ul.languageswitcher li.active a {
  background-color: #D5B59A;
  color: #FFF;
  border-color: rgba(0, 0, 0, 0.2);
}

header.main nav.main-navigation .side-menu ul.languageswitcher li:last-child {
  display: block;
  background-color: #D5B59A;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-image: url(/images/search.svg?a897d35088238bd024fffbd080c215a3);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

header.main nav.main-navigation .side-menu .left {
  flex: 1 1 auto;
  width: 100%;
  margin: 0 0;
}

@media only screen and (min-width: 640px) {
  header.main nav.main-navigation .side-menu .left {
    margin: 0 35px 0 0;
    width: 50%;
  }
}

header.main nav.main-navigation .side-menu .left ul.main {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

header.main nav.main-navigation .side-menu .left ul.main li a {
  position: relative;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #4B4B4B;
  letter-spacing: 0.5px;
  padding: 15px 0;
  transition: color 0.4s ease;
}

@media only screen and (min-width: 640px) {
  header.main nav.main-navigation .side-menu .left ul.main li a {
    font-size: 32px;
  }
}

header.main nav.main-navigation .side-menu .left ul.main li a:hover {
  color: #D5B59A;
}

header.main nav.main-navigation .side-menu .left ul.main li a:hover:after {
  width: 100%;
}

header.main nav.main-navigation .side-menu .left ul.main li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  z-index: 1;
}

header.main nav.main-navigation .side-menu .left ul.main li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #D5B59A;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

header.main nav.main-navigation .side-menu .left ul.secondary {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (min-width: 640px) {
  header.main nav.main-navigation .side-menu .left ul.secondary {
    display: block;
  }
}

header.main nav.main-navigation .side-menu .left ul.secondary li {
  flex: 0 0 50%;
  margin: 8px 0;
}

@media only screen and (min-width: 640px) {
  header.main nav.main-navigation .side-menu .left ul.secondary li {
    margin: 15px 0;
  }
}

header.main nav.main-navigation .side-menu .left ul.secondary li a {
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 19px;
  color: #323232;
  letter-spacing: 0.23px;
  transition: color 0.4s ease;
}

header.main nav.main-navigation .side-menu .left ul.secondary li a:hover {
  color: #D5B59A;
}

header.main nav.main-navigation .side-menu .left ul.social {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.main nav.main-navigation .side-menu .left ul.social li {
  margin-left: 25px;
}

header.main nav.main-navigation .side-menu .left ul.social li a {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

header.main nav.main-navigation .side-menu .left ul.social li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}

header.main nav.main-navigation .side-menu .left ul.social li a:hover:after {
  opacity: 1;
}

header.main nav.main-navigation .side-menu .left ul.social li a.Instagram {
  background-image: url(/images/icons/social/instagram.svg);
}

header.main nav.main-navigation .side-menu .left ul.social li a.Instagram:after {
  background-image: url(/images/icons/social/instagram-gold.svg);
}

header.main nav.main-navigation .side-menu .left ul.social li a.Facebook {
  background-image: url(/images/icons/social/facebook.svg);
}

header.main nav.main-navigation .side-menu .left ul.social li a.Facebook:after {
  background-image: url(/images/icons/social/facebook-gold.svg);
}

header.main nav.main-navigation .side-menu .left ul.social li a.Pinterest {
  background-image: url(/images/icons/social/pinterest.svg);
  width: 23px;
  height: 23px;
}

header.main nav.main-navigation .side-menu .left ul.social li a.Pinterest:after {
  background-image: url(/images/icons/social/pinterest-gold.svg);
}

header.main nav.main-navigation .side-menu .right {
  flex: 1 1 auto;
  width: 50%;
  margin: 0 0 0 35px;
  display: none;
}

@media only screen and (min-width: 640px) {
  header.main nav.main-navigation .side-menu .right {
    display: block;
  }
}

footer.main {
  position: relative;
  background-color: #F8F8F8;
  padding: 8rem 8rem 1rem 8rem;
}

footer.main .mobile {
  display: block;
  display: none;
}

@media only screen and (min-width: 860px) {
  footer.main .mobile {
    display: none;
  }
}

@media only screen and (min-width: 640px) {
  footer.main .mobile .newsletter {
    margin: 0 auto;
  }
}

footer.main .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 860px) {
  footer.main .wrapper {
    min-height: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  footer.main {
    padding: 8rem 4rem 2rem;
  }
}

@media only screen and (max-width: 670px) {
  footer.main {
    padding: 8rem 4rem 2rem 4rem;
  }
}

@media only screen and (max-width: 520px) {
  footer.main {
    padding: 4rem 2rem 2rem 2rem;
  }
}

footer.main section.block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer.main section.block .section-logo svg {
  display: block;
  height: 26px;
  width: auto;
}

footer.main section.block .section-logo a {
  position: relative;
  display: flex;
  align-items: center;
}

footer.main section.block .section-logo a:before {
  content: "";
  background-image: url(/images/Flower/Black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 10px;
}

footer.main section.block .newsletter {
  max-width: 400px;
}

@media only screen and (max-width: 1024px) {
  footer.main section.block .newsletter {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 670px) {
  footer.main section.block .newsletter {
    text-align: left;
  }
}

footer.main section.block .newsletter p {
  font-weight: normal;
}

footer.main section.block .newsletter form {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  footer.main section.block .newsletter form {
    justify-content: center;
  }
}

@media only screen and (max-width: 670px) {
  footer.main section.block .newsletter form {
    justify-content: flex-start;
  }
}

footer.main section.block .newsletter form .input-newsletter,
footer.main section.block .newsletter form .submit-button {
  display: inline-block;
  height: 65px;
  border: none;
  border-radius: 0;
}

footer.main section.block .newsletter form .input-newsletter {
  border-width: 1px 0 1px 1px;
  border-color: #D3D3D3;
  border-style: solid;
  min-width: 70%;
  padding: 10px 30px;
  font-size: 15px;
  box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
  footer.main section.block .newsletter form .input-newsletter {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  footer.main section.block .newsletter form .input-newsletter {
    width: 80%;
  }
}

footer.main section.block .newsletter form .submit-button {
  background: url(/images/icons/arrows/submit-arrow-right.svg) no-repeat;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  background-position: center;
  padding: 10px 32px;
  border: 1px solid #D3D3D3;
  transition: background-color 0.3s ease;
}

footer.main section.block .newsletter form .submit-button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 640px) {
  footer.main section.block .section-nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
}

@media only screen and (min-width: 860px) {
  footer.main section.block .section-nav {
    width: auto;
    display: block;
  }
}

footer.main section.block .section-nav > .mobile {
  display: none;
}

footer.main section.block .section-nav > .mobile a {
  margin-right: 20px;
  max-width: 225px;
  position: relative;
  display: flex;
  align-items: center;
}

footer.main section.block .section-nav > .mobile a svg {
  width: 100%;
}

footer.main section.block .section-nav > .mobile a:before {
  content: "";
  background-image: url(/images/Flower/Black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 10px;
}

footer.main section.block .section-nav nav.nav-footer {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

@media only screen and (min-width: 640px) {
  footer.main section.block .section-nav nav.nav-footer {
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 860px) {
  footer.main section.block .section-nav nav.nav-footer {
    margin: 0;
  }
}

footer.main section.block .section-nav nav.nav-footer ul {
  list-style-type: none;
  margin: 0;
}

footer.main section.block .section-nav nav.nav-footer ul li {
  font-size: 28px;
  font-weight: 500;
  text-transform: lowercase;
  margin-bottom: 2rem;
}

footer.main section.block .section-nav nav.nav-footer ul li a {
  font-weight: normal;
  transition: color 0.3s ease;
}

footer.main section.block .section-nav nav.nav-footer ul li a:hover {
  color: #D5B59A;
}

footer.main section.block .section-nav nav.nav-footer .left {
  font-family: "Orphicasa", sans-serif;
}

footer.main section.block .section-nav nav.nav-footer .left ul li a {
  font-family: "Orphicasa", sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-transform: capitalize;
}

@media only screen and (min-width: 640px) {
  footer.main section.block .section-nav nav.nav-footer .left ul li a {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1000px) {
  footer.main section.block .section-nav nav.nav-footer .left ul li a {
    font-size: 32px;
    line-height: 32px;
  }
}

footer.main section.block .section-nav nav.nav-footer .right {
  margin-left: 50px;
  margin-top: 10px;
  opacity: 0.6;
}

@media only screen and (min-width: 640px) {
  footer.main section.block .section-nav nav.nav-footer .right {
    margin-top: 5px;
  }
}

footer.main section.block .section-nav nav.nav-footer .right .secondary,
footer.main section.block .section-nav nav.nav-footer .right li {
  white-space: nowrap;
  font-size: 18px;
  margin-bottom: 1.4rem;
  text-transform: capitalize;
}

@media only screen and (min-width: 640px) {
  footer.main section.block .section-nav nav.nav-footer .right .secondary,
  footer.main section.block .section-nav nav.nav-footer .right li {
    font-size: 21px;
  }
}

footer.main section.block nav.nav-social {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

@media only screen and (min-width: 860px) {
  footer.main section.block nav.nav-social {
    margin: 0;
    justify-content: flex-start;
  }
}

footer.main section.block nav.nav-social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 670px) {
  footer.main section.block nav.nav-social ul {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  footer.main section.block nav.nav-social ul {
    margin: 2rem 0;
  }
}

@media only screen and (max-width: 520px) {
  footer.main section.block nav.nav-social ul {
    margin: auto;
    margin-bottom: 3rem;
  }
}

footer.main section.block nav.nav-social ul li {
  flex: 0 0 auto;
  margin: 0 0 0 20px;
  text-transform: lowercase;
  font-size: 14px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.75px;
  padding: 0 0 5px;
  cursor: pointer;
  font-family: "Apercu", sans-serif;
}

@media only screen and (min-width: 350px) {
  footer.main section.block nav.nav-social ul li {
    margin: 0 0 0 30px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) {
  footer.main section.block nav.nav-social ul li {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1000px) {
  footer.main section.block nav.nav-social ul li {
    font-size: 21px;
  }
}

footer.main section.block nav.nav-social ul li:first-child {
  margin: 0;
}

footer.main section.block nav.nav-social ul li a {
  opacity: 0.7;
  font-weight: normal;
  transition: color 0.4s ease;
  font-family: "Orphicasa", sans-serif;
}

footer.main section.block nav.nav-social ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  z-index: 1;
}

footer.main section.block nav.nav-social ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #D5B59A;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

footer.main section.block nav.nav-social ul li a.Instagram:after,
footer.main section.block nav.nav-social ul li a.instagram:after {
  background-color: #405DE6;
}

footer.main section.block nav.nav-social ul li a.Facebook:after,
footer.main section.block nav.nav-social ul li a.facebook:after {
  background-color: #3B5998;
}

footer.main section.block nav.nav-social ul li a.Pinterest:after,
footer.main section.block nav.nav-social ul li a.pinterest:after {
  background-color: #BD081C;
}

footer.main section.block nav.nav-social ul li a:hover:after {
  width: 100%;
}

footer.main section.left {
  display: none;
}

@media only screen and (min-width: 860px) {
  footer.main section.left {
    display: flex;
  }
}

footer.main section.right {
  width: 100%;
}

@media only screen and (min-width: 860px) {
  footer.main section.right {
    width: auto;
  }
}

footer.main-closure {
  position: relative;
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  padding: 2rem;
}

@media only screen and (max-width: 820px) {
  footer.main-closure {
    padding: 0 0 2rem 0;
  }
}

footer.main-closure ul {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  footer.main-closure ul {
    display: block;
    text-align: center;
  }
}

footer.main-closure ul li {
  font-size: 14px;
  color: black;
  opacity: 0.5;
  font-weight: 400;
  margin: 0 2rem 0 0;
}

@media only screen and (max-width: 820px) {
  footer.main-closure ul li {
    margin: 5px;
  }

  footer.main-closure ul li:first-child {
    margin: 0;
  }
}

footer.main-closure ul li:last-child {
  margin: 0;
}

footer.main-closure ul a {
  opacity: 0.5;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

footer.main-closure ul a:hover {
  opacity: 1;
}

input#parntersearch-wrapper {
  display: none;
}

input#parntersearch-wrapper:checked + section.partnersearch {
  opacity: 0;
  pointer-events: none;
}

input#parntersearch-wrapper:checked + section.partnersearch > label {
  pointer-events: none;
}

input#parntersearch {
  display: none;
}

input#parntersearch:checked ~ section.partnersearch nav ul {
  opacity: 1;
  pointer-events: initial;
  transform: none;
}

input#parntersearch:checked ~ section.partnersearch > label {
  opacity: 1;
  pointer-events: initial;
}

section.partnersearch {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.6s ease;
  display: none;
}

@media only screen and (min-width: 1200px) {
  section.partnersearch {
    display: block;
  }
}

section.partnersearch > label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}

section.partnersearch nav {
  pointer-events: initial;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 55px 0 40px;
  background-color: #fff;
}

section.partnersearch nav h3 {
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #4C4C4C;
  letter-spacing: 0.25px;
  margin: 0 10px 0 0;
}

section.partnersearch nav label {
  cursor: pointer;
  width: 350px;
  padding: 10px;
  border-bottom: 1px solid #979797;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #B6B6B6;
  letter-spacing: 0.25px;
}

section.partnersearch nav label.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: none;
  background-color: #F7F7F7;
  padding: 0;
  transition: opacity 0.3s ease;
}

section.partnersearch nav ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 55px;
  bottom: 10px;
  width: 350px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 1.5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  transform: translate(0, -10px);
  transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1), opacity 0.6s ease;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.partnersearch nav ul li a {
  --dot-color: #E8E8E8;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.25px;
  transition: color 0.3s ease;
}

section.partnersearch nav ul li a:hover {
  color: var(--dot-color);
}

section.partnersearch nav ul li a:before {
  content: "";
  background-color: var(--dot-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  opacity: 0.6;
}

section.partnersearch nav ul li + li {
  border-top: 1px solid #EEEEEE;
}

:root {
  --letter-color: #d1d1d1;
}

.body-text {
  flex: 1 1 100%;
  margin: 0 5% 10% 0;
}

.body-text > p:first-child {
  font-family: "Apercu", sans-serif;
  opacity: 0.8;
  font-weight: 300;
  font-size: 21px;
  color: #2E3636;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media only screen and (min-width: 640px) {
  .body-text > p:first-child {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1000px) {
  .body-text > p:first-child {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 38px;
    text-align: justify;
  }
}

.body-text > p:first-child::first-letter {
  font-family: "Orphicasa", sans-serif;
  font-size: 440%;
  color: var(--letter-color);
  padding: 0;
  display: inline-block;
  top: 0px;
  float: left;
  line-height: 0.7;
  margin: 1rem 0.5rem 0 -0.4rem;
  font-weight: 500;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

@media only screen and (min-width: 1000px) {
  .body-text > p:first-child::first-letter {
    font-size: 480%;
    padding: 0 0.5rem 0 0;
    line-height: 0.7;
    margin: 1rem 0 0 -0.4rem;
  }
}

.body-text p,
.body-text div:not(.sliderwrapper) {
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4D4D4D;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.body-text p + p,
.body-text div:not(.sliderwrapper) + p {
  margin-top: 10px;
}

.body-text video {
  width: 100% !important;
  height: auto !important;
}

.body-text blockquote,
.body-text blockquote p {
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
  font-size: 28px;
  line-height: 33px;
  color: var(--letter-color);
}

@media only screen and (min-width: 640px) {
  .body-text blockquote,
  .body-text blockquote p {
    font-size: 48px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 1000px) {
  .body-text blockquote,
  .body-text blockquote p {
    font-size: 56px;
    line-height: 60px;
  }
}

.body-text .img {
  margin: 25px 0;
}

@media only screen and (min-width: 640px) {
  .body-text .img {
    margin: 50px 0;
  }
}

.body-text img {
  width: 100%;
  height: auto !important;
}

.body-text h3,
.body-text h3 > span,
.body-text h2,
.body-text h2 > span,
.body-text h1,
.body-text h1 > span {
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.body-text h3:first-child,
.body-text h3 > span:first-child,
.body-text h2:first-child,
.body-text h2 > span:first-child,
.body-text h1:first-child,
.body-text h1 > span:first-child {
  margin-top: 0;
}

.body-text h1,
.body-text h1 > span {
  font-size: 42px;
  line-height: 44px;
}

.body-text h2,
.body-text h2 > span {
  font-size: 36px;
  line-height: 38px;
}

.body-text h3,
.body-text h3 > span {
  font-size: 28px;
  line-height: 30px;
}

.body-text h4,
.body-text h4 > span {
  font-family: "Apercu", sans-serif;
  font-size: 28px;
  line-height: 30px;
  opacity: 0.7;
  font-weight: 500;
  letter-spacing: 1px;
}

.body-text h4:first-child,
.body-text h4 > span:first-child {
  margin-top: 0;
}

.body-text h5,
.body-text h5 > span {
  font-size: 21px;
  line-height: 23px;
  color: black;
  font-family: "Apercu", sans-serif !important;
  font-weight: 500;
  letter-spacing: 1px;
}

.body-text h5:first-child,
.body-text h5 > span:first-child {
  margin-top: 0;
}

.body-text h6 {
  font-family: "Apercu", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

.body-text h6:first-child {
  margin-top: 0;
}

.body-text h6:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 100%;
  margin-right: -100%;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: middle;
  margin-left: 0.75rem;
}

@media only screen and (min-width: 1024px) {
  .body-text .quote-left {
    max-width: 125%;
    margin-left: -25%;
  }
}

body.inverted header > .logo > a:before {
  -webkit-filter: invert(0);
          filter: invert(0);
}

body.inverted header > .logo > a > svg > g > g {
  fill: #000000;
}

div.pagination {
  margin: 50px 0 100px;
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 640px) {
  div.pagination {
    margin: 100px 0;
  }
}

div.pagination > ul.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

div.pagination > ul.pagination > li {
  display: block;
}

div.pagination > ul.pagination > li.disabled {
  opacity: 0.6;
}

div.pagination > ul.pagination > li.disabled:hover a {
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0.09);
}

div.pagination > ul.pagination > li + li {
  margin: 10px;
}

div.pagination > ul.pagination > li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 55px;
  width: 55px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.09);
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #232A31;
  letter-spacing: 1.5px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

div.pagination > ul.pagination > li > span {
  display: flex;
  align-items: flex-end;
  height: 55px;
  justify-content: center;
}

div.pagination > ul.pagination > li:hover a {
  border-color: #D5B59A;
}

div.pagination > ul.pagination > li.active a {
  background-color: #D5B59A;
  color: #443B34;
}

div.pagination > ul.pagination > li:first-child,
div.pagination > ul.pagination > li:last-child {
  display: none;
  text-indent: -999rem;
}

@media only screen and (min-width: 640px) {
  div.pagination > ul.pagination > li:first-child,
  div.pagination > ul.pagination > li:last-child {
    text-indent: 0;
  }

  div.pagination > ul.pagination > li:first-child a,
  div.pagination > ul.pagination > li:last-child a {
    width: auto;
    padding: 0 50px;
  }
}

div.pagination > ul.pagination > li:first-child a,
div.pagination > ul.pagination > li:last-child a {
  background-color: #000;
  color: #FFF;
}

@media only screen and (min-width: 780px) {
  div.pagination > ul.pagination > li:first-child,
  div.pagination > ul.pagination > li:last-child {
    display: block;
  }
}

div.pagination > ul.pagination > li:first-child {
  margin: 0 5px 0 0;
}

div.pagination > ul.pagination > li:first-child a {
  background-image: url(/images/arrow-left-white.svg?a4707468f28c7e3b315058bd0e627a7d);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

@media only screen and (min-width: 640px) {
  div.pagination > ul.pagination > li:first-child a {
    background-image: none;
  }
}

div.pagination > ul.pagination > li:last-child {
  margin: 0 0 0 10px;
}

div.pagination > ul.pagination > li:last-child a {
  background-image: url(/images/arrow-right-white.svg?a8034c93453b199191848225d96580e3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

@media only screen and (min-width: 640px) {
  div.pagination > ul.pagination > li:last-child a {
    background-image: none;
  }
}

.partnerlinks {
  position: relative;
  margin: 5% 5% 125px;
}

@media only screen and (min-width: 1280px) {
  .partnerlinks {
    display: flex;
  }
}

.partnerlinks > h2 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.8px;
  flex: 0 0 25%;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
}

@media only screen and (min-width: 750px) {
  .partnerlinks > h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 1280px) {
  .partnerlinks > h2 {
    font-size: 48px;
    line-height: 43px;
    text-align: left;
    margin: 0 10% 50px 0;
  }
}

.partnerlinks > .partners {
  flex: 1 1 100%;
  background: #F9F9F9;
  border: 1px solid #EFEEEE;
  padding: 0 5%;
}

@media only screen and (min-width: 750px) {
  .partnerlinks > .partners {
    padding: 0 50px;
  }
}

.partnerlinks > .partners .related-partner {
  padding: 50px 0;
  display: block;
  text-align: center;
  max-width: 850px;
}

@media only screen and (min-width: 700px) {
  .partnerlinks > .partners .related-partner {
    display: flex;
    text-align: left;
  }
}

.partnerlinks > .partners .related-partner .img {
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 15px;
}

@media only screen and (min-width: 700px) {
  .partnerlinks > .partners .related-partner .img {
    margin: 0 20px 0 0;
  }
}

.partnerlinks > .partners .related-partner h3 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 32px;
  margin: 0 0 10px;
}

.partnerlinks > .partners .related-partner p {
  opacity: 0.5;
  font-family: "Apercu", sans-serif;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.15px;
  line-height: 20px;
  margin: 0;
}

.partnerlinks > .partners .related-partner a {
  display: inline-block;
  padding: 25px 50px;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  background-color: #000;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin: 25px 0 0;
  transition: background-color 0.3s ease;
}

.partnerlinks > .partners .related-partner a:hover {
  background-color: #D5B59A;
}

.partnerlinks > .partners .related-partner + .related-partner {
  border-top: 1px solid #E5E5E5;
}

.block.share .subtitle {
  white-space: nowrap;
  margin-bottom: 20px;
}

.block.share .links {
  display: flex;
}

.block.share .links a {
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s ease;
}

.block.share .links a.facebook {
  background-image: url(/images/facebook.svg?f2c73e956252c368256b31410b0034b8);
}

.block.share .links a.linkedin {
  background-image: url(/images/linkedin.svg?4bc2b15e0b0ab99d704b0f7194fa1479);
}

.block.share .links a.pinterest {
  background-image: url(/images/pinterest.svg?2d4384d97621c5b25d2947ca9d5d0d7b);
}

.block.share .links a.twitter {
  background-image: url(/images/twitter.svg?1d0412f53a15c0a2988e0861aa0d5364);
}

.block.share .links a:hover {
  opacity: 0.6;
}

.block.share .links a + a {
  margin-left: 30px;
}

article.story.teaser {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article.story.teaser:hover:after {
  opacity: 0.1;
}

article.story.teaser:hover .container {
  padding-bottom: 10px;
}

article.story.teaser a {
  width: 460px;
  height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 50px 25px 30px;
}

@media only screen and (max-width: 768px) {
  article.story.teaser a {
    width: 251px;
  }
}

@media only screen and (min-width: 640px) {
  article.story.teaser a {
    padding: 50px 30px 20px;
  }
}

@media only screen and (min-width: 1000px) {
  article.story.teaser a {
    padding: 50px 40px 20px;
  }
}

article.story.teaser a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

article.story.teaser a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.story.teaser .container {
  margin-bottom: 0;
  overflow: visible;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.story.teaser .container .category-wrapper {
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

article.story.teaser .container .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

article.story.teaser .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.story.teaser .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.story.teaser .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.story.teaser .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  min-width: 30px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

article.story.teaser .container .title-wrapper {
  min-height: 54px;
  max-height: 54px;
  overflow: hidden;
}

article.story.teaser .container .title-wrapper h4 {
  margin: 0;
  text-overflow: ellipsis;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 18px;
}

article.story.alt-teaser a {
  display: block;
}

article.story.alt-teaser a:hover div.img-wrapper:after {
  opacity: 0.1;
}

article.story.alt-teaser a:hover div.img-wrapper div.img {
  transform: scale(1.05);
}

article.story.alt-teaser a ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: flex;
}

article.story.alt-teaser a ul.cats li + li {
  margin-left: 10px;
}

article.story.alt-teaser a ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #4C4C4C;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.story.alt-teaser a ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.story.alt-teaser a div.img-wrapper {
  position: relative;
  overflow: hidden;
}

article.story.alt-teaser a div.img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 1s ease;
}

article.story.alt-teaser a div.img-wrapper div.img {
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
}

article.story.alt-teaser a h4 {
  margin: 10px 0 0;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #4C4C4C;
  letter-spacing: 0.25px;
  line-height: 20px;
}

article.story.slide {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article.story.slide:hover:after {
  opacity: 0.1;
}

article.story.slide:hover .container {
  padding-bottom: 10px;
}

article.story.slide a {
  width: 100%;
  padding: 30px 30px;
  display: flex;
  align-items: flex-end;
}

@media only screen and (min-width: 640px) {
  article.story.slide a {
    padding: 50px 40px;
  }
}

article.story.slide a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

article.story.slide a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.story.slide .container {
  position: relative;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.story.slide .container .category-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

article.story.slide .container .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

article.story.slide .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.story.slide .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.story.slide .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.story.slide .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

article.story.slide .container h4 {
  width: 100%;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 21px;
  line-height: 24px;
}

@media only screen and (min-width: 640px) {
  article.story.slide .container h4 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1000px) {
  article.story.slide .container h4 {
    font-size: 36px;
    line-height: 42px;
  }
}

article.interview.slide {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article.interview.slide:hover:after {
  opacity: 0.1;
}

article.interview.slide:hover .container {
  padding-bottom: 10px;
}

article.interview.slide a {
  width: 100%;
  height: 375px;
  padding: 50px 40px 20px;
  display: flex;
  align-items: flex-end;
}

@media only screen and (min-width: 1000px) {
  article.interview.slide a {
    width: 100%;
    height: 575px;
  }
}

article.interview.slide a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

article.interview.slide a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.interview.slide .container {
  position: relative;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.interview.slide .container .category-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

article.interview.slide .container .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

article.interview.slide .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.interview.slide .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.interview.slide .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.interview.slide .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

article.interview.slide .container h4 {
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 20px;
}

#search-list article.interview.slide {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#search-list article.interview.slide:hover:after {
  opacity: 0.1;
}

#search-list article.interview.slide:hover .container {
  padding-bottom: 10px;
}

#search-list article.interview.slide a {
  width: 460px;
  height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 50px 25px 30px;
}

@media only screen and (max-width: 768px) {
  #search-list article.interview.slide a {
    width: 251px;
  }
}

@media only screen and (min-width: 640px) {
  #search-list article.interview.slide a {
    padding: 50px 30px 20px;
  }
}

@media only screen and (min-width: 1000px) {
  #search-list article.interview.slide a {
    padding: 50px 40px 20px;
  }
}

#search-list article.interview.slide a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#search-list article.interview.slide a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

#search-list article.interview.slide .container {
  margin-bottom: 0;
  overflow: visible;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

#search-list article.interview.slide .container .category-wrapper {
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

#search-list article.interview.slide .container .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

#search-list article.interview.slide .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

#search-list article.interview.slide .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

#search-list article.interview.slide .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

#search-list article.interview.slide .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  min-width: 30px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

#search-list article.interview.slide .container .title-wrapper {
  min-height: 54px;
  max-height: 54px;
  overflow: hidden;
}

#search-list article.interview.slide .container .title-wrapper h4 {
  margin: 0;
  text-overflow: ellipsis;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 18px;
}

article.interview.teaser {
  pointer-events: all;
}

article.interview.teaser a {
  display: block;
  flex: 1 1 100%;
}

article.interview.teaser a:hover div.img-wrapper:after {
  opacity: 0.3;
}

article.interview.teaser a:hover div.img-wrapper div.img {
  transform: scale(1.05);
}

article.interview.teaser a ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: flex;
}

article.interview.teaser a ul.cats li + li {
  margin-left: 10px;
}

article.interview.teaser a ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.interview.teaser a ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.interview.teaser a div.img-wrapper {
  position: relative;
  overflow: hidden;
}

article.interview.teaser a div.img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 1s ease;
}

article.interview.teaser a div.img-wrapper div.img {
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
}

article.interview.teaser a h4 {
  margin: 10px 0 0;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 20px;
}

article.partner.spotlight {
  margin: -10px 0 0;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

article.partner.spotlight a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

article.partner.spotlight a:hover:after {
  opacity: 0.3;
}

article.partner.spotlight a:hover > .container p.spotlight:after {
  max-width: 225px;
}

article.partner.spotlight a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

article.partner.spotlight a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.partner.spotlight a > .container {
  width: 100%;
  padding: 50px;
  z-index: 2;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.partner.spotlight a > .container p.call-to-action {
  color: #FFF;
}

article.partner.spotlight a > .container p.spotlight {
  margin: 0;
  opacity: 1;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.partner.spotlight a > .container p.spotlight span {
  flex: 0 0 auto;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

article.partner.spotlight a > .container p.spotlight:after {
  content: "";
  flex: 1 1 100%;
  max-width: 175px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
  transition: max-width 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.partner.spotlight a > .container h4 {
  margin: 0;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 42px;
}

article.partner.spotlight a > .container p.teaser {
  margin: 10px 0 0;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.22px;
  line-height: 21px;
}

article.partner.circle {
  padding: 0 10% 10%;
}

article.partner.circle a {
  display: block;
  width: 100%;
}

article.partner.circle a:hover main.container div.imgwrapper {
  border-radius: 50%;
}

article.partner.circle a:hover main.container div.imgwrapper div.img {
  width: 110%;
  height: 110%;
}

article.partner.circle a main.container div.imgwrapper {
  position: relative;
  width: 100%;
  padding-bottom: 101%;
  border-radius: 50%;
  overflow: hidden;
}

article.partner.circle a main.container div.imgwrapper div.img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #F7F7F7;
  width: 101%;
  height: 101%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: width 0.8s cubic-bezier(0.5, 0, 0, 1), height 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.partner.circle a main.container h4 {
  text-align: center;
  margin: 25px 0 0;
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 28px;
}

article.partner.circle a main.container ul.cats {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

article.partner.circle a main.container ul.cats li {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
}

article.partner.circle a main.container ul.cats li + li {
  margin-left: 3px;
}

article.partner.circle a main.container ul.cats li span {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.23px;
}

article.event.mini {
  display: flex;
}

article.event.mini header {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  background-color: #E6C9B0;
  border: 1px solid #B9A18D;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

article.event.mini header.until {
  background-color: #63574A;
}

article.event.mini header h4 {
  letter-spacing: 0.26px;
  text-align: center;
  line-height: 17px;
  opacity: 1;
}

article.event.mini header h4 span {
  text-transform: lowercase;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

article.event.mini header h4 span.until {
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  color: #D5B59A;
  font-size: 11px;
  font-weight: bold;
  opacity: 1;
}

article.event.mini header h4 span.enddate {
  opacity: 1;
  font-size: 12px;
  color: #FFFFFF;
}

article.event.mini main {
  flex: 1 1 100%;
  padding: 20px;
  border-top: 1px solid #B9A18D;
}

article.event.mini main h4 {
  margin: 0 0 5px;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  letter-spacing: 0;
}

article.event.mini main p {
  margin: 0;
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
}

article.event.large {
  display: flex;
  flex: 0 0 auto;
}

article.event.large header {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  background-color: #DDC0A7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 11px;
}

article.event.large header.until {
  background-color: #63574A;
}

article.event.large header h4 {
  letter-spacing: 0.26px;
  text-align: center;
  line-height: 17px;
  opacity: 1;
}

article.event.large header h4 span {
  text-transform: lowercase;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

article.event.large header h4 span.until {
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  color: #D5B59A;
  font-size: 11px;
  font-weight: bold;
  opacity: 1;
}

article.event.large header h4 span.enddate {
  opacity: 1;
  font-size: 12px;
  color: #FFFFFF;
}

article.event.large main {
  flex: 1 1 100%;
  padding: 0 20px;
}

article.event.large main .category-wrapper {
  display: flex;
  margin: 0 0 5px;
  align-items: center;
  min-height: 22px;
}

article.event.large main .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

article.event.large main .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.event.large main .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  opacity: 0.7;
  letter-spacing: 0.25px;
  text-transform: lowercase;
  display: flex;
  align-items: center;
}

article.event.large main .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.event.large main .category-wrapper .line {
  flex: 1 1 100%;
  height: 1px;
  margin: 0 15px 0 -20px;
  background-color: #d8d8d8;
}

article.event.large main h4 {
  margin: 0 0 5px;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  color: black;
  opacity: 0.7;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 21px;
}

@media only screen and (min-width: 640px) {
  article.event.large main h4 {
    font-size: 24px;
    line-height: 26px;
  }
}

article.event.large main p {
  margin: 0;
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
}

article.event.large main p:last-child {
  margin-top: 0.75rem;
}

article.event.large main p a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding: 5px 0;
  transition: color 0.4s ease;
}

article.event.large main p a:hover {
  color: black;
}

article.event.large main p a:hover:after {
  width: 100%;
}

article.event.large main p a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  z-index: 1;
}

article.event.large main p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #D5B59A;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

article.shop-item.teaser {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article.shop-item.teaser:hover:after {
  opacity: 0.1;
}

article.shop-item.teaser:hover .container {
  padding-bottom: 10px;
}

article.shop-item.teaser a {
  padding: 50px 40px 20px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

article.shop-item.teaser a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

article.shop-item.teaser a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.shop-item.teaser .container {
  position: relative;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.shop-item.teaser .container p.cat {
  display: flex;
  align-items: center;
  opacity: 1;
  margin: 0 0 5px;
}

article.shop-item.teaser .container p.cat span {
  opacity: 1;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
}

article.shop-item.teaser .container p.cat:before {
  flex: 0 0 auto;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FFF4A8;
  margin: 0 10px 0 0;
}

article.shop-item.teaser .container p.cat:after {
  content: "";
  flex: 1 1 100%;
  max-width: 175px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

article.shop-item.teaser .container h4 {
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 20px;
}

article.trend.teaser {
  display: block;
  margin: 10px 0 0;
}

@media only screen and (min-width: 1200px) {
  article.trend.teaser {
    display: flex;
  }
}

article.trend.teaser a {
  outline: none;
}

article.trend.teaser aside {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  article.trend.teaser aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  article.trend.teaser aside {
    text-align: left;
    margin: 0;
    flex: 0 0 auto;
    width: 35%;
  }
}

article.trend.teaser aside h3 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  letter-spacing: 1.2px;
  line-height: 42px;
}

@media only screen and (min-width: 640px) {
  article.trend.teaser aside h3 {
    font-size: 42px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1000px) {
  article.trend.teaser aside h3 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media only screen and (min-width: 1200px) {
  article.trend.teaser aside h3 {
    margin-right: 5%;
  }
}

article.trend.teaser aside .dots {
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 1200px) {
  article.trend.teaser aside .dots {
    display: block;
  }
}

article.trend.teaser main.container {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}

article.trend.teaser main.container > a:first-child {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  article.trend.teaser main.container {
    text-align: right;
    margin: -75px 0 0;
    flex: 0 0 auto;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}

article.trend.teaser main.container section.images {
  display: block;
}

@media only screen and (min-width: 640px) {
  article.trend.teaser main.container section.images {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  article.trend.teaser main.container section.images {
    justify-content: flex-end;
  }
}

article.trend.teaser main.container section.images div {
  position: relative;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
}

article.trend.teaser main.container section.images div:nth-child(1) {
  margin-bottom: 10px;
  width: 100%;
}

article.trend.teaser main.container section.images div:nth-child(2) {
  flex: 0 0 auto;
  width: 100%;
}

article.trend.teaser main.container section.images div:nth-child(3) {
  display: none;
}

@media only screen and (min-width: 640px) {
  article.trend.teaser main.container section.images div {
    padding-bottom: 0;
    width: 280px;
    height: 380px;
  }

  article.trend.teaser main.container section.images div:nth-child(1) {
    margin-bottom: 0;
    margin-left: 0;
    width: 280px;
  }

  article.trend.teaser main.container section.images div:nth-child(2) {
    margin-right: 0;
    width: 280px;
  }
}

@media only screen and (min-width: 750px) {
  article.trend.teaser main.container section.images div:nth-child(1) {
    margin-top: 0;
  }

  article.trend.teaser main.container section.images div:nth-child(3) {
    display: block;
  }

  article.trend.teaser main.container section.images div:nth-child(even) {
    height: 280px;
    margin: 0 25px;
    border-radius: 50%;
  }
}

article.trend.teaser main.container a.call-to-action,
article.trend.teaser article.trend.large main.container aside:first-child a,
article.trend.large article.trend.teaser main.container aside:first-child a {
  margin-top: 25px;
  color: #FFF;
}

article.magazine.full {
  margin: 200px 0 0;
}

@media only screen and (min-width: 640px) {
  article.magazine.full {
    margin: 350px 0 0;
  }
}

@media only screen and (min-width: 1280px) {
  article.magazine.full {
    margin: 125px 0 0;
  }
}

article.magazine.full > header {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 30px;
  display: block;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > header {
    margin: 0 auto 100px;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > header {
    display: flex;
    max-width: 1440px;
  }
}

article.magazine.full > header .left {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > header .left {
    text-align: left;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > header .left {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 0 0 auto;
    width: 30%;
  }
}

article.magazine.full > header .left div.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 30px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > header .left div.container {
    text-align: left;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > header .left div.container {
    display: block;
  }
}

article.magazine.full > header .left div.container h4 {
  margin: 0 0 5px;
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  letter-spacing: 0.25px;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > header .left div.container h4 {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > header .left div.container h4 {
    font-size: 16px;
  }
}

article.magazine.full > header .left div.container h3 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 36px;
  letter-spacing: 0.6px;
  line-height: 42px;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > header .left div.container h3 {
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > header .left div.container h3 {
    font-size: 72px;
    letter-spacing: 1.2px;
    line-height: 78px;
  }
}

article.magazine.full > header .left div.container a {
  display: none;
  white-space: nowrap;
  margin: 25px 0 0;
  padding: 0 50px;
  height: 70px;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  background-color: #434242;
  transition: background-color 0.3s ease;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > header .left div.container a {
    display: inline-flex;
    align-items: center;
  }
}

article.magazine.full > header .left div.container a:hover {
  background-color: #D5B59A;
}

article.magazine.full > header .left .arrows-magazines {
  display: none;
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > header .left .arrows-magazines {
    padding: 20px 0;
    display: flex;
  }
}

article.magazine.full > header .left .arrows-magazines .next,
article.magazine.full > header .left .arrows-magazines .previous {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s ease;
}

article.magazine.full > header .left .arrows-magazines .next:hover,
article.magazine.full > header .left .arrows-magazines .previous:hover {
  opacity: 0.4;
}

article.magazine.full > header .left .arrows-magazines .no-link.next,
article.magazine.full > header .left .arrows-magazines .no-link.previous {
  opacity: 0.2;
  width: 50px;
  height: 50px;
}

article.magazine.full > header .left .arrows-magazines .no-link.next:hover,
article.magazine.full > header .left .arrows-magazines .no-link.previous:hover {
  opacity: 0.2;
}

article.magazine.full > header .left .arrows-magazines .next a,
article.magazine.full > header .left .arrows-magazines .previous a {
  display: block;
  width: 50px;
  height: 50px;
}

article.magazine.full > header .left .arrows-magazines .previous {
  background-image: url(/images/icons/arrows/magazine-prev.svg);
}

article.magazine.full > header .left .arrows-magazines .next {
  background-image: url(/images/icons/arrows/magazine-next.svg);
  margin-left: 15px;
}

article.magazine.full > header .right {
  flex: 1 1 100%;
}

article.magazine.full > header .right > h5 {
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12.5px;
  color: #111820;
  letter-spacing: 0.67px;
  margin-bottom: 30px;
  display: none;
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > header .right > h5 {
    display: block;
  }
}

article.magazine.full > header .right .body {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > header .right .body {
    max-width: none;
    margin: 0;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    /* IE 10+ */
  }
}

article.magazine.full > header .right .body iframe {
  -moz-column-span: all;
       column-span: all;
}

article.magazine.full > header .right .body h1,
article.magazine.full > header .right .body h2,
article.magazine.full > header .right .body h3,
article.magazine.full > header .right .body h4,
article.magazine.full > header .right .body h5,
article.magazine.full > header .right .body h6 {
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #465A5B;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

article.magazine.full > header .right .body p {
  margin: 0 0 20px 0;
}

article.magazine.full > header .right .body p:first-child {
  margin-top: 0;
}

article.magazine.full > header .right .body p + h1,
article.magazine.full > header .right .body p + h2,
article.magazine.full > header .right .body p + h3,
article.magazine.full > header .right .body p + h4,
article.magazine.full > header .right .body p + h5,
article.magazine.full > header .right .body p + h6 {
  margin-top: 30px;
}

article.magazine.full > header > .arrows-magazines {
  margin: 30px 0;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > header > .arrows-magazines {
    display: none;
  }
}

article.magazine.full > header > .arrows-magazines .next,
article.magazine.full > header > .arrows-magazines .previous,
article.magazine.full > header > .arrows-magazines .left .arrows-magazines .previous,
article.magazine.full > header > .arrows-magazines .left .arrows-magazines .next {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s ease;
}

article.magazine.full > header > .arrows-magazines .next:hover,
article.magazine.full > header > .arrows-magazines .previous:hover {
  opacity: 0.4;
}

article.magazine.full > header > .arrows-magazines .no-link.next,
article.magazine.full > header > .arrows-magazines .no-link.previous {
  opacity: 0.2;
  width: 50px;
  height: 50px;
}

article.magazine.full > header > .arrows-magazines .no-link.next:hover,
article.magazine.full > header > .arrows-magazines .no-link.previous:hover {
  opacity: 0.2;
}

article.magazine.full > header > .arrows-magazines .next a,
article.magazine.full > header > .arrows-magazines .previous a,
article.magazine.full > header > .arrows-magazines .left .arrows-magazines .previous a,
article.magazine.full > header > .arrows-magazines .left .arrows-magazines .next a {
  display: block;
  width: 50px;
  height: 50px;
}

article.magazine.full > header > .arrows-magazines .previous {
  background-image: url(/images/icons/arrows/magazine-prev.svg);
}

article.magazine.full > header > .arrows-magazines .next {
  background-image: url(/images/icons/arrows/magazine-next.svg);
  margin-left: 15px;
}

article.magazine.full > main div.issuuembed {
  height: auto !important;
  width: 100% !important;
}

article.magazine.full > main iframe {
  width: 95% !important;
  display: block;
  margin: 0 auto 50px;
  height: 75vw !important;
  max-width: 1680px;
  max-height: 980px;
}

article.magazine.full > main div.images {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 300px;
  margin: 0 auto;
  width: 100%;
}

article.magazine.full > main div.images img {
  height: 300px;
  display: none;
}

article.magazine.full > main div.images img:nth-child(2) {
  display: block;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > main div.images {
    height: 500px;
  }

  article.magazine.full > main div.images img {
    display: block;
    height: 500px;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > main div.images {
    height: 700px;
  }

  article.magazine.full > main div.images img {
    height: 700px;
  }
}

article.magazine.full > main .shop-link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;
  margin: 0 auto 70px;
  padding: 0 50px;
  width: 90%;
  height: 70px;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  background-color: #434242;
  transition: background-color 0.3s ease;
}

article.magazine.full > main .shop-link:hover {
  background-color: #D5B59A;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > main .shop-link {
    display: none;
  }
}

article.magazine.full > main section.previous-magazines {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #1E2830;
  padding: 50px 5% 0;
  display: block;
  margin: 0;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > main section.previous-magazines {
    padding: 50px 5% 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > main section.previous-magazines {
    padding: 100px 5% 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }
}

article.magazine.full > main section.previous-magazines h3 {
  opacity: 1;
  flex: 0 0 auto;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  letter-spacing: 0.75px;
  text-align: center;
  text-transform: uppercase;
}

article.magazine.full > main section.previous-magazines ul.list {
  flex: 1 1 auto;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (min-width: 680px) {
  article.magazine.full > main section.previous-magazines ul.list {
    padding-bottom: 0;
    transform: translate(0, 20px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > main section.previous-magazines ul.list {
    transform: none;
    margin: 0 0 -20px 100px;
    width: calc(100% - 200px);
  }
}

article.magazine.full > main section.previous-magazines ul.list .slick-dots {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 20px 0 0 0;
}

@media only screen and (min-width: 680px) {
  article.magazine.full > main section.previous-magazines ul.list .slick-dots {
    padding: 0 20px 0 0;
    display: block !important;
    position: absolute;
    right: 100%;
    top: 62px;
  }
}

article.magazine.full > main section.previous-magazines ul.list .slick-dots li {
  cursor: pointer;
  margin-left: 10px;
}

@media only screen and (min-width: 680px) {
  article.magazine.full > main section.previous-magazines ul.list .slick-dots li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

article.magazine.full > main section.previous-magazines ul.list .slick-dots li a {
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

article.magazine.full > main section.previous-magazines ul.list .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

article.magazine.full > main section.previous-magazines ul.list .slick-dots li:hover a:after {
  opacity: 0.6;
}

article.magazine.full > main section.previous-magazines ul.list .slick-dots li.slick-active a {
  font-weight: 500;
}

article.magazine.full > main section.previous-magazines ul.list .slick-dots li.slick-active a:after {
  opacity: 1;
}

article.magazine.full > main section.previous-magazines ul.list li a {
  margin: 0 0 5px;
  display: block;
  opacity: 1;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.24px;
  text-align: center;
}

@media only screen and (min-width: 680px) {
  article.magazine.full > main section.previous-magazines ul.list li a {
    text-align: left;
  }
}

article.magazine.full > main section.previous-magazines ul.list li a:hover {
  color: #D5B59A;
}

article.magazine.full > main section.previous-magazines ul.list li div.bottom {
  max-width: 1440px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 680px) {
  article.magazine.full > main section.previous-magazines ul.list li div.bottom {
    display: flex;
  }
}

article.magazine.full > main section.previous-magazines ul.list li div.bottom a.cover {
  display: block;
  background-color: #3d3d3d;
  width: 235px;
  height: 314px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 10px;
  transition: transform 2s ease;
}

@media only screen and (min-width: 680px) {
  article.magazine.full > main section.previous-magazines ul.list li div.bottom a.cover {
    margin: 0;
    width: 30vw;
    height: 40vw;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > main section.previous-magazines ul.list li div.bottom a.cover {
    width: 25vw;
    height: 33vw;
    max-width: 375px;
    max-height: 495px;
  }
}

article.magazine.full > main section.previous-magazines ul.list li div.bottom a.cover:hover {
  transform: scale(1.02);
}

article.magazine.full > main section.previous-magazines ul.list li div.bottom div.container {
  position: relative;
  background-color: #373F45;
  flex: 1 1 auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  max-width: 235px;
}

@media only screen and (min-width: 680px) {
  article.magazine.full > main section.previous-magazines ul.list li div.bottom div.container {
    margin: 20px 0 10px 0;
    max-width: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

article.magazine.full > main section.previous-magazines ul.list li div.bottom div.container a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 65px;
  padding: 0 70px;
  background-color: #141313;
  text-align: center;
  white-space: nowrap;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}

article.magazine.full > main section.previous-magazines ul.list li div.bottom div.container a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

article.magazine.full > main section.previous-magazines ul.list li div.bottom div.container a:hover:after {
  width: 100%;
}

article.magazine.full > main section.stores {
  margin: 50px auto;
  max-width: 1300px;
  width: 90%;
}

article.magazine.full > main section.stores div.left {
  flex: 0 0 auto;
  margin: 0 0 15px;
  display: block;
}

@media only screen and (min-width: 580px) {
  article.magazine.full > main section.stores div.left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

article.magazine.full > main section.stores div.left h3 {
  line-height: 17px;
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (min-width: 580px) {
  article.magazine.full > main section.stores div.left h3 {
    margin: 0;
    text-align: left;
  }
}

article.magazine.full > main section.stores div.left ul {
  display: block;
  overflow: scroll;
  max-height: 350px;
}

@media only screen and (min-width: 580px) {
  article.magazine.full > main section.stores div.left ul {
    display: flex;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > main section.stores div.left ul {
    display: block;
    margin: 50px 0 0;
  }
}

article.magazine.full > main section.stores div.left ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #4E3C2D;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
  transition: border-color 0.3s ease, color 0.3s ease;
  margin: 0;
}

@media only screen and (min-width: 580px) {
  article.magazine.full > main section.stores div.left ul li label {
    margin: 0 0 0 20px;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.full > main section.stores div.left ul li label {
    margin: 0;
  }
}

article.magazine.full > main section.stores div.left ul li label:before {
  content: "";
  display: block;
  position: relative;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #D5B59A;
  margin: 0 8px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

article.magazine.full > main section.stores div.left ul li label:hover {
  color: #D5B59A;
}

article.magazine.full > main section.stores div.left ul li.active label {
  border-color: #D5B59A;
}

article.magazine.full > main section.stores div.left ul li.active label:before {
  opacity: 1;
}

article.magazine.full > main section.stores div.right {
  flex: 0 1 auto;
  width: 100%;
}

article.magazine.full > main section.stores div.right input[type=radio] {
  display: none;
}

article.magazine.full > main section.stores div.right input[type=radio]:checked + div.provinces {
  display: block;
}

article.magazine.full > main section.stores div.right #map {
  margin-bottom: 0.5%;
}

@media only screen and (max-width: 1000px) {
  article.magazine.full > main section.stores div.right #map {
    height: 250px !important;
  }
}

article.magazine.full > main section.stores div.right #map .mapboxgl-ctrl-bottom-left,
article.magazine.full > main section.stores div.right #map .mapboxgl-ctrl-bottom-right {
  display: none !important;
}

article.magazine.full > main section.stores div.right #map .marker.active {
  background-image: url(/images/map-marker-active.svg?cd13e8eee2b762070f994577f605fcea) !important;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup {
  display: none;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup .mapboxgl-popup-tip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup.active {
  display: block !important;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup .mapboxgl-popup-content {
  padding: 2rem;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  display: none !important;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup .mapboxgl-popup-content .close {
  content: " ";
  position: absolute;
  background-image: url(/images/map-close-pop.svg?911ac4ec3536280dc24487eb088b6faf);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  right: 0;
  top: 0;
  cursor: pointer;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup .mapboxgl-popup-content h6 {
  color: black;
  font-size: 16px;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup .mapboxgl-popup-content p {
  color: black;
  font-size: 14px;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  letter-spacing: 0.15px;
  line-height: 20px;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup .mapboxgl-popup-content a {
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #465A5B;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

article.magazine.full > main section.stores div.right #map .mapboxgl-popup .mapboxgl-popup-content a:hover {
  color: #D5B59A;
}

article.magazine.full > main section.stores div.right form {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  height: 61px;
  padding: 2px 2px 2px 0.5%;
  border: 1px solid #E4E4E4;
  border-bottom: none;
}

@media only screen and (max-width: 750px) {
  article.magazine.full > main section.stores div.right form {
    display: block;
    height: initial;
    padding-top: 2%;
  }

  article.magazine.full > main section.stores div.right form > * {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 0.5%;
  }

  article.magazine.full > main section.stores div.right form > * div {
    margin-left: 2%;
  }

  article.magazine.full > main section.stores div.right form div {
    margin-left: 2% !important;
  }
}

article.magazine.full > main section.stores div.right form div {
  padding-top: 0.5%;
  padding-left: 2%;
  width: 40%;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  article.magazine.full > main section.stores div.right form div {
    padding-bottom: 20px;
  }
}

article.magazine.full > main section.stores div.right form div label {
  color: rgba(0, 0, 0, 0.3);
  font-size: 11.5px;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}

article.magazine.full > main section.stores div.right form div input {
  color: #282828;
  font-size: 16px;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  letter-spacing: 0.25px;
  border: none;
  width: 99%;
  background-color: #f8f8f8;
}

article.magazine.full > main section.stores div.right form select {
  -webkit-appearance: none;
  background-color: white;
  border-radius: 0;
  border: none;
  color: black;
  font-family: "Apercu", sans-serif;
  font-size: 11.5px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 50px 0 30px;
  background-image: url(/images/select-arrow.svg?d36ec8a4093cf2fbe6c3c5c750048add);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 10px;
  height: 100%;
  display: block;
  width: 20%;
}

@media only screen and (max-width: 750px) {
  article.magazine.full > main section.stores div.right form select {
    height: 50px;
  }
}

article.magazine.full > main section.stores div.right form select:last-of-type {
  margin-left: 5px;
}

article.magazine.full > main section.stores div.right form button {
  margin-left: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ae879d;
  outline: none;
  border: none;
  color: white;
  font-size: 12px;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 20%;
  min-width: 190px;
}

@media only screen and (max-width: 750px) {
  article.magazine.full > main section.stores div.right form button {
    height: 50px;
  }
}

article.magazine.full > main section.stores div.right div.all-stores {
  border: 1px solid #E4E4E4;
  border-bottom: none;
}

article.magazine.full > main section.stores div.right div.all-stores table {
  width: 100%;
  transition: opacity 1s ease-in-out;
  display: table;
  table-layout: fixed;
}

article.magazine.full > main section.stores div.right div.all-stores table p {
  text-align: center;
}

article.magazine.full > main section.stores div.right div.all-stores table.hide {
  opacity: 0;
}

article.magazine.full > main section.stores div.right div.all-stores table tr {
  border-bottom: 1px solid #E4E4E4;
  display: block;
  padding: 25px 20px;
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
  article.magazine.full > main section.stores div.right div.all-stores table tr {
    padding: 0;
    display: table-row;
  }
}

article.magazine.full > main section.stores div.right div.all-stores table tr.hide {
  display: none;
}

article.magazine.full > main section.stores div.right div.all-stores table tr td {
  display: block;
}

@media only screen and (min-width: 750px) {
  article.magazine.full > main section.stores div.right div.all-stores table tr td {
    display: table-cell;
    padding: 20px 20px 20px 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

article.magazine.full > main section.stores div.right div.all-stores table tr td.name {
  opacity: 0.9;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.25px;
}

article.magazine.full > main section.stores div.right div.all-stores table tr td.location {
  opacity: 0.5;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.15px;
  line-height: 20px;
}

article.magazine.full > main section.stores div.right div.all-stores table tr td.website {
  margin: 10px 0 0;
}

@media only screen and (min-width: 750px) {
  article.magazine.full > main section.stores div.right div.all-stores table tr td.website {
    margin: 0;
    text-align: right;
  }
}

article.magazine.full > main section.stores div.right div.all-stores table tr td.website a {
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #465A5B;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

article.magazine.full > main section.stores div.right div.all-stores table tr td.website a:hover {
  color: #D5B59A;
}

article.magazine.full > main section.stores div.right .loadmorewrapper {
  text-align: center;
}

article.magazine.full > main section.stores div.right .loadmorewrapper #load-more-stores {
  margin-top: 50px;
}

article.magazine.full > main section.stores div.right .loadmorewrapper #load-more-stores:after {
  background-color: #ae879d;
}

article.magazine.full > footer {
  max-width: 1020px;
  width: 90%;
  padding: 50px 0;
  margin: 0 auto;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > footer {
    padding: 125px 0;
  }
}

article.magazine.full > footer h2 {
  text-align: center;
  font-weight: 500;
}

article.magazine.full > footer div.buttons {
  margin: 50px 0 0;
}

@media only screen and (min-width: 680px) {
  article.magazine.full > footer div.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

article.magazine.full > footer div.buttons .partners,
article.magazine.full > footer div.buttons .contact {
  position: relative;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
  border-radius: 1px;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  z-index: 1;
}

@media only screen and (min-width: 640px) {
  article.magazine.full > footer div.buttons .partners,
  article.magazine.full > footer div.buttons .contact {
    padding: 0 80px;
  }
}

article.magazine.full > footer div.buttons .partners:after,
article.magazine.full > footer div.buttons .contact:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #D5B59A;
  z-index: -1;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

article.magazine.full > footer div.buttons .partners:hover:after,
article.magazine.full > footer div.buttons .contact:hover:after {
  width: 100%;
}

article.magazine.full > footer div.buttons .contact {
  background-color: #232A31;
}

article.magazine.full > footer div.buttons .partners {
  background-color: #759193;
  margin: 10px 0 0 0;
}

@media only screen and (min-width: 680px) {
  article.magazine.full > footer div.buttons .partners {
    margin: 0 0 0 10px;
  }
}

article.event.teaser {
  display: flex;
  flex: 0 0 auto;
  margin: 0 0 3rem 0;
}

article.event.teaser header {
  flex: 0 0 auto;
  width: 75px;
  height: 75px;
  background-color: #DDC0A7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: -25px;
}

article.event.teaser header.until {
  background-color: #63574A !important;
}

@media only screen and (max-width: 860px) {
  article.event.teaser header {
    width: 60px;
    height: 60px;
  }
}

article.event.teaser header h4 {
  letter-spacing: 0.26px;
  text-align: center;
  line-height: 17px;
  opacity: 1;
}

article.event.teaser header h4 span {
  text-transform: lowercase;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
}

article.event.teaser header h4 span.until {
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  color: #D5B59A;
  font-size: 11px !important;
  font-weight: bold;
  opacity: 1;
  line-height: 14px;
}

article.event.teaser header h4 span.enddate {
  opacity: 1;
  font-size: 12px !important;
  line-height: 14px;
  color: #FFFFFF;
}

article.event.teaser .event-image {
  background-color: #F7F7F7;
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 640px) {
  article.event.teaser .event-image {
    height: 520px;
  }
}

article.event.teaser .event-teaser {
  margin: 15px 4rem 0;
  display: flex;
  max-width: 65%;
}

@media only screen and (max-width: 1245px) {
  article.event.teaser .event-teaser {
    max-width: 100%;
    margin: 15px 2rem 0;
  }
}

@media only screen and (max-width: 350px) {
  article.event.teaser .event-teaser {
    max-width: 100%;
    margin: 15px 1rem 0;
  }
}

article.event.teaser .event-teaser .teaser-container {
  margin: 0 0 0 1.5rem;
}

article.event.teaser main {
  flex: 1 1 100%;
}

article.event.teaser main .category-wrapper {
  display: flex;
  margin: 0 0 5px;
  align-items: center;
}

article.event.teaser main .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

article.event.teaser main .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.event.teaser main .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  opacity: 0.7;
  letter-spacing: 0.25px;
  text-transform: lowercase;
  display: flex;
  align-items: center;
}

article.event.teaser main .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.event.teaser main .category-wrapper .line {
  flex: 1 1 100%;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #d8d8d8;
  max-width: 70%;
}

article.event.teaser main h4.title {
  margin: 0 0 1rem;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 45px;
  color: black;
  opacity: 0.7;
  letter-spacing: 0;
}

@media only screen and (max-width: 860px) {
  article.event.teaser main h4.title {
    font-size: 38px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 640px) {
  article.event.teaser main h4.title {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 350px) {
  article.event.teaser main h4.title {
    font-size: 18px;
    line-height: 20px;
  }
}

article.event.teaser main p {
  margin: 0;
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
}

article.event.teaser main p:last-child {
  margin-top: 1.5rem;
  font-weight: 800;
}

article.event.teaser main p a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 5px 0;
  transition: color 0.4s ease;
}

article.event.teaser main p a:hover {
  color: black;
}

article.event.teaser main p a:hover:after {
  width: 100%;
}

article.event.teaser main p a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  z-index: 1;
}

article.event.teaser main p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #D5B59A;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

div.events-promoted ul li:nth-child(1) .event-image {
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 640px) {
  div.events-promoted ul li:nth-child(1) .event-image {
    height: 540px;
  }
}

div.events-promoted ul li:nth-child(2) div.event-teaser,
div.events-promoted ul li:nth-child(3) div.event-teaser {
  margin: 15px 1rem 0;
  max-width: 100%;
}

div.events-promoted ul li:nth-child(2) div.event-teaser header,
div.events-promoted ul li:nth-child(3) div.event-teaser header {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  background-color: #DDC0A7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

div.events-promoted ul li:nth-child(2) div.event-teaser header span,
div.events-promoted ul li:nth-child(3) div.event-teaser header span {
  font-size: 16px;
}

div.events-promoted ul li:nth-child(2) div.event-teaser h4,
div.events-promoted ul li:nth-child(3) div.event-teaser h4 {
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 5px;
}

@media only screen and (max-width: 350px) {
  div.events-promoted ul li:nth-child(2) div.event-teaser h4,
  div.events-promoted ul li:nth-child(3) div.event-teaser h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

div.events-promoted ul li:nth-child(2) div.event-teaser p,
div.events-promoted ul li:nth-child(3) div.event-teaser p {
  font-size: 14px;
}

div.events-promoted ul li:nth-child(2) div.event-teaser p a:last-child,
div.events-promoted ul li:nth-child(3) div.event-teaser p a:last-child {
  font-size: 14px;
}

article.partner.teaser {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article.partner.teaser:hover:after {
  opacity: 0.1;
}

article.partner.teaser:hover .container {
  padding-bottom: 10px;
}

article.partner.teaser a {
  width: 460px;
  height: 300px;
  padding: 50px 40px 20px;
  display: flex;
  align-items: flex-end;
}

article.partner.teaser a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

article.partner.teaser a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.partner.teaser .container {
  position: relative;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.partner.teaser .container .category-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

article.partner.teaser .container .category-wrapper p.search-field {
  display: none;
}

article.partner.teaser .container .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

article.partner.teaser .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.partner.teaser .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.partner.teaser .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.partner.teaser .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

article.partner.teaser .container h4 {
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 20px;
}

#search-list article.partner.teaser {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#search-list article.partner.teaser:hover:after {
  opacity: 0.1;
}

#search-list article.partner.teaser:hover .container {
  padding-bottom: 10px;
}

#search-list article.partner.teaser a {
  width: 460px;
  height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 50px 25px 30px;
}

@media only screen and (max-width: 768px) {
  #search-list article.partner.teaser a {
    width: 251px;
  }
}

@media only screen and (min-width: 640px) {
  #search-list article.partner.teaser a {
    padding: 50px 30px 20px;
  }
}

@media only screen and (min-width: 1000px) {
  #search-list article.partner.teaser a {
    padding: 50px 40px 20px;
  }
}

#search-list article.partner.teaser a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#search-list article.partner.teaser a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

#search-list article.partner.teaser .container {
  margin-bottom: 0;
  overflow: visible;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

#search-list article.partner.teaser .container .category-wrapper {
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

#search-list article.partner.teaser .container .category-wrapper p.search-field {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  margin: 0;
  opacity: 1;
  display: flex;
  align-items: center;
}

#search-list article.partner.teaser .container .category-wrapper p.search-field:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

#search-list article.partner.teaser .container .category-wrapper ul.cats {
  display: none;
}

#search-list article.partner.teaser .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

#search-list article.partner.teaser .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

#search-list article.partner.teaser .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

#search-list article.partner.teaser .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  min-width: 30px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

#search-list article.partner.teaser .container .title-wrapper {
  min-height: 54px;
  max-height: 54px;
  overflow: hidden;
}

#search-list article.partner.teaser .container .title-wrapper h4 {
  margin: 0;
  text-overflow: ellipsis;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 18px;
}

:root {
  --realisation-color: #d1d1d1;
}

main.main-content.realisation-detail-page {
  overflow-x: hidden;
}

main.main-content.realisation-detail-page article.realisation-detail > header {
  position: relative;
  padding: 140px 0 0;
  width: 100%;
  background-color: var(--realisation-color);
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > header {
    min-height: 720px;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > header {
    padding: 0;
    margin: 120px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > header .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 5% 10%;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > header .container {
    padding: 0 0 10% 60px;
    text-align: left;
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  main.main-content.realisation-detail-page article.realisation-detail > header .container h1 {
    font-size: 42px;
    line-height: 44px;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > header .container h3 {
  position: relative;
  display: block;
  opacity: 0.3;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 31px;
  margin: 0;
}

main.main-content.realisation-detail-page article.realisation-detail > header .container h3:before {
  content: "\201C";
  margin-right: 5px;
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > header .container h3 {
    text-align: left;
    margin: 5px 0;
    max-width: 32vw;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > header .container ul.cats {
  display: flex;
  margin: 15px 0 0;
  justify-content: center;
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > header .container ul.cats {
    justify-content: flex-start;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > header .container ul.cats li {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #96A0A1;
}

main.main-content.realisation-detail-page article.realisation-detail > header .container ul.cats li span {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
}

main.main-content.realisation-detail-page article.realisation-detail > header .container ul.cats li + li {
  margin-left: 7px;
}

main.main-content.realisation-detail-page article.realisation-detail > header div.img {
  position: relative;
  z-index: 1;
  height: 400px;
  margin: 0 0 0 2.5%;
  width: 97.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

main.main-content.realisation-detail-page article.realisation-detail > header div.img h3 {
  max-width: 60%;
  position: relative;
  z-index: 2;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 60px;
  display: none;
}

main.main-content.realisation-detail-page article.realisation-detail > header div.img h3:before {
  content: "\201C";
  position: absolute;
  margin-right: 5px;
  right: 100%;
  top: 0;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 58px;
  color: #FFFFFF;
  letter-spacing: 0.97px;
  line-height: 72px;
}

main.main-content.realisation-detail-page article.realisation-detail > header div.img:before {
  content: "";
  position: absolute;
  left: -2.5%;
  width: 2.5%;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #fff;
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > header div.img {
    margin: 0;
    position: absolute;
    right: 0;
    top: -120px;
    height: 95%;
    width: 60%;
  }

  main.main-content.realisation-detail-page article.realisation-detail > header div.img:before {
    display: none;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > header div.img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #312A2A;
  opacity: 0.1;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 75px auto;
}

@media only screen and (max-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body {
    margin: 30px auto;
    flex-direction: column-reverse;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info {
  flex: 0 0 25%;
  margin: 0 10% 50px 0;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 750px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info {
    display: block;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left {
  flex: 0 0 46%;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.logo > img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.logo + .info-block {
  margin-top: 20px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block h4 {
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #111820;
  letter-spacing: 0.67px;
  display: flex;
  align-items: center;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block h4:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0 0 0 10px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .text h1,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .text h2,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .text h3,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .text h4,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .text h5,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .text h6 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 14px;
  color: #465A5B;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.social,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location {
  flex: 0 0 auto;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.quote {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.quote {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    margin-left: 0 !important;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.magazine,
  main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.prices,
  main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.facts {
    display: none;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h1,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h2,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h3,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h4,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h5,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h6 {
  margin-top: 0;
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #111820;
  letter-spacing: 0.67px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h1:after,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h2:after,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h3:after,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h4:after,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h5:after,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location h6:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0 0 0 10px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location a {
  font-size: 14px;
  color: var(--realisation-color);
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location a:hover {
  color: black !important;
  transition: color 0.4s ease;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span {
  margin-right: 10px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.tel {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/tel-black.svg?808b662cacb1ce5ce5c6e079a7ac000f);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.fax {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/fax-black.svg?951a38e7a0a836bbae703eba9eb6349d);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.mail {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/mail-black.svg?21ad3047443193c4bc06c2a22a157a07);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.facebook {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/facebook-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.instagram {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/instagram-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.pinterest {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/pinterest.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.linkedin {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/linkedin-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.twitter {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/twitter-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.youtube {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/youtube-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.website {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/link-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block.location span.gps {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/gps.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block + .info-block {
  margin-top: 50px;
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block + .info-block {
    margin-top: 70px;
    margin-left: 0;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .quote {
  margin-top: 10px;
  position: relative;
  display: flex;
  padding: 30px 30px 90px;
  opacity: 1;
  color: #484848;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 26px;
  background: rgba(229, 220, 227, 0.2);
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .quote:before {
  flex: 0 0 auto;
  display: block;
  content: "\201C";
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 34.5px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block .quote:after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-image: url(/images/pheadra.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 60px);
  bottom: -60px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social {
  margin: 0.75rem 0 2rem 0;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  display: flex;
  font-weight: 500;
  align-items: center;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li a {
  letter-spacing: 1px;
  margin: 0 0 0 2rem;
  transition: color 0.4s ease;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li a:hover {
  color: black !important;
  transition: color 0.4s ease;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/link-black.svg);
  background-size: contain;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.facebook:before {
  background-image: url(/images/icons/social/facebook-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.instagram:before {
  background-image: url(/images/icons/social/instagram-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.pinterest:before {
  background-image: url(/images/icons/social/pinterest.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.linkedin:before {
  background-image: url(/images/icons/social/linkedin-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.twitter:before {
  background-image: url(/images/icons/social/twitter-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.youtube:before {
  background-image: url(/images/icons/social/youtube-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.tel:before {
  background-image: url(/images/icons/social/tel-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.mail:before {
  background-image: url(/images/icons/social/mail-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .left .info-block ul.social li.website:before {
  background-image: url(/images/icons/social/link-black.svg);
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right {
  flex: 0 0 46%;
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right {
    display: none;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block {
  margin-top: 50px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block h4 {
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #111820;
  letter-spacing: 0.67px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block h4:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0 0 0 10px;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block .text h1,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block .text h2,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block .text h3,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block .text h4,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block .text h5,
main.main-content.realisation-detail-page article.realisation-detail > div.body > aside.partner-info .right .info-block .text h6 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 14px;
  color: #465A5B;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main {
  flex: 1 1 100%;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main.body-text {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > main.body-text {
    flex: 0 0 65%;
    width: 65%;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper {
  min-height: 180px;
  position: relative;
  width: 100%;
  background-color: #F7F7F7;
}

@media only screen and (min-width: 640px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper {
    min-height: 200px;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper {
    width: 100%;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider {
  width: 100%;
  height: 100%;
  min-height: 60vw;
}

@media only screen and (min-width: 640px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider {
    min-height: 550px;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider .slick-list,
main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider .slick-track {
  height: 100%;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider .slide {
  outline: none;
  position: relative;
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  min-height: 60vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 640px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider .slide {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider .slide {
    background-position: center;
    min-height: 550px;
  }
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper .images-slider .slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper div.arrow-left {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  left: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  transition: right 0.6s ease;
}

main.main-content.realisation-detail-page article.realisation-detail > div.body > main .sliderwrapper div.arrow-right {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: right 0.6s ease;
}

main.main-content.realisation-detail-page section.related-realisation {
  margin: 10px 0 65px;
}

main.main-content.realisation-detail-page section.related-realisation h3 {
  line-height: 16px;
  margin: 0 0 15px;
}

main.main-content.realisation-detail-page section.related-realisation .container {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
}

main.main-content.realisation-detail-page section.related-realisation .container::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.main-content article.body {
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .main-content article.body {
    display: block;
  }
}

.main-content article.body aside.teammembers {
  margin-top: -5rem;
  flex: 0 0 30%;
  background-color: #f2dad6;
}

@media only screen and (max-width: 1000px) {
  .main-content article.body aside.teammembers {
    width: 100%;
    margin: 0;
  }
}

.main-content article.body aside.teammembers div.block-teammembers {
  padding: 20% 3rem;
  margin: auto;
}

@media only screen and (max-width: 1000px) {
  .main-content article.body aside.teammembers div.block-teammembers {
    width: 100%;
    padding: 2rem 5%;
  }
}

.main-content article.body aside.teammembers div.block-teammembers h3 {
  margin: 50px 0 0;
  font-family: "Apercu", sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #111820;
  opacity: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.main-content article.body aside.teammembers div.block-teammembers h3 span {
  opacity: 0.8;
  flex: 0 0 auto;
  white-space: nowrap;
}

.main-content article.body aside.teammembers div.block-teammembers h3:after {
  content: "";
  display: block;
  flex: 1 1 100%;
  height: 1px;
  opacity: 0.05;
  background-color: #000000;
  margin-left: 1rem;
}

@media only screen and (max-width: 1000px) {
  .main-content article.body aside.teammembers div.block-teammembers ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.main-content article.body aside.teammembers div.block-teammembers ul li {
  display: flex;
  margin: 1rem 0 2rem 0;
}

@media only screen and (max-width: 1000px) {
  .main-content article.body aside.teammembers div.block-teammembers ul li {
    flex: 0 0 45%;
  }
}

@media only screen and (max-width: 768px) {
  .main-content article.body aside.teammembers div.block-teammembers ul li {
    flex: 0 0 100%;
  }
}

.main-content article.body aside.teammembers div.block-teammembers ul li .team-img {
  flex: 0 0 auto;
  background-color: #cbb7b5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 72px;
  width: 72px;
  border: 2px solid #FFF;
  border-radius: 50%;
}

.main-content article.body aside.teammembers div.block-teammembers ul li .team-info {
  margin: 0.75rem 0 0 1em;
}

.main-content article.body aside.teammembers div.block-teammembers ul li .team-info h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Apercu", sans-serif;
  color: #706969;
  opacity: 0.7;
  line-height: 13px;
}

.main-content article.body aside.teammembers div.block-teammembers ul li .team-info p {
  margin: 0.75rem 0;
  font-size: 14px;
  opacity: 0.5;
}

.main-content article.body .body-text {
  flex: 1 1 100%;
  margin: 5% 5% 0 5%;
}

@media only screen and (max-width: 1000px) {
  .main-content article.body .body-text {
    margin: 5% 5%;
  }
}

main.main-content.contact > input[type=radio] {
  display: none;
}

main.main-content.contact > input[type=radio]#normal:checked ~ header.contactheader div.normal {
  opacity: 1;
  pointer-events: initial;
}

main.main-content.contact > input[type=radio]#normal:checked ~ section.faqswrapper header.labels label[for=normal] {
  background-color: #84647B;
}

main.main-content.contact > input[type=radio]#normal:checked ~ section.faqswrapper header.labels label[for=normal] p {
  color: #FFF;
}

main.main-content.contact > input[type=radio]#normal:checked ~ section.faqswrapper header.labels label[for=normal] h4 {
  opacity: 1;
  color: #FFF;
}

main.main-content.contact > input[type=radio]#normal:checked ~ section.faqswrapper main.faqs {
  background-color: #907388;
}

main.main-content.contact > input[type=radio]#normal:checked ~ section.faqswrapper main.faqs .normal {
  display: flex;
}

@media only screen and (max-width: 1040px) {
  main.main-content.contact > input[type=radio]#normal:checked ~ section.faqswrapper main.faqs .normal {
    display: block;
  }
}

main.main-content.contact > input[type=radio]#normal:checked ~ section.forms .right section.contact-normal {
  display: block;
}

@media only screen and (max-width: 1000px) {
  main.main-content.contact > input[type=radio]#normal:checked ~ section.forms .right section.contact-normal {
    margin: 100px 0 0 0;
  }
}

main.main-content.contact > input[type=radio]#ads:checked ~ header.contactheader div.ads {
  opacity: 1;
  pointer-events: initial;
}

main.main-content.contact > input[type=radio]#ads:checked ~ section.faqswrapper header.labels label[for=ads] {
  background-color: #97b4dd;
}

main.main-content.contact > input[type=radio]#ads:checked ~ section.faqswrapper header.labels label[for=ads] p {
  color: #FFF;
}

main.main-content.contact > input[type=radio]#ads:checked ~ section.faqswrapper header.labels label[for=ads] h4 {
  opacity: 1;
  color: #FFF;
}

main.main-content.contact > input[type=radio]#ads:checked ~ section.faqswrapper main.faqs {
  background-color: #A3BCE1;
}

main.main-content.contact > input[type=radio]#ads:checked ~ section.faqswrapper main.faqs .ads {
  display: flex;
}

@media only screen and (max-width: 1040px) {
  main.main-content.contact > input[type=radio]#ads:checked ~ section.faqswrapper main.faqs .ads {
    display: block;
  }
}

main.main-content.contact > input[type=radio]#ads:checked ~ section.forms .right section.contact-ads {
  display: block;
}

@media only screen and (max-width: 1000px) {
  main.main-content.contact > input[type=radio]#ads:checked ~ section.forms .right section.contact-ads {
    margin: 100px 0 0 0;
  }
}

main.main-content.contact > input[type=radio]#partner:checked ~ header.contactheader div.partner {
  opacity: 1;
  pointer-events: initial;
}

main.main-content.contact > input[type=radio]#partner:checked ~ section.faqswrapper header.labels label[for=partner] {
  background-color: #668587;
}

main.main-content.contact > input[type=radio]#partner:checked ~ section.faqswrapper header.labels label[for=partner] p {
  color: #FFF;
}

main.main-content.contact > input[type=radio]#partner:checked ~ section.faqswrapper header.labels label[for=partner] h4 {
  opacity: 1;
  color: #FFF;
}

main.main-content.contact > input[type=radio]#partner:checked ~ section.faqswrapper main.faqs {
  background-color: #759193;
}

main.main-content.contact > input[type=radio]#partner:checked ~ section.faqswrapper main.faqs .partner {
  display: flex;
}

@media only screen and (max-width: 1040px) {
  main.main-content.contact > input[type=radio]#partner:checked ~ section.faqswrapper main.faqs .partner {
    display: block;
  }
}

main.main-content.contact > input[type=radio]#partner:checked ~ section.forms .right section.contact-partner {
  display: block;
}

@media only screen and (max-width: 1000px) {
  main.main-content.contact > input[type=radio]#partner:checked ~ section.forms .right section.contact-partner {
    margin: 100px 0 0 0;
  }
}

main.main-content.contact header.contactheader {
  position: relative;
  min-height: 650px;
  background-color: #232A31;
  margin: 0 0 -20px;
}

main.main-content.contact header.contactheader h1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

main.main-content.contact header.contactheader > div {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

main.main-content.contact header.contactheader > div .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

main.main-content.contact header.contactheader > div .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #312A2A;
  opacity: 0.15;
}

main.main-content.contact header.contactheader > div h2 {
  opacity: 1;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  main.main-content.contact header.contactheader > div h2 {
    font-size: 56px;
    line-height: 58px;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.contact header.contactheader > div h2 {
    font-size: 72px;
    line-height: 66px;
  }
}

main.main-content.contact header.contactheader > div.normal .img {
  background-image: url(/images/contact/contact.jpeg);
}

main.main-content.contact header.contactheader > div.ads .img {
  background-image: url(/images/contact/ads.jpg);
}

main.main-content.contact header.contactheader > div.partner .img {
  background-image: url(/images/contact/become-partner.jpg);
}

main.main-content.contact section.faqswrapper {
  position: relative;
  z-index: 3;
  margin: 0 0 -10px;
}

main.main-content.contact section.faqswrapper header.labels {
  display: flex;
}

@media only screen and (max-width: 720px) {
  main.main-content.contact section.faqswrapper header.labels {
    display: block;
  }
}

main.main-content.contact section.faqswrapper header.labels label {
  flex: 1 1 33.3%;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 150px;
  background-color: transparent;
  opacity: 0.9;
  padding: 20px 65px 0;
  transition: background-color 0.3s ease;
}

@media only screen and (max-width: 1040px) {
  main.main-content.contact section.faqswrapper header.labels label {
    padding: 20px 35px 0;
  }
}

main.main-content.contact section.faqswrapper header.labels label p {
  margin: 0 0 5px;
  opacity: 0.5;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #424242;
  letter-spacing: 1px;
}

main.main-content.contact section.faqswrapper header.labels label h4 {
  margin: 0;
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 34px;
  color: #000000;
  letter-spacing: 0;
}

main.main-content.contact section.faqswrapper header.labels label:hover {
  background-color: #fff;
}

main.main-content.contact section.faqswrapper main.faqs {
  min-height: 500px;
  padding: 65px 125px;
  transition: background-color 0.3s ease;
  background-color: #907388;
}

@media only screen and (max-width: 1040px) {
  main.main-content.contact section.faqswrapper main.faqs {
    padding: 65px 65px;
    border-bottom: 1px solid rgba(68, 54, 64, 0.12);
  }
}

@media only screen and (max-width: 520px) {
  main.main-content.contact section.faqswrapper main.faqs {
    padding: 30px 30px;
  }
}

main.main-content.contact section.faqswrapper main.faqs > div {
  display: none;
  justify-content: center;
}

main.main-content.contact section.faqswrapper main.faqs > div .left {
  flex: 0 0 auto;
  max-width: 400px;
}

@media only screen and (max-width: 1040px) {
  main.main-content.contact section.faqswrapper main.faqs > div .left {
    max-width: 750px;
    margin: auto;
    border-bottom: 1px solid rgba(68, 54, 64, 0.12);
  }
}

@media only screen and (max-width: 1040px) {
  main.main-content.contact section.faqswrapper main.faqs > div .left {
    padding: 0 0 20px 0;
  }
}

main.main-content.contact section.faqswrapper main.faqs > div .left h3 {
  font-weight: 500;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1000px) {
  main.main-content.contact section.faqswrapper main.faqs > div .left h3 {
    font-size: 42px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 640px) {
  main.main-content.contact section.faqswrapper main.faqs > div .left h3 {
    font-size: 36px;
    line-height: 38px;
  }
}

main.main-content.contact section.faqswrapper main.faqs > div .left p:last-child {
  padding: 0 0 4% 0;
}

main.main-content.contact section.faqswrapper main.faqs > div .left a {
  text-transform: initial;
}

main.main-content.contact section.faqswrapper main.faqs > div .right {
  margin: 0 0 0 100px;
  flex: 1 1 100%;
  max-width: 650px;
}

@media only screen and (max-width: 1040px) {
  main.main-content.contact section.faqswrapper main.faqs > div .right {
    margin: 0 auto;
  }
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li {
  margin: 50px 0;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question h5 {
  opacity: 0.6;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 10% 0 0;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question div.close {
  position: relative;
  transition: transform 0.6s ease;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question div.close svg {
  display: block;
  flex: 0 0 auto;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question div.close svg #Desktop {
  transition: opacity 0.3s ease;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question div.close svg #Contact {
  transition: fill 0.3s ease;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question div.close:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000000;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, width 0.6s ease, height 0.6s ease;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question:hover div.close:after {
  width: 30px;
  height: 30px;
  opacity: 0.1;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question.active div.close {
  transform: rotate(45deg);
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question.active div.close:after {
  width: 52px;
  height: 52px;
  opacity: 0.1;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question.active div.close svg #Desktop {
  opacity: 1;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.question.active div.close svg #Contact {
  fill: #FFFFFF;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.answer {
  display: none;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.answer > *:first-child {
  margin-top: 0;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.answer > *:last-child {
  margin-bottom: 0;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.answer p,
main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.answer a {
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.27px;
  line-height: 26px;
  margin: 10px 0;
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.answer p {
  padding: 0 50px 0 0;
}

@media only screen and (max-width: 540px) {
  main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.answer p {
    padding: 0;
  }
}

main.main-content.contact section.faqswrapper main.faqs > div .right ul li div.answer a {
  font-weight: bold;
  text-decoration: underline;
}

main.main-content.contact section.forms {
  background-color: #F8F8F8;
  padding: 50px 0;
}

@media only screen and (min-width: 640px) {
  main.main-content.contact section.forms {
    padding: 110px 0;
  }
}

main.main-content.contact section.forms div.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

main.main-content.contact section.forms div.wrapper h2 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 40px;
  margin: 0 0 50px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  main.main-content.contact section.forms div.wrapper h2 {
    font-size: 42px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.contact section.forms div.wrapper h2 {
    font-size: 56px;
    line-height: 60px;
    text-align: left;
  }
}

main.main-content.contact section.forms div.wrapper > div.container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  main.main-content.contact section.forms div.wrapper > div.container {
    display: block;
  }
}

main.main-content.contact section.forms div.wrapper > div.container div.left {
  flex: 0 0 auto;
  max-width: 308px;
}

@media only screen and (max-width: 1000px) {
  main.main-content.contact section.forms div.wrapper > div.container div.left {
    max-width: 500px;
    margin: auto;
  }
}

main.main-content.contact section.forms div.wrapper > div.container div.left h4 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #111820;
  letter-spacing: 0.67px;
}

main.main-content.contact section.forms div.wrapper > div.container div.left h4:after {
  flex: 1 1 100%;
  margin-left: 10px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #E6E6E6;
}

main.main-content.contact section.forms div.wrapper > div.container div.left .quote {
  position: relative;
  display: flex;
  padding: 30px 30px 90px;
  opacity: 1;
  color: #484848;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 26px;
  background: rgba(229, 220, 227, 0.2);
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
}

main.main-content.contact section.forms div.wrapper > div.container div.left .quote:before {
  flex: 0 0 auto;
  display: block;
  content: "\201C";
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 34.5px;
}

main.main-content.contact section.forms div.wrapper > div.container div.left .quote:after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-image: url(/images/pheadra.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 60px);
  bottom: -60px;
}

main.main-content.contact section.forms div.wrapper > div.container div.right {
  flex: 1 1 100%;
  margin: 0 0 0 85px;
}

@media only screen and (max-width: 1000px) {
  main.main-content.contact section.forms div.wrapper > div.container div.right {
    margin: 1rem;
  }
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section {
  display: none;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item {
  flex: 0 1 48%;
  position: relative;
  margin: 0 0 40px;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item.textarea {
  flex: 0 0 100%;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item.big {
  flex: 0 1 78%;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item.small {
  flex: 0 1 18%;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item.error input {
  background-color: #F9F0F0 !important;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item.error:before {
  background-color: #F9DDDD;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item.error:after {
  background-color: #FF7070;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item label {
  opacity: 0.3;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.96px;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #E4E4E4;
  transition: background-color 0.3s ease;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: #949494;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1), background-color 0.3s ease;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item:focus-within:after,
main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item:focus:after,
main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item:hover:after {
  width: 100%;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=text],
main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=email] {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #282828;
  letter-spacing: 0.25px;
  transition: background-color 0.3s ease;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=text]::-webkit-input-placeholder,
main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=email]::-webkit-input-placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=text]::-moz-placeholder,
main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=email]::-moz-placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=text]:-ms-input-placeholder,
main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=email]:-ms-input-placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=text]::-ms-input-placeholder,
main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=email]::-ms-input-placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=text]::placeholder,
main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item input[type=email]::placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item textarea {
  resize: none;
  height: 135px;
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #282828;
  letter-spacing: 0.25px;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item textarea::-webkit-input-placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item textarea::-moz-placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item textarea:-ms-input-placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item textarea::-ms-input-placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form .field-item textarea::placeholder {
  color: #B6B6B6;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form button {
  position: relative;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  height: 70px;
  padding: 0 100px;
  background-color: #000;
  border: none;
  border-radius: 1px;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  main.main-content.contact section.forms div.wrapper > div.container div.right > section form button {
    margin: auto;
  }
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #D5B59A;
  z-index: -1;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section form button:hover:after {
  width: 100%;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section div.submit-message {
  margin-top: 20px;
  padding: 15px 30px;
  background: rgba(229, 220, 227, 0.2);
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background 0.3s ease;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section div.submit-message p {
  opacity: 1;
  color: #484848;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin: 0;
  transition: color 0.3s ease;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section div.submit-message.error {
  opacity: 1;
  pointer-events: initial;
  background: rgba(255, 210, 210, 0.2);
  border: 1px solid #EADEDE;
  box-shadow: inset 0 0 28px 0 rgba(246, 226, 226, 0.5);
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section div.submit-message.error p {
  color: #B46868;
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section div.submit-message.success {
  opacity: 1;
  pointer-events: initial;
  background: rgba(178, 244, 196, 0.14);
  border: 1px solid #E5F2DF;
  box-shadow: inset 0 0 28px 0 rgba(232, 239, 225, 0.5);
}

main.main-content.contact section.forms div.wrapper > div.container div.right > section div.submit-message.success p {
  color: #648258;
}

section.category-header {
  padding: 170px 5% 100px;
  margin: 0 0 -10px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  section.category-header {
    flex-direction: column;
    padding: 170px 10% 100px;
  }
}

@media only screen and (min-width: 769px) {
  section.category-header {
    min-height: 575px;
  }
}

section.category-header .left {
  flex: 0 0 auto;
  min-width: 50%;
}

section.category-header .left > a,
section.category-header .left .titles > a {
  display: block;
  transition: opacity 0.3s ease;
}

section.category-header .left > a:hover,
section.category-header .left .titles > a:hover {
  opacity: 0.6;
}

section.category-header .left h1 {
  margin: 0;
}

section.category-header .left h1.small {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 20px;
}

section.category-header .left h2 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #FFFFFF;
  letter-spacing: 0;
}

section.category-header .right {
  flex: 1 1 100%;
  max-width: 450px;
}

section.category-header .right ul.filters {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  section.category-header .right ul.filters {
    max-width: 85%;
    margin: 2rem 0 0 0;
  }
}

@media only screen and (max-width: 375px) {
  section.category-header .right ul.filters {
    max-width: 100%;
  }
}

section.category-header .right ul.filters li.hide {
  display: none;
}

@media only screen and (min-width: 1050px) {
  section.category-header .right ul.filters li.hide {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  section.category-header .right ul.filters li:nth-of-type(3),
  section.category-header .right ul.filters li:nth-of-type(4) {
    display: block !important;
  }
}

section.category-header .right ul.filters li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: "Orphicasa", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  opacity: 0.7;
  letter-spacing: 0.5px;
  padding: 15px 0;
  transition: color 0.4s ease;
}

@media only screen and (min-width: 640px) {
  section.category-header .right ul.filters li a {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1000px) {
  section.category-header .right ul.filters li a {
    font-size: 32px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 768px) {
  section.category-header .right ul.filters li a {
    justify-content: flex-start;
  }
}

section.category-header .right ul.filters li a span.count {
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  opacity: 0.1;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.96px;
  margin: 0 0 0 6px;
  transition: color 0.3s ease, opacity 0.3s ease;
}

section.category-header .right ul.filters li a:hover,
section.category-header .right ul.filters li a.active {
  color: #FFF;
}

section.category-header .right ul.filters li a:hover span.count,
section.category-header .right ul.filters li a.active span.count {
  color: #FFF;
  opacity: 1;
}

section.category-header .right ul.filters li a:hover:after,
section.category-header .right ul.filters li a.active:after {
  width: 100%;
}

section.category-header .right ul.filters li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}

section.category-header .right ul.filters li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #FFFF;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.category-header .right div.more-filters {
  margin: 20px 0 30px;
  display: inline-block;
  opacity: 0.7;
}

section.category-header .right div.more-filters span.hide {
  display: none;
}

@media only screen and (min-width: 1050px) {
  section.category-header .right div.more-filters {
    display: none;
  }
}

section.promoted-slider {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider {
    padding-top: 122px;
  }
}

section.promoted-slider div.slider article > div {
  display: block;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article > div {
    min-height: 600px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1375px) {
  section.promoted-slider div.slider article > div {
    min-height: 720px;
  }
}

section.promoted-slider div.slider article > div header.img {
  position: relative;
  z-index: 1;
  height: 400px;
  margin: 0 0 0 2.5%;
  width: 97.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
}

section.promoted-slider div.slider article > div header.img:before {
  content: "";
  position: absolute;
  left: -2.5%;
  width: 2.5%;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #fff;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article > div header.img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 80%;
    width: 70%;
  }

  section.promoted-slider div.slider article > div header.img:before {
    display: none;
  }
}

@media only screen and (min-width: 1375px) {
  section.promoted-slider div.slider article > div header.img {
    width: 60%;
    height: 90%;
  }
}

section.promoted-slider div.slider article > div header.img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #312A2A;
  opacity: 0.1;
}

section.promoted-slider div.slider article > div main.article-body {
  position: relative;
  z-index: 2;
  padding: 140px 5% 40px;
  transition: padding-left 2s ease;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article > div main.article-body {
    padding: 0 0 100px 60px;
    text-align: left;
  }
}

@media only screen and (min-width: 1375px) {
  section.promoted-slider div.slider article > div main.article-body {
    padding: 0 0 0 60px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.promoted-slider div.slider article > div main.article-body {
    padding: 10% 0 10% 60px;
  }
}

section.promoted-slider div.slider article > div main.article-body ul.cats {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article > div main.article-body ul.cats {
    justify-content: flex-start;
  }
}

section.promoted-slider div.slider article > div main.article-body ul.cats li {
  display: flex;
  align-items: center;
}

section.promoted-slider div.slider article > div main.article-body ul.cats li svg {
  display: block;
  margin-right: 10px;
}

section.promoted-slider div.slider article > div main.article-body ul.cats li span {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.25px;
}

section.promoted-slider div.slider article > div main.article-body ul.cats li + li {
  margin-left: 10px;
}

section.promoted-slider div.slider article > div main.article-body h2 {
  margin: 0 0 40px;
  text-align: center;
  max-width: 1000px;
  color: white;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article > div main.article-body h2 {
    text-align: left;
    width: 60%;
  }
}

@media only screen and (min-width: 1375px) {
  section.promoted-slider div.slider article > div main.article-body h2 {
    width: 100%;
  }
}

section.promoted-slider div.slider article > div main.article-body h2 a {
  color: white;
  font-weight: 500;
  opacity: 1;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article > div:hover header.img {
    transform: scale(1.02);
  }
}

section.popular-home {
  margin: 50px 0 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 640px) {
  section.popular-home {
    margin: 50px 0 65px;
  }
}

@media only screen and (min-width: 1000px) {
  section.popular-home {
    margin: -40px 0 65px;
  }
}

section.popular-home > h3 {
  line-height: 16px;
  margin: 0 0 15px;
  display: none;
}

@media only screen and (min-width: 640px) {
  section.popular-home > h3 {
    display: block;
  }
}

section.popular-home .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 5%;
  overflow: hidden;
}

section.popular-home .container div.arrow-right-popular,
section.popular-home .container div.arrow-left-popular {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: right 0.6s ease;
}

section.popular-home .container div.arrow-right-popular:hover,
section.popular-home .container div.arrow-left-popular:hover {
  right: 20px;
}

section.popular-home .container div.arrow-left-popular {
  left: 25px;
  transform: rotate(180deg);
  transition: left 0.6s ease;
}

section.popular-home .container div.arrow-left-popular:hover {
  right: auto;
  left: 20px;
}

section.popular-home ul.popular-stories {
  width: 100vw;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
}

section.popular-home ul.popular-stories li {
  outline: none;
}

section.popular-home ul.popular-stories li + li {
  margin-left: 10px;
}

@media only screen and (min-width: 640px) {
  section.popular-home ul.popular-stories li article.story.teaser a {
    width: 250px;
  }
}

@media only screen and (min-width: 1000px) {
  section.popular-home ul.popular-stories li article.story.teaser a {
    width: 460px;
  }
}

@media only screen and (max-width: 768px) {
  section.popular-home ul.popular-stories {
    margin: 0;
  }
}

section.interviews-promoted {
  margin: -65px 0 65px;
  background-color: #3B555E;
  padding: 65px 0 0;
}

section.interviews-promoted > h3 {
  color: #FFF;
  line-height: 16px;
  padding-top: 50px;
}

@media only screen and (min-width: 640px) {
  section.interviews-promoted > h3 {
    color: #111820;
    padding-top: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 640px) {
  section.interviews-promoted {
    padding: 0;
    margin: 0 0 65px;
    background-color: transparent;
  }
}

section.interviews-promoted > .container {
  margin: 15px 0 0;
  position: relative;
  padding-bottom: 50px;
  background-color: #3B555E;
}

@media only screen and (min-width: 1000px) {
  section.interviews-promoted > .container {
    display: flex;
  }
}

section.interviews-promoted > .container div.slider {
  width: 97.5%;
  margin: 0;
  position: relative;
  padding-top: 20px;
}

@media only screen and (min-width: 1000px) {
  section.interviews-promoted > .container div.slider {
    padding-top: 0;
    flex: 0 0 auto;
    width: 55%;
    margin: -10px 0 0;
  }
}

section.interviews-promoted > .container div.slider div.more {
  margin: 0;
  padding: 0 0 0 5vw;
  display: none;
}

section.interviews-promoted > .container div.slider div.more a {
  color: #FFF;
}

@media only screen and (min-width: 640px) {
  section.interviews-promoted > .container div.slider div.more {
    margin-top: 25px;
    display: block;
  }
}

section.interviews-promoted > .container div.slider .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 30px;
}

section.interviews-promoted > .container div.slider .slick-dots li {
  cursor: pointer;
  margin-bottom: 10px;
}

section.interviews-promoted > .container div.slider .slick-dots li a {
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

section.interviews-promoted > .container div.slider .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.interviews-promoted > .container div.slider .slick-dots li:hover a:after {
  opacity: 0.6;
}

section.interviews-promoted > .container div.slider .slick-dots li.slick-active a {
  font-weight: 500;
}

section.interviews-promoted > .container div.slider .slick-dots li.slick-active a:after {
  opacity: 1;
}

section.interviews-promoted > .container div.most-recent {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  section.interviews-promoted > .container div.most-recent {
    flex: 0 0 auto;
    width: 45%;
  }
}

section.interviews-promoted > .container div.most-recent > ul {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1000px) {
  section.interviews-promoted > .container div.most-recent > ul {
    margin: 0 auto 50px;
    padding-bottom: 0;
    width: 80%;
  }
}

section.interviews-promoted > .container div.most-recent > ul > li {
  margin: 50px 0 0;
}

section.interviews-promoted > .container div.most-recent > ul > li article.interview.slide a {
  height: 300px;
}

section.interviews-promoted > .container div.most-recent .more {
  padding: 0 0 0 5vw;
  display: block;
}

section.interviews-promoted > .container div.most-recent .more a {
  color: #FFF;
}

@media only screen and (min-width: 640px) {
  section.interviews-promoted > .container div.most-recent .more {
    margin-top: 25px;
    display: none;
  }
}

section.instagram-slider {
  margin: 0 0 65px;
  overflow: hidden;
}

section.instagram-slider h3 span {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/images/icons/social/instagram.svg);
  background-size: 20px;
  padding: 0 0 0 30px;
}

section.instagram-slider div.slider {
  position: relative;
}

section.instagram-slider div.slider div.arrow-right,
section.instagram-slider div.slider div.arrow-left {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: right 0.6s ease;
}

section.instagram-slider div.slider div.arrow-right:hover,
section.instagram-slider div.slider div.arrow-left:hover {
  right: 20px;
}

section.instagram-slider div.slider div.arrow-left {
  left: 25px;
  transform: rotate(180deg);
  transition: left 0.6s ease;
}

section.instagram-slider div.slider div.arrow-left:hover {
  right: auto;
  left: 20px;
}

section.instagram-slider div.slider ul {
  width: 100vw;
}

section.instagram-slider div.slider ul li {
  margin-right: 10px;
}

section.instagram-slider div.slider ul li .img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: transparent;
  height: auto;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #F3F3F3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.instagram-slider div.slider ul li .img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

section.instagram-slider div.slider ul li .img:hover::before {
  opacity: 0.1;
}

section.agenda-home {
  margin: 0 0 65px;
  padding: 0;
}

section.agenda-home > h3 {
  display: none;
}

@media only screen and (min-width: 1000px) {
  section.agenda-home > h3 {
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  section.agenda-home {
    padding: 0 0 0 5%;
  }
}

section.agenda-home > .container {
  background-color: #E6C9B0;
  display: block;
}

@media only screen and (min-width: 1000px) {
  section.agenda-home > .container {
    min-height: 700px;
    display: flex;
    align-items: flex-start;
  }
}

section.agenda-home > .container div.events {
  width: 100%;
  padding: 50px 2.5%;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  section.agenda-home > .container div.events {
    display: flex;
    padding: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  section.agenda-home > .container div.events {
    text-align: left;
    display: block;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (min-width: 1400px) {
  section.agenda-home > .container div.events {
    width: 35%;
  }
}

section.agenda-home > .container div.events ul {
  text-align: left;
}

section.agenda-home > .container div.events ul li {
  margin-bottom: 40px;
}

section.agenda-home > .container div.events > .call-to-action,
article.trend.large section.agenda-home > .container aside:first-child div.events > a {
  white-space: nowrap;
  display: inline-block;
}

@media only screen and (min-width: 750px) {
  section.agenda-home > .container div.events > .call-to-action,
  article.trend.large section.agenda-home > .container aside:first-child div.events > a {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  section.agenda-home > .container div.events > .call-to-action,
  article.trend.large section.agenda-home > .container aside:first-child div.events > a {
    display: inline-block;
  }
}

section.agenda-home > .container div.events .mobile-title {
  flex: 0 0 auto;
  display: block;
}

@media only screen and (min-width: 750px) {
  section.agenda-home > .container div.events .mobile-title {
    margin-right: 50px;
  }
}

section.agenda-home > .container div.events .mobile-title h3 {
  font-weight: 500;
}

@media only screen and (max-width: 750px) {
  section.agenda-home > .container div.events .mobile-title h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 30px;
  }
}

section.agenda-home > .container div.events .mobile-title .call-to-action,
article.trend.large section.agenda-home > .container div.events .mobile-title aside:first-child a,
article.trend.large section.agenda-home > .container aside:first-child div.events .mobile-title a {
  white-space: nowrap;
  margin-top: 20px;
  display: none;
}

@media only screen and (min-width: 750px) {
  section.agenda-home > .container div.events .mobile-title .call-to-action,
  article.trend.large section.agenda-home > .container div.events .mobile-title aside:first-child a,
  article.trend.large section.agenda-home > .container aside:first-child div.events .mobile-title a {
    display: inline-block;
  }
}

@media only screen and (min-width: 1000px) {
  section.agenda-home > .container div.events .mobile-title {
    display: none;
  }
}

section.agenda-home > .container div.partner {
  position: relative;
  width: 100%;
  padding-left: 2.5%;
  background-color: #fff;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  section.agenda-home > .container div.partner {
    padding-left: 0;
    padding-right: 2.5%;
  }
}

@media only screen and (min-width: 1000px) {
  section.agenda-home > .container div.partner {
    text-align: left;
    flex: 0 0 auto;
    width: 50%;
    background-color: transparent;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) {
  section.agenda-home > .container div.partner {
    width: 65%;
  }
}

section.agenda-home > .container div.partner article.partner {
  position: relative;
  height: 575px;
  text-align: left;
}

section.agenda-home > .container div.partner article.partner .container .call-to-action,
section.agenda-home > .container div.partner article.partner article.trend.large .container aside:first-child a,
article.trend.large section.agenda-home > .container div.partner article.partner .container aside:first-child a {
  margin-left: 0 !important;
}

section.agenda-home > .container div.partner article.partner:before {
  content: "";
  position: absolute;
  left: -2.5%;
  top: 0;
  bottom: 10px;
  width: 2.5%;
  background-color: #E6C9B0;
}

@media only screen and (min-width: 750px) {
  section.agenda-home > .container div.partner article.partner:before {
    left: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  section.agenda-home > .container div.partner article.partner:before {
    display: none;
  }
}

section.agenda-home > .container div.partner .call-to-action,
article.trend.large section.agenda-home > .container div.partner aside:first-child a,
article.trend.large section.agenda-home > .container aside:first-child div.partner a {
  margin-top: 25px;
  margin-left: 5%;
}

section.agenda-home > .container div.partner .call-to-action:after,
article.trend.large section.agenda-home > .container div.partner aside:first-child a:after,
article.trend.large section.agenda-home > .container aside:first-child div.partner a:after {
  background-color: #D5B59A;
}

@media only screen and (min-width: 1000px) {
  section.agenda-home > .container div.partner .call-to-action,
  article.trend.large section.agenda-home > .container div.partner aside:first-child a,
  article.trend.large section.agenda-home > .container aside:first-child div.partner a {
    margin-left: 0;
  }

  section.agenda-home > .container div.partner .call-to-action:after,
  article.trend.large section.agenda-home > .container div.partner aside:first-child a:after,
  article.trend.large section.agenda-home > .container aside:first-child div.partner a:after {
    background-color: #FFF;
  }
}

section.by-imagicasa.home {
  display: block;
  padding: 0 5%;
  margin: 0 0 100px;
}

@media only screen and (min-width: 1000px) {
  section.by-imagicasa.home {
    display: flex;
  }
}

section.by-imagicasa.home > .left {
  margin: 50px 0 0;
  flex: 1 1 auto;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  section.by-imagicasa.home > .left {
    margin: 0 50px 0 0;
    width: 60%;
    text-align: left;
  }
}

section.by-imagicasa.home > .left h3 {
  text-align: left;
}

section.by-imagicasa.home > .left article.shop-item {
  max-width: 900px;
}

section.by-imagicasa.home > .left article.shop-item a {
  height: auto;
  min-height: 375px;
}

section.by-imagicasa.home > .left > a.call-to-action,
article.trend.large .container aside:first-child section.by-imagicasa.home > .left > a {
  margin-top: 25px;
}

section.by-imagicasa.home > .right {
  flex: 0 0 auto;
  margin: 50px 0 0;
}

@media only screen and (min-width: 1000px) {
  section.by-imagicasa.home > .right {
    margin: 0;
    max-width: 500px;
    width: 40%;
    text-align: right;
  }
}

section.by-imagicasa.home > .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

@media only screen and (min-width: 1000px) {
  section.by-imagicasa.home > .right ul {
    text-align: right;
  }
}

section.by-imagicasa.home > .right ul li a {
  position: relative;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #4B4B4B;
  letter-spacing: 0.5px;
  padding: 15px 0;
  transition: color 0.4s ease;
}

section.by-imagicasa.home > .right ul li a:hover {
  color: #D5B59A;
}

section.by-imagicasa.home > .right ul li a:hover:after {
  width: 100%;
}

section.by-imagicasa.home > .right ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  z-index: 1;
}

section.by-imagicasa.home > .right ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #D5B59A;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.trends-promoted,
section.trends-related {
  position: relative;
}

section.trends-promoted li article.trend,
section.trends-related li article.trend {
  min-height: 500px;
  padding: 50px 5%;
}

@media only screen and (min-width: 1200px) {
  section.trends-promoted li article.trend,
  section.trends-related li article.trend {
    padding: 65px;
  }
}

section.trends-promoted .slick-dots,
section.trends-related .slick-dots {
  margin: 20px 0 0;
  position: relative;
  display: flex;
  z-index: 2;
}

section.trends-promoted .slick-dots li,
section.trends-related .slick-dots li {
  outline: none;
  cursor: pointer;
  margin-right: 20px;
}

section.trends-promoted .slick-dots li a,
section.trends-related .slick-dots li a {
  outline: none;
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

section.trends-promoted .slick-dots li a:after,
section.trends-related .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.trends-promoted .slick-dots li:hover a:after,
section.trends-related .slick-dots li:hover a:after {
  opacity: 0.6;
}

section.trends-promoted .slick-dots li.slick-active a,
section.trends-related .slick-dots li.slick-active a {
  font-weight: 500;
}

section.trends-promoted .slick-dots li.slick-active a:after,
section.trends-related .slick-dots li.slick-active a:after {
  opacity: 1;
}

section.promoted-slider {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-top: 120px;
}

@media only screen and (max-width: 1000px) {
  section.promoted-slider {
    padding-top: 0;
  }
}

section.promoted-slider div.slider article.about {
  background-color: #f2dad6;
  display: block;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article.about {
    min-height: 600px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1375px) {
  section.promoted-slider div.slider article.about {
    min-height: 720px;
  }
}

section.promoted-slider div.slider article.about header.about {
  position: relative;
  z-index: 1;
  height: 400px;
  margin: 0 0 0 2.5%;
  width: 97.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article.about header.about {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 80%;
    width: 70%;
  }

  section.promoted-slider div.slider article.about header.about:before {
    display: none;
  }
}

@media only screen and (min-width: 1375px) {
  section.promoted-slider div.slider article.about header.about {
    width: 60%;
    height: 90%;
  }
}

section.promoted-slider div.slider article.about header.about:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #312A2A;
  opacity: 0.1;
}

section.promoted-slider div.slider article.about main.article-body {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 140px 5% 40px;
  transition: padding-left 2s ease;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article.about main.article-body {
    padding: 0 0 100px 60px;
    text-align: left;
  }
}

@media only screen and (min-width: 1375px) {
  section.promoted-slider div.slider article.about main.article-body {
    padding: 0 0 0 60px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.promoted-slider div.slider article.about main.article-body {
    padding: 10% 0 10% 60px;
  }
}

section.promoted-slider div.slider article.about main.article-body h2 {
  margin: 0 0 40px;
  text-align: center;
  max-width: 1000px;
  color: #FFF;
  font-weight: 500;
  opacity: 1;
}

@media only screen and (min-width: 1000px) {
  section.promoted-slider div.slider article.about main.article-body h2 {
    text-align: left;
    width: 60%;
  }
}

@media only screen and (min-width: 1375px) {
  section.promoted-slider div.slider article.about main.article-body h2 {
    width: 100%;
  }
}

.body.about .body-text {
  padding: 5%;
}

@media only screen and (min-width: 1000px) {
  .body.about .body-text {
    padding: 2%;
  }
}

section.see-also--about {
  margin: 5rem 0 0;
}

section.see-also--about h3 {
  line-height: 16px;
  margin: 0 0 15px;
  padding: 0;
}

section.see-also--about .container {
  width: 100%;
  max-width: 100%;
  -ms-overflow-style: none;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

section.see-also--about .container:hover {
  transition: padding 0.8s cubic-bezier(0.8, 0, 0, 1);
}

section.see-also--about .container::-webkit-scrollbar {
  width: 0 !important;
}

section.see-also--about ul.see-also--menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 1000px) {
  section.see-also--about ul.see-also--menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

section.see-also--about ul.see-also--menu li {
  flex: 1 1 32%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 1000px) {
  section.see-also--about ul.see-also--menu li {
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width: 1000px) {
  section.see-also--about ul.see-also--menu li {
    margin: 0 0 2.5% 0;
  }
}

section.see-also--about ul.see-also--menu li:hover main.container {
  padding-bottom: 10px;
}

section.see-also--about ul.see-also--menu li:last-child {
  margin: 0;
}

section.see-also--about ul.see-also--menu li article.see-also {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 50px 40px 20px;
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 1000px) {
  section.see-also--about ul.see-also--menu li article.see-also {
    height: 150px;
  }
}

section.see-also--about ul.see-also--menu li article.see-also li a {
  pointer-events: visible;
}

section.see-also--about ul.see-also--menu li article.see-also:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

section.see-also--about ul.see-also--menu li article.see-also main.container {
  position: relative;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.8, 0, 0, 1);
}

section.see-also--about ul.see-also--menu li article.see-also main.container h4 {
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #FFF;
  letter-spacing: 0.25px;
}

section.see-also--about ul.see-also--menu li:nth-child(1) {
  background-image: url("/images/contact/become-partner.jpg");
}

section.see-also--about ul.see-also--menu li:nth-child(2) {
  background-image: url("/images/about-menu--verkooppunten.jpg");
}

section.see-also--about ul.see-also--menu li:nth-child(3) {
  background-image: url("/images/contact/contact.jpeg");
}

article.magazine.promoted-nav header {
  display: flex;
  align-items: center;
}

article.magazine.promoted-nav header h3,
article.magazine.promoted-nav header h4 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666B70;
  letter-spacing: 0.64px;
  text-align: center;
  margin: 8px 0 15px 0;
}

article.magazine.promoted-nav header .divider {
  margin: 0 10px;
  height: 16px;
  width: 1px;
  background-color: #E8E8E8;
}

article.magazine.promoted-nav main.cover {
  width: 100%;
  padding-bottom: 133%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
}

article.magazine.promoted-nav footer.order {
  margin: 10px 0 0;
}

article.magazine.promoted-nav footer.order a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #000;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

article.magazine.promoted-nav footer.order a:hover {
  background-color: #D5B59A;
}

article.magazine.promoted {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 42vw;
  padding: 0 5%;
}

article.magazine.promoted > video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1000px) {
  article.magazine.promoted > video {
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.promoted {
    background-color: #F7F7F7;
  }
}

@media only screen and (max-width: 1000px) {
  article.magazine.promoted {
    padding: 5% 0;
    background-image: none !important;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  article.magazine.promoted {
    padding: 5% 0 0;
  }
}

article.magazine.promoted header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}

@media only screen and (min-width: 1000px) {
  article.magazine.promoted header {
    justify-content: flex-start;
  }
}

article.magazine.promoted header h3,
article.magazine.promoted header h4 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #3D3D3B;
  letter-spacing: 0.64px;
  text-align: center;
  margin: 0;
}

article.magazine.promoted header .divider {
  margin: 0 10px;
  height: 16px;
  width: 1px;
  background-color: #BCB9B5;
}

article.magazine.promoted main {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

article.magazine.promoted main:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 1000px) {
  article.magazine.promoted main {
    margin: 0;
  }
}

article.magazine.promoted main h2 {
  opacity: 0.9;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 1.6px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  article.magazine.promoted main h2 {
    font-size: 56px;
    line-height: 49px;
  }
}

@media only screen and (min-width: 1000px) {
  article.magazine.promoted main h2 {
    line-height: 84px;
    font-size: 96px;
    text-align: left;
  }
}

article.magazine.promoted footer {
  margin: 20px 0 0;
}

@media only screen and (min-width: 640px) {
  article.magazine.promoted footer {
    margin: 50px 0 0;
  }
}

article.magazine.promoted footer a.small-image-mobile {
  display: block;
  width: 100%;
}

article.magazine.promoted footer a.small-image-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1000px) {
  article.magazine.promoted footer a.small-image-mobile {
    display: none;
  }
}

article.magazine.promoted footer a.small-image {
  display: block;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 50%;
}

@media only screen and (min-width: 1000px) {
  article.magazine.promoted footer a.small-image {
    display: none;
  }
}

article.magazine.promoted footer section.links {
  display: flex;
  justify-content: left;
  margin: -10px 0 0;
}

@media only screen and (max-width: 1000px) {
  article.magazine.promoted footer section.links {
    justify-content: center;
    margin: -10px 10px 0;
  }
}

article.magazine.promoted footer section.links > div {
  width: 90%;
  background-color: #fff;
}

article.magazine.promoted footer section.links > div:last-child {
  margin-left: 1%;
}

@media only screen and (min-width: 640px) {
  article.magazine.promoted footer section.links > div {
    width: 50%;
    max-width: 200px;
    border: none;
  }
}

article.magazine.promoted footer section.links a.shoplink,
article.magazine.promoted footer section.links a.previewlink {
  position: relative;
  display: block;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-transform: uppercase;
  background-color: #141414;
  transition: opacity 0.3s ease;
}

article.magazine.promoted footer section.links a.shoplink span,
article.magazine.promoted footer section.links a.previewlink span {
  position: relative;
  z-index: 2;
}

article.magazine.promoted footer section.links a.shoplink:after,
article.magazine.promoted footer section.links a.previewlink:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

article.magazine.promoted footer section.links a.shoplink:hover:after,
article.magazine.promoted footer section.links a.previewlink:hover:after {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  article.magazine.promoted footer section.links a.shoplink,
  article.magazine.promoted footer section.links a.previewlink {
    margin: 0;
  }
}

main.magazine-page {
  overflow: hidden;
}

header.magazine-header {
  position: relative;
  min-height: 450px;
  background-color: #638DA7;
  padding: 140px 0 0;
  display: block;
}

@media only screen and (min-width: 640px) {
  header.magazine-header {
    padding: 170px 0 0;
    min-height: 640px;
  }
}

@media only screen and (min-width: 1280px) {
  header.magazine-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

header.magazine-header div.left {
  position: absolute;
  top: 100%;
  left: 0;
  right: 50%;
  height: 40vw;
  min-height: 200px;
  flex: 1 1 90%;
  transform: translate(0, -40%);
}

@media only screen and (min-width: 640px) {
  header.magazine-header div.left {
    transform: translate(0, -45%);
  }
}

@media only screen and (min-width: 1000px) {
  header.magazine-header div.left {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1280px) {
  header.magazine-header div.left {
    margin-right: 0;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    flex: 1 1 100%;
    align-self: stretch;
    height: auto;
    transform: none;
  }
}

@media only screen and (min-width: 1280px) {
  header.magazine-header div.left {
    margin-top: 2%;
  }
}

@media only screen and (min-width: 1440px) {
  header.magazine-header div.left {
    margin-top: 0;
  }
}

header.magazine-header div.left > img {
  display: block;
  position: absolute;
}

header.magazine-header div.left > img:nth-child(1) {
  right: 0;
  top: 20%;
  bottom: 0;
  height: 80%;
  z-index: 3;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1000px) {
  header.magazine-header div.left > img:nth-child(1) {
    height: 80%;
  }
}

@media only screen and (min-width: 1300px) {
  header.magazine-header div.left > img:nth-child(1) {
    left: auto;
    bottom: auto;
    right: 0;
    top: 20%;
    height: 80%;
  }
}

header.magazine-header div.left > img:nth-child(2) {
  display: block;
  right: 20%;
  top: 28%;
  height: 80%;
  z-index: 2;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1440px) {
  header.magazine-header div.left > img:nth-child(2) {
    right: 30%;
  }
}

header.magazine-header div.left > img:nth-child(3) {
  display: block;
  right: 45%;
  bottom: 0;
  height: 100%;
  z-index: 1;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1300px) {
  header.magazine-header div.left > img:nth-child(3) {
    display: block;
  }
}

header.magazine-header div.center {
  position: relative;
  z-index: 5;
  flex: 0 0 auto;
  margin: 0 20px 50px;
}

@media only screen and (min-width: 640px) {
  header.magazine-header div.center {
    margin: 0 50px 100px;
  }
}

header.magazine-header div.center h1 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  letter-spacing: 0.25px;
  text-align: center;
  margin: 0 0 15px;
}

header.magazine-header div.center h2 {
  opacity: 1;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  font-size: 32px;
  letter-spacing: 0.6px;
  line-height: 34px;
}

@media only screen and (min-width: 400px) {
  header.magazine-header div.center h2 {
    font-size: 36px;
    letter-spacing: 0.6px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 640px) {
  header.magazine-header div.center h2 {
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1000px) {
  header.magazine-header div.center h2 {
    font-size: 72px;
    letter-spacing: 1.2px;
    line-height: 66px;
  }
}

header.magazine-header div.right {
  position: absolute;
  top: 100%;
  right: 0;
  left: 50%;
  height: 40vw;
  min-height: 200px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 1000px) {
  header.magazine-header div.right {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1280px) {
  header.magazine-header div.right {
    margin-left: 0;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    flex: 1 1 100%;
    align-self: stretch;
    height: auto;
    transform: none;
  }
}

@media only screen and (min-width: 1280px) {
  header.magazine-header div.right {
    margin-top: 2%;
  }
}

@media only screen and (min-width: 1440px) {
  header.magazine-header div.right {
    margin-top: 0;
  }
}

header.magazine-header div.right > img {
  display: block;
  position: absolute;
}

header.magazine-header div.right > img:nth-child(1) {
  left: 0;
  top: 20%;
  bottom: 0;
  height: 80%;
  z-index: 3;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1000px) {
  header.magazine-header div.right > img:nth-child(1) {
    height: 80%;
  }
}

@media only screen and (min-width: 1300px) {
  header.magazine-header div.right > img:nth-child(1) {
    right: auto;
    bottom: auto;
    left: 0;
    top: 20%;
    height: 80%;
  }
}

header.magazine-header div.right > img:nth-child(2) {
  display: block;
  left: 20%;
  top: 28%;
  height: 80%;
  z-index: 2;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1440px) {
  header.magazine-header div.right > img:nth-child(2) {
    left: 30%;
  }
}

header.magazine-header div.right > img:nth-child(3) {
  display: block;
  left: 45%;
  bottom: 0;
  height: 100%;
  z-index: 1;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1300px) {
  header.magazine-header div.right > img:nth-child(3) {
    display: block;
  }
}

main.main-content section.header-require {
  background-color: #C5C5C5;
  height: 574px;
}

main.main-content section.header-require article.header-container {
  margin: 4rem 4rem;
  padding-top: 7rem;
  max-width: 100%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin: 0 4rem 4rem;
}

@media only screen and (max-width: 960px) {
  main.main-content section.header-require article.header-container {
    display: block;
    margin: 0 2rem 4rem 2rem;
  }
}

main.main-content section.header-require article.header-container .page-title h1 {
  margin-top: 0;
}

@media only screen and (max-width: 560px) {
  main.main-content section.header-require article.header-container .page-title h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 960px) {
  main.main-content section.header-require article.header-container .right {
    width: 80%;
  }
}

@media only screen and (max-width: 560px) {
  main.main-content section.header-require article.header-container .right {
    width: 100%;
  }
}

main.main-content section.header-require article.header-container .right ul.main {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

@media only screen and (max-width: 960px) {
  main.main-content section.header-require article.header-container .right ul.main {
    text-align: left;
  }
}

main.main-content section.header-require article.header-container .right ul.main li a {
  position: relative;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: black;
  opacity: 0.7;
  letter-spacing: 0.5px;
  padding: 15px 0;
  transition: color 0.4s ease;
}

main.main-content section.header-require article.header-container .right ul.main li a:hover {
  color: #FFF;
}

main.main-content section.header-require article.header-container .right ul.main li a:hover:after {
  width: 100%;
}

main.main-content section.header-require article.header-container .right ul.main li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  z-index: 1;
}

main.main-content section.header-require article.header-container .right ul.main li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #FFF;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

main.main-content .privacy {
  background-color: #FCFCFC;
  padding: 2rem 0;
}

main.main-content section.block .container {
  display: flex;
  margin: 4rem 4rem;
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4rem 4rem;
}

@media only screen and (max-width: 560px) {
  main.main-content section.block .container {
    margin: 4rem 2rem;
  }
}

main.main-content section.block .container p {
  opacity: 0.5;
}

main.main-content section.block .container .left {
  width: 20%;
  margin: 0 4rem 4rem 0;
}

@media only screen and (max-width: 960px) {
  main.main-content section.block .container .left {
    width: 100%;
    margin: 0 0 4rem 0;
  }
}

main.main-content section.block .container .left h4 {
  font-weight: 400;
  padding-top: 7rem;
  margin-top: -7rem;
}

main.main-content section.block .container .right {
  max-width: 75%;
}

@media only screen and (max-width: 960px) {
  main.main-content section.block .container .right {
    max-width: 100%;
  }
}

main.main-content section.block .container .right h5 {
  margin-top: 4rem;
}

main.main-content section.block .container .right h5:after {
  content: "";
  display: inline-block;
  width: 25%;
  height: 100%;
  margin-right: -100%;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: middle;
  margin-left: 2rem;
}

main.main-content section.block .container .right h5:first-child {
  margin-top: 0;
}

main.main-content section.block .container .right h6 {
  font-size: 12px;
}

main.main-content section.block .container .right ul {
  padding-left: 2rem;
}

main.main-content section.block .container .right ul li {
  list-style-type: disc;
  opacity: 0.5;
}

section.search-header {
  background-color: #D5B59A;
  min-height: 375px;
  padding: 170px 5% 100px;
  margin: 0 0 -10px;
  display: flex;
  justify-content: space-between;
}

section.search-header .left {
  flex: 0 0 auto;
}

section.search-header .left h1 {
  margin: 0;
}

section.search-header .left h1.small {
  font-size: 21px;
  margin-bottom: 5px;
}

section.search-header .left h2 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #FFFFFF;
  letter-spacing: 0;
}

section.search-header .right {
  flex: 1 1 auto;
  max-width: 500px;
}

section.search-header .right ul.filters {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

section.search-header .right ul.filters li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: "Orphicasa", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #4B4B4B;
  letter-spacing: 0.5px;
  padding: 15px 0;
  transition: color 0.4s ease;
}

section.search-header .right ul.filters li a span.count {
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  opacity: 0.2;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.96px;
  margin: 0 0 0 6px;
  transition: color 0.3s ease, opacity 0.3s ease;
}

section.search-header .right ul.filters li a:hover,
section.search-header .right ul.filters li a.active {
  color: #FFF;
}

section.search-header .right ul.filters li a:hover span.count,
section.search-header .right ul.filters li a.active span.count {
  color: #FFF;
  opacity: 1;
}

section.search-header .right ul.filters li a:hover:after,
section.search-header .right ul.filters li a.active:after {
  width: 100%;
}

section.search-header .right ul.filters li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}

section.search-header .right ul.filters li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #FFFF;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.search-overview {
  background-color: #F9F9F6;
  width: 100%;
  padding: 5%;
}

section.search-overview > p {
  width: 100%;
  text-align: center;
}

section.search-overview .container p.count {
  margin: 0 0 15px;
  opacity: 0.9;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #111820;
  letter-spacing: 0.75px;
}

section.search-overview .container div.overview > ul {
  display: flex;
  flex-wrap: wrap;
}

section.search-overview .container div.overview > ul > li {
  display: none;
  flex: 1 1 33%;
  margin: 0 20px 20px 0;
}

section.search-overview .container div.overview > ul > li.show {
  display: block;
}

section.search-overview .container div.overview > ul > li > article.story.teaser,
section.search-overview .container div.overview > ul > li > article.interview.slide,
section.search-overview .container div.overview > ul > li > article.partner.teaser {
  height: 100%;
}

section.search-overview .container div.overview > ul > li > article.story.teaser:before,
section.search-overview .container div.overview > ul > li > article.story.teaser:after,
section.search-overview .container div.overview > ul > li > article.interview.slide:before,
section.search-overview .container div.overview > ul > li > article.interview.slide:after,
section.search-overview .container div.overview > ul > li > article.partner.teaser:before,
section.search-overview .container div.overview > ul > li > article.partner.teaser:after {
  display: none;
}

section.search-overview .container div.overview > ul > li > article.story.teaser > a,
section.search-overview .container div.overview > ul > li > article.interview.slide > a,
section.search-overview .container div.overview > ul > li > article.partner.teaser > a {
  width: 460px;
  min-width: 100%;
  height: 100%;
  min-height: 300px;
}

section.search-overview .container div.overview div.load-more {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  transition: opacity 0.3s ease;
}

section.search-overview .container div.overview div.load-more:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.search-overview .container div.overview div.load-more.hide {
  opacity: 0;
  pointer-events: none;
}

section.search-overview .container div.overview div.load-more:hover:after {
  width: 100%;
}

section.search-overview .container div.overview div.load-more p {
  opacity: 1;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

section.search-overview .container div.overview div.load-more p span {
  opacity: 0.5;
}

section.category-header.stories-header {
  background-color: #E8B9A5;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 -230px;
}

@media only screen and (min-width: 769px) {
  section.category-header.stories-header {
    padding-right: 5%;
  }
}

section.category-header.stories-header h1,
section.category-header.stories-header h2 {
  padding-left: 5vw;
}

section.category-header.stories-header + section.stories-overview {
  padding-top: calc(5% + 230px);
}

section.category-header.stories-header .left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 auto;
}

section.category-header.stories-header .left .slider,
section.category-header.stories-header .left .no-slider {
  width: 100%;
  display: none;
  margin: 30px 0 0;
}

@media only screen and (min-width: 769px) {
  section.category-header.stories-header .left .slider,
  section.category-header.stories-header .left .no-slider {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  section.category-header.stories-header .left .slider.mobile,
  section.category-header.stories-header .left .no-slider.mobile {
    display: none;
  }
}

section.category-header.stories-header .left .slider div.more,
section.category-header.stories-header .left .no-slider div.more {
  margin-top: 25px;
  padding: 0 0 0 5vw;
}

section.category-header.stories-header .left .slider div.more a,
section.category-header.stories-header .left .no-slider div.more a {
  color: #FFF;
}

section.category-header.stories-header .left .slider .slick-dots,
section.category-header.stories-header .left .no-slider .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 30px;
}

section.category-header.stories-header .left .slider .slick-dots li,
section.category-header.stories-header .left .no-slider .slick-dots li {
  cursor: pointer;
  margin-bottom: 10px;
}

section.category-header.stories-header .left .slider .slick-dots li a,
section.category-header.stories-header .left .no-slider .slick-dots li a {
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

section.category-header.stories-header .left .slider .slick-dots li a:after,
section.category-header.stories-header .left .no-slider .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.category-header.stories-header .left .slider .slick-dots li:hover a:after,
section.category-header.stories-header .left .no-slider .slick-dots li:hover a:after {
  opacity: 0.6;
}

section.category-header.stories-header .left .slider .slick-dots li.slick-active a,
section.category-header.stories-header .left .no-slider .slick-dots li.slick-active a {
  font-weight: 500;
}

section.category-header.stories-header .left .slider .slick-dots li.slick-active a:after,
section.category-header.stories-header .left .no-slider .slick-dots li.slick-active a:after {
  opacity: 1;
}

section.category-header.stories-header .left .slider ul li article.story.slide a,
section.category-header.stories-header .left .no-slider ul li article.story.slide a {
  min-height: 575px;
}

@media only screen and (min-width: 1960px) {
  section.category-header.stories-header .left .slider ul li article.story.slide a,
  section.category-header.stories-header .left .no-slider ul li article.story.slide a {
    min-height: 750px;
  }
}

section.category-header.stories-header .right {
  margin-left: 20px;
  max-width: none;
}

@media only screen and (min-width: 769px) {
  section.category-header.stories-header .right {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1100px) {
  section.category-header.stories-header .right {
    margin-left: 5vw;
  }
}

@media only screen and (min-width: 1960px) {
  section.category-header.stories-header .right {
    max-width: 700px;
  }
}

section.category-header.stories-header .right .most-recent {
  margin: 70px 0 0;
  display: none;
  min-height: 250px;
}

@media only screen and (min-width: 769px) {
  section.category-header.stories-header .right .most-recent {
    display: block;
    visibility: visible;
  }
}

section.category-header.stories-header .right .most-recent article.story.teaser a {
  width: 100%;
  height: 250px;
}

@media only screen and (min-width: 1960px) {
  section.category-header.stories-header .right .most-recent article.story.teaser a {
    min-height: 350px;
  }
}

section.category-header.stories-header .right .slider,
section.category-header.stories-header .right .no-slider {
  width: 100%;
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  section.category-header.stories-header .right .slider,
  section.category-header.stories-header .right .no-slider {
    display: none;
  }
}

section.category-header.stories-header .right .slider div.more,
section.category-header.stories-header .right .no-slider div.more {
  margin-top: 25px;
  padding: 0 0 0 5vw;
}

section.category-header.stories-header .right .slider div.more a,
section.category-header.stories-header .right .no-slider div.more a {
  color: #FFF;
}

section.category-header.stories-header .right .slider .slick-dots,
section.category-header.stories-header .right .no-slider .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 30px;
}

section.category-header.stories-header .right .slider .slick-dots li,
section.category-header.stories-header .right .no-slider .slick-dots li {
  cursor: pointer;
  margin-bottom: 10px;
}

section.category-header.stories-header .right .slider .slick-dots li a,
section.category-header.stories-header .right .no-slider .slick-dots li a {
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

section.category-header.stories-header .right .slider .slick-dots li a:after,
section.category-header.stories-header .right .no-slider .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.category-header.stories-header .right .slider .slick-dots li:hover a:after,
section.category-header.stories-header .right .no-slider .slick-dots li:hover a:after {
  opacity: 0.6;
}

section.category-header.stories-header .right .slider .slick-dots li.slick-active a,
section.category-header.stories-header .right .no-slider .slick-dots li.slick-active a {
  font-weight: 500;
}

section.category-header.stories-header .right .slider .slick-dots li.slick-active a:after,
section.category-header.stories-header .right .no-slider .slick-dots li.slick-active a:after {
  opacity: 1;
}

section.category-header.stories-header .right .slider ul li article.story.slide a,
section.category-header.stories-header .right .no-slider ul li article.story.slide a {
  min-height: 375px;
}

section.stories-promoted > .container {
  margin: 10px 0 0;
  position: relative;
  min-height: 840px;
  background-color: #FFF;
  display: flex;
}

@media only screen and (max-width: 960px) {
  section.stories-promoted > .container {
    display: block;
  }
}

section.stories-promoted > .container div.slider {
  flex: 0 0 auto;
  width: 55%;
  margin: -10px 0 0;
  position: relative;
}

@media only screen and (max-width: 960px) {
  section.stories-promoted > .container div.slider {
    width: 97.5%;
    margin-left: 2.5%;
  }
}

section.stories-promoted > .container div.slider div.more {
  margin-top: 25px;
  padding: 0 0 0 5vw;
}

section.stories-promoted > .container div.slider div.more a {
  color: #FFF;
}

section.stories-promoted > .container div.slider .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 30px;
}

section.stories-promoted > .container div.slider .slick-dots li {
  cursor: pointer;
  margin-bottom: 10px;
}

section.stories-promoted > .container div.slider .slick-dots li a {
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

section.stories-promoted > .container div.slider .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.stories-promoted > .container div.slider .slick-dots li:hover a:after {
  opacity: 0.6;
}

section.stories-promoted > .container div.slider .slick-dots li.slick-active a {
  font-weight: 500;
}

section.stories-promoted > .container div.slider .slick-dots li.slick-active a:after {
  opacity: 1;
}

section.stories-promoted > .container div.slider ul li article.story.slide a {
  min-height: 350px;
}

@media only screen and (min-width: 640px) {
  section.stories-promoted > .container div.slider ul li article.story.slide a {
    min-height: 475px;
  }
}

@media only screen and (min-width: 1000px) {
  section.stories-promoted > .container div.slider ul li article.story.slide a {
    min-height: 575px;
  }
}

section.stories-promoted > .container div.most-recent {
  flex: 0 0 auto;
  width: 45%;
}

@media only screen and (max-width: 960px) {
  section.stories-promoted > .container div.most-recent {
    width: 100%;
  }
}

section.stories-promoted > .container div.most-recent > ul {
  width: 80%;
  margin: 0 auto 50px;
}

section.stories-promoted > .container div.most-recent > ul > li {
  margin: 50px 0 0;
}

section.stories-overview {
  background-color: #F9F9F6;
  width: 100%;
  padding: 5%;
}

section.stories-overview .container p.count {
  margin: 0 0 15px;
  opacity: 0.9;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #111820;
  letter-spacing: 0.75px;
}

@media only screen and (min-width: 768px) {
  section.stories-overview .container p.count {
    margin: 0 0 15px 10px;
  }
}

section.stories-overview .container div.overview > ul {
  display: flex;
  flex-wrap: wrap;
}

section.stories-overview .container div.overview > ul > li {
  display: none;
  flex: 1 1 100%;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  section.stories-overview .container div.overview > ul > li {
    flex: 1 1 49%;
    margin: 0 10px 20px;
  }
}

@media only screen and (min-width: 1024px) {
  section.stories-overview .container div.overview > ul > li {
    flex: 1 1 32%;
  }
}

section.stories-overview .container div.overview > ul > li.show {
  display: block;
}

section.stories-overview .container div.overview > ul > li > article.story.teaser {
  height: 100%;
}

section.stories-overview .container div.overview > ul > li > article.story.teaser > a {
  height: 100%;
  width: 100%;
  min-height: 300px;
}

section.stories-overview .container div.overview div.load-more {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  transition: opacity 0.3s ease;
}

section.stories-overview .container div.overview div.load-more:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.stories-overview .container div.overview div.load-more.hide {
  opacity: 0;
  pointer-events: none;
}

section.stories-overview .container div.overview div.load-more:hover:after {
  width: 100%;
}

section.stories-overview .container div.overview div.load-more p {
  opacity: 1;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

section.stories-overview .container div.overview div.load-more p span {
  opacity: 0.5;
}

section.stories-mailbox {
  display: flex;
  margin: 0;
  padding: 5%;
  background-color: #E8B9A5;
}

@media only screen and (max-width: 1440px) {
  section.stories-mailbox {
    flex-direction: column-reverse;
  }
}

section.stories-mailbox aside {
  flex: 0 0 auto;
  width: 35%;
}

@media only screen and (max-width: 1440px) {
  section.stories-mailbox aside {
    width: 100%;
    justify-content: center;
    padding: 5% 0 0 0;
  }
}

section.stories-mailbox aside h3 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #000000;
  letter-spacing: 1.2px;
  line-height: 66px;
}

@media only screen and (max-width: 1440px) {
  section.stories-mailbox aside h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 960px) {
  section.stories-mailbox aside h3 {
    font-size: 50px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 425px) {
  section.stories-mailbox aside h3 {
    font-size: 35px;
    line-height: 38px;
  }
}

section.stories-mailbox aside .newsletter {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  section.stories-mailbox aside .newsletter {
    justify-content: center;
    margin: 2rem 0;
  }
}

section.stories-mailbox aside .newsletter p {
  opacity: 1;
  font-weight: 700;
  color: #FFF;
  width: 100%;
  max-width: 385px;
}

@media only screen and (max-width: 1440px) {
  section.stories-mailbox aside .newsletter p {
    max-width: none;
    text-align: center;
  }
}

section.stories-mailbox aside .newsletter form {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  section.stories-mailbox aside .newsletter form {
    justify-content: center;
  }
}

section.stories-mailbox aside .newsletter form .input-newsletter,
section.stories-mailbox aside .newsletter form .submit-button {
  display: inline-block;
  height: 65px;
}

section.stories-mailbox aside .newsletter form .input-newsletter {
  width: 55%;
  padding: 10px 30px;
  font-size: 15px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #FFF;
}

@media only screen and (max-width: 425px) {
  section.stories-mailbox aside .newsletter form .input-newsletter {
    width: 100%;
  }
}

section.stories-mailbox aside .newsletter form .input-newsletter::-webkit-input-placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.stories-mailbox aside .newsletter form .input-newsletter::-moz-placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.stories-mailbox aside .newsletter form .input-newsletter:-ms-input-placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.stories-mailbox aside .newsletter form .input-newsletter::-ms-input-placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.stories-mailbox aside .newsletter form .input-newsletter::placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.stories-mailbox aside .newsletter form .submit-button {
  cursor: pointer;
  background-image: url(/images/icons/arrows/submit-arrow-right--greyer.svg);
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
  padding: 10px 32px;
  border: none;
  transition: background-color 0.3s ease;
}

section.stories-mailbox aside .newsletter form .submit-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

section.stories-mailbox main.container {
  margin: calc(-20px - 5%) 0 0;
  flex: 0 0 auto;
  width: 65%;
  text-align: right;
}

@media only screen and (max-width: 1440px) {
  section.stories-mailbox main.container {
    width: 100%;
  }
}

section.stories-mailbox main.container section.images {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  section.stories-mailbox main.container section.images {
    justify-content: center;
    display: flex;
  }
}

section.stories-mailbox main.container section.images div {
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 280px;
  height: 380px;
}

@media only screen and (max-width: 960px) {
  section.stories-mailbox main.container section.images div {
    width: 180px;
    height: 280px;
  }
}

@media only screen and (max-width: 425px) {
  section.stories-mailbox main.container section.images div {
    width: 150px;
    height: 250px;
  }
}

@media only screen and (max-width: 350px) {
  section.stories-mailbox main.container section.images div {
    width: 120px;
    height: 200px;
  }
}

section.stories-mailbox main.container section.images div:nth-child(even) {
  height: 280px;
  width: 280px;
  margin: 0 25px;
  border-radius: 50%;
}

@media only screen and (max-width: 960px) {
  section.stories-mailbox main.container section.images div:nth-child(even) {
    height: 180px;
    width: 180px;
  }
}

@media only screen and (max-width: 425px) {
  section.stories-mailbox main.container section.images div:nth-child(even) {
    height: 150px;
    width: 150px;
  }
}

section.stories-mailbox main.container section.images div.left {
  background-image: url(/images/mailbox/left-mailbox.png);
}

section.stories-mailbox main.container section.images div.mid {
  background-image: url(/images/mailbox/mid-mailbox.png);
}

@media only screen and (max-width: 768px) {
  section.stories-mailbox main.container section.images div.mid {
    margin-right: 0;
  }
}

section.stories-mailbox main.container section.images div.right {
  background-image: url(/images/mailbox/right-mailbox.png);
}

@media only screen and (max-width: 768px) {
  section.stories-mailbox main.container section.images div.right {
    display: none;
    margin-right: 0;
  }
}

section.stories-mailbox main.container a.call-to-action,
section.stories-mailbox article.trend.large main.container aside:first-child a,
article.trend.large section.stories-mailbox main.container aside:first-child a {
  margin-top: 25px;
  color: #FFF;
}

:root {
  --story-color: #D5B59A;
}

section.story-detail {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  section.story-detail {
    padding-top: 120px;
  }
}

section.story-detail header.img {
  position: relative;
  z-index: 1;
  height: 400px;
  margin: 0 0 0 2.5%;
  width: 97.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
}

section.story-detail header.img:before {
  content: "";
  position: absolute;
  left: -2.5%;
  width: 2.5%;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #fff;
}

@media only screen and (min-width: 1000px) {
  section.story-detail header.img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 80%;
    width: 70%;
  }

  section.story-detail header.img:before {
    display: none;
  }
}

@media only screen and (min-width: 1375px) {
  section.story-detail header.img {
    height: 90%;
  }
}

section.story-detail header.img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #312A2A;
  opacity: 0.1;
}

section.story-detail div.slider article .wrapper {
  display: block;
}

@media only screen and (min-width: 1000px) {
  section.story-detail div.slider article .wrapper {
    min-height: 600px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1375px) {
  section.story-detail div.slider article .wrapper {
    min-height: 720px;
  }
}

section.story-detail div.slider article .wrapper header.img {
  position: relative;
  z-index: 1;
  height: 400px;
  margin: 0 0 0 2.5%;
  width: 97.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
}

section.story-detail div.slider article .wrapper header.img:before {
  content: "";
  position: absolute;
  left: -2.5%;
  width: 2.5%;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #fff;
}

@media only screen and (min-width: 1000px) {
  section.story-detail div.slider article .wrapper header.img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 80%;
    width: 70%;
  }

  section.story-detail div.slider article .wrapper header.img:before {
    display: none;
  }
}

@media only screen and (min-width: 1375px) {
  section.story-detail div.slider article .wrapper header.img {
    width: 60%;
    height: 90%;
  }
}

section.story-detail div.slider article .wrapper header.img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #312A2A;
  opacity: 0.1;
}

section.story-detail div.slider article .wrapper main.article-body {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 140px 5% 40px;
  transition: padding-left 2s ease;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  section.story-detail div.slider article .wrapper main.article-body {
    padding: 0 0 100px 60px;
    text-align: left;
  }
}

@media only screen and (min-width: 1375px) {
  section.story-detail div.slider article .wrapper main.article-body {
    padding: 0 0 0 60px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.story-detail div.slider article .wrapper main.article-body {
    padding: 10% 0 10% 60px;
  }
}

section.story-detail div.slider article .wrapper main.article-body ul.cats {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 1000px) {
  section.story-detail div.slider article .wrapper main.article-body ul.cats {
    justify-content: flex-start;
  }
}

section.story-detail div.slider article .wrapper main.article-body ul.cats li {
  display: flex;
  align-items: center;
}

section.story-detail div.slider article .wrapper main.article-body ul.cats li svg {
  display: block;
  margin-right: 10px;
}

section.story-detail div.slider article .wrapper main.article-body ul.cats li span {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.25px;
}

section.story-detail div.slider article .wrapper main.article-body ul.cats li + li {
  margin-left: 10px;
}

section.story-detail div.slider article .wrapper main.article-body h2 {
  margin: 0 0 40px;
  text-align: center;
  max-width: 1000px;
  color: white;
  font-weight: 500;
}

@media only screen and (min-width: 1000px) {
  section.story-detail div.slider article .wrapper main.article-body h2 {
    text-align: left;
    width: 60%;
  }
}

@media only screen and (min-width: 1375px) {
  section.story-detail div.slider article .wrapper main.article-body h2 {
    width: 100%;
  }
}

section.story-detail div.slider article .wrapper main.article-body h2 a {
  color: white;
  font-weight: 500;
  opacity: 1;
}

section.story-detail div.slider article .wrapper .copyright {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 10% auto 0;
}

@media only screen and (min-width: 640px) {
  section.story-detail div.slider article .wrapper .copyright {
    max-width: 70%;
  }
}

@media only screen and (min-width: 1000px) {
  section.story-detail div.slider article .wrapper .copyright {
    margin: 10% 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  section.story-detail div.slider article .wrapper .copyright {
    max-width: 32vw;
  }
}

section.story-detail div.slider article .wrapper .copyright .foto,
section.story-detail div.slider article .wrapper .copyright .article {
  display: block;
  flex: 0 0 auto;
  font-family: "Apercu", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #4B5151;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}

section.story-detail div.slider article .wrapper .copyright .foto span,
section.story-detail div.slider article .wrapper .copyright .article span {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1375px) {
  section.story-detail div.slider article .wrapper .copyright .foto span,
  section.story-detail div.slider article .wrapper .copyright .article span {
    text-align: left;
  }
}

@media only screen and (min-width: 500px) {
  section.story-detail div.slider article .wrapper .copyright .foto,
  section.story-detail div.slider article .wrapper .copyright .article {
    text-align: center;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1375px) {
  section.story-detail div.slider article .wrapper .copyright .foto,
  section.story-detail div.slider article .wrapper .copyright .article {
    display: block;
    text-align: left;
  }
}

@media only screen and (max-width: 1000px) {
  section.story-detail div.slider article .wrapper .copyright .foto,
  section.story-detail div.slider article .wrapper .copyright .article {
    text-align: center;
    display: flex;
    align-items: center;
  }
}

section.story-detail div.slider article .wrapper .copyright .foto span:last-child,
section.story-detail div.slider article .wrapper .copyright .article span:last-child {
  flex: 0 0 auto;
  color: #111820;
}

section.story-detail div.slider article .wrapper .copyright .divider {
  flex: 1 1 100%;
  height: 1px;
  background-color: #d8d8d8;
  margin: 0 10px;
  display: none;
}

@media only screen and (min-width: 500px) {
  section.story-detail div.slider article .wrapper .copyright .divider {
    display: block;
  }
}

@media only screen and (max-width: 1375px) {
  section.story-detail div.slider article .wrapper .copyright .divider {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  section.story-detail div.slider article .wrapper .copyright .divider {
    display: block;
  }
}

section.body-content {
  margin: 5% 0 0 5%;
  position: relative;
}

@media only screen and (min-width: 960px) {
  section.body-content {
    display: flex;
  }
}

section.body-content > .block.share {
  display: block;
  margin: 0 5% 30px 0;
}

@media only screen and (min-width: 960px) {
  section.body-content > .block.share {
    display: none;
  }
}

section.body-content > .block.share:last-of-type {
  margin: 30px 5% 75px 0;
}

section.body-content .vertical-btn {
  position: absolute;
  top: 0;
  transition: 0.4s ease;
}

section.body-content .vertical-btn:hover {
  background-color: var(--interview-color);
  transition: 0.4s ease;
}

@media only screen and (max-width: 1000px) {
  section.body-content .vertical-btn {
    display: none;
  }
}

section.body-content h2.subtitle {
  display: flex;
  align-items: center;
  font-size: 12.5px;
  line-height: 25px;
}

section.body-content h2.subtitle:after {
  content: "";
  height: 1px;
  color: #111820;
  background-color: #d8d8d8;
  width: 100%;
  margin: 0 0 0 5%;
  opacity: 0.8;
}

section.body-content aside.story-info {
  flex: 0 0 25%;
  margin: 0 10% 50px 0;
}

@media only screen and (max-width: 960px) {
  section.body-content aside.story-info {
    display: none;
  }
}

section.body-content aside.story-info h2 {
  color: #111820;
}

section.body-content aside.story-info .block {
  margin: 0 0 4rem 0;
}

section.body-content aside.story-info .block p > span:nth-child(2) {
  color: var(--interview-color);
  text-transform: uppercase;
  font-size: 13px;
}

section.body-content aside.story-info .block.phedra .quote {
  position: relative;
  display: flex;
  padding: 30px 30px 90px;
  opacity: 1;
  color: #484848;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 26px;
  background: rgba(229, 220, 227, 0.2) !important;
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
}

section.body-content aside.story-info .block.phedra .quote:before {
  flex: 0 0 auto;
  display: block;
  content: "\201C";
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 34.5px;
}

section.body-content aside.story-info .block.phedra .quote:after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-image: url(/images/pheadra.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 60px);
  bottom: -60px;
}

section.body-content article.body {
  flex: 0 0 70%;
}

section.body-content article.body-text {
  margin-bottom: 50px;
}

@media only screen and (min-width: 769px) {
  section.body-content article.body-text {
    margin-right: 86px;
  }
}

.sliderwrapper.story-slider {
  min-height: 180px;
  position: relative;
  width: 90% !important;
  background-color: #F7F7F7;
  margin: 4rem auto;
}

@media only screen and (min-width: 640px) {
  .sliderwrapper.story-slider {
    min-height: 200px;
  }
}

@media only screen and (max-width: 1000px) {
  .sliderwrapper.story-slider {
    margin: 4rem auto 0 auto;
    width: 95% !important;
  }
}

.sliderwrapper.story-slider .images-slider {
  width: 100%;
  height: 100%;
  min-height: 60vw;
}

@media only screen and (min-width: 640px) {
  .sliderwrapper.story-slider .images-slider {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1000px) {
  .sliderwrapper.story-slider .images-slider {
    min-height: 550px;
  }
}

.sliderwrapper.story-slider .images-slider .slick-list,
.sliderwrapper.story-slider .images-slider .slick-track {
  height: 100%;
}

.sliderwrapper.story-slider .images-slider .slide {
  outline: none;
  position: relative;
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  min-height: 60vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 640px) {
  .sliderwrapper.story-slider .images-slider .slide {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1000px) {
  .sliderwrapper.story-slider .images-slider .slide {
    background-position: center;
    min-height: 550px;
  }
}

.sliderwrapper.story-slider .images-slider .slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
}

.sliderwrapper.story-slider div.arrow-left {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  left: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  transition: right 0.6s ease;
}

.sliderwrapper.story-slider div.arrow-right {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: right 0.6s ease;
}

section.by-imagicasa.story {
  display: flex;
  padding: 0 5%;
  height: 500px;
}

@media only screen and (max-width: 1000px) {
  section.by-imagicasa.story {
    height: auto;
    flex-direction: column;
    padding: 0;
    margin: 20% 0 0 0;
  }
}

section.by-imagicasa.story > .left {
  margin: -4rem 50px 0 0;
  flex: 0 1 auto;
  width: 40%;
}

@media only screen and (max-width: 1000px) {
  section.by-imagicasa.story > .left {
    width: 97.5%;
    margin: -4rem 0 0 2.5%;
  }
}

section.by-imagicasa.story > .right {
  flex: 1 1 auto;
  margin: 3rem 0 0 0;
}

@media only screen and (max-width: 1000px) {
  section.by-imagicasa.story > .right {
    width: 100%;
    max-width: none;
    padding: 0 5% 5% 5%;
  }
}

section.by-imagicasa.story > .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  section.by-imagicasa.story > .right ul {
    text-align: center;
  }
}

section.by-imagicasa.story > .right ul li a {
  position: relative;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #000;
  letter-spacing: 0.5px;
  padding: 15px 0;
  transition: color 0.4s ease;
}

section.by-imagicasa.story > .right ul li a:hover {
  color: #FFF;
}

section.by-imagicasa.story > .right ul li a:hover:after {
  width: 100%;
}

section.by-imagicasa.story > .right ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  z-index: 1;
}

section.by-imagicasa.story > .right ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.by-imagicasa.story article.teaser a {
  height: 400px;
}

section.category-header.events-header {
  background-color: #E6C9B0;
}

section.category-header.events-header h2 {
  line-height: 65px;
}

section.events-mailbox {
  display: flex;
  padding: 5%;
  background-color: #E6C9B0;
}

@media only screen and (max-width: 1440px) {
  section.events-mailbox {
    flex-direction: column-reverse;
  }
}

section.events-mailbox aside {
  flex: 0 0 auto;
  width: 35%;
}

@media only screen and (max-width: 1440px) {
  section.events-mailbox aside {
    width: 100%;
    justify-content: center;
    padding: 5% 0 0 0;
  }
}

section.events-mailbox aside h3 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #000000;
  letter-spacing: 1.2px;
  line-height: 66px;
}

@media only screen and (max-width: 1440px) {
  section.events-mailbox aside h3 {
    text-align: center;
    font-size: 50px;
  }
}

section.events-mailbox aside .newsletter {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  section.events-mailbox aside .newsletter {
    justify-content: center;
    margin: 2rem 0;
  }
}

section.events-mailbox aside .newsletter p {
  opacity: 1;
  font-weight: 700;
  color: #FFF;
}

@media only screen and (max-width: 1440px) {
  section.events-mailbox aside .newsletter p {
    max-width: none;
    text-align: center;
  }
}

section.events-mailbox aside .newsletter form {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  section.events-mailbox aside .newsletter form {
    justify-content: center;
  }
}

section.events-mailbox aside .newsletter form .input-newsletter,
section.events-mailbox aside .newsletter form .submit-button {
  display: inline-block;
  height: 65px;
}

section.events-mailbox aside .newsletter form .input-newsletter {
  flex: 1 1 100%;
  max-width: 300px;
  padding: 10px 30px;
  font-size: 15px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  section.events-mailbox aside .newsletter form .input-newsletter {
    width: 80%;
  }
}

section.events-mailbox aside .newsletter form .input-newsletter::-webkit-input-placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.events-mailbox aside .newsletter form .input-newsletter::-moz-placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.events-mailbox aside .newsletter form .input-newsletter:-ms-input-placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.events-mailbox aside .newsletter form .input-newsletter::-ms-input-placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.events-mailbox aside .newsletter form .input-newsletter::placeholder {
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
}

section.events-mailbox aside .newsletter form .submit-button {
  flex: 0 0 auto;
  cursor: pointer;
  background-image: url(/images/icons/arrows/submit-arrow-right--greyer.svg);
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
  padding: 10px 32px;
  border: none;
  transition: background-color 0.3s ease;
}

section.events-mailbox aside .newsletter form .submit-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

section.events-mailbox main.container {
  margin: calc(-20px - 5%) 0 0;
  flex: 0 0 auto;
  width: 65%;
  text-align: right;
}

@media only screen and (max-width: 1440px) {
  section.events-mailbox main.container {
    width: 100%;
  }
}

section.events-mailbox main.container section.images {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  section.events-mailbox main.container section.images {
    justify-content: center;
    display: flex;
  }
}

section.events-mailbox main.container section.images div {
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 280px;
  height: 380px;
}

@media only screen and (max-width: 960px) {
  section.events-mailbox main.container section.images div {
    width: 180px;
    height: 280px;
  }
}

@media only screen and (max-width: 425px) {
  section.events-mailbox main.container section.images div {
    width: 150px;
    height: 250px;
  }
}

@media only screen and (max-width: 350px) {
  section.events-mailbox main.container section.images div {
    width: 120px;
    height: 200px;
  }
}

section.events-mailbox main.container section.images div:nth-child(even) {
  height: 280px;
  margin: 0 25px;
  border-radius: 50%;
}

@media only screen and (max-width: 960px) {
  section.events-mailbox main.container section.images div:nth-child(even) {
    height: 180px;
  }
}

@media only screen and (max-width: 425px) {
  section.events-mailbox main.container section.images div:nth-child(even) {
    height: 150px;
  }
}

section.events-mailbox main.container section.images div.left {
  background-image: url(/images/mailbox/left-mailbox-event.png);
}

section.events-mailbox main.container section.images div.mid {
  background-image: url(/images/mailbox/mid-mailbox-event.png);
}

@media only screen and (max-width: 768px) {
  section.events-mailbox main.container section.images div.mid {
    margin-right: 0;
  }
}

section.events-mailbox main.container section.images div.right {
  background-image: url(/images/mailbox/right-mailbox-event.png);
}

@media only screen and (max-width: 768px) {
  section.events-mailbox main.container section.images div.right {
    display: none;
    margin-right: 0;
  }
}

section.events-mailbox main.container a.call-to-action,
section.events-mailbox article.trend.large main.container aside:first-child a,
article.trend.large section.events-mailbox main.container aside:first-child a {
  margin-top: 25px;
  color: #FFF;
}

section.events-overview {
  background-color: #F9F9F6;
  width: 100%;
  padding: 5%;
}

section.events-overview .container p.count {
  margin: 0 0 15px;
  opacity: 0.9;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #111820;
  letter-spacing: 0.75px;
}

section.events-overview .container div.overview > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.events-overview .container div.overview > ul > li {
  display: none;
  flex: 0 0 100%;
  margin: 0 0 30px;
}

@media only screen and (min-width: 750px) {
  section.events-overview .container div.overview > ul > li {
    flex: 0 0 49%;
  }
}

@media only screen and (min-width: 1150px) {
  section.events-overview .container div.overview > ul > li {
    flex: 0 0 32%;
  }
}

section.events-overview .container div.overview > ul > li.show {
  display: block;
}

section.events-overview .container div.overview > ul > li > article.event.large {
  height: 100%;
}

section.events-overview .container div.overview > ul > li > article.event.large > a {
  width: 460px;
  height: 100%;
  min-height: 300px;
}

section.events-overview .container div.overview div.load-more {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  transition: opacity 0.3s ease;
}

section.events-overview .container div.overview div.load-more:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.events-overview .container div.overview div.load-more.hide {
  opacity: 0;
  pointer-events: none;
}

section.events-overview .container div.overview div.load-more:hover:after {
  width: 100%;
}

section.events-overview .container div.overview div.load-more p {
  opacity: 1;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

section.events-overview .container div.overview div.load-more p span {
  opacity: 0.5;
}

section.events {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1245px) {
  section.events {
    display: block;
  }
}

section.events .events-promoted {
  margin: -150px 0 0 0;
  position: relative;
  flex: 0 0 auto;
  width: 55%;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1245px) {
  section.events .events-promoted {
    width: 80%;
    margin: -150px auto 0;
  }
}

@media only screen and (max-width: 860px) {
  section.events .events-promoted {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  section.events .events-promoted {
    margin: auto;
  }
}

@media only screen and (max-width: 720px) {
  section.events .events-promoted {
    width: 90%;
  }
}

section.events .events-promoted ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.events .events-promoted ul li:first-child {
  flex: 0 0 100%;
}

section.events .events-promoted ul li {
  flex: 0 0 49%;
}

@media only screen and (max-width: 676px) {
  section.events .events-promoted ul li {
    flex: 0 0 100%;
    margin: auto;
  }
}

section.events .events-promoted ul li:first-child {
  padding: 0;
}

section.events .events-promoted > .container {
  margin: 10px 0 0;
  position: relative;
  background-color: #FFF;
  display: flex;
}

section.events .events-promoted > .container article.event {
  display: flex;
  padding: 4rem 3rem 0;
  margin: auto;
}

section.events .events-promoted > .container article.event > ul {
  width: 80%;
  margin: 0 auto 50px;
  padding: 4rem 3rem 0;
}

section.events .events-promoted > .container article.event > ul > li {
  margin: 50px 0 0;
}

section.events .most-recent {
  flex: 0 0 auto;
  width: 45%;
  padding: 0 5%;
}

@media only screen and (max-width: 1245px) {
  section.events .most-recent {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 560px) {
  section.events .most-recent {
    width: 100%;
    margin: auto;
  }
}

section.events .most-recent #events-list > li {
  display: block;
  margin: 10% 0;
}

section.events .most-recent #events-list > li.show {
  display: block;
  margin: 10% 0;
}

section.events .most-recent div.load-more,
section.events .most-recent a.load-more {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 560px) {
  section.events .most-recent div.load-more,
  section.events .most-recent a.load-more {
    max-width: 300px;
  }
}

section.events .most-recent div.load-more:after,
section.events .most-recent a.load-more:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #E6C9B0;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.events .most-recent div.load-more.hide,
section.events .most-recent a.load-more.hide {
  opacity: 0;
  pointer-events: none;
}

section.events .most-recent div.load-more:hover:after,
section.events .most-recent a.load-more:hover:after {
  width: 100%;
}

section.events .most-recent div.load-more p,
section.events .most-recent a.load-more p {
  opacity: 1;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

section.events .most-recent div.load-more p a,
section.events .most-recent a.load-more p a {
  color: #FFF;
}

section.events .most-recent div.load-more p span,
section.events .most-recent a.load-more p span {
  opacity: 0.5;
}

section.category-header.partners-header {
  background-color: #d1c5c4;
}

article.partner.promoted {
  position: relative;
}

article.partner.promoted > .link {
  display: block;
}

@media only screen and (min-width: 1000px) {
  article.partner.promoted > .link {
    display: flex;
  }
}

article.partner.promoted > .link div.img {
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 1 1 auto;
  min-height: 250px;
}

@media only screen and (min-width: 640px) {
  article.partner.promoted > .link div.img {
    min-height: 450px;
  }
}

@media only screen and (min-width: 1000px) {
  article.partner.promoted > .link div.img {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 768px) {
  article.partner.promoted > .link div.img {
    width: 100%;
  }
}

article.partner.promoted > .link div.right {
  position: relative;
  padding: 10%;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  article.partner.promoted > .link div.right {
    padding: 50px 5%;
  }
}

@media only screen and (min-width: 1000px) {
  article.partner.promoted > .link div.right {
    padding: 30px 116px 30px 50px;
    width: 40%;
    min-width: 525px;
  }
}

article.partner.promoted > .link div.right header h3 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  letter-spacing: 1.2px;
  line-height: 42px;
  margin: 0 0 5px;
  overflow-wrap: break-word;
}

@media only screen and (min-width: 640px) {
  article.partner.promoted > .link div.right header h3 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 1200px) {
  article.partner.promoted > .link div.right header h3 {
    font-size: 72px;
    line-height: 76px;
  }
}

article.partner.promoted > .link div.right header .subtitle {
  margin: 0 0 10px;
}

article.partner.promoted > .link div.right header ul.cats {
  margin: 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

article.partner.promoted > .link div.right header ul.cats li {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
}

article.partner.promoted > .link div.right header ul.cats li + li {
  margin-left: 3px;
}

article.partner.promoted > .link div.right header ul.cats li span {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.23px;
}

article.partner.promoted > .link div.right main .body p {
  font-weight: normal;
}

article.partner.promoted .vertical-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 100%;
  top: 0;
  height: 66px;
  min-width: 225px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  background-color: #000;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  article.partner.promoted .vertical-btn {
    display: none !important;
  }
}

article.partner.promoted .vertical-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
  z-index: -1;
}

article.partner.promoted .vertical-btn:hover:after {
  width: 100%;
}

section.partners-become {
  display: flex;
  margin: 0;
  padding: 5%;
  background-color: #436464;
}

@media only screen and (max-width: 1440px) {
  section.partners-become {
    flex-direction: column-reverse;
  }
}

section.partners-become aside {
  flex: 0 0 auto;
  width: 35%;
}

@media only screen and (max-width: 1440px) {
  section.partners-become aside {
    width: 100%;
    justify-content: center;
    padding: 5% 0 0 0;
  }
}

section.partners-become aside h3 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #000000;
  letter-spacing: 1.2px;
  line-height: 66px;
}

@media only screen and (max-width: 1440px) {
  section.partners-become aside h3 {
    text-align: center;
    font-size: 50px;
  }
}

section.partners-become aside .newsletter {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  section.partners-become aside .newsletter {
    justify-content: center;
    margin: 2rem 0;
  }
}

section.partners-become aside .newsletter p {
  opacity: 1;
  font-weight: 700;
  color: #FFF;
  width: 100%;
  max-width: 385px;
}

@media only screen and (max-width: 1440px) {
  section.partners-become aside .newsletter p {
    max-width: none;
    text-align: center;
  }
}

section.partners-become aside .newsletter div.container {
  margin: 25px 0 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 385px;
  border-radius: 1px;
}

@media only screen and (max-width: 1440px) {
  section.partners-become aside .newsletter div.container {
    margin: auto;
    max-width: 320px;
  }
}

section.partners-become aside .newsletter div.container a {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 70px;
  background-color: #000;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  border-radius: 1px;
  z-index: 1;
}

section.partners-become aside .newsletter div.container a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #D5B59A;
  width: 0;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
  z-index: -1;
}

section.partners-become aside .newsletter div.container a:hover:after {
  width: 100%;
}

section.partners-become main.container {
  margin: calc(-20px - 5%) 0 0;
  flex: 0 0 auto;
  width: 65%;
  text-align: right;
}

@media only screen and (max-width: 1440px) {
  section.partners-become main.container {
    width: 100%;
  }
}

section.partners-become main.container section.images {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  section.partners-become main.container section.images {
    justify-content: center;
    display: flex;
  }
}

@media only screen and (max-width: 425px) {
  section.partners-become main.container section.images {
    justify-content: space-between;
  }
}

section.partners-become main.container section.images div {
  flex: 0 0 auto;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 280px;
  height: 380px;
}

@media only screen and (max-width: 960px) {
  section.partners-become main.container section.images div {
    width: 180px;
    height: 280px;
  }
}

@media only screen and (max-width: 425px) {
  section.partners-become main.container section.images div {
    width: calc(50% - 10px);
    height: 0;
    padding-bottom: 80%;
  }
}

section.partners-become main.container section.images div:nth-child(even) {
  height: 280px;
  margin: 0 25px;
  border-radius: 50%;
}

@media only screen and (max-width: 960px) {
  section.partners-become main.container section.images div:nth-child(even) {
    height: 180px;
  }
}

@media only screen and (max-width: 425px) {
  section.partners-become main.container section.images div:nth-child(even) {
    width: 50%;
    margin: 0 0 0 10px;
    height: 0;
    padding-bottom: 50%;
  }
}

section.partners-become main.container section.images div.left {
  background-image: url(/images/mailbox/left-mailbox.png);
}

section.partners-become main.container section.images div.mid {
  background-image: url(/images/mailbox/mid-mailbox.png);
}

@media only screen and (max-width: 768px) {
  section.partners-become main.container section.images div.mid {
    margin-right: 0;
  }
}

section.partners-become main.container section.images div.right {
  background-image: url(/images/mailbox/right-mailbox.png);
}

@media only screen and (max-width: 768px) {
  section.partners-become main.container section.images div.right {
    display: none;
    margin-right: 0;
  }
}

section.partners-become main.container a.call-to-action,
section.partners-become article.trend.large main.container aside:first-child a,
article.trend.large section.partners-become main.container aside:first-child a {
  margin-top: 25px;
  color: #FFF;
}

section.partners-overview {
  margin: 100px auto;
  width: 90%;
  max-width: 1300px;
}

section.partners-overview .container .overview > ul {
  display: flex;
  flex-wrap: wrap;
}

section.partners-overview .container .overview > ul > li {
  flex: 0 0 auto;
  width: 25%;
  border-right: 1px solid #F1F1F1;
}

@media only screen and (max-width: 768px) {
  section.partners-overview .container .overview > ul > li {
    width: 33.333333%;
    border-right: 0;
  }
}

@media only screen and (max-width: 450px) {
  section.partners-overview .container .overview > ul > li {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  section.partners-overview .container .overview > ul > li {
    flex: 0 0 100%;
  }
}

section.partners-overview .container .overview > ul > li.show {
  display: block;
}

section.partners-overview .container .overview > ul > li:nth-child(4n+4) {
  border: none;
}

section.partners-overview .container div.load-more {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: none;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  transition: all 0.3s ease;
}

section.partners-overview .container div.load-more:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.partners-overview .container div.load-more.hide {
  margin: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

section.partners-overview .container div.load-more:hover:after {
  width: 100%;
}

section.partners-overview .container div.load-more p {
  opacity: 1;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

section.partners-overview .container div.load-more p span {
  opacity: 0.5;
}

:root {
  --partner-color: #d1d1d1;
}

.toggle-location {
  display: none;
  font-weight: bold;
  font-size: 14px;
  font-family: "Apercu", sans-serif;
  margin: 20px 0 70px;
  color: #FFF;
  background-color: #000;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.toggle-location span.show {
  display: none;
}

.toggle-location:hover {
  background-color: #D5B59A;
}

.info-block.location.tooLong {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0.5, 0, 0, 1);
}

.info-block.location.tooLong:after {
  content: "";
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  transition: opacity 0.3s ease;
}

.info-block.location.tooLong + .toggle-location {
  display: block;
}

.info-block.location.tooLong.open:after {
  opacity: 0;
  pointer-events: none;
}

.info-block.location.tooLong.open + .toggle-location {
  display: block;
}

.info-block.location.tooLong.open + .toggle-location span.show {
  display: inline;
}

.info-block.location.tooLong.open + .toggle-location span.hide {
  display: none;
}

main.main-content.partner-detail-page {
  overflow-x: hidden;
}

main.main-content.partner-detail-page article.partner-detail .wrapper {
  position: relative;
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper {
    padding: 120px 0 0 0;
  }
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header {
  padding: 140px 0 0;
  width: 100%;
  background-color: var(--partner-color);
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header {
    min-height: 600px;
  }
}

@media only screen and (min-width: 1375px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header {
    min-height: 720px;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 5% 10%;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header .container {
    padding: 0 0 10% 60px;
    text-align: left;
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header .container h1 {
    font-size: 42px;
    line-height: 44px;
  }
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header .container h3 {
  position: relative;
  display: block;
  opacity: 0.3;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.4px;
  text-align: center;
  margin: 0;
  font-size: 21px;
  line-height: 26px;
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header .container h3:before {
  content: "\201C";
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header .container h3 {
    text-align: left;
    margin: 5px 0;
    max-width: 23vw;
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1375px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header .container h3 {
    font-size: 28px;
    line-height: 31px;
    max-width: 32vw;
  }
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header .container ul.cats {
  display: flex;
  margin: 15px 0 0;
  justify-content: center;
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header .container ul.cats {
    justify-content: flex-start;
  }
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header .container ul.cats li {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #96A0A1;
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header .container ul.cats li span {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header .container ul.cats li + li {
  margin-left: 7px;
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header div.img {
  position: relative;
  z-index: 1;
  height: 400px;
  margin: 0 0 0 2.5%;
  width: 97.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header div.img h3 {
  max-width: 60%;
  position: relative;
  z-index: 2;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 60px;
  display: none;
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header div.img h3:before {
  content: "\201C";
  position: absolute;
  margin-right: 5px;
  right: 100%;
  top: 0;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 58px;
  color: #FFFFFF;
  letter-spacing: 0.97px;
  line-height: 72px;
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header div.img:before {
  content: "";
  position: absolute;
  left: -2.5%;
  width: 2.5%;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #fff;
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header div.img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 80%;
    width: 70%;
  }

  main.main-content.partner-detail-page article.partner-detail .wrapper > header div.img:before {
    display: none;
  }
}

@media only screen and (min-width: 1375px) {
  main.main-content.partner-detail-page article.partner-detail .wrapper > header div.img {
    width: 60%;
    height: 90%;
  }
}

main.main-content.partner-detail-page article.partner-detail .wrapper > header div.img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #312A2A;
  opacity: 0.1;
}

main.main-content.partner-detail-page article.partner-detail > div.body {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 75px auto;
}

@media only screen and (max-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > div.body {
    margin: 30px auto;
    flex-direction: column-reverse;
  }
}

main.main-content.partner-detail-page article.partner-detail > div.body > .block.share {
  display: block;
  margin: 0 5% 30px 0;
}

@media only screen and (min-width: 960px) {
  main.main-content.partner-detail-page article.partner-detail > div.body > .block.share {
    display: none;
  }
}

main.main-content.partner-detail-page article.partner-detail > div.body > .block.share:last-of-type {
  margin: 30px 5% 75px 0;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info {
  flex: 0 0 25%;
  margin: 0 10% 50px 0;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 750px) {
  main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info {
    display: block;
  }
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left {
  flex: 0 0 46%;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.logo > img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.logo + .info-block {
  margin-top: 20px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block h4 {
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #111820;
  letter-spacing: 0.67px;
  display: flex;
  align-items: center;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block h4:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0 0 0 10px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .text h1,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .text h2,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .text h3,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .text h4,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .text h5,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .text h6 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 14px;
  color: #465A5B;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .text p:first-child {
  margin-top: 8px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.social,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location {
  flex: 0 0 auto;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.quote {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.quote {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    margin-left: 0 !important;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.magazine,
  main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.prices,
  main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.facts {
    display: none;
  }
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location .location-group {
  margin-bottom: 30px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location .location-group.hide {
  display: none;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location div.load-more {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  transition: all 0.3s ease;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location div.load-more:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location div.load-more.hide {
  margin: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location div.load-more:hover:after {
  width: 100%;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location div.load-more p {
  opacity: 1;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location div.load-more p span {
  opacity: 0.5;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h1,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h2,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h3,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h4,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h5,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h6 {
  margin-bottom: 30px;
  margin-top: 0;
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #111820;
  letter-spacing: 0.67px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h1:after,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h2:after,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h3:after,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h4:after,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h5:after,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location h6:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0 0 0 10px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location a {
  font-size: 14px;
  color: var(--partner-color);
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location a:hover {
  color: black !important;
  transition: color 0.4s ease;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span {
  margin-right: 10px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.tel {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/tel-black.svg?808b662cacb1ce5ce5c6e079a7ac000f);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.fax {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/fax-black.svg?951a38e7a0a836bbae703eba9eb6349d);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.mail {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/mail-black.svg?21ad3047443193c4bc06c2a22a157a07);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.facebook {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/facebook-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.instagram {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/instagram-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.pinterest {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/pinterest.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.linkedin {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/linkedin-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.twitter {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/twitter-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.youtube {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/youtube-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.website {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/link-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block.location span.gps {
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/gps.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block + .info-block {
  margin-top: 50px;
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block + .info-block {
    margin-top: 70px;
    margin-left: 0;
  }
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .quote {
  margin-top: 8px;
  position: relative;
  display: flex;
  padding: 30px 30px 90px;
  opacity: 1;
  color: #484848;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 26px;
  background: rgba(229, 220, 227, 0.2);
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .quote:before {
  flex: 0 0 auto;
  display: block;
  content: "\201C";
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 34.5px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block .quote:after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-image: url(/images/pheadra.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 60px);
  bottom: -60px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social {
  margin: 8px 0 0 0;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  display: flex;
  font-weight: 500;
  align-items: center;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li a {
  letter-spacing: 1px;
  margin: 0 0 0 2rem;
  transition: color 0.4s ease;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li a:hover {
  color: black !important;
  transition: color 0.4s ease;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/icons/social/link-black.svg);
  background-size: contain;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.facebook:before {
  background-image: url(/images/icons/social/facebook-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.instagram:before {
  background-image: url(/images/icons/social/instagram-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.pinterest:before {
  background-image: url(/images/icons/social/pinterest.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.linkedin:before {
  background-image: url(/images/icons/social/linkedin-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.twitter:before {
  background-image: url(/images/icons/social/twitter-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.youtube:before {
  background-image: url(/images/icons/social/youtube-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.tel:before {
  background-image: url(/images/icons/social/tel-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.mail:before {
  background-image: url(/images/icons/social/mail-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .left .info-block ul.social li.website:before {
  background-image: url(/images/icons/social/link-black.svg);
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right {
  flex: 0 0 46%;
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right {
    display: none;
  }
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block {
  margin-top: 50px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block h4 {
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #111820;
  letter-spacing: 0.67px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block h4:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0 0 0 10px;
}

main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block .text h1,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block .text h2,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block .text h3,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block .text h4,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block .text h5,
main.main-content.partner-detail-page article.partner-detail > div.body > aside.partner-info .right .info-block .text h6 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 14px;
  color: #465A5B;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

main.main-content.partner-detail-page article.partner-detail > div.body > main {
  flex: 1 1 100%;
}

main.main-content.partner-detail-page article.partner-detail > div.body > main.body-text {
  margin: 0;
}

main.main-content.partner-detail-page article.partner-detail > div.body .share h4 {
  opacity: 0.8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #111820;
  letter-spacing: 0.67px;
  display: flex;
  align-items: center;
}

main.main-content.partner-detail-page article.partner-detail > div.body .share h4:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0 0 0 10px;
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .list > div.arrow-left {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  left: 75px;
  bottom: 75px;
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  transition: right 0.6s ease;
}

@media only screen and (max-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > section.realisations .container .list > div.arrow-left {
    left: calc(50% - 75px);
    bottom: 25px;
  }
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .list > div.arrow-right {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  left: 150px;
  bottom: 75px;
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: right 0.6s ease;
}

@media only screen and (max-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > section.realisations .container .list > div.arrow-right {
    left: calc(50% + 25px);
    bottom: 25px;
  }
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .list li {
  outline: none;
  margin-top: 10px;
  background-color: var(--partner-color);
  padding: 0 0 75px;
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 2;
  display: flex;
  transform: translate(-50%, 0);
  max-width: 1680px;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots {
    transform: none;
    left: 65px;
    bottom: 55px;
  }
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots li {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots li + li {
  margin-left: 20px;
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots li a {
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots li:hover a:after {
  opacity: 0.6;
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots li.slick-active a {
  font-weight: 500;
}

main.main-content.partner-detail-page article.partner-detail > section.realisations .container .slick-dots li.slick-active a:after {
  opacity: 1;
}

main.main-content.partner-detail-page article.partner-detail > section.contact {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto 50px;
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > section.contact {
    margin: 200px auto 100px;
  }
}

main.main-content.partner-detail-page article.partner-detail > section.contact h2 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  color: #000000;
  margin: 0 0 50px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.4px;
  line-height: 42px;
}

@media only screen and (min-width: 900px) {
  main.main-content.partner-detail-page article.partner-detail > section.contact h2 {
    text-align: left;
    font-size: 48px;
    letter-spacing: 0.8px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1000px) {
  main.main-content.partner-detail-page article.partner-detail > section.contact h2 {
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 60px;
  }
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container {
  display: flex;
  justify-content: space-between;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.left {
  flex: 0 0 auto;
  width: 308px;
  margin: 0 85px 0 0;
  display: none;
}

@media only screen and (min-width: 900px) {
  main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.left {
    display: block;
  }
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.left h4 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #111820;
  letter-spacing: 0.67px;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.left h4:after {
  flex: 1 1 100%;
  margin-left: 10px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #E6E6E6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.left .quote {
  margin-top: 8px;
  position: relative;
  display: flex;
  padding: 30px 30px 90px;
  opacity: 1;
  color: #484848;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 26px;
  background: rgba(229, 220, 227, 0.2);
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.left .quote.no-img {
  padding: 30px;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.left .quote:before {
  flex: 0 0 auto;
  display: block;
  content: "\201C";
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 34.5px;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.left .quote div.img {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 60px);
  bottom: -60px;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right {
  flex: 1 1 100%;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item {
  flex: 0 1 48%;
  position: relative;
  margin: 0 0 40px;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item.textarea {
  flex: 0 0 100%;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item.big {
  flex: 0 1 78%;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item.small {
  flex: 0 1 18%;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item.error input {
  background-color: #F9F0F0 !important;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item.error:before {
  background-color: #F9DDDD;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item.error:after {
  background-color: #FF7070;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item label {
  opacity: 0.3;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.96px;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #E4E4E4;
  transition: background-color 0.3s ease;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: #949494;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1), background-color 0.3s ease;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item:focus-within:after,
main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item:focus:after,
main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item:hover:after {
  width: 100%;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=text],
main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=email] {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #282828;
  letter-spacing: 0.25px;
  transition: background-color 0.3s ease;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=text]::-webkit-input-placeholder,
main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=email]::-webkit-input-placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=text]::-moz-placeholder,
main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=email]::-moz-placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=text]:-ms-input-placeholder,
main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=email]:-ms-input-placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=text]::-ms-input-placeholder,
main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=email]::-ms-input-placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=text]::placeholder,
main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item input[type=email]::placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item textarea {
  resize: none;
  height: 135px;
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: "Apercu", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #282828;
  letter-spacing: 0.25px;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item textarea::-webkit-input-placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item textarea::-moz-placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item textarea:-ms-input-placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item textarea::-ms-input-placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .field-item textarea::placeholder {
  color: #B6B6B6;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form button {
  position: relative;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  height: 70px;
  padding: 0 100px;
  background-color: #000;
  border: none;
  border-radius: 1px;
  z-index: 1;
  width: 100%;
}

@media only screen and (min-width: 900px) {
  main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form button {
    width: auto;
  }
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #D5B59A;
  z-index: -1;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form button:hover:after {
  width: 100%;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .logo {
  width: 150px;
}

@media only screen and (max-width: 900px) {
  main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .logo {
    margin: 1rem auto 0 auto;
  }
}

@media only screen and (min-width: 640px) {
  main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section form .logo {
    width: 200px;
  }
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section div.submit-message {
  margin-top: 20px;
  padding: 15px 30px;
  background: rgba(229, 220, 227, 0.2);
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background 0.3s ease;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section div.submit-message p {
  opacity: 1;
  color: #484848;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin: 0;
  transition: color 0.3s ease;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section div.submit-message.error {
  opacity: 1;
  pointer-events: initial;
  background: rgba(255, 210, 210, 0.2);
  border: 1px solid #EADEDE;
  box-shadow: inset 0 0 28px 0 rgba(246, 226, 226, 0.5);
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section div.submit-message.error p {
  color: #B46868;
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section div.submit-message.success {
  opacity: 1;
  pointer-events: initial;
  background: rgba(178, 244, 196, 0.14);
  border: 1px solid #E5F2DF;
  box-shadow: inset 0 0 28px 0 rgba(232, 239, 225, 0.5);
}

main.main-content.partner-detail-page article.partner-detail > section.contact > div.container div.right > section div.submit-message.success p {
  color: #648258;
}

main.main-content.partner-detail-page section.related-partner {
  margin: 10px 0 65px;
}

main.main-content.partner-detail-page section.related-partner h3 {
  line-height: 16px;
  margin: 0 0 15px;
}

main.main-content.partner-detail-page section.related-partner .container {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
}

main.main-content.partner-detail-page section.related-partner .container::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

main.main-content.partner-detail-page section.related-partner ul.related-stories {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

main.main-content.partner-detail-page section.related-partner ul.related-stories div.arrow-right-relate,
main.main-content.partner-detail-page section.related-partner ul.related-stories div.arrow-left-relate {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: right 0.6s ease;
}

main.main-content.partner-detail-page section.related-partner ul.related-stories div.arrow-right-relate:hover,
main.main-content.partner-detail-page section.related-partner ul.related-stories div.arrow-left-relate:hover {
  right: 20px;
}

main.main-content.partner-detail-page section.related-partner ul.related-stories div.arrow-left-relate {
  left: 25px;
  transform: rotate(180deg);
  transition: left 0.6s ease;
}

main.main-content.partner-detail-page section.related-partner ul.related-stories div.arrow-left-relate:hover {
  right: auto;
  left: 20px;
}

main.main-content.partner-detail-page section.related-partner ul.related-stories li {
  outline: none;
}

main.main-content.partner-detail-page section.related-partner ul.related-stories li + li {
  margin-left: 10px;
}

section.contact-mailbox {
  display: flex;
  margin: 0;
  padding: 5%;
  background-color: #436464;
}

@media only screen and (max-width: 1440px) {
  section.contact-mailbox {
    flex-direction: column-reverse;
  }
}

section.contact-mailbox aside {
  flex: 0 0 auto;
  width: 35%;
}

@media only screen and (max-width: 1440px) {
  section.contact-mailbox aside {
    width: 100%;
    justify-content: center;
    padding: 5% 0 0 0;
  }
}

section.contact-mailbox aside p.subtitle {
  color: white;
}

@media only screen and (max-width: 1440px) {
  section.contact-mailbox aside p.subtitle {
    text-align: center;
  }
}

section.contact-mailbox aside h3 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #000000;
  letter-spacing: 1.2px;
  line-height: 66px;
}

@media only screen and (max-width: 1440px) {
  section.contact-mailbox aside h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 960px) {
  section.contact-mailbox aside h3 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 425px) {
  section.contact-mailbox aside h3 {
    font-size: 35px;
  }
}

section.contact-mailbox main.container {
  margin: calc(-20px - 5%) 0 0;
  flex: 0 0 auto;
  width: 65%;
  text-align: right;
}

@media only screen and (max-width: 1440px) {
  section.contact-mailbox main.container {
    width: 100%;
  }
}

section.contact-mailbox main.container section.images {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  section.contact-mailbox main.container section.images {
    justify-content: center;
    display: flex;
  }
}

section.contact-mailbox main.container section.images div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 280px;
  height: 380px;
  position: relative;
  transition: all 0.7s ease-in-out;
}

@media only screen and (max-width: 960px) {
  section.contact-mailbox main.container section.images div {
    width: 180px;
    height: 280px;
  }
}

@media only screen and (max-width: 425px) {
  section.contact-mailbox main.container section.images div {
    width: 150px;
    height: 250px;
  }
}

@media only screen and (max-width: 350px) {
  section.contact-mailbox main.container section.images div {
    width: 120px;
    height: 200px;
  }
}

section.contact-mailbox main.container section.images div:hover {
  transition: all 0.7s ease-in-out;
  transform: scale(1.03);
}

section.contact-mailbox main.container section.images div:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(42, 42, 42, 0.1);
}

section.contact-mailbox main.container section.images div:after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

section.contact-mailbox main.container section.images div:nth-child(even) {
  height: 280px;
  margin: 0 25px;
  border-radius: 50%;
}

@media only screen and (max-width: 960px) {
  section.contact-mailbox main.container section.images div:nth-child(even) {
    height: 180px;
  }
}

@media only screen and (max-width: 425px) {
  section.contact-mailbox main.container section.images div:nth-child(even) {
    height: 150px;
  }
}

section.contact-mailbox main.container section.images div.left {
  background-image: url(/images/mailbox/left-mailbox.png);
}

section.contact-mailbox main.container section.images div.left:after {
  background-image: url(/images/icons/social/facebook-white.svg);
}

section.contact-mailbox main.container section.images div.mid {
  background-image: url(/images/mailbox/mid-mailbox.png);
}

@media only screen and (max-width: 768px) {
  section.contact-mailbox main.container section.images div.mid {
    margin-right: 0;
  }
}

section.contact-mailbox main.container section.images div.mid:before {
  border-radius: 50%;
}



section.contact-mailbox main.container section.images div.mid:after {
  background-image: url(/images/icons/social/pinterest-white.svg);
}

section.contact-mailbox main.container section.images div.right {
  background-image: url(/images/mailbox/right-mailbox.png);
}

section.contact-mailbox main.container section.images div.right:after {
  background-image: url(/images/icons/social/instagram-white.svg);
}

@media only screen and (max-width: 768px) {
  section.contact-mailbox main.container section.images div.right {
    display: none;
    margin-right: 0;
  }
}

section.contact-mailbox main.container a.call-to-action,
section.contact-mailbox article.trend.large main.container aside:first-child a,
article.trend.large section.contact-mailbox main.container aside:first-child a {
  margin-top: 25px;
  color: #FFF;
}

:root {
  --interview-color: #D5B59A;
}

section.interview-detail {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
  section.interview-detail {
    padding-top: 120px;
  }
}

section.interview-detail div.slider article .wrapper {
  display: block;
}

@media only screen and (min-width: 1000px) {
  section.interview-detail div.slider article .wrapper {
    min-height: 600px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1375px) {
  section.interview-detail div.slider article .wrapper {
    min-height: 720px;
  }
}

section.interview-detail div.slider article .wrapper header.img {
  position: relative;
  z-index: 1;
  height: 400px;
  margin: 0 0 0 2.5%;
  width: 97.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 2s ease;
}

section.interview-detail div.slider article .wrapper header.img:before {
  content: "";
  position: absolute;
  left: -2.5%;
  width: 2.5%;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #fff;
}

@media only screen and (min-width: 1000px) {
  section.interview-detail div.slider article .wrapper header.img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 80%;
    width: 70%;
  }

  section.interview-detail div.slider article .wrapper header.img:before {
    display: none;
  }
}

section.interview-detail div.slider article .wrapper header.img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #312A2A;
  opacity: 0.1;
}

section.interview-detail div.slider article .wrapper main.article-body {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 140px 5% 40px;
  transition: padding-left 2s ease;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  section.interview-detail div.slider article .wrapper main.article-body {
    padding: 0 0 100px 60px;
    text-align: left;
  }
}

@media only screen and (min-width: 1375px) {
  section.interview-detail div.slider article .wrapper main.article-body {
    padding: 0 0 0 60px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.interview-detail div.slider article .wrapper main.article-body {
    padding: 10% 0 10% 60px;
  }
}

section.interview-detail div.slider article .wrapper main.article-body ul.cats {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 1000px) {
  section.interview-detail div.slider article .wrapper main.article-body ul.cats {
    justify-content: flex-start;
  }
}

section.interview-detail div.slider article .wrapper main.article-body ul.cats li {
  display: flex;
  align-items: center;
}

section.interview-detail div.slider article .wrapper main.article-body ul.cats li svg {
  display: block;
  margin-right: 10px;
}

section.interview-detail div.slider article .wrapper main.article-body ul.cats li span {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.25px;
}

section.interview-detail div.slider article .wrapper main.article-body ul.cats li + li {
  margin-left: 10px;
}

section.interview-detail div.slider article .wrapper main.article-body h2 {
  margin: 0 0 40px;
  text-align: center;
  max-width: 1000px;
  color: white;
  font-weight: 500;
}

@media only screen and (min-width: 1000px) {
  section.interview-detail div.slider article .wrapper main.article-body h2 {
    text-align: left;
    width: 60%;
  }
}

@media only screen and (min-width: 1375px) {
  section.interview-detail div.slider article .wrapper main.article-body h2 {
    width: 100%;
  }
}

section.interview-detail div.slider article .wrapper main.article-body h2 a {
  color: white;
  font-weight: 500;
  opacity: 1;
}

section.interview-detail div.slider article .wrapper .copyright {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 10% auto 0;
}

@media only screen and (min-width: 640px) {
  section.interview-detail div.slider article .wrapper .copyright {
    max-width: 70%;
  }
}

@media only screen and (min-width: 1000px) {
  section.interview-detail div.slider article .wrapper .copyright {
    margin: 10% 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  section.interview-detail div.slider article .wrapper .copyright {
    max-width: 32vw;
  }
}

section.interview-detail div.slider article .wrapper .copyright .foto,
section.interview-detail div.slider article .wrapper .copyright .article {
  display: block;
  flex: 0 0 auto;
  font-family: "Apercu", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #4B5151;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}

section.interview-detail div.slider article .wrapper .copyright .foto span,
section.interview-detail div.slider article .wrapper .copyright .article span {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 500px) {
  section.interview-detail div.slider article .wrapper .copyright .foto,
  section.interview-detail div.slider article .wrapper .copyright .article {
    text-align: center;
    display: flex;
    align-items: center;
  }
}

section.interview-detail div.slider article .wrapper .copyright .foto span:last-child,
section.interview-detail div.slider article .wrapper .copyright .article span:last-child {
  flex: 0 0 auto;
  color: #111820;
}

section.interview-detail div.slider article .wrapper .copyright .divider {
  flex: 1 1 100%;
  height: 1px;
  background-color: #d8d8d8;
  margin: 0 10px;
  display: none;
}

@media only screen and (min-width: 500px) {
  section.interview-detail div.slider article .wrapper .copyright .divider {
    display: block;
  }
}

section.body-content {
  margin: 5% 0 0 5%;
  position: relative;
}

section.body-content .buttons {
  margin-bottom: 50px;
}

section.body-content .buttons a {
  display: inline-block;
  padding: 25px 20px;
  font-size: 12px;
  color: white;
  transition: background-color 0.3s ease;
  background-color: var(--interview-color);
}

@media only screen and (max-width: 1000px) {
  section.body-content .buttons a {
    display: block;
  }
}

section.body-content .buttons a:first-child {
  margin: 0 0 1rem 0;
}

@media only screen and (max-width: 1000px) {
  section.body-content .buttons a:first-child {
    display: block;
  }
}

section.body-content .buttons a:hover {
  background-color: black !important;
}

@media only screen and (min-width: 960px) {
  section.body-content {
    display: flex;
  }
}

section.body-content .vertical-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 100%;
  top: 0;
  height: 66px;
  min-width: 225px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  background-color: #000;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  section.body-content .vertical-btn {
    display: none !important;
  }
}

section.body-content .vertical-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
  z-index: -1;
}

section.body-content .vertical-btn:hover:after {
  width: 100%;
}

section.body-content h2.subtitle {
  display: flex;
  align-items: center;
  font-size: 12.5px;
  line-height: 25px;
}

section.body-content h2.subtitle:after {
  content: "";
  height: 1px;
  color: #111820;
  background-color: #d8d8d8;
  width: 100%;
  margin: 0 0 0 5%;
  opacity: 0.8;
}

section.body-content aside.interview-info {
  flex: 0 0 25%;
  margin: 0 10% 0 0;
}

@media only screen and (max-width: 960px) {
  section.body-content aside.interview-info {
    display: none;
  }
}

section.body-content aside.interview-info h2 {
  color: #111820;
}

section.body-content aside.interview-info .block {
  margin: 0 0 4rem 0;
}

section.body-content aside.interview-info .block p > span:nth-child(2) {
  color: --interview-color;
  text-transform: uppercase;
  font-size: 13px;
}

section.body-content aside.interview-info .block .text h1,
section.body-content aside.interview-info .block .text h2,
section.body-content aside.interview-info .block .text h3,
section.body-content aside.interview-info .block .text h4,
section.body-content aside.interview-info .block .text h5,
section.body-content aside.interview-info .block .text h6 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  color: #465A5B;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

section.body-content aside.interview-info .block.quote-partner {
  margin-bottom: 100px;
}

section.body-content aside.interview-info .block.quote-partner h2 {
  margin-bottom: 10px;
}

section.body-content aside.interview-info .block.quote-partner .quote {
  position: relative;
  display: flex;
  padding: 30px 30px 90px;
  opacity: 1;
  color: #484848;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 26px;
  background: rgba(229, 220, 227, 0.2) !important;
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 28px 0 rgba(245, 245, 245, 0.5);
}

section.body-content aside.interview-info .block.quote-partner .quote:before {
  flex: 0 0 auto;
  display: block;
  content: "\201C";
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 34.5px;
}

section.body-content aside.interview-info .block.quote-partner .quote div.subject {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 60px);
  bottom: -60px;
}

section.body-content article.body {
  flex: 0 0 70%;
}

section.footer-quote {
  margin: auto;
  max-width: 70%;
  text-align: center;
  padding: 5% 0 5%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  section.footer-quote {
    max-width: 85%;
  }
}

section.footer-quote article.quote h1 {
  font-family: "Orphicasa", sans-serif;
  line-height: 4rem;
  margin: 5rem 0;
}

@media only screen and (max-width: 720px) {
  section.footer-quote article.quote h1 {
    font-size: 42px;
    line-height: 44px;
  }
}

section.footer-quote .buttons {
  margin-bottom: 50px;
}

section.footer-quote .buttons a {
  display: inline-block;
  padding: 25px 20px;
  font-size: 12px;
  color: white;
  transition: background-color 0.3s ease;
  background-color: var(--interview-color);
}

@media only screen and (max-width: 1000px) {
  section.footer-quote .buttons a {
    display: block;
  }
}

section.footer-quote .buttons a:first-child {
  margin: 0 0 1rem 0;
}

@media only screen and (max-width: 1000px) {
  section.footer-quote .buttons a:first-child {
    display: block;
  }
}

section.footer-quote .buttons a:hover {
  background-color: black !important;
}

section.footer-quote.without-quote {
  padding: 0 0 10%;
  display: none;
}

section.footer-quote.without-quote .buttons {
  margin-bottom: 0;
}

section.by-imagicasa.interview {
  display: flex;
  padding: 0 5%;
  height: 500px;
}

@media only screen and (max-width: 1000px) {
  section.by-imagicasa.interview {
    height: auto;
    flex-direction: column;
    padding: 0;
    margin: 5% 0 0 0;
  }
}

section.by-imagicasa.interview > .left {
  margin: -4rem 50px 0 0;
  flex: 1 1 auto;
  width: 60%;
}

@media only screen and (max-width: 1000px) {
  section.by-imagicasa.interview > .left {
    width: 97.5%;
    margin: -4rem 0 0 2.5%;
  }
}

section.by-imagicasa.interview > .right {
  flex: 0 0 auto;
  max-width: 500px;
  width: 40%;
  margin: 3rem 0 0 0;
}

@media only screen and (max-width: 1000px) {
  section.by-imagicasa.interview > .right {
    width: 100%;
    max-width: none;
    padding: 0 5% 5% 5%;
  }
}

section.by-imagicasa.interview > .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  section.by-imagicasa.interview > .right ul {
    text-align: center;
  }
}

section.by-imagicasa.interview > .right ul li a {
  position: relative;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #000;
  letter-spacing: 0.5px;
  padding: 15px 0;
  transition: color 0.4s ease;
}

section.by-imagicasa.interview > .right ul li a:hover {
  color: #FFF;
}

section.by-imagicasa.interview > .right ul li a:hover:after {
  width: 100%;
}

section.by-imagicasa.interview > .right ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  z-index: 1;
}

section.by-imagicasa.interview > .right ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.by-imagicasa.interview article.teaser a {
  height: 400px;
}

/*!
 * Noticed (noticed.be) , Alessandro Aussems
 */

section.interviews-overview {
  background-color: #F9F9F6;
  width: 100%;
  padding: 5%;
}

section.interviews-overview .container p.count {
  margin: 0 0 15px;
  opacity: 0.9;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #111820;
  letter-spacing: 0.75px;
}

@media only screen and (min-width: 768px) {
  section.interviews-overview .container p.count {
    margin: 0 0 15px 10px;
  }
}

section.interviews-overview .container div.overview > ul {
  display: flex;
  flex-wrap: wrap;
}

section.interviews-overview .container div.overview > ul > li {
  display: block;
  flex: 1 1 100%;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  section.interviews-overview .container div.overview > ul > li {
    flex: 1 1 49%;
    margin: 0 10px 20px;
  }
}

@media only screen and (min-width: 1024px) {
  section.interviews-overview .container div.overview > ul > li {
    flex: 1 1 32%;
  }
}

section.interviews-overview .container div.overview > ul > li > article.interview.teaser-alt {
  height: 100%;
}

section.interviews-overview .container div.overview > ul > li > article.interview.teaser-alt > a {
  height: 100%;
  width: 100%;
  min-height: 300px;
}

section.interviews-overview .container div.overview div.load-more {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  transition: opacity 0.3s ease;
}

section.interviews-overview .container div.overview div.load-more:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.interviews-overview .container div.overview div.load-more.hide {
  opacity: 0;
  pointer-events: none;
}

section.interviews-overview .container div.overview div.load-more:hover:after {
  width: 100%;
}

section.interviews-overview .container div.overview div.load-more p {
  opacity: 1;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

section.interviews-overview .container div.overview div.load-more p span {
  opacity: 0.5;
}

/*!
 * Noticed (noticed.be) , Alessandro Aussems
 */

article.interview.teaser-alt {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article.interview.teaser-alt:hover:after {
  opacity: 0.1;
}

article.interview.teaser-alt:hover .container {
  padding-bottom: 10px;
}

article.interview.teaser-alt a {
  width: 460px;
  height: 300px;
  padding: 50px 40px 20px;
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  article.interview.teaser-alt a {
    width: 251px;
  }
}

article.interview.teaser-alt a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

article.interview.teaser-alt a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.interview.teaser-alt .container {
  position: relative;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.interview.teaser-alt .container .category-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

article.interview.teaser-alt .container .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

article.interview.teaser-alt .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.interview.teaser-alt .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.interview.teaser-alt .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.interview.teaser-alt .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

article.interview.teaser-alt .container h4 {
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 20px;
}

section.category-header.interviews-header {
  background-color: #E8B9A5;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 -230px;
}

@media only screen and (min-width: 769px) {
  section.category-header.interviews-header {
    padding-right: 5%;
  }
}

section.category-header.interviews-header h1,
section.category-header.interviews-header h2 {
  padding-left: 5vw;
}

section.category-header.interviews-header + section.interviews-overview {
  padding-top: calc(5% + 230px);
}

section.category-header.interviews-header .left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 auto;
}

section.category-header.interviews-header .left .slider,
section.category-header.interviews-header .left .no-slider {
  width: 100%;
  display: none;
}

@media only screen and (min-width: 769px) {
  section.category-header.interviews-header .left .slider,
  section.category-header.interviews-header .left .no-slider {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  section.category-header.interviews-header .left .slider.mobile,
  section.category-header.interviews-header .left .no-slider.mobile {
    display: none;
  }
}

section.category-header.interviews-header .left .slider div.more,
section.category-header.interviews-header .left .no-slider div.more {
  margin-top: 25px;
  padding: 0 0 0 5vw;
}

section.category-header.interviews-header .left .slider div.more a,
section.category-header.interviews-header .left .no-slider div.more a {
  color: #FFF;
}

section.category-header.interviews-header .left .slider .slick-dots,
section.category-header.interviews-header .left .no-slider .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 30px;
}

section.category-header.interviews-header .left .slider .slick-dots li,
section.category-header.interviews-header .left .no-slider .slick-dots li {
  cursor: pointer;
  margin-bottom: 10px;
}

section.category-header.interviews-header .left .slider .slick-dots li a,
section.category-header.interviews-header .left .no-slider .slick-dots li a {
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

section.category-header.interviews-header .left .slider .slick-dots li a:after,
section.category-header.interviews-header .left .no-slider .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.category-header.interviews-header .left .slider .slick-dots li:hover a:after,
section.category-header.interviews-header .left .no-slider .slick-dots li:hover a:after {
  opacity: 0.6;
}

section.category-header.interviews-header .left .slider .slick-dots li.slick-active a,
section.category-header.interviews-header .left .no-slider .slick-dots li.slick-active a {
  font-weight: 500;
}

section.category-header.interviews-header .left .slider .slick-dots li.slick-active a:after,
section.category-header.interviews-header .left .no-slider .slick-dots li.slick-active a:after {
  opacity: 1;
}

section.category-header.interviews-header .left .slider ul li article.story.slide a,
section.category-header.interviews-header .left .no-slider ul li article.story.slide a {
  min-height: 575px;
}

@media only screen and (min-width: 1960px) {
  section.category-header.interviews-header .left .slider ul li article.story.slide a,
  section.category-header.interviews-header .left .no-slider ul li article.story.slide a {
    min-height: 750px;
  }
}

section.category-header.interviews-header .right {
  margin-left: 20px;
  max-width: none;
}

@media only screen and (min-width: 769px) {
  section.category-header.interviews-header .right {
    max-width: 500px;
  }

  section.category-header.interviews-header .right .filters {
    min-height: 400px;
  }
}

@media only screen and (min-width: 1100px) {
  section.category-header.interviews-header .right {
    margin-left: 5vw;
  }
}

@media only screen and (min-width: 1960px) {
  section.category-header.interviews-header .right {
    max-width: 700px;
  }
}

section.category-header.interviews-header .right .most-recent {
  margin: 70px 0 0;
  display: none;
  min-height: 250px;
}

@media only screen and (min-width: 769px) {
  section.category-header.interviews-header .right .most-recent {
    display: block;
    visibility: visible;
  }
}

section.category-header.interviews-header .right .most-recent article.interview.teaser-alt a {
  width: 100%;
  height: 250px;
}

@media only screen and (min-width: 1960px) {
  section.category-header.interviews-header .right .most-recent article.interview.teaser-alt a {
    min-height: 350px;
  }
}

section.category-header.interviews-header .right .slider,
section.category-header.interviews-header .right .no-slider {
  width: 100%;
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  section.category-header.interviews-header .right .slider,
  section.category-header.interviews-header .right .no-slider {
    display: none;
  }
}

section.category-header.interviews-header .right .slider div.more,
section.category-header.interviews-header .right .no-slider div.more {
  margin-top: 25px;
  padding: 0 0 0 5vw;
}

section.category-header.interviews-header .right .slider div.more a,
section.category-header.interviews-header .right .no-slider div.more a {
  color: #FFF;
}

section.category-header.interviews-header .right .slider .slick-dots,
section.category-header.interviews-header .right .no-slider .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 30px;
}

section.category-header.interviews-header .right .slider .slick-dots li,
section.category-header.interviews-header .right .no-slider .slick-dots li {
  cursor: pointer;
  margin-bottom: 10px;
}

section.category-header.interviews-header .right .slider .slick-dots li a,
section.category-header.interviews-header .right .no-slider .slick-dots li a {
  padding: 2px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: "Orphicasa", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: font-weight 0.3s ease;
}

section.category-header.interviews-header .right .slider .slick-dots li a:after,
section.category-header.interviews-header .right .no-slider .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E4E4E4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.category-header.interviews-header .right .slider .slick-dots li:hover a:after,
section.category-header.interviews-header .right .no-slider .slick-dots li:hover a:after {
  opacity: 0.6;
}

section.category-header.interviews-header .right .slider .slick-dots li.slick-active a,
section.category-header.interviews-header .right .no-slider .slick-dots li.slick-active a {
  font-weight: 500;
}

section.category-header.interviews-header .right .slider .slick-dots li.slick-active a:after,
section.category-header.interviews-header .right .no-slider .slick-dots li.slick-active a:after {
  opacity: 1;
}

section.category-header.interviews-header .right .slider ul li article.interview.slide a,
section.category-header.interviews-header .right .no-slider ul li article.interview.slide a {
  min-height: 375px;
}

article.partner.teaser {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article.partner.teaser:hover:after {
  opacity: 0.1;
}

article.partner.teaser:hover .container {
  padding-bottom: 10px;
}

article.partner.teaser a {
  width: 460px;
  height: 300px;
  padding: 50px 40px 20px;
  display: flex;
  align-items: flex-end;
}

article.partner.teaser a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

article.partner.teaser a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.partner.teaser .container {
  position: relative;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

article.partner.teaser .container .category-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

article.partner.teaser .container .category-wrapper p.search-field {
  display: none;
}

article.partner.teaser .container .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

article.partner.teaser .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.partner.teaser .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.partner.teaser .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.partner.teaser .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

article.partner.teaser .container h4 {
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 20px;
}

#search-list article.partner.teaser {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#search-list article.partner.teaser:hover:after {
  opacity: 0.1;
}

#search-list article.partner.teaser:hover .container {
  padding-bottom: 10px;
}

#search-list article.partner.teaser a {
  width: 460px;
  height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 50px 25px 30px;
}

@media only screen and (max-width: 768px) {
  #search-list article.partner.teaser a {
    width: 251px;
  }
}

@media only screen and (min-width: 640px) {
  #search-list article.partner.teaser a {
    padding: 50px 30px 20px;
  }
}

@media only screen and (min-width: 1000px) {
  #search-list article.partner.teaser a {
    padding: 50px 40px 20px;
  }
}

#search-list article.partner.teaser a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#search-list article.partner.teaser a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

#search-list article.partner.teaser .container {
  margin-bottom: 0;
  overflow: visible;
  z-index: 1;
  transition: padding 0.8s cubic-bezier(0.5, 0, 0, 1);
}

#search-list article.partner.teaser .container .category-wrapper {
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

#search-list article.partner.teaser .container .category-wrapper p.search-field {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  margin: 0;
  opacity: 1;
  display: flex;
  align-items: center;
}

#search-list article.partner.teaser .container .category-wrapper p.search-field:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

#search-list article.partner.teaser .container .category-wrapper ul.cats {
  display: none;
}

#search-list article.partner.teaser .container .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

#search-list article.partner.teaser .container .category-wrapper ul.cats li span {
  --dot-color: #E8E8E8;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

#search-list article.partner.teaser .container .category-wrapper ul.cats li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

#search-list article.partner.teaser .container .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  min-width: 30px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

#search-list article.partner.teaser .container .title-wrapper {
  min-height: 54px;
  max-height: 54px;
  overflow: hidden;
}

#search-list article.partner.teaser .container .title-wrapper h4 {
  margin: 0;
  text-overflow: ellipsis;
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 18px;
}

section.category-header.trends-header {
  background-color: #E6C9B0;
  min-height: 0;
}

section.trends-overview {
  background-color: #F9F9F6;
  width: 100%;
  padding: 5%;
}

section.trends-overview .container p.count {
  margin: 0 0 15px;
  opacity: 0.9;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #111820;
  letter-spacing: 0.75px;
}

section.trends-overview .container div.overview > ul {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  section.trends-overview .container div.overview > ul {
    display: block;
  }
}

section.trends-overview .container div.overview > ul > li {
  display: none;
  flex: 1 1 100%;
  margin: -85px 0 20px;
  padding-top: 85px;
}

section.trends-overview .container div.overview > ul > li:nth-child(even) {
  background-color: #FAFAFA;
}

section.trends-overview .container div.overview > ul > li.show {
  display: block;
}

section.trends-overview .container div.overview > ul > li > article.story.teaser {
  height: 100%;
}

section.trends-overview .container div.overview > ul > li > article.story.teaser > a {
  height: 100%;
  min-height: 300px;
}

section.trends-overview .container div.overview div.load-more {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  margin: 50px auto;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  transition: all 0.3s ease;
}

section.trends-overview .container div.overview div.load-more:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #D5B59A;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

section.trends-overview .container div.overview div.load-more.hide {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

section.trends-overview .container div.overview div.load-more:hover:after {
  width: 100%;
}

section.trends-overview .container div.overview div.load-more p {
  opacity: 1;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

section.trends-overview .container div.overview div.load-more p span {
  opacity: 0.5;
}

article.trend.large {
  margin-bottom: 10%;
}

article.trend.large .teaserimg {
  display: none;
  width: 100%;
  margin: 20px 0 0;
}

article.trend.large .teaserimg img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  article.trend.large .teaserimg {
    display: block;
  }
}

article.trend.large .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  article.trend.large .container {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  article.trend.large .container aside {
    width: 100% !important;
    margin: 0 !important;
  }
}

article.trend.large .container aside:first-child {
  width: 35%;
  margin-right: 5%;
}

article.trend.large .container aside:first-child .category-wrapper {
  display: flex;
  align-items: center;
  margin: 10% 0 5px 0;
}

article.trend.large .container aside:first-child .category-wrapper ul.cats {
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

article.trend.large .container aside:first-child .category-wrapper ul.cats li + li {
  margin-left: 10px;
}

article.trend.large .container aside:first-child .category-wrapper ul.cats li span {
  text-transform: uppercase;
  --dot-color: #E8E8E8;
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  font-size: 12.5px;
  color: #111820;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}

article.trend.large .container aside:first-child .category-wrapper ul.cats li span:before {
  display: none;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--dot-color);
  margin: 0 10px 0 0;
}

article.trend.large .container aside:first-child .category-wrapper .line {
  flex: 1 1 100%;
  max-width: 175px;
  height: 1px;
  margin: 0 0 0 15px;
  background-color: #E6E6E6;
}

article.trend.large .container aside:first-child p,
article.trend.large .container aside:first-child div:not(.sliderwrapper) {
  opacity: 1;
  font-family: "Apercu", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4D4D4D;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

article.trend.large .container aside:first-child p + p,
article.trend.large .container aside:first-child div:not(.sliderwrapper) + p {
  margin-top: 10px;
}

article.trend.large .container aside:first-child video {
  width: 100% !important;
  height: auto !important;
}

article.trend.large .container aside:first-child blockquote,
article.trend.large .container aside:first-child blockquote p {
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
  font-size: 28px;
  line-height: 33px;
  color: var(--letter-color);
}

@media only screen and (min-width: 640px) {
  article.trend.large .container aside:first-child blockquote,
  article.trend.large .container aside:first-child blockquote p {
    font-size: 48px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 1000px) {
  article.trend.large .container aside:first-child blockquote,
  article.trend.large .container aside:first-child blockquote p {
    font-size: 56px;
    line-height: 60px;
  }
}

article.trend.large .container aside:first-child .img {
  margin: 25px 0;
}

@media only screen and (min-width: 640px) {
  article.trend.large .container aside:first-child .img {
    margin: 50px 0;
  }
}

article.trend.large .container aside:first-child img {
  width: 100%;
  height: auto !important;
}

article.trend.large .container aside:first-child h1,
article.trend.large .container aside:first-child h1 > span,
article.trend.large .container aside:first-child h2,
article.trend.large .container aside:first-child h2 > span,
article.trend.large .container aside:first-child h3,
article.trend.large .container aside:first-child h3 > span {
  opacity: 0.7;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

article.trend.large .container aside:first-child h4,
article.trend.large .container aside:first-child h4 > span {
  font-family: "Orphicasa", sans-serif;
  font-size: 21px;
  opacity: 0.9;
  color: black;
  font-weight: 500;
}

article.trend.large .container aside:first-child h5,
article.trend.large .container aside:first-child h5 > span {
  font-size: 28px;
  color: black;
  font-family: "Orphicasa", sans-serif !important;
  font-weight: 500;
}

article.trend.large .container aside:first-child h6 {
  font-family: "Apercu", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}

article.trend.large .container aside:first-child h6:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 100%;
  margin-right: -100%;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: middle;
  margin-left: 0.75rem;
}

article.trend.large .container aside:first-child a::after {
  background-color: #000;
}

article.trend.large .container aside:last-child {
  width: 60%;
  display: flex;
}

article.trend.large .container aside:last-child ul.scroll {
  position: relative;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 768px) {
  article.trend.large .container aside:last-child ul.scroll {
    display: block;
  }
}

article.trend.large .container aside:last-child ul.scroll div.arrow-right-trend,
article.trend.large .container aside:last-child ul.scroll div.arrow-left-trend {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: right 0.6s ease;
}

article.trend.large .container aside:last-child ul.scroll div.arrow-right-trend:hover,
article.trend.large .container aside:last-child ul.scroll div.arrow-left-trend:hover {
  right: 20px;
}

article.trend.large .container aside:last-child ul.scroll div.arrow-left-trend {
  left: 25px;
  transform: rotate(180deg);
  transition: left 0.6s ease;
}

article.trend.large .container aside:last-child ul.scroll div.arrow-left-trend:hover {
  right: auto;
  left: 20px;
}

article.trend.large .container aside:last-child ul.scroll li {
  outline: none;
  margin-left: 10px;
  height: 300px;
}

@media only screen and (max-width: 450px) {
  article.trend.large .container aside:last-child ul.scroll li {
    height: 200px;
  }
}

article.trend.large .container aside:last-child ul.scroll li .img.pin {
  height: 100%;
}

article.trend.large .container aside:last-child ul.scroll li .img.pin img {
  width: auto;
  height: 100%;
}

article.trend.large .container aside:last-child ul.scroll li img {
  outline: none;
  width: auto;
  height: 100%;
}

article.trend.large .container aside:last-child > div {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  article.trend.large .container aside:last-child > div {
    display: none;
  }
}

article.trend.large .container aside:last-child > div > div {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-top: 2%;
  width: 98%;
  margin-left: 2%;
  cursor: pointer;
}

article.trend.large .container aside:last-child > div > div:before {
  position: absolute;
  opacity: 0;
  content: " ";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/images/pintrest-add.svg?1d92cf9fd90ad443b521ff81821d5a45);
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0, 1);
}

article.trend.large .container aside:last-child > div > div:hover:before {
  opacity: 1;
}

article.trend.large .container aside:last-child > div > div:hover .pinner {
  opacity: 1;
}

article.trend.large .container aside:last-child > div img {
  width: 100%;
  height: auto;
}

article.trend.large .container aside:last-child > div .pinner {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0, 1);
  text-transform: uppercase;
  width: 30%;
  padding: 0.75rem 0.25rem 0.75rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #101010;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

article.trend.large .container aside:last-child > div span:first-child {
  margin-right: 5%;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/images/pintrest.svg?884daa21680aa6da645027684e8a74ee);
  background-repeat: no-repeat;
  background-size: contain;
}

article.trend.large .container aside:last-child > div span:last-child {
  font-family: "Apercu", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.notfound {
  position: relative;
}

.notfound article {
  height: 800px;
  display: flex;
  align-items: center;
  position: relative;
}

.notfound article header.img {
  position: absolute;
  right: 0;
  top: 0;
  height: 85%;
  width: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/images/404.png?c10ef32cad39e4298ef1e57fc247836c);
  transition: transform 2s ease;
}

@media only screen and (max-width: 590px) {
  .notfound article header.img {
    height: 100%;
    width: 100%;
  }
}

.notfound article header.img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #312A2A;
  opacity: 0.1;
}

.notfound article main.article-body {
  position: relative;
  z-index: 2;
  padding: 0 0 0 60px;
  transition: padding-left 2s ease;
}

.notfound article main.article-body p {
  font-family: "Orphicasa", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.notfound article main.article-body h2 {
  font-weight: 500;
  width: 50%;
  margin: 0 0 40px;
}

.notfound .usefull {
  position: absolute;
  bottom: 0;
  width: 60%;
  margin-left: 40%;
}

@media only screen and (max-width: 590px) {
  .notfound .usefull {
    position: relative;
  }
}

@media only screen and (max-width: 950px) {
  .notfound .usefull {
    width: 100%;
    margin-left: 0;
  }
}

.notfound .usefull li {
  margin-right: -4px;
  display: inline-block;
  width: 25%;
}

@media only screen and (max-width: 590px) {
  .notfound .usefull li {
    width: 100%;
  }
}

.notfound .usefull li a {
  position: relative;
  z-index: 1;
  display: block;
  height: 120px;
  padding: 1.25rem;
  transition: padding-bottom 0.25s cubic-bezier(0.5, 0, 0, 1);
}

.notfound .usefull li a::before {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0, 1);
  background-color: inherit;
  left: 0;
  top: -15px;
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 15px;
}

.notfound .usefull li a::after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

@media only screen and (min-width: 950px) {
  .notfound .usefull li a:hover::before {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 950px) {
  .notfound .usefull li a:hover::after {
    opacity: 0.1;
  }
}

.notfound .usefull li p {
  white-space: nowrap;
  opacity: 0.3;
  font-family: "Apercu", sans-serif;
  font-size: 10.5px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.notfound .usefull li h4 {
  line-height: initial;
  font-size: 26px;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.default section.header {
  background-color: #D5B59A;
  min-height: 375px;
  padding: 170px 5% 100px;
  margin: 0 0 -10px;
  display: flex;
  justify-content: space-between;
}

.default section.header .left {
  flex: 0 0 auto;
}

.default section.header .left h1 {
  margin: 0;
}

.default section.header .left h1.small {
  font-size: 21px;
  margin-bottom: 5px;
}

.default section.header .left h2 {
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.default section.header .right {
  flex: 1 1 auto;
  max-width: 500px;
}

.default section.header .right ul.filters {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.default section.header .right ul.filters li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: "Orphicasa", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #4B4B4B;
  letter-spacing: 0.5px;
  padding: 15px 0;
  transition: color 0.4s ease;
}

.default section.header .right ul.filters li a span.count {
  font-family: "Apercu", sans-serif;
  font-weight: bold;
  opacity: 0.2;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.96px;
  margin: 0 0 0 6px;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.default section.header .right ul.filters li a:hover,
.default section.header .right ul.filters li a.active {
  color: #FFF;
}

.default section.header .right ul.filters li a:hover span.count,
.default section.header .right ul.filters li a.active span.count {
  color: #FFF;
  opacity: 1;
}

.default section.header .right ul.filters li a:hover:after,
.default section.header .right ul.filters li a.active:after {
  width: 100%;
}

.default section.header .right ul.filters li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}

.default section.header .right ul.filters li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #FFFF;
  z-index: 2;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

.default section.body {
  width: 90%;
  margin: 1rem auto;
}

.cookiebar {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1), width 0.5s cubic-bezier(0.5, 0, 0, 1);
  pointer-events: initial;
  z-index: 1000;
  background-color: #F6F6F6;
  width: 100%;
  padding: 0rem 60px 0rem 1rem;
  height: 75px;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
}

.cookiebar.noshow {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 1200px) {
  .cookiebar.minimal {
    width: calc(100% - 633.75px);
  }
}

.cookiebar span {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #000000;
  top: 0;
  right: 0;
  cursor: pointer;
  background-image: url(/images/close.svg?57d83950eec3357b13a42c3c610cb4df);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
}

.cookiebar p {
  font-family: "Orphicasa", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.cookiebar a {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 10px;
  font-family: "Apercu", sans-serif;
  font-size: 12.5px;
  font-weight: bold;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  -webkit-text-decoration: underline solid rgba(0, 0, 0, 0.2);
          text-decoration: underline solid rgba(0, 0, 0, 0.2);
}

article.realisation.teaser {
  outline: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1000px) {
  article.realisation.teaser {
    flex-direction: row;
  }
}

article.realisation.teaser a.left {
  width: 90%;
  padding: 5% 0;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  article.realisation.teaser a.left {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 1000px) {
  article.realisation.teaser a.left {
    text-align: left;
    flex: 0 0 30%;
    width: 30%;
    min-width: 520px;
    margin: 0;
    padding: 65px;
  }
}

article.realisation.teaser a.left h4 {
  opacity: 0.7;
  font-family: "Orphicasa", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0.6px;
  line-height: 30px;
}

@media only screen and (min-width: 640px) {
  article.realisation.teaser a.left h4 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 1000px) {
  article.realisation.teaser a.left h4 {
    font-size: 36px;
    line-height: 42px;
  }
}

article.realisation.teaser a.left .body {
  opacity: 0.5;
  font-family: "Apercu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

article.realisation.teaser .sliderwrapper {
  min-height: 180px;
  position: relative;
  margin: -10px 0 0 2.5%;
  flex: 1 1 auto;
  width: 97.5%;
  background-color: #F7F7F7;
}

@media only screen and (min-width: 640px) {
  article.realisation.teaser .sliderwrapper {
    min-height: 200px;
  }
}

@media only screen and (min-width: 1000px) {
  article.realisation.teaser .sliderwrapper {
    margin: -10px 0 0;
    width: 50%;
  }
}

article.realisation.teaser .sliderwrapper .images-slider {
  width: 100%;
  height: 100%;
  min-height: 60vw;
}

@media only screen and (min-width: 640px) {
  article.realisation.teaser .sliderwrapper .images-slider {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1000px) {
  article.realisation.teaser .sliderwrapper .images-slider {
    min-height: 550px;
  }
}

article.realisation.teaser .sliderwrapper .images-slider .slick-list,
article.realisation.teaser .sliderwrapper .images-slider .slick-track {
  height: 100%;
}

article.realisation.teaser .sliderwrapper .images-slider .img {
  outline: none;
  position: relative;
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  min-height: 60vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 640px) {
  article.realisation.teaser .sliderwrapper .images-slider .img {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1000px) {
  article.realisation.teaser .sliderwrapper .images-slider .img {
    background-position: center;
    min-height: 550px;
  }
}

article.realisation.teaser .sliderwrapper .images-slider .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
}

article.realisation.teaser .sliderwrapper div.arrow-left {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  left: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  transition: right 0.6s ease;
}

article.realisation.teaser .sliderwrapper div.arrow-right {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: calc(50% - 25px);
  background-image: url(/images/icons/arrows/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: right 0.6s ease;
}

.pin {
  cursor: pointer;
  position: relative;
  clear: both;
  padding: 5px;
}

.pin:before {
  position: absolute;
  opacity: 0;
  content: " ";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/images/pintrest-add.svg?1d92cf9fd90ad443b521ff81821d5a45);
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0, 1);
}

.pin .pinner {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.5, 0, 0, 1);
  text-transform: uppercase;
  width: 30%;
  padding: 0.75rem 0.25rem 0.75rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #101010;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.pin .pinner span:first-child {
  margin-right: 5%;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/images/pintrest.svg?884daa21680aa6da645027684e8a74ee);
  background-repeat: no-repeat;
  background-size: contain;
}

.pin .pinner span:last-child {
  font-family: "Apercu", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.pin:hover::before {
  opacity: 1;
}

.pin:hover .pinner {
  opacity: 1;
}


/* ----------------------------------------------------------------------------------------------------------------- */
/* OVERRIDES OF CSS BY CHRIS */
/* ----------------------------------------------------------------------------------------------------------------- */


/* Hide Categories in partner overview */
article.partner.circle a main.container ul.cats {display:none !important;}

/* change bg color for Magazine page */
/* header.magazine-header {background-color:rgb(79,59,43);} */ /* 2022-12 bg color */
/* header.magazine-header {background-color:#D8C5B7;} /* 2023-06 bg color */
/* header.magazine-header {background-color:#4a3c2f;} /* 2023-10 bg color */
/* header.magazine-header {background-color:#9C6648;} /* 2024-03 bg color */
/* header.magazine-header {background-color:#624431;} /* 2024-10 bg color */
/* header.magazine-header {background-color:#6e734c;} /* 2025-03 bg color */
header.magazine-header {background-color:#8f502c;} /* 2025-06 bg color */


/* Magazine page, hide date published */
main.magazine-page>article>header>div.left>div.container>div>h4 {display:none;}

/* Hide Agenda subtitle */
body.inverted>main.main-content>section.agenda-home>h3 {display: none !important;}
section.agenda-home > .container div.events .mobile-title h3 {display: none !important;}

/* Hide "partner in de spotlight" on top of image on homepage */
body.inverted>main.main-content>section.agenda-home>div.container>div.partner>article.partner>a>main.container>p.spotlight>span {display:none !important;}
body.inverted>main.main-content>section.agenda-home>div.container>div.partner>article.partner>a>main.container>p.spotlight:after {height:0px;}

/* Change color of old agenda item */
section.agenda-home > .container {background-color:#cdb095 !important;}
section.agenda-home > .container div.partner article.partner:before {background-color:#cdb095 !important;}

/* Change size of image of partner in the spotlight */
@media only screen and (min-width: 1000px) {
	section.agenda-home > .container {}
  	section.agenda-home > .container div.partner {width: 70% !important;}
  	section.agenda-home > .container div.events {width: 30% !important;}
  	section.agenda-home > .container div.partner article.partner {height: 575px !important;}
}

@media only screen and (min-width: 1600px) {
	section.agenda-home > .container {min-height: 800px !important;}
  section.agenda-home > .container div.partner {width: 75% !important;}
  section.agenda-home > .container div.events {width: 25% !important;}
  section.agenda-home > .container div.partner article.partner {height: 700px !important;}
}

/* change padding for spotlight text on top of image */
article.partner.spotlight a > .container {padding:25px !important;padding-bottom:5px !important;}

/* Change display of shop item */
@media only screen and (min-width: 800px) {
section.by-imagicasa.home > .left article.shop-item a {min-height:500px !important;} 
}

@media only screen and (min-width: 1400px) {
section.by-imagicasa.home > .left article.shop-item a {min-height:700px !important;} 
}

article.shop-item.teaser a:before {background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 100%) !important;}



/* hide agenda in menu's */
div.left > ul.secondary > li:nth-child(4) {display:none;}
div.right > ul.secondary > li:nth-child(4) {display:none;}

/* verander kleur op Stories pagina */
.stories-mailbox {background-color: #D9C9B5 !important;}
.stories-header {background-color: #D9C9B5 !important;}

/* verander kleur onderaan op partnerpagina */
.partners-become {background-color: #D9C9B5 !important;}

/* verander kleur about pagina */
section.promoted-slider div.slider article.about {background-color: #D9C9B5 !important;}
.main-content article.body aside.teammembers {background-color: #D9C9B5 !important;}

/* verander kleur van knop bij 'beleef het in ons magazine' op homepage */
article.magazine>footer>section.links>div:nth-child(2)>a.previewlink {background-color: #2B1700 !important;}
article.magazine>footer>section.links>div:nth-child(1)>a.shoplink {background-color: #2B1700 !important;}


/* RECOLETA EVERYWHERE IN CSS REPLACED BY Orphicasa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* font definition @ line 592 */

/* override apercu font on parter in the spotlight */
div.partner > article.spotlight > a > main.container > h4 {font-family:Orphicasa !important;}


/* achtergrondkleur interviews op homepage */
section.interviews-promoted > .container { background-color: #D9C9B5 !important;}

/* achtregrondkleur interviews pagina */
section.category-header.interviews-header { background-color:#D9C9B5 !important;}

/* Override Orphicasa where needed */
main.magazine-page>header>div.center>h1 {font-family:Apercu !important;}
main.magazine-page>article>header>div.left>div.container>div>h4 {font-family:Apercu !important;}

/* Override color on contact page for contact-mailbox */
section.contact-mailbox {background-color:#D9C9B5;}

/* Adjust font appearance of search entry on search page */
section.search-header>div.left>h2 {text-transform:uppercase;font-family:Orphicasa;}

/* override colors of tabs on contact page */


		/* adjust main.faqs */
main.main-content.contact section.faqswrapper main.faqs {
  background-color:rgb(217, 201, 181) !important;
}

main.main-content.contact > input[type=radio]#normal:checked ~ section.faqswrapper main.faqs {
  background-color:rgb(217, 201, 181) !important;
}

main.main-content.contact > input[type=radio]#ads:checked ~ section.faqswrapper main.faqs {
  background-color: rgb(190,208,234) !important;
}

main.main-content.contact > input[type=radio]#partner:checked ~ section.faqswrapper main.faqs {
  background-color: rgb(186,200,201) !important;
}

		/* adjust labels */
main.main-content.contact > input[type=radio]#normal:checked ~ section.faqswrapper header.labels label[for=normal] {
  background-color:rgb(217, 201, 181) !important;
}

main.main-content.contact > input[type=radio]#ads:checked ~ section.faqswrapper header.labels label[for=ads] {
  background-color: rgb(190,208,234) !important;
}

main.main-content.contact > input[type=radio]#partner:checked ~ section.faqswrapper header.labels label[for=partner] {
  background-color: rgb(186,200,201) !important;
}

		/* change opacity */
main.main-content.contact section.faqswrapper header.labels label p {
  opacity: 1 !important;
}

main.main-content.contact section.faqswrapper header.labels label {
  opacity: 1;
}


/* CSS FOR VIDEO SECTION */

/* :CONTAINS() is unsupported */
/* 
section.story-detail div.slider article .wrapper main.article-body ul.cats li span:contains("Video") {display:none !important;} ///// DOES NOT WORK AT ALL ?????????

section.stories-header > div.left > div.titles > h2:contains("Video") {color:green !important;}

h2:contains("Video") {color:green !important;} */

div.right > ul > li:has(a[href*="100007"]) {display:none !important;}






/* override beeld magazine in de kijker 2022-12 */
/* afgezet maart 2023, bewaar code voor geval nodig is in toekomst */
/* @media only screen and (min-width: 1000px) {
article.magazine.promoted {background-image:url('https://imagicasa.be/storage/magazines/December2022/magazine%20mockup%20homepage%20desktop%20winter%202022-1.gif') !important;}
}

article.magazine.promoted>footer>a>img.unpin {content:url('https://imagicasa.be/storage/magazines/December2022/magazine_mobile.gif') !important;} */



