html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*********************************************************************************************

Project : rwdgrid - responsive grid system for your next project
URI: http://rwdgrid.com/
Version: 2.0
Author: Vineeth G S
Author URI: http://www.gsvineeth.com
Github URI: https://github.com/gsvineeth/rwdgrid/

**********************************************************************************************

1.  Base code
2.  Mobile Grid
3.  Grid 720px+
4.  Grid 1024px+
5.  Grid 1200px+
6.  Helper classes

**********************************************************************************************/
/*********************************************************************************************

1.  Base code

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

.grid-m-12, .grid-m-11, .grid-m-10, .grid-m-9, .grid-m-8, .grid-m-7, .grid-m-6, .grid-m-5, .grid-m-4, .grid-m-3, .grid-m-2, .grid-m-1, .grid-12, .footer__content, .text__content, .instagram__content, .grid-11, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .emotiontext__element--image, .grid-5, .emotiontext__element--text, .grid-4, .grid-3, .grid-2, .grid-1, .grid-t-12, .grid-t-11, .grid-t-10, .grid-t-9, .grid-t-8, .grid-t-7, .grid-t-6, .grid-t-5, .grid-t-4, .grid-t-3, .grid-t-2, .grid-t-1, .grid-tl-12, .grid-tl-11, .grid-tl-10, .grid-tl-9, .grid-tl-8, .grid-tl-7, .grid-tl-6, .grid-tl-5, .grid-tl-4, .grid-tl-3, .grid-tl-2, .grid-tl-1, .grid-d-12, .grid-d-11, .grid-d-10, .grid-d-9, .grid-d-8, .grid-d-7, .grid-d-6, .grid-d-5, .grid-d-4, .grid-d-3, .grid-d-2, .grid-d-1 {
  float: left;
  width: 100%; }

.clear-grid {
  clear: both;
  float: inherit; }

.container, .footer__inner, .emotiontext__inner, .bottles__inner, .detail__inner, .text__inner, .instagram__inner {
  margin: 0%;
  width: 100%; }

.container:after, .footer__inner:after, .emotiontext__inner:after, .bottles__inner:after, .detail__inner:after, .text__inner:after, .instagram__inner:after, .container:before, .footer__inner:before, .emotiontext__inner:before, .bottles__inner:before, .detail__inner:before, .text__inner:before, .instagram__inner:before {
  display: table;
  clear: both;
  content: " "; }

.nest {
  margin: 0 -10px;
  padding: 0;
  width: auto; }

.nest:after, .nest:before {
  display: table;
  clear: both;
  content: " "; }

/*********************************************************************************************

2.  Mobile Grid

*********************************************************************************************/
.grid-m-12 {
  width: 100%; }

.grid-m-11 {
  width: 91.666663%; }

.grid-m-10 {
  width: 83.33%; }

.grid-m-9 {
  width: 74.999997%; }

.grid-m-8 {
  width: 66.66666664%; }

.grid-m-7 {
  width: 58.333%; }

.grid-m-6 {
  width: 50%; }

.grid-m-5 {
  width: 41.6665%; }

.grid-m-4 {
  width: 33.33%; }

.grid-m-3 {
  width: 24.99%; }

.grid-m-2 {
  width: 16.66666%; }

.grid-m-1 {
  width: 8.33%; }

/*********************************************************************************************

3.  Grid 720px+

*********************************************************************************************/
@media (min-width: 720px) {
  .grid-12, .footer__content, .text__content, .instagram__content {
    width: 100%; }
  .grid-11 {
    width: 91.666663%; }
  .grid-10 {
    width: 83.33%; }
  .grid-9 {
    width: 74.999997%; }
  .grid-8 {
    width: 66.66666664%; }
  .grid-7 {
    width: 58.333%; }
  .grid-6, .emotiontext__element--image {
    width: 50%; }
  .grid-5, .emotiontext__element--text {
    width: 41.6665%; }
  .grid-4 {
    width: 33.33%; }
  .grid-3 {
    width: 24.99%; }
  .grid-2 {
    width: 16.66666%; }
  .grid-1 {
    width: 8.33%; }
  .grid-t-12 {
    width: 100%; }
  .grid-t-11 {
    width: 91.666663%; }
  .grid-t-10 {
    width: 83.33%; }
  .grid-t-9 {
    width: 74.999997%; }
  .grid-t-8 {
    width: 66.66666664%; }
  .grid-t-7 {
    width: 58.333%; }
  .grid-t-6 {
    width: 50%; }
  .grid-t-5 {
    width: 41.6665%; }
  .grid-t-4 {
    width: 33.33%; }
  .grid-t-3 {
    width: 24.99%; }
  .grid-t-2 {
    width: 16.66666%; }
  .grid-t-1 {
    width: 8.33%; } }

/*********************************************************************************************

4.  Grid 1024px+

*********************************************************************************************/
@media only screen and (min-width: 1024px) {
  .grid-tl-12 {
    width: 100%; }
  .grid-tl-11 {
    width: 91.666663%; }
  .grid-tl-10 {
    width: 83.33%; }
  .grid-tl-9 {
    width: 74.999997%; }
  .grid-tl-8 {
    width: 66.66666664%; }
  .grid-tl-7 {
    width: 58.333%; }
  .grid-tl-6 {
    width: 50%; }
  .grid-tl-5 {
    width: 41.6665%; }
  .grid-tl-4 {
    width: 33.33%; }
  .grid-tl-3 {
    width: 24.99%; }
  .grid-tl-2 {
    width: 16.66666%; }
  .grid-tl-1 {
    width: 8.33%; } }

