/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Gothic:wdth@85&display=swap');

@font-face {
  font-family: 'Brandon Printed';
  src: url(../assets/fonts/brandon/BrandonPrinted-OneShadow.woff2) format("woff2"), url(../assets/fonts/brandon/BrandonPrinted-OneShadow.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../assets/fonts/futura/FuturaPT-Light.woff2) format("woff2"), url(../assets/fonts/futura/FuturaPT-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../assets/fonts/futura/FuturaPT-Book.woff2) format("woff2"), url(../assets/fonts/futura/FuturaPT-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../assets/fonts/futura/FuturaPT-Medium.woff2) format("woff2"), url(../assets/fonts/futura/FuturaPT-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../assets/fonts/futura/FuturaPT-Bold.woff2) format("woff2"), url(../assets/fonts/futura/FuturaPT-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bosk Hand';
  src: url(../assets/fonts/boskhand/BoskHand.woff2) format("woff2"), url(../assets/fonts/boskhand/BoskHand.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Meritocracy';
  src: url(../assets/fonts/meritocracy/Meritocracy-Regular.woff2) format("woff2"), url(../assets/fonts/meritocracy/Meritocracy-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heading Now Book';
  src: url(https://brancamenta.tesecom.net/wp-content/themes/brancamenta_2023/assets/fonts/heading/heading-now-book.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heading Now';
  src: url(https://brancamenta.tesecom.net/wp-content/themes/brancamenta_2023/assets/fonts/heading/heading-now-medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heading Now';
  src: url(https://brancamenta.tesecom.net/wp-content/themes/brancamenta_2023/assets/fonts/heading/heading-now-extrabold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
 font-display: swap;
}


html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Basscss Type Scale */

.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

/* Basscss Typography */

.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

.text-decoration-none {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

.center,
#main-footer .site-footer__menu,
#main-footer .social-list,
.site-subfooter {
  text-align: center;
}

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.125;
}

.line-height-3 {
  line-height: 1.25;
}

.line-height-4 {
  line-height: 1.5;
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-reset {
  list-style: none;
  padding-left: 0;
}

/* Basscss Layout */

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block,
.nav-main .social-list,
.nav-overlay nav ul > li a,
.slick-slider .slick-dots li,
.slick-slider .slick-dots li button:before,
#main-footer .site-footer__menu > li,
.button,
.section--journey-content .section__step .section__label:before,
.section--journey-content .section__step .section__label:after {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
}

.max-width-2 {
  max-width: 32rem;
}

.max-width-3 {
  max-width: 48rem;
}

.max-width-4 {
  max-width: 64rem;
}

.border-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Basscss Align */

.align-baseline {
  vertical-align: baseline;
}

.align-top,
img {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

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

/* Basscss Margin */

.m0,
.wysiwyg p,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.slick-slider .slick-dots,
#main-footer .site-footer__menu,
.site-subfooter p {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0,
.wysiwyg p:last-child {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: 0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.ml1 {
  margin-left: 0.5rem;
}

.mx1,
.nav-overlay .language.selector .social-list__item .item__link svg,
.nav-overlay .social-list .social-list__item .item__link svg {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mr2,
.nav-main .social-list {
  margin-right: 1rem;
}

.mb2,
.wysiwyg p,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin-bottom: 1rem;
}

.ml2 {
  margin-left: 1rem;
}

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m3 {
  margin: 2rem;
}

.mt3 {
  margin-top: 2rem;
}

.mr3 {
  margin-right: 2rem;
}

.mb3 {
  margin-bottom: 2rem;
}

.ml3 {
  margin-left: 2rem;
}

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m4 {
  margin: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.ml4 {
  margin-left: 4rem;
}

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Basscss Padding */

.p0,
.wysiwyg p,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.slick-slider .slick-dots,
.slick-slider .slick-dots li button,
#main-footer .site-footer__menu {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p2,
.site-subfooter {
  padding: 1rem;
}

.pt2,
#main-footer .social-list {
  padding-top: 1rem;
}

.pr2,
.nav-main .social-list {
  padding-right: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2,
#main-footer .site-footer__menu > li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p3 {
  padding: 2rem;
}

.pt3 {
  padding-top: 2rem;
}

.pr3 {
  padding-right: 2rem;
}

.pb3 {
  padding-bottom: 2rem;
}

.pl3 {
  padding-left: 2rem;
}

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p4 {
  padding: 4rem;
}

.pt4 {
  padding-top: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pt6 {
  padding-top: 6rem;
}
.pb6 {
  padding-bottom: 6rem;
}
/* Basscss Grid */

.col {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-right {
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sm-col-right {
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sm-col-1 {
    width: 8.33333%;
  }

  .sm-col-2 {
    width: 16.66667%;
  }

  .sm-col-3 {
    width: 25%;
  }

  .sm-col-4 {
    width: 33.33333%;
  }

  .sm-col-5 {
    width: 41.66667%;
  }

  .sm-col-6 {
    width: 50%;
  }

  .sm-col-7 {
    width: 58.33333%;
  }

  .sm-col-8 {
    width: 66.66667%;
  }

  .sm-col-9 {
    width: 75%;
  }

  .sm-col-10 {
    width: 83.33333%;
  }

  .sm-col-11 {
    width: 91.66667%;
  }

  .sm-col-12 {
    width: 100%;
  }
}

@media (min-width: 52em) {
  .md-col {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .md-col-right {
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .md-col-1 {
    width: 8.33333%;
  }

  .md-col-2 {
    width: 16.66667%;
  }

  .md-col-3 {
    width: 25%;
  }

  .md-col-4 {
    width: 33.33333%;
  }

  .md-col-5 {
    width: 41.66667%;
  }

  .md-col-6 {
    width: 50%;
  }

  .md-col-7 {
    width: 58.33333%;
  }

  .md-col-8 {
    width: 66.66667%;
  }

  .md-col-9 {
    width: 75%;
  }

  .md-col-10 {
    width: 83.33333%;
  }

  .md-col-11 {
    width: 91.66667%;
  }

  .md-col-12 {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .lg-col {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lg-col-right {
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lg-col-1 {
    width: 8.33333%;
  }

  .lg-col-2 {
    width: 16.66667%;
  }

  .lg-col-3 {
    width: 25%;
  }

  .lg-col-4 {
    width: 33.33333%;
  }

  .lg-col-5 {
    width: 41.66667%;
  }

  .lg-col-6 {
    width: 50%;
  }

  .lg-col-7 {
    width: 58.33333%;
  }

  .lg-col-8 {
    width: 66.66667%;
  }

  .lg-col-9 {
    width: 75%;
  }

  .lg-col-10 {
    width: 83.33333%;
  }

  .lg-col-11 {
    width: 91.66667%;
  }

  .lg-col-12 {
    width: 100%;
  }
}

.flex,
.slick-slider.flex .slick-track,
.slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center,
.slick-arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.self-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -webkit-order: 99999;
  -moz-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}

/* Basscss Position */

.relative,
.nav-main,
.nav-overlay nav ul > li,
.nav-overlay nav ul > li a {
  position: relative;
}

.absolute,
.nav-overlay .language.selector,
.nav-overlay .social-list,
.slick-arrow,
.slick-slider .slick-dots,
.section--home-content .section__hero:after,
.cover,
.section--history-timeline .section__image-wrapper:before,
.absolute-center,
.absolute-center-x,
.nav-overlay nav ul > li a:before,
.absolute-center-y,
[role="progressbar"]:after,
.section--journey-content .section__step .section__label:before,
.section--journey-content .section__step .section__label:after,
.section--cocktails-slider .section__ingredient:before,
.section--history-timeline .section__year:before,
.section--history-timeline .section__year:after,
.event.type-event .event__infos:before,
.event.type-event .event__infos:after,
.event.event--preview .preview__date:before,
.event.event--preview .preview__date:after {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0,
.cover,
.section--history-timeline .section__image-wrapper:before {
  top: 0;
}

.right-0,
.nav-overlay .language.selector,
.nav-overlay .social-list,
.section--home-content .section__hero:after,
.cover,
.section--history-timeline .section__image-wrapper:before {
  right: 0;
}

.bottom-0,
.section--home-content .section__hero:after,
.cover,
.section--history-timeline .section__image-wrapper:before {
  bottom: 0;
}

.left-0,
.nav-overlay .language.selector,
.nav-overlay .social-list,
.section--home-content .section__hero:after,
.section--journey-content .section__step .section__label:before,
.cover,
.section--history-timeline .section__image-wrapper:before {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

/* Basscss Border */

.border {
  border-style: solid;
  border-width: 1px;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-none,
.slick-slider .slick-dots li button {
  border: 0;
}

.rounded {
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.circle,
.slick-slider .slick-dots li button:before {
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rounded-top {
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.rounded-right {
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.rounded-bottom {
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.rounded-left {
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.not-rounded {
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Basscss Hide */

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}

.display-none {
  display: none !important;
}

/* Basscss All */

.all-initial {
  all: initial;
}

.all-unset {
  all: unset;
}

.all-inherit {
  all: inherit;
}

/* Basscss Background Colors */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.bg-black {
  background-color: #111;
}

.bg-gray {
  background-color: #aaa;
}

.bg-silver {
  background-color: #ddd;
}

.bg-white {
  background-color: #fff;
}

.bg-aqua {
  background-color: #7fdbff;
}

.bg-blue {
  background-color: #0074d9;
}

.bg-navy {
  background-color: #001f3f;
}

.bg-teal {
  background-color: #39cccc;
}

.bg-green {
  background-color: #2ecc40;
}

.bg-olive {
  background-color: #3d9970;
}

.bg-lime {
  background-color: #01ff70;
}

.bg-yellow {
  background-color: #ffdc00;
}

.bg-orange {
  background-color: #ff851b;
}

.bg-red {
  background-color: #ff4136;
}

.bg-fuchsia {
  background-color: #f012be;
}

.bg-purple {
  background-color: #b10dc9;
}

.bg-maroon {
  background-color: #85144b;
}

/* Basscss Background Images */

.bg-cover {
  -moz-background-size: cover;
  background-size: cover;
}

.bg-contain {
  -moz-background-size: contain;
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: right;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-position: left;
}

/* Basscss Border Colors */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.border-black {
  border-color: #111;
}

.border-gray {
  border-color: #aaa;
}

.border-silver {
  border-color: #ddd;
}

.border-white {
  border-color: #fff;
}

.border-aqua {
  border-color: #7fdbff;
}

.border-blue {
  border-color: #0074d9;
}

.border-navy {
  border-color: #001f3f;
}

.border-teal {
  border-color: #39cccc;
}

.border-green {
  border-color: #2ecc40;
}

.border-olive {
  border-color: #3d9970;
}

.border-lime {
  border-color: #01ff70;
}

.border-yellow {
  border-color: #ffdc00;
}

.border-orange {
  border-color: #ff851b;
}

.border-red {
  border-color: #ff4136;
}

.border-fuchsia {
  border-color: #f012be;
}

.border-purple {
  border-color: #b10dc9;
}

.border-maroon {
  border-color: #85144b;
}

/* Basscss Btn */

.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Basscss Btn Outline */

.btn-outline,
.btn-outline:hover {
  border-color: currentcolor;
}

.btn-outline {
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-outline:hover {
  -moz-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-outline:active {
  -moz-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: .5;
}

/* Basscss Darken */

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.0625);
}

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.125);
}

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Basscss Highlight */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.highlight-dark .hljs {
  color: white;
  -webkit-text-size-adjust: none;
}

.highlight-dark .hljs-comment,
.highlight-dark .diff .hljs-header,
.highlight-dark .hljs-javadoc {
  color: #ddd;
  font-style: italic;
}

.highlight-dark .hljs-keyword,
.highlight-dark .css .rule .hljs-keyword,
.highlight-dark .hljs-winutils,
.highlight-dark .nginx .hljs-title,
.highlight-dark .hljs-subst,
.highlight-dark .hljs-request,
.highlight-dark .hljs-status {
  color: white;
  font-weight: bold;
}

.highlight-dark .hljs-number,
.highlight-dark .hljs-hexcolor,
.highlight-dark .ruby .hljs-constant {
  color: #01ff70;
}

.highlight-dark .hljs-string,
.highlight-dark .hljs-tag .hljs-value,
.highlight-dark .hljs-phpdoc,
.highlight-dark .hljs-dartdoc,
.highlight-dark .tex .hljs-formula {
  color: #ff4136;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold;
}

.highlight-dark .hljs-list .hljs-keyword,
.highlight-dark .hljs-subst {
  font-weight: normal;
}

.highlight-dark .hljs-class .hljs-title,
.highlight-dark .hljs-type,
.highlight-dark .vhdl .hljs-literal,
.highlight-dark .tex .hljs-command {
  color: #7fdbff;
  font-weight: bold;
}

.highlight-dark .hljs-tag,
.highlight-dark .hljs-tag .hljs-title,
.highlight-dark .hljs-rules .hljs-property,
.highlight-dark .django .hljs-tag .hljs-keyword {
  color: #7fdbff;
  font-weight: normal;
}

.highlight-dark .hljs-attribute,
.highlight-dark .hljs-variable,
.highlight-dark .lisp .hljs-body {
  color: #01ff70;
}

.highlight-dark .hljs-regexp {
  color: #01ff70;
}

.highlight-dark .hljs-symbol,
.highlight-dark .ruby .hljs-symbol .hljs-string,
.highlight-dark .lisp .hljs-keyword,
.highlight-dark .clojure .hljs-keyword,
.highlight-dark .scheme .hljs-keyword,
.highlight-dark .tex .hljs-special,
.highlight-dark .hljs-prompt {
  color: #f012be;
}

.highlight-dark .hljs-built_in {
  color: #7fdbff;
}

.highlight-dark .hljs-preprocessor,
.highlight-dark .hljs-pragma,
.highlight-dark .hljs-pi,
.highlight-dark .hljs-doctype,
.highlight-dark .hljs-shebang,
.highlight-dark .hljs-cdata {
  color: #ddd;
  font-weight: bold;
}

.highlight-dark .hljs-deletion {
  background: #f012be;
}

.highlight-dark .hljs-addition {
  background: #01ff70;
}

.highlight-dark .diff .hljs-change {
  background: #7fdbff;
}

.highlight-dark .hljs-chunk {
  color: #aaa;
}

/* Basscss Highlight */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.hljs {
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #ddd;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: white;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #01ff70;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
  color: #ff4136;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold;
}

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #7fdbff;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #7fdbff;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #01ff70;
}

.hljs-regexp {
  color: #01ff70;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #f012be;
}

.hljs-built_in {
  color: #7fdbff;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #ddd;
  font-weight: bold;
}

.hljs-deletion {
  background: #f012be;
}

.hljs-addition {
  background: #01ff70;
}

.diff .hljs-change {
  background: #7fdbff;
}

.hljs-chunk {
  color: #aaa;
}

/* Mapped colors */

/* Basscss Input Range */

.input-range {
  vertical-align: middle;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
}

.input-range::-webkit-slider-thumb {
  position: relative;
  width: 0.5rem;
  height: 1.25rem;
  cursor: pointer;
  margin-top: -0.5rem;
  border-radius: 3px;
  background-color: currentcolor;
  -webkit-appearance: none;
}

/* Touch screen friendly pseudo element */

.input-range::-webkit-slider-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.875rem;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0;
}

.input-range::-moz-range-thumb {
  width: 0.5rem;
  height: 1.25rem;
  cursor: pointer;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: currentcolor;
}

.input-range::-webkit-slider-runnable-track {
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

.input-range::-moz-range-track {
  height: 0.25rem;
  cursor: pointer;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

.input-range:focus {
  outline: none;
}

/* Basscss Media Object */

.media,
.sm-media,
.md-media,
.lg-media {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.media-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.media-img,
.media-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 40em) {
  .sm-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52em) {
  .md-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .lg-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Basscss Progress */

.progress {
  display: block;
  width: 100%;
  height: 0.5625rem;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
  -moz-border-radius: 10000px;
  border-radius: 10000px;
  -webkit-appearance: none;
}

.progress::-webkit-progress-bar {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.125);
}

.progress::-webkit-progress-value {
  -webkit-appearance: none;
  background-color: currentcolor;
}

.progress::-moz-progress-bar {
  background-color: currentcolor;
}

/* Basscss Responsive Margin */

@media (min-width: 40em) {
  .sm-m0 {
    margin: 0;
  }

  .sm-mt0 {
    margin-top: 0;
  }

  .sm-mr0 {
    margin-right: 0;
  }

  .sm-mb0 {
    margin-bottom: 0;
  }

  .sm-ml0 {
    margin-left: 0;
  }

  .sm-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-m1 {
    margin: 0.5rem;
  }

  .sm-mt1 {
    margin-top: 0.5rem;
  }

  .sm-mr1 {
    margin-right: 0.5rem;
  }

  .sm-mb1 {
    margin-bottom: 0.5rem;
  }

  .sm-ml1 {
    margin-left: 0.5rem;
  }

  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-m2 {
    margin: 1rem;
  }

  .sm-mt2 {
    margin-top: 1rem;
  }

  .sm-mr2 {
    margin-right: 1rem;
  }

  .sm-mb2 {
    margin-bottom: 1rem;
  }

  .sm-ml2 {
    margin-left: 1rem;
  }

  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-m3 {
    margin: 2rem;
  }

  .sm-mt3 {
    margin-top: 2rem;
  }

  .sm-mr3 {
    margin-right: 2rem;
  }

  .sm-mb3 {
    margin-bottom: 2rem;
  }

  .sm-ml3 {
    margin-left: 2rem;
  }

  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-m4 {
    margin: 4rem;
  }

  .sm-mt4 {
    margin-top: 4rem;
  }

  .sm-mr4 {
    margin-right: 4rem;
  }

  .sm-mb4 {
    margin-bottom: 4rem;
  }

  .sm-ml4 {
    margin-left: 4rem;
  }

  .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm-ml-auto {
    margin-left: auto;
  }

  .sm-mr-auto {
    margin-right: auto;
  }

  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 52em) {
  .md-m0 {
    margin: 0;
  }

  .md-mt0 {
    margin-top: 0;
  }

  .md-mr0 {
    margin-right: 0;
  }

  .md-mb0 {
    margin-bottom: 0;
  }

  .md-ml0 {
    margin-left: 0;
  }

  .md-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-m1 {
    margin: 0.5rem;
  }

  .md-mt1 {
    margin-top: 0.5rem;
  }

  .md-mr1 {
    margin-right: 0.5rem;
  }

  .md-mb1 {
    margin-bottom: 0.5rem;
  }

  .md-ml1 {
    margin-left: 0.5rem;
  }

  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-m2 {
    margin: 1rem;
  }

  .md-mt2 {
    margin-top: 1rem;
  }

  .md-mr2 {
    margin-right: 1rem;
  }

  .md-mb2 {
    margin-bottom: 1rem;
  }

  .md-ml2 {
    margin-left: 1rem;
  }

  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md-m3 {
    margin: 2rem;
  }

  .md-mt3 {
    margin-top: 2rem;
  }

  .md-mr3 {
    margin-right: 2rem;
  }

  .md-mb3 {
    margin-bottom: 2rem;
  }

  .md-ml3 {
    margin-left: 2rem;
  }

  .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md-m4 {
    margin: 4rem;
  }

  .md-mt4 {
    margin-top: 4rem;
  }

  .md-mr4 {
    margin-right: 4rem;
  }

  .md-mb4 {
    margin-bottom: 4rem;
  }

  .md-ml4 {
    margin-left: 4rem;
  }

  .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md-ml-auto {
    margin-left: auto;
  }

  .md-mr-auto {
    margin-right: auto;
  }

  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 64em) {
  .lg-m0 {
    margin: 0;
  }

  .lg-mt0 {
    margin-top: 0;
  }

  .lg-mr0 {
    margin-right: 0;
  }

  .lg-mb0 {
    margin-bottom: 0;
  }

  .lg-ml0 {
    margin-left: 0;
  }

  .lg-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg-m1 {
    margin: 0.5rem;
  }

  .lg-mt1 {
    margin-top: 0.5rem;
  }

  .lg-mr1 {
    margin-right: 0.5rem;
  }

  .lg-mb1 {
    margin-bottom: 0.5rem;
  }

  .lg-ml1 {
    margin-left: 0.5rem;
  }

  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg-m2 {
    margin: 1rem;
  }

  .lg-mt2 {
    margin-top: 1rem;
  }

  .lg-mr2 {
    margin-right: 1rem;
  }

  .lg-mb2 {
    margin-bottom: 1rem;
  }

  .lg-ml2 {
    margin-left: 1rem;
  }

  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg-m3 {
    margin: 2rem;
  }

  .lg-mt3 {
    margin-top: 2rem;
  }

  .lg-mr3 {
    margin-right: 2rem;
  }

  .lg-mb3 {
    margin-bottom: 2rem;
  }

  .lg-ml3 {
    margin-left: 2rem;
  }

  .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg-m4 {
    margin: 4rem;
  }

  .lg-mt4 {
    margin-top: 4rem;
  }

  .lg-mr4 {
    margin-right: 4rem;
  }

  .lg-mb4 {
    margin-bottom: 4rem;
  }

  .lg-ml4 {
    margin-left: 4rem;
  }

  .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg-ml-auto {
    margin-left: auto;
  }

  .lg-mr-auto {
    margin-right: auto;
  }

  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Basscss Responsive Padding */

@media (min-width: 40em) {
  .sm-p0 {
    padding: 0;
  }

  .sm-pt0 {
    padding-top: 0;
  }

  .sm-pr0 {
    padding-right: 0;
  }

  .sm-pb0 {
    padding-bottom: 0;
  }

  .sm-pl0 {
    padding-left: 0;
  }

  .sm-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-p1 {
    padding: 0.5rem;
  }

  .sm-pt1 {
    padding-top: 0.5rem;
  }

  .sm-pr1 {
    padding-right: 0.5rem;
  }

  .sm-pb1 {
    padding-bottom: 0.5rem;
  }

  .sm-pl1 {
    padding-left: 0.5rem;
  }

  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-p2 {
    padding: 1rem;
  }

  .sm-pt2 {
    padding-top: 1rem;
  }

  .sm-pr2 {
    padding-right: 1rem;
  }

  .sm-pb2 {
    padding-bottom: 1rem;
  }

  .sm-pl2 {
    padding-left: 1rem;
  }

  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-p3 {
    padding: 2rem;
  }

  .sm-pt3 {
    padding-top: 2rem;
  }

  .sm-pr3 {
    padding-right: 2rem;
  }

  .sm-pb3 {
    padding-bottom: 2rem;
  }

  .sm-pl3 {
    padding-left: 2rem;
  }

  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm-p4 {
    padding: 4rem;
  }

  .sm-pt4 {
    padding-top: 4rem;
  }

  .sm-pr4 {
    padding-right: 4rem;
  }

  .sm-pb4 {
    padding-bottom: 4rem;
  }

  .sm-pl4 {
    padding-left: 4rem;
  }

  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 52em) {
  .md-p0 {
    padding: 0;
  }

  .md-pt0 {
    padding-top: 0;
  }

  .md-pr0 {
    padding-right: 0;
  }

  .md-pb0 {
    padding-bottom: 0;
  }

  .md-pl0 {
    padding-left: 0;
  }

  .md-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md-p1 {
    padding: 0.5rem;
  }

  .md-pt1 {
    padding-top: 0.5rem;
  }

  .md-pr1 {
    padding-right: 0.5rem;
  }

  .md-pb1 {
    padding-bottom: 0.5rem;
  }

  .md-pl1 {
    padding-left: 0.5rem;
  }

  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-p2 {
    padding: 1rem;
  }

  .md-pt2 {
    padding-top: 1rem;
  }

  .md-pr2 {
    padding-right: 1rem;
  }

  .md-pb2 {
    padding-bottom: 1rem;
  }

  .md-pl2 {
    padding-left: 1rem;
  }

  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md-p3 {
    padding: 2rem;
  }

  .md-pt3 {
    padding-top: 2rem;
  }

  .md-pr3 {
    padding-right: 2rem;
  }

  .md-pb3 {
    padding-bottom: 2rem;
  }

  .md-pl3 {
    padding-left: 2rem;
  }

  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md-p4 {
    padding: 4rem;
  }

  .md-pt4 {
    padding-top: 4rem;
  }

  .md-pr4 {
    padding-right: 4rem;
  }

  .md-pb4 {
    padding-bottom: 4rem;
  }

  .md-pl4 {
    padding-left: 4rem;
  }

  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 64em) {
  .lg-p0 {
    padding: 0;
  }

  .lg-pt0 {
    padding-top: 0;
  }

  .lg-pr0 {
    padding-right: 0;
  }

  .lg-pb0 {
    padding-bottom: 0;
  }

  .lg-pl0 {
    padding-left: 0;
  }

  .lg-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg-p1 {
    padding: 0.5rem;
  }

  .lg-pt1 {
    padding-top: 0.5rem;
  }

  .lg-pr1 {
    padding-right: 0.5rem;
  }

  .lg-pb1 {
    padding-bottom: 0.5rem;
  }

  .lg-pl1 {
    padding-left: 0.5rem;
  }

  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg-p2 {
    padding: 1rem;
  }

  .lg-pt2 {
    padding-top: 1rem;
  }

  .lg-pr2 {
    padding-right: 1rem;
  }

  .lg-pb2 {
    padding-bottom: 1rem;
  }

  .lg-pl2 {
    padding-left: 1rem;
  }

  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg-p3 {
    padding: 2rem;
  }

  .lg-pt3 {
    padding-top: 2rem;
  }

  .lg-pr3 {
    padding-right: 2rem;
  }

  .lg-pb3 {
    padding-bottom: 2rem;
  }

  .lg-pl3 {
    padding-left: 2rem;
  }

  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg-p4 {
    padding: 4rem;
  }

  .lg-pt4 {
    padding-top: 4rem;
  }

  .lg-pr4 {
    padding-right: 4rem;
  }

  .lg-pb4 {
    padding-bottom: 4rem;
  }

  .lg-pl4 {
    padding-left: 4rem;
  }

  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
h2.cocktails-home {
  font-family: "League Gothic", serif;
  color: #00af86;
  font-size: 6em;
}
.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes modal-video-inner {
  from {
    -moz-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }

  to {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }

  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  -moz-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  -moz-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: -6px;
}


/* FONTS - Sizes and families
   ----------------------------- */

/* SPACERS
   ----------------------------- */

/* COLORS
   ----------------------------- */

@-webkit-keyframes blink {
  80% {
    opacity: 0.85;
  }
}

@-moz-keyframes blink {
  80% {
    opacity: 0.85;
  }
}

@keyframes blink {
  80% {
    opacity: 0.85;
  }
}

@-webkit-keyframes image_blink {
  50% {
    opacity: 0.65;
  }
}

@-moz-keyframes image_blink {
  50% {
    opacity: 0.65;
  }
}

@keyframes image_blink {
  50% {
    opacity: 0.65;
  }
}

@-webkit-keyframes image_neon_blink {
  80% {
    opacity: 0.65;
  }
}

@-moz-keyframes image_neon_blink {
  80% {
    opacity: 0.65;
  }
}

@keyframes image_neon_blink {
  80% {
    opacity: 0.65;
  }
}

.neon {
  text-shadow: 0 0 1.2rem #4beebb;
  color: #7af2cd;
}

.neon.dark {
  color: black;
}

.neon.on {
  text-shadow: 0 0 1.2rem #4beebb;
  -webkit-animation: blink 0.01s 120 alternate;
  -moz-animation: blink 0.01s 120 alternate;
  animation: blink 0.01s 120 alternate;
}

.image-blink.on {
  -webkit-animation: image_blink 3.8s infinite;
  -moz-animation: image_blink 3.8s infinite;
  animation: image_blink 3.8s infinite;
}

.image-neon-glow {
  z-index: 1000;
  opacity: .40;
}

.image-neon-glow.on {
  -webkit-animation: image_neon_blink 0.01s 120 alternate;
  -moz-animation: image_neon_blink 0.01s 120 alternate;
  animation: image_neon_blink 0.01s 120 alternate;
}

.wysiwyg {
  line-height: 1.4;
}

.title-green {
  color: #00af86;
  font-size: 6rem;
  text-transform: uppercase;
  font-family: "Inter",serif;
  font-weight: bold;
  position: relative;
  background: #e7f4eb;
  left: 11rem;
  top: -2rem;
}
.section--history-spot {
  background: #e7f4eb;
}

.wysiwyg p {
  font-family: 'Inter', serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.section--history .wysiwyg p {
  font-family: 'Inter', serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.section__content .testo-cocktail p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  color: #FFF;
}
.section__content .testo-cocktail p strong {
  color: #67e5c0;
}
.social-list .social-list__item .item__label {
  display: none;
}

.social-list .social-list__item .item__link svg {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .3rem;
}

h2.menta {
  font-family: 'League Gothic', serif !important;
  color: #508376 !important;
  font-weight: normal !important;
  font-size: 2em !important;
}

p.menta {
  font-family: 'Inter', serif !important;
  color: #508376 !important;
  font-weight: normal !important;
  font-size: 1em !important;
  text-transform: initial !important;
}
.section--history-header p.menta {
  max-width: 32rem !important;
  line-height: 1rem !important;
  text-align: left !important;
  padding-left: 5rem !important;
}

.nav-main {
  z-index: 10;
}

.nav-main > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 4.7rem;
}

.nav-main .nav-main__center img {
  width: 100%;
  max-width: 13rem;
}

.nav-main .nav-main__center img.brand-logo-green {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease;
  -moz-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}

.nav-main .nav-main__center img.brand-logo-green.on {
  opacity: 1;
}

.nav-main .social-list {
  border-right: 1px solid #67e5c0;
}

@media (max-width: 768px) {
  .nav-main .social-list {
    display: none;
  }
  .title-green {
    left: 0rem;
    padding-left: 15px;
  }
}
.page__image-title img {
  max-height: 700px;
}

.nav-main .social-list .social-list__item .item__link svg {
  fill: #00af86;
}
footer .social-list .social-list__item .item__link svg {
  fill: #FFF;
  width: 64px;
}

.nav-main .right__icon--hamburgher {
  margin-left: 0.3rem;
  margin-top: -0.1rem;
}

.nav-main .right__icon--mobile {
  display: none;
}

@media (max-width: 768px) {
  .nav-main .right__icon--desktop {
    display: none;
  }

  .nav-main .right__icon--mobile {
    display: inline-block;
  }
  .section--history-header div {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .section--history-header img.contain-image {
    padding: 15px !important;
  }
  .section--history-header p.menta {
    padding-left: 15px !important;
  }
}

.toggle-menu {
  width: 1.4rem;
  height: 1rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 11;
}

.toggle-menu.active {
  height: 1.4rem;
}

.toggle-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #67e5c0;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s .4s ease-in-out;
  -moz-transition: .4s .4s ease-in-out;
  transition: .4s .4s ease-in-out;
}

.toggle-menu span:nth-child(1) {
  top: 0px;
}

.toggle-menu span:nth-child(2) {
  top: -webkit-calc(1rem / 2 - 0.05rem);
  top: -moz-calc(1rem / 2 - 0.05rem);
  top: calc(1rem / 2 - 0.05rem);
}

.toggle-menu span:nth-child(3) {
  top: -webkit-calc(1rem - 0.1rem);
  top: -moz-calc(1rem - 0.1rem);
  top: calc(1rem - 0.1rem);
}

.toggle-menu.active span {
  background: #fff;
}

.toggle-menu.active span:nth-child(1) {
  top: .65rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.toggle-menu.active span:nth-child(2) {
  opacity: 0;
  right: -4rem;
}

.toggle-menu.active span:nth-child(3) {
  top: .65rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#masthead {
  z-index: 10001;
  background: #e7f4eb;
}

.admin-bar #masthead {
  top: 32px;
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 50px;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #00af86;
  z-index: 9999;
}

@media (max-width: 768px) {
  .nav-overlay {
    width: 100%;
  }
}

.nav-overlay nav {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-overlay nav ul > li {
  list-style: none;
  font-size: 2rem;
}

.nav-overlay nav ul > li a {
  padding: 1.75rem 0;
  font-family: 'League Gothic', sans-serif !important;
  font-size: 4.6rem;
  font-weight: bold;
  text-transform: uppercase !important;
}

.nav-overlay nav ul > li a:before {
  display: inline-block;
  background: rgba(255, 255, 255, 0.35);
  height: 1px;
  width: 100%;
  min-width: 8rem;
}

.nav-overlay nav ul > li a:after {
  /* content: attr(title); */
  display: inline-block;
  font-family: 'League Gothic', sans-serif !important;
  font-size: 1rem;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  padding: 0 1rem;
}

.nav-overlay nav ul > li a:before {
  content: '';
  top: 0;
}

@media (max-width: 375px) {
  .nav-overlay nav ul > li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 52em) {
.nav-overlay nav ul > li a {
  font-size: 2rem;

}
}
.nav-overlay nav ul > li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.nav-overlay nav ul > li .a-active,
.nav-overlay nav ul > li.current-menu-item a:not(.a-not-active),
.nav-overlay nav ul > li a:hover {
  text-decoration: none;
  color: #67B790;
}

.nav-overlay .language.selector,
.nav-overlay .social-list {
  bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem 3rem;
  text-align: center;
}

@media (max-width: 768px) {
  .nav-overlay .language.selector,
  .nav-overlay .social-list {
    bottom: 0;
  }
}

.nav-overlay .language.selector .social-list__item.social-list__item--facebook .item__link,
.nav-overlay .social-list .social-list__item.social-list__item--facebook .item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-overlay .language.selector .social-list__item.social-list__item--facebook .item__link .item__label,
.nav-overlay .social-list .social-list__item.social-list__item--facebook .item__link .item__label {
  position: relative;
  top: .3rem;
}

.nav-overlay .language.selector .social-list__item .item__label,
.nav-overlay .social-list .social-list__item .item__label {
  display: inline-block;
  font-size: .9rem;
  font-family: "Bosk Hand", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1;
}

.nav-overlay .language.selector .social-list__item .item__link svg,
.nav-overlay .social-list .social-list__item .item__link svg {
  display: inline-block;
  position: relative;
  top: 4px;
}

.nav-overlay .language.selector .social-list__item .item__link svg path,
.nav-overlay .social-list .social-list__item .item__link svg path {
  fill: #FFF;
}

.nav-overlay .language.selector .social-list__item:hover .item__label,
.nav-overlay .social-list .social-list__item:hover .item__label {
  color: #67B790;
}

.nav-overlay .language.selector .social-list__item:hover .item__link svg path,
.nav-overlay .social-list .social-list__item:hover .item__link svg path {
  fill: #67B790;
}

.nav-overlay .language.selector {
  bottom: 3rem;
  display: none;
}

@media (max-width: 768px) {
  .nav-overlay .language.selector {
    display: block;
  }
}

.nav-overlay.open {
  display: block;
}

/* COMMON
  ----------------------------- */

.slick-slider.flex .slick-track .slick-slide,
.slick-slider.slick-arrow .slick-track .slick-slide {
  height: auto;
}

.slick-slider.flex .slick-track .slick-slide > div,
.slick-slider.flex .slick-slider.slick-track .slick-track .slick-slide > div,
.slick-slider.slick-arrow .slick-track .slick-slide > div,
.slick-slider.flex .slick-track .slick-slide > div > *,
.slick-slider.flex .slick-slider.slick-track .slick-track .slick-slide > div > *,
.slick-slider.slick-arrow .slick-track .slick-slide > div > * {
  height: 100%;
}

.slick-slider.flex .slick-track .slick-slide > div > *.flex,
.slick-slider.flex .slick-slider.slick-track .slick-track .slick-slide > div > *.flex,
.slick-slider.slick-arrow .slick-track .slick-slide > div > *.flex,
.slick-slider.flex .slick-track .slick-slide > div > *.slick-track,
.slick-slider.flex .slick-slider.slick-track .slick-track .slick-slide > div > *.slick-track,
.slick-slider.slick-arrow .slick-track .slick-slider.flex .slick-slide > div > *.slick-track,
.slick-slider.flex .slick-track .slick-slide > div > *.slick-arrow,
.slick-slider.flex .slick-slider.slick-track .slick-track .slick-slide > div > *.slick-arrow,
.slick-slider.slick-arrow .slick-track .slick-slide > div > *.slick-arrow {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* SLIDER ARROW
    ----------------------------- */

.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.slick-arrow:focus {
  outline: none;
}
.ice-back {
  background: #FFF url(../assets/images/ice_back.jpg) no-repeat center center;
  background-position: center;
  background-size: cover;
}

.section--journey-content .section__header {
  background: #FFF url(../assets/images/ghiaccio-base.jpg) no-repeat center center !important;
  background-position: center !important;
  background-size: cover !important;
}
.section--cocktails-slider {
  background: #FFF url(../assets/images/ghiaccio-base.jpg) no-repeat center center;
  background-position: center;
  background-size: cover;
}
.post-type-archive-event .slick-arrow,
.event.type-event .slick-arrow,
.section--cocktails-slider .slick-arrow,
.section--history .slick-arrow {
  position: relative;
  font-size: 0;
  background: #FFF url(../assets/images/arrow-slide.svg) no-repeat center center;
  -moz-background-size: 80%;
  background-size: 80%;
  border: 1px solid #67B790;
  height: 4rem;
  width: 50%;
}
.spot-slogan {
  bottom: 14rem !important;
}
.spot-brrr {
  bottom: -2rem !important;
}

.post-type-archive-event .slick-arrow.slick-prev,
.event.type-event .slick-arrow.slick-prev,
.section--cocktails-slider .slick-arrow.slick-prev,
.section--history .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-type-archive-event .slick-arrow.slick-prev,
.event.type-event .slick-arrow.slick-prev,
.section--cocktails-slider .slick-arrow.slick-prev,
.section--history .slick-arrow.slick-prev {
  background: #00af86 url(../assets/images/arrow-slide-white.svg) no-repeat center center;
  -moz-background-size: 80%;
  background-size: 80%;
}

.event.type-event .slick-arrow,
.section--history-sketch .slick-arrow {
  width: 5.8rem;
  height: 3.5rem;
  position: absolute;
  bottom: 3rem;
  left: 24%;
  z-index: 2;
}

.event.type-event .slick-arrow.slick-prev,
.section--history-sketch .slick-arrow.slick-prev {
  left: -webkit-calc(24% - 5.8rem);
  left: -moz-calc(24% - 5.8rem);
  left: calc(24% - 5.8rem);
}

.section--history-sketch .slick-arrow {
  left: 6rem;
}

.section--history-sketch .slick-arrow.slick-prev {
  left: -webkit-calc(6rem - 5.8rem);
  left: -moz-calc(6rem - 5.8rem);
  left: calc(6rem - 5.8rem);
}

.section--cocktails-slider .slick-arrow {
  height: 3.5rem;
}

/* SLIDER DOTS
  ----------------------------- */

.slick-slider .slick-dots {
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-slider .slick-dots li {
  margin: 0 .2rem;
}

.slick-slider .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.slick-slider .slick-dots li button:focus {
  outline: none;
}

.slick-slider .slick-dots li button:before {
  content: '';
  height: .75rem;
  width: .75rem;
  background: #E9E9E9;
  opacity: .5;
}

.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #67B790;
}

.section--cocktails-slider .slick-slider .slick-dots {
  bottom: auto;
  top: -1.5rem;
}

#main-footer {
  background: #00af86;
  padding: 1.2rem 0;
}

#main-footer .site-footer__menu > li {
  border-right: 2px solid #000;
}

#main-footer .site-footer__menu > li:last-child {
  border-right: 0;
}

#main-footer .site-footer__menu > li a:hover {
  text-decoration: none;
  opacity: .5;
}

@media (max-width: 375px) {
  #main-footer .site-footer__menu > li {
    display: block;
  }
}

#main-footer .site-footer__menu > li a,
#main-footer .site-footer__warning {
  font-size: 1.2rem;
  color: #67e5c0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "League Gothic", "Helvetica", "Arial", sans-serif;
}

.site-subfooter {
  background: #67e5c0;
  color: #00af86;
  font-size: .65rem;
}

.site-subfooter p {
  font-size: 1rem;
}

.button {
  padding: .9rem 1.4rem;
  letter-spacing: 2px;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  /* font-family: "Futura PT", "Helvetica", "Arial", sans-serif; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
  font-size: .95rem;
}

.button:focus {
  outline: 0;
}

.button.button--outline {
  border: 1px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
}

.button.button--outline:hover {
  color: #fff;
  background: #000;
}

.button.button--green_200 {
  background-color: #30815E;
  text-transform: uppercase;
  padding: 1.2rem 1.4rem 1.1rem;
}

.button.button--large {
  padding: 1.2rem 1.8rem;
}

.button.button--dark {
  border: 1px solid #FFF;
  color: #FFF;
}

.button.button--dark:hover {
  color: #000;
  background: #4beebb;
  border: 1px solid #4beebb;
}

.button.button--light {
  border: 1px solid #000;
  color: #000;
}

.button.button--light:hover {
  color: #fff;
  background: #000;
}

.button:hover {
  text-decoration: none;
  color: #FFF;
  background: #225c43;
}

.facetwp-pager {
  color: black;
}

.facetwp-facet.facetwp-type-dropdown {
  width: 100%;
  position: relative;
}

.facetwp-facet.facetwp-type-dropdown:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 1rem;
  height: .5rem;
  background: url(../assets/images/arrow-green.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

select.facetwp-dropdown {
  padding: 0 0 .5rem;
  font-size: 1.05rem;
  font-family: "Bosk Hand", "Arial", sans-serif;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #67B790;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  margin: 0 auto;
  width: 100%;
  color: #67B790;
}

select.facetwp-dropdown:focus {
  outline: none;
}

select.facetwp-dropdown:hover {
  background: rgba(255, 255, 255, 0.2);
}

select.facetwp-dropdown option {
  text-transform: none;
}

.nav-main .wpml-ls-statics-shortcode_actions {
  background-color: transparent;
  width: 100%;
  max-width: 5rem;
}

@media (max-width: 768px) {
  .nav-main .wpml-ls-statics-shortcode_actions {
    display: none;
  }
  .spot-brrr {
    bottom: 0rem !important;
  }
}

.nav-main .wpml-ls-statics-shortcode_actions .js-wpml-ls-sub-menu > .wpml-ls-slot-shortcode_actions a,
.nav-main .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  background-color: #e7f4eb !important;
  color: #00af86;
  text-align: center;
  padding: .6rem .9rem;
  border: none;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-main .wpml-ls-statics-shortcode_actions .js-wpml-ls-sub-menu > .wpml-ls-slot-shortcode_actions a:hover,
.nav-main .wpml-ls-statics-shortcode_actions .js-wpml-ls-sub-menu > .wpml-ls-slot-shortcode_actions a:focus,
.nav-main .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:hover,
.nav-main .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:focus {
  text-decoration: none;
  background-color: #e7f4eb;
  color: #00af86;
}

.nav-main .wpml-ls-statics-shortcode_actions .wpml-ls-display.icl_lang_sel_translated {
  display: none;
}

.nav-main .wpml-ls-statics-shortcode_actions .js-wpml-ls-sub-menu > .wpml-ls-slot-shortcode_actions a {
  font-size: .7rem;
}

.nav-main .wpml-ls-statics-shortcode_actions .js-wpml-ls-sub-menu > .wpml-ls-slot-shortcode_actions a:hover {
  color: #888;
}

.nav-main .wpml-ls-statics-shortcode_actions .js-wpml-ls-sub-menu > .wpml-ls-slot-shortcode_actions a {
  border-top: 0;
}

.nav-main .wpml-ls-statics-shortcode_actions .js-wpml-ls-sub-menu > .wpml-ls-slot-shortcode_actions:first-child a {
  border-top: 1px solid #595959;
}

.nav-main .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:after {
  display: none;
}

.nav-main .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a > span:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../assets/images/icons/arrow-down-g.svg) center center no-repeat;
  -moz-background-size: 8px;
  background-size: 8px;
  margin-left: 6px;
}

.nav-main .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a .js-wpml-ls-sub-menu {
  border-color: #595959;
}

.nav-main .wpml-ls-statics-shortcode_actions .js-wpml-ls-sub-menu {
  top: -webkit-calc(100% - 1px);
  top: -moz-calc(100% - 1px);
  top: calc(100% - 1px);
  border-top: 0;
}

ul.selector.language {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.selector.language li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.selector.language li a {
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

ul.selector.language li a:hover:after,
ul.selector.language li a.active:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 15px;
  height: 2px;
  background: white;
}

ul.selector.language li:hover {
  text-decoration: none;
}

ul.selector.language li:after {
  content: " - ";
  margin-left: 10px;
  margin-right: 10px;
}

ul.selector.language li:last-child:after {
  content: "";
  display: none;
}

#cookie-notice #cn-notice-text {
  font-size: .65rem;
  line-height: 1.2em;
}

@media (max-width: 1440px) {
  #cookie-notice #cn-notice-text {
    font-size: 0.6rem;
  }
}

@media (max-width: 1280px) {
  #cookie-notice #cn-notice-text {
    display: block;
    margin-bottom: .3rem;
  }
}

#cookie-notice .button {
  padding: 0 .5rem;
  font-size: .65rem;
}

@media (max-width: 1440px) {
  #cookie-notice .button {
    font-size: 0.6rem;
  }
}

#cookie-notice #cn-accept-cookie {
  color: #4beebb;
}

#cookie-notice a {
  font-size: .65rem;
  line-height: 1.2em;
  letter-spacing: normal;
}

#cookie-notice a:hover {
  text-decoration: underline;
}

[role="progressbar"] {
  height: .75rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: -2rem;
  left: 1rem;
  background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background-image: -moz-linear-gradient(right, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background-image: linear-gradient(to left, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background-repeat: no-repeat;
  -moz-background-size: 0 100%;
  background-size: 0 100%;
  -webkit-transition: background-size .4s linear;
  -moz-transition: background-size .4s linear, -moz-background-size .4s linear;
  transition: background-size .4s linear;
  transition: background-size .4s linear, -moz-background-size .4s linear;
}

@media (max-width: 52em) {
  [role="progressbar"] {
    height: .5rem;
    width: -webkit-calc(100% - 4rem);
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem);
    left: 2rem;
    top: -1.25rem;
  }
}

[role="progressbar"]:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #E3E3E3;
  z-index: -1;
}

.section--next-events {
  padding: 2.4rem 0 7.5rem;
}

.section--next-events .section__background {
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section--next-events .section__title-wrapper {
  width: 5rem;
}

@media (max-width: 52em) {
  .section--next-events .section__title-wrapper {
    width: 100%;
  }
}

@media (max-width: 52em) {
  .section--next-events .section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.section--next-events .section__title {
  -webkit-transform: rotate(-90deg) translateX(-140px);
  -moz-transform: rotate(-90deg) translateX(-140px);
  -ms-transform: rotate(-90deg) translateX(-140px);
  transform: rotate(-90deg) translateX(-140px);
  font-size: 3.6rem;
  font-family: "Bebas Neue", "Helvetica", "Arial", sans-serif;
  color: #FFF;
}

@media (max-width: 52em) {
  .section--next-events .section__title {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: right;
  }
}

@media (max-width: 52em) {
  .section--next-events .section__item {
    width: -webkit-calc(100vw - 3rem) !important;
    width: -moz-calc(100vw - 3rem) !important;
    width: calc(100vw - 3rem) !important;
  }
}

@media (max-width: 52em) {
  .section--home-content .section__hero {
    height: 45vh;
  }
}

.section--home-content .section__hero:after {
  /*content: '';
  z-index: 1;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(240, 248, 251, 0) 0, #F0F8FB 100%);
  background: -moz-linear-gradient(top, rgba(240, 248, 251, 0) 0, #F0F8FB 100%);
  background: linear-gradient(to bottom, rgba(240, 248, 251, 0) 0, #F0F8FB 100%);
  */
}

.section--home-content .section__hero .section__gradient {
  /* 
  background: -webkit-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  mix-blend-mode: lighten;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  -moz-transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  */
}

.section--home-content .section__hero.revealed .section__gradient {
  /*
  height: 100%;
  opacity: .5;
  */
}

@media (max-width: 52em) {
  .section--home-content .section__hero .section__image-wrapper img {
    object-fit: cover;
  }
}

.section--home-content .section__hero .section__video-wrapper {
  background: url(../assets/images/play-icon.svg) no-repeat center center;
  -moz-background-size: 10%;
  background-size: 10%;
}

@media (max-width: 52em) {
  .section--home-content .section__hero .section__video-wrapper {
    -moz-background-size: 30%;
    background-size: 30%;
  }
}

.section--home-content .section__content {
  /*background: -webkit-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%); */
  background: #e7f4eb;
  margin-top: -1px;
}
.section__body p {
  color: #103128;
}

@media (max-width: 52em) {
  .section--home-content .section__content {
    padding-bottom: 2rem;
  }
}

.section--home-content .section__content .section__logo-wrapper {
  max-width: 80rem;
  position: absolute;
  top: -10rem;
  left: 15%;
}
}

.section--home-content .section__content .section__body {
  max-width: 40rem;
}

.section--home-content .section__content .section__abstract p,
.section--home-content .section__content .section__body p {
  font-size: 1.3rem;
  font-weight: 400;
}

@media (max-width: 52em) {
  .section--home-content .section__content .section__abstract p,
  .section--home-content .section__content .section__body p {
    font-size: 1.1rem;
  }
}

.section--home-content .section__content .section__abstract p strong,
.section--home-content .section__content .section__body p strong {
  font-weight: 500;
  color: #30815E;
}

.section--home-content .section__content .section__link .button {
  text-transform: uppercase;
  background: #67e5c0;
  color: #508374;
  padding: 1.2rem 1.4rem 1.1rem;
}

.section--home-content .section__content .section__link .button:hover {
  background: #225c43;
}

.section--home-content .section__content .section__image-wrapper {
  width: 23rem;
  left: 10vw;
}

@media screen and (max-width: 115rem) {
  .section--home-content .section__content .section__image-wrapper {
    left: 5vw;
  }
}

@media screen and (max-width: 64rem) {
  .section--home-content .section__content .section__image-wrapper {
    left: 1vw;
    width: 15rem;
  }
}

@media (max-width: 52em) {
  .section--home-content .section__content .section__image-wrapper {
    left: auto;
    top: auto;
    right: 0;
    bottom: -8rem;
    width: 12rem;
  }
}

.section--home-content .section__content .section__parallax-wrapper {
  pointer-events: none;
}

.section--home-content .section__cocktails {
  padding: 3rem 0;
  background: #e7f4eb;
}

@media (max-width: 52em) {
  .section--home-content .section__cocktails .section__header {
    /* width: 3.5rem; */
    padding: 0 .75rem 0;
  }
}

.section--home-content .section__cocktails .section__image-title {
  width: 5rem;
}

@media (max-width: 52em) {
  .section--home-content .section__cocktails .section__image-title {
    width: 2rem;
  }
}

@media (max-width: 52em) {
  .section--home-content .section__cocktails .section__cocktails-wrapper {
    /*width: -webkit-calc(100vw - 4rem);
    width: -moz-calc(100vw - 4rem);
    width: calc(100vw - 4rem);*/
  }
}

.section--home-content .section__cocktails .section__background {
  background: #e7f4eb;
}

.section--home-content .section__cocktails .section__image-wrapper {
  width: 85%;
}

@media (max-width: 52em) {
  .section--home-content .section__cocktails .section__image-wrapper {
    width: 100%;
  }
}

.section--home-content .section__cocktails .section__cocktails-content {
  width: 90%;
  right: 4rem;
}

@media (max-width: 52em) {
  .section--home-content .section__cocktails .section__cocktails-content {
    width: 100%;
    right: auto;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.section--home-content .section__cocktails .section__abstract {
  color: #508374;
}

@media (max-width: 52em) {
  .section--home-content .section__cocktails .section__abstract {
    text-align: center;
  }
}

@media (max-width: 52em) {
  .section--home-content .section__cocktails nav {
    text-align: center;
  }
}

.section--home-content .section__cocktails .section__link {
  text-transform: uppercase;
  background: #67e5c0;
  color: #508374;
  padding: 1.2rem 1.4rem 1.1rem;
}

.section--home-content .section__cocktails .section__parallax-wrapper {
  pointer-events: none;
  bottom: -30%;
  top: 30%;
}

.section--journey-content .section__header {
  background: #FFF;
  padding: 4.5rem 0 2.5rem;
}

.section--journey-content .section__header .section__image-wrapper {
  max-width: 38rem;
}

.section--journey-content .section__step .section__label {
  text-transform: uppercase;
  text-align: right;
  font-family: "Bosk Hand", "Arial", sans-serif;
  font-size: 1.25rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step .section__label {
    font-size: 1rem;
  }
}

/*
.section--journey-content .section__step .section__label:before,
.section--journey-content .section__step .section__label:after {
  content: '';
  height: 1px;
}
*/

.section--journey-content .section__step .section__label:before {
  width: 78%;
  background: #FFF;
}

@media (max-width: 52em) {
  .section--journey-content .section__step .section__label:before {
    width: 73%;
  }
}

.section--journey-content .section__step .section__title {
  font-family: "League Gothic","Brandon Printed", "Helvetica", "Arial", sans-serif;
  font-size: 4rem;
  letter-spacing: -.05rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step .section__title {
    font-size: 2.5rem;
  }
}

.section--journey-content .section__step .section__abstract {
  font-size: 1.3rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step .section__abstract {
    font-size: 1rem;
  }
}

/*
.section--journey-content .section__step .section__gradient {
  background: -webkit-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  -moz-transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
}
*/

.section--journey-content .section__step.revealed .section__gradient {
  height: 100%;
  opacity: .7;
}

.section--journey-content .section__step .section__parallax-wrapper {
  left: 0;
  right: 0;
  top: 10%;
  bottom: -10%;
  pointer-events: none;
}

@media (max-width: 52em) {
  .section--journey-content .section__step .section__parallax-wrapper {
    top: 55%;
    bottom: -15%;
  }
}

.section--journey-content .section__step.step--01 {
  /* background: -webkit-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  */
  background: linear-gradient(#00af88 35%, #e7f4eb 0%);
  
  background: url(../assets/images/background-tri.png) repeat-x center center;

  
}

.section--journey-content .section__step.step--03 {
  /* background: -webkit-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  */
  background: linear-gradient(#00af88 50%, #e7f4eb 0%);
  
}
.section--journey-content .section__step.step--03 .contain-image {
  width: 95%;
  height: 95%;
}

.section--journey-content .section__step.step--01 .section__image-wrapper {
  width: 55%;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--01 .section__image-wrapper {
    width: 100%;
  }
}
.section--journey-content .section__step.step--01 .section__step-content .section__title {
  color: #67e5c0;
}
.section--journey-content .section__step.step--01 .section__step-content .section__abstract {
  color: #103128;
}
.section--journey-content .section__step.step--01 .section__step-content {
  width: 45%;
  padding: 0 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--01 .section__step-content {
    width: 100%;
    padding: 4rem 3rem 5rem;
    overflow: hidden;
    height: 500px;
  }
  .section--journey-content .section__step.step--01 .section__step-content .section__title {
    color: #FFF;
  }
}

.section--journey-content .section__step.step--01 .section__step-content .section__step-wrapper {
  max-width: 32rem;
  padding-top: 0rem;
  margin-top: -16rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--01 .section__step-content .section__step-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--01 .section__step-content .section__title {
    text-align: left;
    /* padding-left: 2.8rem; */
  }
}

.section--journey-content .section__step.step--01 .section__step-content .section__label {
  right: 0;
}

.section--journey-content .section__step.step--01 .section__step-content .section__label:before {
  left: -4rem;
  width: -webkit-calc(100% - 5.7rem + 4rem);
  width: -moz-calc(100% - 5.7rem + 4rem);
  width: calc(100% - 5.7rem + 4rem);
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--01 .section__step-content .section__label {
    text-align: left;
    padding-left: 2.8rem;
  }

  .section--journey-content .section__step.step--01 .section__step-content .section__label:before {
    left: 7.5rem;
    right: auto;
    width: 120%;
  }
}

.section--journey-content .section__step.step--02 {
  padding: 2.5rem;
  background: linear-gradient(#e7f4eb 90%, #00af88 0%);
  padding-bottom: 6rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--02 {
    padding: 1rem;
  }
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--02 .section__image-wrapper {
    height: 75vh;
  }

  .section--journey-content .section__step.step--02 .section__image-wrapper img {
    object-fit: cover;
  }
}

.section--journey-content .section__step.step--02 .section__step-content {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  max-width: 40rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--02 .section__step-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
  }
}

.section--journey-content .section__step.step--02 .section__step-content .section__label:before {
  width: -webkit-calc(100% - 5.5rem);
  width: -moz-calc(100% - 5.5rem);
  width: calc(100% - 5.5rem);
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--02 .section__step-content .section__label:before {
    width: 35%;
  }
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--02 .section__step-content .section__label {
    text-align: center;
  }

  .section--journey-content .section__step.step--02 .section__step-content .section__label:after {
    right: 0;
    width: 35%;
    background: #FFF;
  }
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--02 .section__step-content .section__title-wrapper {
    width: 100%;
  }
}

.section--journey-content .section__step.step--02 .section__step-content .section__title {
  padding-bottom: 1rem;
}

.section--journey-content .section__step.step--02 .section__step-content .section__abstract {
  max-width: 45rem;
}

.section--journey-content .section__step.step--02 .section__parallax-wrapper {
  left: -5%;
}

/*
.section--journey-content .section__step.step--03 {
  padding: 5rem 2.5rem;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  margin-top: -1px;
}
*/

@media (max-width: 52em) {
  .section--journey-content .section__step.step--03 {
    padding: 2.5rem 0 5rem;
  }
}

.section--journey-content .section__step.step--03 .section__image-wrapper {
  width: 50%;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--03 .section__image-wrapper {
    width: 90%;
    height: 60vh;
  }

  .section--journey-content .section__step.step--03 .section__image-wrapper img {
    object-fit: cover;
  }
}
.section--journey-content .section__step.step--03 .section__step-content .section__title {
  color: #67e5c0 !important;
}
.section--journey-content .section__step.step--03 .section__step-content .section__abstract {
  color: #103128 !important;
}

.section--journey-content .section__step.step--03 .section__step-content {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


@media (max-width: 52em) {
  .section--journey-content .section__step.step--03 .section__step-content {
    width: 100%;
  }
}

.section--journey-content .section__step.step--03 .section__step-content .section__step-wrapper {
  max-width: 32.7rem;
  margin-left: 2rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--03 .section__step-content .section__step-wrapper {
    margin-left: 0;
    padding: 2.5rem 3rem 0;
  }
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--03 .section__step-content .section__title {
    text-align: left;
  }
}

.section--journey-content .section__step.step--03 .section__step-content .section__label {
  right: 0;
}

.section--journey-content .section__step.step--03 .section__step-content .section__label:before {
  left: -2rem;
  width: -webkit-calc(100% - 5.5rem + 2rem);
  width: -moz-calc(100% - 5.5rem + 2rem);
  width: calc(100% - 5.5rem + 2rem);
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--03 .section__step-content .section__label:before {
    left: -4.5rem;
    width: 100%;
  }
}

.section--journey-content .section__step.step--03 .section__step-content .section__abstract {
  /* 
  margin-left: -webkit-calc(60vw - ((100vw - 5rem) / 2) - 2rem - 2.5rem);
  margin-left: -moz-calc(60vw - ((100vw - 5rem) / 2) - 2rem - 2.5rem);
  margin-left: calc(60vw - ((100vw - 5rem) / 2) - 2rem - 2.5rem);
  margin-right: -webkit-calc(-60vw + ((100vw - 5rem) / 2) + 2rem + 2.5rem);
  margin-right: -moz-calc(-60vw + ((100vw - 5rem) / 2) + 2rem + 2.5rem);
  margin-right: calc(-60vw + ((100vw - 5rem) / 2) + 2rem + 2.5rem);
  */
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--03 .section__step-content .section__abstract {
    margin: 0;
    text-align: left;
  }
}

.section--journey-content .section__step.step--04 {
  background: linear-gradient(#e7f4eb 80%, #67e5c0 0%);
}
.section--journey-content .section__step.step--04 .section__step-content .section__title {
  color: #67e5c0;
}
.section--journey-content .section__step.step--04 .section__step-content .section__abstract {
  color: #103128;
}
.section--journey-content .section__step.step--04 > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section--journey-content .section__step.step--04 .section__image-wrapper {
  width: 40%;
  margin-top: -4rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--04 .section__image-wrapper {
    width: 90%;
    margin-top: -2rem;
  }
}

.section--journey-content .section__step.step--04 .section__step-content {
  width: 40%;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--04 .section__step-content {
    width: 100%;
    padding: 0rem 2.5rem;
    text-align: left;
    overflow: hidden;
  }
}

.section--journey-content .section__step.step--04 .section__title-wrapper {
  padding-right: 4rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--04 .section__title-wrapper {
    padding-right: 0;
  }
}

.section--journey-content .section__step.step--04 .section__label {
  text-align: left;
  padding-left: .2rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--04 .section__label {
    width: -webkit-calc(100% + 2.5rem);
    width: -moz-calc(100% + 2.5rem);
    width: calc(100% + 2.5rem);
  }
}

.section--journey-content .section__step.step--04 .section__label:before {
  left: auto;
  right: 0;
  background: #67B790;
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--04 .section__label:before {
    width: 140%;
    left: 5rem;
  }
}

.section--journey-content .section__step.step--04 .section__title {
  text-align: left;
}

.section--journey-content .section__step.step--04 .section__abstract {
  max-width: 32rem;
  margin-right: 4rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--04 .section__abstract {
    margin-right: 0;
    text-align: left;
  }
}





/* Section 5 NEW */
@media (max-width: 52em) {
  .section--journey-content .section__step.step--05 {
    padding: 2.5rem 0 5rem;

  }
}

.section--journey-content .section__step.step--05 {
  padding: 5rem 2.5rem;
  /*
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  margin-top: -1px;
  */
  background: linear-gradient(#67e5c0 48%, #e7f4eb 0%);
}


.section--journey-content .section__step.step--05 .section__image-wrapper {
  width: 50%;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--05 .section__image-wrapper {
    width: 90%;
    height: 60vh;
  }

  .section--journey-content .section__step.step--05 .section__image-wrapper img {
    object-fit: cover;
  }
}

.section--journey-content .section__step.step--05 .section__step-content {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section--journey-content .section__step.step--05 .section__step-content .section__title {
  color: #00af86;
}
.section--journey-content .section__step.step--05 .section__step-content .section__abstract {
  color: #103128;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--05 .section__step-content {
    width: 100%;
  }
}

.section--journey-content .section__step.step--05 .section__step-content .section__step-wrapper {
  max-width: 32.7rem;
  margin-left: 2rem;
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--05 .section__step-content .section__step-wrapper {
    margin-left: 0;
    /* padding: 2.5rem 3rem 0; */
  }
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--05 .section__step-content .section__title {
    text-align: left;
  }
}

.section--journey-content .section__step.step--05 .section__step-content .section__label {
  right: 0;
}

.section--journey-content .section__step.step--05 .section__step-content .section__label:before {
  left: -2rem;
  width: -webkit-calc(100% - 5.5rem + 2rem);
  width: -moz-calc(100% - 5.5rem + 2rem);
  width: calc(100% - 5.5rem + 2rem);
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--05 .section__step-content .section__label:before {
    left: -4.5rem;
    width: 100%;
  }
}

.section--journey-content .section__step.step--05 .section__step-content .section__abstract {
  /* 
  margin-left: -webkit-calc(60vw - ((100vw - 5rem) / 2) - 2rem - 2.5rem);
  margin-left: -moz-calc(60vw - ((100vw - 5rem) / 2) - 2rem - 2.5rem);
  margin-left: calc(60vw - ((100vw - 5rem) / 2) - 2rem - 2.5rem);
  margin-right: -webkit-calc(-60vw + ((100vw - 5rem) / 2) + 2rem + 2.5rem);
  margin-right: -moz-calc(-60vw + ((100vw - 5rem) / 2) + 2rem + 2.5rem);
  margin-right: calc(-60vw + ((100vw - 5rem) / 2) + 2rem + 2.5rem);
  */
}

@media (max-width: 52em) {
  .section--journey-content .section__step.step--05 .section__step-content .section__abstract {
    margin: 0;
    text-align: left;
  }
}

/* COCKTAILS COMMONS
  ----------------------------- */

.section--cocktails .section__title {
  font-family: "Meritocracy", "cursive";
  font-size: 5rem;
  text-transform: unset;
}

@media (max-width: 52em) {
  .section--cocktails .section__title {
    font-size: 4rem;
  }
}

.section--cocktails .section__title span:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -5%;
  bottom: .9rem;
  height: 2px;
  width: 110%;
  background: #FFF;
}

/* COCKTAILS COMPARE
  ----------------------------- */

.section--cocktails-compare .section__header {
  background: #FFF;
  padding: 4.5rem 0 2.5rem;
}
.section--cocktails-compare .section__header_cocktails {
  background: #FFF;
  padding: 1.3rem 0 0;
}
.nav-overlay-menu nav ul > li a {
  width: 50% !important;
}
.slogan-bevilo {
  font-size: 2.5rem;
  color: #67e5c0;
  margin: 0;
  text-transform: uppercase;
}
h1.menta {
  font-family: 'League Gothic', serif;
  font-weight: bold;
  font-size: 12rem;
  line-height: 10rem;
  margin:0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  h1.menta {
    font-size: 11rem;
  }
}

.section--journey-content h2.menta {
  color: #67e5c0 !important;
  margin-bottom: 0;
}

.section--journey-content h1.menta,
 .section--journey-content .align-left p.menta {
  color: #FFF !important;
  margin-bottom: 0;
}
.section--journey-content p.multisense {
  margin: 0;
  margin-top: 10px;
  color: #67e5c0 !important;
  font-family: "Inter", serif;
  text-transform: uppercase;
  font-size: 2.9rem;
}
@media (max-width: 52em) {
   h1.menta {
    font-size: 8rem;
    line-height: 6rem;
  }
  .section--cocktails-compare .section__header {
    padding: 2.5rem 0;
  }
  .section--cocktails-compare .section__header_cocktails {
    padding: 2.5rem 0 0;
  }
  .section--journey-content .col-12 {
    padding:15px;
  }
  .section--journey-content h1.menta {
    font-size: 8rem;
    line-height: 7rem;
  }
  .section--journey-content p.multisense {
    font-size: 1.9rem;
  }
}

.section--cocktails-compare .section__header .section__image-wrapper {
  max-width: 38rem;
}

.section--cocktails-compare .section__compare {
  height: 50vw;
}

@media (max-width: 52em) {
  .section--cocktails-compare .section__compare {
    height: 300vw;
  }
}

.section--cocktails-compare .section__wrapper {
  height: 0;
  background: rgba(233, 233, 233, 0.3);
  -webkit-transition: height .5s ease-out .75s;
  -moz-transition: height .5s ease-out .75s;
  transition: height .5s ease-out .75s;
}

.section--cocktails-compare .section__wrapper.revealed {
  height: 50vw;
}

@media (max-width: 52em) {
  .section--cocktails-compare .section__wrapper.revealed {
    height: 150vw;
  }
}

.section--cocktails-compare .section__wrapper:first-child {
  background-image: -webkit-linear-gradient(top, #F0F8FB 0%, #B2DDE6 60%, #68C2C9 100%);
  background-image: -moz-linear-gradient(top, #F0F8FB 0%, #B2DDE6 60%, #68C2C9 100%);
  background-image: linear-gradient(180deg, #F0F8FB 0%, #B2DDE6 60%, #68C2C9 100%);
}

.section--cocktails-compare .section__wrapper:last-child .section__title {
  color: #67B790;
}

.section--cocktails-compare .section__wrapper:last-child .section__title span:after {
  background: #FFF;
}

.section--cocktails-compare .section__wrapper:last-child .section__abstract {
  color: #000;
}
.section--cocktails-compare h2.section__title {
  color: #FFF !important;
  font-family: "League Gothic", serif;
  font-weight: bold;
  text-transform: uppercase;
}
.section--cocktails-compare .section__content {
  width: 70%;
  padding: 4rem 3rem;
}

.section--cocktails-compare .allinea1 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

@media (max-width: 52em) {
  .section--cocktails-compare .section__content {
    width: 80%;
  }
}

.section--cocktails-compare .section__image-compare {
  height: 50%;
}

.section--cocktails-compare .section__title {
  margin-top: -2rem;
}

.section--cocktails-compare .section__parallax-wrapper {
  pointer-events: none;
}

@media (max-width: 52em) {
  .section--cocktails-compare .section__parallax-wrapper {
    top: 10rem;
  }
}

.section--cocktails-compare .section__parallax-wrapper img {
  height: 120%;
  width: 120%;
  left: -10%;
}

@media (max-width: 52em) {
  .section--cocktails-compare .section__parallax-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0;
  }
}

/* COCKTAILS SLIDER
  ----------------------------- */

.section--cocktails-slider {
  margin-top: 0;
}

.section--cocktails-slider .section__header {
  max-width: -webkit-calc(90rem / 12 * 2);
  max-width: -moz-calc(90rem / 12 * 2);
  max-width: calc(90rem / 12 * 2);
}

@media screen and (max-width: 90rem) {
  .section--cocktails-slider .section__header {
    max-width: none;
  }
}

@media screen and (min-width: 1680px) {
  .section--cocktails-slider .section__header {
    margin-left: -webkit-calc((100vw / 12 * 2) - (90rem / 12 * 2) - 3px);
    margin-left: -moz-calc((100vw / 12 * 2) - (90rem / 12 * 2) - 3px);
    margin-left: calc((100vw / 12 * 2) - (90rem / 12 * 2) - 3px);
  }
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__header {
    /* width: 4rem; */
    padding: 0 .75rem 0;
  }
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__content {
    /* 
    width: -webkit-calc(100vw - 4rem);
    width: -moz-calc(100vw - 4rem);
    width: calc(100vw - 4rem);
    */
  }

}

.section--cocktails-slider .section__actions {
  max-width: 12rem;
  margin-bottom: 40px;
}

.section--cocktails-slider .section__image-title {
  width: 5rem;
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__image-title {
    width: 2.5rem;
  }
}

.section--cocktails-slider .section__slide {
  min-height: 40rem;
  height: 65vh;
  width: -webkit-calc(90rem / 12 * 9) !important;
  width: -moz-calc(90rem / 12 * 9) !important;
  width: calc(90rem / 12 * 9) !important;
  padding: 5rem 3rem;
  /* background-image: -webkit-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background-image: -moz-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background-image: linear-gradient(180deg, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%); */
}

@media screen and (max-width: 90rem) {
  .section--cocktails-slider .section__slide {
    width: 85vw !important;
  }
  .section--cocktails-slider .section__actions {
    margin-bottom: 0;
  }
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__slide {
    height: auto;
    padding: 3rem 1rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.section--cocktails-slider .section__slide-header {
  padding-right: 0%;
  padding-left: 35%;
  z-index: 1;
}

.section--cocktails-slider .section__slide-header .wysiwyg p {
  font-size: 1rem;
}
.section--cocktails-slider .section__slide-header .wysiwyg p strong {
  color: #67e5c0;
}
.section__slide-header .section__title img {
  max-width: 300px;
}

@media (max-width: 52em) {

  .section--cocktails-slider .section__slide-header {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.section--cocktails-slider .section__title {
  font-size: 3.5rem;
  text-transform: lowercase;
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__title span {
    line-height: .8;
  }
}

.section--cocktails-slider .section__title span:after {
  left: 0;
  right: -20%;
  width: 120%;
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__title span:after {
    right: 5%;
    left: 5%;
    width: 90%;
    bottom: .2rem;
  }
}

.section--cocktails-slider .section__image-wrapper {
  width: 100%;
  height: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__image-wrapper {
    position: static;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__ingredients {
    text-align: center;
  }
}

.section--cocktails-slider .section__ingredient {
  font-family: "League Gothic", "Bosk Hand", "Arial", sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

@media (max-width: 52em) {
  .section--cocktails-slider .section__ingredient {
    font-size: 15px;
    padding-left: 0;
  }
}

.section--cocktails-slider .section__ingredient:before {
  content: '';
  display: inline-block;
  left: 0;
  height: 1px;
  width: 1rem;
  background: #FFF;
}
h2.cocktail-bianco {
  font-family: "League Gothic","Futura PT", serif;
  font-size: 7rem;
  line-height: 1.4;
  color: #e7f4eb;
}
@media (max-width: 52em) {
  h2.cocktail-bianco {
  margin-top: 10px;
  margin-bottom: 10px;
  }

  .section--cocktails-compare .section__content {
    width: 100%;
  }
  .section--cocktails-slider .section__ingredient:before {
    position: relative;
    left: -.5rem;
    top: -.3rem !important;
    width: .75rem;
  }
}



/* HISTORY COMMONS
  ----------------------------- */

.section--history .section__body p {
  line-height: 1.6;
}

.section--history .section__body strong {
  color: #055729;
}

.section--history .section__body.text-indent p:first-child:before {
  /* content: ''; */
  display: inline-block;
  width: 8rem;
  height: .5rem;
  color: #FFF !important;
  text-align: center !important;
}

.section--history .section__background {
  /*background: -webkit-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);*/
  background: #00af86;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  -moz-transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  transition: opacity 0.6s ease-out 0.2s, height 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);

  z-index: 9;
}

.section--history.revealed .section__background {
  height: 100%;
  opacity: .2;
}

.section--history .section__background-reverse {
  /*background: -webkit-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #F0F8FB 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);*/
  background: #00af86;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease-out 0.2s, top 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  -moz-transition: opacity 0.6s ease-out 0.2s, top 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  transition: opacity 0.6s ease-out 0.2s, top 0.8s cubic-bezier(0.93, 0.04, 0.04, 0.99);
  z-index: 9;
}

.section--history .slick-current .section__background-reverse {
  opacity: 0;
  top: 100%;
}

.section--history .section__parallax-wrapper {
  z-index: 999;
}

/* HISTORY SLIDER COMMONS
  ----------------------------- */

.section--history-60s .section__header,
.section--history-timeline .section__header {
  max-width: -webkit-calc(90rem / 12 * 2);
  max-width: -moz-calc(90rem / 12 * 2);
  max-width: calc(90rem / 12 * 2);
}

@media screen and (min-width: 1680px) {
  .section--history-60s .section__header,
  .section--history-timeline .section__header {
    margin-left: -webkit-calc((100vw / 12 * 2) - (90rem / 12 * 2) - 3px);
    margin-left: -moz-calc((100vw / 12 * 2) - (90rem / 12 * 2) - 3px);
    margin-left: calc((100vw / 12 * 2) - (90rem / 12 * 2) - 3px);
  }
}

@media screen and (max-width: 90rem) {
  .section--history-60s .section__header,
  .section--history-timeline .section__header {
    max-width: none;
  }
}

@media (max-width: 52em) {
  .section--history-60s .section__header,
  .section--history-timeline .section__header {
    /* width: 4rem; */
    padding: 0 .75rem 0;
  }
}

.section--history-60s .section__actions,
.section--history-timeline .section__actions {
  max-width: 12rem;
}

@media (max-width: 52em) {
  .section--history-60s .section__content,
  .section--history-timeline .section__content {
    width: -webkit-calc(100vw - 4rem);
    width: -moz-calc(100vw - 4rem);
    width: calc(100vw - 4rem);
  }
}

/* HISTORY HEADER
  ----------------------------- */

.section--history-header .section__header {
  background: #e7f4eb;
  padding: 0;
}

@media (max-width: 52em) {
  .section--history-header .section__header {
    padding: 2.5rem 0;
  }
}

.section--history-header .section__header .section__image-wrapper {
  max-width: 38rem;
}

.section--history-header .section__content {
  /*
  background-image: -webkit-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background-image: -moz-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background-image: linear-gradient(180deg, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  */
  background: #00af86;
  padding: 8rem 0 12rem;
}
.titolo-timeline {
  font-weight: bold;
  color: #00af86 !important;
  text-align: center !important;
  font-family: "League Gothic", serif !important;
  font-size: 6.5rem;

}

.section--history-header .section__content .section__body {
  font-weight: 400;
  color: #FFF !important;
  text-align: center !important;
  font-family: "Inter", serif !important;
  font-size: 1.2rem;
}

@media (max-width: 52em) {
  .section--history-header .section__parallax-wrapper {
    top: 15%;
    bottom: -15%;
  }
}

/* HISTORY 60S
  ----------------------------- */

.section--history-60s {
  margin-top: -4.2rem;
}

.section--history-60s .section__header {
  padding-top: 5rem;
}

.section--history-60s .section__image-title {
  width: 4rem;
}

.section--history-header p.multisense {
 text-align: right;
 font-size: 2rem;
 color: #67e5c0;
 margin:0;
}

@media (max-width: 52em) {
  .section--history-60s .section__image-title {
    width: 2.5rem;
  }
}

.section--history-60s .section__actions {
  margin-bottom: 2.875rem;
}

@media (max-width: 52em) {
  .section--history-60s .section__actions {
    display: none;
  }
  .section--history-header p.multisense {
    padding-right: 15px;
    margin-top: -20px;
  }
  .section--history-header .section__content {
    padding: 3rem 0 6rem;
  }
}

.section--history-60s .section__image-wrapper img {
  height: 35rem;
  width: auto;
}

@media (max-width: 52em) {
  .section--history-60s .section__image-wrapper img {
    height: 21rem;
  }
}

.section--history-60s .section__caption {
  font-family: "Bosk Hand", "Arial", sans-serif;
  font-size: 1.25rem;
  color: #5D5D5D;
}

@media (max-width: 52em) {
  .section--history-60s .section__caption {
    font-size: 1rem;
    max-width: 17rem;
  }
}

/* HISTORY CALLAS
  ----------------------------- */

.section--history-callas {
  padding: 6rem 0;
  color: #5D5D5D;
}

.section--history-callas .section__title-wrapper {
  width: 5.6rem;
  right: 2rem;
  z-index: 99;
}

@media (max-width: 52em) {
  .section--history-callas .section__title-wrapper {
    display: none;
  }
}

@media (max-width: 52em) {
  .section--history-callas .section__body.text-indent p:first-child:before {
    content: none;
  }
}

@media (max-width: 52em) {
  .section--history-callas .section__parallax-wrapper {
    top: 15%;
    bottom: -15%;
  }
}

/* HISTORY SPOT
  ----------------------------- */

@media (max-width: 52em) {
  .section--history-spot > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.section--history-spot .section__wrapper {
  height: 50vw;
  /* background: rgba(233, 233, 233, 0.3);*/
  background: #00af86;
  color: #FFF;
}
@media (max-width: 1370px) {
.section--history-spot .section__wrapper {
  height: 65vw;
}
.spot-slogan {
  bottom: 10rem !important;
}
}

@media (max-width: 52em) {
  .section--history-callas {
    padding: 4rem 0;
  }
  .section--history-spot .section__wrapper {
    overflow: hidden;

  }

  .section--history-spot .section__wrapper:first-child {
    height: auto;
    padding: 5.5rem 0;
  }

  .section--history-spot .section__wrapper:last-child {
    height: 100vw;
  }
}

.section--history-spot .section__body p {
  font-weight: 500;
  color: #FFF;
  font-family: "Inter", "Arial", sans-serif;
}

.section--history-spot .section__title-wrapper {
  width: 5.6rem;
  left: -1rem;
}

@media (max-width: 52em) {
  .section--history-spot .section__title-wrapper {
    width: 3.1rem;
    left: auto;
    right: -1rem;
    top: 1rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.section--history-spot .section__label {
  color: #67e5c0;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  max-width: 25rem;
  bottom: 4rem;
  left: -6rem;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (max-width: 52em) {
  .section--history-spot .section__label {
    font-size: 1rem;
    bottom: 0rem !important;
    left: 1rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 16rem;
    text-align: left;
    color: #FFF;
  }
}

.section--history-spot .section__label:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 0px;
  width: 120%;
  background: #67B790;
  top: -1rem;
  left: 40%;
}

@media (max-width: 52em) {
  .section--history-spot .section__label:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -1rem;
    left: -3.5rem;
    width: 6rem;
  }
}

/* HISTORY SKETCH
  ----------------------------- */

.section--history-sketch {
  padding: 2.5rem;
  background: #67e5c0;
}
.section--history-sketch p {
  color: #FFF !important;
}
@media (max-width: 52em) {
  .section--history-sketch {
    padding: 2rem 1rem;
  }
}

.section--history-sketch .section__container {
  /*
  background: -webkit-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  */
  background: #00af86;
  padding: 4.3rem 0;
}

@media (max-width: 52em) {
  .section--history-sketch .section__container {
    padding: 3rem 0;
  }
}

.section--history-sketch .section__body {
  margin-left: 8.333%;
}

@media (max-width: 52em) {
  .section--history-sketch .section__body {
    margin-left: 0;
  }
}

.section--history-sketch .section__gallery {
  right: -2.5rem;
}

@media (max-width: 52em) {
  .section--history-sketch .section__gallery {
    right: -1rem;
  }

  .section--history-sketch .section__gallery .slick-arrow {
    display: none !important;
  }
}

.section--history-sketch .section__image-wrapper img {
  height: 30rem;
  width: auto;
}

@media (max-width: 52em) {
  .section--history-sketch .section__image-wrapper img {
    height: 21rem;
  }
}

.section--history-sketch .section__background-reverse {
  right: 1rem;
}

/* HISTORY MESSAGE
  ----------------------------- */

.section--history-message .section__container {
  z-index: 99;
}

.section--history-message .section__message {
  font-size: -webkit-calc(16px + (42 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-size: -moz-calc(16px + (42 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-size: calc(16px + (42 - 16) * ((100vw - 300px) / (1920 - 300)));
  text-transform: uppercase;
}

@media (max-width: 52em) {
  .section--history-message .section__message {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* HISTORY TIMELINE
  ----------------------------- */

.section--history-timeline {
  margin-top: 7rem;
}

.section--history-timeline .section__image-title {
  width: 5.6rem;
}

@media (max-width: 52em) {
  .section--history-timeline .section__image-title {
    width: 2.5rem;
  }
}

@media (max-width: 52em) {
  .section--history-timeline .section__progress {
    width: 17rem;
    left: 0;
    top: -.75rem;
  }
}

.section--history-timeline .section__thumb {
  top: -3.5rem;
  width: -webkit-calc(100% - 1rem);
  width: -moz-calc(100% - 1rem);
  width: calc(100% - 1rem);
}

@media (max-width: 52em) {
  .section--history-timeline .section__thumb {
    width: 17rem;
    top: -2.5rem;
  }
}

.section--history-timeline .section__thumb .slick-slide:not(:first-child):not(:last-child) .section__year-slide {
  text-align: center;
}

.section--history-timeline .section__thumb .slick-slide:nth-child(2) span {
  padding-right: 50%;
}

@media (max-width: 52em) {
  .section--history-timeline .section__thumb .slick-slide:nth-child(2) span {
    padding-right: 0;
  }
}

.section--history-timeline .section__thumb .slick-slide:nth-child(4) span {
  padding-left: 50%;
}

@media (max-width: 52em) {
  .section--history-timeline .section__thumb .slick-slide:nth-child(4) span {
    padding-left: 0;
  }
}

.section--history-timeline .section__thumb .slick-slide:last-child {
  text-align: right;
}

.section--history-timeline .section__thumb .slick-slide:last-child span {
  padding-right: .3rem;
}

@media (max-width: 52em) {
  .section--history-timeline .section__thumb .slick-slide:last-child span {
    padding-right: 0;
  }
}

@media (max-width: 52em) {
  .section--history-timeline {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .section--history-timeline .section__thumb .slick-slide .section__year-slide {
    text-align: left !important;
    width: 5rem !important;
  }
}

.section--history-timeline .section__thumb .slick-current .section__year-slide {
  font-weight: 700;
  color: #67B790;
}

.section--history-timeline .section__year-slide {
  font-weight: 500;
  color: #C6CAC8;
  cursor: pointer;
}

.section--history-timeline .section__image-wrapper:before {
  content: '';
  display: inline-block;
  /*background: -webkit-linear-gradient(top, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #B2DDE6 24%, #68C2C9 45%, #42B2A3 66%, #2AA577 81%, #2FA851 100%);*/
  mix-blend-mode: overlay;
}

.section--history-timeline .section__image-wrapper img {
  height: 28rem;
  width: auto;
}

@media (max-width: 52em) {
  .section--history-timeline .section__image-wrapper img {
    width: 17rem;
    height: 20rem;
    object-fit: cover;
  }
}

.section--history-timeline .section__slide-content {
  /* background-image: -webkit-linear-gradient(top, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
  background-image: -moz-linear-gradient(top, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
  background-image: linear-gradient(180deg, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%); */
}

@media (max-width: 52em) {
  .section--history-timeline .section__title-wrapper {
    width: 100%;
  }
}

.section--history-timeline .section__title {
  font-family: "Inter","Brandon Printed", "Helvetica", "Arial", sans-serif;
  font-size: 2rem;
  color: #67e5c0;
  font-weight: 300;
}

@media (max-width: 52em) {
  .section--history-timeline .section__title {
    font-size: 1.75rem;
    text-align: center;
  }
}
.section--history-timeline {
  background: #FFF !important;
}
.section--history-timeline .section__year {
  font-family: "Bosk Hand", "Arial", sans-serif;
  font-size: 1.1rem;
}
p.section__year {
  padding-left: 2rem !important;
  font-family: "League Gothic", "Helvetica", "Arial", sans-serif !important;
  font-size: 3rem !important;
  letter-spacing: 1px;
  font-weight: bold;

}
@media (max-width: 52em) {
  .section--history-timeline .section__year {
    font-size: 1rem;
    text-align: center;
    margin-bottom: .5rem;
  }
}

.section--history-timeline .section__year:before,
.section--history-timeline .section__year:after {
  display: inline-block;
  height: 1px;
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  background: #FFF;
}

@media (max-width: 52em) {
  .section--history-timeline .section__year:before,
  .section--history-timeline .section__year:after {
    width: 5.2rem;
  }
}

/*.section--history-timeline .section__year:before {
  content: '';
  left: 0;
}*/

@media (max-width: 52em) {
  /*.section--history-timeline .section__year:before {
    left: 1.5rem;
  }*/
}

@media (max-width: 52em) {
  .section--history-timeline .section__year:after {
    content: '';
    right: 1.5rem;
  }
}

.section--history-timeline .section__video {
  background: url(../assets/images/video-play.svg) no-repeat center center;
  -moz-background-size: 10%;
  background-size: 10%;
}

@media (max-width: 52em) {
  .section--history-timeline .section__video {
    -moz-background-size: 20%;
    background-size: 20%;
  }
}

.pop-up--age-verify {
  z-index: 10001;
  background: black;
}

.pop-up--age-verify .pop-up__image-wrapper {
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 10002;
  background-color: white;
}

.pop-up--age-verify .pop-up__header {
  height: 100%;
  z-index: 10003;
  background: #00af86;
  background: rgba(0, 175, 134, 1);
}

.pop-up--age-verify .pop-up__header .brand-logo {
  max-width: 300px;
  width: 100%;
  height: auto;
}

@media (max-width: 40em) {
  .pop-up--age-verify .pop-up__header .brand-logo {
    width: 85%;
  }
}

.pop-up--age-verify .pop-up__header ul.selector.language,
.pop-up--age-verify .pop-up__header ul.selector.language li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pop-up--age-verify .pop-up__header ul.selector.language li a {
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.pop-up--age-verify .pop-up__header ul.selector.language li a.active:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 15px;
  height: 2px;
  background: #67e5c0;
}

.pop-up--age-verify .pop-up__header ul.selector.language li:after {
  content: " - ";
  margin-left: 10px;
  margin-right: 10px;
}

.pop-up--age-verify .pop-up__header ul.selector.language li:last-child:after {
  content: "";
  display: none;
}

.pop-up--age-verify .pop-up__header .header__inner {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-up--age-verify .pop-up__header .pop-up__title {
  font-family: 'League Gothic', sans-serif;
  font-size: 3.6rem;
  color: #cafeef;
}

@media (max-width: 40em) {
  .pop-up--age-verify .pop-up__header .pop-up__title {
    font-size: 1.2rem;
  }
}

.pop-up--age-verify .pop-up__header .pop-up__buttons li a {
  display: block;
  padding: 1.7rem 0;
  cursor: pointer;
  border: 1px solid #67e5c0;
}

@media (max-width: 40em) {
  .pop-up--age-verify .pop-up__header .pop-up__buttons li a {
    padding: 1.2rem 0;
  }
}

body.page-template-default {
  background: #fff;
  color: #222;
}

body.page-template-default article.page {
  max-width: 780px;
  padding: 20px;
  margin: 80px auto 40px auto;
}

/* EVENT SINGLE
  ----------------------------- */

.event.type-event .event__header {
  background: -webkit-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, #68C2C9 0%, #42B2A3 38%, #2AA577 81%, #2FA851 100%);
  padding: 3rem 2rem;
}

.event.type-event .event__infos {
  font-family: "Bosk Hand", "Arial", sans-serif;
  font-size: 1.1rem;
  padding-bottom: .3rem;
}

@media (max-width: 52em) {
  .event.type-event .event__infos {
    font-size: 1rem;
  }
}

.event.type-event .event__infos:before,
.event.type-event .event__infos:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 32%;
  background: #FFF;
}

@media (max-width: 52em) {
  .event.type-event .event__infos:before,
  .event.type-event .event__infos:after {
    width: 10%;
  }
}

.event.type-event .event__infos:before {
  left: 0;
}

.event.type-event .event__infos:after {
  right: 0;
}

.event.type-event .event__title {
  font-family: "Brandon Printed", "Helvetica", "Arial", sans-serif;
  font-size: 4rem;
  line-height: 1;
  max-width: 60rem;
}

@media (max-width: 52em) {
  .event.type-event .event__title {
    font-size: 2.2rem;
  }
}

.event.type-event .event__subtitle {
  font-family: "Meritocracy", "cursive";
  font-size: 3rem;
  text-transform: unset;
}

@media (max-width: 52em) {
  .event.type-event .event__subtitle {
    font-size: 2rem;
  }
}

.event.type-event .event__abstract p {
  font-size: 1.4rem;
  color: #67B790;
}

@media (max-width: 52em) {
  .event.type-event .event__abstract p {
    font-size: 1.2rem;
  }
}

.event.type-event .event__abstract:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 160%;
  background: #67B790;
  bottom: 0;
  left: -60%;
}

@media (max-width: 52em) {
  .event.type-event .event__abstract:after {
    content: none;
  }
}

.event.type-event .event__body {
  color: #555;
}

.event.type-event .event__share {
  left: 20%;
  padding-top: .1rem;
}

@media (max-width: 52em) {
  .event.type-event .event__share {
    left: 4%;
  }
}

.event.type-event .event__share .event__label {
  color: #67B790;
  text-transform: uppercase;
  font-family: "Bosk Hand", "Arial", sans-serif;
  font-size: .9rem;
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
  -moz-transform: rotate(-90deg) translate(-50%, -50%);
  -ms-transform: rotate(-90deg) translate(-50%, -50%);
  transform: rotate(-90deg) translate(-50%, -50%);
  left: -0.6rem;
}

.event.type-event .event__share .addtoany_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event.type-event .event__share .addtoany_list > a {
  margin-left: .3rem;
  padding-bottom: .5rem;
}

.event.type-event .event__gallery .event__item img {
  height: 30rem;
  width: auto;
}

@media (max-width: 52em) {
  .event.type-event .event__gallery .event__item img {
    height: 15rem;
  }
}

.event.type-event .event__parallax-wrapper {
  pointer-events: none;
}

@media (max-width: 52em) {
  .event.type-event .event__parallax-wrapper {
    top: auto;
  }

  .event.type-event .event__parallax-wrapper img {
    object-fit: cover;
  }
}

/* EVENT PREVIEW
  ----------------------------- */

.event.event--preview {
  height: 38rem;
}

@media (max-width: 52em) {
  .event.event--preview {
    height: 29rem;
  }
}
.post-type-archive-event .page__container {
  background-color: #e7f4eb;
}
.event.event--preview .preview__background {
  top: 0%;
  -webkit-transition: top .2s ease-out;
  -moz-transition: top .2s ease-out;
  transition: top .2s ease-out;
  /*background: -webkit-linear-gradient(top, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);*/
  background: #67e5c0;
  opacity: 0.5;
}

.event.event--preview.revealed .preview__background {
  top: 0%;
  -webkit-transition: top .4s ease-out .5s;
  -moz-transition: top .4s ease-out .5s;
  transition: top .4s ease-out .5s;
}

.event.event--preview .preview__header {
  padding-bottom: 1rem;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (max-width: 52em) {
  .event.event--preview .preview__header {
    padding-bottom: 2rem;
  }
}

.event.event--preview .preview__date {
  font-family: "Inter",  "Arial", sans-serif;
  font-size: 1.05rem;
}
/*
.event.event--preview .preview__date:before,
.event.event--preview .preview__date:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 19%;
  background: #FFF;
}
*/
.event.event--preview .preview__date:before {
  left: 0;
}

.event.event--preview .preview__date:after {
  right: 0;
}

.event.event--preview .preview__title {
  font-family: "League Gothic", "Helvetica", "Arial", sans-serif;
  font-size: 3.1rem;
  margin-bottom: 0;
  line-height: 1.1;
  -webkit-transition: margin .2s ease-out;
  -moz-transition: margin .2s ease-out;
  transition: margin .2s ease-out;
}

@media (max-width: 52em) {
  .event.event--preview .preview__title {
    margin-bottom: 1.5rem;
  }
}

.event.event--preview .preview__link {
  opacity: 0;
  margin-bottom: -2.5rem;
  -webkit-transition: opacity .2s ease-out .1s, margin .2s ease-out;
  -moz-transition: opacity .2s ease-out .1s, margin .2s ease-out;
  transition: opacity .2s ease-out .1s, margin .2s ease-out;
}

@media (max-width: 52em) {
  .event.event--preview .preview__link {
    opacity: 1;
    margin-bottom: 0;
  }
}

.event.event--preview .preview__thumbnail-wrapper {
  height: 80%;
}

.event.event--preview:hover .preview__background {
  top: 20%;
}

.event.event--preview:hover .preview__header {
  padding-bottom: 2rem;
}

.event.event--preview:hover .preview__title {
  margin-bottom: 1.5rem;
}

.event.event--preview:hover .preview__link {
  opacity: 1;
  margin-bottom: 0;
}

/* EVENT PREVIEW SMALL
  ----------------------------- */

.event.event--preview-small {
  height: auto;
}

@media (max-width: 52em) {
  .event.event--preview-small {
    height: 29rem;
  }
}

.event.event--preview-small .preview__background {
  top: 50%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, black 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 100%);
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__background {
    top: 30%;
    background: -webkit-linear-gradient(top, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
    background: -moz-linear-gradient(top, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
    background: linear-gradient(180deg, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
  }
}

.event.event--preview-small .preview__header {
  padding-left: 0;
  padding-bottom: 1rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__header {
    padding-left: 1rem;
    padding-bottom: 2rem;
  }
}

.event.event--preview-small .preview__date,
.event.event--preview-small .preview__title {
  max-width: 75%;
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__date,
  .event.event--preview-small .preview__title {
    max-width: none;
  }
}

.event.event--preview-small .preview__date {
  margin-bottom: .5rem;
  font-size: .8rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding-left: 10rem;
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__date {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding-left: 0;
    text-align: center;
  }
}

.event.event--preview-small .preview__date:before {
  width: 9.5rem;
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__date:before {
    width: 20%;
  }
}

.event.event--preview-small .preview__date:after {
  content: none;
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__date:after {
    content: '';
    width: 20%;
  }
}

.event.event--preview-small .preview__title {
  font-size: 1.2rem;
  text-align: left;
  padding-left: 1rem;
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__title {
    text-align: center;
    padding-left: 0;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}

.event.event--preview-small .preview__link {
  margin-bottom: 0;
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__link {
    display: none;
  }
}

.event.event--preview-small .preview__arrow {
  background: url(../assets/images/arrow-slide-white.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
  bottom: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 1.4rem;
}

@media (max-width: 52em) {
  .event.event--preview-small .preview__arrow {
    display: none;
  }
}

.event.event--preview-small:hover .preview__background {
  top: 20%;
  background: -webkit-linear-gradient(top, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
  background: -moz-linear-gradient(top, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
  background: linear-gradient(180deg, rgba(104, 194, 201, 0) 0%, #42B2A3 48%, #2AA577 81%, #2FA851 100%);
}

.event.event--preview-small:hover .preview__date,
.event.event--preview-small:hover .preview__title {
  max-width: 100%;
  text-align: center;
}

.event.event--preview-small:hover .preview__date {
  margin-bottom: 1rem;
  font-size: 1rem;
  padding-left: 0;
}

.event.event--preview-small:hover .preview__date:before {
  width: 30%;
}

.event.event--preview-small:hover .preview__date:after {
  content: '';
  width: 30%;
}

.event.event--preview-small:hover .preview__header {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.event.event--preview-small:hover .preview__title {
  text-align: center;
  padding-left: 0;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.event.event--preview-small:hover .preview__arrow {
  display: none;
}

body.post-type-archive-event .page__header {
  padding-bottom: .2rem;
}

@media (max-width: 52em) {
  body.post-type-archive-event .page__header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

body.post-type-archive-event .page__actions {
  max-width: 13rem;
}

@media (max-width: 52em) {
  body.post-type-archive-event .page__actions {
    max-width: none;
    padding: 0 1rem;
    margin-top: -4.75rem;
  }

  body.post-type-archive-event .page__actions .facetwp-facet {
    margin-bottom: 4rem;
  }
}

body.post-type-archive-event .page__image-title {
  width: 5.5rem;
}

@media (max-width: 52em) {
  body.post-type-archive-event .page__image-title {
    width: 2.5rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    position: relative;
    top: -70%;
    margin-left: 1rem;
  }
}

body.post-type-archive-event .page__wrapper .facetwp-template,
body.page-template-home .page__wrapper .facetwp-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.post-type-archive-event .page__slide,
body.page-template-home .page__slide {
  width: -webkit-calc(90rem / 12 * 3) !important;
  width: -moz-calc(90rem / 12 * 3) !important;
  width: calc(90rem / 12 * 3) !important;
}

@media (max-width: 52em) {
  body.post-type-archive-event .page__slide,
body.page-template-home .page__slide {
    width: -webkit-calc(100vw - 3rem) !important;
    width: -moz-calc(100vw - 3rem) !important;
    width: calc(100vw - 3rem) !important;
  }
}

body {
  font-size: 15px;
  font-family: "Inter","Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ul li {
  list-style-type: disc;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Gothic", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

p {
  font-size: 1.1rem;
  line-height: 1.5em;
  font-weight: 300;
}

@media (max-width: 1024px) {
  p {
    font-size: 1.0rem;
  }
}

figure {
  margin: 0;
}

::-moz-selection {
  background: #cafeef;
  color: #000;
}

::selection {
  background: #cafeef;
  color: #000;
}
.pop-up__abstract {
  color: #cafeef;
}
img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.element-parallax {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#main-wrapper {
  margin-top: 3.5rem;
}

.section--history-60s,
.section--history-callas {
  background-color: #e7f4eb !important;
}

#loader-wrapper {
  display: block;
  z-index: 10010;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: #000;
}

@media (max-width: 52em) {
  #loader-wrapper {
    max-width: 100vw;
    max-height: 100vh;
  }
}

#loader-wrapper .brand-logo {
  max-width: 14rem;
}

#loader-wrapper .svg-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loader-wrapper svg {
  width: 58px;
  height: 58px;
  -webkit-animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite;
}

#loader-wrapper svg circle {
  -webkit-transform: translate(-7px, -7px);
  -moz-transform: translate(-7px, -7px);
  -ms-transform: translate(-7px, -7px);
  transform: translate(-7px, -7px);
  margin: 0;
  padding: 0;
  stroke-dasharray: 170;
  -webkit-transition: stroke-dashoffset 0.5s;
  -moz-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
  -webkit-animation: loader 2s ease-in-out infinite;
  -moz-animation: loader 2s ease-in-out infinite;
  animation: loader 2s ease-in-out infinite;
  stroke: #4beebb;
}

@-webkit-keyframes loader {
  from {
    stroke-dashoffset: -170;
    stroke-width: 7;
  }

  50% {
    stroke-width: 2;
  }

  to {
    stroke-dashoffset: 170;
    stroke-width: 7;
  }
}

@-moz-keyframes loader {
  from {
    stroke-dashoffset: -170;
    stroke-width: 7;
  }

  50% {
    stroke-width: 2;
  }

  to {
    stroke-dashoffset: 170;
    stroke-width: 7;
  }
}

@keyframes loader {
  from {
    stroke-dashoffset: -170;
    stroke-width: 7;
  }

  50% {
    stroke-width: 2;
  }

  to {
    stroke-dashoffset: 170;
    stroke-width: 7;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

img.cover-image {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
  width: 100%;
}

img.contain-image {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

img.lazy {
  opacity: .1;
  -webkit-transition: opacity 0.6s 0.05s ease;
  -moz-transition: opacity 0.6s 0.05s ease;
  transition: opacity 0.6s 0.05s ease;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

img.lazy.loaded {
  opacity: 1;
  image-rendering: auto;
}

img.lazy--gif {
  opacity: 1;
}

.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.absolute-center-x,
.nav-overlay nav ul > li a:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.absolute-center-y,
[role="progressbar"]:after,
.section--journey-content .section__step .section__label:before,
.section--journey-content .section__step .section__label:after,
.section--cocktails-slider .section__ingredient:before,
.section--history-timeline .section__year:before,
.section--history-timeline .section__year:after,
.event.type-event .event__infos:before,
.event.type-event .event__infos:after,
.event.event--preview .preview__date:before,
.event.event--preview .preview__date:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fluid,
.section--journey-content .section__step .section__label {
  width: 100%;
  height: auto;
}

.fluid-y {
  height: 100%;
}

.max-width-5 {
  max-width: 90rem;
}
.section__message {
  font-family: "League Gothic",serif;
  font-size: 5rem !important;
}
@media (max-width: 52em) {
.section__message {
  font-size: 4rem !important;
  line-height: 4rem !important;
}
}
@media (min-width: 72em) {

.brr-bot {
  position: absolute;
  z-index: 1000;
  max-width: 150px;
  top: 40%;
}
.brr-mid {
position: absolute;
z-index: 1000;
right: 0;
max-width: 150px;
top: -100px;
}
}
@media (min-width: 85em) {
.brr-top {
  position: absolute;
  z-index: 100;
  max-width: 150px;
}
.eventi-home-mobile {
  display: none !important;
}
}
@media only screen and (min-width: 72em) and (max-width: 85em) {
.brr-top {
  position: absolute;
  z-index: 100;
  max-width: 100px;
}
.eventi-home-mobile {
  display: none !important;
}
}

@media only screen and (max-width: 72em) {
  .brr-top,
  .brr-mid,
  .brr-bot,
  .eventi-home {
  display: none;
  }
}
.eventi-home-mobile {
  padding: 20px;
}
.eventi-home-mobile img {
  margin-bottom: 20px;
}
.eventi-home-mobile .button {
  text-transform: uppercase;
  background: #67e5c0;
  color: #508374;
  padding: 1.2rem 1.4rem 1.1rem;
}