/*********************************************************************************************

5.  Grid 1200px+

*********************************************************************************************/
@media only screen and (min-width: 1200px) {
  .container-fluid {
    max-width: 90%;
    margin: 0 5%; }
  .grid-d-12 {
    width: 100%; }
  .grid-d-11 {
    width: 91.666663%; }
  .grid-d-10 {
    width: 83.33%; }
  .grid-d-9 {
    width: 74.999997%; }
  .grid-d-8 {
    width: 66.66666664%; }
  .grid-d-7 {
    width: 58.333%; }
  .grid-d-6 {
    width: 50%; }
  .grid-d-5 {
    width: 41.6665%; }
  .grid-d-4 {
    width: 33.33%; }
  .grid-d-3 {
    width: 24.99%; }
  .grid-d-2 {
    width: 16.66666%; }
  .grid-d-1 {
    width: 8.33%; } }

/*********************************************************************************************

6.  Helper classes

*********************************************************************************************/
img.scale, img.responsive {
  max-width: 100%;
  height: auto; }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham") format("svg"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gotham-Bold.eot?") format("eot"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham") format("svg"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gotham-Black.eot?") format("eot"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham") format("svg"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Gotham-Ultra.eot?") format("eot"), url("../fonts/Gotham-Ultra.woff") format("woff"), url("../fonts/Gotham-Ultra.ttf") format("truetype"), url("../fonts/Gotham-Ultra.svg#Gotham") format("svg"); }

@font-face {
  font-family: "imogen_agnes";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/imogen_agnes-clean-webfont.eot?") format("eot"), url("../fonts/imogen_agnes-clean-webfont.woff") format("woff"), url("../fonts/imogen_agnes-clean-webfont.ttf") format("truetype"), url("../fonts/imogen_agnes-clean-webfont.svg#imogen_agnes") format("svg"); }

@font-face {
  font-family: "bestfellaicon";
  src: url("../fonts/bestfellaicon.eot");
  src: url("../fonts/bestfellaicon.eot?#iefix") format("embedded-opentype"), url("../fonts/bestfellaicon.woff") format("woff"), url("../fonts/bestfellaicon.ttf") format("truetype"), url("../fonts/bestfellaicon.svg#bestfellaicon") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "bestfellaicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon--"]:before,
[class*=" icon--"]:before {
  font-family: "bestfellaicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon--facebook:before {
  content: "\66"; }

.icon--instagram:before {
  content: "\62"; }

.icon--youtube:before {
  content: "\61"; }

.icon--globe:before {
  content: "\63"; }

.icon--glass:before {
  content: "\64"; }

.icon--waterdrop:before {
  content: "\65"; }

.icon--testtube:before {
  content: "\67"; }

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

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

input, select, textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  background: none;
  color: inherit; }

*:focus {
  outline: none; }

.barba-container {
  width: 100%;
  top: 0;
  left: 0; }

@-webkit-keyframes play {
  0% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%; } }

@keyframes play {
  0% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%; } }

@-webkit-keyframes maskreveal {
  0% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0; }
  100% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%; } }

@keyframes maskreveal {
  0% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0; }
  100% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%; } }

.page {
  font-family: 'Gotham';
  color: #2c2c2c; }

.header {
  position: fixed;
  width: 100%;
  z-index: 500;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  .header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    @media only screen and (min-width: 1024px) {
      .header:before {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); } }
  .header--hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .header__wrapper {
    max-width: 1680px;
    margin: 0 auto;
    padding: 1.25em; }
    @media (min-width: 720px) {
      .header__wrapper {
        padding: 1.25em 2.5em; } }
  .header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo img {
    display: block;
    max-width: 7.5em; }
    @media only screen and (min-width: 1024px) {
      .header__logo img {
        max-width: 9.0625em; } }
  .header__burger {
    display: none; }
    @media only screen and (max-width: 1023px) {
      .header__burger {
        display: block;
        position: relative;
        height: 1.5625em;
        width: 1.5em; } }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1023px) {
    .navigation {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      visibility: hidden;
      z-index: -1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .navigation:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background: #FFF;
        -webkit-transition: all 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
        transition: all 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-clip-path: polygon(0 60%, 100% 0, 100% 70%, 0 100%);
                clip-path: polygon(0 60%, 100% 0, 100% 70%, 0 100%); }
      .navigation--open:before {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
  .navigation__social {
    margin-top: 2.5em;
    opacity: 0; }
    @media only screen and (min-width: 1024px) {
      .navigation__social {
        margin-top: 0;
        margin-left: 1.875em;
        opacity: 1; } }
  .navigation__item {
    display: block;
    padding: 0.625em;
    text-align: center;
    opacity: 0; }
    @media only screen and (min-width: 1024px) {
      .navigation__item {
        display: inline-block;
        opacity: 1; }
        .navigation__item:first-child {
          padding-left: 0; }
        .navigation__item:last-child {
          padding-right: 0; } }
    .navigation__item--social {
      display: inline-block;
      padding: 0.1875em;
      opacity: 1; }
  .navigation__link {
    font-size: 1.25em;
    color: #fa2c49;
    text-transform: uppercase;
    text-decoration: none; }
    @media only screen and (min-width: 1024px) {
      .navigation__link {
        font-size: 0.75em; } }
    .navigation__link--social {
      font-size: 1.625em; }

.intro {
  position: relativ; }
  .intro__inner {
    position: relativ;
    width: 100%;
    height: 120vh;
    margin-bottom: -20vh;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    overflow: hidden; }
  .intro__scrolldown {
    display: block;
    position: fixed;
    width: 1.8125em;
    height: 2.8125em;
    bottom: 2.5em;
    left: 50%;
    margin-left: -0.875em;
    border-radius: 1em;
    border: 3px solid #fa2c49;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
    .intro__scrolldown--hidden {
      -webkit-transform: translateY(9.375em);
              transform: translateY(9.375em); }
    .intro__scrolldown:after {
      content: "";
      display: block;
      position: absolute;
      width: 3px;
      height: 0.1875em;
      left: 0.625em;
      top: 0.4375em;
      border-radius: 0.1625em;
      background-color: #fa2c49;
      -webkit-animation: bounce .8s ease-in-out infinite alternate;
              animation: bounce .8s ease-in-out infinite alternate; }

@-webkit-keyframes bounce {
  0% {
    top: 0.4375em;
    height: 0.1875em; }
  100% {
    top: 0.75em;
    height: 0.625em; } }

@keyframes bounce {
  0% {
    top: 0.4375em;
    height: 0.1875em; }
  100% {
    top: 0.75em;
    height: 0.625em; } }
  .intro__animation {
    position: absolute;
    width: 100%;
    height: 100%; }
    .intro__animation--transition .intro__element {
      -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1); }
      .intro__animation--transition .intro__element.intro__element--fruits {
        -webkit-transition-duration: 1.5s;
                transition-duration: 1.5s; }
    @media only screen and (orientation: portrait) {
      .intro__animation {
        width: 250%;
        margin-left: -75%; } }
  .intro__element {
    display: block;
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (orientation: portrait) {
      .intro__element {
        top: 40%; } }
    .intro__element--background {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 70%;
      left: 49%;
      margin-top: 2%;
      -webkit-mask-image: url("../img/home/ink-transition-reveal-sprite-e.png");
              mask-image: url("../img/home/ink-transition-reveal-sprite-e.png");
      -webkit-mask-repeat: repeat;
              mask-repeat: repeat;
      -webkit-mask-size: auto 3100%;
              mask-size: auto 3100%;
      -webkit-mask-position: 0px 100%;
              mask-position: 0px 100%; }
      .intro__element--background:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .intro__animation--hidden .intro__element--background {
        -webkit-animation: none;
                animation: none; }
    .intro__element--bottle-fresh {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 8%;
      left: 39%; }
      .intro__element--bottle-fresh:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 392.468619247%; }
      .intro__animation--hidden .intro__element--bottle-fresh {
        -webkit-transform: translate(-50%, -50%) translate3d(-600%, -30%, 0) rotateZ(-10deg);
                transform: translate(-50%, -50%) translate3d(-600%, -30%, 0) rotateZ(-10deg); }
    .intro__element--holunder {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 8%;
      left: 35.5%;
      margin-top: 8%; }
      .intro__element--holunder:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 144%; }
      .intro__animation--transition .intro__element--holunder {
        -webkit-transition-delay: .7s;
                transition-delay: .7s; }
      .intro__animation--hidden .intro__element--holunder {
        -webkit-transform: translate(-50%, -50%) translate3d(-70%, 50%, 0) scale(0.01) rotate(-40deg);
                transform: translate(-50%, -50%) translate3d(-70%, 50%, 0) scale(0.01) rotate(-40deg); }
    .intro__element--minze-fresh {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 9%;
      left: 34%;
      margin-top: 14%; }
      .intro__element--minze-fresh:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 74.297188755%; }
      .intro__animation--transition .intro__element--minze-fresh {
        -webkit-transition-delay: .8s;
                transition-delay: .8s; }
      .intro__animation--hidden .intro__element--minze-fresh {
        -webkit-transform: translate(-50%, -50%) translate3d(20%, 0%, 0) scale(0.01) rotate(-100deg);
                transform: translate(-50%, -50%) translate3d(20%, 0%, 0) scale(0.01) rotate(-100deg); }
    .intro__element--grapefruit {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 6%;
      left: 37%;
      margin-top: 16%; }
      .intro__element--grapefruit:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .intro__animation--transition .intro__element--grapefruit {
        -webkit-transition-delay: .3s;
                transition-delay: .3s; }
      .intro__animation--hidden .intro__element--grapefruit {
        -webkit-transform: translate(-50%, -50%) translate3d(-100%, 400%, 0) scale(0.5) rotate(120deg);
                transform: translate(-50%, -50%) translate3d(-100%, 400%, 0) scale(0.5) rotate(120deg); }
    .intro__element--kiwi-1 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 7%;
      left: 65%;
      margin-top: 7%; }
      .intro__element--kiwi-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 109.944751381%; }
      .intro__animation--transition .intro__element--kiwi-1 {
        -webkit-transition-delay: .7s;
                transition-delay: .7s; }
      .intro__animation--hidden .intro__element--kiwi-1 {
        -webkit-transform: translate(-50%, -50%) translate3d(-70%, 0, 0) scale(0.01) rotate(-40deg);
                transform: translate(-50%, -50%) translate3d(-70%, 0, 0) scale(0.01) rotate(-40deg); }
    .intro__element--kiwi-2 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 8%;
      left: 65%;
      margin-top: 10%; }
      .intro__element--kiwi-2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 81.1881188119%; }
      .intro__animation--transition .intro__element--kiwi-2 {
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
      .intro__animation--hidden .intro__element--kiwi-2 {
        -webkit-transform: translate(-50%, -50%) translate3d(-70%, 0, 0) scale(0.01) rotate(-40deg);
                transform: translate(-50%, -50%) translate3d(-70%, 0, 0) scale(0.01) rotate(-40deg); }
    .intro__element--bottle-fizzy {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 8%;
      left: 61%; }
      .intro__element--bottle-fizzy:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 392.468619247%; }
      .intro__animation--hidden .intro__element--bottle-fizzy {
        -webkit-transform: translate(-50%, -50%) translate3d(600%, -30%, 0) rotateZ(15deg);
                transform: translate(-50%, -50%) translate3d(600%, -30%, 0) rotateZ(15deg); }
    .intro__element--lime {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 7%;
      left: 65%;
      margin-top: 13%; }
      .intro__element--lime:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 96.4705882353%; }
      .intro__animation--transition .intro__element--lime {
        -webkit-transition-delay: .5s;
                transition-delay: .5s; }
      .intro__animation--hidden .intro__element--lime {
        -webkit-transform: translate(-50%, -50%) translate3d(150%, 400%, 0) scale(0.6) rotate(-100deg);
                transform: translate(-50%, -50%) translate3d(150%, 400%, 0) scale(0.6) rotate(-100deg); }
    .intro__element--minze-fizzy {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 5%;
      left: 67%;
      margin-top: 15%; }
      .intro__element--minze-fizzy:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 94.4444444444%; }
      .intro__animation--transition .intro__element--minze-fizzy {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s; }
      .intro__animation--hidden .intro__element--minze-fizzy {
        -webkit-transform: translate(-50%, -50%) translate3d(-20%, 0%, 0) scale(0.01) rotate(100deg);
                transform: translate(-50%, -50%) translate3d(-20%, 0%, 0) scale(0.01) rotate(100deg); }
    .intro__element--wet-leafs {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 25%;
      left: 51%;
      margin-top: 8%;
      /*

			opacity: 0;
			
			&.intro__element--show {
				opacity: 1;
			}
			
			.intro__animation--transition & {
				transition-delay: .9s;
			}
			
			.intro__animation--hidden & {
				transform: translate(-50%, -50%) scaleY(.01) rotate(65deg);
			}

			*/ }
      .intro__element--wet-leafs:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 88.5601577909%; }
    .intro__element--passionfruit {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 11%;
      left: 47%;
      margin-top: 10.5%; }
      .intro__element--passionfruit:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 95.8955223881%; }
      .intro__animation--transition .intro__element--passionfruit {
        -webkit-transition-delay: .6s;
                transition-delay: .6s; }
      .intro__animation--hidden .intro__element--passionfruit {
        -webkit-transform: translate(-50%, -50%) translate3d(50%, 0, 0) scale(0.01) rotate(-10deg);
                transform: translate(-50%, -50%) translate3d(50%, 0, 0) scale(0.01) rotate(-10deg); }
    .intro__element--bottle-tropical {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 9%;
      left: 50%; }
      .intro__element--bottle-tropical:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 392.468619247%; }
      .intro__animation--hidden .intro__element--bottle-tropical {
        -webkit-transform: translate(-50%, -50%) translate3d(0%, -200%, 0) rotateZ(-6deg);
                transform: translate(-50%, -50%) translate3d(0%, -200%, 0) rotateZ(-6deg); }
    .intro__element--orange {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 11.5%;
      left: 54%;
      margin-top: 15%; }
      .intro__element--orange:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 71.5654952077%; }
      .intro__animation--transition .intro__element--orange {
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
      .intro__animation--hidden .intro__element--orange {
        -webkit-transform: translate(-50%, -50%) translate3d(0, 200%, 0) scale(0.01) rotate(-120deg);
                transform: translate(-50%, -50%) translate3d(0, 200%, 0) scale(0.01) rotate(-120deg); }
    .intro__element--falling-kiwi-1 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 24%;
      left: 14%;
      top: 20%; }
      .intro__element--falling-kiwi-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 71.568627451%; }
      .intro__animation--hidden .intro__element--falling-kiwi-1 {
        -webkit-transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(140deg);
                transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(140deg); }
    .intro__element--falling-mint-1 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 15%;
      left: 20%;
      top: 45%; }
      .intro__element--falling-mint-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .intro__animation--hidden .intro__element--falling-mint-1 {
        -webkit-transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(140deg);
                transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(140deg); }
    .intro__element--falling-orange-1 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 13%;
      left: 20%;
      top: 70%; }
      .intro__element--falling-orange-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150.833333333%; }
      .intro__animation--hidden .intro__element--falling-orange-1 {
        -webkit-transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(-40deg);
                transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(-40deg); }
    .intro__element--falling-orange-2 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 8%;
      left: 30%;
      top: -4%; }
      .intro__element--falling-orange-2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150.833333333%; }
      .intro__animation--hidden .intro__element--falling-orange-2 {
        -webkit-transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(-140deg);
                transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(-140deg); }
    .intro__element--falling-orange-3 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 18%;
      left: 2%;
      top: 40%; }
      .intro__element--falling-orange-3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 105.673758865%; }
      .intro__animation--hidden .intro__element--falling-orange-3 {
        -webkit-transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(140deg);
                transform: translate(-50%, -50%) translate3d(-400%, -100%, 0) rotateZ(140deg); }
    .intro__element--falling-grapefruit-1 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 15%;
      left: 73%;
      top: 13%; }
      .intro__element--falling-grapefruit-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 105.303030303%; }
      .intro__animation--hidden .intro__element--falling-grapefruit-1 {
        -webkit-transform: translate(-50%, -50%) translate3d(-30%, -300%, 0) rotateZ(-140deg);
                transform: translate(-50%, -50%) translate3d(-30%, -300%, 0) rotateZ(-140deg); }
    .intro__element--falling-orange-4 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 13%;
      left: 90%;
      top: 3%; }
      .intro__element--falling-orange-4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 147.008547009%; }
      .intro__animation--hidden .intro__element--falling-orange-4 {
        -webkit-transform: translate(-50%, -50%) translate3d(-30%, -300%, 0) rotateZ(40deg);
                transform: translate(-50%, -50%) translate3d(-30%, -300%, 0) rotateZ(40deg); }
    .intro__element--falling-orange-5 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 13%;
      left: 84%;
      top: 50%; }
      .intro__element--falling-orange-5:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 147.008547009%; }
      .intro__animation--hidden .intro__element--falling-orange-5 {
        -webkit-transform: translate(-50%, -50%) translate3d(300%, -10%, 0) rotateZ(40deg);
                transform: translate(-50%, -50%) translate3d(300%, -10%, 0) rotateZ(40deg); }
    .intro__element--falling-mint-2 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 13%;
      left: 84%;
      top: 30%; }
      .intro__element--falling-mint-2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 97.0873786408%; }
      .intro__animation--hidden .intro__element--falling-mint-2 {
        -webkit-transform: translate(-50%, -50%) translate3d(300%, -10%, 0) rotateZ(40deg);
                transform: translate(-50%, -50%) translate3d(300%, -10%, 0) rotateZ(40deg); }
    .intro__element--falling-grapefruit-2 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 28%;
      left: 76%;
      top: 80%; }
      .intro__element--falling-grapefruit-2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 105.303030303%; }
      .intro__animation--hidden .intro__element--falling-grapefruit-2 {
        -webkit-transform: translate(-50%, -50%) translate3d(20%, 200%, 0) rotateZ(-120deg);
                transform: translate(-50%, -50%) translate3d(20%, 200%, 0) rotateZ(-120deg); }
    .intro__element--falling-s-kiwi-1 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 10%;
      left: 100%;
      top: 40%;
      opacity: .7; }
      .intro__element--falling-s-kiwi-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 71.568627451%; }
      .intro__animation--hidden .intro__element--falling-s-kiwi-1 {
        -webkit-transform: translate(-50%, -50%) translate3d(300%, -10%, 0) rotateZ(40deg);
                transform: translate(-50%, -50%) translate3d(300%, -10%, 0) rotateZ(40deg); }
    .intro__element--falling-s-mint-1 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 8%;
      left: 8%;
      top: 60%;
      opacity: .3; }
      .intro__element--falling-s-mint-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .intro__animation--hidden .intro__element--falling-s-mint-1 {
        -webkit-transform: translate(-50%, -50%) translate3d(-500%, -10%, 0) rotateZ(40deg);
                transform: translate(-50%, -50%) translate3d(-500%, -10%, 0) rotateZ(40deg); }
    .intro__element--falling-s-orange-1 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 8%;
      left: 96%;
      top: 70%; }
      .intro__element--falling-s-orange-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150.833333333%; }
      .intro__animation--hidden .intro__element--falling-s-orange-1 {
        -webkit-transform: translate(-50%, -50%) translate3d(300%, -10%, 0) rotateZ(40deg);
                transform: translate(-50%, -50%) translate3d(300%, -10%, 0) rotateZ(40deg); }
    .intro__element--falling-s-orange-2 {
      position: absolute;
      /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
      width: 5%;
      left: 84%;
      top: 30%;
      -webkit-filter: brightness(105%);
              filter: brightness(105%); }
      .intro__element--falling-s-orange-2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150.833333333%; }
      .intro__animation--hidden .intro__element--falling-s-orange-2 {
        -webkit-transform: translate(-50%, -50%) translate3d(500%, 30%, 0) rotateZ(40deg);
                transform: translate(-50%, -50%) translate3d(500%, 30%, 0) rotateZ(40deg); }

.btn {
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  .btn__burger, .btn__burger:before, .btn__burger:after {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #fa2c49;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1; }
  .btn__burger {
    top: 12px; }
    .btn__burger:before {
      content: "";
      top: -6px; }
    .btn__burger:after {
      content: "";
      top: 6px; }
    .btn__burger--cross {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-color: rgba(250, 44, 73, 0); }
      .btn__burger--cross:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .btn__burger--cross:after {
        top: 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }

.footer {
  position: relative;
  padding: 3.125em 0; }
  @media (min-width: 720px) {
    .footer {
      padding: 10em 0; } }
  @media only screen and (min-width: 1200px) {
    .footer {
      padding: 10em 0; } }
  .footer__wrapper {
    padding: 0 1.25em;
    max-width: 1680px;
    margin: 0 auto; }
  .footer__inner {
    position: relative; }
  .footer__logo {
    text-align: center;
    margin-bottom: 5em; }
    @media (min-width: 720px) {
      .footer__logo {
        margin-bottom: 6.25em; } }
  .footer__content {
    font-size: 0.8125em;
    font-weight: 200;
    line-height: 1.6em;
    letter-spacing: .05em;
    text-align: center; }
    @media (min-width: 720px) {
      .footer__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: left; } }
  .footer__column {
    margin: 1.25em 0; }
    @media (min-width: 720px) {
      .footer__column {
        margin: 1.25em 3.125em; } }
    .footer__column a {
      text-decoration: none;
      color: #444; }
      .footer__column a:hover {
        color: #fa2c49; }

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fa2c49;
  z-index: 1000; }
  .loader__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .loader__bottle {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1);
    transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1); }
    .loader--ready .loader__bottle {
      -webkit-transform: rotate(90deg) scale(40);
              transform: rotate(90deg) scale(40); }
  .loader__bar {
    fill: #fff;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.18, 1); }

@-webkit-keyframes loaderBar {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes loaderBar {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 50;
  pointer-events: none;
  /*

	mask-repeat: repeat;
	mask-size: auto 3100%;
	mask-position: 0 0%;
	mask-image: url('../img/home/ink-transition-sprite.png');


	&__animation {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #FFF;
		
		mask-repeat: repeat;
		mask-size: auto 3100%;
		mask-position: 0px 0px;
		mask-image: url('../img/home/ink-transition-reveal-sprite-e.png');
	}

	*/ }

.emotiontext {
  position: relative;
  padding: 5em 0; }
  @media (min-width: 720px) {
    .emotiontext {
      padding: 11.25em 0; } }
  .emotiontext:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    background-image: url("../img/backgrounds/brush-red@2x.jpg");
    background-size: cover; }
    @media (min-width: 720px) {
      .emotiontext:before {
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
                clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); } }
  .emotiontext__wrapper {
    padding: 0 1.25em;
    max-width: 1680px;
    margin: 0 auto; }
  .emotiontext__inner {
    position: relative; }
  .emotiontext__element {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .emotiontext__element--text {
      position: relative; }
      @media (min-width: 720px) {
        .emotiontext__element--text {
          margin-left: 1.25em; } }
      @media only screen and (min-width: 1200px) {
        .emotiontext__element--text {
          margin-left: 8.33%; } }
    @media (min-width: 720px) {
      .emotiontext__element--image {
        position: absolute;
        margin-top: 10vh;
        margin-left: 41.65%; } }
    .emotiontext__element--image img {
      display: block;
      width: 100%; }
  @media (min-width: 1024px) {
    .emotiontext__fruit {
      display: block;
      position: absolute;
      max-width: 100%;
      width: 360px;
      min-width: 50%;
      height: 50%;
      z-index: -1;
      background-size: contain;
      background-repeat: no-repeat; }
      .emotiontext__fruit--top {
        top: -20%;
        right: -20%;
        background-position: right top;
        background-image: url("../img/home/emotion/orange-tree-top.png"); }
      .emotiontext__fruit--bottom {
        bottom: -20%;
        left: -10%;
        background-position: left bottom;
        background-image: url("../img/home/emotion/orange-tree-bottom.png"); } }
  .emotiontext__content {
    position: relative;
    padding: 1.875em 1.875em 1.875em 1.875em;
    background-color: #FFF;
    -webkit-box-shadow: 0px 25px 80px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 25px 80px 0px rgba(0, 0, 0, 0.4); }
    @media (min-width: 720px) {
      .emotiontext__content {
        padding: 1.875em 3.125em 3.125em 3.125em; } }
  .emotiontext__title {
    font-family: 'imogen_agnes';
    font-size: 5em;
    line-height: .4em;
    text-align: center;
    color: #fa2c49;
    margin-top: 0.25em;
    margin-bottom: 0.375em; }
    @media only screen and (min-width: 1024px) {
      .emotiontext__title {
        font-size: 7.5em;
        margin-top: 0.3333333333em;
        margin-bottom: 0.4166666667em; } }
  .emotiontext__text {
    font-size: 0.8125em;
    font-weight: 200;
    line-height: 1.6em;
    letter-spacing: .05em; }
    .emotiontext__text--center {
      text-align: center; }
    .emotiontext__text--small {
      font-size: 0.625em; }
  .emotiontext__subtitle {
    margin: 2.5em 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 200;
    line-height: 1.6em;
    letter-spacing: .05em; }
  .emotiontext__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.25em 0 2.5em 0;
    background-color: #f3f3f3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0.3125em 1.25em; }
    @media only screen and (min-width: 1200px) {
      .emotiontext__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        padding: 1.25em; } }
  .emotiontext__item {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.8125em;
    font-weight: 200;
    line-height: 1.6em;
    letter-spacing: .05em;
    padding: 0.9375em; }
    .emotiontext__item:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      vertical-align: middle;
      width: 100%;
      height: 1px;
      background-color: #ccc; }
    @media only screen and (min-width: 1200px) {
      .emotiontext__item:after {
        bottom: auto;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%; } }
    .emotiontext__item:last-child:after {
      display: none; }
    .emotiontext__item span {
      display: block;
      text-align: center; }
  .emotiontext__attr {
    text-transform: uppercase;
    font-size: 0.75em;
    margin-bottom: 0.625em; }

.bottles {
  position: relative;
  padding: 1.875em 0; }
  @media (min-width: 720px) {
    .bottles {
      padding: 9.375em 0; } }
  @media only screen and (min-width: 1200px) {
    .bottles {
      padding: 11.25em 0; } }
  .bottles--detail {
    padding: 0; }
  @media (min-width: 720px) {
    .bottles--background:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
              clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
      background-image: url("../img/backgrounds/brush-light@2x.jpg");
      background-size: cover; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .bottles--background:before {
      -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
              clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); } }
  .bottles--hide-background:before {
    display: none; }
  .bottles__wrapper {
    padding: 0 1.25em;
    max-width: 1680px;
    margin: 0 auto;
    overflow: hidden; }
  .bottles__inner {
    position: relative; }
  .bottles__headline {
    margin-bottom: -5em; }
  .bottles__title {
    font-family: 'imogen_agnes';
    font-size: 10em;
    text-align: center;
    color: #fa2c49;
    margin-top: 0em; }
    @media (min-width: 720px) {
      .bottles__title {
        font-size: 12.5em;
        margin-top: 0.15em; } }
    @media only screen and (min-width: 1200px) {
      .bottles__title {
        font-size: 15em;
        margin-top: 0.1em; } }
  .bottles__content {
    position: relative;
    max-width: 68.75em;
    width: 85%;
    margin: 0 auto; }
    @media (min-width: 720px) {
      .bottles__content {
        position: relative;
        /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/ }
        .bottles__content:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 80.8926080893%; } }
  .bottles__main {
    position: absolut;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .bottles__item {
    position: relative;
    width: 90%;
    margin: -3.125em auto 0 auto;
    max-width: 15em; }
    .bottles__item--center {
      margin-top: 2.5em; }
    @media (min-width: 720px) {
      .bottles__item {
        position: absolute;
        top: 0;
        width: 33%;
        max-width: 100%;
        margin: 0; }
        .bottles__item--center {
          left: 33%;
          margin-top: 0; } }

@media (min-width: 720px) {
  .bottle--fresh {
    left: 0; }
  .bottle--tropical {
    left: 33%; }
  .bottle--fizzy {
    left: 66%; } }

.bottle__inner {
  position: relativ;
  /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/ }
  .bottle__inner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 250%; }

.bottle__element {
  display: block;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat; }
  .bottle__element--mirrored-x {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
            transform: translate(-50%, -50%) scaleX(-1); }
  .bottle__element--bottle-tropical, .bottle__element--bottle-fresh, .bottle__element--bottle-fizzy {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 45%;
    left: 50%;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.1, 0.09, 0.25, 0.98);
    transition: -webkit-transform 0.5s cubic-bezier(0.1, 0.09, 0.25, 0.98);
    transition: transform 0.5s cubic-bezier(0.1, 0.09, 0.25, 0.98);
    transition: transform 0.5s cubic-bezier(0.1, 0.09, 0.25, 0.98), -webkit-transform 0.5s cubic-bezier(0.1, 0.09, 0.25, 0.98); }
    .bottle__element--bottle-tropical:before, .bottle__element--bottle-fresh:before, .bottle__element--bottle-fizzy:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 392.468619247%; }
    .transition-fast .bottle__element--bottle-tropical, .transition-fast .bottle__element--bottle-fresh, .transition-fast .bottle__element--bottle-fizzy {
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.1, 0.09, 0.25, 0.98);
      transition: -webkit-transform 0.2s cubic-bezier(0.1, 0.09, 0.25, 0.98);
      transition: transform 0.2s cubic-bezier(0.1, 0.09, 0.25, 0.98);
      transition: transform 0.2s cubic-bezier(0.1, 0.09, 0.25, 0.98), -webkit-transform 0.2s cubic-bezier(0.1, 0.09, 0.25, 0.98); }
  .bottle__element--background {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 250%;
    left: 49%;
    margin-top: 50%; }
    .bottle__element--background:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
  .bottle__element--passionfruit {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 50%;
    left: 30%;
    margin-top: 55%; }
    .bottle__element--passionfruit:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 95.8955223881%; }
  .bottle__element--orange {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 55%;
    left: 80%;
    margin-top: 75%; }
    .bottle__element--orange:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 71.5654952077%; }
  .bottle__element--holunder {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 48%;
    left: 28%;
    margin-top: 35%; }
    .bottle__element--holunder:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 144%; }
  .bottle__element--minze-fresh {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 48%;
    left: 28%;
    margin-top: 75%; }
    .bottle__element--minze-fresh:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 74.297188755%; }
  .bottle__element--grapefruit {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 31%;
    left: 74%;
    margin-top: 78%; }
    .bottle__element--grapefruit:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
  .bottle__element--lime {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 35%;
    left: 28%;
    margin-top: 75%; }
    .bottle__element--lime:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 96.4705882353%; }
  .bottle__element--kiwis-cut {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 80%;
    left: 65%;
    margin-top: 60%; }
    .bottle__element--kiwis-cut:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.5094339623%; }
  .bottle__element--minze-fizzy {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 30%;
    left: 74%;
    margin-top: 80%; }
    .bottle__element--minze-fizzy:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 94.4444444444%; }
  .bottle__element--shadow-grapefruit {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 30%;
    left: 74%;
    margin-top: 96%; }
    .bottle__element--shadow-grapefruit:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 21.0526315789%; }
  .bottle__element--shadow-mint-fresh {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 50%;
    left: 25%;
    margin-top: 90%; }
    .bottle__element--shadow-mint-fresh:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 21.0526315789%; }
  .bottle__element--shadow-orange {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 40%;
    left: 78%;
    margin-top: 98%; }
    .bottle__element--shadow-orange:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 21.0526315789%; }
  .bottle__element--shadow-passionfruit {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 40%;
    left: 25%;
    margin-top: 79%; }
    .bottle__element--shadow-passionfruit:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 21.0526315789%; }
  .bottle__element--shadow-lime {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 30%;
    left: 29%;
    margin-top: 94%; }
    .bottle__element--shadow-lime:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 21.0526315789%; }
  .bottle__element--shadow-kiwis-cut {
    position: absolute;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/
    width: 50%;
    left: 87%;
    margin-top: 81%; }
    .bottle__element--shadow-kiwis-cut:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 21.0526315789%; }

.bottle__attr {
  position: absolute;
  display: none; }
  @media (min-width: 720px) {
    .bottle__attr {
      display: block; } }
  .bottle__attr--1 {
    top: 25%;
    left: 31%; }
  .bottle__attr--2 {
    top: 32%;
    left: 70%; }
  .bottle__attr--3 {
    top: 40%;
    left: 25%; }
  .bottle__attr--4 {
    top: 45%;
    left: 80%; }

.bottle__link {
  display: block; }
  .bottle__link--clickable:hover .bottle__element--bottle-fresh {
    -webkit-transform: translate(-50%, -54%) rotate(-1deg);
            transform: translate(-50%, -54%) rotate(-1deg); }
  .bottle__link--clickable:hover .bottle__element--bottle-tropical {
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%); }
  .bottle__link--clickable:hover .bottle__element--bottle-fizzy {
    -webkit-transform: translate(-50%, -53%) rotate(3deg);
            transform: translate(-50%, -53%) rotate(3deg); }

.attribute {
  color: #fa2c49;
  white-space: nowrap;
  cursor: default; }
  .attribute--left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .attribute__line {
    display: inline-block;
    vertical-align: middle;
    width: 4.375em;
    height: 1px;
    background-color: #fa2c49;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
    @media only screen and (min-width: 1200px) {
      .attribute__line {
        width: 6.25em; } }
    .attribute--right .attribute__line {
      margin-right: 1.25em;
      -webkit-transform-origin: 0% 50%;
              transform-origin: 0% 50%; }
    .attribute--left .attribute__line {
      margin-left: 1.25em;
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%; }
  .attribute__text {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 200;
    line-height: 1.6em;
    letter-spacing: .05em; }
  .attribute:hover .attribute__line {
    width: 7.5em; }

.detail {
  position: relative; }
  .detail__wrapper {
    padding: 0 1.25em;
    max-width: 1680px;
    margin: 0 auto; }
  .detail__inner {
    position: relative; }
  .detail__content {
    position: relative;
    max-width: 68.75em;
    margin: 0 auto;
    position: relative;
    /*
  [class$="inner"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
*/ }
    .detail__content:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 80.8926080893%; }
  .detail__item {
    width: 33%;
    position: absolute;
    top: 0;
    left: 33%; }

.text {
  position: relative; }
  .text--first {
    padding-top: 6.25em; }
    @media (min-width: 720px) {
      .text--first {
        padding-top: 8.75em; } }
  .text__wrapper {
    padding: 0 1.25em;
    max-width: 1680px;
    margin: 0 auto; }
  .text__inner {
    position: relative; }
  .text__title {
    font-family: 'imogen_agnes';
    font-size: 10em;
    text-align: center;
    color: #fa2c49;
    margin-top: 0em; }
    @media (min-width: 720px) {
      .text__title {
        font-size: 12.5em;
        margin-top: 0.15em; } }
    @media only screen and (min-width: 1200px) {
      .text__title {
        font-size: 15em;
        margin-top: 0.1em; } }
    .text__title--small {
      font-size: 6.25em;
      margin-bottom: 0.4em; }
  .text__content {
    font-size: 0.8125em;
    font-weight: 200;
    line-height: 1.6em;
    letter-spacing: .05em;
    text-align: center; }
    .text__content--left {
      text-align: left; }
    .text__content--single {
      float: none;
      max-width: 75em;
      margin: 0 auto; }
      .text__content--single p {
        margin: 0.625em 0; }
      .text__content--single h2, .text__content--single h3 {
        margin: 3.75em 0 0.625em 0;
        font-weight: 400;
        text-transform: uppercase; }
  .text__text--small {
    max-width: 50em;
    margin: 0 auto; }
  .text__links {
    margin-top: 3.75em; }
    @media (min-width: 720px) {
      .text__links {
        margin-top: 6.25em; } }
    .text__links li {
      display: inline-block;
      font-family: 'imogen_agnes';
      font-size: 3.75em;
      text-align: center;
      color: #fa2c49; }
      @media (min-width: 720px) {
        .text__links li {
          font-size: 6.25em; } }
      .text__links li:after {
        content: "/";
        padding: 0 0.2em; }
      .text__links li:last-child:after {
        display: none; }
    .text__links a {
      color: #fa2c49;
      text-decoration: none; }

.instagram {
  position: relative;
  margin-bottom: 3.125em; }
  @media (min-width: 720px) {
    .instagram {
      margin-bottom: 5em; } }
  @media only screen and (min-width: 1200px) {
    .instagram {
      margin-bottom: 6.25em; } }
  .instagram--detail {
    padding: 0; }
  .instagram--background:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 70%;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    background-image: url("../img/backgrounds/brush-red@2x.jpg");
    background-size: cover; }
    @media (min-width: 720px) {
      .instagram--background:before {
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
                clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%); } }
    @media (min-width: 720px) {
      .instagram--background:before {
        top: 20%;
        height: 100%; } }
  .instagram--hide-background:before {
    display: none; }
  .instagram__wrapper {
    padding: 0 1.25em;
    max-width: 1680px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 12.5em; }
    @media (min-width: 720px) {
      .instagram__wrapper {
        overflow: visible;
        padding-bottom: 0; } }
  .instagram__inner {
    position: relative; }
  .instagram__stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .instagram__images {
    position: relative;
    margin: 6.25em 0; }
    @media (min-width: 720px) {
      .instagram__images {
        margin: 6.875em 0; } }
    @media (min-width: 1028px) {
      .instagram__images {
        margin: 7.5em 0; } }
    @media only screen and (min-width: 1200px) {
      .instagram__images {
        margin: 9.375em 0; } }
  .instagram__image {
    display: block;
    position: absolute;
    -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 720px) {
      .instagram__image {
        -webkit-box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.3); } }
    .instagram__image:nth-child(3) {
      top: 50%;
      left: -70%;
      width: 80%; }
    .instagram__image:nth-child(4) {
      top: 10%;
      right: -70%;
      width: 80%; }
    .instagram__image:nth-child(5) {
      top: 60%;
      right: -40%;
      width: 70%; }
    .instagram__image:nth-child(2) {
      top: 60%;
      right: 10%;
      width: 90%; }
    .instagram__image:nth-child(1) {
      top: -10%;
      left: -30%;
      width: 90%; }
  .instagram__link {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
    transition: -webkit-box-shadow 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
    transition: box-shadow 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
    transition: box-shadow 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98), -webkit-box-shadow 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98); }
    @media (min-width: 720px) {
      .instagram__link {
        -webkit-box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.3); } }
    .instagram__link img {
      display: block;
      width: 80vw;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
      transition: -webkit-transform 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
      transition: transform 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
      transition: transform 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98), -webkit-transform 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98); }
      @media (min-width: 720px) {
        .instagram__link img {
          width: 18.75em; } }
      @media (min-width: 1028px) {
        .instagram__link img {
          width: 18.75em; } }
      @media only screen and (min-width: 1200px) {
        .instagram__link img {
          width: 25em; } }
    .instagram__link span {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #fa2c49;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: 'imogen_agnes';
      font-size: 7.5em;
      text-align: center;
      color: #fff;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-clip-path: polygon(0 60%, 100% 0, 100% 70%, 0 100%);
              clip-path: polygon(0 60%, 100% 0, 100% 70%, 0 100%);
      -webkit-transition: all 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
      transition: all 0.6s cubic-bezier(0.1, 0.09, 0.25, 0.98);
      background-image: url("../img/backgrounds/brush-light.jpg");
      background-size: cover; }
      @media (min-width: 720px) {
        .instagram__link span {
          font-size: 13.75em; } }
    .instagram__link:hover {
      -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.4); }
      @media (min-width: 720px) {
        .instagram__link:hover {
          -webkit-box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.6);
                  box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.6); } }
      .instagram__link:hover img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      .instagram__link:hover span {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .instagram__tag {
    position: absolute;
    bottom: -10%;
    right: -10%;
    pointer-events: none;
    font-family: 'imogen_agnes';
    font-size: 13.75em;
    color: #FFF;
    padding: 0.0625em;
    margin-bottom: -0.375em; }
    @media (min-width: 720px) {
      .instagram__tag {
        font-size: 22.5em; } }
